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

Jan Steffens heftig at archlinux.org
Sat Jan 5 08:50:30 UTC 2019


    Date: Saturday, January 5, 2019 @ 08:50:30
  Author: heftig
Revision: 342995

archrelease: copy trunk to extra-x86_64

Added:
  libgxps/repos/extra-x86_64/PKGBUILD
    (from rev 342994, libgxps/trunk/PKGBUILD)
Deleted:
  libgxps/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 39 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-05 08:50:19 UTC (rev 342994)
+++ PKGBUILD	2019-01-05 08:50:30 UTC (rev 342995)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgxps
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="XPS Documents library"
-url="https://wiki.gnome.org/Projects/libgxps"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(gtk3 libarchive libjpeg-turbo libtiff lcms2)
-makedepends=(gobject-introspection gtk-doc git meson)
-_commit=762b3026bb3f29cdc67f7816ef3d34d7d9a243ec  # tags/0.3.0^0
-source=("git+https://git.gnome.org/browse/libgxps#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
-    -Denable-man=true -Denable-gtk-doc=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgxps/repos/extra-x86_64/PKGBUILD (from rev 342994, libgxps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-05 08:50:30 UTC (rev 342995)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgxps
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="XPS Documents library"
+url="https://wiki.gnome.org/Projects/libgxps"
+arch=(x86_64)
+license=(GPL2)
+depends=(gtk3 libarchive libjpeg-turbo libtiff lcms2)
+makedepends=(gobject-introspection gtk-doc git meson)
+_commit=1e508695c38ede224464ab3117777a2e65cf17ae  # tags/0.3.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libgxps.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D enable-man=true -D enable-gtk-doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list