[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2024-03-13 Thread Michał Górny
commit: ee59239558ffd2f50d24b0b63e4c1921e4216200
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 14 03:13:30 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 14 04:12:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee592395

xfce-base/garcon: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest |  2 --
 xfce-base/garcon/garcon-4.18.1.ebuild | 57 ---
 xfce-base/garcon/garcon-4.19.0.ebuild | 56 --
 3 files changed, 115 deletions(-)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 33a549378a99..614fb8ae5d63 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,4 +1,2 @@
-DIST garcon-4.18.1.tar.bz2 554562 BLAKE2B 
395cc8f7c7029196f25ecb52d393989ab0df0d9ddd34ec1fc4b0a2ee46b1a059a87c75797adb84d7557523e8e0c464278344fe3d793f05941a90874bdc8e036d
 SHA512 
8e6d091beaf1aaa85cc16cd5e562191e0e6858a47444a23d95066f9afa3f8a70f7a61bc9fec33fe401945637e810441cbd6f961f41b40e2d2ce7a1ce4fce78a0
 DIST garcon-4.18.2.tar.bz2 579345 BLAKE2B 
2c2c66bb5e53a6dce01cf9dbb8458794f42c06c8db6b526a8ba5c37b73298a7d1fb3f64ef7f9c2036e87903cc6e2afd49fdaedddaec7ecaf8a4b711547945b52
 SHA512 
f74547a29dbf47469e9448ea0fb89a297d02c7a5d2f7ec1a1f05706f89160730e04743ce84de29de21f32a2d2e4e4410f6c12fd14777c65944529f5104973cee
-DIST garcon-4.19.0.tar.bz2 648551 BLAKE2B 
0084bf8b72fe1e3e2ac492c4639f84eb330ba37660adf0d5c3c41a4d9e6db3b063e4875f20dbe0a62b0c72bbb06072cb6cd37df057f6e5feb6431f35f87ea045
 SHA512 
c49304bc69528475318d934a4c565ade7171022f3887c7292e573ccd846137db1e7e325213a73b5a8003869adc35fa73cf5682ec646b2114f4614ae1c076ee9a
 DIST garcon-4.19.1.tar.bz2 655347 BLAKE2B 
609403c108638fcbc10485d18d2a0564d8a1137bc9b92e4be0bbafb1615ea1d2f919da2871df22ebdbe3910ceed7f042cfa261df3243910276f9a144124f0125
 SHA512 
85f3c8991a143636ffd257115f749cb687cfebeeb29ed29a0d6e751bdfe26d0cd121feaad52b16ca2b017d2f2824b1da050db8638c5d6d5e72c7f62934d7f250

diff --git a/xfce-base/garcon/garcon-4.18.1.ebuild 
b/xfce-base/garcon/garcon-4.18.1.ebuild
deleted file mode 100644
index c19466247882..
--- a/xfce-base/garcon/garcon-4.18.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/garcon/start
-   https://gitlab.xfce.org/xfce/garcon/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="introspection"
-
-DEPEND="
-   >=dev-libs/glib-2.66.0
-   >=x11-libs/gtk+-3.24.0:3
-   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
-   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/glib-utils
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   introspection? ( >=dev-libs/gobject-introspection-1.66 )
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/xfce-base/garcon/garcon-4.19.0.ebuild 
b/xfce-base/garcon/garcon-4.19.0.ebuild
deleted file mode 100644
index aa205c9731cb..
--- a/xfce-base/garcon/garcon-4.19.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/garcon/start
-   https://gitlab.xfce.org/xfce/garcon/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="introspection"
-
-DEPEND="
-   >=dev-libs/glib-2.66.0
-   >=x11-libs/gtk+-3.24.0:3
-   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
-   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   introspection? ( >=dev-libs/gobject-introspection-1.66 )
-"
-
-src_configure() {
-   local myconf=(
-   

[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2024-03-13 Thread Sam James
commit: e7bd83c7d9d641c90ce39f56eccf4611e55b
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 13 23:57:23 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 13 23:57:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7bd83c7

xfce-base/garcon: Stabilize 4.18.2 ppc, #924789

Signed-off-by: Sam James  gentoo.org>

 xfce-base/garcon/garcon-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.2.ebuild 
b/xfce-base/garcon/garcon-4.18.2.ebuild
index 8204891754a9..c19466247882 100644
--- a/xfce-base/garcon/garcon-4.18.2.ebuild
+++ b/xfce-base/garcon/garcon-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2024-03-02 Thread Arthur Zamarin
commit: 21d3350c76c594718230e4d91ba08f128ab6b8c6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 14:38:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 14:38:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d3350c

xfce-base/garcon: Stabilize 4.18.2 ppc64, #924789

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/garcon/garcon-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.2.ebuild 
b/xfce-base/garcon/garcon-4.18.2.ebuild
index 0309f7b728be..8204891754a9 100644
--- a/xfce-base/garcon/garcon-4.18.2.ebuild
+++ b/xfce-base/garcon/garcon-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2024-03-02 Thread Arthur Zamarin
commit: 516efd1abfb4db70df803e71ec28e5bd91048875
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 11:46:55 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 11:46:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516efd1a

xfce-base/garcon: Stabilize 4.18.2 arm, #924789

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/garcon/garcon-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.2.ebuild 
b/xfce-base/garcon/garcon-4.18.2.ebuild
index b9494511f942..0309f7b728be 100644
--- a/xfce-base/garcon/garcon-4.18.2.ebuild
+++ b/xfce-base/garcon/garcon-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2024-02-17 Thread Sam James
commit: ed7a5e47cfd5b00339730027b32e3cf39ad4c50c
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 18 00:14:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 18 00:14:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7a5e47

xfce-base/garcon: Stabilize 4.18.2 amd64, #924789

Signed-off-by: Sam James  gentoo.org>

 xfce-base/garcon/garcon-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.2.ebuild 
b/xfce-base/garcon/garcon-4.18.2.ebuild
index f1a84621b806..b9494511f942 100644
--- a/xfce-base/garcon/garcon-4.18.2.ebuild
+++ b/xfce-base/garcon/garcon-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2024-02-17 Thread Sam James
commit: b85de59ea6b821ac4eb9d7f67a1f6a6e68399439
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 17 22:24:33 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 17 22:24:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85de59e

xfce-base/garcon: Stabilize 4.18.2 arm64, #924789

Signed-off-by: Sam James  gentoo.org>

 xfce-base/garcon/garcon-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.2.ebuild 
b/xfce-base/garcon/garcon-4.18.2.ebuild
index 71e2d894b6e5..f1a84621b806 100644
--- a/xfce-base/garcon/garcon-4.18.2.ebuild
+++ b/xfce-base/garcon/garcon-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2024-02-17 Thread Jakov Smolić
commit: e3940d6db9237ccdc91c533b2723119762982686
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb 17 21:41:57 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb 17 21:41:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3940d6d

xfce-base/garcon: Stabilize 4.18.2 x86, #924789

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-base/garcon/garcon-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.2.ebuild 
b/xfce-base/garcon/garcon-4.18.2.ebuild
index 494678c3ea40..71e2d894b6e5 100644
--- a/xfce-base/garcon/garcon-4.18.2.ebuild
+++ b/xfce-base/garcon/garcon-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2024-02-05 Thread Michał Górny
commit: d14b975415805bbbcada4c82fb97d3f2516eab81
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  6 02:59:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  6 03:07:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14b9754

xfce-base/garcon: Bump to 4.19.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest |  1 +
 xfce-base/garcon/garcon-4.19.1.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 3e315c2d0734..33a549378a99 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,3 +1,4 @@
 DIST garcon-4.18.1.tar.bz2 554562 BLAKE2B 
395cc8f7c7029196f25ecb52d393989ab0df0d9ddd34ec1fc4b0a2ee46b1a059a87c75797adb84d7557523e8e0c464278344fe3d793f05941a90874bdc8e036d
 SHA512 
8e6d091beaf1aaa85cc16cd5e562191e0e6858a47444a23d95066f9afa3f8a70f7a61bc9fec33fe401945637e810441cbd6f961f41b40e2d2ce7a1ce4fce78a0
 DIST garcon-4.18.2.tar.bz2 579345 BLAKE2B 
2c2c66bb5e53a6dce01cf9dbb8458794f42c06c8db6b526a8ba5c37b73298a7d1fb3f64ef7f9c2036e87903cc6e2afd49fdaedddaec7ecaf8a4b711547945b52
 SHA512 
f74547a29dbf47469e9448ea0fb89a297d02c7a5d2f7ec1a1f05706f89160730e04743ce84de29de21f32a2d2e4e4410f6c12fd14777c65944529f5104973cee
 DIST garcon-4.19.0.tar.bz2 648551 BLAKE2B 
0084bf8b72fe1e3e2ac492c4639f84eb330ba37660adf0d5c3c41a4d9e6db3b063e4875f20dbe0a62b0c72bbb06072cb6cd37df057f6e5feb6431f35f87ea045
 SHA512 
c49304bc69528475318d934a4c565ade7171022f3887c7292e573ccd846137db1e7e325213a73b5a8003869adc35fa73cf5682ec646b2114f4614ae1c076ee9a
+DIST garcon-4.19.1.tar.bz2 655347 BLAKE2B 
609403c108638fcbc10485d18d2a0564d8a1137bc9b92e4be0bbafb1615ea1d2f919da2871df22ebdbe3910ceed7f042cfa261df3243910276f9a144124f0125
 SHA512 
85f3c8991a143636ffd257115f749cb687cfebeeb29ed29a0d6e751bdfe26d0cd121feaad52b16ca2b017d2f2824b1da050db8638c5d6d5e72c7f62934d7f250

diff --git a/xfce-base/garcon/garcon-4.19.1.ebuild 
b/xfce-base/garcon/garcon-4.19.1.ebuild
new file mode 100644
index ..aa205c9731cb
--- /dev/null
+++ b/xfce-base/garcon/garcon-4.19.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/garcon/start
+   https://gitlab.xfce.org/xfce/garcon/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="introspection"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gtk+-3.24.0:3
+   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
+   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   introspection? ( >=dev-libs/gobject-introspection-1.66 )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2024-02-05 Thread Michał Górny
commit: c3cb1f96289daf36366623ae4c588d9b869cbaae
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  6 02:59:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  6 03:07:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cb1f96

xfce-base/garcon: Bump to 4.18.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest |  1 +
 xfce-base/garcon/garcon-4.18.2.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index f842fb345080..3e315c2d0734 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1,3 @@
 DIST garcon-4.18.1.tar.bz2 554562 BLAKE2B 
395cc8f7c7029196f25ecb52d393989ab0df0d9ddd34ec1fc4b0a2ee46b1a059a87c75797adb84d7557523e8e0c464278344fe3d793f05941a90874bdc8e036d
 SHA512 
8e6d091beaf1aaa85cc16cd5e562191e0e6858a47444a23d95066f9afa3f8a70f7a61bc9fec33fe401945637e810441cbd6f961f41b40e2d2ce7a1ce4fce78a0
+DIST garcon-4.18.2.tar.bz2 579345 BLAKE2B 
2c2c66bb5e53a6dce01cf9dbb8458794f42c06c8db6b526a8ba5c37b73298a7d1fb3f64ef7f9c2036e87903cc6e2afd49fdaedddaec7ecaf8a4b711547945b52
 SHA512 
f74547a29dbf47469e9448ea0fb89a297d02c7a5d2f7ec1a1f05706f89160730e04743ce84de29de21f32a2d2e4e4410f6c12fd14777c65944529f5104973cee
 DIST garcon-4.19.0.tar.bz2 648551 BLAKE2B 
0084bf8b72fe1e3e2ac492c4639f84eb330ba37660adf0d5c3c41a4d9e6db3b063e4875f20dbe0a62b0c72bbb06072cb6cd37df057f6e5feb6431f35f87ea045
 SHA512 
c49304bc69528475318d934a4c565ade7171022f3887c7292e573ccd846137db1e7e325213a73b5a8003869adc35fa73cf5682ec646b2114f4614ae1c076ee9a

diff --git a/xfce-base/garcon/garcon-4.18.2.ebuild 
b/xfce-base/garcon/garcon-4.18.2.ebuild
new file mode 100644
index ..494678c3ea40
--- /dev/null
+++ b/xfce-base/garcon/garcon-4.18.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/garcon/start
+   https://gitlab.xfce.org/xfce/garcon/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="introspection"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gtk+-3.24.0:3
+   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
+   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   introspection? ( >=dev-libs/gobject-introspection-1.66 )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2024-01-15 Thread Michał Górny
commit: 1752f24d97fb977f1251aff2865eb0e683388e62
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 15 16:29:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 15 16:31:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1752f24d

xfce-base/garcon: Remove stale eautoreconf deps

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/garcon-4.18.1.ebuild | 3 +--
 xfce-base/garcon/garcon-4.19.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/xfce-base/garcon/garcon-4.18.1.ebuild 
b/xfce-base/garcon/garcon-4.18.1.ebuild
index 5ffb5cc93b93..c19466247882 100644
--- a/xfce-base/garcon/garcon-4.18.1.ebuild
+++ b/xfce-base/garcon/garcon-4.18.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -29,7 +29,6 @@ RDEPEND="
 "
 BDEPEND="
dev-util/glib-utils
-   dev-util/gtk-doc-am
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig

diff --git a/xfce-base/garcon/garcon-4.19.0.ebuild 
b/xfce-base/garcon/garcon-4.19.0.ebuild
index b602e8da7306..aa205c9731cb 100644
--- a/xfce-base/garcon/garcon-4.19.0.ebuild
+++ b/xfce-base/garcon/garcon-4.19.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -29,7 +29,6 @@ RDEPEND="
 "
 BDEPEND="
dev-util/glib-utils
-   dev-util/gtk-doc-am
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
introspection? ( >=dev-libs/gobject-introspection-1.66 )



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-08-16 Thread Michał Górny
commit: 4bbd07fba541b29b905a7ff6623e5dd9a160e35f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 17 05:52:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 17 05:52:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbd07fb

xfce-base/garcon: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest |  1 -
 xfce-base/garcon/garcon-4.18.0.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index c3eb8ede843b..f842fb345080 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,3 +1,2 @@
-DIST garcon-4.18.0.tar.bz2 550674 BLAKE2B 
93bc218c4455c61109ee7086a8cb822aaa154aaebd082c10ae9fd551019bce0fe68a117552c05fbe3a97c671036b5306703ba3c320d9b886715a83fb038c95b0
 SHA512 
c4b49ba47ac33823199a68ef9bdcba3acfcedde62a96a8a8b3af2bb1f28b3a5fe3e960ee93bdb964fbc01b039047d77f58fbe5b1f9fbd2ccd3d3f968e416a55c
 DIST garcon-4.18.1.tar.bz2 554562 BLAKE2B 
395cc8f7c7029196f25ecb52d393989ab0df0d9ddd34ec1fc4b0a2ee46b1a059a87c75797adb84d7557523e8e0c464278344fe3d793f05941a90874bdc8e036d
 SHA512 
8e6d091beaf1aaa85cc16cd5e562191e0e6858a47444a23d95066f9afa3f8a70f7a61bc9fec33fe401945637e810441cbd6f961f41b40e2d2ce7a1ce4fce78a0
 DIST garcon-4.19.0.tar.bz2 648551 BLAKE2B 
0084bf8b72fe1e3e2ac492c4639f84eb330ba37660adf0d5c3c41a4d9e6db3b063e4875f20dbe0a62b0c72bbb06072cb6cd37df057f6e5feb6431f35f87ea045
 SHA512 
c49304bc69528475318d934a4c565ade7171022f3887c7292e573ccd846137db1e7e325213a73b5a8003869adc35fa73cf5682ec646b2114f4614ae1c076ee9a

diff --git a/xfce-base/garcon/garcon-4.18.0.ebuild 
b/xfce-base/garcon/garcon-4.18.0.ebuild
deleted file mode 100644
index 5ffb5cc93b93..
--- a/xfce-base/garcon/garcon-4.18.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/garcon/start
-   https://gitlab.xfce.org/xfce/garcon/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="introspection"
-
-DEPEND="
-   >=dev-libs/glib-2.66.0
-   >=x11-libs/gtk+-3.24.0:3
-   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
-   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   introspection? ( >=dev-libs/gobject-introspection-1.66 )
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-08-16 Thread Sam James
commit: 9293adf441708fb1fffdffc399df8d6e09ee8fe1
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 16 19:17:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 16 19:17:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9293adf4

xfce-base/garcon: Stabilize 4.18.1 arm64, #911105

Signed-off-by: Sam James  gentoo.org>

 xfce-base/garcon/garcon-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.1.ebuild 
b/xfce-base/garcon/garcon-4.18.1.ebuild
index 01f54f3eb62d..5ffb5cc93b93 100644
--- a/xfce-base/garcon/garcon-4.18.1.ebuild
+++ b/xfce-base/garcon/garcon-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-08-03 Thread Sam James
commit: 04138a50fb752a24592b59fdedf1f652ac85ad98
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  3 15:07:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  3 15:07:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04138a50

xfce-base/garcon: Stabilize 4.18.1 ppc, #911105

Signed-off-by: Sam James  gentoo.org>

 xfce-base/garcon/garcon-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.1.ebuild 
b/xfce-base/garcon/garcon-4.18.1.ebuild
index 93751b18c8fe..01f54f3eb62d 100644
--- a/xfce-base/garcon/garcon-4.18.1.ebuild
+++ b/xfce-base/garcon/garcon-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-07-24 Thread Jakov Smolić
commit: cfb6af31925bf9a6583502f6a2bdb870f23ccba9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 11:03:32 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 11:03:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb6af31

xfce-base/garcon: Stabilize 4.18.1 ppc64, #911105

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-base/garcon/garcon-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.1.ebuild 
b/xfce-base/garcon/garcon-4.18.1.ebuild
index c85481d087d0..52ed5581228b 100644
--- a/xfce-base/garcon/garcon-4.18.1.ebuild
+++ b/xfce-base/garcon/garcon-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-07-24 Thread Jakov Smolić
commit: 2f5aea7c71b7e0032564f1015ea047e6fd691166
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 11:03:31 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 11:03:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5aea7c

xfce-base/garcon: Stabilize 4.18.1 amd64, #911105

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-base/garcon/garcon-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.1.ebuild 
b/xfce-base/garcon/garcon-4.18.1.ebuild
index edf8d07fff30..c85481d087d0 100644
--- a/xfce-base/garcon/garcon-4.18.1.ebuild
+++ b/xfce-base/garcon/garcon-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-07-24 Thread Jakov Smolić
commit: cb5f30c1f3b42e6dc44478857a77a0ba96083234
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 10:05:19 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 10:05:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5f30c1

xfce-base/garcon: Stabilize 4.18.1 x86, #911105

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-base/garcon/garcon-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.1.ebuild 
b/xfce-base/garcon/garcon-4.18.1.ebuild
index 914a9d6db228..edf8d07fff30 100644
--- a/xfce-base/garcon/garcon-4.18.1.ebuild
+++ b/xfce-base/garcon/garcon-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-04-18 Thread Michał Górny
commit: 7095525d2366d624e74784822cae17f38ae59fcd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 18 16:06:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 18 16:14:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7095525d

xfce-base/garcon: Bump to 4.19.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest |  1 +
 xfce-base/garcon/garcon-4.19.0.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 9a3e557a3838..c3eb8ede843b 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1,3 @@
 DIST garcon-4.18.0.tar.bz2 550674 BLAKE2B 
93bc218c4455c61109ee7086a8cb822aaa154aaebd082c10ae9fd551019bce0fe68a117552c05fbe3a97c671036b5306703ba3c320d9b886715a83fb038c95b0
 SHA512 
c4b49ba47ac33823199a68ef9bdcba3acfcedde62a96a8a8b3af2bb1f28b3a5fe3e960ee93bdb964fbc01b039047d77f58fbe5b1f9fbd2ccd3d3f968e416a55c
 DIST garcon-4.18.1.tar.bz2 554562 BLAKE2B 
395cc8f7c7029196f25ecb52d393989ab0df0d9ddd34ec1fc4b0a2ee46b1a059a87c75797adb84d7557523e8e0c464278344fe3d793f05941a90874bdc8e036d
 SHA512 
8e6d091beaf1aaa85cc16cd5e562191e0e6858a47444a23d95066f9afa3f8a70f7a61bc9fec33fe401945637e810441cbd6f961f41b40e2d2ce7a1ce4fce78a0
+DIST garcon-4.19.0.tar.bz2 648551 BLAKE2B 
0084bf8b72fe1e3e2ac492c4639f84eb330ba37660adf0d5c3c41a4d9e6db3b063e4875f20dbe0a62b0c72bbb06072cb6cd37df057f6e5feb6431f35f87ea045
 SHA512 
c49304bc69528475318d934a4c565ade7171022f3887c7292e573ccd846137db1e7e325213a73b5a8003869adc35fa73cf5682ec646b2114f4614ae1c076ee9a

diff --git a/xfce-base/garcon/garcon-4.19.0.ebuild 
b/xfce-base/garcon/garcon-4.19.0.ebuild
new file mode 100644
index ..8464f7b5d0f4
--- /dev/null
+++ b/xfce-base/garcon/garcon-4.19.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/garcon/start
+   https://gitlab.xfce.org/xfce/garcon/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="introspection"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gtk+-3.24.0:3
+   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
+   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   introspection? ( >=dev-libs/gobject-introspection-1.66 )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-03-28 Thread Michał Górny
commit: 0841049a17592bd54de8a7de237aba827d7cbb17
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 28 17:52:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 28 18:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0841049a

xfce-base/garcon: Bump to 4.18.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest |  1 +
 xfce-base/garcon/garcon-4.18.1.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 39c2a59a46bf..9a3e557a3838 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1 +1,2 @@
 DIST garcon-4.18.0.tar.bz2 550674 BLAKE2B 
93bc218c4455c61109ee7086a8cb822aaa154aaebd082c10ae9fd551019bce0fe68a117552c05fbe3a97c671036b5306703ba3c320d9b886715a83fb038c95b0
 SHA512 
c4b49ba47ac33823199a68ef9bdcba3acfcedde62a96a8a8b3af2bb1f28b3a5fe3e960ee93bdb964fbc01b039047d77f58fbe5b1f9fbd2ccd3d3f968e416a55c
+DIST garcon-4.18.1.tar.bz2 554562 BLAKE2B 
395cc8f7c7029196f25ecb52d393989ab0df0d9ddd34ec1fc4b0a2ee46b1a059a87c75797adb84d7557523e8e0c464278344fe3d793f05941a90874bdc8e036d
 SHA512 
8e6d091beaf1aaa85cc16cd5e562191e0e6858a47444a23d95066f9afa3f8a70f7a61bc9fec33fe401945637e810441cbd6f961f41b40e2d2ce7a1ce4fce78a0

diff --git a/xfce-base/garcon/garcon-4.18.1.ebuild 
b/xfce-base/garcon/garcon-4.18.1.ebuild
new file mode 100644
index ..1ab860690142
--- /dev/null
+++ b/xfce-base/garcon/garcon-4.18.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/garcon/start
+   https://gitlab.xfce.org/xfce/garcon/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="introspection"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gtk+-3.24.0:3
+   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
+   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   introspection? ( >=dev-libs/gobject-introspection-1.66 )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-03-17 Thread Michał Górny
commit: 54d0f52dd9f793ba311b1d9e4bdcccedf56a718a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 10:42:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 10:50:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d0f52d

xfce-base/garcon: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest |  2 --
 xfce-base/garcon/garcon-0.8.0.ebuild  | 51 --
 xfce-base/garcon/garcon-4.17.3.ebuild | 58 ---
 3 files changed, 111 deletions(-)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 6e4c0e2702e9..39c2a59a46bf 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,3 +1 @@
-DIST garcon-0.8.0.tar.bz2 539061 BLAKE2B 
8d7b207fdb325d060c3ecfa5e2574961082706c5a4af59cabebad9d3c915228085dc32442521018bfb7da2d3c169445ac270c00c381e666bfda8774329a60cfc
 SHA512 
708c68c31c0d3d89ecdde4790594837af0d065ecb805131fd7db2eb4c433c0523f44d51f2040f7bf9af729537e5f9e89ed06a435fc0c4e6113db00ad78ba8ce0
-DIST garcon-4.17.3.tar.bz2 550490 BLAKE2B 
78b7f0770cdb6a6dd1e08b7732e8c31f13a9b424e588740f37dbbb7233df28b8dfd73d099c678f2bdeaa5a850fcbb707187ba54b1277e0a28e801d6eecc1c2cf
 SHA512 
fef686854b5005d94dbf455e08a24313d014e6ee410509038b7b08a1ea64836cb2b196ca0ccceef341b132f35b64c11b784ae9f02dc4e2b3bb2faa473eb7bce1
 DIST garcon-4.18.0.tar.bz2 550674 BLAKE2B 
93bc218c4455c61109ee7086a8cb822aaa154aaebd082c10ae9fd551019bce0fe68a117552c05fbe3a97c671036b5306703ba3c320d9b886715a83fb038c95b0
 SHA512 
c4b49ba47ac33823199a68ef9bdcba3acfcedde62a96a8a8b3af2bb1f28b3a5fe3e960ee93bdb964fbc01b039047d77f58fbe5b1f9fbd2ccd3d3f968e416a55c

diff --git a/xfce-base/garcon/garcon-0.8.0.ebuild 
b/xfce-base/garcon/garcon-0.8.0.ebuild
deleted file mode 100644
index 2a991a4425cf..
--- a/xfce-base/garcon/garcon-0.8.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="introspection"
-
-RDEPEND=">=dev-libs/glib-2.50.0
-   >=x11-libs/gtk+-3.20:3
-   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
-   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND=${RDEPEND}
-BDEPEND="
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   introspection? ( dev-libs/gobject-introspection )"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/xfce-base/garcon/garcon-4.17.3.ebuild 
b/xfce-base/garcon/garcon-4.17.3.ebuild
deleted file mode 100644
index 2ec5063e184c..
--- a/xfce-base/garcon/garcon-4.17.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/garcon/start
-   https://gitlab.xfce.org/xfce/garcon/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="introspection"
-
-DEPEND="
-   >=dev-libs/glib-2.50.0
-   >=x11-libs/gtk+-3.20:3
-   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
-   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   introspection? ( >=dev-libs/gobject-introspection-1.66 )
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-03-17 Thread Arthur Zamarin
commit: ae3dca3f5123ed6fb9f5fdf7ff907b093f7124db
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 17 08:56:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 17 08:56:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3dca3f

xfce-base/garcon: Stabilize 4.18.0 x86, #893064

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/garcon/garcon-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.0.ebuild 
b/xfce-base/garcon/garcon-4.18.0.ebuild
index a02bb12f74a8..fe00a80632b2 100644
--- a/xfce-base/garcon/garcon-4.18.0.ebuild
+++ b/xfce-base/garcon/garcon-4.18.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-03-15 Thread Michał Górny
commit: 3d751e733e2e0b1a5d48277e0e133b5cb3998821
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 06:54:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 15 06:54:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d751e73

xfce-base/garcon: Stabilize 4.18.0 ppc, #893064

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/garcon-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.0.ebuild 
b/xfce-base/garcon/garcon-4.18.0.ebuild
index ed199fd9c3f8..a02bb12f74a8 100644
--- a/xfce-base/garcon/garcon-4.18.0.ebuild
+++ b/xfce-base/garcon/garcon-4.18.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-02-03 Thread Sam James
commit: df4b2a70eb56071c3ad626ad1ec4509699b81a74
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 16:52:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 16:52:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4b2a70

xfce-base/garcon: Stabilize 4.18.0 amd64, #893064

Signed-off-by: Sam James  gentoo.org>

 xfce-base/garcon/garcon-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.0.ebuild 
b/xfce-base/garcon/garcon-4.18.0.ebuild
index b4bff5e860c7..ed199fd9c3f8 100644
--- a/xfce-base/garcon/garcon-4.18.0.ebuild
+++ b/xfce-base/garcon/garcon-4.18.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-02-03 Thread Arthur Zamarin
commit: 5100b0c4ac6aed817ba6304f04a3ebc4c05636c1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 14:21:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 14:21:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5100b0c4

xfce-base/garcon: Stabilize 4.18.0 arm64, #893064

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/garcon/garcon-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.0.ebuild 
b/xfce-base/garcon/garcon-4.18.0.ebuild
index 572051d7d9f0..b4bff5e860c7 100644
--- a/xfce-base/garcon/garcon-4.18.0.ebuild
+++ b/xfce-base/garcon/garcon-4.18.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-02-03 Thread Arthur Zamarin
commit: 071d6e2679d5281ba22984a05a7f9062bd8020cb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 14:20:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 14:20:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071d6e26

xfce-base/garcon: Stabilize 4.18.0 ppc64, #893064

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/garcon/garcon-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.18.0.ebuild 
b/xfce-base/garcon/garcon-4.18.0.ebuild
index 2e8c91257143..572051d7d9f0 100644
--- a/xfce-base/garcon/garcon-4.18.0.ebuild
+++ b/xfce-base/garcon/garcon-4.18.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2023-02-03 Thread Arthur Zamarin
commit: e5e258cdb8df41db6091d5ac5bc38d407739fc6f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 13:31:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 13:31:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e258cd

xfce-base/garcon: Stabilize 4.18.0 arm, #893064

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/garcon/garcon-4.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/garcon/garcon-4.18.0.ebuild 
b/xfce-base/garcon/garcon-4.18.0.ebuild
index 5bf287cfc158..2e8c91257143 100644
--- a/xfce-base/garcon/garcon-4.18.0.ebuild
+++ b/xfce-base/garcon/garcon-4.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2022-11-30 Thread Michał Górny
commit: f943cca03024c03f7ef7a0041463a53647c55431
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 30 17:19:40 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 30 17:19:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f943cca0

xfce-base/garcon: Bump to 4.17.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest |  1 +
 xfce-base/garcon/garcon-4.17.3.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 7081eddf0eac..416c75c22694 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,3 +1,4 @@
 DIST garcon-0.8.0.tar.bz2 539061 BLAKE2B 
8d7b207fdb325d060c3ecfa5e2574961082706c5a4af59cabebad9d3c915228085dc32442521018bfb7da2d3c169445ac270c00c381e666bfda8774329a60cfc
 SHA512 
708c68c31c0d3d89ecdde4790594837af0d065ecb805131fd7db2eb4c433c0523f44d51f2040f7bf9af729537e5f9e89ed06a435fc0c4e6113db00ad78ba8ce0
 DIST garcon-4.17.1.tar.bz2 546754 BLAKE2B 
b84e502cda113719454353af80a6436f2a4ee1ca132a9d795f49fddeeb7d30abdac3468c6d40b0f23cb68e0584aa7f51c844ca5496a0bf4fa7c60b2d9bbdb3af
 SHA512 
52bd03d7a4b5675b113b14f9acb56a2fb1d60c60a65b06b06376661228bea675e3c8be397b45d7d525fccd21c1bee9802378d11f51ed1f6229a4a5a73b607fe9
 DIST garcon-4.17.2.tar.bz2 549980 BLAKE2B 
0d2c1578ee63bbcc553091d8fa1d8fec04f2598aabe878fa0bf827890713ad3a2fb8bdfb28e004abc1678fbf8e18b8854392a028e15fb86102a8065f318165b2
 SHA512 
4a1c9ced7126cf116cd5f15da77b132136f70056cb5aa2678bbefe09c47f93a4a2ef7ec22f47a2df4c85e43bf7e33ed533ee531e21f867cf070301529a16fe47
+DIST garcon-4.17.3.tar.bz2 550490 BLAKE2B 
78b7f0770cdb6a6dd1e08b7732e8c31f13a9b424e588740f37dbbb7233df28b8dfd73d099c678f2bdeaa5a850fcbb707187ba54b1277e0a28e801d6eecc1c2cf
 SHA512 
fef686854b5005d94dbf455e08a24313d014e6ee410509038b7b08a1ea64836cb2b196ca0ccceef341b132f35b64c11b784ae9f02dc4e2b3bb2faa473eb7bce1

diff --git a/xfce-base/garcon/garcon-4.17.3.ebuild 
b/xfce-base/garcon/garcon-4.17.3.ebuild
new file mode 100644
index ..2ec5063e184c
--- /dev/null
+++ b/xfce-base/garcon/garcon-4.17.3.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/garcon/start
+   https://gitlab.xfce.org/xfce/garcon/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="introspection"
+
+DEPEND="
+   >=dev-libs/glib-2.50.0
+   >=x11-libs/gtk+-3.20:3
+   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
+   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   introspection? ( >=dev-libs/gobject-introspection-1.66 )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2022-10-31 Thread Michał Górny
commit: e1b17560a8bb0270e036dbd0df0daf5eeebe28b4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 31 16:14:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 31 16:14:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b17560

xfce-base/garcon: Bump to 4.17.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest |  1 +
 xfce-base/garcon/garcon-4.17.2.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index e469cab188f9..7081eddf0eac 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1,3 @@
 DIST garcon-0.8.0.tar.bz2 539061 BLAKE2B 
8d7b207fdb325d060c3ecfa5e2574961082706c5a4af59cabebad9d3c915228085dc32442521018bfb7da2d3c169445ac270c00c381e666bfda8774329a60cfc
 SHA512 
708c68c31c0d3d89ecdde4790594837af0d065ecb805131fd7db2eb4c433c0523f44d51f2040f7bf9af729537e5f9e89ed06a435fc0c4e6113db00ad78ba8ce0
 DIST garcon-4.17.1.tar.bz2 546754 BLAKE2B 
b84e502cda113719454353af80a6436f2a4ee1ca132a9d795f49fddeeb7d30abdac3468c6d40b0f23cb68e0584aa7f51c844ca5496a0bf4fa7c60b2d9bbdb3af
 SHA512 
52bd03d7a4b5675b113b14f9acb56a2fb1d60c60a65b06b06376661228bea675e3c8be397b45d7d525fccd21c1bee9802378d11f51ed1f6229a4a5a73b607fe9
+DIST garcon-4.17.2.tar.bz2 549980 BLAKE2B 
0d2c1578ee63bbcc553091d8fa1d8fec04f2598aabe878fa0bf827890713ad3a2fb8bdfb28e004abc1678fbf8e18b8854392a028e15fb86102a8065f318165b2
 SHA512 
4a1c9ced7126cf116cd5f15da77b132136f70056cb5aa2678bbefe09c47f93a4a2ef7ec22f47a2df4c85e43bf7e33ed533ee531e21f867cf070301529a16fe47

diff --git a/xfce-base/garcon/garcon-4.17.2.ebuild 
b/xfce-base/garcon/garcon-4.17.2.ebuild
new file mode 100644
index ..2ec5063e184c
--- /dev/null
+++ b/xfce-base/garcon/garcon-4.17.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/garcon/start
+   https://gitlab.xfce.org/xfce/garcon/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="introspection"
+
+DEPEND="
+   >=dev-libs/glib-2.50.0
+   >=x11-libs/gtk+-3.20:3
+   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
+   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   introspection? ( >=dev-libs/gobject-introspection-1.66 )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2022-08-28 Thread WANG Xuerui
commit: ded03b9c24955e4c0c73f1ca79fa4bf85adde898
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Aug 28 06:45:46 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Aug 28 06:48:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded03b9c

xfce-base/garcon: keyword 4.17.1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 xfce-base/garcon/garcon-4.17.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-4.17.1.ebuild 
b/xfce-base/garcon/garcon-4.17.1.ebuild
index c96238763769..5d268e3a465e 100644
--- a/xfce-base/garcon/garcon-4.17.1.ebuild
+++ b/xfce-base/garcon/garcon-4.17.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="introspection"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2022-07-25 Thread Michał Górny
commit: 35cb100cb7eb1d25f3c31b52e08cc48218537572
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 25 10:42:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 25 10:45:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cb100c

xfce-base/garcon: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest |  1 -
 xfce-base/garcon/garcon-4.17.0.ebuild | 55 ---
 2 files changed, 56 deletions(-)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 52b76ef5e020..e469cab188f9 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,3 +1,2 @@
 DIST garcon-0.8.0.tar.bz2 539061 BLAKE2B 
8d7b207fdb325d060c3ecfa5e2574961082706c5a4af59cabebad9d3c915228085dc32442521018bfb7da2d3c169445ac270c00c381e666bfda8774329a60cfc
 SHA512 
708c68c31c0d3d89ecdde4790594837af0d065ecb805131fd7db2eb4c433c0523f44d51f2040f7bf9af729537e5f9e89ed06a435fc0c4e6113db00ad78ba8ce0
-DIST garcon-4.17.0.tar.bz2 545911 BLAKE2B 
0286233a5fc7769955eeb8901a64cd2087d47b28bbb05ae884c6d867e4374191d7dbb0bbc54decf7d4370ae31127d6d5acf63c77d1d18889efa5388bc5d4e5e3
 SHA512 
6fc88177b8f1b8630fe1f0954151ff60a9957bd7239452317e5e942e70576b996aa59f87e249feb4dfaa256972c3a028323a6fd02826d9b5e4a90df47c7f2361
 DIST garcon-4.17.1.tar.bz2 546754 BLAKE2B 
b84e502cda113719454353af80a6436f2a4ee1ca132a9d795f49fddeeb7d30abdac3468c6d40b0f23cb68e0584aa7f51c844ca5496a0bf4fa7c60b2d9bbdb3af
 SHA512 
52bd03d7a4b5675b113b14f9acb56a2fb1d60c60a65b06b06376661228bea675e3c8be397b45d7d525fccd21c1bee9802378d11f51ed1f6229a4a5a73b607fe9

diff --git a/xfce-base/garcon/garcon-4.17.0.ebuild 
b/xfce-base/garcon/garcon-4.17.0.ebuild
deleted file mode 100644
index c96238763769..
--- a/xfce-base/garcon/garcon-4.17.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="https://docs.xfce.org/xfce/garcon/start;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="introspection"
-
-DEPEND="
-   >=dev-libs/glib-2.50.0
-   >=x11-libs/gtk+-3.20:3
-   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
-   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
-   introspection? ( dev-libs/gobject-introspection:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   introspection? ( dev-libs/gobject-introspection )
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2022-07-11 Thread Michał Górny
commit: d6cf0646a4588a41930808f171885395400324cd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 11 09:15:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 11 09:15:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6cf0646

xfce-base/garcon: Bump to 4.17.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest |  1 +
 xfce-base/garcon/garcon-4.17.1.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 1b39242e3d7a..52b76ef5e020 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1,3 @@
 DIST garcon-0.8.0.tar.bz2 539061 BLAKE2B 
8d7b207fdb325d060c3ecfa5e2574961082706c5a4af59cabebad9d3c915228085dc32442521018bfb7da2d3c169445ac270c00c381e666bfda8774329a60cfc
 SHA512 
708c68c31c0d3d89ecdde4790594837af0d065ecb805131fd7db2eb4c433c0523f44d51f2040f7bf9af729537e5f9e89ed06a435fc0c4e6113db00ad78ba8ce0
 DIST garcon-4.17.0.tar.bz2 545911 BLAKE2B 
0286233a5fc7769955eeb8901a64cd2087d47b28bbb05ae884c6d867e4374191d7dbb0bbc54decf7d4370ae31127d6d5acf63c77d1d18889efa5388bc5d4e5e3
 SHA512 
6fc88177b8f1b8630fe1f0954151ff60a9957bd7239452317e5e942e70576b996aa59f87e249feb4dfaa256972c3a028323a6fd02826d9b5e4a90df47c7f2361
+DIST garcon-4.17.1.tar.bz2 546754 BLAKE2B 
b84e502cda113719454353af80a6436f2a4ee1ca132a9d795f49fddeeb7d30abdac3468c6d40b0f23cb68e0584aa7f51c844ca5496a0bf4fa7c60b2d9bbdb3af
 SHA512 
52bd03d7a4b5675b113b14f9acb56a2fb1d60c60a65b06b06376661228bea675e3c8be397b45d7d525fccd21c1bee9802378d11f51ed1f6229a4a5a73b607fe9

diff --git a/xfce-base/garcon/garcon-4.17.1.ebuild 
b/xfce-base/garcon/garcon-4.17.1.ebuild
new file mode 100644
index ..c96238763769
--- /dev/null
+++ b/xfce-base/garcon/garcon-4.17.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="https://docs.xfce.org/xfce/garcon/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="introspection"
+
+DEPEND="
+   >=dev-libs/glib-2.50.0
+   >=x11-libs/gtk+-3.20:3
+   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
+   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
+   introspection? ( dev-libs/gobject-introspection:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   introspection? ( dev-libs/gobject-introspection )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2022-05-16 Thread Michał Górny
commit: fe1f9f0c55364fe81c91d769d511758396a866cf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 06:57:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 07:55:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1f9f0c

xfce-base/garcon: Bump to 4.17.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest |  1 +
 xfce-base/garcon/garcon-4.17.0.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 03e685399010..1b39242e3d7a 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1 +1,2 @@
 DIST garcon-0.8.0.tar.bz2 539061 BLAKE2B 
8d7b207fdb325d060c3ecfa5e2574961082706c5a4af59cabebad9d3c915228085dc32442521018bfb7da2d3c169445ac270c00c381e666bfda8774329a60cfc
 SHA512 
708c68c31c0d3d89ecdde4790594837af0d065ecb805131fd7db2eb4c433c0523f44d51f2040f7bf9af729537e5f9e89ed06a435fc0c4e6113db00ad78ba8ce0
+DIST garcon-4.17.0.tar.bz2 545911 BLAKE2B 
0286233a5fc7769955eeb8901a64cd2087d47b28bbb05ae884c6d867e4374191d7dbb0bbc54decf7d4370ae31127d6d5acf63c77d1d18889efa5388bc5d4e5e3
 SHA512 
6fc88177b8f1b8630fe1f0954151ff60a9957bd7239452317e5e942e70576b996aa59f87e249feb4dfaa256972c3a028323a6fd02826d9b5e4a90df47c7f2361

diff --git a/xfce-base/garcon/garcon-4.17.0.ebuild 
b/xfce-base/garcon/garcon-4.17.0.ebuild
new file mode 100644
index ..c96238763769
--- /dev/null
+++ b/xfce-base/garcon/garcon-4.17.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="https://docs.xfce.org/xfce/garcon/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="introspection"
+
+DEPEND="
+   >=dev-libs/glib-2.50.0
+   >=x11-libs/gtk+-3.20:3
+   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
+   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
+   introspection? ( dev-libs/gobject-introspection:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   introspection? ( dev-libs/gobject-introspection )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2021-05-25 Thread Yixun Lan
commit: 40ff79e2add45079b6ca9ca5e336718b5669e746
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue May 25 13:36:09 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue May 25 14:19:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ff79e2

xfce-base/garcon: add riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 xfce-base/garcon/garcon-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.8.0.ebuild 
b/xfce-base/garcon/garcon-0.8.0.ebuild
index c949625cc02..2a991a4425c 100644
--- a/xfce-base/garcon/garcon-0.8.0.ebuild
+++ b/xfce-base/garcon/garcon-0.8.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="introspection"
 
 RDEPEND=">=dev-libs/glib-2.50.0



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2021-03-21 Thread Sam James
commit: 29be9ea923716ae054a13ae15e2c02bef56e909a
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 22 00:09:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 22 00:09:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29be9ea9

xfce-base/garcon: Stabilize 0.8.0 arm64, #777306

Signed-off-by: Sam James  gentoo.org>

 xfce-base/garcon/garcon-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.8.0.ebuild 
b/xfce-base/garcon/garcon-0.8.0.ebuild
index 90346021e1f..c949625cc02 100644
--- a/xfce-base/garcon/garcon-0.8.0.ebuild
+++ b/xfce-base/garcon/garcon-0.8.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="introspection"
 
 RDEPEND=">=dev-libs/glib-2.50.0



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2021-02-18 Thread Michał Górny
commit: 6a08ed60ddb757c0c9dcdc6bda3cb710f294a3b0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 19 00:57:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 19 01:03:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a08ed60

xfce-base/garcon: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest   |  1 -
 xfce-base/garcon/garcon-0.6.4-r2.ebuild | 47 -
 xfce-base/garcon/metadata.xml   | 12 +++--
 3 files changed, 4 insertions(+), 56 deletions(-)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 9214d3b3bb2..03e68539901 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1 @@
-DIST garcon-0.6.4.tar.bz2 519744 BLAKE2B 
3d5e90d8a1159aac4eb2f2455978bbe1de99b523b5383037c021f3490800349bff1d6f5333853b08db34c9d18f3c5fc787f51927d94cfd2cd747e839b1529e38
 SHA512 
96a99eb163909ba411ca5928c3fc0a569a6d833fba92edcfa845eb90b56abb02e1428a2cbf61fc1c564f1659d51b24ce174e3864fcc987a37158703df0ac2510
 DIST garcon-0.8.0.tar.bz2 539061 BLAKE2B 
8d7b207fdb325d060c3ecfa5e2574961082706c5a4af59cabebad9d3c915228085dc32442521018bfb7da2d3c169445ac270c00c381e666bfda8774329a60cfc
 SHA512 
708c68c31c0d3d89ecdde4790594837af0d065ecb805131fd7db2eb4c433c0523f44d51f2040f7bf9af729537e5f9e89ed06a435fc0c4e6113db00ad78ba8ce0

diff --git a/xfce-base/garcon/garcon-0.6.4-r2.ebuild 
b/xfce-base/garcon/garcon-0.6.4-r2.ebuild
deleted file mode 100644
index 79394ad32fe..000
--- a/xfce-base/garcon/garcon-0.6.4-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="-gtk2"
-
-RDEPEND=">=dev-libs/glib-2.30:=
-   >=x11-libs/gtk+-3.20:3=
-   >=xfce-base/libxfce4util-4.12:=
-   gtk2? (
-   >=x11-libs/gtk+-2.24:2=
-   =xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   )"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
-
-src_configure() {
-   local myconf=(
-   $(use_enable gtk2)
-   $(use_enable gtk2 libxfce4ui)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/xfce-base/garcon/metadata.xml b/xfce-base/garcon/metadata.xml
index c5e73dd6397..dce6704738a 100644
--- a/xfce-base/garcon/metadata.xml
+++ b/xfce-base/garcon/metadata.xml
@@ -1,12 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-x...@gentoo.org
-XFCE Team
-  
-  
-Build the garcon-gtk2-1 library (required
-  for xfce-base/xfce4-panel  4.13 only).
-  
+   
+   x...@gentoo.org
+   XFCE Team
+   
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2021-02-18 Thread Sam James
commit: 64454761d301b4b548d7d51c1e653e36dd84169d
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 22:07:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 22:08:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64454761

xfce-base/garcon: Stabilize 0.8.0 ppc, #769368

Signed-off-by: Sam James  gentoo.org>

 xfce-base/garcon/garcon-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.8.0.ebuild 
b/xfce-base/garcon/garcon-0.8.0.ebuild
index 1c17825243f..90346021e1f 100644
--- a/xfce-base/garcon/garcon-0.8.0.ebuild
+++ b/xfce-base/garcon/garcon-0.8.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="introspection"
 
 RDEPEND=">=dev-libs/glib-2.50.0



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2021-01-18 Thread Michał Górny
commit: 4e7ef1eb45d42473de1382915f37a5bd6cd835e0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 18 20:25:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 18 20:27:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7ef1eb

xfce-base/garcon: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest|  1 -
 xfce-base/garcon/garcon-0.7.3.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 19e2335dd2f..9214d3b3bb2 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,3 +1,2 @@
 DIST garcon-0.6.4.tar.bz2 519744 BLAKE2B 
3d5e90d8a1159aac4eb2f2455978bbe1de99b523b5383037c021f3490800349bff1d6f5333853b08db34c9d18f3c5fc787f51927d94cfd2cd747e839b1529e38
 SHA512 
96a99eb163909ba411ca5928c3fc0a569a6d833fba92edcfa845eb90b56abb02e1428a2cbf61fc1c564f1659d51b24ce174e3864fcc987a37158703df0ac2510
-DIST garcon-0.7.3.tar.bz2 543598 BLAKE2B 
d89377946616b955098bb4a6898288ca9c4a4995e737e5a56eee3b1fcfcb0a67061771505f0174b343a68054443a00476df38e5bf643d41bb5f4189a9fef1986
 SHA512 
a648bac5c2b0b3d41592eb953f800f0eaf4c47cbeb3d9c1f532243182ca1d8e9d856e92ff5abbe01224b060b8ec7bb55983d64cfd8e42e9373f3911dc157fd37
 DIST garcon-0.8.0.tar.bz2 539061 BLAKE2B 
8d7b207fdb325d060c3ecfa5e2574961082706c5a4af59cabebad9d3c915228085dc32442521018bfb7da2d3c169445ac270c00c381e666bfda8774329a60cfc
 SHA512 
708c68c31c0d3d89ecdde4790594837af0d065ecb805131fd7db2eb4c433c0523f44d51f2040f7bf9af729537e5f9e89ed06a435fc0c4e6113db00ad78ba8ce0

diff --git a/xfce-base/garcon/garcon-0.7.3.ebuild 
b/xfce-base/garcon/garcon-0.7.3.ebuild
deleted file mode 100644
index 6433ea9ccb5..000
--- a/xfce-base/garcon/garcon-0.7.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="introspection"
-
-RDEPEND=">=dev-libs/glib-2.50.0
-   >=x11-libs/gtk+-3.20:3
-   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
-   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND=${RDEPEND}
-BDEPEND="
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   introspection? ( dev-libs/gobject-introspection )"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2020-12-22 Thread Michał Górny
commit: bdf74936c12bc237dd2e30336fe15d7416865b8b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 22 23:28:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 22 23:35:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf74936

xfce-base/garcon: Bump to 0.8.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest|  1 +
 xfce-base/garcon/garcon-0.8.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 7e15efd1de4..19e2335dd2f 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1,3 @@
 DIST garcon-0.6.4.tar.bz2 519744 BLAKE2B 
3d5e90d8a1159aac4eb2f2455978bbe1de99b523b5383037c021f3490800349bff1d6f5333853b08db34c9d18f3c5fc787f51927d94cfd2cd747e839b1529e38
 SHA512 
96a99eb163909ba411ca5928c3fc0a569a6d833fba92edcfa845eb90b56abb02e1428a2cbf61fc1c564f1659d51b24ce174e3864fcc987a37158703df0ac2510
 DIST garcon-0.7.3.tar.bz2 543598 BLAKE2B 
d89377946616b955098bb4a6898288ca9c4a4995e737e5a56eee3b1fcfcb0a67061771505f0174b343a68054443a00476df38e5bf643d41bb5f4189a9fef1986
 SHA512 
a648bac5c2b0b3d41592eb953f800f0eaf4c47cbeb3d9c1f532243182ca1d8e9d856e92ff5abbe01224b060b8ec7bb55983d64cfd8e42e9373f3911dc157fd37
+DIST garcon-0.8.0.tar.bz2 539061 BLAKE2B 
8d7b207fdb325d060c3ecfa5e2574961082706c5a4af59cabebad9d3c915228085dc32442521018bfb7da2d3c169445ac270c00c381e666bfda8774329a60cfc
 SHA512 
708c68c31c0d3d89ecdde4790594837af0d065ecb805131fd7db2eb4c433c0523f44d51f2040f7bf9af729537e5f9e89ed06a435fc0c4e6113db00ad78ba8ce0

diff --git a/xfce-base/garcon/garcon-0.8.0.ebuild 
b/xfce-base/garcon/garcon-0.8.0.ebuild
new file mode 100644
index 000..6433ea9ccb5
--- /dev/null
+++ b/xfce-base/garcon/garcon-0.8.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="introspection"
+
+RDEPEND=">=dev-libs/glib-2.50.0
+   >=x11-libs/gtk+-3.20:3
+   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
+   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND=${RDEPEND}
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   introspection? ( dev-libs/gobject-introspection )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2020-12-16 Thread Michał Górny
commit: 280549a8d8b6cdc1ff19094f4a32b8d44d9134e9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 16 13:23:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 16 13:23:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=280549a8

xfce-base/garcon: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest|  2 --
 xfce-base/garcon/garcon-0.7.1.ebuild | 39 
 xfce-base/garcon/garcon-0.7.2.ebuild | 39 
 3 files changed, 80 deletions(-)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 65cfd1761a8..7e15efd1de4 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,4 +1,2 @@
 DIST garcon-0.6.4.tar.bz2 519744 BLAKE2B 
3d5e90d8a1159aac4eb2f2455978bbe1de99b523b5383037c021f3490800349bff1d6f5333853b08db34c9d18f3c5fc787f51927d94cfd2cd747e839b1529e38
 SHA512 
96a99eb163909ba411ca5928c3fc0a569a6d833fba92edcfa845eb90b56abb02e1428a2cbf61fc1c564f1659d51b24ce174e3864fcc987a37158703df0ac2510
-DIST garcon-0.7.1.tar.bz2 513717 BLAKE2B 
e87fb19ff0b3d0baf9e9def5ac028c481494334f425f28868c4e79b678e54ccdb925904980c5dc592c981c4159a8400af2d39f3350c525abef03622cd99d5be2
 SHA512 
90cc5c634200235a2a0d7f67584a14e32dedd9539bff627b699073a5d8797229245fd43a7256072cea40239e3b53da92691fec881195dc5d9d59f29e190054da
-DIST garcon-0.7.2.tar.bz2 514158 BLAKE2B 
b7f0048d10ac135fd49768a786a83fbdcf6d2fb979e440970c3192041459577b4eb79e655892561eaeff34b4485c6b485382d4642e7672de59b38e9cb5bcb9a1
 SHA512 
42a08043ba7dbd5b61c2368886f0610aa920fb34c8dc2fb2a5e26b2df315c1126653bc8f330bc1c824cfcca7de4efcabbe444fb96f0ec46542bdcf1a8ccb8f67
 DIST garcon-0.7.3.tar.bz2 543598 BLAKE2B 
d89377946616b955098bb4a6898288ca9c4a4995e737e5a56eee3b1fcfcb0a67061771505f0174b343a68054443a00476df38e5bf643d41bb5f4189a9fef1986
 SHA512 
a648bac5c2b0b3d41592eb953f800f0eaf4c47cbeb3d9c1f532243182ca1d8e9d856e92ff5abbe01224b060b8ec7bb55983d64cfd8e42e9373f3911dc157fd37

diff --git a/xfce-base/garcon/garcon-0.7.1.ebuild 
b/xfce-base/garcon/garcon-0.7.1.ebuild
deleted file mode 100644
index 4c320373517..000
--- a/xfce-base/garcon/garcon-0.7.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="introspection"
-
-RDEPEND=">=dev-libs/glib-2.30
-   >=x11-libs/gtk+-3.20:3
-   >=xfce-base/libxfce4util-4.15.2:=[introspection?]
-   >=xfce-base/libxfce4ui-4.15.2:=[introspection?]
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/xfce-base/garcon/garcon-0.7.2.ebuild 
b/xfce-base/garcon/garcon-0.7.2.ebuild
deleted file mode 100644
index 4c320373517..000
--- a/xfce-base/garcon/garcon-0.7.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="introspection"
-
-RDEPEND=">=dev-libs/glib-2.30
-   >=x11-libs/gtk+-3.20:3
-   >=xfce-base/libxfce4util-4.15.2:=[introspection?]
-   >=xfce-base/libxfce4ui-4.15.2:=[introspection?]
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2020-12-14 Thread Michał Górny
commit: 352af7764e6017fa93ce648c186ebb8cf6db5aa8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 14 16:33:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 14 16:34:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352af776

xfce-base/garcon: Update icon cache

Closes: https://bugs.gentoo.org/760015
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/garcon-0.7.3.ebuild | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/xfce-base/garcon/garcon-0.7.3.ebuild 
b/xfce-base/garcon/garcon-0.7.3.ebuild
index 1f205f520f8..6433ea9ccb5 100644
--- a/xfce-base/garcon/garcon-0.7.3.ebuild
+++ b/xfce-base/garcon/garcon-0.7.3.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit xdg-utils
+
 DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
 HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
 SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
@@ -39,3 +41,11 @@ src_install() {
 
find "${D}" -name '*.la' -delete || die
 }
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2020-12-14 Thread Michał Górny
commit: 408ad0d78134b03f922882ce0f2a4b4b1f398c93
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 14 11:59:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 14 12:28:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408ad0d7

xfce-base/garcon: Bump to 0.7.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest|  1 +
 xfce-base/garcon/garcon-0.7.3.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 6899586d04a..65cfd1761a8 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,3 +1,4 @@
 DIST garcon-0.6.4.tar.bz2 519744 BLAKE2B 
3d5e90d8a1159aac4eb2f2455978bbe1de99b523b5383037c021f3490800349bff1d6f5333853b08db34c9d18f3c5fc787f51927d94cfd2cd747e839b1529e38
 SHA512 
96a99eb163909ba411ca5928c3fc0a569a6d833fba92edcfa845eb90b56abb02e1428a2cbf61fc1c564f1659d51b24ce174e3864fcc987a37158703df0ac2510
 DIST garcon-0.7.1.tar.bz2 513717 BLAKE2B 
e87fb19ff0b3d0baf9e9def5ac028c481494334f425f28868c4e79b678e54ccdb925904980c5dc592c981c4159a8400af2d39f3350c525abef03622cd99d5be2
 SHA512 
90cc5c634200235a2a0d7f67584a14e32dedd9539bff627b699073a5d8797229245fd43a7256072cea40239e3b53da92691fec881195dc5d9d59f29e190054da
 DIST garcon-0.7.2.tar.bz2 514158 BLAKE2B 
b7f0048d10ac135fd49768a786a83fbdcf6d2fb979e440970c3192041459577b4eb79e655892561eaeff34b4485c6b485382d4642e7672de59b38e9cb5bcb9a1
 SHA512 
42a08043ba7dbd5b61c2368886f0610aa920fb34c8dc2fb2a5e26b2df315c1126653bc8f330bc1c824cfcca7de4efcabbe444fb96f0ec46542bdcf1a8ccb8f67
+DIST garcon-0.7.3.tar.bz2 543598 BLAKE2B 
d89377946616b955098bb4a6898288ca9c4a4995e737e5a56eee3b1fcfcb0a67061771505f0174b343a68054443a00476df38e5bf643d41bb5f4189a9fef1986
 SHA512 
a648bac5c2b0b3d41592eb953f800f0eaf4c47cbeb3d9c1f532243182ca1d8e9d856e92ff5abbe01224b060b8ec7bb55983d64cfd8e42e9373f3911dc157fd37

diff --git a/xfce-base/garcon/garcon-0.7.3.ebuild 
b/xfce-base/garcon/garcon-0.7.3.ebuild
new file mode 100644
index 000..1f205f520f8
--- /dev/null
+++ b/xfce-base/garcon/garcon-0.7.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="introspection"
+
+RDEPEND=">=dev-libs/glib-2.50.0
+   >=x11-libs/gtk+-3.20:3
+   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
+   >=xfce-base/libxfce4ui-4.15.7:=[introspection?]
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND=${RDEPEND}
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   introspection? ( dev-libs/gobject-introspection )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2020-11-09 Thread Michał Górny
commit: 9120ea0e4bf8ada8184894fb27f1a152832d1657
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  9 10:17:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  9 10:20:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9120ea0e

xfce-base/garcon: Bump to 0.7.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest|  1 +
 xfce-base/garcon/garcon-0.7.2.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index a224a1ebf1e..6899586d04a 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1,3 @@
 DIST garcon-0.6.4.tar.bz2 519744 BLAKE2B 
3d5e90d8a1159aac4eb2f2455978bbe1de99b523b5383037c021f3490800349bff1d6f5333853b08db34c9d18f3c5fc787f51927d94cfd2cd747e839b1529e38
 SHA512 
96a99eb163909ba411ca5928c3fc0a569a6d833fba92edcfa845eb90b56abb02e1428a2cbf61fc1c564f1659d51b24ce174e3864fcc987a37158703df0ac2510
 DIST garcon-0.7.1.tar.bz2 513717 BLAKE2B 
e87fb19ff0b3d0baf9e9def5ac028c481494334f425f28868c4e79b678e54ccdb925904980c5dc592c981c4159a8400af2d39f3350c525abef03622cd99d5be2
 SHA512 
90cc5c634200235a2a0d7f67584a14e32dedd9539bff627b699073a5d8797229245fd43a7256072cea40239e3b53da92691fec881195dc5d9d59f29e190054da
+DIST garcon-0.7.2.tar.bz2 514158 BLAKE2B 
b7f0048d10ac135fd49768a786a83fbdcf6d2fb979e440970c3192041459577b4eb79e655892561eaeff34b4485c6b485382d4642e7672de59b38e9cb5bcb9a1
 SHA512 
42a08043ba7dbd5b61c2368886f0610aa920fb34c8dc2fb2a5e26b2df315c1126653bc8f330bc1c824cfcca7de4efcabbe444fb96f0ec46542bdcf1a8ccb8f67

diff --git a/xfce-base/garcon/garcon-0.7.2.ebuild 
b/xfce-base/garcon/garcon-0.7.2.ebuild
new file mode 100644
index 000..4c320373517
--- /dev/null
+++ b/xfce-base/garcon/garcon-0.7.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="introspection"
+
+RDEPEND=">=dev-libs/glib-2.30
+   >=x11-libs/gtk+-3.20:3
+   >=xfce-base/libxfce4util-4.15.2:=[introspection?]
+   >=xfce-base/libxfce4ui-4.15.2:=[introspection?]
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2020-09-18 Thread Michał Górny
commit: 9109e00eca3a9cf16bda083c7adfb7461b351dc2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 09:40:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 09:45:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9109e00e

xfce-base/garcon: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest|  1 -
 xfce-base/garcon/garcon-0.7.0.ebuild | 47 
 2 files changed, 48 deletions(-)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 6e17ca947ca..a224a1ebf1e 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,3 +1,2 @@
 DIST garcon-0.6.4.tar.bz2 519744 BLAKE2B 
3d5e90d8a1159aac4eb2f2455978bbe1de99b523b5383037c021f3490800349bff1d6f5333853b08db34c9d18f3c5fc787f51927d94cfd2cd747e839b1529e38
 SHA512 
96a99eb163909ba411ca5928c3fc0a569a6d833fba92edcfa845eb90b56abb02e1428a2cbf61fc1c564f1659d51b24ce174e3864fcc987a37158703df0ac2510
-DIST garcon-0.7.0.tar.bz2 508624 BLAKE2B 
592d0078f4141b600f6a60818ed86cdffe289fda0f691d48b0e1992ed83191ec075483d200d312b27bd5f02e6bb0daabafeaf47a4492f489eb1e8c2af3283be2
 SHA512 
e865f68fe595bbc22d023d72ce4663c75e837a6789eb2158747e2cb7420ea2bba06dfd660e1de20675b9f9057cb2a9c1dc24221de8be93882e9b29bffb1fce37
 DIST garcon-0.7.1.tar.bz2 513717 BLAKE2B 
e87fb19ff0b3d0baf9e9def5ac028c481494334f425f28868c4e79b678e54ccdb925904980c5dc592c981c4159a8400af2d39f3350c525abef03622cd99d5be2
 SHA512 
90cc5c634200235a2a0d7f67584a14e32dedd9539bff627b699073a5d8797229245fd43a7256072cea40239e3b53da92691fec881195dc5d9d59f29e190054da

diff --git a/xfce-base/garcon/garcon-0.7.0.ebuild 
b/xfce-base/garcon/garcon-0.7.0.ebuild
deleted file mode 100644
index cc7ef745786..000
--- a/xfce-base/garcon/garcon-0.7.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="-gtk2"
-
-RDEPEND=">=dev-libs/glib-2.30
-   >=x11-libs/gtk+-3.20:3
-   >=xfce-base/libxfce4util-4.12:=
-   gtk2? (
-   >=x11-libs/gtk+-2.24:2
-   =xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   )"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
-
-src_configure() {
-   local myconf=(
-   $(use_enable gtk2)
-   $(use_enable gtk2 libxfce4ui)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2020-08-18 Thread Michał Górny
commit: 72f0a4de3ebd9dac4706496bad9ac5fb8668cb35
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 18 21:29:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 18 21:34:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f0a4de

xfce-base/garcon: Bump to 0.7.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest|  1 +
 xfce-base/garcon/garcon-0.7.1.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 7dd1d465b75..6e17ca947ca 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1,3 @@
 DIST garcon-0.6.4.tar.bz2 519744 BLAKE2B 
3d5e90d8a1159aac4eb2f2455978bbe1de99b523b5383037c021f3490800349bff1d6f5333853b08db34c9d18f3c5fc787f51927d94cfd2cd747e839b1529e38
 SHA512 
96a99eb163909ba411ca5928c3fc0a569a6d833fba92edcfa845eb90b56abb02e1428a2cbf61fc1c564f1659d51b24ce174e3864fcc987a37158703df0ac2510
 DIST garcon-0.7.0.tar.bz2 508624 BLAKE2B 
592d0078f4141b600f6a60818ed86cdffe289fda0f691d48b0e1992ed83191ec075483d200d312b27bd5f02e6bb0daabafeaf47a4492f489eb1e8c2af3283be2
 SHA512 
e865f68fe595bbc22d023d72ce4663c75e837a6789eb2158747e2cb7420ea2bba06dfd660e1de20675b9f9057cb2a9c1dc24221de8be93882e9b29bffb1fce37
+DIST garcon-0.7.1.tar.bz2 513717 BLAKE2B 
e87fb19ff0b3d0baf9e9def5ac028c481494334f425f28868c4e79b678e54ccdb925904980c5dc592c981c4159a8400af2d39f3350c525abef03622cd99d5be2
 SHA512 
90cc5c634200235a2a0d7f67584a14e32dedd9539bff627b699073a5d8797229245fd43a7256072cea40239e3b53da92691fec881195dc5d9d59f29e190054da

diff --git a/xfce-base/garcon/garcon-0.7.1.ebuild 
b/xfce-base/garcon/garcon-0.7.1.ebuild
new file mode 100644
index 000..4c320373517
--- /dev/null
+++ b/xfce-base/garcon/garcon-0.7.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="introspection"
+
+RDEPEND=">=dev-libs/glib-2.30
+   >=x11-libs/gtk+-3.20:3
+   >=xfce-base/libxfce4util-4.15.2:=[introspection?]
+   >=xfce-base/libxfce4ui-4.15.2:=[introspection?]
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2020-04-04 Thread Michał Górny
commit: 2c7c63a76b1f7e1775f029f1a47021605a166885
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  4 20:07:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  4 20:23:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7c63a7

xfce-base/garcon: Bump to 0.7.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest|  1 +
 xfce-base/garcon/garcon-0.7.0.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 9cc47b2f05d..7dd1d465b75 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1 +1,2 @@
 DIST garcon-0.6.4.tar.bz2 519744 BLAKE2B 
3d5e90d8a1159aac4eb2f2455978bbe1de99b523b5383037c021f3490800349bff1d6f5333853b08db34c9d18f3c5fc787f51927d94cfd2cd747e839b1529e38
 SHA512 
96a99eb163909ba411ca5928c3fc0a569a6d833fba92edcfa845eb90b56abb02e1428a2cbf61fc1c564f1659d51b24ce174e3864fcc987a37158703df0ac2510
+DIST garcon-0.7.0.tar.bz2 508624 BLAKE2B 
592d0078f4141b600f6a60818ed86cdffe289fda0f691d48b0e1992ed83191ec075483d200d312b27bd5f02e6bb0daabafeaf47a4492f489eb1e8c2af3283be2
 SHA512 
e865f68fe595bbc22d023d72ce4663c75e837a6789eb2158747e2cb7420ea2bba06dfd660e1de20675b9f9057cb2a9c1dc24221de8be93882e9b29bffb1fce37

diff --git a/xfce-base/garcon/garcon-0.7.0.ebuild 
b/xfce-base/garcon/garcon-0.7.0.ebuild
new file mode 100644
index 000..cc7ef745786
--- /dev/null
+++ b/xfce-base/garcon/garcon-0.7.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="-gtk2"
+
+RDEPEND=">=dev-libs/glib-2.30
+   >=x11-libs/gtk+-3.20:3
+   >=xfce-base/libxfce4util-4.12:=
+   gtk2? (
+   >=x11-libs/gtk+-2.24:2
+   =xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   )"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
+
+src_configure() {
+   local myconf=(
+   $(use_enable gtk2)
+   $(use_enable gtk2 libxfce4ui)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2019-12-06 Thread Michał Górny
commit: 9543f52d502bd51105e46c45f8dadedfb8d4a65a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  6 12:45:59 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  6 14:19:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9543f52d

xfce-base/garcon: libxfce4ui-4.15 dropped gtk2, adjust defaults

Disable gtk2 by default since libxfce4ui no longer provides it (and we
apparently have no revdeps for it anymore).  Adjust deps.

Signed-off-by: Michał Górny  gentoo.org>

 .../garcon/{garcon-0.6.4-r1.ebuild => garcon-0.6.4-r2.ebuild} | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/xfce-base/garcon/garcon-0.6.4-r1.ebuild 
b/xfce-base/garcon/garcon-0.6.4-r2.ebuild
similarity index 85%
rename from xfce-base/garcon/garcon-0.6.4-r1.ebuild
rename to xfce-base/garcon/garcon-0.6.4-r2.ebuild
index 8865cc2564f..27b82ec1fdf 100644
--- a/xfce-base/garcon/garcon-0.6.4-r1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.4-r2.ebuild
@@ -10,13 +10,18 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+gtk2"
+IUSE="-gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=
>=x11-libs/gtk+-3.20:3=
-   >=xfce-base/libxfce4ui-4.12:=[gtk2(+)?,gtk3(+)]
>=xfce-base/libxfce4util-4.12:=
-   gtk2? ( >=x11-libs/gtk+-2.24:2= )"
+   gtk2? (
+   >=x11-libs/gtk+-2.24:2=
+   =xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   )"
 DEPEND="${RDEPEND}
dev-util/glib-utils
dev-util/gtk-doc-am



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2019-10-13 Thread Mikle Kolyada
commit: 974b516d93c01fce27cbc7a1e9991360c2939717
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 13 11:23:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 13 11:24:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974b516d

xfce-base/garcon: alpha stable wrt bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-base/garcon/garcon-0.6.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.6.4-r1.ebuild 
b/xfce-base/garcon/garcon-0.6.4-r1.ebuild
index 4fa3039faba..8865cc2564f 100644
--- a/xfce-base/garcon/garcon-0.6.4-r1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.4-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2019-10-12 Thread Sergei Trofimovich
commit: 85cce4a906bbb73f0f29630e9ea2038d8a79d180
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 21:18:30 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 12 21:23:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85cce4a9

xfce-base/garcon: stable 0.6.4-r1 for ppc64, bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 xfce-base/garcon/garcon-0.6.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.6.4-r1.ebuild 
b/xfce-base/garcon/garcon-0.6.4-r1.ebuild
index 8b9ce718c24..1714031ad1a 100644
--- a/xfce-base/garcon/garcon-0.6.4-r1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.4-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2019-10-12 Thread Sergei Trofimovich
commit: 0ca1ae3bb0cece37f514a74061a1564ba6795727
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 21:02:14 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 12 21:16:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca1ae3b

xfce-base/garcon: stable 0.6.4-r1 for ppc, bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 xfce-base/garcon/garcon-0.6.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.6.4-r1.ebuild 
b/xfce-base/garcon/garcon-0.6.4-r1.ebuild
index 6889369d08b..8b9ce718c24 100644
--- a/xfce-base/garcon/garcon-0.6.4-r1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.4-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2019-08-22 Thread Michał Górny
commit: b5e8f713f82a3b77b5a90df370ed301d1fbb3696
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 22 11:33:53 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 22 12:31:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e8f713

xfce-base/garcon: Fix dep ordering

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/garcon-0.6.2-r1.ebuild | 4 ++--
 xfce-base/garcon/garcon-0.6.3.ebuild| 4 ++--
 xfce-base/garcon/garcon-0.6.4-r1.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/xfce-base/garcon/garcon-0.6.2-r1.ebuild 
b/xfce-base/garcon/garcon-0.6.2-r1.ebuild
index 8e06a95f127..edf7baab9f2 100644
--- a/xfce-base/garcon/garcon-0.6.2-r1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.2-r1.ebuild
@@ -13,10 +13,10 @@ KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc 
ppc64 ~sh ~sparc x86 ~amd
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=
-   gtk2? ( >=x11-libs/gtk+-2.24:2= )
>=x11-libs/gtk+-3.20:3=
>=xfce-base/libxfce4ui-4.12:=[gtk2(+)?,gtk3(+)]
-   >=xfce-base/libxfce4util-4.12:="
+   >=xfce-base/libxfce4util-4.12:=
+   gtk2? ( >=x11-libs/gtk+-2.24:2= )"
 DEPEND="${RDEPEND}
dev-util/glib-utils
dev-util/gtk-doc-am

diff --git a/xfce-base/garcon/garcon-0.6.3.ebuild 
b/xfce-base/garcon/garcon-0.6.3.ebuild
index b599fc989cd..fe58837f910 100644
--- a/xfce-base/garcon/garcon-0.6.3.ebuild
+++ b/xfce-base/garcon/garcon-0.6.3.ebuild
@@ -13,10 +13,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~sh ~sparc ~x8
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=
-   gtk2? ( >=x11-libs/gtk+-2.24:2= )
>=x11-libs/gtk+-3.20:3=
>=xfce-base/libxfce4ui-4.12:=[gtk2(+)?,gtk3(+)]
-   >=xfce-base/libxfce4util-4.12:="
+   >=xfce-base/libxfce4util-4.12:=
+   gtk2? ( >=x11-libs/gtk+-2.24:2= )"
 DEPEND="${RDEPEND}
dev-util/glib-utils
dev-util/gtk-doc-am

diff --git a/xfce-base/garcon/garcon-0.6.4-r1.ebuild 
b/xfce-base/garcon/garcon-0.6.4-r1.ebuild
index b599fc989cd..fe58837f910 100644
--- a/xfce-base/garcon/garcon-0.6.4-r1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.4-r1.ebuild
@@ -13,10 +13,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~sh ~sparc ~x8
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=
-   gtk2? ( >=x11-libs/gtk+-2.24:2= )
>=x11-libs/gtk+-3.20:3=
>=xfce-base/libxfce4ui-4.12:=[gtk2(+)?,gtk3(+)]
-   >=xfce-base/libxfce4util-4.12:="
+   >=xfce-base/libxfce4util-4.12:=
+   gtk2? ( >=x11-libs/gtk+-2.24:2= )"
 DEPEND="${RDEPEND}
dev-util/glib-utils
dev-util/gtk-doc-am



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2019-08-22 Thread Michał Górny
commit: 32279e07a2a847d78e6612da3255ceed01ecdc9c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 22 11:27:04 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 22 12:31:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32279e07

xfce-base/garcon: Require matching GTK+2 support in libxfce4ui

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/{garcon-0.6.2.ebuild => garcon-0.6.2-r1.ebuild} | 2 +-
 xfce-base/garcon/garcon-0.6.3.ebuild | 2 +-
 xfce-base/garcon/{garcon-0.6.4.ebuild => garcon-0.6.4-r1.ebuild} | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/xfce-base/garcon/garcon-0.6.2.ebuild 
b/xfce-base/garcon/garcon-0.6.2-r1.ebuild
similarity index 95%
rename from xfce-base/garcon/garcon-0.6.2.ebuild
rename to xfce-base/garcon/garcon-0.6.2-r1.ebuild
index 821f2c9ab0c..8e06a95f127 100644
--- a/xfce-base/garcon/garcon-0.6.2.ebuild
+++ b/xfce-base/garcon/garcon-0.6.2-r1.ebuild
@@ -15,7 +15,7 @@ IUSE="+gtk2"
 RDEPEND=">=dev-libs/glib-2.30:=
gtk2? ( >=x11-libs/gtk+-2.24:2= )
>=x11-libs/gtk+-3.20:3=
-   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4ui-4.12:=[gtk2(+)?,gtk3(+)]
>=xfce-base/libxfce4util-4.12:="
 DEPEND="${RDEPEND}
dev-util/glib-utils

diff --git a/xfce-base/garcon/garcon-0.6.3.ebuild 
b/xfce-base/garcon/garcon-0.6.3.ebuild
index b4bb94d0b25..b599fc989cd 100644
--- a/xfce-base/garcon/garcon-0.6.3.ebuild
+++ b/xfce-base/garcon/garcon-0.6.3.ebuild
@@ -15,7 +15,7 @@ IUSE="+gtk2"
 RDEPEND=">=dev-libs/glib-2.30:=
gtk2? ( >=x11-libs/gtk+-2.24:2= )
>=x11-libs/gtk+-3.20:3=
-   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4ui-4.12:=[gtk2(+)?,gtk3(+)]
>=xfce-base/libxfce4util-4.12:="
 DEPEND="${RDEPEND}
dev-util/glib-utils

diff --git a/xfce-base/garcon/garcon-0.6.4.ebuild 
b/xfce-base/garcon/garcon-0.6.4-r1.ebuild
similarity index 95%
rename from xfce-base/garcon/garcon-0.6.4.ebuild
rename to xfce-base/garcon/garcon-0.6.4-r1.ebuild
index b4bb94d0b25..b599fc989cd 100644
--- a/xfce-base/garcon/garcon-0.6.4.ebuild
+++ b/xfce-base/garcon/garcon-0.6.4-r1.ebuild
@@ -15,7 +15,7 @@ IUSE="+gtk2"
 RDEPEND=">=dev-libs/glib-2.30:=
gtk2? ( >=x11-libs/gtk+-2.24:2= )
>=x11-libs/gtk+-3.20:3=
-   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4ui-4.12:=[gtk2(+)?,gtk3(+)]
>=xfce-base/libxfce4util-4.12:="
 DEPEND="${RDEPEND}
dev-util/glib-utils



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2019-07-27 Thread Michał Górny
commit: 4caab6c6b205b57b516ba693ecbb1b8c373b46e1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 05:31:19 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 05:31:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4caab6c6

xfce-base/garcon: Bump to 0.6.4

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest|  1 +
 xfce-base/garcon/garcon-0.6.4.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 8f6e064ad42..634d41bfd7e 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1,3 @@
 DIST garcon-0.6.2.tar.bz2 539745 BLAKE2B 
1bcbb136cd525f1280f6539ea447b4b84f935297f6bd4391407e31925cf873fdd0cfbeb70dba5ce882e4620f1ce7b89d51c9c26232db88b1202f5a0fca3f6175
 SHA512 
7a96c33b47302fa989862098bc5b8ed64515a60e19a4b8dbb049398cf847d64584f93f85b1f6e1327653b22f0b44a805b737258bbc9ac69197639ef7f13f20b1
 DIST garcon-0.6.3.tar.bz2 538164 BLAKE2B 
98c86491ba833fad261d1a759a33af7fbd69768e0b4a34f5712f2e0a5c8ea7734bdd984df925a50f1948e83e6f09a113e7acdadf428aca9d0aa8d0a764dc50de
 SHA512 
1adc4373728ed19641441e0f38778d7401c78e7db52c76a258c378287c5a324e87e2aa11bca134813de4b1eaa807c62ccdf73a4c5e4d83d6acab27aafa61b5b0
+DIST garcon-0.6.4.tar.bz2 519744 BLAKE2B 
3d5e90d8a1159aac4eb2f2455978bbe1de99b523b5383037c021f3490800349bff1d6f5333853b08db34c9d18f3c5fc787f51927d94cfd2cd747e839b1529e38
 SHA512 
96a99eb163909ba411ca5928c3fc0a569a6d833fba92edcfa845eb90b56abb02e1428a2cbf61fc1c564f1659d51b24ce174e3864fcc987a37158703df0ac2510

diff --git a/xfce-base/garcon/garcon-0.6.4.ebuild 
b/xfce-base/garcon/garcon-0.6.4.ebuild
new file mode 100644
index 000..b4bb94d0b25
--- /dev/null
+++ b/xfce-base/garcon/garcon-0.6.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="+gtk2"
+
+RDEPEND=">=dev-libs/glib-2.30:=
+   gtk2? ( >=x11-libs/gtk+-2.24:2= )
+   >=x11-libs/gtk+-3.20:3=
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
+
+src_configure() {
+   local myconf=(
+   $(use_enable gtk2)
+   $(use_enable gtk2 libxfce4ui)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2019-07-01 Thread Michał Górny
commit: 4cb0baa9c54b6f32f4c5aeaaa618d81168eea89f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  1 07:16:16 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  1 07:56:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb0baa9

xfce-base/garcon: Bump to 0.6.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest|  1 +
 xfce-base/garcon/garcon-0.6.3.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 196f30a4001..8f6e064ad42 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1 +1,2 @@
 DIST garcon-0.6.2.tar.bz2 539745 BLAKE2B 
1bcbb136cd525f1280f6539ea447b4b84f935297f6bd4391407e31925cf873fdd0cfbeb70dba5ce882e4620f1ce7b89d51c9c26232db88b1202f5a0fca3f6175
 SHA512 
7a96c33b47302fa989862098bc5b8ed64515a60e19a4b8dbb049398cf847d64584f93f85b1f6e1327653b22f0b44a805b737258bbc9ac69197639ef7f13f20b1
+DIST garcon-0.6.3.tar.bz2 538164 BLAKE2B 
98c86491ba833fad261d1a759a33af7fbd69768e0b4a34f5712f2e0a5c8ea7734bdd984df925a50f1948e83e6f09a113e7acdadf428aca9d0aa8d0a764dc50de
 SHA512 
1adc4373728ed19641441e0f38778d7401c78e7db52c76a258c378287c5a324e87e2aa11bca134813de4b1eaa807c62ccdf73a4c5e4d83d6acab27aafa61b5b0

diff --git a/xfce-base/garcon/garcon-0.6.3.ebuild 
b/xfce-base/garcon/garcon-0.6.3.ebuild
new file mode 100644
index 000..8b1341ce183
--- /dev/null
+++ b/xfce-base/garcon/garcon-0.6.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="+gtk2"
+
+RDEPEND=">=dev-libs/glib-2.30:=
+   gtk2? ( >=x11-libs/gtk+-2.24:2= )
+   >=x11-libs/gtk+-3.20:3=
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
+
+src_configure() {
+   local myconf=(
+   $(use_enable gtk2)
+   $(use_enable gtk2 libxfce4ui)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2019-05-18 Thread Michał Górny
commit: 2f1c652d83505fa0cb7431c6335de35804bcb12d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 07:07:27 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 11:10:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1c652d

xfce-base/garcon: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest|  1 -
 xfce-base/garcon/garcon-0.6.1.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 37fd9209783..196f30a4001 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1 @@
-DIST garcon-0.6.1.tar.bz2 511415 BLAKE2B 
03c9076d8507737ed64b48597ff53c4cb3ae9beafd14b28d4d61fc29fa007f5ac4757f96ba0dc56c8b069a4eebd5d38202862856f96a1b08474de2aa93d518ca
 SHA512 
36c5b1ba3c91e613853cd5e986176c8cbd2a509fafde1b302334deda872b7f7073fd06ba341220b030d8d5728346b7339368190b225203f33c023dd96f3ed1a3
 DIST garcon-0.6.2.tar.bz2 539745 BLAKE2B 
1bcbb136cd525f1280f6539ea447b4b84f935297f6bd4391407e31925cf873fdd0cfbeb70dba5ce882e4620f1ce7b89d51c9c26232db88b1202f5a0fca3f6175
 SHA512 
7a96c33b47302fa989862098bc5b8ed64515a60e19a4b8dbb049398cf847d64584f93f85b1f6e1327653b22f0b44a805b737258bbc9ac69197639ef7f13f20b1

diff --git a/xfce-base/garcon/garcon-0.6.1.ebuild 
b/xfce-base/garcon/garcon-0.6.1.ebuild
deleted file mode 100644
index e06db1aff67..000
--- a/xfce-base/garcon/garcon-0.6.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="LGPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+gtk2"
-
-RDEPEND=">=dev-libs/glib-2.30:=
-   gtk2? ( >=x11-libs/gtk+-2.24:2= )
-   >=x11-libs/gtk+-3.14:3=
-   >=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.11:="
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
-
-src_configure() {
-   local myconf=(
-   $(use_enable gtk2)
-   $(use_enable gtk2 libxfce4ui)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2019-04-20 Thread Mikle Kolyada
commit: bfba152eeecfaa19a9a79eb44d00e09bfca7926c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr 20 17:53:15 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr 20 17:57:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfba152e

xfce-base/garcon: alpha stable wrt bug #682814

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"

 xfce-base/garcon/garcon-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.6.2.ebuild 
b/xfce-base/garcon/garcon-0.6.2.ebuild
index ec245ae4a08..fbccd273d08 100644
--- a/xfce-base/garcon/garcon-0.6.2.ebuild
+++ b/xfce-base/garcon/garcon-0.6.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2019-04-07 Thread Mikle Kolyada
commit: a9142bd0e895e11d9ae40dfcf23e14f6d010aadf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:35:28 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:35:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9142bd0

xfce-base/garcon: arm stable wrt bug #682814

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 xfce-base/garcon/garcon-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.6.2.ebuild 
b/xfce-base/garcon/garcon-0.6.2.ebuild
index 3c6a275ee05..ec245ae4a08 100644
--- a/xfce-base/garcon/garcon-0.6.2.ebuild
+++ b/xfce-base/garcon/garcon-0.6.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2019-04-07 Thread Mikle Kolyada
commit: 910e8dc9dcf25180eba1e171ae21f696271f83a9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 14:42:17 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 14:42:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910e8dc9

xfce-base/garcon: x86 stable wrt bug #682814

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 xfce-base/garcon/garcon-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.6.2.ebuild 
b/xfce-base/garcon/garcon-0.6.2.ebuild
index 9d7e1eac961..3c6a275ee05 100644
--- a/xfce-base/garcon/garcon-0.6.2.ebuild
+++ b/xfce-base/garcon/garcon-0.6.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2019-04-07 Thread Mikle Kolyada
commit: 33bd9afb09be486747aea58a42fa010cabb6fbc8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 14:40:37 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 14:40:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33bd9afb

xfce-base/garcon: amd64 stable wrt bug #682814

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 xfce-base/garcon/garcon-0.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/garcon/garcon-0.6.2.ebuild 
b/xfce-base/garcon/garcon-0.6.2.ebuild
index fa58d50f7a3..9d7e1eac961 100644
--- a/xfce-base/garcon/garcon-0.6.2.ebuild
+++ b/xfce-base/garcon/garcon-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2018-12-07 Thread Michał Górny
commit: 18aab55f5ce4e3c954bfbcca30ac3d08b65fae32
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  7 15:47:32 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  7 15:58:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18aab55f

xfce-base/garcon: Bump to 0.6.2 (bugfix)

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest|  1 +
 xfce-base/garcon/garcon-0.6.2.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 4867cf5686b..37fd9209783 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1 +1,2 @@
 DIST garcon-0.6.1.tar.bz2 511415 BLAKE2B 
03c9076d8507737ed64b48597ff53c4cb3ae9beafd14b28d4d61fc29fa007f5ac4757f96ba0dc56c8b069a4eebd5d38202862856f96a1b08474de2aa93d518ca
 SHA512 
36c5b1ba3c91e613853cd5e986176c8cbd2a509fafde1b302334deda872b7f7073fd06ba341220b030d8d5728346b7339368190b225203f33c023dd96f3ed1a3
+DIST garcon-0.6.2.tar.bz2 539745 BLAKE2B 
1bcbb136cd525f1280f6539ea447b4b84f935297f6bd4391407e31925cf873fdd0cfbeb70dba5ce882e4620f1ce7b89d51c9c26232db88b1202f5a0fca3f6175
 SHA512 
7a96c33b47302fa989862098bc5b8ed64515a60e19a4b8dbb049398cf847d64584f93f85b1f6e1327653b22f0b44a805b737258bbc9ac69197639ef7f13f20b1

diff --git a/xfce-base/garcon/garcon-0.6.2.ebuild 
b/xfce-base/garcon/garcon-0.6.2.ebuild
new file mode 100644
index 000..fa58d50f7a3
--- /dev/null
+++ b/xfce-base/garcon/garcon-0.6.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="+gtk2"
+
+RDEPEND=">=dev-libs/glib-2.30:=
+   gtk2? ( >=x11-libs/gtk+-2.24:2= )
+   >=x11-libs/gtk+-3.20:3=
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
+
+src_configure() {
+   local myconf=(
+   $(use_enable gtk2)
+   $(use_enable gtk2 libxfce4ui)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2018-11-11 Thread Michał Górny
commit: 4979e6f70f382fdf30aee40814037c9bb0f7be28
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 11 13:00:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 11 19:07:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4979e6f7

xfce-base/garcon: Clean old up

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/Manifest   |  1 -
 xfce-base/garcon/garcon-0.5.0-r2.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 78d6f9252a0..4867cf5686b 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1 @@
-DIST garcon-0.5.0.tar.bz2 456940 BLAKE2B 
1e2eb7351fc63c3dcaef358174f38e6da308141923474ad215309304644db85112d7f1edfd258bca5bca3c596f8e98c5d38cc830bcc11e91d5fc71e4c1c956d4
 SHA512 
9e360e71ae12dbfb5e948fd86c2ec3d6993e6ec68379adb588492386a4fe492480c365bd33f811c5cc7c8bf80044eff8bd942690b4dd4e0a9d4fc0c58dd29cf5
 DIST garcon-0.6.1.tar.bz2 511415 BLAKE2B 
03c9076d8507737ed64b48597ff53c4cb3ae9beafd14b28d4d61fc29fa007f5ac4757f96ba0dc56c8b069a4eebd5d38202862856f96a1b08474de2aa93d518ca
 SHA512 
36c5b1ba3c91e613853cd5e986176c8cbd2a509fafde1b302334deda872b7f7073fd06ba341220b030d8d5728346b7339368190b225203f33c023dd96f3ed1a3

diff --git a/xfce-base/garcon/garcon-0.5.0-r2.ebuild 
b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
deleted file mode 100644
index 0e3a12f8750..000
--- a/xfce-base/garcon/garcon-0.5.0-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
-SRC_URI="https://archive.xfce.org/src/libs/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="LGPL-2 FDL-1.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.30:=
-   >=x11-libs/gtk+-2.24:2=
-   >=x11-libs/gtk+-3.14:3=
-   >=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.11:="
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2018-10-03 Thread Michał Górny
commit: 517809df71965af98c28c2aee71a238e9839ae03
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  3 07:53:17 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  3 07:53:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517809df

xfce-base/garcon: Fix the license to 'or newer' variants

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/garcon-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.6.1.ebuild 
b/xfce-base/garcon/garcon-0.6.1.ebuild
index 44f7968bd57..e06db1aff67 100644
--- a/xfce-base/garcon/garcon-0.6.1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.1.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Xfce's freedesktop.org specification compatible 
menu implementation
 HOMEPAGE="https://docs.xfce.org/xfce/exo/start;
 SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
-LICENSE="LGPL-2 FDL-1.1"
+LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2018-10-03 Thread Michał Górny
commit: 45d2273fe642ccb435fb018fb2047107b03801d3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  3 07:51:35 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  3 07:51:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d2273f

xfce-base/garcon: Add explicit dep on glib-utils

Closes: https://bugs.gentoo.org/667580
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/garcon/garcon-0.6.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xfce-base/garcon/garcon-0.6.1.ebuild 
b/xfce-base/garcon/garcon-0.6.1.ebuild
index f2bd18b89cf..44f7968bd57 100644
--- a/xfce-base/garcon/garcon-0.6.1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.1.ebuild
@@ -18,6 +18,7 @@ RDEPEND=">=dev-libs/glib-2.30:=
>=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)]
>=xfce-base/libxfce4util-4.11:="
 DEPEND="${RDEPEND}
+   dev-util/glib-utils
dev-util/gtk-doc-am
dev-util/intltool
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2018-05-27 Thread Mikle Kolyada
commit: 360025fad61e210f93a44368c14fb9eacbfb4163
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May 27 20:51:57 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May 27 20:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360025fa

xfce-base/garcon: ppc stable wrt bug #651490

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 xfce-base/garcon/garcon-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.6.1.ebuild 
b/xfce-base/garcon/garcon-0.6.1.ebuild
index 62ba992bca2..f53fdece55a 100644
--- a/xfce-base/garcon/garcon-0.6.1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2018-04-19 Thread Mikle Kolyada
commit: af87b97a7413760361335c681b7a32f47a8fdc2f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr 19 21:02:42 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr 19 21:08:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af87b97a

xfce-base/garcon: arm stable wrt bug #651490

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 xfce-base/garcon/garcon-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.6.1.ebuild 
b/xfce-base/garcon/garcon-0.6.1.ebuild
index 17b06e41c8c..62ba992bca2 100644
--- a/xfce-base/garcon/garcon-0.6.1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2018-04-18 Thread Sergei Trofimovich
commit: ba01419da0da0e03657929b18bf8ceaadee9e02c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Apr 18 21:03:28 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr 18 21:04:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba01419d

xfce-base/garcon: stable 0.6.1 for ppc64, bug #651490

Bug: https://bugs.gentoo.org/651490
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 xfce-base/garcon/garcon-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.6.1.ebuild 
b/xfce-base/garcon/garcon-0.6.1.ebuild
index 4493f8ebfbc..17b06e41c8c 100644
--- a/xfce-base/garcon/garcon-0.6.1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2018-04-10 Thread Tobias Klausmann
commit: f1d2fb67c0d3edeb1a5b96ec5328a19250ce53de
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Apr 10 11:32:08 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Apr 10 11:32:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d2fb67

xfce-base/garcon-0.6.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/651490

 xfce-base/garcon/garcon-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.6.1.ebuild 
b/xfce-base/garcon/garcon-0.6.1.ebuild
index a299e735ca4..5fe54524ff7 100644
--- a/xfce-base/garcon/garcon-0.6.1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2018-04-08 Thread Aaron Bauman
commit: 7f2415ae1084f53b76d8452a9aa30d1bd32b1952
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  8 17:26:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  8 17:26:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2415ae

xfce-base/garcon: amd64 stable

Bug: https://bugs.gentoo.org/651490
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 xfce-base/garcon/garcon-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.6.1.ebuild 
b/xfce-base/garcon/garcon-0.6.1.ebuild
index 4d9a418a985..a299e735ca4 100644
--- a/xfce-base/garcon/garcon-0.6.1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2018-04-08 Thread Sergei Trofimovich
commit: a18f43d09431215e1988d80d44901c46b3ea3168
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 15:44:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 15:44:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18f43d0

xfce-base/garcon: stable 0.6.1 for ia64, bug #651490

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 xfce-base/garcon/garcon-0.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/garcon/garcon-0.6.1.ebuild 
b/xfce-base/garcon/garcon-0.6.1.ebuild
index 65c9f8e5499..4d9a418a985 100644
--- a/xfce-base/garcon/garcon-0.6.1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2018-04-08 Thread Michał Górny
commit: 2706648b8cb47695b7dc0c6f08b3eade70d27732
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 09:02:31 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 09:04:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2706648b

xfce-base/garcon: Un-stabilize sparc

 xfce-base/garcon/garcon-0.5.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/garcon/garcon-0.5.0-r2.ebuild 
b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
index f44d41bb805..0d87c4d1dc9 100644
--- a/xfce-base/garcon/garcon-0.5.0-r2.ebuild
+++ b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2017-06-12 Thread Michał Górny
commit: 9e45e67436ddfea991637da3a63707abcf5c936a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 12 18:27:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 12 18:30:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e45e674

xfce-base/garcon: Add missing desc for gtk2 flag

 xfce-base/garcon/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/xfce-base/garcon/metadata.xml b/xfce-base/garcon/metadata.xml
index 359901b31db..c5e73dd6397 100644
--- a/xfce-base/garcon/metadata.xml
+++ b/xfce-base/garcon/metadata.xml
@@ -5,4 +5,8 @@
 x...@gentoo.org
 XFCE Team
   
+  
+Build the garcon-gtk2-1 library (required
+  for xfce-base/xfce4-panel  4.13 only).
+  
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2017-06-12 Thread Michał Górny
commit: 379b0b5c91e8074aa2776079f3d0111e8fbb0b45
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 12 08:18:53 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 12 09:40:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379b0b5c

xfce-base/garcon: Bump to 0.6.1, fix EAPI=6, make gtk2 optional

 xfce-base/garcon/Manifest |  2 +-
 .../{garcon-0.6.0.ebuild => garcon-0.6.1.ebuild}  | 19 +--
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 2a35aeaa5ad..c0c15d312d4 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1,2 @@
 DIST garcon-0.5.0.tar.bz2 456940 SHA256 
4cc933bb773e3194a0cce188c7a38da8a72e33871635113917eff81bfc98f9c9 SHA512 
9e360e71ae12dbfb5e948fd86c2ec3d6993e6ec68379adb588492386a4fe492480c365bd33f811c5cc7c8bf80044eff8bd942690b4dd4e0a9d4fc0c58dd29cf5
 WHIRLPOOL 
9761fbf8a48e483b60bc84d3a1a6cc7b7af270e067a15d5f9b7c801f864467163c4ec02c88c9a81fa67e80d0adaa2439b95e30164dac8f785e769db25ccdbfd3
-DIST garcon-0.6.0.tar.bz2 511249 SHA256 
e825036b874ad856378a61e2360b19b0a6e32cbda5df64060674a215e1427796 SHA512 
4ab5787ca39bd75772312e46036438f8b253ae2f2e9ce4de1303db8e42aa0fde144cadf631b57c9164e47aae75e5ee1609e315e0c114a298a9ec536e29f76c1b
 WHIRLPOOL 
0db9aca455423c21b9049aac7a30cae3341f41b7359e8af6bd82bee517878af4176f8ed10849a3694536e84614e8e807f9d2a3ae3c2346d3ab7ecb5a632f5602
+DIST garcon-0.6.1.tar.bz2 511415 SHA256 
41c31ba0498c2cc39de4a8e0c2367510adbf4bc2104c17feee358e51e6acf603 SHA512 
36c5b1ba3c91e613853cd5e986176c8cbd2a509fafde1b302334deda872b7f7073fd06ba341220b030d8d5728346b7339368190b225203f33c023dd96f3ed1a3
 WHIRLPOOL 
15bc82dff2c202c8bed1f184bd3580f1666ee322acb6be7f0ac351fc96d01d5d82f41611c85b58c115b08f6ce1b0caf7bea191eda6578596336333ead355eacf

diff --git a/xfce-base/garcon/garcon-0.6.0.ebuild 
b/xfce-base/garcon/garcon-0.6.1.ebuild
similarity index 77%
rename from xfce-base/garcon/garcon-0.6.0.ebuild
rename to xfce-base/garcon/garcon-0.6.1.ebuild
index 3492e094d91..65c9f8e5499 100644
--- a/xfce-base/garcon/garcon-0.6.0.ebuild
+++ b/xfce-base/garcon/garcon-0.6.1.ebuild
@@ -10,10 +10,10 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
+IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=
-   >=x11-libs/gtk+-2.24:2=
+   gtk2? ( >=x11-libs/gtk+-2.24:2= )
>=x11-libs/gtk+-3.14:3=
>=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)]
>=xfce-base/libxfce4util-4.11:="
@@ -24,3 +24,18 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
+
+src_configure() {
+   local myconf=(
+   $(use_enable gtk2)
+   $(use_enable gtk2 libxfce4ui)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2017-06-09 Thread Michał Górny
commit: 50063a2ea4966f4f77a9e23aa2acbc11e2b80247
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  9 06:59:57 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  9 07:38:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50063a2e

xfce-base/garcon: Clean old up

 xfce-base/garcon/garcon-0.5.0-r1.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/xfce-base/garcon/garcon-0.5.0-r1.ebuild 
b/xfce-base/garcon/garcon-0.5.0-r1.ebuild
deleted file mode 100644
index e5b3a368dbf..000
--- a/xfce-base/garcon/garcon-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
-HOMEPAGE="https://git.xfce.org/xfce/garcon/;
-SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2 FDL-1.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.30:=
-   >=x11-libs/gtk+-2.24:2=
-   >=x11-libs/gtk+-3.14:3=
-   >=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.11:="
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
-   )
-
-   DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2017-04-16 Thread Michał Górny
commit: b59c0b1acafa89ddb48c18b8a268ba1f05dd83d6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 16 06:36:22 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 16 06:56:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59c0b1a

xfce-base/garcon: Bump to 0.6.0 (bugfixes), EAPI 6

 xfce-base/garcon/Manifest|  1 +
 xfce-base/garcon/garcon-0.6.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index aa9c263c270..2a35aeaa5ad 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1 +1,2 @@
 DIST garcon-0.5.0.tar.bz2 456940 SHA256 
4cc933bb773e3194a0cce188c7a38da8a72e33871635113917eff81bfc98f9c9 SHA512 
9e360e71ae12dbfb5e948fd86c2ec3d6993e6ec68379adb588492386a4fe492480c365bd33f811c5cc7c8bf80044eff8bd942690b4dd4e0a9d4fc0c58dd29cf5
 WHIRLPOOL 
9761fbf8a48e483b60bc84d3a1a6cc7b7af270e067a15d5f9b7c801f864467163c4ec02c88c9a81fa67e80d0adaa2439b95e30164dac8f785e769db25ccdbfd3
+DIST garcon-0.6.0.tar.bz2 511249 SHA256 
e825036b874ad856378a61e2360b19b0a6e32cbda5df64060674a215e1427796 SHA512 
4ab5787ca39bd75772312e46036438f8b253ae2f2e9ce4de1303db8e42aa0fde144cadf631b57c9164e47aae75e5ee1609e315e0c114a298a9ec536e29f76c1b
 WHIRLPOOL 
0db9aca455423c21b9049aac7a30cae3341f41b7359e8af6bd82bee517878af4176f8ed10849a3694536e84614e8e807f9d2a3ae3c2346d3ab7ecb5a632f5602

diff --git a/xfce-base/garcon/garcon-0.6.0.ebuild 
b/xfce-base/garcon/garcon-0.6.0.ebuild
new file mode 100644
index 000..99503ce7c9f
--- /dev/null
+++ b/xfce-base/garcon/garcon-0.6.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Xfce's freedesktop.org specification compatible menu 
implementation library"
+HOMEPAGE="http://www.xfce.org/projects/libraries/;
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="LGPL-2 FDL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.30:=
+   >=x11-libs/gtk+-2.24:2=
+   >=x11-libs/gtk+-3.14:3=
+   >=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.11:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2017-01-26 Thread Agostino Sarubbo
commit: a9df05a0d24f1450e6ba88127ec15a0d04a4eab6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 26 10:20:15 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 26 10:20:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9df05a0

xfce-base/garcon: sparc stable wrt bug #586614

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-base/garcon/garcon-0.5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.5.0-r2.ebuild 
b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
index c44fd26..cc0cb59 100644
--- a/xfce-base/garcon/garcon-0.5.0-r2.ebuild
+++ b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2017-01-13 Thread Agostino Sarubbo
commit: 0f98c92b60189f10dfb56291786bf0b573a2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 13 15:39:42 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 13 15:39:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f98c92b

xfce-base/garcon: x86 stable wrt bug #586614

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-base/garcon/garcon-0.5.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/garcon/garcon-0.5.0-r2.ebuild 
b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
index d963e64..4736201 100644
--- a/xfce-base/garcon/garcon-0.5.0-r2.ebuild
+++ b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2016-12-20 Thread Tobias Klausmann
commit: b4d9ec47705507da97eed7446e474ff4dadd52c3
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Dec 20 11:02:11 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Dec 20 12:30:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d9ec47

xfce-base/garcon-0.5.0-r2: stable on amd64

Gentoo-Bug: 586614

 xfce-base/garcon/garcon-0.5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.5.0-r2.ebuild 
b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
index bab8981..d963e64 100644
--- a/xfce-base/garcon/garcon-0.5.0-r2.ebuild
+++ b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2016-09-28 Thread Jeroen Roovers
commit: ee635db0b3c856f4ea2dd289c89e8861b17a2837
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 29 04:25:54 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 29 04:25:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee635db0

xfce-base/garcon: Stable for HPPA PPC64 (bug #586614).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 xfce-base/garcon/garcon-0.5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.5.0-r2.ebuild 
b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
index 240836b..bab8981 100644
--- a/xfce-base/garcon/garcon-0.5.0-r2.ebuild
+++ b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2016-06-26 Thread Markus Meier
commit: 584223a91d09c6e0cf02f1373a76bb8fbfa185a4
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Jun 26 18:34:59 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Jun 26 18:34:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584223a9

xfce-base/garcon: arm stable, bug #586614

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 xfce-base/garcon/garcon-0.5.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/garcon/garcon-0.5.0-r2.ebuild 
b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
index cfe13d3..240836b 100644
--- a/xfce-base/garcon/garcon-0.5.0-r2.ebuild
+++ b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/

2015-10-17 Thread Mikle Kolyada
commit: c62bb4441159f8638668ef637b718328f5ca529c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 17 18:02:30 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 17 18:29:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62bb444

xfce-base/garcon: sparc stable wrt bug #553500

Package-Manager: portage-2.2.20.1

 xfce-base/garcon/garcon-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/garcon/garcon-0.5.0-r1.ebuild 
b/xfce-base/garcon/garcon-0.5.0-r1.ebuild
index eb37c7d..d311068 100644
--- a/xfce-base/garcon/garcon-0.5.0-r1.ebuild
+++ b/xfce-base/garcon/garcon-0.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.30:=