summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-timer-plugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-01-26 06:49:21 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-01-26 06:49:21 +0000
commit3e90fd411cb5f48da3f2487a4ea0efcbee2bfa08 (patch)
tree7c9660a764d1acdb90fea6ec5c4f6807eaebaf4c /xfce-extra/xfce4-timer-plugin
parent4dec849539ecb0ceab14d66af84960f01b9a284c (diff)
gentoo auto-resync : 26:01:2025 - 06:49:21
Diffstat (limited to 'xfce-extra/xfce4-timer-plugin')
-rw-r--r--xfce-extra/xfce4-timer-plugin/Manifest4
-rw-r--r--xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.2.ebuild45
-rw-r--r--xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.3.ebuild4
3 files changed, 3 insertions, 50 deletions
diff --git a/xfce-extra/xfce4-timer-plugin/Manifest b/xfce-extra/xfce4-timer-plugin/Manifest
index 3995518def30..9d924443f800 100644
--- a/xfce-extra/xfce4-timer-plugin/Manifest
+++ b/xfce-extra/xfce4-timer-plugin/Manifest
@@ -1,5 +1,3 @@
-DIST xfce4-timer-plugin-1.7.2.tar.bz2 414526 BLAKE2B 419544e8088b518cd597c6394dafe798cffcfaeefcfe4fbd11f75e9709ad7990e44b5cddca438bb4960502fab8bc6127e3e37d2899e892a1f4ff980e97a48f5a SHA512 11a3b146c56f1526530b7f810c76ba95ef4dc7c113fa0ad2839494a5bc66c09f4a3ff966bc5d76055482a284c6c082b08a4b6af4684e5ccdec67946b0cdd820d
DIST xfce4-timer-plugin-1.7.3.tar.bz2 487838 BLAKE2B c4e35bceb677432af88f0d2d40fd74f9388478605af5ad7d6e4573f24d1c8f453819a65fc3bd746c09847131bd895153f5ae363828da668bd1b9ce953466c17d SHA512 aad16bac1c43a9bed529884e23392153fdeec9e6793a9815f3307c7ec2cb33a1bce86127bc009f80ecdfb4a44edcdaf8f63f139a382bad0001a14b007d741a55
-EBUILD xfce4-timer-plugin-1.7.2.ebuild 920 BLAKE2B ed2195f2d44039a668b68c9d116bac0007f03c492bf3339036571b89ca5a22065786629d2689f4014addb77234db85e3cf8e5209aa103d9e78a03cc46e9012a6 SHA512 8efd682e3c4872b1e33d72f47d477ad0eabd7e49298f401013e07fb4521a006892d667f75d18896fa3a9f59be9a706d40f75fdddd9df907058c0cf2b30d07927
-EBUILD xfce4-timer-plugin-1.7.3.ebuild 934 BLAKE2B d1b2f5e674c0154bced0b0513cc58b624304ee3adcebe13877daa0f969fa41883d960ab1155446f6e5672eb17c2aa84c326dbdb1a7b1a0faddb10b722eadcf9c SHA512 cd98b3705353faed2f933178cb438186f167a4dd13f62b9f9d297743bbde6c6159bdb891feae905f0a60a503ef88ecfe4253b25b6fa3a31200d8f0acc118fe4d
+EBUILD xfce4-timer-plugin-1.7.3.ebuild 929 BLAKE2B b3eb87b5b6d1403cf82c6bdefbe52c5573d31243aee66a084ac000ca1b512a7e699b2fbe8e3eea4f1a4feef0edceda0593e778700325e8c23a97fb76979228a9 SHA512 9fffe80d1d7521ac8480dfae52dd5ff3e36a1d06a950e73878385bc6bda043ece123ebcbcd42a93308dd847fdbe2d41caaf1551ce407d42c74859ae3262eb68d
MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5
diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.2.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.2.ebuild
deleted file mode 100644
index 5dd0b5d219a0..000000000000
--- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A simple timer plug-in for the Xfce desktop environment"
-HOMEPAGE="
- https://docs.xfce.org/panel-plugins/xfce4-timer-plugin/start
- https://gitlab.xfce.org/panel-plugins/xfce4-timer-plugin/
-"
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
-
-DEPEND="
- >=dev-libs/glib-2.26.0
- >=x11-libs/gtk+-3.20.0:3
- >=xfce-base/libxfce4ui-4.12.0:=
- >=xfce-base/libxfce4util-4.12.0:=
- >=xfce-base/xfce4-panel-4.10.0:=
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- dev-util/intltool
- virtual/pkgconfig
-"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.3.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.3.ebuild
index 32c727bb6047..759e411afcba 100644
--- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.3.ebuild
+++ b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
DEPEND="
>=dev-libs/glib-2.50.0