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

Jan Steffens heftig at archlinux.org
Fri Feb 26 15:40:32 UTC 2021


    Date: Friday, February 26, 2021 @ 15:40:32
  Author: heftig
Revision: 408838

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-26 15:40:16 UTC (rev 408837)
+++ PKGBUILD	2021-02-26 15:40:32 UTC (rev 408838)
@@ -1,39 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgxps
-pkgver=0.3.1
-pkgrel=2
-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:

Copied: libgxps/repos/extra-x86_64/PKGBUILD (from rev 408837, libgxps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-26 15:40:32 UTC (rev 408838)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgxps
+pkgver=0.3.2
+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=f5027ed09c767e8a02e652fbc77dcea79e19e10d  # tags/0.3.2^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
+  meson compile -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