diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2013-12-19 10:17:44 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2013-12-19 10:17:44 +0000 |
commit | e38d33f1e7d48b5652a16ee6199155eff8b2d96d (patch) | |
tree | 08cea465c631ba4d28400c3917812fede7094761 /app-admin/packagekit-base | |
parent | Condense DESCRIPTION, test phase broken; add upstream bug for monitoring (diff) | |
download | gentoo-2-e38d33f1e7d48b5652a16ee6199155eff8b2d96d.tar.gz gentoo-2-e38d33f1e7d48b5652a16ee6199155eff8b2d96d.tar.bz2 gentoo-2-e38d33f1e7d48b5652a16ee6199155eff8b2d96d.zip |
revbump, add another upstreamed patch that fixes the compilation of packagekit-qt4
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)
Diffstat (limited to 'app-admin/packagekit-base')
-rw-r--r-- | app-admin/packagekit-base/ChangeLog | 10 | ||||
-rw-r--r-- | app-admin/packagekit-base/files/packagekit-base-0.8.15-qtdbus-annotate.patch | 12 | ||||
-rw-r--r-- | app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild (renamed from app-admin/packagekit-base/packagekit-base-0.8.15.ebuild) | 3 |
3 files changed, 23 insertions, 2 deletions
diff --git a/app-admin/packagekit-base/ChangeLog b/app-admin/packagekit-base/ChangeLog index be87ce449495..1de4a414a4d3 100644 --- a/app-admin/packagekit-base/ChangeLog +++ b/app-admin/packagekit-base/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-admin/packagekit-base # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.33 2013/12/18 18:33:51 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.34 2013/12/19 10:17:44 lxnay Exp $ + +*packagekit-base-0.8.15-r1 (19 Dec 2013) + + 19 Dec 2013; Fabio Erculiani <lxnay@gentoo.org> + -packagekit-base-0.8.15.ebuild, +packagekit-base-0.8.15-r1.ebuild, + +files/packagekit-base-0.8.15-qtdbus-annotate.patch: + revbump, add another upstreamed patch that fixes the compilation of + packagekit-qt4 18 Dec 2013; Fabio Erculiani <lxnay@gentoo.org> packagekit-base-0.8.15.ebuild: diff --git a/app-admin/packagekit-base/files/packagekit-base-0.8.15-qtdbus-annotate.patch b/app-admin/packagekit-base/files/packagekit-base-0.8.15-qtdbus-annotate.patch new file mode 100644 index 000000000000..69a0fd7e5f49 --- /dev/null +++ b/app-admin/packagekit-base/files/packagekit-base-0.8.15-qtdbus-annotate.patch @@ -0,0 +1,12 @@ +Index: PackageKit-0.8.12/src/org.freedesktop.PackageKit.xml +=================================================================== +--- PackageKit-0.8.12.orig/src/org.freedesktop.PackageKit.xml ++++ PackageKit-0.8.12/src/org.freedesktop.PackageKit.xml +@@ -317,6 +317,7 @@ + + <!--*****************************************************************************************--> + <method name="GetPackageHistory"> ++ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariant"/> + <doc:doc> + <doc:description> + <doc:para> diff --git a/app-admin/packagekit-base/packagekit-base-0.8.15.ebuild b/app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild index aa1f07a63f29..fe032b2571b6 100644 --- a/app-admin/packagekit-base/packagekit-base-0.8.15.ebuild +++ b/app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.8.15.ebuild,v 1.2 2013/12/18 18:33:51 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild,v 1.1 2013/12/19 10:17:44 lxnay Exp $ EAPI="5" @@ -68,6 +68,7 @@ src_prepare() { # Upstreamed patches epatch "${FILESDIR}/0001-entropy-PackageKitEntropyClient.output-API-update.patch" + epatch "${FILESDIR}/${P}-qtdbus-annotate.patch" epatch_user |