gschema-test/pkgs/gentoo/app-misc/gschema-test/gschema-test-9999.ebuild

45 lines
860 B
Bash
Raw Normal View History

2015-09-29 18:53:22 +03:00
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
2015-09-29 19:44:33 +03:00
inherit gnome2-utils cmake-utils
2015-09-29 18:53:22 +03:00
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI=${EGIT_REPO_URI:-"git://git.backbone.ws/dev/gschema-test.git"}
2015-10-21 21:34:25 +03:00
inherit git-r3
2015-09-29 18:53:22 +03:00
KEYWORDS=""
else
#SRC_URI="ftp://ftp.backbone.ws/projects/gschema-test/${P}.tar.bz2"
SRC_URI="https://git.backbone.ws/dev/gschema-test/archive-tarball/v${PVR}.tgz -> gschema-test-${PVR}.tar.gz"
KEYWORDS="-* ~x86 ~amd64"
fi
DESCRIPTION="Testing CMake+GSettings bundle.."
HOMEPAGE="https://redmine.backbone.ws/projects/plugin"
SLOT="0"
LICENSE="LGPL-3"
IUSE=""
DEPEND=">=dev-lang/vala-0.26
>=dev-libs/libgee-0.16"
RDEPEND="${DEPEND}"
2015-09-29 19:44:33 +03:00
pkg_preinst() {
gnome2_schemas_savelist
}
pkg_postinst() {
gnome2_schemas_update
}
pkg_posrm() {
gnome2_schemas_update
}