[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2022-06-28 Thread David Seifert
commit: 2d1f13ad91f471a943231e5d8b97a80dc5c82989
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jun 28 10:18:42 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jun 28 10:18:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1f13ad

xfce-extra/xfce4-alsa-plugin: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 ...ugin-0.3.0.ebuild => xfce4-alsa-plugin-0.3.0-r1.ebuild} | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0-r1.ebuild
similarity index 79%
rename from xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild
rename to xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0-r1.ebuild
index f474582cb66e..81097a1aec5a 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit vala meson
 
@@ -12,19 +12,19 @@ 
SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-IUSE=""
 
 RDEPEND="
media-libs/alsa-lib
>=xfce-base/xfce4-panel-4.13
x11-libs/gtk+:3[introspection]
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
$(vala_depend)
sys-devel/gettext
 "
 
-src_prepare() {
-   vala_src_prepare
-   eapply_user
+src_configure() {
+   vala_setup
+   meson_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2020-08-05 Thread Michał Górny
commit: b714c3c74b801902b8b8de14e7935eab24ca6f09
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  5 15:06:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  5 15:06:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b714c3c7

xfce-extra/xfce4-alsa-plugin: Remove old

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

 xfce-extra/xfce4-alsa-plugin/Manifest  |  1 -
 .../xfce4-alsa-plugin-0.2.1.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest 
b/xfce-extra/xfce4-alsa-plugin/Manifest
index badc6091e13..f4e3988ce88 100644
--- a/xfce-extra/xfce4-alsa-plugin/Manifest
+++ b/xfce-extra/xfce4-alsa-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-alsa-plugin-0.2.1.tar.gz 29375 BLAKE2B 
1bb13203af1c21c472531ecddd4d65b84c5610893a434440585c1e51e2e717cd8642874e7ea784b2c5ae7e0c9203dfa9104e95485045f5749e77ea2d4d56c8a2
 SHA512 
d04ca015d33bd068cbd45d200181239f1b1ecc2fc7723ed8d4566fe28a8b6b28e916e2c484ef535cbabcfb81813ffc46f5fa2b1f8535fde2f4cd719cc0f65e27
 DIST xfce4-alsa-plugin-0.3.0.tar.gz 28277 BLAKE2B 
e821276a80a4fbb245a21b53e16fd85bf0de9010ba848329639b2f8ea00fb85288b2799a1ea97eb6004963c6915fc4cf8ec8ea9c5b87c3cc8dc1a482a7e52d9d
 SHA512 
ed6a99ddf5fb1d3bef5b0741c94127ac48d6b2bd0bfc5ace9416302f6780692ed21e5f0ccff4758b915aefc2288fbf2b7e6671ee6cb26e4e57c44a6409dda08f

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild
deleted file mode 100644
index 17f8e414f13..000
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vala meson
-
-DESCRIPTION="Simple ALSA volume control for xfce4-panel"
-HOMEPAGE="https://github.com/equeim/xfce4-alsa-plugin;
-SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND="
-   media-libs/alsa-lib
-   >=xfce-base/xfce4-panel-4.13
-   x11-libs/gtk+:3[introspection]
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   sys-devel/gettext
-"
-
-src_prepare() {
-   vala_src_prepare
-   eapply_user
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dgtk3=true
-   )
-   meson_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2020-06-07 Thread Michał Górny
commit: f58019de39ee644371ff723efb9ca2267c51bbbd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  7 15:32:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  7 15:33:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58019de

xfce-extra/xfce4-alsa-plugin: Bump to 0.3.0

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

 xfce-extra/xfce4-alsa-plugin/Manifest  |  1 +
 .../xfce4-alsa-plugin-0.3.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest 
b/xfce-extra/xfce4-alsa-plugin/Manifest
index aad49d89ec1..badc6091e13 100644
--- a/xfce-extra/xfce4-alsa-plugin/Manifest
+++ b/xfce-extra/xfce4-alsa-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-alsa-plugin-0.2.1.tar.gz 29375 BLAKE2B 
1bb13203af1c21c472531ecddd4d65b84c5610893a434440585c1e51e2e717cd8642874e7ea784b2c5ae7e0c9203dfa9104e95485045f5749e77ea2d4d56c8a2
 SHA512 
d04ca015d33bd068cbd45d200181239f1b1ecc2fc7723ed8d4566fe28a8b6b28e916e2c484ef535cbabcfb81813ffc46f5fa2b1f8535fde2f4cd719cc0f65e27
+DIST xfce4-alsa-plugin-0.3.0.tar.gz 28277 BLAKE2B 
e821276a80a4fbb245a21b53e16fd85bf0de9010ba848329639b2f8ea00fb85288b2799a1ea97eb6004963c6915fc4cf8ec8ea9c5b87c3cc8dc1a482a7e52d9d
 SHA512 
ed6a99ddf5fb1d3bef5b0741c94127ac48d6b2bd0bfc5ace9416302f6780692ed21e5f0ccff4758b915aefc2288fbf2b7e6671ee6cb26e4e57c44a6409dda08f

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild
new file mode 100644
index 000..e013bf49131
--- /dev/null
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vala meson
+
+DESCRIPTION="Simple ALSA volume control for xfce4-panel"
+HOMEPAGE="https://github.com/equeim/xfce4-alsa-plugin;
+SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/alsa-lib
+   >=xfce-base/xfce4-panel-4.13
+   x11-libs/gtk+:3[introspection]
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   sys-devel/gettext
+"
+
+src_prepare() {
+   vala_src_prepare
+   eapply_user
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2019-12-26 Thread Georgy Yakovlev
commit: dd5d9c51f43faafa4b1212b1bec23de12a85197d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Dec 26 12:51:48 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 26 12:56:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5d9c51

xfce-extra/xfce4-alsa-plugin: keyword on ~ppc64

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild
index 602c1ac8bbb..17f8e414f13 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2019-10-20 Thread Michał Górny
commit: fb65bd8c4dad8145de5e27d6809bda9a880743a9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 08:59:57 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 09:06:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb65bd8c

xfce-extra/xfce4-alsa-plugin: xfce4-panel 4.15 removes GTK+2

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

 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
index d78c37e16b9..8d04f96f6e3 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
@@ -19,8 +19,8 @@ IUSE=""
 
 RDEPEND="
media-libs/alsa-lib
-   xfce-base/xfce4-panel[gtk2(+)]
x11-libs/gtk+:2
+   

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2019-10-10 Thread Mikle Kolyada
commit: 4df2935eae5da5ac8d3564ec3bfba43be65c46d8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:33:24 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:33:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df2935e

xfce-extra/xfce4-alsa-plugin: x86 stable wrt bug #697454

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

 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild
index a360979d12f..602c1ac8bbb 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2019-10-10 Thread Mikle Kolyada
commit: b2a4675f703e93d399acfb0a83760a4b9f9065b9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:28:27 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:28:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a4675f

xfce-extra/xfce4-alsa-plugin: amd64 stable wrt bug #697454

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

 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild
index c39931e05f5..a360979d12f 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2019-08-22 Thread Michał Górny
commit: e2f829e066e9ae2df40f3683a2ada490e0e04c53
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 22 10:33:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 22 11:15:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f829e0

xfce-extra/xfce4-alsa-plugin: Require GTK+2 xfce4-panel

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

 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
index 436914177d9..d78c37e16b9 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.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
@@ -19,7 +19,7 @@ IUSE=""
 
 RDEPEND="
media-libs/alsa-lib
-   xfce-base/xfce4-panel
+   xfce-base/xfce4-panel[gtk2(+)]
x11-libs/gtk+:2
 "
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2019-07-01 Thread Michał Górny
commit: 2aafa6821a9c799baf5edb5d2cd48792c9aa8964
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  1 06:57:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  1 07:56:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aafa682

xfce-extra/xfce4-alsa-plugin: Bump to 0.2.1

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

 xfce-extra/xfce4-alsa-plugin/Manifest  |  1 +
 .../xfce4-alsa-plugin-0.2.1.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest 
b/xfce-extra/xfce4-alsa-plugin/Manifest
index 9ecc5895715..8caccf18a3b 100644
--- a/xfce-extra/xfce4-alsa-plugin/Manifest
+++ b/xfce-extra/xfce4-alsa-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-alsa-plugin-0.1.1.tar.gz 126701 BLAKE2B 
a117a737023f0d4ef9473030f9a3e313a53687f4a4b049147be6a63320e346db3d0d2cafef55ff13546fdacab70f849acd1006f39b8606fc8a51323562214c08
 SHA512 
05273467944a08dd87455fcf20da0292899ace7254afcd2eb141c8d3f10996ad8ee08c6e61abb0178f65d52b066b0804e05a579d0a7f7e65b46fe5c4fd744fd7
 DIST xfce4-alsa-plugin-0.2.0.tar.gz 29283 BLAKE2B 
42e93d0968e5275ae5c542b85907e45515eb5886f06675c3e25125796d6ae851540d377e4617c89903b3c8349b2ccdb5b49563f127b82ca7f249514819181c97
 SHA512 
1d4409aac80d2d0fd3022e8467f77b06df7d6e4bd31e69197caa89c2bf3c4347830054b550d0faf530eaafe05835192c915da36b987847687518e71997620e75
+DIST xfce4-alsa-plugin-0.2.1.tar.gz 29375 BLAKE2B 
1bb13203af1c21c472531ecddd4d65b84c5610893a434440585c1e51e2e717cd8642874e7ea784b2c5ae7e0c9203dfa9104e95485045f5749e77ea2d4d56c8a2
 SHA512 
d04ca015d33bd068cbd45d200181239f1b1ecc2fc7723ed8d4566fe28a8b6b28e916e2c484ef535cbabcfb81813ffc46f5fa2b1f8535fde2f4cd719cc0f65e27

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild
new file mode 100644
index 000..c39931e05f5
--- /dev/null
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vala meson
+
+DESCRIPTION="Simple ALSA volume control for xfce4-panel"
+HOMEPAGE="https://github.com/equeim/xfce4-alsa-plugin;
+SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/alsa-lib
+   >=xfce-base/xfce4-panel-4.13
+   x11-libs/gtk+:3[introspection]
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   sys-devel/gettext
+"
+
+src_prepare() {
+   vala_src_prepare
+   eapply_user
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dgtk3=true
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2019-05-23 Thread Michał Górny
commit: 9002207a428f16e434a408c97aed0825348708aa
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 24 04:47:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 24 04:49:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9002207a

xfce-extra/xfce4-alsa-plugin: intltool → gettext

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

 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
index c59e2c8fbfc..c39931e05f5 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
$(vala_depend)
-   dev-util/intltool
+   sys-devel/gettext
 "
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2019-04-08 Thread Michał Górny
commit: 4e0e62c4fba812727cc521a8276b229274c4feb0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  8 18:55:47 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  8 19:17:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0e62c4

xfce-extra/xfce4-alsa-plugin: Drop old

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

 xfce-extra/xfce4-alsa-plugin/Manifest  |  1 -
 .../xfce4-alsa-plugin-0.1.2_p20190102.ebuild   | 40 --
 2 files changed, 41 deletions(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest 
b/xfce-extra/xfce4-alsa-plugin/Manifest
index e6916df6596..9ecc5895715 100644
--- a/xfce-extra/xfce4-alsa-plugin/Manifest
+++ b/xfce-extra/xfce4-alsa-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-alsa-plugin-0.1.1.tar.gz 126701 BLAKE2B 
a117a737023f0d4ef9473030f9a3e313a53687f4a4b049147be6a63320e346db3d0d2cafef55ff13546fdacab70f849acd1006f39b8606fc8a51323562214c08
 SHA512 
05273467944a08dd87455fcf20da0292899ace7254afcd2eb141c8d3f10996ad8ee08c6e61abb0178f65d52b066b0804e05a579d0a7f7e65b46fe5c4fd744fd7
 DIST xfce4-alsa-plugin-0.2.0.tar.gz 29283 BLAKE2B 
42e93d0968e5275ae5c542b85907e45515eb5886f06675c3e25125796d6ae851540d377e4617c89903b3c8349b2ccdb5b49563f127b82ca7f249514819181c97
 SHA512 
1d4409aac80d2d0fd3022e8467f77b06df7d6e4bd31e69197caa89c2bf3c4347830054b550d0faf530eaafe05835192c915da36b987847687518e71997620e75
-DIST xfce4-alsa-plugin-10159129e14a59d14b5761441aaaf7c2f41a3673.tar.gz 28842 
BLAKE2B 
4202a077fb2f1030c170dc6e0212aa6dfd68981566494bba2aafe1d0e3fd95847ac67bec590ec193cc0d302b763dab9b512bbc656c4ab535d80fc200e2390215
 SHA512 
707522eed839ef8af0b5d090670502208851176b1accf885b98d2c2a0a22d7285bf4ce18d390be24034e89cb555745fc58213bc9c61150451046efce68eb28af

diff --git 
a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2_p20190102.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2_p20190102.ebuild
deleted file mode 100644
index b289c78f6b6..000
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2_p20190102.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vala meson
-
-DESCRIPTION="Simple ALSA volume control for xfce4-panel"
-HOMEPAGE="https://github.com/equeim/xfce4-alsa-plugin;
-EGIT_COMMIT="10159129e14a59d14b5761441aaaf7c2f41a3673"
-SRC_URI="https://github.com/equeim/${PN}/archive/${EGIT_COMMIT}.tar.gz -> 
${PN}-${EGIT_COMMIT}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="
-   media-libs/alsa-lib
-   >=xfce-base/xfce4-panel-4.13
-   x11-libs/gtk+:3[introspection]
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/intltool
-"
-
-S=${WORKDIR}/${PN}-${EGIT_COMMIT}
-
-src_prepare() {
-   vala_src_prepare
-   eapply_user
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dgtk3=true
-   )
-   meson_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2019-04-07 Thread Mikle Kolyada
commit: 915d3b3efc3d3cbc0d407220c6f54c50e5190345
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 17:15:31 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 17:18:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915d3b3e

xfce-extra/xfce4-alsa-plugin: revert stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
index bf6cd459ea9..c59e2c8fbfc 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

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

xfce-extra/xfce4-alsa-plugin: 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-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
index 73d2d1cd6a6..bf6cd459ea9 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

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

xfce-extra/xfce4-alsa-plugin: 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-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
index c59e2c8fbfc..73d2d1cd6a6 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2019-02-02 Thread Michał Górny
commit: a8c10df5bb6cdd48089836303a44553b19827da1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  3 07:29:22 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  3 07:29:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c10df5

xfce-extra/xfce4-alsa-plugin: Bump to 0.2.0

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

 xfce-extra/xfce4-alsa-plugin/Manifest  |  1 +
 .../xfce4-alsa-plugin-0.2.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest 
b/xfce-extra/xfce4-alsa-plugin/Manifest
index cb7e37b0980..e6916df6596 100644
--- a/xfce-extra/xfce4-alsa-plugin/Manifest
+++ b/xfce-extra/xfce4-alsa-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-alsa-plugin-0.1.1.tar.gz 126701 BLAKE2B 
a117a737023f0d4ef9473030f9a3e313a53687f4a4b049147be6a63320e346db3d0d2cafef55ff13546fdacab70f849acd1006f39b8606fc8a51323562214c08
 SHA512 
05273467944a08dd87455fcf20da0292899ace7254afcd2eb141c8d3f10996ad8ee08c6e61abb0178f65d52b066b0804e05a579d0a7f7e65b46fe5c4fd744fd7
+DIST xfce4-alsa-plugin-0.2.0.tar.gz 29283 BLAKE2B 
42e93d0968e5275ae5c542b85907e45515eb5886f06675c3e25125796d6ae851540d377e4617c89903b3c8349b2ccdb5b49563f127b82ca7f249514819181c97
 SHA512 
1d4409aac80d2d0fd3022e8467f77b06df7d6e4bd31e69197caa89c2bf3c4347830054b550d0faf530eaafe05835192c915da36b987847687518e71997620e75
 DIST xfce4-alsa-plugin-10159129e14a59d14b5761441aaaf7c2f41a3673.tar.gz 28842 
BLAKE2B 
4202a077fb2f1030c170dc6e0212aa6dfd68981566494bba2aafe1d0e3fd95847ac67bec590ec193cc0d302b763dab9b512bbc656c4ab535d80fc200e2390215
 SHA512 
707522eed839ef8af0b5d090670502208851176b1accf885b98d2c2a0a22d7285bf4ce18d390be24034e89cb555745fc58213bc9c61150451046efce68eb28af

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
new file mode 100644
index 000..c59e2c8fbfc
--- /dev/null
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vala meson
+
+DESCRIPTION="Simple ALSA volume control for xfce4-panel"
+HOMEPAGE="https://github.com/equeim/xfce4-alsa-plugin;
+SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/alsa-lib
+   >=xfce-base/xfce4-panel-4.13
+   x11-libs/gtk+:3[introspection]
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/intltool
+"
+
+src_prepare() {
+   vala_src_prepare
+   eapply_user
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dgtk3=true
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2019-01-09 Thread Michał Górny
commit: 7ca15e5a6a01bcb0d5c19bbab52c9b05856c5e13
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan  9 17:56:29 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan  9 17:58:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca15e5a

xfce-extra/xfce4-alsa-plugin: Bump to 0.1.2_p20190102

The latest release is missing proper GTK+3 support, so use a snapshot
instead.  Requested by Tomas Johansson.

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

 xfce-extra/xfce4-alsa-plugin/Manifest  |  1 +
 .../xfce4-alsa-plugin-0.1.2_p20190102.ebuild   | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest 
b/xfce-extra/xfce4-alsa-plugin/Manifest
index d7a7662e274..16ea1676eeb 100644
--- a/xfce-extra/xfce4-alsa-plugin/Manifest
+++ b/xfce-extra/xfce4-alsa-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-alsa-plugin-0.1.1.tar.gz 126701 BLAKE2B 
a117a737023f0d4ef9473030f9a3e313a53687f4a4b049147be6a63320e346db3d0d2cafef55ff13546fdacab70f849acd1006f39b8606fc8a51323562214c08
 SHA512 
05273467944a08dd87455fcf20da0292899ace7254afcd2eb141c8d3f10996ad8ee08c6e61abb0178f65d52b066b0804e05a579d0a7f7e65b46fe5c4fd744fd7
 DIST xfce4-alsa-plugin-0.1.2.tar.gz 26775 BLAKE2B 
5187d0ce92c233742531b29d82c04ce554c244eb3a1dcc0d727c82bffd289cb839c95da047e8e900f01bb7e30adc80869cd6468ce7c372eed04d837467f4e8cf
 SHA512 
aee7778325fcf37d124d60c072f9c6038ee81c56b1e0f00a36e26f1828e81760687ef8917ec715731b6b20c04bb8db9f7c8db67618de5baab42dfba7c77143c8
+DIST xfce4-alsa-plugin-10159129e14a59d14b5761441aaaf7c2f41a3673.tar.gz 28842 
BLAKE2B 
4202a077fb2f1030c170dc6e0212aa6dfd68981566494bba2aafe1d0e3fd95847ac67bec590ec193cc0d302b763dab9b512bbc656c4ab535d80fc200e2390215
 SHA512 
707522eed839ef8af0b5d090670502208851176b1accf885b98d2c2a0a22d7285bf4ce18d390be24034e89cb555745fc58213bc9c61150451046efce68eb28af

diff --git 
a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2_p20190102.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2_p20190102.ebuild
new file mode 100644
index 000..b289c78f6b6
--- /dev/null
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2_p20190102.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vala meson
+
+DESCRIPTION="Simple ALSA volume control for xfce4-panel"
+HOMEPAGE="https://github.com/equeim/xfce4-alsa-plugin;
+EGIT_COMMIT="10159129e14a59d14b5761441aaaf7c2f41a3673"
+SRC_URI="https://github.com/equeim/${PN}/archive/${EGIT_COMMIT}.tar.gz -> 
${PN}-${EGIT_COMMIT}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/alsa-lib
+   >=xfce-base/xfce4-panel-4.13
+   x11-libs/gtk+:3[introspection]
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/intltool
+"
+
+S=${WORKDIR}/${PN}-${EGIT_COMMIT}
+
+src_prepare() {
+   vala_src_prepare
+   eapply_user
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dgtk3=true
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2019-01-09 Thread Michał Górny
commit: 72b7408314ebee7e10549eb6a9c4f531d83f68ef
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan  9 17:57:56 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan  9 17:58:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b74083

xfce-extra/xfce4-alsa-plugin: Remove 0.1.2

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

 xfce-extra/xfce4-alsa-plugin/Manifest  |  1 -
 .../xfce4-alsa-plugin-0.1.2.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest 
b/xfce-extra/xfce4-alsa-plugin/Manifest
index 16ea1676eeb..cb7e37b0980 100644
--- a/xfce-extra/xfce4-alsa-plugin/Manifest
+++ b/xfce-extra/xfce4-alsa-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-alsa-plugin-0.1.1.tar.gz 126701 BLAKE2B 
a117a737023f0d4ef9473030f9a3e313a53687f4a4b049147be6a63320e346db3d0d2cafef55ff13546fdacab70f849acd1006f39b8606fc8a51323562214c08
 SHA512 
05273467944a08dd87455fcf20da0292899ace7254afcd2eb141c8d3f10996ad8ee08c6e61abb0178f65d52b066b0804e05a579d0a7f7e65b46fe5c4fd744fd7
-DIST xfce4-alsa-plugin-0.1.2.tar.gz 26775 BLAKE2B 
5187d0ce92c233742531b29d82c04ce554c244eb3a1dcc0d727c82bffd289cb839c95da047e8e900f01bb7e30adc80869cd6468ce7c372eed04d837467f4e8cf
 SHA512 
aee7778325fcf37d124d60c072f9c6038ee81c56b1e0f00a36e26f1828e81760687ef8917ec715731b6b20c04bb8db9f7c8db67618de5baab42dfba7c77143c8
 DIST xfce4-alsa-plugin-10159129e14a59d14b5761441aaaf7c2f41a3673.tar.gz 28842 
BLAKE2B 
4202a077fb2f1030c170dc6e0212aa6dfd68981566494bba2aafe1d0e3fd95847ac67bec590ec193cc0d302b763dab9b512bbc656c4ab535d80fc200e2390215
 SHA512 
707522eed839ef8af0b5d090670502208851176b1accf885b98d2c2a0a22d7285bf4ce18d390be24034e89cb555745fc58213bc9c61150451046efce68eb28af

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2.ebuild
deleted file mode 100644
index c59e2c8fbfc..000
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vala meson
-
-DESCRIPTION="Simple ALSA volume control for xfce4-panel"
-HOMEPAGE="https://github.com/equeim/xfce4-alsa-plugin;
-SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="
-   media-libs/alsa-lib
-   >=xfce-base/xfce4-panel-4.13
-   x11-libs/gtk+:3[introspection]
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/intltool
-"
-
-src_prepare() {
-   vala_src_prepare
-   eapply_user
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dgtk3=true
-   )
-   meson_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2019-01-09 Thread Michał Górny
commit: 2a0c0022520d6d50971faa86aca3834420ee25f3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan  9 14:07:09 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan  9 14:11:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0c0022

xfce-extra/xfce4-alsa-plugin: Bump to 0.1.2

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

 xfce-extra/xfce4-alsa-plugin/Manifest  |  1 +
 .../xfce4-alsa-plugin-0.1.2.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest 
b/xfce-extra/xfce4-alsa-plugin/Manifest
index cf924471b30..d7a7662e274 100644
--- a/xfce-extra/xfce4-alsa-plugin/Manifest
+++ b/xfce-extra/xfce4-alsa-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-alsa-plugin-0.1.1.tar.gz 126701 BLAKE2B 
a117a737023f0d4ef9473030f9a3e313a53687f4a4b049147be6a63320e346db3d0d2cafef55ff13546fdacab70f849acd1006f39b8606fc8a51323562214c08
 SHA512 
05273467944a08dd87455fcf20da0292899ace7254afcd2eb141c8d3f10996ad8ee08c6e61abb0178f65d52b066b0804e05a579d0a7f7e65b46fe5c4fd744fd7
+DIST xfce4-alsa-plugin-0.1.2.tar.gz 26775 BLAKE2B 
5187d0ce92c233742531b29d82c04ce554c244eb3a1dcc0d727c82bffd289cb839c95da047e8e900f01bb7e30adc80869cd6468ce7c372eed04d837467f4e8cf
 SHA512 
aee7778325fcf37d124d60c072f9c6038ee81c56b1e0f00a36e26f1828e81760687ef8917ec715731b6b20c04bb8db9f7c8db67618de5baab42dfba7c77143c8

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2.ebuild
new file mode 100644
index 000..c59e2c8fbfc
--- /dev/null
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vala meson
+
+DESCRIPTION="Simple ALSA volume control for xfce4-panel"
+HOMEPAGE="https://github.com/equeim/xfce4-alsa-plugin;
+SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/alsa-lib
+   >=xfce-base/xfce4-panel-4.13
+   x11-libs/gtk+:3[introspection]
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/intltool
+"
+
+src_prepare() {
+   vala_src_prepare
+   eapply_user
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dgtk3=true
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2018-08-28 Thread Thomas Deutschmann
commit: d9ccfde80ca6871aaa3dffb92b82a56d306ab215
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 29 01:05:16 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 29 01:05:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ccfde8

xfce-extra/xfce4-alsa-plugin: x86 stable (bug #664408)

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
index bb7fbfd2ef3..268e3b79512 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/equeim/${PN}/archive/0.1.1.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2018-08-24 Thread Mikle Kolyada
commit: 516d3135fa0c1013524202b48b9dcb2082454d01
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Aug 24 06:47:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Aug 24 06:47:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516d3135

xfce-extra/xfce4-alsa-plugin: amd64 stable wrt bug #664408

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
index c2984a79c35..bb7fbfd2ef3 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.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
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/equeim/${PN}/archive/0.1.1.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2017-12-10 Thread Pacho Ramos
commit: 81294c320c7e5cf732d2a1b995396b3d0ad31f8e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Dec 10 10:22:35 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Dec 10 10:22:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81294c32

xfce-extra/xfce4-alsa-plugin: Add support for newer python

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
index f39c233f495..c2984a79c35 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE='threads(+)' # required by waf
 
 inherit python-any-r1 vala waf-utils



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2017-02-04 Thread Michael Palimaka
commit: 3a922fc6d21261054e5e799244f1b47bd76d0d05
Author: sakaki  deciban  com>
AuthorDate: Sat Feb  4 15:40:02 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Feb  5 05:21:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a922fc6

xfce-extra/xfce4-alsa-plugin: add ~arm64 keyword (tested on cortex-a53)

 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
index 71be9bc..b163801 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/equeim/${PN}/archive/0.1.1.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2016-10-08 Thread Pacho Ramos
commit: f27aad6fa8635a9fb62474c86bf0dc2b5b398125
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Oct  8 08:53:38 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct  8 09:50:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27aad6f

xfce-extra/xfce4-alsa-plugin: Use vala.eclass properly

Package-Manager: portage-2.3.1

 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
index d1b29c8..71be9bc 100644
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
@@ -18,13 +18,16 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="media-libs/alsa-lib
+RDEPEND="
+   media-libs/alsa-lib
xfce-base/xfce4-panel
-   x11-libs/gtk+:2"
+   x11-libs/gtk+:2
+"
 DEPEND="${RDEPEND}
${PYTHON_DEPS}
+   $(vala_depend)
dev-util/intltool
-   dev-lang/vala"
+"
 
 pkg_setup() { python-any-r1_pkg_setup; }
 



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/

2016-07-13 Thread Jason Zaman
commit: 9f8ea77498fedffdb1964ed9ccb1b2f134e453a2
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Jul 14 04:27:55 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Jul 14 04:27:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8ea774

xfce-extra/xfce4-alsa-plugin: Initial commit, ebuild by me

Package-Manager: portage-2.2.28

 xfce-extra/xfce4-alsa-plugin/Manifest  |  1 +
 xfce-extra/xfce4-alsa-plugin/metadata.xml  | 11 +++
 .../xfce4-alsa-plugin-0.1.1.ebuild | 34 ++
 3 files changed, 46 insertions(+)

diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest 
b/xfce-extra/xfce4-alsa-plugin/Manifest
new file mode 100644
index 000..367d82e
--- /dev/null
+++ b/xfce-extra/xfce4-alsa-plugin/Manifest
@@ -0,0 +1 @@
+DIST xfce4-alsa-plugin-0.1.1.tar.gz 126701 SHA256 
38a6b5aeb1664a0bb7ee49cc8b77070f0219362784281b6b55ec8afdb88a2956 SHA512 
05273467944a08dd87455fcf20da0292899ace7254afcd2eb141c8d3f10996ad8ee08c6e61abb0178f65d52b066b0804e05a579d0a7f7e65b46fe5c4fd744fd7
 WHIRLPOOL 
3402886fb90a81622ba1eddccd36a76daeddb0722a88bf23c9bbe9ec2ac97503f3e77abb70572ac0dcf36997ab1d23f2362c3286db7f4bdd30ff1a3f6fbfff21

diff --git a/xfce-extra/xfce4-alsa-plugin/metadata.xml 
b/xfce-extra/xfce4-alsa-plugin/metadata.xml
new file mode 100644
index 000..0838a77
--- /dev/null
+++ b/xfce-extra/xfce4-alsa-plugin/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   x...@gentoo.org
+   XFCE Team
+   
+   
+   equeim/xfce4-alsa-plugin
+   
+

diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild 
b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
new file mode 100644
index 000..d1b29c8
--- /dev/null
+++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_REQ_USE='threads(+)' # required by waf
+
+inherit python-any-r1 vala waf-utils
+
+DESCRIPTION="Simple ALSA volume control for xfce4-panel"
+HOMEPAGE="https://github.com/equeim/xfce4-alsa-plugin;
+SRC_URI="https://github.com/equeim/${PN}/archive/0.1.1.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/alsa-lib
+   xfce-base/xfce4-panel
+   x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   dev-util/intltool
+   dev-lang/vala"
+
+pkg_setup() { python-any-r1_pkg_setup; }
+
+src_prepare() {
+   vala_src_prepare --ignore-use
+   eapply_user
+}