Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
foliate


Commits:
4aab5d88 by Caleb Maclennan at 2023-08-21T22:01:45+03:00
upgpkg: 2.6.4-3: Sign with current packager key

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -1,34 +1,37 @@
-# Maintainer: Jerome Leclanche <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Jerome Leclanche <[email protected]>
 
 pkgname=foliate
 pkgver=2.6.4
-pkgrel=2
-pkgdesc="A simple and modern GTK eBook reader"
-arch=("x86_64")
-url="https://johnfactotum.github.io/foliate/";
-license=("GPL3")
-depends=("gjs" "iso-codes" "webkit2gtk")
-makedepends=("meson" "ninja" "gettext")
-optdepends=(
-       "dictd: Offline dictionary support"
-       "espeak-ng: Text-to-speech support; also voice package needed"
-       "festival: Text-to-speech support; also voice package needed"
-       "gspell: Spell-checking support"
-       "hyphen: Auto-hyphenation support"
-       "tracker3"
-)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz";)
+pkgrel=3
+pkgdesc='A simple and modern GTK eBook reader'
+arch=(x86_64)
+url="https://johnfactotum.github.io/$pkgname/";
+license=(GPL3)
+depends=(gjs
+         iso-codes
+         webkit2gtk)
+makedepends=(gettext
+             meson
+             ninja)
+optdepends=('dictd: Offline dictionary support'
+            'espeak-ng: Text-to-speech support; also voice package needed'
+            'festival: Text-to-speech support; also voice package needed'
+            'gspell: Spell-checking support'
+            'hyphen: Auto-hyphenation support'
+            'tracker3')
+_archive="$pkgname-$pkgver"
+source=("https://github.com/johnfactotum/foliate/archive/$pkgver/$_archive.tar.gz";)
 sha256sums=("4a4381bff6e398f6734e1695da23f1c593ba2a67e463e07021a089ffd0741776")
 
-
 build() {
-       cd "$srcdir/$pkgname-$pkgver"
+       cd "$_archive"
        meson build --prefix=/usr
        ninja -C build
 }
 
 package() {
-       cd "$srcdir/$pkgname-$pkgver"
+       cd "$_archive"
        DESTDIR="$pkgdir" ninja -C build install
        ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/foliate/-/commit/4aab5d88d9a226d99f79bdf6fabfd6103f3ee657

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/foliate/-/commit/4aab5d88d9a226d99f79bdf6fabfd6103f3ee657
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to