[arch-commits] Commit in gnome-books/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Mar 25 20:46:44 UTC 2021


    Date: Thursday, March 25, 2021 @ 20:46:44
  Author: heftig
Revision: 410951

archrelease: copy trunk to extra-x86_64

Added:
  gnome-books/repos/extra-x86_64/PKGBUILD
    (from rev 410950, gnome-books/trunk/PKGBUILD)
Deleted:
  gnome-books/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 20:46:35 UTC (rev 410950)
+++ PKGBUILD	2021-03-25 20:46:44 UTC (rev 410951)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-books
-pkgver=3.34.0+21+g4d34d109
-pkgrel=1
-pkgdesc="Access and organize your e-books on GNOME"
-url="https://wiki.gnome.org/Apps/Books"
-arch=(x86_64)
-license=(GPL)
-depends=(evince gjs gtk3 gnome-desktop tracker-miners webkit2gtk libgepub
-         gnome-epub-thumbnailer)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-_commit=4d34d109ce7e5870d6f2398fbeac277ba714fb32  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-books.git#commit=$_commit"
-        "git+https://gitlab.gnome.org/GNOME/libgd.git")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/libgd "$srcdir/libgd"
-  git submodule update
-}
-  
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-books/repos/extra-x86_64/PKGBUILD (from rev 410950, gnome-books/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-25 20:46:44 UTC (rev 410951)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-books
+pkgver=40.0
+pkgrel=1
+pkgdesc="Access and organize your e-books on GNOME"
+url="https://wiki.gnome.org/Apps/Books"
+arch=(x86_64)
+license=(GPL)
+depends=(evince gjs gtk3 gnome-desktop tracker3-miners webkit2gtk libgepub
+         gnome-epub-thumbnailer)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+_commit=e5a6646a5586f36e0ee3167a77237b4c7eaff8e0  # tags/40.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-books.git#commit=$_commit"
+        "git+https://gitlab.gnome.org/GNOME/libgd.git")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+  
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list