summaryrefslogtreecommitdiff
path: root/gnome-extra/eiciel/eiciel-0.10.0_rc2.ebuild
blob: fe72fe6fe937cb02cb437b577f0e74a0212a1ba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2022 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"
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
"

S="${WORKDIR}/${P/_/-}"