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

2020-05-06 Thread Kpcyrd via arch-commits
Date: Wednesday, May 6, 2020 @ 23:21:23
  Author: kpcyrd
Revision: 625222

upgpkg: xdo 0.5.7-2 rebuild for reproducible builds

Modified:
  xdo/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 23:20:33 UTC (rev 625221)
+++ PKGBUILD2020-05-06 23:21:23 UTC (rev 625222)
@@ -4,23 +4,25 @@
 
 pkgname=xdo
 pkgver=0.5.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for performing actions on windows in X'
 arch=('x86_64')
 url='https://github.com/baskerville/xdo'
 license=('BSD')
 depends=('libxcb' 'xcb-util-wm' 'xcb-util')
-makedepends=('git')
-source=("git+https://github.com/baskerville/xdo.git#tag=$pkgver;)
-md5sums=('SKIP')
+source=(https://github.com/baskerville/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('0978a8571a35899c916495c9d38458adb6c766db4d498dfacf2f0a46e373f7caa3c3e227096b3e60e03c67b972777cf7519e5b6eee7ebb91f82d4450ac0ff98d')
+b2sums=('04710f0a52dba22ef6e5556884ccd6a584e68167511f596aabcd19553d14a3b8d441b1a3d94cb927f5af3c9231690a9954ff8126d35f71a17d85d6aa3a31063f')
 
 build() {
-  make -C xdo PREFIX=/usr
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
 }
 
 package() {
-  make -C xdo PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 xdo/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # getver: github.com/baskerville/xdo/blob/master/VERSION


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

2017-09-19 Thread Alexander Rødseth
Date: Tuesday, September 19, 2017 @ 18:11:15
  Author: arodseth
Revision: 258844

upgpkg: xdo 0.5.7-1

Modified:
  xdo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 17:12:49 UTC (rev 258843)
+++ PKGBUILD2017-09-19 18:11:15 UTC (rev 258844)
@@ -4,7 +4,7 @@
 # Contributor: Bastien Dejean 
 
 pkgname=xdo
-pkgver=0.5.6
+pkgver=0.5.7
 pkgrel=1
 pkgdesc='Utility for performing actions on windows in X'
 arch=('x86_64' 'i686')
@@ -25,4 +25,4 @@
 }
 
 # getver: github.com/baskerville/xdo/blob/master/VERSION
-# vim: ts=2 sw=2 et:
+# vim:ts=2 sw=2 et:


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

2017-07-09 Thread Alexander Rødseth
Date: Sunday, July 9, 2017 @ 11:10:17
  Author: arodseth
Revision: 243397

upgpkg: xdo 0.5.6-1

Modified:
  xdo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-09 09:50:56 UTC (rev 243396)
+++ PKGBUILD2017-07-09 11:10:17 UTC (rev 243397)
@@ -4,15 +4,15 @@
 # Contributor: Bastien Dejean 
 
 pkgname=xdo
-pkgver=0.5.5
+pkgver=0.5.6
 pkgrel=1
 pkgdesc='Utility for performing actions on windows in X'
 arch=('x86_64' 'i686')
 url='https://github.com/baskerville/xdo'
 license=('BSD')
-depends=('libxcb' 'xcb-util-wm')
+depends=('libxcb' 'xcb-util-wm' 'xcb-util')
 makedepends=('git')
-source=("git://github.com/baskerville/xdo.git#tag=$pkgver")
+source=("git+https://github.com/baskerville/xdo.git#tag=$pkgver;)
 md5sums=('SKIP')
 
 build() {
@@ -25,4 +25,4 @@
 }
 
 # getver: github.com/baskerville/xdo/blob/master/VERSION
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2017-02-16 Thread Alexander Rødseth
Date: Thursday, February 16, 2017 @ 11:19:40
  Author: arodseth
Revision: 212563

upgpkg: xdo 0.5.5-1

Modified:
  xdo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 11:07:07 UTC (rev 212562)
+++ PKGBUILD2017-02-16 11:19:40 UTC (rev 212563)
@@ -4,7 +4,7 @@
 # Contributor: Bastien Dejean 
 
 pkgname=xdo
-pkgver=0.5.3
+pkgver=0.5.5
 pkgrel=1
 pkgdesc='Utility for performing actions on windows in X'
 arch=('x86_64' 'i686')


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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 15:59:15
  Author: arodseth
Revision: 194020

Add svn id tag

Modified:
  xdo/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 15:53:15 UTC (rev 194019)
+++ PKGBUILD2016-10-30 15:59:15 UTC (rev 194020)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
+# $Id$
 # Maintainer: Alexander F Rødseth 
 # Contributor: Thomas Berryhill 
 # Contributor: Bastien Dejean 


Property changes on: xdo/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 15:51:45
  Author: arodseth
Revision: 194018

upgpkg: xdo 0.5.3-1

Modified:
  xdo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 15:50:38 UTC (rev 194017)
+++ PKGBUILD2016-10-30 15:51:45 UTC (rev 194018)
@@ -20,7 +20,7 @@
 }
 
 package() {
-  make -C xdo DESTDIR="$pkgdir" install
+  make -C xdo PREFIX=/usr DESTDIR="$pkgdir" install
   install -Dm644 xdo/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }