[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsystemtray/

2022-10-10 Thread Bernard Cafarelli
commit: c10ab0fd3849d3139386532b42c94b09ecef79c1
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Oct 10 10:15:08 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Oct 10 10:15:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10ab0fd

x11-plugins/wmsystemtray: depend on media-fonts/font-misc-misc

Closes: https://bugs.gentoo.org/874678
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../{wmsystemtray-1.4-r2.ebuild => wmsystemtray-1.4-r3.ebuild} | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild 
b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r3.ebuild
similarity index 84%
rename from x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
rename to x11-plugins/wmsystemtray/wmsystemtray-1.4-r3.ebuild
index 47d0230996a8..4c9322846e2b 100644
--- a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
+++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r3.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=7
+EAPI=8
 inherit autotools
 
 DESCRIPTION="a system tray dockapp with the ability to display more than just 
four tray icons"
@@ -16,7 +16,8 @@ DEPEND="x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXmu
x11-libs/libXpm"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   media-fonts/font-misc-misc"
 
 PATCHES=( "${FILESDIR}"/${P}-ar.patch )
 



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsystemtray/, x11-plugins/wmsystemtray/files/

2021-01-02 Thread Bernard Cafarelli
commit: a96a257e0e3856f454539f264fecbecf664ad06b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sat Jan  2 23:24:48 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat Jan  2 23:32:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96a257e

x11-plugins/wmsystemtray: do not call ar directly

Closes: https://bugs.gentoo.org/726224
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmsystemtray/files/wmsystemtray-1.4-ar.patch | 11 +++
 x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild  | 10 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/wmsystemtray/files/wmsystemtray-1.4-ar.patch 
b/x11-plugins/wmsystemtray/files/wmsystemtray-1.4-ar.patch
new file mode 100644
index 000..785893a989f
--- /dev/null
+++ b/x11-plugins/wmsystemtray/files/wmsystemtray-1.4-ar.patch
@@ -0,0 +1,11 @@
+diff -Naur wmsystemtray-1.4.orig/configure.ac wmsystemtray-1.4/configure.ac
+--- wmsystemtray-1.4.orig/configure.ac 2014-02-23 03:14:09.0 +0100
 wmsystemtray-1.4/configure.ac  2021-01-03 00:23:12.004713692 +0100
+@@ -9,6 +9,7 @@
+ AC_SUBST(VERSION)
+ 
+ # Checks for programs.
++AM_PROG_AR
+ AC_PROG_AWK
+ AC_PROG_CC
+ AC_PROG_CC_STDC

diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild 
b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
index 568d2c1936e..47d0230996a 100644
--- a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
+++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+inherit autotools
 
 DESCRIPTION="a system tray dockapp with the ability to display more than just 
four tray icons"
 HOMEPAGE="https://sourceforge.net/projects/wmsystemtray/;
@@ -16,3 +17,10 @@ DEPEND="x11-libs/libXext
x11-libs/libXmu
x11-libs/libXpm"
 RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-ar.patch )
+
+src_prepare() {
+   default
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsystemtray/

2020-08-25 Thread Georgy Yakovlev
commit: 072740f1eed8affeff897e2728baa0af8f8bab73
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Aug 25 18:18:11 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Aug 25 18:20:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072740f1

x11-plugins/wmsystemtray: update copyright

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

 x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild 
b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
index 37a5b164837..568d2c1936e 100644
--- a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
+++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsystemtray/

2020-08-25 Thread Georgy Yakovlev
commit: 8304a6b3028cd0dd0e4ce9ddc41f3488021f9a24
Author: Daniel James  orcadian  net>
AuthorDate: Thu Aug 20 15:12:53 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Aug 25 18:20:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8304a6b3

x11-plugins/wmsystemtray: add ~ppc64 keyword

Signed-off-by: Daniel James  orcadian.net>
Closes: https://github.com/gentoo/gentoo/pull/17188
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild 
b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
index 62350a58135..37a5b164837 100644
--- a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
+++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 
 DEPEND="x11-libs/libXext
x11-libs/libXfixes



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsystemtray/

2018-12-11 Thread Bernard Cafarelli
commit: d736310915280339a2df6bb205c106719eec4dcd
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:10:43 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7363109

x11-plugins/wmsystemtray: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmsystemtray/Manifest|  1 -
 x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild | 19 ---
 x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild | 19 ---
 3 files changed, 39 deletions(-)

diff --git a/x11-plugins/wmsystemtray/Manifest 
b/x11-plugins/wmsystemtray/Manifest
index a01359c195a..6e0224bd0a2 100644
--- a/x11-plugins/wmsystemtray/Manifest
+++ b/x11-plugins/wmsystemtray/Manifest
@@ -1,2 +1 @@
-DIST wmsystemtray-1.3.tar.gz 131764 BLAKE2B 
44b6a77d3e4022089bf41f8110a6b08a3f3262628e0009943422bc3981f31c68504f8f7f760e5f4f39520d14eb9afd8c2e154851b6045f1efa00c40582e384ed
 SHA512 
8a89e2bb63ecb7661e2e0756e07bef59eb6fd89e7221e399af45b0a98d7d0dd45224b6b6a356432642cfec239d245e1e05943ff0f15d2dbbf93545a4a1094969
 DIST wmsystemtray-1.4.tar.gz 131973 BLAKE2B 
c9927c39006b665163826ff3d937042df1a3d0ea4cf9045767ff511499151f6b525a9e9b37ca62955e61853f48e7b0148cbf8b5a9e4e130c81bc9af35df99150
 SHA512 
16620f222dc16d709e89d5011f699c9f96b6e4bf6014eec628574b84434b2e828ba12c92b5a598d1b9037dd16cbff2cc45f7ecb6533777c8a64bf435ea0c549c

diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild 
b/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild
deleted file mode 100644
index e7f0e429de8..000
--- a/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="a system tray dockapp with the ability to display more than just 
four tray icons"
-HOMEPAGE="https://sourceforge.net/projects/wmsystemtray/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXmu
-   x11-libs/libXpm"
-RDEPEND="${DEPEND}"

diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild 
b/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild
deleted file mode 100644
index e7f0e429de8..000
--- a/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="a system tray dockapp with the ability to display more than just 
four tray icons"
-HOMEPAGE="https://sourceforge.net/projects/wmsystemtray/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXmu
-   x11-libs/libXpm"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsystemtray/

2018-08-25 Thread Bernard Cafarelli
commit: 5b09abc35afe6d655dcc22cc0c2236f3c3542e7d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Aug 21 07:20:30 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat Aug 25 07:09:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b09abc3

x11-plugins/wmsystemtray: restore RDEPEND

 .../{wmsystemtray-1.4-r1.ebuild => wmsystemtray-1.4-r2.ebuild}   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild 
b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
similarity index 95%
rename from x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild
rename to x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
index 5493356704f..62350a58135 100644
--- a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild
+++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
@@ -15,3 +15,4 @@ DEPEND="x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXmu
x11-libs/libXpm"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsystemtray/

2018-08-02 Thread Bernard Cafarelli
commit: 715737ac8e8f5ac5359c2d21b9ff4de8e6e41683
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 24 17:55:48 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Aug  2 20:21:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715737ac

x11-plugins/wmsystemtray: add EAPI7 ebuild

 x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild 
b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild
new file mode 100644
index 000..5493356704f
--- /dev/null
+++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="a system tray dockapp with the ability to display more than just 
four tray icons"
+HOMEPAGE="https://sourceforge.net/projects/wmsystemtray/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXmu
+   x11-libs/libXpm"