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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 13:52:40
  Author: felixonmars
Revision: 658625

upgpkg: unclutter 1:1.5-2: reproducibility rebuild

Modified:
  unclutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 13:52:35 UTC (rev 658624)
+++ PKGBUILD2020-07-07 13:52:40 UTC (rev 658625)
@@ -8,7 +8,7 @@
 pkgname=unclutter
 epoch=1
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A small program for hiding the mouse cursor'
 url="https://github.com/Airblader/${_pkgname};
 arch=('x86_64')


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

2018-12-11 Thread Maxim Baz via arch-commits
Date: Tuesday, December 11, 2018 @ 20:56:38
  Author: maximbaz
Revision: 415530

upgpkg: unclutter 1:1.5-1

Modified:
  unclutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-11 20:22:47 UTC (rev 415529)
+++ PKGBUILD2018-12-11 20:56:38 UTC (rev 415530)
@@ -7,7 +7,7 @@
 _pkgname=unclutter-xfixes
 pkgname=unclutter
 epoch=1
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc='A small program for hiding the mouse cursor'
 url="https://github.com/Airblader/${_pkgname};
@@ -16,7 +16,7 @@
 depends=('libxi' 'libx11' 'libxfixes' 'libev')
 makedepends=('asciidoc')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('f28cd690cfa184fddd3961dda49d14e114dccd5e70d9bac8ca5ebcd5124985b3')
+sha256sums=('35c75ad24be989dd6708db1d9ce9b2a2f814b80638c0633cdb075c6df090ed11')
 
 build() {
 cd "${_pkgname}-${pkgver}"
@@ -26,9 +26,6 @@
 package() {
 cd "${_pkgname}-${pkgver}"
 make DESTDIR="${pkgdir}" install
-
-# TODO remove in the next version: 
https://github.com/Airblader/unclutter-xfixes/pull/37
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
 }
 
 # vim:set ts=4 sw=4 et:


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

2018-12-11 Thread Sergej Pupykin via arch-commits
Date: Tuesday, December 11, 2018 @ 13:31:58
  Author: spupykin
Revision: 415314

upgpkg: unclutter 1:1.4-1

Modified:
  unclutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-11 13:30:56 UTC (rev 415313)
+++ PKGBUILD2018-12-11 13:31:58 UTC (rev 415314)
@@ -6,6 +6,7 @@
 
 _pkgname=unclutter-xfixes
 pkgname=unclutter
+epoch=1
 pkgver=1.4
 pkgrel=1
 pkgdesc='A small program for hiding the mouse cursor'


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

2018-12-11 Thread Sergej Pupykin via arch-commits
Date: Tuesday, December 11, 2018 @ 13:30:40
  Author: spupykin
Revision: 415312

upgpkg: unclutter 1.4-1

Modified:
  unclutter/trunk/PKGBUILD

--+
 PKGBUILD |   40 +---
 1 file changed, 21 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-11 13:25:45 UTC (rev 415311)
+++ PKGBUILD2018-12-11 13:30:40 UTC (rev 415312)
@@ -1,31 +1,33 @@
 # Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Andrea Scarpino 
 # Contributor: Callan Barrett 
 # Contributor: Anthony Martin 
 
+_pkgname=unclutter-xfixes
 pkgname=unclutter
-pkgver=8
-pkgrel=11
-pkgdesc="A small program for hiding the mouse cursor"
-url="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README;
+pkgver=1.4
+pkgrel=1
+pkgdesc='A small program for hiding the mouse cursor'
+url="https://github.com/Airblader/${_pkgname};
 arch=('x86_64')
-license=('Public Domain')
-depends=('libxext')
-makedepends=('imake')
-source=(https://www.ibiblio.org/pub/X11/contrib/utilities/$pkgname-$pkgver.tar.gz
-   
https://www.ibiblio.org/pub/X11/contrib/utilities/$pkgname-$pkgver.README)
-sha512sums=('863dc6d0b15d865a3367d3528373b74a228f5960f2912dd6ad1d74c4feebe7cc637a2ec02cd8e88e0396a0fdaf0f7960dccff0d2b333b554d602d8376f868665'
-
'27a0263042cc541a63e3ee6d8028cefbe9d9d8b47193828741e159f8d1782c5bc0f9f83a938b7465b3ed6b6e0f84037110ded8124f18d68d24022e7bde5ee7c4')
+license=('MIT')
+depends=('libxi' 'libx11' 'libxfixes' 'libev')
+makedepends=('asciidoc')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('f28cd690cfa184fddd3961dda49d14e114dccd5e70d9bac8ca5ebcd5124985b3')
 
 build() {
-  cd "$srcdir"/$pkgname
-  xmkmf -a
-  make
+cd "${_pkgname}-${pkgver}"
+make all
 }
 
 package() {
-  cd "$srcdir"/$pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 unclutter.man "$pkgdir"/usr/share/man/man1/unclutter.1
-  install -Dm0644 "$srcdir"/unclutter-8.README 
"$pkgdir"/usr/share/licenses/$pkgname/unclutter-8.README
+cd "${_pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+
+# TODO remove in the next version: 
https://github.com/Airblader/unclutter-xfixes/pull/37
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
 }
+
+# vim:set ts=4 sw=4 et:


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:19:46
  Author: felixonmars
Revision: 341403

upgpkg: unclutter 8-11

BUILDINFO Rebuild

Modified:
  unclutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:19:31 UTC (rev 341402)
+++ PKGBUILD2018-06-06 17:19:46 UTC (rev 341403)
@@ -6,7 +6,7 @@
 
 pkgname=unclutter
 pkgver=8
-pkgrel=10
+pkgrel=11
 pkgdesc="A small program for hiding the mouse cursor"
 url="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README;
 arch=('x86_64')
@@ -15,8 +15,8 @@
 makedepends=('imake')
 
source=(https://www.ibiblio.org/pub/X11/contrib/utilities/$pkgname-$pkgver.tar.gz

https://www.ibiblio.org/pub/X11/contrib/utilities/$pkgname-$pkgver.README)
-sha256sums=('33a78949a7dedf2e8669ae7b5b2c72067896497820292c96afaa60bb71d1f2a6'
-'3a71a1f42bbe134b7cf7f8ce588c0b702cf26ac4bbec631fce55a49196501086')
+sha512sums=('863dc6d0b15d865a3367d3528373b74a228f5960f2912dd6ad1d74c4feebe7cc637a2ec02cd8e88e0396a0fdaf0f7960dccff0d2b333b554d602d8376f868665'
+
'27a0263042cc541a63e3ee6d8028cefbe9d9d8b47193828741e159f8d1782c5bc0f9f83a938b7465b3ed6b6e0f84037110ded8124f18d68d24022e7bde5ee7c4')
 
 build() {
   cd "$srcdir"/$pkgname


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

2017-03-26 Thread Kyle Keen
Date: Sunday, March 26, 2017 @ 13:26:34
  Author: kkeen
Revision: 219082

Fix missing sources

Modified:
  unclutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-26 13:19:28 UTC (rev 219081)
+++ PKGBUILD2017-03-26 13:26:34 UTC (rev 219082)
@@ -8,14 +8,14 @@
 pkgver=8
 pkgrel=10
 pkgdesc="A small program for hiding the mouse cursor"
-url="http://ftp.x.org/contrib/utilities/unclutter-8.README;
+url="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README;
 arch=('i686' 'x86_64')
 license=('Public Domain')
 depends=('libxext')
 makedepends=('imake')
-source=(http://ftp.x.org/contrib/utilities/$pkgname-$pkgver.tar.Z
-   http://ftp.x.org/contrib/utilities/unclutter-8.README)
-md5sums=('83d7a6498b69078f869378f801b6a84b'
+source=(http://www.ibiblio.org/pub/X11/contrib/utilities/$pkgname-$pkgver.tar.gz
+   
http://www.ibiblio.org/pub/X11/contrib/utilities/$pkgname-$pkgver.README)
+md5sums=('1fe32cab8dd765263679618f8704117f'
  '90ea7ff9f64945a6ca979d08a60c28dd')
 
 build() {


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

2013-12-05 Thread Sergej Pupykin
Date: Thursday, December 5, 2013 @ 15:10:26
  Author: spupykin
Revision: 102117

upgpkg: unclutter 8-9

upd

Modified:
  unclutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-05 14:10:16 UTC (rev 102116)
+++ PKGBUILD2013-12-05 14:10:26 UTC (rev 102117)
@@ -6,15 +6,17 @@
 
 pkgname=unclutter
 pkgver=8
-pkgrel=8
+pkgrel=9
 pkgdesc=A small program for hiding the mouse cursor
 url=http://ftp.x.org/contrib/utilities/unclutter-8.README;
 arch=('i686' 'x86_64')
 license=('Public Domain')
-depends=('libxext')
+depends=('libxext' 'rubberband')
 makedepends=('imake')
-source=(http://ftp.x.org/contrib/utilities/$pkgname-$pkgver.tar.Z)
-md5sums=('83d7a6498b69078f869378f801b6a84b')
+source=(http://ftp.x.org/contrib/utilities/$pkgname-$pkgver.tar.Z
+   http://ftp.x.org/contrib/utilities/unclutter-8.README)
+md5sums=('83d7a6498b69078f869378f801b6a84b'
+ '90ea7ff9f64945a6ca979d08a60c28dd')
 
 build() {
   cd ${srcdir}/$pkgname
@@ -25,5 +27,6 @@
 package() {
   cd ${srcdir}/$pkgname
   make DESTDIR=${pkgdir} install
-  install -D -m 644 unclutter.man ${pkgdir}/usr/share/man/man1/unclutter.1
+  install -Dm0644 unclutter.man ${pkgdir}/usr/share/man/man1/unclutter.1
+  install -Dm0644 $srcdir/unclutter-8.README 
${pkgdir}/usr/share/licenses/$pkgname/unclutter-8.README
 }



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

2013-12-05 Thread Sergej Pupykin
Date: Thursday, December 5, 2013 @ 15:32:29
  Author: spupykin
Revision: 102122

upgpkg: unclutter 8-10

upd

Modified:
  unclutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-05 14:32:13 UTC (rev 102121)
+++ PKGBUILD2013-12-05 14:32:29 UTC (rev 102122)
@@ -6,12 +6,12 @@
 
 pkgname=unclutter
 pkgver=8
-pkgrel=9
+pkgrel=10
 pkgdesc=A small program for hiding the mouse cursor
 url=http://ftp.x.org/contrib/utilities/unclutter-8.README;
 arch=('i686' 'x86_64')
 license=('Public Domain')
-depends=('libxext' 'rubberband')
+depends=('libxext')
 makedepends=('imake')
 source=(http://ftp.x.org/contrib/utilities/$pkgname-$pkgver.tar.Z
http://ftp.x.org/contrib/utilities/unclutter-8.README)