summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@gmx.de>2017-06-14 10:41:56 +0200
committerSven Eden <sven.eden@gmx.de>2017-06-14 10:41:56 +0200
commitcb086c88cd99efdbe9d8174e81164db30b798be0 (patch)
tree73760db5007b6e60db710a1b4fd9f3d8b7f07eae
parentsys-auth/elogind-230.9999 : Add a dev_v230 live ebuild, as it will never be r... (diff)
downloadseden-cb086c88cd99efdbe9d8174e81164db30b798be0.tar.gz
seden-cb086c88cd99efdbe9d8174e81164db30b798be0.tar.bz2
seden-cb086c88cd99efdbe9d8174e81164db30b798be0.zip
app-admin/packagekit-base-1.1.5-r1 : Fixed revision number
-rw-r--r--app-admin/packagekit-base/packagekit-base-1.1.5-r1.ebuild (renamed from app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild)12
-rw-r--r--profiles/package.mask/elogind2
2 files changed, 8 insertions, 6 deletions
diff --git a/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild b/app-admin/packagekit-base/packagekit-base-1.1.5-r1.ebuild
index 9b9add1..ce20051 100644
--- a/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild
+++ b/app-admin/packagekit-base/packagekit-base-1.1.5-r1.ebuild
@@ -59,18 +59,20 @@ RDEPEND="${COMMON_DEPEND}
!systemd? ( !elogind? ( sys-auth/consolekit ) )
"
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
+PATCHES=(
# Fixes QA Notices:
# - https://github.com/gentoo/gentoo/pull/1760
# - https://github.com/hughsie/PackageKit/issues/143
- eapply "${FILESDIR}"/${PN}-1.1.1-cache-qafix.patch
+ "${FILESDIR}"/${PN}-1.1.1-cache-qafix.patch
# Adds elogind support:
# - https://bugs.gentoo.org/show_bug.cgi?id=620948
- eapply "${FILESDIR}"/${P}-elogind.patch
+ "${FILESDIR}"/${P}-elogind.patch
+)
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
# Disable unittests not working with portage backend
# console: requires terminal input
sed -e 's:^\(.*/packagekit-glib2/control\)://\1:' \
diff --git a/profiles/package.mask/elogind b/profiles/package.mask/elogind
index d4cd76c..d052158 100644
--- a/profiles/package.mask/elogind
+++ b/profiles/package.mask/elogind
@@ -1,6 +1,6 @@
# Sven Eden <yamakuzure@gmx.net> (10 Nov 2016)
# Testing ebuilds for elogind integration
-=app-admin/packagekit-base-1.1.5-r2
+=app-admin/packagekit-base-1.1.5-r1
=gnome-base/gvfs-1.30.4-r1
=sys-apps/accountsservice-0.6.43-r5
=sys-auth/elogind-229.9999