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

2020-05-25 Thread Felix Yan via arch-commits
Date: Monday, May 25, 2020 @ 15:40:36
  Author: felixonmars
Revision: 634588

upgpkg: zathura-ps 0.2.6-2: Buildinfo Format 1 rebuild

Modified:
  zathura-ps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-25 15:40:18 UTC (rev 634587)
+++ PKGBUILD2020-05-25 15:40:36 UTC (rev 634588)
@@ -4,7 +4,7 @@
 
 pkgname=zathura-ps
 pkgver=0.2.6
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Adds ps support to zathura by using the libspectre library"
 url="https://pwmt.org/projects/zathura-ps";


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

2018-03-24 Thread Johannes Löthberg via arch-commits
Date: Saturday, March 24, 2018 @ 13:49:08
  Author: demize
Revision: 311941

upgpkg: zathura-ps 0.2.6-1

Modified:
  zathura-ps/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-24 13:45:02 UTC (rev 311940)
+++ PKGBUILD2018-03-24 13:49:08 UTC (rev 311941)
@@ -4,7 +4,7 @@
 # Contributor: karnath 
 
 pkgname=zathura-ps
-pkgver=0.2.5
+pkgver=0.2.6
 pkgrel=1
 
 pkgdesc="Adds ps support to zathura by using the libspectre library"
@@ -13,16 +13,19 @@
 license=('custom')
 
 depends=('libspectre' 'zathura' 'desktop-file-utils')
+makedepends=('meson' 'ninja')
 
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.xz)
 
-sha1sums=('818c6adc1fba53d4e13921256c135ecd16e28bf0')
+sha1sums=('c780a9476204b1dbfc8113fbe871e0913812fe75')
 
 build(){
-  make -C zathura-ps-$pkgver
+  cd zathura-ps-$pkgver
+  arch-meson build
+  ninja -C build
 }
 
 package(){
-  make -C zathura-ps-$pkgver DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja -C zathura-ps-$pkgver/build install
   install -Dm0644 zathura-ps-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2017-12-24 Thread Johannes Löthberg via arch-commits
Date: Sunday, December 24, 2017 @ 14:25:19
  Author: demize
Revision: 275770

upgpkg: zathura-ps 0.2.5-1

Modified:
  zathura-ps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-24 14:20:55 UTC (rev 275769)
+++ PKGBUILD2017-12-24 14:25:19 UTC (rev 275770)
@@ -4,7 +4,7 @@
 # Contributor: karnath 
 
 pkgname=zathura-ps
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 
 pkgdesc="Adds ps support to zathura by using the libspectre library"
@@ -16,7 +16,7 @@
 
 
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
 
-sha1sums=('b1e39928d2f352e0d932dd65ab0a9ba49b664d52')
+sha1sums=('818c6adc1fba53d4e13921256c135ecd16e28bf0')
 
 build(){
   make -C zathura-ps-$pkgver


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

2017-01-14 Thread Johannes Löthberg
Date: Saturday, January 14, 2017 @ 18:03:13
  Author: demize
Revision: 207382

upgpkg: zathura-ps 0.2.4-1

Modified:
  zathura-ps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 18:01:29 UTC (rev 207381)
+++ PKGBUILD2017-01-14 18:03:13 UTC (rev 207382)
@@ -4,8 +4,8 @@
 # Contributor: karnath 
 
 pkgname=zathura-ps
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
 
 pkgdesc="Adds ps support to zathura by using the libspectre library"
 url="https://pwmt.org/projects/zathura-ps";
@@ -16,7 +16,7 @@
 
 
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
 
-sha1sums=('893f743a5e54b0cdabf30a50451eb3d427831b17')
+sha1sums=('b1e39928d2f352e0d932dd65ab0a9ba49b664d52')
 
 build(){
   make -C zathura-ps-$pkgver


[arch-commits] Commit in zathura-ps/trunk (PKGBUILD zathura-ps.install)

2016-04-27 Thread Johannes Löthberg
Date: Wednesday, April 27, 2016 @ 22:33:58
  Author: demize
Revision: 172182

Rebuild using hooks to update desktop database

Modified:
  zathura-ps/trunk/PKGBUILD
Deleted:
  zathura-ps/trunk/zathura-ps.install

+
 PKGBUILD   |5 ++---
 zathura-ps.install |6 --
 2 files changed, 2 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 20:33:20 UTC (rev 172181)
+++ PKGBUILD2016-04-27 20:33:58 UTC (rev 172182)
@@ -5,7 +5,7 @@
 
 pkgname=zathura-ps
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Adds ps support to zathura by using the libspectre library"
 url="https://pwmt.org/projects/zathura-ps";
@@ -12,9 +12,8 @@
 arch=('i686' 'x86_64')
 license=('custom')
 
-depends=('libspectre' 'zathura')
+depends=('libspectre' 'zathura' 'desktop-file-utils')
 
-install=zathura-ps.install
 
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
 
 sha1sums=('893f743a5e54b0cdabf30a50451eb3d427831b17')

Deleted: zathura-ps.install
===
--- zathura-ps.install  2016-04-27 20:33:20 UTC (rev 172181)
+++ zathura-ps.install  2016-04-27 20:33:58 UTC (rev 172182)
@@ -1,6 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-post_remove(){
-update-desktop-database -q
-}


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

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 20:31:25
  Author: demize
Revision: 160012

upgpkg: zathura-ps 0.2.3-1

Modified:
  zathura-ps/trunk/PKGBUILD

--+
 PKGBUILD |   23 ++-
 1 file changed, 14 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:30:03 UTC (rev 160011)
+++ PKGBUILD2016-02-02 19:31:25 UTC (rev 160012)
@@ -1,24 +1,29 @@
 # $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin 
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
 # Contributor: karnath 
 
 pkgname=zathura-ps
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
+
 pkgdesc="Adds ps support to zathura by using the libspectre library"
+url="https://pwmt.org/projects/zathura-ps";
 arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-ps/";
 license=('custom')
+
 depends=('libspectre' 'zathura')
-install="$pkgname.install"
+
+install=zathura-ps.install
 
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('338af976c03c0aa1471b156a0efdc45c')
 
+sha1sums=('893f743a5e54b0cdabf30a50451eb3d427831b17')
+
 build(){
-  make -C "$pkgname-$pkgver"
+  make -C zathura-ps-$pkgver
 }
 
 package(){
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  make -C zathura-ps-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-ps-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2015-05-26 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 15:40:58
  Author: dwallace
Revision: 134166

upgpkg: zathura-ps 0.2.2-3

upgpkg: zathura-ps 0.2.2-3

Modified:
  zathura-ps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 13:34:45 UTC (rev 134165)
+++ PKGBUILD2015-05-26 13:40:58 UTC (rev 134166)
@@ -4,7 +4,7 @@
 
 pkgname=zathura-ps
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Adds ps support to zathura by using the libspectre library"
 arch=('i686' 'x86_64')
 url="https://pwmt.org/projects/zathura/plugins/zathura-ps/";


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

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 12:14:43
  Author: spupykin
Revision: 100921

upgpkg: zathura-ps 0.2.2-2

upd

Modified:
  zathura-ps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:14:37 UTC (rev 100920)
+++ PKGBUILD2013-11-13 11:14:43 UTC (rev 100921)
@@ -4,7 +4,7 @@
 
 pkgname=zathura-ps
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Adds ps support to zathura by using the libspectre library"
 arch=('i686' 'x86_64')
 url="https://pwmt.org/projects/zathura/plugins/zathura-ps/";



[arch-commits] Commit in zathura-ps/trunk (PKGBUILD zathura-ps.install)

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:21:44
  Author: dwallace
Revision: 91449

upgpkg: zathura-ps 0.2.2-1

upgpkg: zathura-ps 0.2.2

Added:
  zathura-ps/trunk/zathura-ps.install
Modified:
  zathura-ps/trunk/PKGBUILD

+
 PKGBUILD   |5 +++--
 zathura-ps.install |6 ++
 2 files changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 23:10:20 UTC (rev 91448)
+++ PKGBUILD2013-05-22 23:21:44 UTC (rev 91449)
@@ -3,15 +3,16 @@
 # Contributor: karnath 
 
 pkgname=zathura-ps
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc="Adds ps support to zathura by using the libspectre library"
 arch=('i686' 'x86_64')
 url="https://pwmt.org/projects/zathura/plugins/zathura-ps/";
 license=('custom')
 depends=('libspectre' 'zathura')
+install="$pkgname.install"
 
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('45619e744b69bf16b408b50cf32f2df5')
+md5sums=('338af976c03c0aa1471b156a0efdc45c')
 
 build(){
   make -C "$pkgname-$pkgver"

Added: zathura-ps.install
===
--- zathura-ps.install  (rev 0)
+++ zathura-ps.install  2013-05-22 23:21:44 UTC (rev 91449)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}