* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2016-08-02 16:10 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2016-08-02 16:10 UTC (permalink / raw
To: gentoo-commits
commit: d7e50f749482e0df60c2017ec359e4443eeffcde
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 15:31:56 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 16:09:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e50f74
xfce-extra/xfce4-xkb-plugin: Prune old
| 2 --
.../xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild | 37 --------------------
.../xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.0.ebuild | 40 ----------------------
3 files changed, 79 deletions(-)
--git a/xfce-extra/xfce4-xkb-plugin/Manifest b/xfce-extra/xfce4-xkb-plugin/Manifest
index 33a6f8f..7508f32 100644
--- a/xfce-extra/xfce4-xkb-plugin/Manifest
+++ b/xfce-extra/xfce4-xkb-plugin/Manifest
@@ -1,3 +1 @@
-DIST xfce4-xkb-plugin-0.5.6.tar.bz2 815228 SHA256 09e4623033987ce7b711252609a17291b306cdf60863ee39677a4995a93318a5 SHA512 6469f42b06b5d0dd9049c5d7baeca10a1be8fab520e98bf92533c751b36581fb008663593a45bbaead080cfd97086e856732b1dc336b6f713a95c9a212500bf6 WHIRLPOOL f5132d96c9be45764acd47ee5e6559a2f5de2e2ab0983c09e46d5a7eeab677655a8425bbb5a390173c8e1ef158d47321f6f6f037685932899ffdda901d9b4640
-DIST xfce4-xkb-plugin-0.7.0.tar.bz2 807921 SHA256 28367c309863581ae4de529b35bdedf5a1c918096a9a2e6e771554cba7bf5a6a SHA512 77af03d7bbf163548dd2ae4e10ebe79677bd514fee6534d2b9e0116c0350344dc2a5e14e77c048cf286bcb4f863f1ea84e9099524aff5a48d98143897c3f4357 WHIRLPOOL b459ae4d2cd06ddb3d7b9e25fcdf08c72bfd7c917bac912e15dfae877d55964c93a0a154b3424c5b39ac6140a41d8c35a2e97c314d38bb52750add8805fe593e
DIST xfce4-xkb-plugin-0.7.1.tar.bz2 837922 SHA256 61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681 SHA512 a6d83a614f85ada6470efbca9d19073ecf31e6531dafff000c1c9d439d7e4a6d02188296810933f28f4cf9b61addd1f99a6a47c8adc6423c44adbf7ffa525094 WHIRLPOOL 1ca8b11311313266be0b4ddea9203f7963734124cf71262e85a9dc8c5b0cc9d56221843df9c14a6d423a8a6adad9fc87b132c47645db86ef7697376c8f31de21
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild
deleted file mode 100644
index 27a441a..0000000
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit multilib xfconf
-
-DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug"
-
-RDEPEND=">=gnome-base/librsvg-2.36.2
- x11-libs/gtk+:2
- >=x11-libs/libwnck-2.12:1
- x11-libs/libX11
- >=x11-libs/libxklavier-5
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog README )
-}
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.0.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.0.ebuild
deleted file mode 100644
index 3ff4f02..0000000
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit multilib xfconf
-
-DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug"
-
-COMMON_DEPEND=">=gnome-base/librsvg-2.36.2
- x11-libs/gtk+:2
- >=x11-libs/libwnck-2.12:1
- x11-libs/libX11
- >=x11-libs/libxklavier-5
- >=xfce-base/garcon-0.1.5
- >=xfce-base/libxfce4ui-4.11
- >=xfce-base/libxfce4util-4.11
- >=xfce-base/xfce4-panel-4.11"
-RDEPEND="${COMMON_DEPEND}
- >=xfce-base/xfce4-settings-4.11"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog README )
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2016-09-29 4:37 Jeroen Roovers
0 siblings, 0 replies; 29+ messages in thread
From: Jeroen Roovers @ 2016-09-29 4:37 UTC (permalink / raw
To: gentoo-commits
commit: 8af9383207e46611b01ca9752d3e8f172205edf2
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 04:37:01 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 04:37:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af93832
xfce-extra/xfce4-xkb-plugin: Stable for PPC64 (bug #586614).
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild
index 08c21df..302286e 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.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/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="debug"
COMMON_DEPEND=">=gnome-base/librsvg-2.36.2:=
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2016-12-20 12:31 Tobias Klausmann
0 siblings, 0 replies; 29+ messages in thread
From: Tobias Klausmann @ 2016-12-20 12:31 UTC (permalink / raw
To: gentoo-commits
commit: 5b41fc9f004e8571c16a152863b165f94ca04180
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 11:02:23 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 12:31:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b41fc9f
xfce-extra/xfce4-xkb-plugin-0.7.1-r1: stable on amd64
Gentoo-Bug: 586614
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild
index 302286e..5491420 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="debug"
COMMON_DEPEND=">=gnome-base/librsvg-2.36.2:=
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2017-01-13 15:41 Agostino Sarubbo
0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2017-01-13 15:41 UTC (permalink / raw
To: gentoo-commits
commit: 72fb77dfb30358b49ad64c7d722eb31da16c43f8
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 15:41:22 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 15:41:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fb77df
xfce-extra/xfce4-xkb-plugin: x86 stable wrt bug #586614
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild
index 5491420..ad1c2ed 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.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/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="debug"
COMMON_DEPEND=">=gnome-base/librsvg-2.36.2:=
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2017-01-30 7:37 Fabian Groffen
0 siblings, 0 replies; 29+ messages in thread
From: Fabian Groffen @ 2017-01-30 7:37 UTC (permalink / raw
To: gentoo-commits
commit: 0344a0551c335cd40e9aa39f1f6e7bd8fe246c3e
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 21:59:47 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 07:36:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0344a055
xfce-extra/xfce4-xkb-plugin: dropped ~ia64-linux ~x86-freebsd
Package-Manager: portage-2.3.3
| 2 +-
| 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild
index 9787782..5e0e674 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="debug"
COMMON_DEPEND=">=gnome-base/librsvg-2.36.2:=
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1.ebuild
index baddcef..c9d5250 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 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/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="debug"
COMMON_DEPEND=">=gnome-base/librsvg-2.36.2:=
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2017-06-09 7:39 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2017-06-09 7:39 UTC (permalink / raw
To: gentoo-commits
commit: e92ee27da799f14d78fdb5a2f043df286f9ccb01
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 9 07:08:27 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 9 07:39:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92ee27d
xfce-extra/xfce4-xkb-plugin: Clean old up
.../xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1.ebuild | 39 ----------------------
1 file changed, 39 deletions(-)
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1.ebuild
deleted file mode 100644
index 9b195556472..00000000000
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib xfconf
-
-DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-COMMON_DEPEND=">=gnome-base/librsvg-2.36.2:=
- x11-libs/gtk+:2=
- >=x11-libs/libwnck-2.12:1=
- x11-libs/libX11:=
- >=x11-libs/libxklavier-5:=
- >=xfce-base/garcon-0.1.5:=
- >=xfce-base/libxfce4ui-4.11:=
- >=xfce-base/libxfce4util-4.11:=
- >=xfce-base/xfce4-panel-4.11:="
-RDEPEND="${COMMON_DEPEND}
- >=xfce-base/xfce4-settings-4.11"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog README )
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2017-06-16 21:05 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2017-06-16 21:05 UTC (permalink / raw
To: gentoo-commits
commit: 46c2e8bfe12df2b5fb333fdc2264a14d2ac881c7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 16 20:08:39 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 16 21:05:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c2e8bf
xfce-extra/xfce4-xkb-plugin: Bump to 0.8.0
| 1 +
.../xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.0.ebuild | 39 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
--git a/xfce-extra/xfce4-xkb-plugin/Manifest b/xfce-extra/xfce4-xkb-plugin/Manifest
index 7508f32b0a8..ccf747638db 100644
--- a/xfce-extra/xfce4-xkb-plugin/Manifest
+++ b/xfce-extra/xfce4-xkb-plugin/Manifest
@@ -1 +1,2 @@
DIST xfce4-xkb-plugin-0.7.1.tar.bz2 837922 SHA256 61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681 SHA512 a6d83a614f85ada6470efbca9d19073ecf31e6531dafff000c1c9d439d7e4a6d02188296810933f28f4cf9b61addd1f99a6a47c8adc6423c44adbf7ffa525094 WHIRLPOOL 1ca8b11311313266be0b4ddea9203f7963734124cf71262e85a9dc8c5b0cc9d56221843df9c14a6d423a8a6adad9fc87b132c47645db86ef7697376c8f31de21
+DIST xfce4-xkb-plugin-0.8.0.tar.bz2 835556 SHA256 3b0d3b9f4b7c3e3e7be668e2f7c845b89b16e0ed3db2bacb544a17272682ced0 SHA512 8368b87e4f6459bd3d0c5a805ac1fb191aaf62d18a119f97119b3a1273a23952dcfa5b097542d4e6db645f1509e0a31e0e6152e190e9a2ca32cc61138aca8ded WHIRLPOOL ec7d25f204e5bcd0e21b67e12641e6cdaf6e056ec1d0ad8437e583ef0c5822d17fbf600924600c7ef777db8404dcaeed6ff0f8c8e8ee57eda651c51388ad74da
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.0.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.0.ebuild
new file mode 100644
index 00000000000..da18685cab4
--- /dev/null
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="BSD-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+COMMON_DEPEND="gnome-base/librsvg:=
+ x11-libs/gtk+:3=
+ x11-libs/libwnck:3=
+ x11-libs/libX11:=
+ >=x11-libs/libxklavier-5.4:=
+ xfce-base/garcon:=
+ >=xfce-base/libxfce4ui-4.12:=
+ >=xfce-base/libxfce4util-4.12:=
+ >=xfce-base/xfce4-panel-4.12:=
+ >=xfce-base/xfconf-4.12.1:="
+RDEPEND="${COMMON_DEPEND}
+ x11-apps/setxkbmap
+ >=xfce-base/xfce4-settings-4.11"
+DEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_configure() {
+ local myconf=(
+ --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+ )
+
+ econf "${myconf[@]}"
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2017-09-09 7:23 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2017-09-09 7:23 UTC (permalink / raw
To: gentoo-commits
commit: c291d48af72cfbc8aa08c340bc5e977d744746cb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 9 07:04:59 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 9 07:23:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c291d48a
xfce-extra/xfce4-xkb-plugin: Bump to 0.8.1
| 1 +
.../xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild | 39 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
--git a/xfce-extra/xfce4-xkb-plugin/Manifest b/xfce-extra/xfce4-xkb-plugin/Manifest
index ccf747638db..59b922f6a5e 100644
--- a/xfce-extra/xfce4-xkb-plugin/Manifest
+++ b/xfce-extra/xfce4-xkb-plugin/Manifest
@@ -1,2 +1,3 @@
DIST xfce4-xkb-plugin-0.7.1.tar.bz2 837922 SHA256 61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681 SHA512 a6d83a614f85ada6470efbca9d19073ecf31e6531dafff000c1c9d439d7e4a6d02188296810933f28f4cf9b61addd1f99a6a47c8adc6423c44adbf7ffa525094 WHIRLPOOL 1ca8b11311313266be0b4ddea9203f7963734124cf71262e85a9dc8c5b0cc9d56221843df9c14a6d423a8a6adad9fc87b132c47645db86ef7697376c8f31de21
DIST xfce4-xkb-plugin-0.8.0.tar.bz2 835556 SHA256 3b0d3b9f4b7c3e3e7be668e2f7c845b89b16e0ed3db2bacb544a17272682ced0 SHA512 8368b87e4f6459bd3d0c5a805ac1fb191aaf62d18a119f97119b3a1273a23952dcfa5b097542d4e6db645f1509e0a31e0e6152e190e9a2ca32cc61138aca8ded WHIRLPOOL ec7d25f204e5bcd0e21b67e12641e6cdaf6e056ec1d0ad8437e583ef0c5822d17fbf600924600c7ef777db8404dcaeed6ff0f8c8e8ee57eda651c51388ad74da
+DIST xfce4-xkb-plugin-0.8.1.tar.bz2 842814 SHA256 c19ecf126201deb6148741c521124771ad396adc874471512ab5ffe1946567a1 SHA512 4f0362f429489d111544126697880cdb0a768533803a104f73802fe2c5cfbef5efbf6edd658dbb0ef788ae2a3761f1877c191637a6a06d4a5159bc8f71ad524f WHIRLPOOL 46a737c84fb204313a605fac9e57ea5811f1634be82f40d9d53a6f0900ea8e48c1c3ab218bf4152c2af9fce767ceadbb454ffb4c6304e19d2568894414af4d98
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
new file mode 100644
index 00000000000..da18685cab4
--- /dev/null
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="BSD-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+COMMON_DEPEND="gnome-base/librsvg:=
+ x11-libs/gtk+:3=
+ x11-libs/libwnck:3=
+ x11-libs/libX11:=
+ >=x11-libs/libxklavier-5.4:=
+ xfce-base/garcon:=
+ >=xfce-base/libxfce4ui-4.12:=
+ >=xfce-base/libxfce4util-4.12:=
+ >=xfce-base/xfce4-panel-4.12:=
+ >=xfce-base/xfconf-4.12.1:="
+RDEPEND="${COMMON_DEPEND}
+ x11-apps/setxkbmap
+ >=xfce-base/xfce4-settings-4.11"
+DEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_configure() {
+ local myconf=(
+ --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+ )
+
+ econf "${myconf[@]}"
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2018-01-05 11:33 Mikle Kolyada
0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2018-01-05 11:33 UTC (permalink / raw
To: gentoo-commits
commit: 807fe24b59aeeb8e32a18177c9f90e3643258ed7
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 11:33:48 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 11:33:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807fe24b
xfce-extra/xfce4-xkb-plugin: amd64 stable wrt bug #643074
Package-Manager: Portage-2.3.13, Repoman-2.3.3
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
index da18685cab4..c366108e4b1 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.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/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
COMMON_DEPEND="gnome-base/librsvg:=
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2018-01-07 13:17 Sergei Trofimovich
0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2018-01-07 13:17 UTC (permalink / raw
To: gentoo-commits
commit: a4cb92bcd3a468b0b4774d4e335eda80bd796918
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 7 13:14:02 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 13:17:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4cb92bc
xfce-extra/xfce4-xkb-plugin: stable 0.8.1 for ppc64, bug #643074
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
index 8158db4f012..07cfbace3a3 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
COMMON_DEPEND="gnome-base/librsvg:=
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2018-01-07 20:32 Sergei Trofimovich
0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2018-01-07 20:32 UTC (permalink / raw
To: gentoo-commits
commit: edcfe00987dd0e05b829b55207487ab59cff1837
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 7 20:07:16 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 20:07:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edcfe009
xfce-extra/xfce4-xkb-plugin: stable 0.8.1 for ppc, bug #643074
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
index 07cfbace3a3..fa6ad217267 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
COMMON_DEPEND="gnome-base/librsvg:=
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2018-03-25 17:27 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2018-03-25 17:27 UTC (permalink / raw
To: gentoo-commits
commit: 70fc86d712f8ee69da4f823c5363f8d728f98a4c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 16:24:10 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 17:27:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fc86d7
xfce-extra/xfce4-xkb-plugin: Drop old
| 2 --
.../xfce4-xkb-plugin-0.7.1-r1.ebuild | 40 ----------------------
.../xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.0.ebuild | 39 ---------------------
3 files changed, 81 deletions(-)
--git a/xfce-extra/xfce4-xkb-plugin/Manifest b/xfce-extra/xfce4-xkb-plugin/Manifest
index fe6cd10d45e..bf83d74dc79 100644
--- a/xfce-extra/xfce4-xkb-plugin/Manifest
+++ b/xfce-extra/xfce4-xkb-plugin/Manifest
@@ -1,3 +1 @@
-DIST xfce4-xkb-plugin-0.7.1.tar.bz2 837922 BLAKE2B 9b0d97bf5a3e77ffd29f5b6d5b67a9175343e5ed5331081dea6bbcc4518e70775d7c017e6e151eeced1c49e0d07adbf3b0e9837126284343be5bb0844bd55b8f SHA512 a6d83a614f85ada6470efbca9d19073ecf31e6531dafff000c1c9d439d7e4a6d02188296810933f28f4cf9b61addd1f99a6a47c8adc6423c44adbf7ffa525094
-DIST xfce4-xkb-plugin-0.8.0.tar.bz2 835556 BLAKE2B 61c4c84aec3f9377403231110199a9588573cdcdf7333593bc4701b9435b40d6df5f404537e2d9821bcd8cae33fa80efe8952d1fc8b85f87f61fa74506965362 SHA512 8368b87e4f6459bd3d0c5a805ac1fb191aaf62d18a119f97119b3a1273a23952dcfa5b097542d4e6db645f1509e0a31e0e6152e190e9a2ca32cc61138aca8ded
DIST xfce4-xkb-plugin-0.8.1.tar.bz2 842814 BLAKE2B be6dfce8e605be346dcd0a5259da980ffd4f7160a808de288bcc7c970c47c678dc6dfde8615e21042142221c6ba66d328dd741f3ce70d988c94562ec061230f2 SHA512 4f0362f429489d111544126697880cdb0a768533803a104f73802fe2c5cfbef5efbf6edd658dbb0ef788ae2a3761f1877c191637a6a06d4a5159bc8f71ad524f
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild
deleted file mode 100644
index 428adb875d5..00000000000
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib xfconf
-
-DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-COMMON_DEPEND=">=gnome-base/librsvg-2.36.2:=
- x11-libs/gtk+:2=
- >=x11-libs/libwnck-2.12:1=
- x11-libs/libX11:=
- >=x11-libs/libxklavier-5:=
- >=xfce-base/garcon-0.1.5:=
- >=xfce-base/libxfce4ui-4.11:=
- >=xfce-base/libxfce4util-4.11:=
- >=xfce-base/xfce4-panel-4.11:="
-RDEPEND="${COMMON_DEPEND}
- x11-apps/setxkbmap
- >=xfce-base/xfce4-settings-4.11"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog README )
-}
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.0.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.0.ebuild
deleted file mode 100644
index da18685cab4..00000000000
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE=""
-
-COMMON_DEPEND="gnome-base/librsvg:=
- x11-libs/gtk+:3=
- x11-libs/libwnck:3=
- x11-libs/libX11:=
- >=x11-libs/libxklavier-5.4:=
- xfce-base/garcon:=
- >=xfce-base/libxfce4ui-4.12:=
- >=xfce-base/libxfce4util-4.12:=
- >=xfce-base/xfce4-panel-4.12:=
- >=xfce-base/xfconf-4.12.1:="
-RDEPEND="${COMMON_DEPEND}
- x11-apps/setxkbmap
- >=xfce-base/xfce4-settings-4.11"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- local myconf=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- )
-
- econf "${myconf[@]}"
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2018-07-10 12:29 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2018-07-10 12:29 UTC (permalink / raw
To: gentoo-commits
commit: 28364edf355bca833374909c707bad4a53bc3568
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 10:48:29 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 12:29:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28364edf
xfce-extra/xfce4-xkb-plugin: Inline mirror://xfce
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
index fa6ad217267..9f48b4724d3 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2019-01-21 19:40 Sergei Trofimovich
0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2019-01-21 19:40 UTC (permalink / raw
To: gentoo-commits
commit: ab0ab2379652755d512f3b00b204c3913c4c1305
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Jan 21 16:38:25 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jan 21 19:40:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0ab237
xfce-extra/xfce4-xkb-plugin: keyworded 0.8.1 for hppa, bug #651492
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
index 9f48b4724d3..086e823ee18 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
COMMON_DEPEND="gnome-base/librsvg:=
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2019-07-23 14:11 Kent Fredric
0 siblings, 0 replies; 29+ messages in thread
From: Kent Fredric @ 2019-07-23 14:11 UTC (permalink / raw
To: gentoo-commits
commit: ec7b97fbf80434a986b0acb40d0628682efd5fb5
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 13:56:51 2019 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 13:56:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7b97fb
xfce-extra/xfce4-xkb-plugin: Drop ~x86-fbsd due to bug #665088
Judicious dropping of keywords due to inactivity in bug #665088
This percolates due to keyword inconsistencies in:
dev-perl/Log-Agent, dev-perl/glib-perl, xfce-base/xfconf
Bug: https://bugs.gentoo.org/665088
Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="x86-fbsd"
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
index 086e823ee18..cb252ebd490 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
COMMON_DEPEND="gnome-base/librsvg:=
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2019-08-13 12:10 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2019-08-13 12:10 UTC (permalink / raw
To: gentoo-commits
commit: 5fe2554293236702c505da580c24080d6d1d27c5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 11:35:12 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 12:10:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe25542
xfce-extra/xfce4-xkb-plugin: Strip .la files
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 5 +++++
1 file changed, 5 insertions(+)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
index cb252ebd490..3b5cb074fe6 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
@@ -37,3 +37,8 @@ src_configure() {
econf "${myconf[@]}"
}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2020-12-24 23:08 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2020-12-24 23:08 UTC (permalink / raw
To: gentoo-commits
commit: c84f5f6b7db5621fda957a054c85c11066faed48
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 23:06:46 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 23:08:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84f5f6b
xfce-extra/xfce4-xkb-plugin: Bump to 0.8.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 1 +
.../xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild | 43 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
--git a/xfce-extra/xfce4-xkb-plugin/Manifest b/xfce-extra/xfce4-xkb-plugin/Manifest
index bf83d74dc79..94ca4ca8d33 100644
--- a/xfce-extra/xfce4-xkb-plugin/Manifest
+++ b/xfce-extra/xfce4-xkb-plugin/Manifest
@@ -1 +1,2 @@
DIST xfce4-xkb-plugin-0.8.1.tar.bz2 842814 BLAKE2B be6dfce8e605be346dcd0a5259da980ffd4f7160a808de288bcc7c970c47c678dc6dfde8615e21042142221c6ba66d328dd741f3ce70d988c94562ec061230f2 SHA512 4f0362f429489d111544126697880cdb0a768533803a104f73802fe2c5cfbef5efbf6edd658dbb0ef788ae2a3761f1877c191637a6a06d4a5159bc8f71ad524f
+DIST xfce4-xkb-plugin-0.8.2.tar.bz2 868539 BLAKE2B 20a7a27903be434490b3328f04d57a4ceb505dc1b63e4c98d584c72e6ad0dbc742251c0d9f43ba1da869caa2924627b6cfddd969874a3f5fae8fbf90ef577da6 SHA512 3078c11e1c10195480251c455995e4342c27b06949fc754396824f03bed885f32078f4c1436d86782de031cf4f4f806b530ca53116d4bedb54dda19b68ec7062
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild
new file mode 100644
index 00000000000..a7e2199ac33
--- /dev/null
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="BSD-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="gnome-base/librsvg:=
+ x11-libs/gtk+:3=
+ x11-libs/libwnck:3=
+ x11-libs/libX11:=
+ >=x11-libs/libxklavier-5.3:=
+ xfce-base/garcon:=
+ >=xfce-base/libxfce4ui-4.12:=
+ >=xfce-base/libxfce4util-4.12:=
+ >=xfce-base/xfce4-panel-4.12:=
+ >=xfce-base/xfconf-4.12.1:="
+RDEPEND="${DEPEND}
+ x11-apps/setxkbmap
+ >=xfce-base/xfce4-settings-4.11"
+BDEPEND="
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_configure() {
+ local myconf=(
+ --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+ )
+
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2021-02-08 6:05 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-02-08 6:05 UTC (permalink / raw
To: gentoo-commits
commit: 195ed0af2e0ef78c6f843c0d64c269c860ae6088
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 06:05:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 06:05:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195ed0af
xfce-extra/xfce4-xkb-plugin: Stabilize 0.8.2 amd64, #769368
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild
index 187177a1a0e..eb50cf96007 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
DEPEND="gnome-base/librsvg:=
x11-libs/gtk+:3=
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2021-02-08 6:11 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-02-08 6:11 UTC (permalink / raw
To: gentoo-commits
commit: 3cbdfa14fba8d46958c5a6cce44215ecfb7640a2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 06:11:06 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 06:11:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbdfa14
xfce-extra/xfce4-xkb-plugin: Stabilize 0.8.2 ppc64, #769368
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild
index eb50cf96007..4a51bab9819 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
DEPEND="gnome-base/librsvg:=
x11-libs/gtk+:3=
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2021-02-18 22:08 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-02-18 22:08 UTC (permalink / raw
To: gentoo-commits
commit: 017e63dd2c899c8e252b60f37f4def0bd977b792
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 22:08:16 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 22:08:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017e63dd
xfce-extra/xfce4-xkb-plugin: Stabilize 0.8.2 ppc, #769368
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild
index 4a51bab9819..99f92837e02 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
DEPEND="gnome-base/librsvg:=
x11-libs/gtk+:3=
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2022-07-14 10:16 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2022-07-14 10:16 UTC (permalink / raw
To: gentoo-commits
commit: 684f428db14fba604ecf2304fb15510df2188fed
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 09:26:58 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 10:16:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684f428d
xfce-extra/xfce4-xkb-plugin: Bump to 0.8.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 1 +
.../xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild | 51 ++++++++++++++++++++++
2 files changed, 52 insertions(+)
--git a/xfce-extra/xfce4-xkb-plugin/Manifest b/xfce-extra/xfce4-xkb-plugin/Manifest
index b46ca40440ce..5b6b24bc34eb 100644
--- a/xfce-extra/xfce4-xkb-plugin/Manifest
+++ b/xfce-extra/xfce4-xkb-plugin/Manifest
@@ -1 +1,2 @@
DIST xfce4-xkb-plugin-0.8.2.tar.bz2 868539 BLAKE2B 20a7a27903be434490b3328f04d57a4ceb505dc1b63e4c98d584c72e6ad0dbc742251c0d9f43ba1da869caa2924627b6cfddd969874a3f5fae8fbf90ef577da6 SHA512 3078c11e1c10195480251c455995e4342c27b06949fc754396824f03bed885f32078f4c1436d86782de031cf4f4f806b530ca53116d4bedb54dda19b68ec7062
+DIST xfce4-xkb-plugin-0.8.3.tar.bz2 864177 BLAKE2B 4c4c5ab781265e50ddb14210566f608e2798f881d4b06e7e8f121c466ea0eebb694cf394b0bec747b7a5f1f99962ee1d014f29f077ef877e8063c23934eff1b4 SHA512 02ae82a1e01b7cc54154545c6ff42a450a81ba44697620ebb716a663300ea08fbf6ccafc5fd4d710791f142e1c249f17b613d90ffd99025ad97dfa0230ee55b2
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
new file mode 100644
index 000000000000..cf690e000d06
--- /dev/null
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="BSD-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="libnotify"
+
+DEPEND="
+ gnome-base/librsvg
+ x11-libs/gtk+:3
+ x11-libs/libwnck:3
+ x11-libs/libX11
+ >=x11-libs/libxklavier-5.3
+ xfce-base/garcon:=
+ >=xfce-base/libxfce4ui-4.12:=
+ >=xfce-base/libxfce4util-4.12:=
+ >=xfce-base/xfce4-panel-4.12:=
+ >=xfce-base/xfconf-4.12.1:=
+ libnotify? ( x11-libs/libnotify )
+"
+RDEPEND="
+ ${DEPEND}
+ x11-apps/setxkbmap
+ >=xfce-base/xfce4-settings-4.11
+"
+BDEPEND="
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_configure() {
+ local myconf=(
+ --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+ $(use_enable libnotify)
+ )
+
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2022-07-14 11:56 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2022-07-14 11:56 UTC (permalink / raw
To: gentoo-commits
commit: 934580923de80eb4c24dbbdebe98ff048ddafed5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 11:54:52 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 11:56:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93458092
xfce-extra/xfce4-xkb-plugin: Fix missing cache update
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 10 ++++++++++
1 file changed, 10 insertions(+)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
index cf690e000d06..502e2fbc0692 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit xdg-utils
+
DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
@@ -49,3 +51,11 @@ src_install() {
default
find "${D}" -name '*.la' -delete || die
}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2022-09-04 18:21 Arthur Zamarin
0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2022-09-04 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 90e122c1a89f915a2245375ae8e792a4c6c45efd
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 18:19:01 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 4 18:21:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e122c1
xfce-extra/xfce4-xkb-plugin: Stabilize 0.8.3 ppc, #868429
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
index 502e2fbc0692..f78b442706f7 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="libnotify"
DEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2022-09-04 18:43 Arthur Zamarin
0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2022-09-04 18:43 UTC (permalink / raw
To: gentoo-commits
commit: ca0220d393feb281898d779f91d00d3900e0c7a7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 18:43:09 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 4 18:43:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0220d3
xfce-extra/xfce4-xkb-plugin: Stabilize 0.8.3 ppc64, #868429
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
index f78b442706f7..00789d1aebd2 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="libnotify"
DEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2022-09-04 21:49 Jakov Smolić
0 siblings, 0 replies; 29+ messages in thread
From: Jakov Smolić @ 2022-09-04 21:49 UTC (permalink / raw
To: gentoo-commits
commit: fb50421a2fb50c07f8be62f8a6671e2601c0ec00
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 21:49:15 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Sep 4 21:49:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb50421a
xfce-extra/xfce4-xkb-plugin: Stabilize 0.8.3 amd64, #868429
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
index 00789d1aebd2..160e07982512 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="libnotify"
DEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2022-09-04 21:49 Jakov Smolić
0 siblings, 0 replies; 29+ messages in thread
From: Jakov Smolić @ 2022-09-04 21:49 UTC (permalink / raw
To: gentoo-commits
commit: a802689a549d3ca85f39e3e0d412583c0b06569d
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 21:49:58 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Sep 4 21:49:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a802689a
xfce-extra/xfce4-xkb-plugin: Stabilize 0.8.3 x86, #868429
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
index 160e07982512..75ab0b94b575 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="libnotify"
DEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2022-09-05 5:23 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2022-09-05 5:23 UTC (permalink / raw
To: gentoo-commits
commit: 8e0b075277661ffa4d0faa52c4deea1e17b49450
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 5 05:08:50 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 5 05:08:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0b0752
xfce-extra/xfce4-xkb-plugin: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 1 -
.../xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild | 43 ----------------------
2 files changed, 44 deletions(-)
--git a/xfce-extra/xfce4-xkb-plugin/Manifest b/xfce-extra/xfce4-xkb-plugin/Manifest
index 5b6b24bc34eb..8d4df7cb440f 100644
--- a/xfce-extra/xfce4-xkb-plugin/Manifest
+++ b/xfce-extra/xfce4-xkb-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-xkb-plugin-0.8.2.tar.bz2 868539 BLAKE2B 20a7a27903be434490b3328f04d57a4ceb505dc1b63e4c98d584c72e6ad0dbc742251c0d9f43ba1da869caa2924627b6cfddd969874a3f5fae8fbf90ef577da6 SHA512 3078c11e1c10195480251c455995e4342c27b06949fc754396824f03bed885f32078f4c1436d86782de031cf4f4f806b530ca53116d4bedb54dda19b68ec7062
DIST xfce4-xkb-plugin-0.8.3.tar.bz2 864177 BLAKE2B 4c4c5ab781265e50ddb14210566f608e2798f881d4b06e7e8f121c466ea0eebb694cf394b0bec747b7a5f1f99962ee1d014f29f077ef877e8063c23934eff1b4 SHA512 02ae82a1e01b7cc54154545c6ff42a450a81ba44697620ebb716a663300ea08fbf6ccafc5fd4d710791f142e1c249f17b613d90ffd99025ad97dfa0230ee55b2
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild
deleted file mode 100644
index 8d60d5cc8324..000000000000
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
-
-DEPEND="gnome-base/librsvg:=
- x11-libs/gtk+:3=
- x11-libs/libwnck:3=
- x11-libs/libX11:=
- >=x11-libs/libxklavier-5.3:=
- xfce-base/garcon:=
- >=xfce-base/libxfce4ui-4.12:=
- >=xfce-base/libxfce4util-4.12:=
- >=xfce-base/xfce4-panel-4.12:=
- >=xfce-base/xfconf-4.12.1:="
-RDEPEND="${DEPEND}
- x11-apps/setxkbmap
- >=xfce-base/xfce4-settings-4.11"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- local myconf=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2023-11-20 10:06 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-11-20 10:06 UTC (permalink / raw
To: gentoo-commits
commit: 3abcc506e95a240ac0170fe45f9dc1c4c38136ab
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sun Nov 19 04:20:14 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 10:03:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abcc506
xfce-extra/xfce4-xkb-plugin: unkeyword 0.8.3 for ~alpha
Bug: https://bugs.gentoo.org/873523
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
index 75ab0b94b575..189676d4dc45 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.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
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="libnotify"
DEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/
@ 2024-03-21 5:39 Michał Górny
0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2024-03-21 5:39 UTC (permalink / raw
To: gentoo-commits
commit: 3a859adacb343b712ba25326ba9dfa0d7a83b6d1
Author: Alexander Kurakin <kuraga333 <AT> mail <DOT> ru>
AuthorDate: Wed Jul 5 16:07:32 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 05:39:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a859ada
xfce-extra/xfce4-xkb-plugin: add dev-libs/glib dependency
GLib dependency introduced in
https://gitlab.xfce.org/panel-plugins/xfce4-xkb-plugin/-/commit/d9ec91258306ba5b22d8248da023b5f041480523.
[mgorny: removed revbump, dev-libs/glib is a dep of GTK+]
Closes: https://bugs.gentoo.org/909737
Signed-off-by: Alexander Kurakin <kuraga333 <AT> mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/31767
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
index 189676d4dc45..58acff9b2d21 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.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
@@ -15,6 +15,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux
IUSE="libnotify"
DEPEND="
+ >=dev-libs/glib-2.50.0
gnome-base/librsvg
x11-libs/gtk+:3
x11-libs/libwnck:3
^ permalink raw reply related [flat|nested] 29+ messages in thread
end of thread, other threads:[~2024-03-21 5:39 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-30 7:37 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-xkb-plugin/ Fabian Groffen
-- strict thread matches above, loose matches on Subject: below --
2024-03-21 5:39 Michał Górny
2023-11-20 10:06 Sam James
2022-09-05 5:23 Michał Górny
2022-09-04 21:49 Jakov Smolić
2022-09-04 21:49 Jakov Smolić
2022-09-04 18:43 Arthur Zamarin
2022-09-04 18:21 Arthur Zamarin
2022-07-14 11:56 Michał Górny
2022-07-14 10:16 Michał Górny
2021-02-18 22:08 Sam James
2021-02-08 6:11 Sam James
2021-02-08 6:05 Sam James
2020-12-24 23:08 Michał Górny
2019-08-13 12:10 Michał Górny
2019-07-23 14:11 Kent Fredric
2019-01-21 19:40 Sergei Trofimovich
2018-07-10 12:29 Michał Górny
2018-03-25 17:27 Michał Górny
2018-01-07 20:32 Sergei Trofimovich
2018-01-07 13:17 Sergei Trofimovich
2018-01-05 11:33 Mikle Kolyada
2017-09-09 7:23 Michał Górny
2017-06-16 21:05 Michał Górny
2017-06-09 7:39 Michał Górny
2017-01-13 15:41 Agostino Sarubbo
2016-12-20 12:31 Tobias Klausmann
2016-09-29 4:37 Jeroen Roovers
2016-08-02 16:10 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox