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

Jan Steffens heftig at archlinux.org
Thu Sep 12 21:47:49 UTC 2019


    Date: Thursday, September 12, 2019 @ 21:47:49
  Author: heftig
Revision: 362355

archrelease: copy trunk to extra-x86_64

Added:
  libgepub/repos/extra-x86_64/PKGBUILD
    (from rev 362353, libgepub/trunk/PKGBUILD)
Deleted:
  libgepub/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 21:47:49 UTC (rev 362354)
+++ PKGBUILD	2019-09-12 21:47:49 UTC (rev 362355)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libgepub
-pkgver=0.6
-pkgrel=1
-pkgdesc="Simple library to read epub files using glib"
-url="https://gitlab.gnome.org/GNOME/libgepub"
-arch=(x86_64)
-license=(LGPL)
-depends=(webkit2gtk libarchive)
-makedepends=(git gtk-doc gobject-introspection meson)
-_commit=59067dedefda23f9a7297ae147c8c02c56338144  # tags/0.6^0
-source=("git+https://gitlab.gnome.org/GNOME/libgepub.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: libgepub/repos/extra-x86_64/PKGBUILD (from rev 362353, libgepub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-12 21:47:49 UTC (rev 362355)
@@ -0,0 +1,36 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgepub
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Simple library to read epub files using glib"
+url="https://gitlab.gnome.org/GNOME/libgepub"
+arch=(x86_64)
+license=(LGPL)
+depends=(webkit2gtk libarchive)
+makedepends=(git gtk-doc gobject-introspection meson)
+_commit=ecca0e1e8f2c301b1ea769e618a92125ee934b57  # tags/0.6.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libgepub.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list