summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-01 15:27:15 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-01 15:33:19 +0100
commit58cecb0cfc7512dfed82f04046de62ae70df9b96 (patch)
tree8027310c22a02ee7e0be520678642a356fb45b76 /xfce-extra/xfce4-mount-plugin
parentsys-cluster/openmpi: bump 2.0.2 (diff)
downloadgentoo-58cecb0cfc7512dfed82f04046de62ae70df9b96.tar.gz
gentoo-58cecb0cfc7512dfed82f04046de62ae70df9b96.tar.bz2
gentoo-58cecb0cfc7512dfed82f04046de62ae70df9b96.zip
xfce-extra/xfce4-mount-plugin: Bump to 1.1.0
Diffstat (limited to 'xfce-extra/xfce4-mount-plugin')
-rw-r--r--xfce-extra/xfce4-mount-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.0.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-mount-plugin/Manifest b/xfce-extra/xfce4-mount-plugin/Manifest
index 98152ddbd6f1..2beb398f14f0 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1 +1,2 @@
DIST xfce4-mount-plugin-0.6.7.tar.bz2 390163 SHA256 541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d SHA512 18f4f4fc88c521f1fd6dcbcd3146fc8379e3aa0fb00e4787a34b6c52f68f765f18354e6b66e50c8b1a42e4f2366a5779cf057ba8b71fee45d0d3d023afe6fa7b WHIRLPOOL 87f60ccd0469e9ccc97d0a57ba3d968520edf5551cd017a8b90192eb4dec4b353e5fc08f8fc6fdef6cf22feab45122fa4ba66878babe08d9d302da094dcdd1e4
+DIST xfce4-mount-plugin-1.1.0.tar.bz2 425879 SHA256 8ff26aee9efbdb8f4ed83fa1f34923666d1540db2dbffc3c95a8531eadf22e26 SHA512 086fee8425c58448d07ff99c912bb7ef6eb1afcf0e29de4a62e445e67d5e37d7d808f04f271b8ae7a1fbabcc111edc135300cdb3eb77e4a6ad7d08fdeca34341 WHIRLPOOL 1d457a1486e348c3610cb32508dc2fea8f1faa4bafcc9007923b7110e9fa0af0319124f4bef871f030ae5d0a1320f8fa262e1b631d7cdc440f2286a8be4dad29
diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.0.ebuild b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.0.ebuild
new file mode 100644
index 000000000000..ad3d4b611e9d
--- /dev/null
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="An mount plug-in for the Xfce panel"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+ >=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 TODO )
+}