[arch-commits] Commit in foliate/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jerome Leclanche
jleclanche at archlinux.org
Sun Apr 12 06:01:39 UTC 2020
Date: Sunday, April 12, 2020 @ 06:01:38
Author: jleclanche
Revision: 613391
archrelease: copy trunk to community-x86_64
Added:
foliate/repos/community-x86_64/PKGBUILD
(from rev 613390, foliate/trunk/PKGBUILD)
Deleted:
foliate/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-12 06:01:27 UTC (rev 613390)
+++ PKGBUILD 2020-04-12 06:01:38 UTC (rev 613391)
@@ -1,32 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=foliate
-pkgver=1.5.3
-pkgrel=1
-pkgdesc="A simple and modern GTK eBook reader"
-arch=("i686" "x86_64")
-url="https://johnfactotum.github.io/foliate/"
-license=("GPL3")
-depends=("gjs" "webkit2gtk")
-makedepends=("meson" "ninja" "gettext")
-optdepends=(
- "hyphen: Auto-hyphenation support"
- "dictd: Offline dictionary support"
- "festival: Text-to-speech support; also voice package needed"
- "espeak-ng: Text-to-speech support; also voice package needed"
-)
-source=("https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz")
-sha256sums=("95f45c0511493a3c732f9a199ddc2b5851a220d74d93e6d14976f29f243ee2d7")
-
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- meson build --prefix=/usr
- ninja -C build
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- DESTDIR="$pkgdir" ninja -C build install
- ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
-}
Copied: foliate/repos/community-x86_64/PKGBUILD (from rev 613390, foliate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-12 06:01:38 UTC (rev 613391)
@@ -0,0 +1,32 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=foliate
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="A simple and modern GTK eBook reader"
+arch=("i686" "x86_64")
+url="https://johnfactotum.github.io/foliate/"
+license=("GPL3")
+depends=("gjs" "webkit2gtk")
+makedepends=("meson" "ninja" "gettext")
+optdepends=(
+ "hyphen: Auto-hyphenation support"
+ "dictd: Offline dictionary support"
+ "festival: Text-to-speech support; also voice package needed"
+ "espeak-ng: Text-to-speech support; also voice package needed"
+)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz")
+sha256sums=("6260e61886bc89b7798b9b1154daac5e0a8e17a572e8d8fea0f480ec874097cd")
+
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ meson build --prefix=/usr
+ ninja -C build
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ DESTDIR="$pkgdir" ninja -C build install
+ ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
+}
More information about the arch-commits
mailing list