summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-statusnotifier-plugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-25 19:22:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-03-25 19:22:13 +0100
commit6bd95d1f6320b8666a31ec949183aaa3088aa16f (patch)
treeff9f0cde8bfba5191f96c690c269c814c134a51e /xfce-extra/xfce4-statusnotifier-plugin
parentb279bbe94522565b8feb19b8e5f377d3ea76f157 (diff)
gentoo resync : 25.03.2018
Diffstat (limited to 'xfce-extra/xfce4-statusnotifier-plugin')
-rw-r--r--xfce-extra/xfce4-statusnotifier-plugin/Manifest2
-rw-r--r--xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild40
2 files changed, 0 insertions, 42 deletions
diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
index b65cc7e63cab..e75052ea7992 100644
--- a/xfce-extra/xfce4-statusnotifier-plugin/Manifest
+++ b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
@@ -1,5 +1,3 @@
-DIST xfce4-statusnotifier-plugin-0.2.0.tar.bz2 379900 BLAKE2B 0b3955d2fd512856845326a05176fded0a844f58bfd1d5daa30e869228ae707186594c2526a25c912f62a864a9941998a3981603194dd9d8f73566474e4e736d SHA512 5e19e29bffc92be0e501c59b35376a59fb2946e270d3db67e620c7c5efdf455cebc235d0e87a518abed15d42be236eb7f7c14013f073956d71aa7b575f2f9374
DIST xfce4-statusnotifier-plugin-0.2.1.tar.bz2 384119 BLAKE2B e8035750c8d376569d3694340c8630af3032da19e684adb374fbb79379d523a293b78b98d3c61601a0abe3639125106a56e976d8e0fe0b60244569593a087384 SHA512 508614543716a64f2fd45909c4a2acfbd4f41f9e494a48b97dd51a83171eec44811a8a2925d39ba8a5b5dba1f9faedddade0e5b7bf2ae08f494954637cf2209f
-EBUILD xfce4-statusnotifier-plugin-0.2.0.ebuild 868 BLAKE2B 22afb3ab043a608b3d0e692f535f9a939ffe846fdb8f545ea81f635a555d505813f1c9c7281abeaced1f5bca0288666a1ae745a6bc23a32450a0d17d148283f9 SHA512 300678898f3805c9051ec91330f04daf4d2cb37fdd6b08872390f94e701d222a9344f4813e33019be2cdf7da61b16ce480cf6e064eefc56fdb6ed5f31acabe00
EBUILD xfce4-statusnotifier-plugin-0.2.1.ebuild 868 BLAKE2B 22afb3ab043a608b3d0e692f535f9a939ffe846fdb8f545ea81f635a555d505813f1c9c7281abeaced1f5bca0288666a1ae745a6bc23a32450a0d17d148283f9 SHA512 300678898f3805c9051ec91330f04daf4d2cb37fdd6b08872390f94e701d222a9344f4813e33019be2cdf7da61b16ce480cf6e064eefc56fdb6ed5f31acabe00
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
diff --git a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild
deleted file mode 100644
index 01a0cd1f11aa..000000000000
--- a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A panel area for fd.o Status Notifiers (systray replacement)"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.24:=
- >=dev-libs/libdbusmenu-16.04.0:=[gtk3]
- >=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:=
- >=xfce-base/xfconf-4.12:="
-DEPEND="${RDEPEND}
- dev-util/gdbus-codegen"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}