* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-stopwatch-plugin/
@ 2024-12-25 13:16 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2024-12-25 13:16 UTC (permalink / raw
To: gentoo-commits
commit: 45123c8ed0396897b84dfcff41f125ddbb8d471c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 13:12:55 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 13:15:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45123c8e
xfce-extra/xfce4-stopwatch-plugin: New package, v0.5.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 1 +
| 8 ++++
.../xfce4-stopwatch-plugin-0.5.2.ebuild | 45 ++++++++++++++++++++++
3 files changed, 54 insertions(+)
--git a/xfce-extra/xfce4-stopwatch-plugin/Manifest b/xfce-extra/xfce4-stopwatch-plugin/Manifest
new file mode 100644
index 000000000000..00d60f80b7f2
--- /dev/null
+++ b/xfce-extra/xfce4-stopwatch-plugin/Manifest
@@ -0,0 +1 @@
+DIST xfce4-stopwatch-plugin-0.5.2.tar.bz2 372592 BLAKE2B 2075137e0f977a81acbe6467d048719edd39e4671e6e5a9bc59b3a7ffa1c172863c8b072ff951f7d827c6f4a0ed5b1f437802918856a68a48a6c732ffadd50f7 SHA512 8c8120c1b3801c780d8a30293d1c8fb92cf57c5dee323b0d41fbba7c108a78231337815ba0548a0ae78be89a35ea1b6184c49d4013de0185b1e7075aaf5fbc26
--git a/xfce-extra/xfce4-stopwatch-plugin/metadata.xml b/xfce-extra/xfce4-stopwatch-plugin/metadata.xml
new file mode 100644
index 000000000000..fb3a6777ad9f
--- /dev/null
+++ b/xfce-extra/xfce4-stopwatch-plugin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>xfce@gentoo.org</email>
+ <name>XFCE Team</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.5.2.ebuild b/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.5.2.ebuild
new file mode 100644
index 000000000000..f471a3e6822b
--- /dev/null
+++ b/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.5.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A panel plug-in to display wireless interface statistics"
+HOMEPAGE="
+ https://docs.xfce.org/panel-plugins/xfce4-stopwatch-plugin
+ https://gitlab.xfce.org/panel-plugins/xfce4-stopwatch-plugin/
+"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ >=dev-libs/glib-2.50.0
+ >=x11-libs/gtk+-3.22.0:3
+ >=xfce-base/libxfce4util-4.16.0:=
+ >=xfce-base/xfce4-panel-4.16.0:=
+"
+RDEPEND="
+ ${DEPEND}
+ kernel_linux? ( sys-apps/net-tools )
+"
+BDEPEND="
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-stopwatch-plugin/
@ 2025-02-06 4:10 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2025-02-06 4:10 UTC (permalink / raw
To: gentoo-commits
commit: 14fc365c277b6347b19519d9383784849ab5071a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 03:59:04 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 04:10:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14fc365c
xfce-extra/xfce4-stopwatch-plugin: Fix description
Closes: https://bugs.gentoo.org/949333
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.5.2.ebuild b/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.5.2.ebuild
index f471a3e6822b..c54e70cb79b2 100644
--- a/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.5.2.ebuild
+++ b/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.5.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg-utils
-DESCRIPTION="A panel plug-in to display wireless interface statistics"
+DESCRIPTION="A simple stopwatch plugin for Xfce panel"
HOMEPAGE="
https://docs.xfce.org/panel-plugins/xfce4-stopwatch-plugin
https://gitlab.xfce.org/panel-plugins/xfce4-stopwatch-plugin/
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-stopwatch-plugin/
@ 2025-05-20 13:34 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2025-05-20 13:34 UTC (permalink / raw
To: gentoo-commits
commit: 72c27f2c1cae7f08f87241b134ce6c57f7286c60
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 13:31:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 20 13:33:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c27f2c
xfce-extra/xfce4-stopwatch-plugin: Bump to 0.6.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 1 +
.../xfce4-stopwatch-plugin-0.6.0.ebuild | 42 ++++++++++++++++++++++
2 files changed, 43 insertions(+)
--git a/xfce-extra/xfce4-stopwatch-plugin/Manifest b/xfce-extra/xfce4-stopwatch-plugin/Manifest
index 00d60f80b7f2..065cd5632a8e 100644
--- a/xfce-extra/xfce4-stopwatch-plugin/Manifest
+++ b/xfce-extra/xfce4-stopwatch-plugin/Manifest
@@ -1 +1,2 @@
DIST xfce4-stopwatch-plugin-0.5.2.tar.bz2 372592 BLAKE2B 2075137e0f977a81acbe6467d048719edd39e4671e6e5a9bc59b3a7ffa1c172863c8b072ff951f7d827c6f4a0ed5b1f437802918856a68a48a6c732ffadd50f7 SHA512 8c8120c1b3801c780d8a30293d1c8fb92cf57c5dee323b0d41fbba7c108a78231337815ba0548a0ae78be89a35ea1b6184c49d4013de0185b1e7075aaf5fbc26
+DIST xfce4-stopwatch-plugin-0.6.0.tar.xz 23836 BLAKE2B 3964de4ca6a5d5bfe5a09cfc973f6bbd21ff0b9303dde5a28a8cdb461cb953005e61e36f9834c0715fba6a12a130fdedade3781fb71ed84d5918885428d89d2a SHA512 89319ddece7fb79cb16570b884fe7111db650c09801996c36bdf8a93191e25f935501930536b4aa975e2cf60ad4c39646b89043d18fc71d6b32caa1d13855807
diff --git a/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.6.0.ebuild b/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.6.0.ebuild
new file mode 100644
index 000000000000..7b448c4e22f3
--- /dev/null
+++ b/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.6.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg-utils
+
+DESCRIPTION="A simple stopwatch plugin for Xfce panel"
+HOMEPAGE="
+ https://docs.xfce.org/panel-plugins/xfce4-stopwatch-plugin
+ https://gitlab.xfce.org/panel-plugins/xfce4-stopwatch-plugin/
+"
+SRC_URI="
+ https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.xz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ >=dev-libs/glib-2.50.0
+ >=x11-libs/gtk+-3.22.0:3
+ >=xfce-base/libxfce4util-4.16.0:=
+ >=xfce-base/xfce4-panel-4.16.0:=
+"
+RDEPEND="
+ ${DEPEND}
+ kernel_linux? ( sys-apps/net-tools )
+"
+BDEPEND="
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-20 13:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-25 13:16 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-stopwatch-plugin/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2025-02-06 4:10 Michał Górny
2025-05-20 13:34 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