xfce-extra/thunar-shares-plugin: Bump to 0.3.0 (GTK+3 port)
authorMichał Górny <mgorny@gentoo.org>
Sun, 4 Mar 2018 09:29:44 +0000 (10:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 4 Mar 2018 11:19:29 +0000 (12:19 +0100)
profiles/package.mask
xfce-extra/thunar-shares-plugin/Manifest
xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.0.ebuild [new file with mode: 0644]

index cc94e7dfb188d9a7e5fcf7c360385a27db1dbc84..aa0fb134030a72de05736090591997b3737df6d5 100644 (file)
@@ -490,6 +490,7 @@ games-kids/crayon-physics
 >=xfce-base/thunar-1.7
 >=xfce-extra/thunar-archive-plugin-0.4.0
 >=xfce-extra/thunar-media-tags-plugin-0.3.0
+>=xfce-extra/thunar-shares-plugin-0.3.0
 
 # Andreas Sturmlechner <asturm@gentoo.org> (16 Nov 2017)
 # Depends on dead Qt4WebKit. Masked for removal in 30 days. Bug #620702
index a15961d98a13e52ecd3c191f6b733fe496b2f746..25c3453c695e89c814f591dd8f947a325ca6004d 100644 (file)
@@ -1 +1,2 @@
 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
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 (file)
index 0000000..e63c697
--- /dev/null
@@ -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
+}