From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- xfce-extra/thunar-shares-plugin/Manifest | 2 ++ .../thunar-shares-plugin-0.3.1.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.1.ebuild (limited to 'xfce-extra/thunar-shares-plugin') diff --git a/xfce-extra/thunar-shares-plugin/Manifest b/xfce-extra/thunar-shares-plugin/Manifest index c71cdcdfd14d..d048a2c82fb8 100644 --- a/xfce-extra/thunar-shares-plugin/Manifest +++ b/xfce-extra/thunar-shares-plugin/Manifest @@ -1,3 +1,5 @@ DIST thunar-shares-plugin-0.3.0.tar.bz2 340867 BLAKE2B c648b9855a9627c0659087b55f8f45d36f998c11504d32be7bf18abb40ad0dc1124ed710f55c12b35978e5727ef6a4706c1415dbb04f2d5f6259fc6dd1f06f3e SHA512 20432990c6ea241d24fa8fd1b94990ec25a5ff6213361599936f1bacf86e323c8cbe868491ff600ef8c11dff86dfdf9773258b9c5e7919bab50f332cf4a7797c +DIST thunar-shares-plugin-0.3.1.tar.bz2 373071 BLAKE2B 25562e8583503a170d15b611aa07c2e1426bee292b8cda4ae9c4eaa6861fa4c1a2fec531b3bdeca6bf06097e4bb2be924fddc07d73633c5f9d714837e8fe80f5 SHA512 08fca3fbf88448808ca84753d867c71114d1700fa63d792771c3c99a6da8c69ee7c53f05f883b2180cb06d2c187ee2a4d1fc889c7f392b1ec0d5981532284a3c EBUILD thunar-shares-plugin-0.3.0.ebuild 615 BLAKE2B a3ee9e90398ec21ae021d083d76991f695b6ccd69441cd9e1750583f7d14281821528284d5defe16aa45ed7e88248db03c7632627f5ee72f3783be728dc7013f SHA512 b245030452019792c1ffd1253f6b80c20993592a4bad0c68ceba5928ab3e052a0690b109a9363ad0b02439af1fd4295e093c444849ca144cc31d90f7e21f7eef +EBUILD thunar-shares-plugin-0.3.1.ebuild 617 BLAKE2B 25ef86bc016e9ce44fbac65727cf6d1ca8ea6a380fa099924574e1d53714052f1ccdc13055f63ebbf46fb07572293c982d1cd99cedda65cac4fbb7f06ca24038 SHA512 edba792cc4378301eecf22ba64d9d046b07abcfa5721a9e3dd7ffb60a4c66f0c6fb8b2777c1665d90d36689dd08363e26c11669006ea947d8422d44a6ba9d7e7 MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203 diff --git a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.1.ebuild b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.1.ebuild new file mode 100644 index 000000000000..263de15ee58c --- /dev/null +++ b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.3.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# 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="https://archive.xfce.org/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 +} -- cgit v1.2.3