media-gfx/akira: new pkg; add 0.0.13 and 9999
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
449506d534
commit
af577fabcc
1
media-gfx/akira/Manifest
Normal file
1
media-gfx/akira/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST akira-0.0.13.tar.gz 899335 BLAKE2B a995bf6083bec24f32e84adfc5551f620877d0ce98b18ff33c7eef57c8401bf8964c9104278691f997024670c8df97d451effba469991eb2d44ee37c166a082e SHA512 e8fbdeb37e1679ef3ee640da4bb37a19c40549b6006291b3dafe7cf56c9436da1ef303232040de8d58dafc5eb110317c77feb21b9e4582520e7baa52f871cd5e
|
50
media-gfx/akira/akira-0.0.13.ebuild
Normal file
50
media-gfx/akira/akira-0.0.13.ebuild
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit gnome2-utils vala xdg meson
|
||||||
|
|
||||||
|
DESCRIPTION="Native Linux App for UI and UX Design built in Vala and Gtk "
|
||||||
|
HOMEPAGE="https://github.com/akiraux/akira"
|
||||||
|
|
||||||
|
if [[ "${PV}" == *9999* ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/akiraux/${PN}.git"
|
||||||
|
else
|
||||||
|
SRC_URI="https://github.com/akiraux/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
S="${WORKDIR}/${P^}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
RESTRICT="mirror test"
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
>=dev-libs/granite-5.3.0
|
||||||
|
app-arch/libarchive
|
||||||
|
dev-libs/gobject-introspection
|
||||||
|
dev-libs/json-glib
|
||||||
|
dev-libs/libgee
|
||||||
|
dev-libs/libxml2
|
||||||
|
sys-devel/gettext
|
||||||
|
x11-libs/goocanvas:2.0
|
||||||
|
x11-libs/gtksourceview:4
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
pkg_preinst() {
|
||||||
|
xdg_pkg_preinst
|
||||||
|
gnome2_schemas_savelist
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
xdg_pkg_postinst
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
xdg_pkg_postrm
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
50
media-gfx/akira/akira-9999.ebuild
Normal file
50
media-gfx/akira/akira-9999.ebuild
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit gnome2-utils vala xdg meson
|
||||||
|
|
||||||
|
DESCRIPTION="Native Linux App for UI and UX Design built in Vala and Gtk "
|
||||||
|
HOMEPAGE="https://github.com/akiraux/akira"
|
||||||
|
|
||||||
|
if [[ "${PV}" == *9999* ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/akiraux/${PN}.git"
|
||||||
|
else
|
||||||
|
SRC_URI="https://github.com/akiraux/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
S="${WORKDIR}/${P^}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
RESTRICT="mirror test"
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
>=dev-libs/granite-5.3.0
|
||||||
|
app-arch/libarchive
|
||||||
|
dev-libs/gobject-introspection
|
||||||
|
dev-libs/json-glib
|
||||||
|
dev-libs/libgee
|
||||||
|
dev-libs/libxml2
|
||||||
|
sys-devel/gettext
|
||||||
|
x11-libs/goocanvas:2.0
|
||||||
|
x11-libs/gtksourceview:4
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
pkg_preinst() {
|
||||||
|
xdg_pkg_preinst
|
||||||
|
gnome2_schemas_savelist
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
xdg_pkg_postinst
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
xdg_pkg_postrm
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
11
media-gfx/akira/metadata.xml
Normal file
11
media-gfx/akira/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>xgqt@protonmail.com</email>
|
||||||
|
<name>Maciej Barć</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">akiraux/akira</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user