From: "Avis Drożniak" <avis@autistici.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/akira/
Date: Mon, 12 Apr 2021 12:49:02 +0000 (UTC) [thread overview]
Message-ID: <1618231664.0823be0e194a8a1d99446ce8ed7cbf715c3aaa41.avis@gentoo> (raw)
commit: 0823be0e194a8a1d99446ce8ed7cbf715c3aaa41
Author: Avis Drożniak <queereen <AT> riseup <DOT> net>
AuthorDate: Mon Apr 12 12:47:44 2021 +0000
Commit: Avis Drożniak <avis <AT> autistici <DOT> org>
CommitDate: Mon Apr 12 12:47:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0823be0e
media-gfx/akira: Add new package.
Signed-off-by: Avis Drożniak <queereen <AT> riseup.net>
media-gfx/akira/Manifest | 1 +
media-gfx/akira/akira-0.0.13.ebuild | 54 +++++++++++++++++++++++++++++++++++++
media-gfx/akira/akira-9999.ebuild | 54 +++++++++++++++++++++++++++++++++++++
media-gfx/akira/metadata.xml | 16 +++++++++++
4 files changed, 125 insertions(+)
diff --git a/media-gfx/akira/Manifest b/media-gfx/akira/Manifest
new file mode 100644
index 000000000..2fe668a64
--- /dev/null
+++ b/media-gfx/akira/Manifest
@@ -0,0 +1 @@
+DIST akira-0.0.13.tar.gz 899335 BLAKE2B a995bf6083bec24f32e84adfc5551f620877d0ce98b18ff33c7eef57c8401bf8964c9104278691f997024670c8df97d451effba469991eb2d44ee37c166a082e SHA512 e8fbdeb37e1679ef3ee640da4bb37a19c40549b6006291b3dafe7cf56c9436da1ef303232040de8d58dafc5eb110317c77feb21b9e4582520e7baa52f871cd5e
diff --git a/media-gfx/akira/akira-0.0.13.ebuild b/media-gfx/akira/akira-0.0.13.ebuild
new file mode 100644
index 000000000..d98df6b05
--- /dev/null
+++ b/media-gfx/akira/akira-0.0.13.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg meson vala
+
+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="git://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
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+ dev-libs/gobject-introspection
+ >=dev-libs/granite-5.3.0
+ app-arch/libarchive
+ dev-libs/json-glib
+ dev-libs/libgee
+ dev-libs/libxml2
+ sys-devel/gettext
+ x11-libs/goocanvas:2.0
+ x11-libs/gtksourceview:4"
+RDEPEND="${DEPEND}"
+
+src_prepare(){
+ vala_src_prepare
+ default
+}
+
+src_install(){
+ meson_src_isntall
+ dosym -r /usr/bin/com.github.akiraux.akira /usr/bin/akira
+}
+
+pkg_preinst() {
+ xdg_pkg_preinst
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+}
diff --git a/media-gfx/akira/akira-9999.ebuild b/media-gfx/akira/akira-9999.ebuild
new file mode 100644
index 000000000..d98df6b05
--- /dev/null
+++ b/media-gfx/akira/akira-9999.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg meson vala
+
+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="git://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
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+ dev-libs/gobject-introspection
+ >=dev-libs/granite-5.3.0
+ app-arch/libarchive
+ dev-libs/json-glib
+ dev-libs/libgee
+ dev-libs/libxml2
+ sys-devel/gettext
+ x11-libs/goocanvas:2.0
+ x11-libs/gtksourceview:4"
+RDEPEND="${DEPEND}"
+
+src_prepare(){
+ vala_src_prepare
+ default
+}
+
+src_install(){
+ meson_src_isntall
+ dosym -r /usr/bin/com.github.akiraux.akira /usr/bin/akira
+}
+
+pkg_preinst() {
+ xdg_pkg_preinst
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+}
diff --git a/media-gfx/akira/metadata.xml b/media-gfx/akira/metadata.xml
new file mode 100644
index 000000000..32f6e58a1
--- /dev/null
+++ b/media-gfx/akira/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>queereen@riseup.net</email>
+ <name>Avis Drożniak</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">akiraux/akira</remote-id>
+ </upstream>
+ <longdescription>
+ Akira is a native Linux Design application built in Vala and GTK.
+ Akira focuses on offering a modern and fast approach to UI and UX Design, mainly targeting web designers and graphic designers.
+ The main goal is to offer a valid and professional solution for designers who want to use Linux as their main OS.
+ </longdescription>
+</pkgmetadata>
next reply other threads:[~2021-04-12 12:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-12 12:49 Avis Drożniak [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-15 12:53 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/akira/ Avis Drożniak
2021-04-15 13:00 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-15 13:00 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-15 13:10 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-15 13:10 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-01-13 15:34 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-01-13 15:34 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1618231664.0823be0e194a8a1d99446ce8ed7cbf715c3aaa41.avis@gentoo \
--to=avis@autistici.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox