public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/openbox-menu/
@ 2015-12-18  5:09 Jeroen Roovers
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers @ 2015-12-18  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     80759d89c4b264998bceb36bda47352c94f37f3f
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 05:06:19 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 05:09:23 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80759d89

x11-misc/openbox-menu: Version bump.

Package-Manager: portage-2.2.26

 x11-misc/openbox-menu/Manifest                  |  1 +
 x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild | 43 +++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/x11-misc/openbox-menu/Manifest b/x11-misc/openbox-menu/Manifest
index 5d7e3a1..d7f73c5 100644
--- a/x11-misc/openbox-menu/Manifest
+++ b/x11-misc/openbox-menu/Manifest
@@ -1,2 +1,3 @@
 DIST openbox-menu-0.5.1.tar.bz2 23027 SHA256 328f669e96919e94c13f77cad755625c23b9f9cef9a8a0eb2e7a5a8621b56387 SHA512 3c794413a7a1ecc7823c3d50c3b5aaca31cdb4f919aeb2b9cb4e04583a417329fc7e3a751d115170b12099ca9b4fb958cd44347558453140863a1f3b7b765b06 WHIRLPOOL 1f4ef46ea7e357a5c0ad25c6b99a0d6e106c27d0021c588e32361440125b3012a23d97f65b6225cff6fce9344698d7547532db8e3f6529a26bf80f66df13a4aa
 DIST openbox-menu-0.7.0.tar.bz2 23088 SHA256 00964fc4798152393c49a5bc41afbf5e04af07ef250ef61309091f95ff96542d SHA512 21684097ffdfce625761b059d26a29dca27b1d79251c7f1d9ef4017b1af6be321059ce9e52349a5e8e40a4e54493ab920cf193d87f5b0d4f96a498da594abb8e WHIRLPOOL f488388a9c789a5ccc92125e4a02319add1a88747fc94eb9a7dbcb868271c596b01ec7ee41177ba07cb7afe540fbef24f36dce12e5ef3ca54e199b83160b8ece
+DIST openbox-menu-0.8.0.tar.bz2 24229 SHA256 14f1e0847c15112e9b48152a35e351500d31e79a514348b054c69f84ab5924c2 SHA512 955a5e16e7be001aec030358d3568aa6a3303d7138d6eb998494cd9ffa77de14ecf4bee163a9d49faf67939c85e303cbae51461f04f7eeaf44167a377c0f352d WHIRLPOOL 4f851b77c306de62eebad7f3c41b49e4ad784dc5ff92f3a079e60e0e420e284f72309556395c6db0014e8f24b1c9b5f3c83256b21d092b7c123f420def711f12

diff --git a/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild b/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild
new file mode 100644
index 0000000..1a4fc20
--- /dev/null
+++ b/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Another dynamic menu generator for Openbox"
+HOMEPAGE="http://mimasgpc.free.fr/openbox-menu_en.html"
+SRC_URI="https://bitbucket.org/fabriceT/${PN}/downloads/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+icons svg"
+REQUIRED_USE="svg? ( icons )"
+
+COMMON_DEPEND="
+	dev-libs/glib:2
+	lxde-base/menu-cache
+	x11-libs/gtk+:2
+"
+RDEPEND="
+	${COMMON_DEPEND}
+	icons? ( x11-wm/openbox[imlib,svg?] )
+	!icons? ( x11-wm/openbox )
+"
+DEPEND="
+	${COMMON_DEPEND}
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-0.5.0-build.patch
+	epatch_user
+	tc-export CC PKG_CONFIG
+}
+
+src_compile() {
+	emake \
+		$(usex icons 'ICONS=1' 'ICONS=0') \
+		$(usex svg 'SVG_ICONS=1' 'SVG_ICONS=0')
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/openbox-menu/
@ 2016-05-10 11:08 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2016-05-10 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     fe1c48f1e2b318811c87faae58b53e954708a158
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 10:52:30 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue May 10 10:52:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1c48f1

x11-misc/openbox-menu: Add maintainer name.

Package-Manager: portage-2.2.26

 x11-misc/openbox-menu/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-misc/openbox-menu/metadata.xml b/x11-misc/openbox-menu/metadata.xml
index 2fa55e9..faa65d5 100644
--- a/x11-misc/openbox-menu/metadata.xml
+++ b/x11-misc/openbox-menu/metadata.xml
@@ -8,8 +8,9 @@
 	<upstream>
 		<maintainer status="active">
 			<email>mimasgpc@free.fr</email>
+			<name>mimas</name>
 		</maintainer>
-		<doc lang="en">http://mimasgpc.free.fr/openbox-menu_en.html</doc>
+		<doc lang="en">https://bitbucket.org/fabriceT/openbox-menu</doc>
 		<remote-id type="bitbucket">fabriceT/openbox-menu</remote-id>
 	</upstream>
 	<use>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/openbox-menu/
@ 2016-11-25 22:00 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2016-11-25 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ad812b1bf8e62c23428a5abdcd23ff0e78edf3f7
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Mon Nov 21 20:01:23 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 22:00:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad812b1b

x11-misc/openbox-menu: update HOMEPAGE and metadata.xml.

Gentoo-Bug: https://bugs.gentoo.org/582380

Closes: https://github.com/gentoo/gentoo/pull/2886

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 x11-misc/openbox-menu/metadata.xml              | 4 ++--
 x11-misc/openbox-menu/openbox-menu-0.5.1.ebuild | 4 ++--
 x11-misc/openbox-menu/openbox-menu-0.7.0.ebuild | 4 ++--
 x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/x11-misc/openbox-menu/metadata.xml b/x11-misc/openbox-menu/metadata.xml
index faa65d5..1636af9 100644
--- a/x11-misc/openbox-menu/metadata.xml
+++ b/x11-misc/openbox-menu/metadata.xml
@@ -7,8 +7,8 @@
 	</maintainer>
 	<upstream>
 		<maintainer status="active">
-			<email>mimasgpc@free.fr</email>
-			<name>mimas</name>
+			<email>fabrice.thiroux@free.fr</email>
+			<name>Fabrice Thiroux</name>
 		</maintainer>
 		<doc lang="en">https://bitbucket.org/fabriceT/openbox-menu</doc>
 		<remote-id type="bitbucket">fabriceT/openbox-menu</remote-id>

diff --git a/x11-misc/openbox-menu/openbox-menu-0.5.1.ebuild b/x11-misc/openbox-menu/openbox-menu-0.5.1.ebuild
index 6c6e36c..b518b73 100644
--- a/x11-misc/openbox-menu/openbox-menu-0.5.1.ebuild
+++ b/x11-misc/openbox-menu/openbox-menu-0.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Another dynamic menu generator for Openbox"
-HOMEPAGE="http://mimasgpc.free.fr/openbox-menu_en.html"
+HOMEPAGE="http://fabrice.thiroux.free.fr/openbox-menu_en.html"
 SRC_URI="https://bitbucket.org/fabriceT/${PN}/downloads/${P}.tar.bz2"
 
 LICENSE="GPL-3"

diff --git a/x11-misc/openbox-menu/openbox-menu-0.7.0.ebuild b/x11-misc/openbox-menu/openbox-menu-0.7.0.ebuild
index 1a4fc20..2faceb8 100644
--- a/x11-misc/openbox-menu/openbox-menu-0.7.0.ebuild
+++ b/x11-misc/openbox-menu/openbox-menu-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Another dynamic menu generator for Openbox"
-HOMEPAGE="http://mimasgpc.free.fr/openbox-menu_en.html"
+HOMEPAGE="http://fabrice.thiroux.free.fr/openbox-menu_en.html"
 SRC_URI="https://bitbucket.org/fabriceT/${PN}/downloads/${P}.tar.bz2"
 
 LICENSE="GPL-3"

diff --git a/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild b/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild
index 1a4fc20..2faceb8 100644
--- a/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild
+++ b/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Another dynamic menu generator for Openbox"
-HOMEPAGE="http://mimasgpc.free.fr/openbox-menu_en.html"
+HOMEPAGE="http://fabrice.thiroux.free.fr/openbox-menu_en.html"
 SRC_URI="https://bitbucket.org/fabriceT/${PN}/downloads/${P}.tar.bz2"
 
 LICENSE="GPL-3"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/openbox-menu/
@ 2021-03-28  1:54 Jonas Stein
  0 siblings, 0 replies; 8+ messages in thread
From: Jonas Stein @ 2021-03-28  1:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d609662534c971de945944103e1888eb4dca1174
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 01:53:43 2021 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 01:53:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6096625

x11-misc/openbox-menu: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 x11-misc/openbox-menu/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/openbox-menu/metadata.xml b/x11-misc/openbox-menu/metadata.xml
index 374fcd14bd7..9ca68119c25 100644
--- a/x11-misc/openbox-menu/metadata.xml
+++ b/x11-misc/openbox-menu/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>desktop-misc@gentoo.org</email>
-		<name>Gentoo Desktop Miscellaneous Project</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<maintainer status="active">
 			<email>fabrice.thiroux@free.fr</email>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/openbox-menu/
@ 2021-04-18  6:06 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-04-18  6:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d2fc163cbe5119e057441bd4664d24014eede5f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 14:07:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:05:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2fc163c

x11-misc/openbox-menu: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild b/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild
index e7513e44be6..bbdd608be6b 100644
--- a/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild
+++ b/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils toolchain-funcs
+inherit epatch toolchain-funcs
 
 DESCRIPTION="Another dynamic menu generator for Openbox"
 HOMEPAGE="http://fabrice.thiroux.free.fr/openbox-menu_en.html"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/openbox-menu/
@ 2021-04-21 18:53 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-04-21 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     1a294e3a55083474484b3ad0b1fe6b3de1b42e98
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 18:52:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 18:52:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a294e3a

x11-misc/openbox-menu: Stabilize 0.8.1 amd64, #739808

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild b/x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild
index e49e6551b15..a00a2be3279 100644
--- a/x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild
+++ b/x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/fabriceT/openbox-menu/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+icons svg"
 REQUIRED_USE="svg? ( icons )"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/openbox-menu/
@ 2021-04-26 19:11 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-04-26 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f6603baffc8aecb3df6cfcb640e31eaf45156626
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 19:09:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 19:11:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6603baf

x11-misc/openbox-menu: Stabilize 0.8.1 x86, #739808

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild b/x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild
index a00a2be3279..616287e4131 100644
--- a/x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild
+++ b/x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/fabriceT/openbox-menu/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+icons svg"
 REQUIRED_USE="svg? ( icons )"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/openbox-menu/
@ 2022-03-20  0:16 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-03-20  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     1f1d4ca344f3b37cdeb209a80c47c29719282c1f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:14:02 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:14:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1d4ca3

x11-misc/openbox-menu: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild b/x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild
index 616287e4131d..1feb6e43a525 100644
--- a/x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild
+++ b/x11-misc/openbox-menu/openbox-menu-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -35,7 +35,7 @@ PATCHES=(
 )
 
 src_compile() {
-	emake CC=$(tc-getCC) PKG_CONFIG=$(tc-getPKG_CONFIG) \
+	emake CC="$(tc-getCC)" PKG_CONFIG=$(tc-getPKG_CONFIG) \
 		WITH_ICONS=$(usex icons '1' '0') \
 		WITH_SVG=$(usex svg '1' '0')
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-03-20  0:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-26 19:11 [gentoo-commits] repo/gentoo:master commit in: x11-misc/openbox-menu/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-03-20  0:16 Sam James
2021-04-21 18:53 Sam James
2021-04-18  6:06 Sam James
2021-03-28  1:54 Jonas Stein
2016-11-25 22:00 Patrice Clement
2016-05-10 11:08 Patrice Clement
2015-12-18  5:09 Jeroen Roovers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox