summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-04 10:29:44 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-04 12:19:29 +0100
commit38a936ede5c76722408cafe68cea120245202e86 (patch)
treea0db66e61fd728a53c8c07da03088ff50f617d8e /xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.0.ebuild
parentsys-apps/paludis: Bump to 20180214 snapshot (diff)
downloadgentoo-38a936ede5c76722408cafe68cea120245202e86.tar.gz
gentoo-38a936ede5c76722408cafe68cea120245202e86.tar.bz2
gentoo-38a936ede5c76722408cafe68cea120245202e86.zip
xfce-extra/thunar-shares-plugin: Bump to 0.3.0 (GTK+3 port)
Diffstat (limited to 'xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.0.ebuild')
-rw-r--r--xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.0.ebuild b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.0.ebuild
new file mode 100644
index 000000000000..e63c697c431d
--- /dev/null
+++ b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Thunar plugin to share files using Samba"
+HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin"
+SRC_URI="mirror://xfce/src/thunar-plugins/thunar-shares-plugin/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.18
+ >=x11-libs/gtk+-3.22:3
+ >=xfce-base/thunar-1.7:="
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}