summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-statusnotifier-plugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /xfce-extra/xfce4-statusnotifier-plugin
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'xfce-extra/xfce4-statusnotifier-plugin')
-rw-r--r--xfce-extra/xfce4-statusnotifier-plugin/Manifest4
-rw-r--r--xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild (renamed from xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.1.ebuild)16
2 files changed, 10 insertions, 10 deletions
diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
index 7ceafdc0e31b..e777a507c76b 100644
--- a/xfce-extra/xfce4-statusnotifier-plugin/Manifest
+++ b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
@@ -1,3 +1,3 @@
-DIST xfce4-statusnotifier-plugin-0.2.1.tar.bz2 384119 BLAKE2B e8035750c8d376569d3694340c8630af3032da19e684adb374fbb79379d523a293b78b98d3c61601a0abe3639125106a56e976d8e0fe0b60244569593a087384 SHA512 508614543716a64f2fd45909c4a2acfbd4f41f9e494a48b97dd51a83171eec44811a8a2925d39ba8a5b5dba1f9faedddade0e5b7bf2ae08f494954637cf2209f
-EBUILD xfce4-statusnotifier-plugin-0.2.1.ebuild 879 BLAKE2B ad760d50956238cfe3c6afdc3e67a33c0ce27844b337dc7dfa9d8b6d9d591a07ddc2174b2cfbae7398d1b9f9030b88b885d70781d7382028d4eb0e627eb83fe7 SHA512 5afbee62d2c23fc00e09c98d55e190a14c644bfe4a425afe1983cb66baa133cc30496378150018c88848682640f5d8f24d53671a719097be98d563b69285a519
+DIST xfce4-statusnotifier-plugin-0.2.2.tar.bz2 376903 BLAKE2B 23e99a6687016de7352ab0611719f5a9ef319d6280a2fb8474f2ee1471f219f29926c07e4072ac75039377eca98d9c7f2f3fce29ce1d29cfc0d1112642e9016d SHA512 76f719ffed4ec9e178a844173cb0728888beba9a1ad69c9da025cb2d1fb3ad18448b4b4a60a94bb329ec7b80760307000550d451859c33f4b5d7bb8590cf227d
+EBUILD xfce4-statusnotifier-plugin-0.2.2.ebuild 862 BLAKE2B 460702a1425dbb7a1061c206b7d7c70b1013082e2197328edadb20de7fc9f52e59146a58e3bf1873c1608484abc3da4f09f199fad1ad166930a34f5efdde6be7 SHA512 62eb38fb3f63ce8de57282d2994843d234746d8e1298e303f8bd1e3b9cb63c7fdc239c1b3cae412fd033f5203ca5e7e26b06c487c15591c1c0240c7eedbcbc5e
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
diff --git a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.1.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild
index 1eb2dd7f2ff3..2ea6ad2a91fe 100644
--- a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.1.ebuild
+++ b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit gnome2-utils
+inherit xdg-utils
DESCRIPTION="A panel area for fd.o Status Notifiers (systray replacement)"
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin"
@@ -15,10 +15,10 @@ KEYWORDS="~amd64"
IUSE=""
RDEPEND="
- >=dev-libs/glib-2.24:=
+ >=dev-libs/glib-2.24
>=dev-libs/libdbusmenu-16.04.0:=[gtk3]
- >=x11-libs/gtk+-3.18:3=
- x11-libs/libX11:=
+ >=x11-libs/gtk+-3.18:3
+ x11-libs/libX11
>=xfce-base/libxfce4ui-4.12:=
>=xfce-base/libxfce4util-4.12:=
>=xfce-base/xfce4-panel-4.12:=
@@ -32,9 +32,9 @@ src_install() {
}
pkg_postinst() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}