diff options
Diffstat (limited to 'packages/packagekit')
-rw-r--r-- | packages/packagekit/gnome-packagekit_0.2.5.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/packagekit/gnome-packagekit_0.2.5.bb b/packages/packagekit/gnome-packagekit_0.2.5.bb new file mode 100644 index 0000000000..6d0341056c --- /dev/null +++ b/packages/packagekit/gnome-packagekit_0.2.5.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "GNOME frontend for packagekit" +LICENSE = "GPL" + +DEPENDS = "packagekit libgnome" + +inherit gnome + +SRC_URI = "http://www.packagekit.org/releases/gnome-packagekit-${PV}.tar.gz" + +EXTRA_OECONF = " --enable-compile-warnings=no --disable-scrollkeeper " + +do_configure_prepend() { + sed -i -e s/help/docs/ Makefile.am + sed -i -e s:-Werror::g configure.ac +} + +FILES_${PN} += "${datadir}/icons ${datadir}/gnome" |