Skip to content

Commit

Permalink
gnome-extra/eiciel: Version bump to 0.9.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Aug 28, 2021
1 parent 8c7b220 commit 944420d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnome-extra/eiciel/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST eiciel-0.9.13.1.tar.bz2 708191 BLAKE2B f80faf2f529db99fe60c78d60f854e8d92cc3fc3f1044517b5282a09175d80b695bfaee13b8f58fbfb2b7e1eff8a702f552231d75970ceedb3da813a8a95cea1 SHA512 91a79be7585a21addf47b23df7d03d6a44bdf541f52026b3124d6434e4fa379b9a1cd55eb9f164dba843c1fa73b669cca5d2a34d44b6c325dd0bdbaa701c7c9d
DIST eiciel-0.9.13.tar.bz2 707838 BLAKE2B 30702b20482984885dfdb222e631f7572f3199b93509baa48762c0925b1fd78e1601a1279e7454543ddc32e813288cd01f0fdc2cb0c2eb0c5812cefcf8cac29f SHA512 7b5fde27e2d28c69f02092896bb0065372f93319d8ff8ad285b8b0e52acbe6d43b96f7dc215d7210602c6f766b48d2e2c66361dd28ea0f567ed6faf3bbcfdd14
35 changes: 35 additions & 0 deletions gnome-extra/eiciel/eiciel-0.9.13.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit gnome2

DESCRIPTION="ACL editor for GNOME, with Nautilus extension"
HOMEPAGE="https://rofi.roger-ferrer.org/eiciel/"
SRC_URI="https://rofi.roger-ferrer.org/eiciel/files/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nautilus xattr"

DEPEND="
>=sys-apps/acl-2.2.32
dev-cpp/gtkmm:3.0
>=dev-cpp/glibmm-2.50:2
nautilus? ( >=gnome-base/nautilus-3 )
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
>=sys-devel/gettext-0.18.1
"

src_configure() {
gnome2_src_configure \
--disable-static \
--with-gnome-version=3 \
$(use_enable nautilus nautilus-extension) \
$(use_enable xattr user-attributes)
}

0 comments on commit 944420d

Please sign in to comment.