From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83B5C1580EB for ; Wed, 21 May 2025 09:18:03 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6CA623430F5 for ; Wed, 21 May 2025 09:18:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 31DD81103DE; Wed, 21 May 2025 09:18:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 261271103DD for ; Wed, 21 May 2025 09:18:00 +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 CE07C343146 for ; Wed, 21 May 2025 09:17:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D22E27A2 for ; Wed, 21 May 2025 09:17:58 +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: <1747819070.6b0c5c4d0ece3a0d1efdca69b7c5694baafcb628.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.6.0.ebuild X-VCS-Directories: x11-misc/gigolo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6b0c5c4d0ece3a0d1efdca69b7c5694baafcb628 X-VCS-Branch: master Date: Wed, 21 May 2025 09:17:58 +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: 61ecbdab-0482-4978-af24-c2eab5fc1807 X-Archives-Hash: 1d0b921b867aff649f4e6cda40c1bb1f commit: 6b0c5c4d0ece3a0d1efdca69b7c5694baafcb628 Author: Michał Górny gentoo org> AuthorDate: Wed May 21 08:51:20 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 21 09:17:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0c5c4d x11-misc/gigolo: Bump to 0.6.0 Signed-off-by: Michał Górny gentoo.org> x11-misc/gigolo/Manifest | 1 + x11-misc/gigolo/gigolo-0.6.0.ebuild | 53 +++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest index 7a2838bc7fae..fbb84324dc56 100644 --- a/x11-misc/gigolo/Manifest +++ b/x11-misc/gigolo/Manifest @@ -1 +1,2 @@ DIST gigolo-0.5.4.tar.bz2 507720 BLAKE2B 7fafd21dc25e3654ac3e0fa71a35ddabdba24dce1b41cfa8c3bfb26a5c32c08eba360b0f9fbbb5ef00d0206d402a3e0ed2adf1847f95059dc325915777b65fe4 SHA512 39802369b53f764394914ce40477ba51f8eb00089f2fb6ffe6eb590e797de0662ff84bbcac9fdfa532c54cb293f1482d4fa8a1282aa82991b6b36d2e8a5a3b0f +DIST gigolo-0.6.0.tar.xz 198948 BLAKE2B 5737984e15c96b8959b16ff526b659bf1f219e8a98861d23100a64d5ae2ed3994784702fd5c910aaef5864718600be1433fb04a1985355651b0528038857c032 SHA512 08501cfa19ce83bd865477b9acf305c3a5cf99307c6fb48b50228c3c4d833dcc0ad07ea659d3c3e6978bf4cab965f3f1b021bcdfe09c1c1ad1b6d8eee214c9c0 diff --git a/x11-misc/gigolo/gigolo-0.6.0.ebuild b/x11-misc/gigolo/gigolo-0.6.0.ebuild new file mode 100644 index 000000000000..2b8b9e5283ea --- /dev/null +++ b/x11-misc/gigolo/gigolo-0.6.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson xdg-utils + +DESCRIPTION="A frontend to easily manage connections to remote filesystems using GIO/GVfs" +HOMEPAGE=" + 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.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + +DEPEND=" + >=dev-libs/glib-2.66.0 + >=x11-libs/gtk+-3.24.0:3 +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + -Ddocdir=share/doc/${PF} + ) + + meson_src_configure +} + +src_install() { + meson_src_install + + rm "${ED}/usr/share/doc/${PF}/COPYING" || die +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update +}