diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-07-30 21:29:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-07-30 21:49:46 +0200 |
commit | 9c3085f7740a1b21d9f7c4aece2e5136ee2da089 (patch) | |
tree | 6d487287cbb2bfe4bf7152152f0b175d3c794a2c /xfce-extra/xfce4-fsguard-plugin | |
parent | xfce-extra/xfce4-fsguard-plugin: Prune old (diff) | |
download | gentoo-9c3085f7740a1b21d9f7c4aece2e5136ee2da089.tar.gz gentoo-9c3085f7740a1b21d9f7c4aece2e5136ee2da089.tar.bz2 gentoo-9c3085f7740a1b21d9f7c4aece2e5136ee2da089.zip |
xfce-extra/xfce4-fsguard-plugin: Bump to 1.0.99, the first GTK+3 pre-release
Diffstat (limited to 'xfce-extra/xfce4-fsguard-plugin')
-rw-r--r-- | xfce-extra/xfce4-fsguard-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.99.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-fsguard-plugin/Manifest b/xfce-extra/xfce4-fsguard-plugin/Manifest index 8b7d4609142b..8eab14e7a6cf 100644 --- a/xfce-extra/xfce4-fsguard-plugin/Manifest +++ b/xfce-extra/xfce4-fsguard-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-fsguard-plugin-1.0.2.tar.bz2 356715 SHA256 a2c8d59386ae3d23cf6bdd06a1cdd7a1b9473cf6f38ae106600b194c601040ae SHA512 1539c3757c8ee232bcc686d641dbdc73d76a8ab699b3bd6f32d662954ca3225b93a823e510ccdd7d59aea090e97b06bd7c9e70997cdd33dd32f032e2414a3d14 WHIRLPOOL 71c573875014ae969f95fc0f01f517c64ef84b99be75053c0492a355b9dfa274319647ee7e5b9376612e598afffa0ce59048c899067fef93b0b83d72d975bc09 +DIST xfce4-fsguard-plugin-1.0.99.tar.bz2 365903 SHA256 4f2da465f82b9362d51d5b23384a4946874bdf525b3f240d90ccafc6bb846fd7 SHA512 a4a5b05bf246576a55eb2ab0eac1addb3ec31e4e5539ef4d22101d68701f6ba937f330350205bd8aba9339e8bcc5012c3c3b032941bd4e79d982654bd6f761ec WHIRLPOOL 0709bebb1588b662fdca18f3d2c610563b7bcfd4d98246f416ed5762d5b69025d714719c72aa16619cb3ce66758f56ac726915b6fba598c0a9360051ebfc376c diff --git a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.99.ebuild b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.99.ebuild new file mode 100644 index 000000000000..9c4b88cb63d9 --- /dev/null +++ b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.99.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit xfconf + +DESCRIPTION="A filesystem guard plug-in for the Xfce panel" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)] + >=xfce-base/libxfce4util-4.8:= + >=xfce-base/xfce4-panel-4.12:=" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +pkg_setup() { + XFCONF=( + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog NEWS README ) +} |