public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Thu, 15 Apr 2021 12:53:50 +0000 (UTC)	[thread overview]
Message-ID: <1618491207.ac5850f2354d292ce998a96e7fdbfd6f73f7fc03.avis@gentoo> (raw)

commit:     ac5850f2354d292ce998a96e7fdbfd6f73f7fc03
Author:     Avis Drożniak <queereen <AT> riseup <DOT> net>
AuthorDate: Thu Apr 15 12:53:27 2021 +0000
Commit:     Avis Drożniak <avis <AT> autistici <DOT> org>
CommitDate: Thu Apr 15 12:53:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac5850f2

media-gfx/akira: fix typos in ebuilds.

Signed-off-by: Avis Drożniak <queereen <AT> riseup.net>

 media-gfx/akira/akira-0.0.13.ebuild | 11 +++++++----
 media-gfx/akira/akira-9999.ebuild   | 11 +++++++----
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/media-gfx/akira/akira-0.0.13.ebuild b/media-gfx/akira/akira-0.0.13.ebuild
index d98df6b05..0728c9305 100644
--- a/media-gfx/akira/akira-0.0.13.ebuild
+++ b/media-gfx/akira/akira-0.0.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit xdg meson vala
+inherit gnome2-utils xdg meson vala
 
 DESCRIPTION="Native Linux App for UI and UX Design built in Vala and GTK."
 HOMEPAGE="https://github.com/akiraux/Akira"
@@ -27,8 +27,8 @@ DEPEND="
 	dev-libs/libgee
 	dev-libs/libxml2
 	sys-devel/gettext
-	x11-libs/goocanvas:2.0
-	x11-libs/gtksourceview:4"
+	x11-libs/goocanvas:3.0
+	x11-libs/gtksourceview:3.0"
 RDEPEND="${DEPEND}"
 
 src_prepare(){
@@ -37,18 +37,21 @@ src_prepare(){
 }
 
 src_install(){
-	meson_src_isntall
+	meson_src_install
 	dosym -r /usr/bin/com.github.akiraux.akira /usr/bin/akira
 }
 
 pkg_preinst() {
 	xdg_pkg_preinst
+	gnome2_schemas_savelist
 }
 
 pkg_postinst() {
 	xdg_pkg_postinst
+	gnome2_schemas_savelist
 }
 
 pkg_postrm() {
 	xdg_pkg_postrm
+	gnome2_schemas_savelist
 }

diff --git a/media-gfx/akira/akira-9999.ebuild b/media-gfx/akira/akira-9999.ebuild
index d98df6b05..0728c9305 100644
--- a/media-gfx/akira/akira-9999.ebuild
+++ b/media-gfx/akira/akira-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit xdg meson vala
+inherit gnome2-utils xdg meson vala
 
 DESCRIPTION="Native Linux App for UI and UX Design built in Vala and GTK."
 HOMEPAGE="https://github.com/akiraux/Akira"
@@ -27,8 +27,8 @@ DEPEND="
 	dev-libs/libgee
 	dev-libs/libxml2
 	sys-devel/gettext
-	x11-libs/goocanvas:2.0
-	x11-libs/gtksourceview:4"
+	x11-libs/goocanvas:3.0
+	x11-libs/gtksourceview:3.0"
 RDEPEND="${DEPEND}"
 
 src_prepare(){
@@ -37,18 +37,21 @@ src_prepare(){
 }
 
 src_install(){
-	meson_src_isntall
+	meson_src_install
 	dosym -r /usr/bin/com.github.akiraux.akira /usr/bin/akira
 }
 
 pkg_preinst() {
 	xdg_pkg_preinst
+	gnome2_schemas_savelist
 }
 
 pkg_postinst() {
 	xdg_pkg_postinst
+	gnome2_schemas_savelist
 }
 
 pkg_postrm() {
 	xdg_pkg_postrm
+	gnome2_schemas_savelist
 }


             reply	other threads:[~2021-04-15 12:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-15 12:53 Avis Drożniak [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-13 15:34 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/akira/ Andrew Ammerlaan
2022-01-13 15:34 ` [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
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-12 12:49 Avis Drożniak

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=1618491207.ac5850f2354d292ce998a96e7fdbfd6f73f7fc03.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