summaryrefslogtreecommitdiff
path: root/x11-misc/gigolo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
commit407525b571b48cfd65e1ad7a02d250a927c967c9 (patch)
tree844bea44d85dc7218f54970af1c42cc9d55c3f1a /x11-misc/gigolo
parent89c6c06b8c42107dd231687a1012354e7d3039fc (diff)
gentoo resync : 01.12.2017
Diffstat (limited to 'x11-misc/gigolo')
-rw-r--r--x11-misc/gigolo/Manifest3
-rw-r--r--x11-misc/gigolo/gigolo-0.4.2-r1.ebuild34
2 files changed, 36 insertions, 1 deletions
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index b81d371e8239..1604fbfb099a 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1,3 +1,4 @@
-DIST gigolo-0.4.2.tar.bz2 243877 SHA256 553fc78fe4e7bd2f01f3851baea7e63f6414fe652dfb4b08c60b5c4b2b909164 SHA512 d6d8c65674097fb3eae586e4c71b0f36ba64df00b2ac84c32bd83cfb0fd690ae998c22cea02194acd1f018cdfd01b42f840867425ed183fb0ad98c8d97859532 WHIRLPOOL 94140dc124b8bb15225248976b2779bdf0b4aeee478a6a6de30032689c33041eae28067b7cb434584628d8f722df0262aa761c641853f64a3a422ff1228d859f
+DIST gigolo-0.4.2.tar.bz2 243877 BLAKE2B 7536d8fc1a10abb465b2150785f593c88b4d0a40fc76e1f88388a1631f874ccf0169dec9328b1051c39d6334257c765b409aefeb008a4dfd30bdd9e61d43d269 SHA512 d6d8c65674097fb3eae586e4c71b0f36ba64df00b2ac84c32bd83cfb0fd690ae998c22cea02194acd1f018cdfd01b42f840867425ed183fb0ad98c8d97859532
+EBUILD gigolo-0.4.2-r1.ebuild 697 BLAKE2B 82c17cd33269bdac7242876eac5275cd76ed1483b4fe8df178518f3b4abe71e80ddcb6a4303365ef0f8b1c8bcc2392bff01fd8a94cf88c4178758c7f921f4802 SHA512 089d45448d92195584fe7060b84301ed4a00b5b25782afe48481749d702ba4bf5e2889630471b7745c639c544488d391a418d0890c2b0414ed54cba6ebfc5c99
EBUILD gigolo-0.4.2.ebuild 824 BLAKE2B 2b3fc17f704a0019585442074c56ada608d23aa21b34fe7bd45a58e0920d3343359e6f8a44f0f10fd0cd2325b01e9e1ace2b91a2f5ae00fcb83f36b524c2a545 SHA512 62954a4e6aeba2d68b10ff5b0ce52aafac9cd4c3a368181e84c4c8c29e663bb475e38f1876ff0752e543a9f34f26fa7e6d2102cbeda32a3cb264a73fdebd18fe
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
diff --git a/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild b/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
new file mode 100644
index 000000000000..2530f306a062
--- /dev/null
+++ b/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit xdg-utils
+
+DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
+HOMEPAGE="http://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16
+ >=x11-libs/gtk+-2.12:2"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+src_prepare() {
+ rm -f COPYING || die
+ default
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}