Many app-office/laview-* .ebuilds added.
This commit is contained in:
parent
8ad0412943
commit
8fca5ea1ca
|
@ -0,0 +1,44 @@
|
||||||
|
# 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:-"git@git.backbone.ws:kolan/laview-core.git"}
|
||||||
|
inherit git-r3
|
||||||
|
KEYWORDS=""
|
||||||
|
else
|
||||||
|
#SRC_URI="ftp://ftp.backbone.ws/projects/laview-core/${P}.tar.bz2"
|
||||||
|
SRC_URI="https://git.backbone.ws/kolan/laview-core/archive/v${PVR}.tar.gz -> laview-core-${PVR}.tar.gz"
|
||||||
|
KEYWORDS="-* ~x86 ~amd64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
DESCRIPTION="LAview Core Libraries."
|
||||||
|
|
||||||
|
HOMEPAGE="https://git.backbone.ws/kolan/laview-core"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
LICENSE="LGPL-3"
|
||||||
|
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="app-office/laview-latex-struct
|
||||||
|
dev-libs/gobject-plugin"
|
||||||
|
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
pkg_preinst() {
|
||||||
|
gnome2_schemas_savelist
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
|
@ -0,0 +1,45 @@
|
||||||
|
# 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:-"git@git.backbone.ws:kolan/laview-desktop.git"}
|
||||||
|
inherit git-r3
|
||||||
|
KEYWORDS=""
|
||||||
|
else
|
||||||
|
#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."
|
||||||
|
|
||||||
|
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}
|
||||||
|
examples? ( app-office/laview-plugin-object-example )"
|
||||||
|
|
||||||
|
pkg_preinst() {
|
||||||
|
gnome2_schemas_savelist
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
|
@ -0,0 +1,32 @@
|
||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
|
||||||
|
inherit cmake-utils
|
||||||
|
|
||||||
|
if [[ ${PV} == "9999" ]] ; then
|
||||||
|
EGIT_REPO_URI=${EGIT_REPO_URI:-"git@git.backbone.ws:kolan/laview-latex-struct.git"}
|
||||||
|
inherit git-r3
|
||||||
|
KEYWORDS=""
|
||||||
|
else
|
||||||
|
#SRC_URI="ftp://ftp.backbone.ws/projects/laview-latex-struct/${P}.tar.bz2"
|
||||||
|
SRC_URI="https://git.backbone.ws/kolan/laview-latex-struct/archive/v${PVR}.tar.gz -> laview-latex-struct-${PVR}.tar.gz"
|
||||||
|
KEYWORDS="-* ~x86 ~amd64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
DESCRIPTION="LaTeX representation in the memory + Scanner + Generator + Operations on document objects."
|
||||||
|
|
||||||
|
HOMEPAGE="https://git.backbone.ws/kolan/laview-latex-struct"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
LICENSE="LGPL-3"
|
||||||
|
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND=">=dev-lang/vala-0.30
|
||||||
|
>=dev-libs/libgee-0.18"
|
||||||
|
|
||||||
|
RDEPEND="${DEPEND}"
|
|
@ -0,0 +1,32 @@
|
||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
|
||||||
|
inherit cmake-utils
|
||||||
|
|
||||||
|
if [[ ${PV} == "9999" ]] ; then
|
||||||
|
EGIT_REPO_URI=${EGIT_REPO_URI:-"git@git.backbone.ws:kolan/laview-data-example.git"}
|
||||||
|
inherit git-r3
|
||||||
|
KEYWORDS=""
|
||||||
|
else
|
||||||
|
#SRC_URI="ftp://ftp.backbone.ws/projects/laview-plugin-data-example/${P}.tar.bz2"
|
||||||
|
SRC_URI="https://git.backbone.ws/kolan/laview-data-example/archive/v${PVR}.tar.gz -> laview-plugin-data-example-${PVR}.tar.gz"
|
||||||
|
KEYWORDS="-* ~x86 ~amd64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
DESCRIPTION="LAview data plugin sample."
|
||||||
|
|
||||||
|
HOMEPAGE="https://git.backbone.ws/kolan/laview-data-example"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
LICENSE="LGPL-3"
|
||||||
|
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="app-office/laview-core
|
||||||
|
x11-libs/gtk+:3"
|
||||||
|
|
||||||
|
RDEPEND="${DEPEND}"
|
|
@ -0,0 +1,33 @@
|
||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
|
||||||
|
inherit cmake-utils
|
||||||
|
|
||||||
|
if [[ ${PV} == "9999" ]] ; then
|
||||||
|
EGIT_REPO_URI=${EGIT_REPO_URI:-"git@git.backbone.ws:kolan/laview-object-example.git"}
|
||||||
|
inherit git-r3
|
||||||
|
KEYWORDS=""
|
||||||
|
else
|
||||||
|
#SRC_URI="ftp://ftp.backbone.ws/projects/laview-plugin-object-example/${P}.tar.bz2"
|
||||||
|
SRC_URI="https://git.backbone.ws/kolan/laview-object-example/archive/v${PVR}.tar.gz -> laview-plugin-protocol-example-${PVR}.tar.gz"
|
||||||
|
KEYWORDS="-* ~x86 ~amd64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
DESCRIPTION="LAview Object protocol plugin sample."
|
||||||
|
|
||||||
|
HOMEPAGE="https://git.backbone.ws/kolan/laview-object-example"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
LICENSE="LGPL-3"
|
||||||
|
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="app-office/laview-core
|
||||||
|
x11-libs/gtk+:3
|
||||||
|
app-office/laview-plugin-data-example"
|
||||||
|
|
||||||
|
RDEPEND="${DEPEND}"
|
Loading…
Reference in New Issue