[arch-commits] Commit in foliate/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Mon Mar 29 18:32:24 UTC 2021


    Date: Monday, March 29, 2021 @ 18:32:24
  Author: jleclanche
Revision: 909444

archrelease: copy trunk to community-x86_64

Added:
  foliate/repos/community-x86_64/PKGBUILD
    (from rev 909443, foliate/trunk/PKGBUILD)
Deleted:
  foliate/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-29 18:32:21 UTC (rev 909443)
+++ PKGBUILD	2021-03-29 18:32:24 UTC (rev 909444)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=foliate
-pkgver=2.6.0
-pkgrel=1
-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"
-	"tracker"
-)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz")
-sha256sums=("86237abd93f45a4d137aedc0941d6a081b657d652f99dd895148ba1f3fef3c12")
-
-
-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 909443, foliate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-29 18:32:24 UTC (rev 909444)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=foliate
+pkgver=2.6.2
+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"
+	"tracker"
+)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz")
+sha256sums=("974cac48d8ade2c623dfa5f45cfeafb99e646d7bf2df11a3928237c2829c1ac4")
+
+
+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