Overlay/app-office/laview-desktop/laview-desktop-9999.ebuild

46 lines
917 B
Bash
Raw Normal View History

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit gnome2-utils cmake-utils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI=${EGIT_REPO_URI:-"https://git.backbone.ws/kolan/LAview.Desktop.git"}
inherit git-r3
KEYWORDS=""
else
2018-03-29 11:18:20 +03:00
#SRC_URI="ftp://ftp.backbone.ws/projects/LAview.Desktop/${P}.tar.bz2"
SRC_URI="https://git.backbone.ws/kolan/LAview.Desktop/archive/v${PVR}.tar.gz -> laview-desktop-${PVR}.tar.gz"
KEYWORDS="-* ~x86 ~amd64"
fi
DESCRIPTION="LAview Desktop Application."
2018-03-29 11:18:20 +03:00
HOMEPAGE="https://git.backbone.ws/kolan/LAview.Desktop"
SLOT="0"
LICENSE="LGPL-3"
IUSE="examples"
DEPEND="app-office/laview-core
x11-libs/gtk+:3"
RDEPEND="${DEPEND}
2018-04-30 11:47:54 +03:00
examples? ( app-office/laview-object-example )"
pkg_preinst() {
gnome2_schemas_savelist
}
pkg_postinst() {
gnome2_schemas_update
}
pkg_postrm() {
gnome2_schemas_update
}