summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-statusnotifier-plugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
commit8d5dbd847cbc704a6a06405856e94b461011afe3 (patch)
tree4d26462d027b14926335894749d2e01d982234d0 /xfce-extra/xfce4-statusnotifier-plugin
parent5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (diff)
gentoo resync : 27.03.2021
Diffstat (limited to 'xfce-extra/xfce4-statusnotifier-plugin')
-rw-r--r--xfce-extra/xfce4-statusnotifier-plugin/Manifest3
-rw-r--r--xfce-extra/xfce4-statusnotifier-plugin/metadata.xml8
-rw-r--r--xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild40
3 files changed, 0 insertions, 51 deletions
diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest
deleted file mode 100644
index e777a507c76b..000000000000
--- a/xfce-extra/xfce4-statusnotifier-plugin/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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/metadata.xml b/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml
deleted file mode 100644
index 359901b31db4..000000000000
--- a/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://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-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild
deleted file mode 100644
index 2ea6ad2a91fe..000000000000
--- a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-SRC_URI="https://archive.xfce.org/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() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}