[arch-commits] Commit in libgxps/trunk (PKGBUILD)

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 09:10:02
  Author: felixonmars
Revision: 383777

upgpkg: libgxps 0.3.1-2: reproducibility rebuild

Modified:
  libgxps/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 09:09:35 UTC (rev 383776)
+++ PKGBUILD2020-05-16 09:10:02 UTC (rev 383777)
@@ -3,7 +3,7 @@
 
 pkgname=libgxps
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="XPS Documents library"
 url="https://wiki.gnome.org/Projects/libgxps";
 arch=(x86_64)


[arch-commits] Commit in libgxps/trunk (PKGBUILD)

2019-01-05 Thread Jan Steffens via arch-commits
Date: Saturday, January 5, 2019 @ 08:50:19
  Author: heftig
Revision: 342994

0.3.1-1

Modified:
  libgxps/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 08:33:12 UTC (rev 342993)
+++ PKGBUILD2019-01-05 08:50:19 UTC (rev 342994)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=libgxps
-pkgver=0.3.0
+pkgver=0.3.1
 pkgrel=1
 pkgdesc="XPS Documents library"
 url="https://wiki.gnome.org/Projects/libgxps";
@@ -10,8 +10,8 @@
 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";)
+_commit=1e508695c38ede224464ab311a2e65cf17ae  # tags/0.3.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libgxps.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -20,25 +20,20 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
--Denable-man=true -Denable-gtk-doc=true
-  ninja
+  arch-meson $pkgname build -D enable-man=true -D enable-gtk-doc=true
+  ninja -C build
 }
 
 check() {
-  cd build
-  mesontest
+  meson test -C build
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" meson install -C build
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in libgxps/trunk (PKGBUILD)

2017-08-09 Thread Jan Steffens
Date: Wednesday, August 9, 2017 @ 18:24:55
  Author: heftig
Revision: 301813

0.3.0-1

Modified:
  libgxps/trunk/PKGBUILD

--+
 PKGBUILD |   28 
 1 file changed, 16 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-09 18:22:03 UTC (rev 301812)
+++ PKGBUILD2017-08-09 18:24:55 UTC (rev 301813)
@@ -3,15 +3,15 @@
 # Contributor: Ionut Biru 
 
 pkgname=libgxps
-pkgver=0.2.5+1+g764ae1e
+pkgver=0.3.0
 pkgrel=1
 pkgdesc="XPS Documents library"
 url="https://wiki.gnome.org/Projects/libgxps";
 arch=(i686 x86_64)
 license=(GPL2)
-depends=(cairo libarchive libjpeg-turbo libtiff lcms2)
-makedepends=(gobject-introspection gtk-doc git)
-_commit=764ae1e1e22c3f1bb58543aa40fa80488ee49a47  # master
+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')
 
@@ -21,21 +21,25 @@
 }
 
 prepare() {
+  mkdir build
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
-  
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname \
+-Denable-man=true -Denable-gtk-doc=true
+  ninja
 }
 
+check() {
+  cd build
+  mesontest
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in libgxps/trunk (PKGBUILD)

2017-04-05 Thread Jan de Groot
Date: Wednesday, April 5, 2017 @ 10:16:47
  Author: jgc
Revision: 292100

upgpkg: libgxps 0.2.5+1+g764ae1e-1

Modified:
  libgxps/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-05 10:01:48 UTC (rev 292099)
+++ PKGBUILD2017-04-05 10:16:47 UTC (rev 292100)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=libgxps
-pkgver=0.2.4+12+g4709da9
+pkgver=0.2.5+1+g764ae1e
 pkgrel=1
 pkgdesc="XPS Documents library"
 url="https://wiki.gnome.org/Projects/libgxps";
@@ -11,8 +11,8 @@
 license=(GPL2)
 depends=(cairo libarchive libjpeg-turbo libtiff lcms2)
 makedepends=(gobject-introspection gtk-doc git)
-_commit=4709da90210839ca8fdd424caa7be897f3be91bb
-source=("git://git.gnome.org/libgxps#commit=$_commit")
+_commit=764ae1e1e22c3f1bb58543aa40fa80488ee49a47  # master
+source=("git+https://git.gnome.org/browse/libgxps#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in libgxps/trunk (PKGBUILD)

2016-09-21 Thread Jan de Groot
Date: Wednesday, September 21, 2016 @ 11:59:57
  Author: jgc
Revision: 276797

upgpkg: libgxps 0.2.4+12+g4709da9-1

Modified:
  libgxps/trunk/PKGBUILD

--+
 PKGBUILD |   26 --
 1 file changed, 20 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 09:56:09 UTC (rev 276796)
+++ PKGBUILD2016-09-21 11:59:57 UTC (rev 276797)
@@ -1,8 +1,9 @@
 # $Id$
+# Maintainer: Jan de Groot 
 # Contributor: Ionut Biru 
 
 pkgname=libgxps
-pkgver=0.2.4
+pkgver=0.2.4+12+g4709da9
 pkgrel=1
 pkgdesc="XPS Documents library"
 url="https://wiki.gnome.org/Projects/libgxps";
@@ -9,18 +10,31 @@
 arch=(i686 x86_64)
 license=(GPL2)
 depends=(cairo libarchive libjpeg-turbo libtiff lcms2)
-makedepends=(gobject-introspection gtk-doc)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e9d6aa02836d9d4823a51705d3e1dee6fc4bce11d72566024042cfaac56ec7a4')
+makedepends=(gobject-introspection gtk-doc git)
+_commit=4709da90210839ca8fdd424caa7be897f3be91bb
+source=("git://git.gnome.org/libgxps#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }
 


[arch-commits] Commit in libgxps/trunk (PKGBUILD)

2016-06-20 Thread Jan Steffens
Date: Monday, June 20, 2016 @ 20:57:45
  Author: heftig
Revision: 270397

0.2.4-1

Modified:
  libgxps/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-20 20:55:40 UTC (rev 270396)
+++ PKGBUILD2016-06-20 20:57:45 UTC (rev 270397)
@@ -1,22 +1,21 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Contributor: Ionut Biru 
 
 pkgname=libgxps
-pkgver=0.2.3.2
+pkgver=0.2.4
 pkgrel=1
 pkgdesc="XPS Documents library"
+url="https://wiki.gnome.org/Projects/libgxps";
 arch=(i686 x86_64)
-url="https://live.gnome.org/libgxps";
-license=('GPL2')
-depends=('cairo' 'libarchive' 'libjpeg-turbo' 'libtiff' 'lcms2')
-makedepends=('gobject-introspection')
+license=(GPL2)
+depends=(cairo libarchive libjpeg-turbo libtiff lcms2)
+makedepends=(gobject-introspection gtk-doc)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6ea5f0ed85665a4e6702e31e38b5f1b2e5ae4f3d316a55d7f1fb1799224b4127')
+sha256sums=('e9d6aa02836d9d4823a51705d3e1dee6fc4bce11d72566024042cfaac56ec7a4')
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---disable-static
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
   make
 }
 


[arch-commits] Commit in libgxps/trunk (PKGBUILD)

2015-09-24 Thread Jan de Groot
Date: Thursday, September 24, 2015 @ 17:23:07
  Author: jgc
Revision: 247275

upgpkg: libgxps 0.2.3.2-1

Modified:
  libgxps/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-24 14:40:08 UTC (rev 247274)
+++ PKGBUILD2015-09-24 15:23:07 UTC (rev 247275)
@@ -2,15 +2,16 @@
 # Maintainer: Ionut Biru 
 
 pkgname=libgxps
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3.2
+pkgrel=1
 pkgdesc="XPS Documents library"
 arch=(i686 x86_64)
 url="https://live.gnome.org/libgxps";
 license=('GPL2')
 depends=('cairo' 'libarchive' 'libjpeg-turbo' 'libtiff' 'lcms2')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('39d104739bf0db43905c315de1d8002460f1a098576f4418f69294013a5820be')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6ea5f0ed85665a4e6702e31e38b5f1b2e5ae4f3d316a55d7f1fb1799224b4127')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in libgxps/trunk (PKGBUILD)

2013-04-27 Thread Evangelos Foutras
Date: Sunday, April 28, 2013 @ 02:00:15
  Author: foutrelis
Revision: 183798

upgpkg: libgxps 0.2.2-3

libpng 1.6 rebuild.

Modified:
  libgxps/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-27 23:57:40 UTC (rev 183797)
+++ PKGBUILD2013-04-28 00:00:15 UTC (rev 183798)
@@ -3,7 +3,7 @@
 
 pkgname=libgxps
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="XPS Documents library"
 arch=(i686 x86_64)
 url="https://live.gnome.org/libgxps";



[arch-commits] Commit in libgxps/trunk (PKGBUILD)

2013-02-28 Thread Andrea Scarpino
Date: Thursday, February 28, 2013 @ 10:24:46
  Author: andrea
Revision: 178880

upgpkg: libgxps 0.2.2-2

libarchive rebuild

Modified:
  libgxps/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-28 09:13:31 UTC (rev 178879)
+++ PKGBUILD2013-02-28 09:24:46 UTC (rev 178880)
@@ -3,7 +3,7 @@
 
 pkgname=libgxps
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="XPS Documents library"
 arch=(i686 x86_64)
 url="https://live.gnome.org/libgxps";



[arch-commits] Commit in libgxps/trunk (PKGBUILD)

2012-03-19 Thread Ionut Biru
Date: Monday, March 19, 2012 @ 12:29:50
  Author: ibiru
Revision: 153767

update to 0.2.2

Modified:
  libgxps/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-19 16:28:49 UTC (rev 153766)
+++ PKGBUILD2012-03-19 16:29:50 UTC (rev 153767)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=libgxps
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc="XPS Documents library"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('cairo' 'libarchive' 'libjpeg-turbo' 'libtiff' 'lcms2')
 options=(!libtool)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b4eb55db83d1268ae81b932cc468ff52b38b0a8d36d7f4c458763585fbad9781')
+sha256sums=('39d104739bf0db43905c315de1d8002460f1a098576f4418f69294013a5820be')
 
 build() {
   cd "$pkgname-$pkgver"