From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12694158089 for ; Fri, 29 Sep 2023 13:00:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 107AA2BC094; Fri, 29 Sep 2023 13:00:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E59E92BC094 for ; Fri, 29 Sep 2023 13:00:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2F07335CAF for ; Fri, 29 Sep 2023 13:00:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03728FAC for ; Fri, 29 Sep 2023 13:00:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1695991188.aa9a8321e613be5d537a250a69763f9234cef57a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/gigolo/Manifest x11-misc/gigolo/gigolo-0.5.3.ebuild X-VCS-Directories: x11-misc/gigolo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aa9a8321e613be5d537a250a69763f9234cef57a X-VCS-Branch: master Date: Fri, 29 Sep 2023 13:00:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28579b77-7d16-4c6e-84b1-05577b2e5849 X-Archives-Hash: 51aa8ca28a73dba51ff263b7c7835645 commit: aa9a8321e613be5d537a250a69763f9234cef57a Author: Michał Górny gentoo org> AuthorDate: Fri Sep 29 12:39:48 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 29 12:39:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9a8321 x11-misc/gigolo: Bump to 0.5.3 Signed-off-by: Michał Górny gentoo.org> x11-misc/gigolo/Manifest | 1 + x11-misc/gigolo/gigolo-0.5.3.ebuild | 45 +++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest index 315c312f6e56..fefa3edeb7f9 100644 --- a/x11-misc/gigolo/Manifest +++ b/x11-misc/gigolo/Manifest @@ -1 +1,2 @@ DIST gigolo-0.5.2.tar.bz2 294210 BLAKE2B 67ac4f161ddac212b15456713b1abbcda83a0ceb744606b7050b185d7ebb286ec087d4a25dfd2adaf269f7b57b627232157a259c3cca8c22b84551ab17eac0ab SHA512 2277186495a5ae5f4b4a30ca738b6c35287d6fa51d0df11d31ac627811a67ad31202c3c78225e3035b92c3bf111e6ff098bc7ba83482e0bea0e5e2edcfaec0c7 +DIST gigolo-0.5.3.tar.bz2 304664 BLAKE2B 958e2cdbd043adf1e4f166ca6435462ee2621d7f7bc4918505715bc3240f5ee2a60fb5a27f23a607a1ffd862d41123dfd5977aa87f7c4fe1c7a085d05aac3b2a SHA512 46d93d4c2654a91724208f144098f0a870465823a516339c8455345b5d32be6efe2b7fb13d3e5c89daf2cd919e07e5fcbdc8c8e93bce03c78dbe1907ea5edfcd diff --git a/x11-misc/gigolo/gigolo-0.5.3.ebuild b/x11-misc/gigolo/gigolo-0.5.3.ebuild new file mode 100644 index 000000000000..1ac29bd0a0a1 --- /dev/null +++ b/x11-misc/gigolo/gigolo-0.5.3.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xdg-utils + +DESCRIPTION="A frontend to easily manage connections to remote filesystems using GIO/GVfs" +HOMEPAGE=" + https://www.uvena.de/gigolo/ + https://docs.xfce.org/apps/gigolo/start + https://gitlab.xfce.org/apps/gigolo/ +" +SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + >=dev-libs/glib-2.38.0 + >=x11-libs/gtk+-3.14.0:3 +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + dev-util/intltool + virtual/pkgconfig +" + +src_prepare() { + rm COPYING || die + default +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update +}