Date: Thursday, April 1, 2021 @ 21:33:42
  Author: jleclanche
Revision: 910933

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-04-01 21:33:27 UTC (rev 910932)
+++ PKGBUILD    2021-04-01 21:33:42 UTC (rev 910933)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche <jer...@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"
-}

Copied: foliate/repos/community-x86_64/PKGBUILD (from rev 910932, 
foliate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-04-01 21:33:42 UTC (rev 910933)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=foliate
+pkgver=2.6.3
+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=("de685facecb1d014c6041dbad75a5609948a0b18b97c74e31e3a1722bccafbe4")
+
+
+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"
+}

Reply via email to