summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxpolkit
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-lxde/lxpolkit')
-rw-r--r--recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit_missing_am_prog_cc_c_0.patch10
-rw-r--r--recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit_remove_gnu_make_extension.patch11
-rw-r--r--recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb6
3 files changed, 26 insertions, 1 deletions
diff --git a/recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit_missing_am_prog_cc_c_0.patch b/recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit_missing_am_prog_cc_c_0.patch
new file mode 100644
index 0000000..5fa39e6
--- /dev/null
+++ b/recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit_missing_am_prog_cc_c_0.patch
@@ -0,0 +1,10 @@
+--- lxpolkit-0.1.0/configure.ac~ 2011-07-24 13:59:15.000000000 +0200
++++ lxpolkit-0.1.0/configure.ac 2012-08-12 17:06:47.000000000 +0200
+@@ -11,6 +11,7 @@
+
+ # Checks for programs.
+ AC_PROG_CC
++AM_PROG_CC_C_O
+ # AM_PROG_LIBTOOL
+
+ # Checks for libraries.
diff --git a/recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit_remove_gnu_make_extension.patch b/recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit_remove_gnu_make_extension.patch
new file mode 100644
index 0000000..c719828
--- /dev/null
+++ b/recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit_remove_gnu_make_extension.patch
@@ -0,0 +1,11 @@
+--- lxpolkit-0.1.0/data/ui/Makefile.am~ 2011-07-24 13:59:15.000000000 +0200
++++ lxpolkit-0.1.0/data/ui/Makefile.am 2012-08-12 17:09:53.000000000 +0200
+@@ -12,7 +12,7 @@
+ $(NULL)
+
+ # Purge GtkBuilder UI files
+-%.ui: %.glade
++.ui: .glade
+ cp $< $@
+ $(top_srcdir)/src/xml-purge $@
+
diff --git a/recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb b/recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb
index de0e25b..2617274 100644
--- a/recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb
+++ b/recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb
@@ -2,12 +2,16 @@ DESCRIPTION = "Simple PolicyKit authentication agent"
HOMEPAGE = "http://lxde.org/"
SECTION = "x11"
+PR = "r2"
+
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "glib-2.0 gtk+ polkit"
-SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.gz \
+ file://lxpolkit_missing_am_prog_cc_c_0.patch \
+ file://lxpolkit_remove_gnu_make_extension.patch"
SRC_URI[md5sum] = "2597b00035fe1d695219e0f9bfa8c26f"
SRC_URI[sha256sum] = "511affca8f55adc67031fb3627b9889064c685e4b983737d8deecdf4f94f008b"