[arch-commits] Commit in unclutter/repos/community-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-x86_64

Added:
  unclutter/repos/community-x86_64/PKGBUILD
(from rev 415530, unclutter/trunk/PKGBUILD)
Deleted:
  unclutter/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   65 +
 1 file changed, 31 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-11 20:56:38 UTC (rev 415530)
+++ PKGBUILD2018-12-11 20:56:43 UTC (rev 415531)
@@ -1,34 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Andrea Scarpino 
-# Contributor: Callan Barrett 
-# Contributor: Anthony Martin 
-
-_pkgname=unclutter-xfixes
-pkgname=unclutter
-epoch=1
-pkgver=1.4
-pkgrel=1
-pkgdesc='A small program for hiding the mouse cursor'
-url="https://github.com/Airblader/${_pkgname};
-arch=('x86_64')
-license=('MIT')
-depends=('libxi' 'libx11' 'libxfixes' 'libev')
-makedepends=('asciidoc')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('f28cd690cfa184fddd3961dda49d14e114dccd5e70d9bac8ca5ebcd5124985b3')
-
-build() {
-cd "${_pkgname}-${pkgver}"
-make all
-}
-
-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:

Copied: unclutter/repos/community-x86_64/PKGBUILD (from rev 415530, 
unclutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-11 20:56:43 UTC (rev 415531)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Andrea Scarpino 
+# Contributor: Callan Barrett 
+# Contributor: Anthony Martin 
+
+_pkgname=unclutter-xfixes
+pkgname=unclutter
+epoch=1
+pkgver=1.5
+pkgrel=1
+pkgdesc='A small program for hiding the mouse cursor'
+url="https://github.com/Airblader/${_pkgname};
+arch=('x86_64')
+license=('MIT')
+depends=('libxi' 'libx11' 'libxfixes' 'libev')
+makedepends=('asciidoc')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('35c75ad24be989dd6708db1d9ce9b2a2f814b80638c0633cdb075c6df090ed11')
+
+build() {
+cd "${_pkgname}-${pkgver}"
+make all
+}
+
+package() {
+cd "${_pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:


[arch-commits] Commit in unclutter/repos/community-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-x86_64

Added:
  unclutter/repos/community-x86_64/PKGBUILD
(from rev 415314, unclutter/trunk/PKGBUILD)
Deleted:
  unclutter/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   67 ++---
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-11 13:31:58 UTC (rev 415314)
+++ PKGBUILD2018-12-11 13:32:12 UTC (rev 415315)
@@ -1,33 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Andrea Scarpino 
-# Contributor: Callan Barrett 
-# Contributor: Anthony Martin 
-
-_pkgname=unclutter-xfixes
-pkgname=unclutter
-pkgver=1.4
-pkgrel=1
-pkgdesc='A small program for hiding the mouse cursor'
-url="https://github.com/Airblader/${_pkgname};
-arch=('x86_64')
-license=('MIT')
-depends=('libxi' 'libx11' 'libxfixes' 'libev')
-makedepends=('asciidoc')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('f28cd690cfa184fddd3961dda49d14e114dccd5e70d9bac8ca5ebcd5124985b3')
-
-build() {
-cd "${_pkgname}-${pkgver}"
-make all
-}
-
-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:

Copied: unclutter/repos/community-x86_64/PKGBUILD (from rev 415314, 
unclutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-11 13:32:12 UTC (rev 415315)
@@ -0,0 +1,34 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Andrea Scarpino 
+# Contributor: Callan Barrett 
+# Contributor: Anthony Martin 
+
+_pkgname=unclutter-xfixes
+pkgname=unclutter
+epoch=1
+pkgver=1.4
+pkgrel=1
+pkgdesc='A small program for hiding the mouse cursor'
+url="https://github.com/Airblader/${_pkgname};
+arch=('x86_64')
+license=('MIT')
+depends=('libxi' 'libx11' 'libxfixes' 'libev')
+makedepends=('asciidoc')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('f28cd690cfa184fddd3961dda49d14e114dccd5e70d9bac8ca5ebcd5124985b3')
+
+build() {
+cd "${_pkgname}-${pkgver}"
+make all
+}
+
+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/repos/community-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-x86_64

Added:
  unclutter/repos/community-x86_64/PKGBUILD
(from rev 415312, unclutter/trunk/PKGBUILD)
Deleted:
  unclutter/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-11 13:30:40 UTC (rev 415312)
+++ PKGBUILD2018-12-11 13:30:56 UTC (rev 415313)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
-# Contributor: Callan Barrett 
-# Contributor: Anthony Martin 
-
-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;
-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')
-
-build() {
-  cd "$srcdir"/$pkgname
-  xmkmf -a
-  make
-}
-
-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
-}

Copied: unclutter/repos/community-x86_64/PKGBUILD (from rev 415312, 
unclutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-11 13:30:56 UTC (rev 415313)
@@ -0,0 +1,33 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Andrea Scarpino 
+# Contributor: Callan Barrett 
+# Contributor: Anthony Martin 
+
+_pkgname=unclutter-xfixes
+pkgname=unclutter
+pkgver=1.4
+pkgrel=1
+pkgdesc='A small program for hiding the mouse cursor'
+url="https://github.com/Airblader/${_pkgname};
+arch=('x86_64')
+license=('MIT')
+depends=('libxi' 'libx11' 'libxfixes' 'libev')
+makedepends=('asciidoc')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('f28cd690cfa184fddd3961dda49d14e114dccd5e70d9bac8ca5ebcd5124985b3')
+
+build() {
+cd "${_pkgname}-${pkgver}"
+make all
+}
+
+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/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:20:57
  Author: felixonmars
Revision: 341404

archrelease: copy trunk to community-x86_64

Added:
  unclutter/repos/community-x86_64/PKGBUILD
(from rev 341403, unclutter/trunk/PKGBUILD)
Deleted:
  unclutter/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:19:46 UTC (rev 341403)
+++ PKGBUILD2018-06-06 17:20:57 UTC (rev 341404)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
-# Contributor: Callan Barrett 
-# Contributor: Anthony Martin 
-
-pkgname=unclutter
-pkgver=8
-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')
-makedepends=('imake')
-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
-  xmkmf -a
-  make
-}
-
-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
-}

Copied: unclutter/repos/community-x86_64/PKGBUILD (from rev 341403, 
unclutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:20:57 UTC (rev 341404)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: Callan Barrett 
+# Contributor: Anthony Martin 
+
+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;
+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')
+
+build() {
+  cd "$srcdir"/$pkgname
+  xmkmf -a
+  make
+}
+
+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
+}