summaryrefslogtreecommitdiff
path: root/xfce-extra/thunar-shares-plugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-09 16:53:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-09 16:53:27 +0000
commit80208fb578cf92cc308906660ca6d7860c6b2a1f (patch)
tree6f06818031b553c506fc10dfe9908a835df288aa /xfce-extra/thunar-shares-plugin
parent06a7b5647e11a8ddf69b1c3d3ded6a8ba28b923e (diff)
gentoo resync : 09.03.2018
Diffstat (limited to 'xfce-extra/thunar-shares-plugin')
-rw-r--r--xfce-extra/thunar-shares-plugin/Manifest2
-rw-r--r--xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.0.ebuild25
2 files changed, 27 insertions, 0 deletions
diff --git a/xfce-extra/thunar-shares-plugin/Manifest b/xfce-extra/thunar-shares-plugin/Manifest
index e54ce32b0181..a341d0fe5ca4 100644
--- a/xfce-extra/thunar-shares-plugin/Manifest
+++ b/xfce-extra/thunar-shares-plugin/Manifest
@@ -1,3 +1,5 @@
DIST thunar-shares-plugin-0.2.0_p20101105.tar.bz2 686286 BLAKE2B 2b4977cd6c0a407da20608c4abf6ff6de4b053cf1bda6e749aeed797c7db36747a421ac1463216f9aa33ac161b467971cbd2ddca256f916de468af5688500e0e SHA512 88e171eb1c859938df1c8f7d323456aa1ff2430a6c88928d3614aefbab16e8a9fa3052bdee2d7f7e16c6ba2bbf78301f1c4ac7c2454b8436cde49af716c46986
+DIST thunar-shares-plugin-0.3.0.tar.bz2 340867 BLAKE2B c648b9855a9627c0659087b55f8f45d36f998c11504d32be7bf18abb40ad0dc1124ed710f55c12b35978e5727ef6a4706c1415dbb04f2d5f6259fc6dd1f06f3e SHA512 20432990c6ea241d24fa8fd1b94990ec25a5ff6213361599936f1bacf86e323c8cbe868491ff600ef8c11dff86dfdf9773258b9c5e7919bab50f332cf4a7797c
EBUILD thunar-shares-plugin-0.2.0_p20101105.ebuild 885 BLAKE2B 245c82a3b7387ec7d2521a668eed81a32ab40604f7aeb19efcc97dfad70cfd6f520f9071ec9b426255c5183a796347a2d5e067901d60489107f3da6ff7be30b5 SHA512 d5a32fd5ba25fe6ae2b2b0efe16505766e0f7af1c46982a210abfbdd99c2fb3370e185e1291cb8c39e983f2dd72c09d80d59ec0af94f9ca59983038feccf6b7c
+EBUILD thunar-shares-plugin-0.3.0.ebuild 609 BLAKE2B ab3381fc0bc1c48f8dc51bdff026d9d755f53069d2e606ab4478d2d312500b5288a271f7cd7c093b5ad87cb34416cfacf29f7cb773c81a3a98e51b4f202c7842 SHA512 25194e4e72ec275af1960051bce7fc2b24fd708165bf65e19e45081e31d459fa3670d169b1a8a4cee57e585aee1c24f096e7b085c419362bfa07fb277933d3ce
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
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
+}