From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- xfce-extra/xfce4-statusnotifier-plugin/Manifest | 5 +++ .../xfce4-statusnotifier-plugin/metadata.xml | 8 +++++ .../xfce4-statusnotifier-plugin-0.1.0.ebuild | 40 ++++++++++++++++++++++ .../xfce4-statusnotifier-plugin-0.2.0.ebuild | 40 ++++++++++++++++++++++ 4 files changed, 93 insertions(+) create mode 100644 xfce-extra/xfce4-statusnotifier-plugin/Manifest create mode 100644 xfce-extra/xfce4-statusnotifier-plugin/metadata.xml create mode 100644 xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.1.0.ebuild create mode 100644 xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild (limited to 'xfce-extra/xfce4-statusnotifier-plugin') diff --git a/xfce-extra/xfce4-statusnotifier-plugin/Manifest b/xfce-extra/xfce4-statusnotifier-plugin/Manifest new file mode 100644 index 000000000000..8c498c22266d --- /dev/null +++ b/xfce-extra/xfce4-statusnotifier-plugin/Manifest @@ -0,0 +1,5 @@ +DIST xfce4-statusnotifier-plugin-0.1.0.tar.bz2 361454 SHA256 22ad14101df914e79d4dbd8e5d96382b1d3f52e326d2acd7760bfbf9795ea6d5 SHA512 23c84700bd538115237c525f416ea545b10b6ea4e674c3e136ccf8f7a48370b978e99dac6c69ed694c3dd495027825bc9e74504e0222c6a3923f52e4b9d4f097 WHIRLPOOL fdb205e8a38692ac4ee37e54342704bcdff7c8d01a918553ecf1d1ab67ff37d1cee04e72b415b4747d3d29aa284babfe558b0f947bf8cef87aac92e9aeb354fa +DIST xfce4-statusnotifier-plugin-0.2.0.tar.bz2 379900 SHA256 65c8af58f24a44fbd2e9186c57295641be3ed2a816dc86405fb7380ec69360c1 SHA512 5e19e29bffc92be0e501c59b35376a59fb2946e270d3db67e620c7c5efdf455cebc235d0e87a518abed15d42be236eb7f7c14013f073956d71aa7b575f2f9374 WHIRLPOOL d6d39de619498dad60d79d4ae902f2ecc63d3e09d1ab3e65bad7501e607307e3c0b21cb2b0e7b74beefad8c7c1872e6864cbb250d127b014a677cab5c65b9227 +EBUILD xfce4-statusnotifier-plugin-0.1.0.ebuild 868 SHA256 0a164c7dff8c4c3c2079997a30dd7037009446768a8819b4bca8437c5e79fbaa SHA512 300678898f3805c9051ec91330f04daf4d2cb37fdd6b08872390f94e701d222a9344f4813e33019be2cdf7da61b16ce480cf6e064eefc56fdb6ed5f31acabe00 WHIRLPOOL 52cbaccbd5f59e5752720ceb876e3be07061dfe7587aba946812e2dd2081afdb3c92e5d9c4478986b9ca1d7516f5b6b843607752960f13b23b807839a98e57d5 +EBUILD xfce4-statusnotifier-plugin-0.2.0.ebuild 868 SHA256 0a164c7dff8c4c3c2079997a30dd7037009446768a8819b4bca8437c5e79fbaa SHA512 300678898f3805c9051ec91330f04daf4d2cb37fdd6b08872390f94e701d222a9344f4813e33019be2cdf7da61b16ce480cf6e064eefc56fdb6ed5f31acabe00 WHIRLPOOL 52cbaccbd5f59e5752720ceb876e3be07061dfe7587aba946812e2dd2081afdb3c92e5d9c4478986b9ca1d7516f5b6b843607752960f13b23b807839a98e57d5 +MISC metadata.xml 247 SHA256 5e270543b0f1e81148a19b29d77d40191169f37a8b3e34c7c08bdca376150864 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203 WHIRLPOOL 15305f8aec1b5f5e255d6378d5b44652a3958e808017fd8ba00350b667528753ff0466bcf5b9b28b683fd3341d25bf8884396730003f071515ad28146d33893b diff --git a/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml b/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml new file mode 100644 index 000000000000..359901b31db4 --- /dev/null +++ b/xfce-extra/xfce4-statusnotifier-plugin/metadata.xml @@ -0,0 +1,8 @@ + + + + + xfce@gentoo.org + XFCE Team + + diff --git a/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.1.0.ebuild b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.1.0.ebuild new file mode 100644 index 000000000000..01a0cd1f11aa --- /dev/null +++ b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.1.0.ebuild @@ -0,0 +1,40 @@ +# 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 +} 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 new file mode 100644 index 000000000000..01a0cd1f11aa --- /dev/null +++ b/xfce-extra/xfce4-statusnotifier-plugin/xfce4-statusnotifier-plugin-0.2.0.ebuild @@ -0,0 +1,40 @@ +# 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 +} -- cgit v1.2.3