From 6957f5c65b02bba533954eabc0b62f5de36be206 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 10 Apr 2018 17:26:49 +0100 Subject: gentoo resync : 10.04.2018 --- xfce-extra/thunar-shares-plugin/Manifest | 1 + .../thunar-shares-plugin-0.2.0_p20101105-r1.ebuild | 50 ++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.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 a341d0fe5ca4..b12b7a6aeef5 100644 --- a/xfce-extra/thunar-shares-plugin/Manifest +++ b/xfce-extra/thunar-shares-plugin/Manifest @@ -1,5 +1,6 @@ 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-r1.ebuild 1047 BLAKE2B dfe575bbdde3bb950275aa9907b0afc56b4dac32c93ad5ab460a87f001f2c218aae4603d94d6791c16a9b2e084f9d0ed94da40aaea8f1296069a822fb4d05ecb SHA512 9ff012106c4713e9713c12f347a7e36c3edba7a3fbac2c9eeee3cf555a5d0688ddd5e88644ca3ff4e06ff70f94939bc55eb26902f4a45b628e605d8b788b3d00 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.2.0_p20101105-r1.ebuild b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.ebuild new file mode 100644 index 000000000000..c002b2f127ae --- /dev/null +++ b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +DESCRIPTION="Thunar plugin to share files using Samba" +HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.18 + >=x11-libs/gtk+-2.12:2 + >=xfce-base/thunar-1.2" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/xfce4-dev-tools + virtual/pkgconfig" + +src_configure() { + local myconf=( + --disable-static + # workaround the default for git builds + --enable-debug=minimal + ) + econf "${myconf[@]}" +} + +src_prepare() { + default + mv configure.in configure.ac || die + # https://bugzilla.xfce.org/show_bug.cgi?id=10032 + sed -i \ + -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \ + -e 's:-Werror::' \ + configure.ac || die + + local AT_M4DIR="${EPREFIX}/usr/share/xfce4/dev-tools/m4macros" + eautoreconf +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} -- cgit v1.2.3