summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMufeed Ali2020-07-04 00:28:38 +0530
committerMufeed Ali2020-07-04 00:28:38 +0530
commitb79ab829e5ca40c6fa9b4ac0f2315205a42d7839 (patch)
tree9119376a5bffa3e810054aa2fcdf643a29fd2591
parentabca93ca3c0b0187518af8da1b28b0d68db50c91 (diff)
downloadaur-b79ab829e5ca40c6fa9b4ac0f2315205a42d7839.tar.gz
Adapt to libhandy 0.83.0
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--newer_libhandy.patch4
3 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67fa3026c00e..92f1afb2bbc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = komikku
pkgdesc = Online/offline Manga reader for GNOME, built for the Librem 5
pkgver = 0.17.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/valos/Komikku
arch = any
license = GPL3
- makedepends = git
makedepends = gobject-introspection
makedepends = meson
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index ffb8ecf6a663..e1bc101661e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=komikku
_author=valos
_gitname=Komikku
pkgver=0.17.0
-pkgrel=1
+pkgrel=2
pkgdesc='Online/offline Manga reader for GNOME, built for the Librem 5'
arch=(any)
url=https://gitlab.com/valos/Komikku
@@ -26,7 +26,6 @@ depends=(
python-unidecode
)
makedepends=(
- git
gobject-introspection
meson
)
diff --git a/newer_libhandy.patch b/newer_libhandy.patch
index 80962aef0dc0..61cf224c0c4f 100644
--- a/newer_libhandy.patch
+++ b/newer_libhandy.patch
@@ -154,12 +154,12 @@ index 478a3ffabd634fd0a57c44e8b1773f692f9a9347..b5b7567d2a96efd1e5ef0cd78bcd4d86
translators=('GrownNed (Russian)', 'Heimen Stoffels (Dutch)', 'VaGNaroK (Brazilian Portuguese)', 'Valéry Febvre (French)', ),
)
-@@ -46,7 +46,7 @@
+@@ -46,7 +46,8 @@
GLib.set_application_name(_('Komikku'))
GLib.set_prgname(self.application_id)
- Handy.Column() # Init Handy
-+ Handy.Clamp() # Init Handy
++ Handy.init() # Init Handy
Notify.init(_('Komikku'))
def do_activate(self):