mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
app-crypt/gnome-encfs-manager: drop 1.9-r1
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
ce7e8bb280
commit
1590aacc6a
@ -1,57 +0,0 @@
|
||||
# Copyright 2019-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
VALA_MIN_API_VERSION="0.44"
|
||||
inherit vala xdg
|
||||
|
||||
DESCRIPTION="An easy to use manager and mounter for encfs stashes"
|
||||
HOMEPAGE="https://launchpad.net/gencfsm"
|
||||
SRC_URI="https://launchpad.net/gencfsm/trunk/${PV}/+download/${PN}_${PV}.tar.xz -> ${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+appindicator"
|
||||
|
||||
DEPEND="
|
||||
gnome-base/dconf
|
||||
sys-fs/encfs
|
||||
sys-fs/fuse
|
||||
app-crypt/libsecret
|
||||
x11-libs/libICE
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
$(vala_depend)
|
||||
dev-build/libtool
|
||||
>=dev-build/automake-1.11
|
||||
appindicator? ( dev-libs/libappindicator )
|
||||
x11-libs/gtk+:3
|
||||
>=dev-libs/glib-2
|
||||
gnome-base/gnome-keyring
|
||||
dev-libs/libgee
|
||||
dev-util/intltool
|
||||
x11-libs/libSM
|
||||
"
|
||||
src_prepare() {
|
||||
vala_src_prepare
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local conf
|
||||
./autogen.sh
|
||||
if ! use appindicator; then
|
||||
conf+=" --disable-appindicator"
|
||||
fi
|
||||
econf ${conf}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user