From eea0c54a2fa1680946f8c158953b9961735b256c Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 27 May 2016 20:22:22 +0200 Subject: polkit: version bump 0.104 -> 0.105 This is the last version that does not require libjs. Also, add patch to build check for libsystemd instead of libsystemd-login. Signed-off-by: Michael Olbrich --- ...or-libsystemd-instead-of-libsystemd-login.patch | 22 ++++++++++++++++++++++ patches/polkit-0.105/autogen.sh | 1 + patches/polkit-0.105/series | 4 ++++ rules/polkit.make | 4 ++-- 4 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch create mode 120000 patches/polkit-0.105/autogen.sh create mode 100644 patches/polkit-0.105/series diff --git a/patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch b/patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch new file mode 100644 index 000000000..1814ee989 --- /dev/null +++ b/patches/polkit-0.105/0001-check-for-libsystemd-instead-of-libsystemd-login.patch @@ -0,0 +1,22 @@ +From: Michael Olbrich +Date: Fri, 27 May 2016 20:20:16 +0200 +Subject: [PATCH] check for libsystemd instead of libsystemd-login + +Signed-off-by: Michael Olbrich +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index f4a0c4177fbf..4bf2c05d989c 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -160,7 +160,7 @@ AC_ARG_ENABLE([systemd], + [enable_systemd=auto]) + if test "$enable_systemd" != "no"; then + PKG_CHECK_MODULES(SYSTEMD, +- [libsystemd-login], ++ [libsystemd], + have_systemd=yes, + have_systemd=no) + if test "$have_systemd" = "yes"; then diff --git a/patches/polkit-0.105/autogen.sh b/patches/polkit-0.105/autogen.sh new file mode 120000 index 000000000..9f8a4cb7d --- /dev/null +++ b/patches/polkit-0.105/autogen.sh @@ -0,0 +1 @@ +../autogen.sh \ No newline at end of file diff --git a/patches/polkit-0.105/series b/patches/polkit-0.105/series new file mode 100644 index 000000000..380802746 --- /dev/null +++ b/patches/polkit-0.105/series @@ -0,0 +1,4 @@ +# generated by git-ptx-patches +#tag:base --start-number 1 +0001-check-for-libsystemd-instead-of-libsystemd-login.patch +# 83e2d8f0392c42858cb3b8f452d4bb83 - git-ptx-patches magic diff --git a/rules/polkit.make b/rules/polkit.make index 376315f92..1b5c95ee2 100644 --- a/rules/polkit.make +++ b/rules/polkit.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_POLKIT) += polkit # # Paths and names # -POLKIT_VERSION := 0.104 -POLKIT_MD5 := e380b4c6fb1e7bccf854e92edc0a8ce1 +POLKIT_VERSION := 0.105 +POLKIT_MD5 := 9c29e1b6c214f0bd6f1d4ee303dfaed9 POLKIT := polkit-$(POLKIT_VERSION) POLKIT_SUFFIX := tar.gz POLKIT_URL := http://hal.freedesktop.org/releases/$(POLKIT).$(POLKIT_SUFFIX) -- cgit v1.2.3