gnome-extra/eiciel: add 0.10.1

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-12-20 12:16:13 +01:00
parent 5eaa72a11e
commit 4be9fd5494
2 changed files with 27 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST eiciel-0.10.0.tar.gz 542150 BLAKE2B 5d6aca9861f33581559b4af2e720bada9b2419a2d823fd6e19ab426f7b4f5e6d151c9807f86cd6443fa6914d741fca27654b9c7dee0642af23b0ae58c3643b31 SHA512 439d27a892a871d485d89932ce3b6dc758d5e9d2879484d8b37a02c8869aec83c30ccca3e53ec5152e26b8425b74c04a4311e3e50fbff0ac63a32ae268f09481
DIST eiciel-0.10.1.tar.gz 548798 BLAKE2B b2b6800db3ee5e981d53f710fe759130655f9ddbcfb5aeaa84fad732256cb709fad53fcf57a85684f378de4160075946cafa3716e97ddca8545d0f71673ef7ef SHA512 30dd60accd0ee228c265ab50561499baa884bd9b9d7a3361838acc10452190036c01cdcb7db1a69a1cdcea9309eb728541c00c698c5528ead6211d83ec7199a8

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson xdg
DESCRIPTION="ACL editor for GNOME, with Nautilus extension"
HOMEPAGE="https://rofi.roger-ferrer.org/eiciel/ https://github.com/rofirrim/eiciel"
SRC_URI="https://github.com/rofirrim/eiciel/archive/refs/tags/${PV/_/-}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nautilus xattr"
DEPEND="
>=sys-apps/acl-2.2.32
>=dev-cpp/gtkmm-4.6:4.0
dev-cpp/glibmm:2.68
>=gnome-base/nautilus-43
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
>=sys-devel/gettext-0.18.1
"