* [gentoo-commits] proj/qt:master commit in: lxde-base/menu-cache/
@ 2013-11-06 2:56 Ben de Groot
0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot @ 2013-11-06 2:56 UTC (permalink / raw
To: gentoo-commits
commit: a0dd385b3a76815c411955cd4a762e8fef5a4d05
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 6 02:56:32 2013 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Wed Nov 6 02:56:32 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a0dd385b
lxde-base/menu-cache: fix ebuild so it actually works
---
| 6 ++++++
1 file changed, 6 insertions(+)
--git a/lxde-base/menu-cache/menu-cache-9999.ebuild b/lxde-base/menu-cache/menu-cache-9999.ebuild
index fbd8077..2bbbeca 100644
--- a/lxde-base/menu-cache/menu-cache-9999.ebuild
+++ b/lxde-base/menu-cache/menu-cache-9999.ebuild
@@ -3,6 +3,9 @@
# $Header: $
EAPI=5
+AUTOTOOLS_AUTORECONF=1
+AUTOTOOLS_IN_SOURCE_BUILD=1
+inherit autotools-utils
DESCRIPTION="A library creating and utilizing caches to speed up freedesktop.org application menus"
HOMEPAGE="http://www.lxde.org/"
@@ -23,5 +26,8 @@ IUSE=""
RDEPEND="dev-libs/glib:2"
DEPEND="${RDEPEND}
+ dev-util/gtk-doc
sys-devel/gettext
virtual/pkgconfig"
+
+DOCS=( AUTHORS NEWS README ) # ChangeLog is empty
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxde-base/menu-cache/
@ 2014-05-12 10:30 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2014-05-12 10:30 UTC (permalink / raw
To: gentoo-commits
commit: 41b4399c615d486d2061ce4476dfd605c43e354a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 10:29:48 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon May 12 10:29:48 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=41b4399c
[lxde-base/menu-cache] Use PATCHES variable to avoid overriding autotools-utils_src_prepare.
Package-Manager: portage-2.2.8-r1
---
| 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
--git a/lxde-base/menu-cache/menu-cache-9999.ebuild b/lxde-base/menu-cache/menu-cache-9999.ebuild
index f3fe3fa..47138dc 100644
--- a/lxde-base/menu-cache/menu-cache-9999.ebuild
+++ b/lxde-base/menu-cache/menu-cache-9999.ebuild
@@ -32,7 +32,4 @@ DEPEND="${RDEPEND}
DOCS=( AUTHORS NEWS README ) # ChangeLog is empty
-src_prepare() {
- epatch "${FILESDIR}/gtk-doc.patch"
- eautoreconf
-}
+PATCHES=( "${FILESDIR}/gtk-doc.patch" )
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxde-base/menu-cache/
@ 2014-05-12 10:36 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2014-05-12 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 21bab3cec2341f611c858bca776d9fa403a12bcf
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 10:35:58 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon May 12 10:35:58 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=21bab3ce
[lxde-base/menu-cache] Add static-libs USE flag to handle automatic building of static libraries.
Package-Manager: portage-2.2.8-r1
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/lxde-base/menu-cache/menu-cache-9999.ebuild b/lxde-base/menu-cache/menu-cache-9999.ebuild
index 47138dc..28abd29 100644
--- a/lxde-base/menu-cache/menu-cache-9999.ebuild
+++ b/lxde-base/menu-cache/menu-cache-9999.ebuild
@@ -21,7 +21,7 @@ fi
LICENSE="GPL-2"
SLOT="0/2"
-IUSE="doc"
+IUSE="doc static-libs"
RDEPEND="dev-libs/glib:2"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-12 10:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12 10:36 [gentoo-commits] proj/qt:master commit in: lxde-base/menu-cache/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2014-05-12 10:30 Michael Palimaka
2013-11-06 2:56 Ben de Groot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox