1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-07 00:42:37 +01:00

- Add app-misc/gtkpasman-0.12.1

This commit is contained in:
2014-08-02 23:07:18 +02:00
parent 776087c988
commit f12a3e21c1
3 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit gnome2-utils eutils
DESCRIPTION="A GTK+ passwords manager for system and network administrators"
HOMEPAGE="http://gtkpasman.sourceforge.net/"
SRC_URI="mirror://sourceforge/gtkpasman/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE="nls"
RDEPEND="app-crypt/gnupg
gnome-base/dconf"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=dev-util/intltool-0.50
x11-libs/gtk+:3
nls? ( sys-devel/gettext )"
src_configure() {
econf \
$(use_enable nls)
}
pkg_preinst() {
gnome2_schemas_savelist
}
pkg_postinst() {
gnome2_schemas_update
}
pkg_postrm() {
gnome2_schemas_update
}