[arch-commits] Commit in nsd/repos (16 files)

2016-06-14 Thread Gaëtan Bisson
Date: Tuesday, June 14, 2016 @ 20:35:50
  Author: bisson
Revision: 180111

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nsd/repos/community-i686/PKGBUILD
(from rev 180110, nsd/trunk/PKGBUILD)
  nsd/repos/community-i686/install
(from rev 180110, nsd/trunk/install)
  nsd/repos/community-i686/service
(from rev 180110, nsd/trunk/service)
  nsd/repos/community-i686/tmpfiles.d
(from rev 180110, nsd/trunk/tmpfiles.d)
  nsd/repos/community-x86_64/PKGBUILD
(from rev 180110, nsd/trunk/PKGBUILD)
  nsd/repos/community-x86_64/install
(from rev 180110, nsd/trunk/install)
  nsd/repos/community-x86_64/service
(from rev 180110, nsd/trunk/service)
  nsd/repos/community-x86_64/tmpfiles.d
(from rev 180110, nsd/trunk/tmpfiles.d)
Deleted:
  nsd/repos/community-i686/PKGBUILD
  nsd/repos/community-i686/install
  nsd/repos/community-i686/service
  nsd/repos/community-i686/tmpfiles.d
  nsd/repos/community-x86_64/PKGBUILD
  nsd/repos/community-x86_64/install
  nsd/repos/community-x86_64/service
  nsd/repos/community-x86_64/tmpfiles.d

-+
 /PKGBUILD   |   98 ++
 /install|   34 ++
 /service|   26 +++
 /tmpfiles.d |2 
 community-i686/PKGBUILD |   49 -
 community-i686/install  |   17 ---
 community-i686/service  |   13 -
 community-i686/tmpfiles.d   |1 
 community-x86_64/PKGBUILD   |   49 -
 community-x86_64/install|   17 ---
 community-x86_64/service|   13 -
 community-x86_64/tmpfiles.d |1 
 12 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-14 20:35:02 UTC (rev 180110)
+++ community-i686/PKGBUILD 2016-06-14 20:35:50 UTC (rev 180111)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Kaiting Chen 
-# Contributor: Roberto Alsina 
-
-pkgname=nsd
-pkgver=4.1.9
-pkgrel=1
-pkgdesc='Authoritative only, high performance and simple DNS server'
-url='http://www.nlnetlabs.nl/nsd/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libevent')
-makedepends=('flex')
-source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'tmpfiles.d'
-'service')
-sha256sums=('b811224d635331de741f1723aefc41adda0a0a3a499ec310aa01dd3b4b95c8f2'
-'8e72816177069d6b82306c4b61ca4d0eefd2a77a31ea79c50635eea5aecf8c5b'
-'5ec7616df32c29ddec25a6ec772db5053e234410cf1042f2945d0f554b1f9b65')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/ \
-   --sbindir=/usr/bin \
-   --datarootdir=/usr/share \
-   --with-pidfile=/run/nsd/nsd.pid \
-   --enable-ratelimit \
-   --enable-relro-now \
-   --enable-pie \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/nsd.conf
-   install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/nsd.service
-   rmdir "${pkgdir}"/{tmp,run/{nsd,}}
-
-   rm doc/differences.pdf
-   install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
-   install -m644 doc/* "${pkgdir}"/usr/share/doc/"${pkgname}"
-   ln -s ../../doc/"${pkgname}"/LICENSE 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
-}

Copied: nsd/repos/community-i686/PKGBUILD (from rev 180110, nsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-14 20:35:50 UTC (rev 180111)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Kaiting Chen 
+# Contributor: Roberto Alsina 
+
+pkgname=nsd
+pkgver=4.1.10
+pkgrel=1
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='http://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libevent')
+makedepends=('flex')
+source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'tmpfiles.d'
+'service')
+sha256sums=('3a757014046752a0b0b11c1a2e22a36bb796f89f6939147ed3226556b4298727'
+'8e72816177069d6b82306c4b61ca4d0eefd2a77a31ea79c50635eea5aecf8c5b'
+'5ec7616df32c29ddec25a6ec772db5053e234410cf1042f2945d0f554b1f9b65')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/ \
+   --sbindir=/usr/bin \
+   --datarootdir=/usr/share \

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

2016-06-14 Thread Gaëtan Bisson
Date: Tuesday, June 14, 2016 @ 20:35:02
  Author: bisson
Revision: 180110

upstream update

Modified:
  nsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 20:01:19 UTC (rev 180109)
+++ PKGBUILD2016-06-14 20:35:02 UTC (rev 180110)
@@ -4,7 +4,7 @@
 # Contributor: Roberto Alsina 
 
 pkgname=nsd
-pkgver=4.1.9
+pkgver=4.1.10
 pkgrel=1
 pkgdesc='Authoritative only, high performance and simple DNS server'
 url='http://www.nlnetlabs.nl/nsd/'
@@ -15,7 +15,7 @@
 
source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'tmpfiles.d'
 'service')
-sha256sums=('b811224d635331de741f1723aefc41adda0a0a3a499ec310aa01dd3b4b95c8f2'
+sha256sums=('3a757014046752a0b0b11c1a2e22a36bb796f89f6939147ed3226556b4298727'
 '8e72816177069d6b82306c4b61ca4d0eefd2a77a31ea79c50635eea5aecf8c5b'
 '5ec7616df32c29ddec25a6ec772db5053e234410cf1042f2945d0f554b1f9b65')
 


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

2016-06-21 Thread Gaëtan Bisson
Date: Tuesday, June 21, 2016 @ 11:04:09
  Author: bisson
Revision: 180689

upstream update

Modified:
  pari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-21 10:57:36 UTC (rev 180688)
+++ PKGBUILD2016-06-21 11:04:09 UTC (rev 180689)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=pari
-pkgver=2.7.5
+pkgver=2.7.6
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory'
 url='http://pari.math.u-bordeaux.fr/'
@@ -13,7 +13,7 @@
 optdepends=('perl: gphelp, tex2mail')
 validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
 
source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('ca6f6bc57d2028df5a5bddd3810a82cb05d139f2' 'SKIP')
+sha1sums=('b8c803e82740ffe6548f84e94e2ddb70786dd0fb' 'SKIP')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in pari/repos (4 files)

2016-06-21 Thread Gaëtan Bisson
Date: Tuesday, June 21, 2016 @ 11:05:29
  Author: bisson
Revision: 180690

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pari/repos/community-i686/PKGBUILD
(from rev 180689, pari/trunk/PKGBUILD)
  pari/repos/community-x86_64/PKGBUILD
(from rev 180689, pari/trunk/PKGBUILD)
Deleted:
  pari/repos/community-i686/PKGBUILD
  pari/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-21 11:04:09 UTC (rev 180689)
+++ community-i686/PKGBUILD 2016-06-21 11:05:29 UTC (rev 180690)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-
-pkgname=pari
-pkgver=2.7.5
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory'
-url='http://pari.math.u-bordeaux.fr/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gmp' 'readline' 'libx11')
-makedepends=('perl' 'texlive-core')
-optdepends=('perl: gphelp, tex2mail')
-validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
-source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('ca6f6bc57d2028df5a5bddd3810a82cb05d139f2' 'SKIP')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/\$addlib64//g' -i config/get_libpth
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./Configure \
-   --prefix=/usr \
-   --with-readline \
-   --mt=pthread \
-   --with-gmp \
-
-   make all
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make bench
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
-}

Copied: pari/repos/community-i686/PKGBUILD (from rev 180689, 
pari/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-21 11:05:29 UTC (rev 180690)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=pari
+pkgver=2.7.6
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory'
+url='http://pari.math.u-bordeaux.fr/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gmp' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core')
+optdepends=('perl: gphelp, tex2mail')
+validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
+source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('b8c803e82740ffe6548f84e94e2ddb70786dd0fb' 'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/\$addlib64//g' -i config/get_libpth
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make bench
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-21 11:04:09 UTC (rev 180689)
+++ community-x86_64/PKGBUILD   2016-06-21 11:05:29 UTC (rev 180690)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-
-pkgname=pari
-pkgver=2.7.5
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory'
-url='http://pari.math.u-bordeaux.fr/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gmp' 'readline' 'libx11')
-makedepends=('perl' 'texlive-core')
-optdepends=('perl: gphelp, tex2mail')
-validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
-source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('ca6f6bc57d2028df5a5bddd3810a82cb05d139f2' 'SKIP')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/\$addlib64//g' -i config/get_libpth
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./Configure \
-   --prefix=/usr \
-   --with-readline \
-   --mt=pthread \
-   --with-gmp \
-
-   make all
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make bench
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -sf gp.1.gz 

[arch-commits] Commit in gnupg/repos (12 files)

2016-06-21 Thread Gaëtan Bisson
Date: Wednesday, June 22, 2016 @ 00:25:16
  Author: bisson
Revision: 270468

db-move: moved gnupg from [testing] to [core] (i686, x86_64)

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 270467, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 270467, gnupg/repos/testing-i686/install)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 270467, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 270467, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-i686/sig-check-correction.diff
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/core-x86_64/sig-check-correction.diff
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

---+
 /PKGBUILD |  124 
 /install  |   20 +
 core-i686/PKGBUILD|   65 
 core-i686/install |4 -
 core-i686/sig-check-correction.diff   |   50 
 core-x86_64/PKGBUILD  |   65 
 core-x86_64/install   |4 -
 core-x86_64/sig-check-correction.diff |   50 
 8 files changed, 144 insertions(+), 238 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-06-21 20:26:23 UTC (rev 270467)
+++ core-i686/PKGBUILD  2016-06-22 00:25:16 UTC (rev 270468)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.1.12
-pkgrel=2
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('libldap' 'libusb-compat')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'sig-check-correction.diff')
-sha1sums=('3b01a35ac04277ea31cc01b4ac4e230e54b5480c' 'SKIP'
-  '3b9e42ff60a3ec28f507e3da9401a7201e3cff14')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-   patch -p1 -i ../sig-check-correction.diff
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
-   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
-   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
-   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 270467, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-06-22 00:25:16 UTC (rev 270468)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.13
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')

[arch-commits] Commit in gnupg/repos (6 files)

2016-06-16 Thread Gaëtan Bisson
Date: Thursday, June 16, 2016 @ 23:40:12
  Author: bisson
Revision: 270102

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 270101, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 270101, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 270101, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 270101, gnupg/trunk/install)

-+
 testing-i686/PKGBUILD   |   62 ++
 testing-i686/install|   10 +++
 testing-x86_64/PKGBUILD |   62 ++
 testing-x86_64/install  |   10 +++
 4 files changed, 144 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 270101, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-16 23:40:12 UTC (rev 270102)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.13
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('6ec1ae6db7815fdbd4151fb6b0b7197b65b05d1f' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 270101, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2016-06-16 23:40:12 UTC (rev 270102)
@@ -0,0 +1,10 @@
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null || true
+}
+
+post_upgrade() {
+   if [[ $(vercmp $2 2.1.13-1) = -1 ]]; then
+   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
+   fi
+}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 270101, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-16 23:40:12 UTC (rev 270102)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.13
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')

[arch-commits] Commit in gnupg/trunk (PKGBUILD install sig-check-correction.diff)

2016-06-16 Thread Gaëtan Bisson
Date: Thursday, June 16, 2016 @ 23:39:24
  Author: bisson
Revision: 270101

upstream update

Modified:
  gnupg/trunk/PKGBUILD
  gnupg/trunk/install
Deleted:
  gnupg/trunk/sig-check-correction.diff

---+
 PKGBUILD  |   11 +++--
 install   |6 +
 sig-check-correction.diff |   50 
 3 files changed, 10 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-16 21:49:13 UTC (rev 270100)
+++ PKGBUILD2016-06-16 23:39:24 UTC (rev 270101)
@@ -5,8 +5,8 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.1.12
-pkgrel=2
+pkgver=2.1.13
+pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -20,10 +20,8 @@
   '46CC730865BB5C78EBABADCF04376F3EE0856959'
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'sig-check-correction.diff')
-sha1sums=('3b01a35ac04277ea31cc01b4ac4e230e54b5480c' 'SKIP'
-  '3b9e42ff60a3ec28f507e3da9401a7201e3cff14')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('6ec1ae6db7815fdbd4151fb6b0b7197b65b05d1f' 'SKIP')
 
 install=install
 
@@ -34,7 +32,6 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-   patch -p1 -i ../sig-check-correction.diff
 }
 
 build() {

Modified: install
===
--- install 2016-06-16 21:49:13 UTC (rev 270100)
+++ install 2016-06-16 23:39:24 UTC (rev 270101)
@@ -2,3 +2,9 @@
# See FS#42798 and FS#47371
dirmngr /dev/null || true
 }
+
+post_upgrade() {
+   if [[ $(vercmp $2 2.1.13-1) = -1 ]]; then
+   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
+   fi
+}

Deleted: sig-check-correction.diff
===
--- sig-check-correction.diff   2016-06-16 21:49:13 UTC (rev 270100)
+++ sig-check-correction.diff   2016-06-16 23:39:24 UTC (rev 270101)
@@ -1,50 +0,0 @@
-From 83a90a916e8e2f8e44c3b11d11e1dd75f65a87fb Mon Sep 17 00:00:00 2001
-From: NIIBE Yutaka 
-Date: Wed, 11 May 2016 19:27:03 +0900
-Subject: [PATCH 1/1] g10: Fix signature checking.
-
-* g10/sig-check.c (check_signature_over_key_or_uid): Fix call to
-walk_kbnode.
-
---
-
-Thanks to Vincent Brillault (Feandil).
-
-GnuPG-bug-id: 2351
-Signed-off-by: NIIBE Yutaka 

- g10/sig-check.c | 13 +
- 1 file changed, 9 insertions(+), 4 deletions(-)
-
-diff --git a/g10/sig-check.c b/g10/sig-check.c
-index 290f19a..7000b48 100644
 a/g10/sig-check.c
-+++ b/g10/sig-check.c
-@@ -797,15 +797,20 @@ check_signature_over_key_or_uid (PKT_public_key *signer,
- *is_selfsig = 1;
- }
-   else
--/* See if one of the subkeys was the signer (although this is
--   extremely unlikely).  */
- {
-   kbnode_t ctx = NULL;
-   kbnode_t n;
- 
--  while ((n = walk_kbnode (kb, , PKT_PUBLIC_SUBKEY)))
-+  /* See if one of the subkeys was the signer (although this
-+ is extremely unlikely).  */
-+  while ((n = walk_kbnode (kb, , 0)))
- {
--  PKT_public_key *subk = n->pkt->pkt.public_key;
-+  PKT_public_key *subk;
-+
-+  if (n->pkt->pkttype != PKT_PUBLIC_SUBKEY)
-+continue;
-+
-+  subk = n->pkt->pkt.public_key;
-   if (sig->keyid[0] == subk->keyid[0]
-   && sig->keyid[1] == subk->keyid[1])
- /* Issued by a subkey.  */
--- 
-2.8.0.rc3
-


[arch-commits] Commit in s-nail/repos (4 files)

2016-06-21 Thread Gaëtan Bisson
Date: Tuesday, June 21, 2016 @ 19:16:34
  Author: bisson
Revision: 270452

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  s-nail/repos/testing-i686/
  s-nail/repos/testing-i686/PKGBUILD
(from rev 270451, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 270451, s-nail/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-x86_64/PKGBUILD |   52 ++
 2 files changed, 104 insertions(+)

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 270451, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-21 19:16:34 UTC (rev 270452)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.8.9
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
+sha1sums=('b7b0119d7f6497575eb17668d1d6ebb41c0a40c7' 'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: s-nail/repos/testing-x86_64/PKGBUILD (from rev 270451, 
s-nail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-21 19:16:34 UTC (rev 270452)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.8.9
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
+sha1sums=('b7b0119d7f6497575eb17668d1d6ebb41c0a40c7' 'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2016-06-21 Thread Gaëtan Bisson
Date: Tuesday, June 21, 2016 @ 19:14:44
  Author: bisson
Revision: 270451

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-21 19:06:24 UTC (rev 270450)
+++ PKGBUILD2016-06-21 19:14:44 UTC (rev 270451)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner 
 
 pkgname=s-nail
-pkgver=14.8.8
+pkgver=14.8.9
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://www.sdaoden.eu/code.html#s-nail'
@@ -15,7 +15,7 @@
 optdepends=('smtp-forwarder: for sending mail')
 validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
 source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
-sha1sums=('5cca53ed48e85edf4310700ce7264f8b253fe44c' 'SKIP')
+sha1sums=('b7b0119d7f6497575eb17668d1d6ebb41c0a40c7' 'SKIP')
 
 groups=('base')
 backup=('etc/mail.rc')


[arch-commits] Commit in screen/repos (8 files)

2016-06-19 Thread Gaëtan Bisson
Date: Monday, June 20, 2016 @ 00:24:55
  Author: bisson
Revision: 270253

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  screen/repos/testing-i686/
  screen/repos/testing-i686/PKGBUILD
(from rev 270252, screen/trunk/PKGBUILD)
  screen/repos/testing-i686/pam.d
(from rev 270252, screen/trunk/pam.d)
  screen/repos/testing-i686/tmpfiles.d
(from rev 270252, screen/trunk/tmpfiles.d)
  screen/repos/testing-x86_64/
  screen/repos/testing-x86_64/PKGBUILD
(from rev 270252, screen/trunk/PKGBUILD)
  screen/repos/testing-x86_64/pam.d
(from rev 270252, screen/trunk/pam.d)
  screen/repos/testing-x86_64/tmpfiles.d
(from rev 270252, screen/trunk/tmpfiles.d)

---+
 testing-i686/PKGBUILD |   55 
 testing-i686/pam.d|1 
 testing-i686/tmpfiles.d   |1 
 testing-x86_64/PKGBUILD   |   55 
 testing-x86_64/pam.d  |1 
 testing-x86_64/tmpfiles.d |1 
 6 files changed, 114 insertions(+)

Copied: screen/repos/testing-i686/PKGBUILD (from rev 270252, 
screen/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-20 00:24:55 UTC (rev 270253)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Allan McRae 
+# Committer: dorphell 
+
+pkgname=screen
+pkgver=4.4.0
+pkgrel=1
+pkgdesc='Full-screen window manager that multiplexes a physical terminal'
+url='http://www.gnu.org/software/screen/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'pam')
+validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4')
+source=("http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+'tmpfiles.d'
+'pam.d')
+sha1sums=('f37f99ec57be1063c471c86511eab20a3afd39ff' 'SKIP'
+  '76b9c70b77940eb1214fe65739f9f932dc57fb66'
+  '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
+
+backup=('etc/screenrc' 'etc/pam.d/screen')
+options=('!makeflags')
+
+_ptygroup=5 #the UID of our PTY/TTY group
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+   --enable-colors256 \
+   --enable-pam \
+   --enable-rxvt_osc \
+   --enable-telnet \
+   --with-pty-group=$_ptygroup \
+   --with-socket-dir=/run/screens \
+   --with-sys-screenrc=/etc/screenrc \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/screen
+   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/screen.conf
+
+   install -Dm644 etc/completer.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_screen
+   install -Dm644 etc/etcscreenrc "${pkgdir}"/etc/screenrc
+   install -Dm644 etc/screenrc "${pkgdir}"/etc/skel/.screenrc
+}

Copied: screen/repos/testing-i686/pam.d (from rev 270252, screen/trunk/pam.d)
===
--- testing-i686/pam.d  (rev 0)
+++ testing-i686/pam.d  2016-06-20 00:24:55 UTC (rev 270253)
@@ -0,0 +1 @@
+auth   requiredpam_unix.so

Copied: screen/repos/testing-i686/tmpfiles.d (from rev 270252, 
screen/trunk/tmpfiles.d)
===
--- testing-i686/tmpfiles.d (rev 0)
+++ testing-i686/tmpfiles.d 2016-06-20 00:24:55 UTC (rev 270253)
@@ -0,0 +1 @@
+d /run/screens 0755 root root -

Copied: screen/repos/testing-x86_64/PKGBUILD (from rev 270252, 
screen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-20 00:24:55 UTC (rev 270253)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Allan McRae 
+# Committer: dorphell 
+
+pkgname=screen
+pkgver=4.4.0
+pkgrel=1
+pkgdesc='Full-screen window manager that multiplexes a physical terminal'
+url='http://www.gnu.org/software/screen/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'pam')
+validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4')
+source=("http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+'tmpfiles.d'
+'pam.d')
+sha1sums=('f37f99ec57be1063c471c86511eab20a3afd39ff' 'SKIP'
+  '76b9c70b77940eb1214fe65739f9f932dc57fb66'
+  '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
+
+backup=('etc/screenrc' 'etc/pam.d/screen')
+options=('!makeflags')
+
+_ptygroup=5 #the UID of our PTY/TTY group
+
+build() {
+   cd 

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

2016-06-19 Thread Gaëtan Bisson
Date: Monday, June 20, 2016 @ 00:24:07
  Author: bisson
Revision: 270252

upstream update

Modified:
  screen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-19 22:38:35 UTC (rev 270251)
+++ PKGBUILD2016-06-20 00:24:07 UTC (rev 270252)
@@ -4,8 +4,8 @@
 # Committer: dorphell 
 
 pkgname=screen
-pkgver=4.3.1
-pkgrel=4
+pkgver=4.4.0
+pkgrel=1
 pkgdesc='Full-screen window manager that multiplexes a physical terminal'
 url='http://www.gnu.org/software/screen/'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 source=("http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
 'tmpfiles.d'
 'pam.d')
-sha1sums=('a524761504e28480517e338b20c852f2ab100c93' 'SKIP'
+sha1sums=('f37f99ec57be1063c471c86511eab20a3afd39ff' 'SKIP'
   '76b9c70b77940eb1214fe65739f9f932dc57fb66'
   '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
 


[arch-commits] Commit in feh/repos (4 files)

2016-06-24 Thread Gaëtan Bisson
Date: Friday, June 24, 2016 @ 15:26:26
  Author: bisson
Revision: 270590

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  feh/repos/extra-i686/PKGBUILD
(from rev 270589, feh/trunk/PKGBUILD)
  feh/repos/extra-x86_64/PKGBUILD
(from rev 270589, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-i686/PKGBUILD
  feh/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-24 15:25:45 UTC (rev 270589)
+++ extra-i686/PKGBUILD 2016-06-24 15:26:26 UTC (rev 270590)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.16
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('9fa1f890d01be21e6a4c5957e6d3f32e0c7ea3b1' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 270589, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-24 15:26:26 UTC (rev 270590)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.16.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('c8a3f44b3ebd0d62e4d38238c8cc2097d818a310' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-24 15:25:45 UTC (rev 270589)
+++ extra-x86_64/PKGBUILD   2016-06-24 15:26:26 UTC (rev 270590)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.16
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('9fa1f890d01be21e6a4c5957e6d3f32e0c7ea3b1' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 270589, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-24 15:26:26 UTC (rev 270590)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.16.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'

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

2016-06-24 Thread Gaëtan Bisson
Date: Friday, June 24, 2016 @ 15:25:45
  Author: bisson
Revision: 270589

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 14:45:57 UTC (rev 270588)
+++ PKGBUILD2016-06-24 15:25:45 UTC (rev 270589)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.16
+pkgver=2.16.1
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('9fa1f890d01be21e6a4c5957e6d3f32e0c7ea3b1' 'SKIP')
+sha1sums=('c8a3f44b3ebd0d62e4d38238c8cc2097d818a310' 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-06-18 Thread Gaëtan Bisson
Date: Saturday, June 18, 2016 @ 19:33:03
  Author: bisson
Revision: 270190

fix FS#49758

Modified:
  libjpeg-turbo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 18:51:25 UTC (rev 270189)
+++ PKGBUILD2016-06-18 19:33:03 UTC (rev 270190)
@@ -51,6 +51,6 @@
install

install -d "${pkgdir}/usr/share/licenses/libjpeg-turbo"
-   ln -t "${pkgdir}/usr/share/licenses/libjpeg-turbo" -s 
../../doc/libjpeg-turbo/README{,-turbo.txt}
+   ln -t "${pkgdir}/usr/share/licenses/libjpeg-turbo" -s 
../../doc/libjpeg-turbo/README.*
install -m644 jpegint.h "${pkgdir}/usr/include" # required by other 
software
 }


[arch-commits] Commit in conky/repos (8 files)

2016-06-25 Thread Gaëtan Bisson
Date: Saturday, June 25, 2016 @ 17:43:20
  Author: bisson
Revision: 270652

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 270651, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 270651, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 270651, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 270651, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  106 +
 /lua53.patch |   92 +++
 extra-i686/PKGBUILD  |   53 --
 extra-i686/lua53.patch   |   46 ---
 extra-x86_64/PKGBUILD|   53 --
 extra-x86_64/lua53.patch |   46 ---
 6 files changed, 198 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-25 17:40:13 UTC (rev 270651)
+++ extra-i686/PKGBUILD 2016-06-25 17:43:20 UTC (rev 270652)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.2
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2' 'libxinerama')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('7392523d2eb9e2044faae8d44cbd006b387d0a85'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_WLAN=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 270651, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-25 17:43:20 UTC (rev 270652)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.3
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2' 'libxinerama')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('971b20be2d8c2e676374441469e8525708500776'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_WLAN=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make 

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

2016-06-25 Thread Gaëtan Bisson
Date: Saturday, June 25, 2016 @ 17:40:13
  Author: bisson
Revision: 270651

upstream update

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-25 17:21:16 UTC (rev 270650)
+++ PKGBUILD2016-06-25 17:40:13 UTC (rev 270651)
@@ -5,7 +5,7 @@
 # Contributor: Partha Chowdhury 
 
 pkgname=conky
-pkgver=1.10.2
+pkgver=1.10.3
 pkgrel=1
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
@@ -15,7 +15,7 @@
 depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2' 'libxinerama')
 source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
 'lua53.patch')
-sha1sums=('7392523d2eb9e2044faae8d44cbd006b387d0a85'
+sha1sums=('971b20be2d8c2e676374441469e8525708500776'
   'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
 
 options=('!strip' 'debug')


[arch-commits] Commit in s-nail/repos (6 files)

2016-06-26 Thread Gaëtan Bisson
Date: Sunday, June 26, 2016 @ 18:39:51
  Author: bisson
Revision: 270690

db-move: moved s-nail from [testing] to [core] (i686, x86_64)

Added:
  s-nail/repos/core-i686/PKGBUILD
(from rev 270689, s-nail/repos/testing-i686/PKGBUILD)
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 270689, s-nail/repos/testing-x86_64/PKGBUILD)
Deleted:
  s-nail/repos/core-i686/PKGBUILD
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/testing-i686/
  s-nail/repos/testing-x86_64/

--+
 /PKGBUILD|  104 +
 core-i686/PKGBUILD   |   52 
 core-x86_64/PKGBUILD |   52 
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-06-26 18:36:40 UTC (rev 270689)
+++ core-i686/PKGBUILD  2016-06-26 18:39:51 UTC (rev 270690)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.8.8
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://www.sdaoden.eu/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'krb5')
-optdepends=('smtp-forwarder: for sending mail')
-validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
-source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
-sha1sums=('5cca53ed48e85edf4310700ce7264f8b253fe44c' 'SKIP')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CFLAGS+=" $CPPFLAGS"
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   LIBEXECDIR=/usr/lib \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   WANT_AUTOCC=0 \
-   config
-
-   make build
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" packager-install
-   ln -sf mail "${pkgdir}"/usr/bin/mailx
-   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: s-nail/repos/core-i686/PKGBUILD (from rev 270689, 
s-nail/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-06-26 18:39:51 UTC (rev 270690)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.8.9
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
+sha1sums=('b7b0119d7f6497575eb17668d1d6ebb41c0a40c7' 'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-06-26 18:36:40 UTC (rev 270689)
+++ core-x86_64/PKGBUILD2016-06-26 18:39:51 UTC (rev 270690)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 

[arch-commits] Commit in screen/repos (14 files)

2016-06-26 Thread Gaëtan Bisson
Date: Sunday, June 26, 2016 @ 18:39:53
  Author: bisson
Revision: 270691

db-move: moved screen from [testing] to [extra] (i686, x86_64)

Added:
  screen/repos/extra-i686/PKGBUILD
(from rev 270690, screen/repos/testing-i686/PKGBUILD)
  screen/repos/extra-i686/pam.d
(from rev 270690, screen/repos/testing-i686/pam.d)
  screen/repos/extra-i686/tmpfiles.d
(from rev 270690, screen/repos/testing-i686/tmpfiles.d)
  screen/repos/extra-x86_64/PKGBUILD
(from rev 270690, screen/repos/testing-x86_64/PKGBUILD)
  screen/repos/extra-x86_64/pam.d
(from rev 270690, screen/repos/testing-x86_64/pam.d)
  screen/repos/extra-x86_64/tmpfiles.d
(from rev 270690, screen/repos/testing-x86_64/tmpfiles.d)
Deleted:
  screen/repos/extra-i686/PKGBUILD
  screen/repos/extra-i686/pam.d
  screen/repos/extra-i686/tmpfiles.d
  screen/repos/extra-x86_64/PKGBUILD
  screen/repos/extra-x86_64/pam.d
  screen/repos/extra-x86_64/tmpfiles.d
  screen/repos/testing-i686/
  screen/repos/testing-x86_64/

-+
 /PKGBUILD   |  110 ++
 /pam.d  |2 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/pam.d|1 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/pam.d  |1 
 extra-x86_64/tmpfiles.d |1 
 9 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-26 18:39:51 UTC (rev 270690)
+++ extra-i686/PKGBUILD 2016-06-26 18:39:53 UTC (rev 270691)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Allan McRae 
-# Committer: dorphell 
-
-pkgname=screen
-pkgver=4.3.1
-pkgrel=4
-pkgdesc='Full-screen window manager that multiplexes a physical terminal'
-url='http://www.gnu.org/software/screen/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ncurses' 'pam')
-validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4')
-source=("http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
-'tmpfiles.d'
-'pam.d')
-sha1sums=('a524761504e28480517e338b20c852f2ab100c93' 'SKIP'
-  '76b9c70b77940eb1214fe65739f9f932dc57fb66'
-  '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
-
-backup=('etc/screenrc' 'etc/pam.d/screen')
-options=('!makeflags')
-
-_ptygroup=5 #the UID of our PTY/TTY group
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-   --enable-colors256 \
-   --enable-pam \
-   --enable-rxvt_osc \
-   --enable-telnet \
-   --with-pty-group=$_ptygroup \
-   --with-socket-dir=/run/screens \
-   --with-sys-screenrc=/etc/screenrc \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/screen
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/screen.conf
-
-   install -Dm644 etc/completer.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_screen
-   install -Dm644 etc/etcscreenrc "${pkgdir}"/etc/screenrc
-   install -Dm644 etc/screenrc "${pkgdir}"/etc/skel/.screenrc
-}

Copied: screen/repos/extra-i686/PKGBUILD (from rev 270690, 
screen/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-26 18:39:53 UTC (rev 270691)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Allan McRae 
+# Committer: dorphell 
+
+pkgname=screen
+pkgver=4.4.0
+pkgrel=1
+pkgdesc='Full-screen window manager that multiplexes a physical terminal'
+url='http://www.gnu.org/software/screen/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'pam')
+validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4')
+source=("http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+'tmpfiles.d'
+'pam.d')
+sha1sums=('f37f99ec57be1063c471c86511eab20a3afd39ff' 'SKIP'
+  '76b9c70b77940eb1214fe65739f9f932dc57fb66'
+  '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
+
+backup=('etc/screenrc' 'etc/pam.d/screen')
+options=('!makeflags')
+
+_ptygroup=5 #the UID of our PTY/TTY group
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+   --enable-colors256 \
+   --enable-pam \
+   --enable-rxvt_osc \
+   --enable-telnet \
+

[arch-commits] Commit in libedit/repos (4 files)

2016-06-26 Thread Gaëtan Bisson
Date: Sunday, June 26, 2016 @ 18:36:40
  Author: bisson
Revision: 270689

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libedit/repos/testing-i686/
  libedit/repos/testing-i686/PKGBUILD
(from rev 270688, libedit/trunk/PKGBUILD)
  libedit/repos/testing-x86_64/
  libedit/repos/testing-x86_64/PKGBUILD
(from rev 270688, libedit/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libedit/repos/testing-i686/PKGBUILD (from rev 270688, 
libedit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-26 18:36:40 UTC (rev 270689)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Roman Cheplyaka 
+
+pkgname=libedit
+_pkgver=20160618-3.1
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://www.thrysoee.dk/editline/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses')
+source=("http://www.thrysoee.dk/editline/libedit-${_pkgver}.tar.gz;)
+sha1sums=('56590b6827bb208d84c26c791371360bf8c316a6')
+
+build() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   ./configure --prefix=/usr --enable-widec
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   make prefix="${pkgdir}"/usr install
+
+   rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
+   cp "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
+}

Copied: libedit/repos/testing-x86_64/PKGBUILD (from rev 270688, 
libedit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-26 18:36:40 UTC (rev 270689)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Roman Cheplyaka 
+
+pkgname=libedit
+_pkgver=20160618-3.1
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://www.thrysoee.dk/editline/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses')
+source=("http://www.thrysoee.dk/editline/libedit-${_pkgver}.tar.gz;)
+sha1sums=('56590b6827bb208d84c26c791371360bf8c316a6')
+
+build() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   ./configure --prefix=/usr --enable-widec
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   make prefix="${pkgdir}"/usr install
+
+   rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
+   cp "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
+}


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

2016-06-26 Thread Gaëtan Bisson
Date: Sunday, June 26, 2016 @ 18:35:34
  Author: bisson
Revision: 270688

upstream update

Modified:
  libedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-26 17:22:27 UTC (rev 270687)
+++ PKGBUILD2016-06-26 18:35:34 UTC (rev 270688)
@@ -4,9 +4,9 @@
 # Contributor: Roman Cheplyaka 
 
 pkgname=libedit
-_pkgver=20150325-3.1
+_pkgver=20160618-3.1
 pkgver=${_pkgver/-/_}
-pkgrel=2
+pkgrel=1
 pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
 url='http://www.thrysoee.dk/editline/'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('ncurses')
 source=("http://www.thrysoee.dk/editline/libedit-${_pkgver}.tar.gz;)
-sha1sums=('c5bf50b433ea35f9fc883400cde674556c44af30')
+sha1sums=('56590b6827bb208d84c26c791371360bf8c316a6')
 
 build() {
cd "${srcdir}/${pkgname}-${_pkgver}"
@@ -25,6 +25,7 @@
cd "${srcdir}/${pkgname}-${_pkgver}"
make prefix="${pkgdir}"/usr install
 
+   rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
cp "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
 }


[arch-commits] Commit in collectd/repos (8 files)

2016-07-26 Thread Gaëtan Bisson
Date: Tuesday, July 26, 2016 @ 21:56:11
  Author: bisson
Revision: 184457

archrelease: copy trunk to community-i686, community-x86_64

Added:
  collectd/repos/community-i686/PKGBUILD
(from rev 184456, collectd/trunk/PKGBUILD)
  collectd/repos/community-i686/service
(from rev 184456, collectd/trunk/service)
  collectd/repos/community-x86_64/PKGBUILD
(from rev 184456, collectd/trunk/PKGBUILD)
  collectd/repos/community-x86_64/service
(from rev 184456, collectd/trunk/service)
Deleted:
  collectd/repos/community-i686/PKGBUILD
  collectd/repos/community-i686/service
  collectd/repos/community-x86_64/PKGBUILD
  collectd/repos/community-x86_64/service

---+
 /PKGBUILD |  154 
 /service  |   26 +++
 community-i686/PKGBUILD   |   77 --
 community-i686/service|   13 ---
 community-x86_64/PKGBUILD |   77 --
 community-x86_64/service  |   13 ---
 6 files changed, 180 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-26 21:35:09 UTC (rev 184456)
+++ community-i686/PKGBUILD 2016-07-26 21:56:11 UTC (rev 184457)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Gerhard Brauer 
-
-pkgname=collectd
-pkgver=5.5.1
-pkgrel=5
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='http://collectd.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'libmariadbclient: mysql plugin'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'openipmi: ipmi plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python2: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'yajl: curl_json plugin'
-'libatasmart: smart plugin'
-'lvm2: lvm plugin'
-'protobuf-c: write_riemann plugin')
-
-makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
- 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'openipmi'
- 'liboping' 'libpcap' 'postgresql-libs' 'python2' 'rrdtool'
- 'lm_sensors' 'libvirt' 'libxml2' 'yajl' 'libatasmart' 'lvm2'
- 'protobuf-c')
-
-depends=('libltdl' 'iptables')
-
-source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
-'service')
-sha1sums=('91df348504f0f9d5c2a2be50933c0695386d7871'
-  '04f676d0b76c34df0bbf94629813e035b1febe04')
-
-backup=('etc/collectd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/-Werror//g' -i *.ac */*.{am,in} */*/*.{am,in}
-   autoreconf
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export MAKEFLAGS='-j1'
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --with-python=/usr/bin/python2 \
-   --with-perl-bindings='INSTALLDIRS=vendor'
-   make all
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rmdir "${pkgdir}/var/run" # FS#30201
-   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
-}

Copied: collectd/repos/community-i686/PKGBUILD (from rev 184456, 
collectd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-26 21:56:11 UTC (rev 184457)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.5.2
+pkgrel=1
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='http://collectd.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+

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

2016-07-26 Thread Gaëtan Bisson
Date: Tuesday, July 26, 2016 @ 21:35:09
  Author: bisson
Revision: 184456

upstream update

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-26 20:07:07 UTC (rev 184455)
+++ PKGBUILD2016-07-26 21:35:09 UTC (rev 184456)
@@ -3,8 +3,8 @@
 # Contributor: Gerhard Brauer 
 
 pkgname=collectd
-pkgver=5.5.1
-pkgrel=5
+pkgver=5.5.2
+pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='http://collectd.org/'
 arch=('i686' 'x86_64')
@@ -44,7 +44,7 @@
 
 source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
 'service')
-sha1sums=('91df348504f0f9d5c2a2be50933c0695386d7871'
+sha1sums=('5d850b1b91cb88dd784a552f6f0dbee8ee76300f'
   '04f676d0b76c34df0bbf94629813e035b1febe04')
 
 backup=('etc/collectd.conf')


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

2016-07-26 Thread Gaëtan Bisson
Date: Tuesday, July 26, 2016 @ 22:01:09
  Author: bisson
Revision: 272498

upstream update, ships t1/ttf/otf not pfb/pfm

Modified:
  gsfonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-26 21:34:17 UTC (rev 272497)
+++ PKGBUILD2016-07-26 22:01:09 UTC (rev 272498)
@@ -5,7 +5,7 @@
 
 pkgname=gsfonts
 _pkgname=urw-core35-fonts
-pkgver=20150811
+pkgver=20160531
 pkgrel=1
 pkgdesc='URW+ Postscript core35 fonts'
 url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
@@ -13,7 +13,7 @@
 license=('AGPL3')
 makedepends=('git')
 depends=('xorg-font-utils' 'fontconfig')
-source=("git://git.ghostscript.com/${_pkgname}.git#commit=c983ed400dc278dcf20bdff68252fad6d9db7af9")
+source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
 sha1sums=('SKIP')
 
 install=install
@@ -20,6 +20,8 @@
 
 package() {
cd "${srcdir}/${_pkgname}"
-   install -d "${pkgdir}"/usr/share/fonts/Type1
-   install -m644 *.{pfb,pfm,afm} "${pkgdir}"/usr/share/fonts/Type1
+   install -d "${pkgdir}"/usr/share/fonts/{Type1,OTF,TTF}
+   install -m644 *.{afm,t1} "${pkgdir}"/usr/share/fonts/Type1
+   install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
+   install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
 }


[arch-commits] Commit in gsfonts/repos (3 files)

2016-07-26 Thread Gaëtan Bisson
Date: Tuesday, July 26, 2016 @ 22:01:25
  Author: bisson
Revision: 272499

archrelease: copy trunk to testing-any

Added:
  gsfonts/repos/testing-any/
  gsfonts/repos/testing-any/PKGBUILD
(from rev 272498, gsfonts/trunk/PKGBUILD)
  gsfonts/repos/testing-any/install
(from rev 272498, gsfonts/trunk/install)

--+
 PKGBUILD |   27 +++
 install  |   13 +
 2 files changed, 40 insertions(+)

Copied: gsfonts/repos/testing-any/PKGBUILD (from rev 272498, 
gsfonts/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-07-26 22:01:25 UTC (rev 272499)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Firmicus 
+# Contributor: dorphell 
+
+pkgname=gsfonts
+_pkgname=urw-core35-fonts
+pkgver=20160531
+pkgrel=1
+pkgdesc='URW+ Postscript core35 fonts'
+url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
+arch=('any')
+license=('AGPL3')
+makedepends=('git')
+depends=('xorg-font-utils' 'fontconfig')
+source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
+sha1sums=('SKIP')
+
+install=install
+
+package() {
+   cd "${srcdir}/${_pkgname}"
+   install -d "${pkgdir}"/usr/share/fonts/{Type1,OTF,TTF}
+   install -m644 *.{afm,t1} "${pkgdir}"/usr/share/fonts/Type1
+   install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
+   install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
+}

Copied: gsfonts/repos/testing-any/install (from rev 272498, 
gsfonts/trunk/install)
===
--- testing-any/install (rev 0)
+++ testing-any/install 2016-07-26 22:01:25 UTC (rev 272499)
@@ -0,0 +1,13 @@
+post_install() {
+   fc-cache -s > /dev/null
+   mkfontscale /usr/share/fonts/Type1
+   mkfontdir /usr/share/fonts/Type1
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2016-07-14 Thread Gaëtan Bisson
Date: Friday, July 15, 2016 @ 00:12:00
  Author: bisson
Revision: 271872

upstream update

Modified:
  libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-14 19:11:03 UTC (rev 271871)
+++ PKGBUILD2016-07-15 00:12:00 UTC (rev 271872)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=libgpg-error
-pkgver=1.23
+pkgver=1.24
 pkgrel=1
 pkgdesc="Support library for libgcrypt"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})

#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
 # https://www.gnupg.org/download/integrity_check.html
-sha1sums=('c6a0c49211955e924593527b32e4b2736cafcda5'
+sha1sums=('c3e5bd0c3ddea647416b429cd8e2ec755bad9d9e'
   'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 


[arch-commits] Commit in libgpg-error/repos (4 files)

2016-07-14 Thread Gaëtan Bisson
Date: Friday, July 15, 2016 @ 00:12:45
  Author: bisson
Revision: 271873

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libgpg-error/repos/staging-i686/
  libgpg-error/repos/staging-i686/PKGBUILD
(from rev 271872, libgpg-error/trunk/PKGBUILD)
  libgpg-error/repos/staging-x86_64/
  libgpg-error/repos/staging-x86_64/PKGBUILD
(from rev 271872, libgpg-error/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: libgpg-error/repos/staging-i686/PKGBUILD (from rev 271872, 
libgpg-error/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-15 00:12:45 UTC (rev 271873)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: judd 
+
+pkgname=libgpg-error
+pkgver=1.24
+pkgrel=1
+pkgdesc="Support library for libgcrypt"
+arch=(i686 x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('c3e5bd0c3ddea647416b429cd8e2ec755bad9d9e'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}

Copied: libgpg-error/repos/staging-x86_64/PKGBUILD (from rev 271872, 
libgpg-error/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-07-15 00:12:45 UTC (rev 271873)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: judd 
+
+pkgname=libgpg-error
+pkgver=1.24
+pkgrel=1
+pkgdesc="Support library for libgcrypt"
+arch=(i686 x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('c3e5bd0c3ddea647416b429cd8e2ec755bad9d9e'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}


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

2016-07-14 Thread Gaëtan Bisson
Date: Friday, July 15, 2016 @ 00:18:47
  Author: bisson
Revision: 271874

upstream update

Modified:
  libassuan/trunk/PKGBUILD

--+
 PKGBUILD |   31 ---
 1 file changed, 16 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-15 00:12:45 UTC (rev 271873)
+++ PKGBUILD2016-07-15 00:18:47 UTC (rev 271874)
@@ -1,31 +1,32 @@
 # $Id$
-# Maintainer: Tobias Powalowski 
+# Contributor: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
 
 pkgname=libassuan
-pkgver=2.4.2
-pkgrel=2
-pkgdesc="A IPC library used by some GnuPG related software"
+pkgver=2.4.3
+pkgrel=1
+pkgdesc='IPC library used by some GnuPG related software'
+url='http://www.gnupg.org/related_software/libassuan/'
 arch=('i686' 'x86_64')
 license=('GPL')
-url="http://www.gnupg.org/related_software/libassuan;
 depends=('libgpg-error')
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-sha1sums=('ac1047f9764fd4a4db7dafe47640643164394db9'
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('27391cf4a820b5350ea789c30661830c9a271518'
   'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in libassuan/repos (4 files)

2016-07-14 Thread Gaëtan Bisson
Date: Friday, July 15, 2016 @ 00:19:13
  Author: bisson
Revision: 271875

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libassuan/repos/staging-i686/
  libassuan/repos/staging-i686/PKGBUILD
(from rev 271874, libassuan/trunk/PKGBUILD)
  libassuan/repos/staging-x86_64/
  libassuan/repos/staging-x86_64/PKGBUILD
(from rev 271874, libassuan/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libassuan/repos/staging-i686/PKGBUILD (from rev 271874, 
libassuan/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-15 00:19:13 UTC (rev 271875)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libassuan
+pkgver=2.4.3
+pkgrel=1
+pkgdesc='IPC library used by some GnuPG related software'
+url='http://www.gnupg.org/related_software/libassuan/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgpg-error')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('27391cf4a820b5350ea789c30661830c9a271518'
+  'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: libassuan/repos/staging-x86_64/PKGBUILD (from rev 271874, 
libassuan/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-07-15 00:19:13 UTC (rev 271875)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libassuan
+pkgver=2.4.3
+pkgrel=1
+pkgdesc='IPC library used by some GnuPG related software'
+url='http://www.gnupg.org/related_software/libassuan/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgpg-error')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('27391cf4a820b5350ea789c30661830c9a271518'
+  'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gnupg/repos (6 files)

2016-07-14 Thread Gaëtan Bisson
Date: Friday, July 15, 2016 @ 00:29:13
  Author: bisson
Revision: 271877

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gnupg/repos/staging-i686/
  gnupg/repos/staging-i686/PKGBUILD
(from rev 271876, gnupg/trunk/PKGBUILD)
  gnupg/repos/staging-i686/install
(from rev 271876, gnupg/trunk/install)
  gnupg/repos/staging-x86_64/
  gnupg/repos/staging-x86_64/PKGBUILD
(from rev 271876, gnupg/trunk/PKGBUILD)
  gnupg/repos/staging-x86_64/install
(from rev 271876, gnupg/trunk/install)

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-i686/install|   10 +++
 staging-x86_64/PKGBUILD |   61 ++
 staging-x86_64/install  |   10 +++
 4 files changed, 142 insertions(+)

Copied: gnupg/repos/staging-i686/PKGBUILD (from rev 271876, 
gnupg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-15 00:29:13 UTC (rev 271877)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.14
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('bc7609a3a0daf0ed0efb22f77b43e82f28e20e34' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+}

Copied: gnupg/repos/staging-i686/install (from rev 271876, gnupg/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2016-07-15 00:29:13 UTC (rev 271877)
@@ -0,0 +1,10 @@
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null || true
+}
+
+post_upgrade() {
+   if [[ $(vercmp $2 2.1.13-1) = -1 ]]; then
+   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
+   fi
+}

Copied: gnupg/repos/staging-x86_64/PKGBUILD (from rev 271876, 
gnupg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-07-15 00:29:13 UTC (rev 271877)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.14
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('bc7609a3a0daf0ed0efb22f77b43e82f28e20e34' 

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

2016-07-14 Thread Gaëtan Bisson
Date: Friday, July 15, 2016 @ 00:28:46
  Author: bisson
Revision: 271876

upstream update

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-15 00:19:13 UTC (rev 271875)
+++ PKGBUILD2016-07-15 00:28:46 UTC (rev 271876)
@@ -5,7 +5,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.1.13
+pkgver=2.1.14
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
@@ -21,7 +21,7 @@
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
 
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('6ec1ae6db7815fdbd4151fb6b0b7197b65b05d1f' 'SKIP')
+sha1sums=('bc7609a3a0daf0ed0efb22f77b43e82f28e20e34' 'SKIP')
 
 install=install
 
@@ -58,5 +58,4 @@
ln -s gpg2 "${pkgdir}"/usr/bin/gpg
ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
-   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
 }


[arch-commits] Commit in gnupg/repos (8 files)

2016-07-14 Thread Gaëtan Bisson
Date: Friday, July 15, 2016 @ 00:30:58
  Author: bisson
Revision: 271878

db-move: moved gnupg from [staging] to [testing] (i686, x86_64)

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 271877, gnupg/repos/staging-i686/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 271877, gnupg/repos/staging-i686/install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 271877, gnupg/repos/staging-x86_64/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 271877, gnupg/repos/staging-x86_64/install)
Deleted:
  gnupg/repos/staging-i686/
  gnupg/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   61 ++
 testing-i686/install|   10 +++
 testing-x86_64/PKGBUILD |   61 ++
 testing-x86_64/install  |   10 +++
 4 files changed, 142 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 271877, 
gnupg/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-15 00:30:58 UTC (rev 271878)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.14
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('bc7609a3a0daf0ed0efb22f77b43e82f28e20e34' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+}

Copied: gnupg/repos/testing-i686/install (from rev 271877, 
gnupg/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2016-07-15 00:30:58 UTC (rev 271878)
@@ -0,0 +1,10 @@
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null || true
+}
+
+post_upgrade() {
+   if [[ $(vercmp $2 2.1.13-1) = -1 ]]; then
+   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
+   fi
+}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 271877, 
gnupg/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-15 00:30:58 UTC (rev 271878)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.14
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  

[arch-commits] Commit in libassuan/repos (6 files)

2016-07-14 Thread Gaëtan Bisson
Date: Friday, July 15, 2016 @ 00:30:59
  Author: bisson
Revision: 271879

db-move: moved libassuan from [staging] to [testing] (i686, x86_64)

Added:
  libassuan/repos/testing-i686/
  libassuan/repos/testing-i686/PKGBUILD
(from rev 271878, libassuan/repos/staging-i686/PKGBUILD)
  libassuan/repos/testing-x86_64/
  libassuan/repos/testing-x86_64/PKGBUILD
(from rev 271878, libassuan/repos/staging-x86_64/PKGBUILD)
Deleted:
  libassuan/repos/staging-i686/
  libassuan/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libassuan/repos/testing-i686/PKGBUILD (from rev 271878, 
libassuan/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-15 00:30:59 UTC (rev 271879)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libassuan
+pkgver=2.4.3
+pkgrel=1
+pkgdesc='IPC library used by some GnuPG related software'
+url='http://www.gnupg.org/related_software/libassuan/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgpg-error')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('27391cf4a820b5350ea789c30661830c9a271518'
+  'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: libassuan/repos/testing-x86_64/PKGBUILD (from rev 271878, 
libassuan/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-15 00:30:59 UTC (rev 271879)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libassuan
+pkgver=2.4.3
+pkgrel=1
+pkgdesc='IPC library used by some GnuPG related software'
+url='http://www.gnupg.org/related_software/libassuan/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgpg-error')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('27391cf4a820b5350ea789c30661830c9a271518'
+  'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in libgpg-error/repos (6 files)

2016-07-14 Thread Gaëtan Bisson
Date: Friday, July 15, 2016 @ 00:31:00
  Author: bisson
Revision: 271880

db-move: moved libgpg-error from [staging] to [testing] (i686, x86_64)

Added:
  libgpg-error/repos/testing-i686/
  libgpg-error/repos/testing-i686/PKGBUILD
(from rev 271879, libgpg-error/repos/staging-i686/PKGBUILD)
  libgpg-error/repos/testing-x86_64/
  libgpg-error/repos/testing-x86_64/PKGBUILD
(from rev 271879, libgpg-error/repos/staging-x86_64/PKGBUILD)
Deleted:
  libgpg-error/repos/staging-i686/
  libgpg-error/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: libgpg-error/repos/testing-i686/PKGBUILD (from rev 271879, 
libgpg-error/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-15 00:31:00 UTC (rev 271880)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: judd 
+
+pkgname=libgpg-error
+pkgver=1.24
+pkgrel=1
+pkgdesc="Support library for libgcrypt"
+arch=(i686 x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('c3e5bd0c3ddea647416b429cd8e2ec755bad9d9e'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}

Copied: libgpg-error/repos/testing-x86_64/PKGBUILD (from rev 271879, 
libgpg-error/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-15 00:31:00 UTC (rev 271880)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: judd 
+
+pkgname=libgpg-error
+pkgver=1.24
+pkgrel=1
+pkgdesc="Support library for libgcrypt"
+arch=(i686 x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('c3e5bd0c3ddea647416b429cd8e2ec755bad9d9e'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}


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

2016-07-27 Thread Gaëtan Bisson
Date: Wednesday, July 27, 2016 @ 18:18:12
  Author: bisson
Revision: 272518

type1 should be superseded by otf

Modified:
  gsfonts/trunk/PKGBUILD
  gsfonts/trunk/install

--+
 PKGBUILD |6 ++
 install  |6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 18:05:40 UTC (rev 272517)
+++ PKGBUILD2016-07-27 18:18:12 UTC (rev 272518)
@@ -6,7 +6,7 @@
 pkgname=gsfonts
 _pkgname=urw-core35-fonts
 pkgver=20160531
-pkgrel=1
+pkgrel=2
 pkgdesc='URW+ Postscript core35 fonts'
 url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
 arch=('any')
@@ -20,8 +20,6 @@
 
 package() {
cd "${srcdir}/${_pkgname}"
-   install -d "${pkgdir}"/usr/share/fonts/{Type1,OTF,TTF}
-   install -m644 *.{afm,t1} "${pkgdir}"/usr/share/fonts/Type1
+   install -d "${pkgdir}"/usr/share/fonts/OTF
install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
-   install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
 }

Modified: install
===
--- install 2016-07-27 18:05:40 UTC (rev 272517)
+++ install 2016-07-27 18:18:12 UTC (rev 272518)
@@ -1,7 +1,7 @@
 post_install() {
-   fc-cache -s > /dev/null
-   mkfontscale /usr/share/fonts/Type1
-   mkfontdir /usr/share/fonts/Type1
+   fc-cache -s &> /dev/null
+   mkfontscale /usr/share/fonts/Type1 &>/dev/null
+   mkfontdir /usr/share/fonts/Type1 &>/dev/null
 }
 
 post_upgrade() {


[arch-commits] Commit in gsfonts/repos/testing-any (PKGBUILD PKGBUILD install install)

2016-07-27 Thread Gaëtan Bisson
Date: Wednesday, July 27, 2016 @ 18:18:40
  Author: bisson
Revision: 272519

archrelease: copy trunk to testing-any

Added:
  gsfonts/repos/testing-any/PKGBUILD
(from rev 272518, gsfonts/trunk/PKGBUILD)
  gsfonts/repos/testing-any/install
(from rev 272518, gsfonts/trunk/install)
Deleted:
  gsfonts/repos/testing-any/PKGBUILD
  gsfonts/repos/testing-any/install

--+
 PKGBUILD |   52 +---
 install  |   26 +-
 2 files changed, 38 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 18:18:12 UTC (rev 272518)
+++ PKGBUILD2016-07-27 18:18:40 UTC (rev 272519)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Firmicus 
-# Contributor: dorphell 
-
-pkgname=gsfonts
-_pkgname=urw-core35-fonts
-pkgver=20160531
-pkgrel=1
-pkgdesc='URW+ Postscript core35 fonts'
-url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
-arch=('any')
-license=('AGPL3')
-makedepends=('git')
-depends=('xorg-font-utils' 'fontconfig')
-source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
-sha1sums=('SKIP')
-
-install=install
-
-package() {
-   cd "${srcdir}/${_pkgname}"
-   install -d "${pkgdir}"/usr/share/fonts/{Type1,OTF,TTF}
-   install -m644 *.{afm,t1} "${pkgdir}"/usr/share/fonts/Type1
-   install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
-   install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
-}

Copied: gsfonts/repos/testing-any/PKGBUILD (from rev 272518, 
gsfonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-27 18:18:40 UTC (rev 272519)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Firmicus 
+# Contributor: dorphell 
+
+pkgname=gsfonts
+_pkgname=urw-core35-fonts
+pkgver=20160531
+pkgrel=2
+pkgdesc='URW+ Postscript core35 fonts'
+url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
+arch=('any')
+license=('AGPL3')
+makedepends=('git')
+depends=('xorg-font-utils' 'fontconfig')
+source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
+sha1sums=('SKIP')
+
+install=install
+
+package() {
+   cd "${srcdir}/${_pkgname}"
+   install -d "${pkgdir}"/usr/share/fonts/OTF
+   install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
+}

Deleted: install
===
--- install 2016-07-27 18:18:12 UTC (rev 272518)
+++ install 2016-07-27 18:18:40 UTC (rev 272519)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s > /dev/null
-   mkfontscale /usr/share/fonts/Type1
-   mkfontdir /usr/share/fonts/Type1
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: gsfonts/repos/testing-any/install (from rev 272518, 
gsfonts/trunk/install)
===
--- install (rev 0)
+++ install 2016-07-27 18:18:40 UTC (rev 272519)
@@ -0,0 +1,13 @@
+post_install() {
+   fc-cache -s &> /dev/null
+   mkfontscale /usr/share/fonts/Type1 &>/dev/null
+   mkfontdir /usr/share/fonts/Type1 &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2016-07-23 Thread Gaëtan Bisson
Date: Saturday, July 23, 2016 @ 22:06:46
  Author: bisson
Revision: 272427

rebuild for libvpx-1.6.0

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-23 19:02:38 UTC (rev 272426)
+++ PKGBUILD2016-07-23 22:06:46 UTC (rev 272427)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.38.0
-pkgrel=12
+pkgrel=13
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')


[arch-commits] Commit in graphviz/repos (10 files)

2016-07-23 Thread Gaëtan Bisson
Date: Saturday, July 23, 2016 @ 22:07:42
  Author: bisson
Revision: 272428

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/PKGBUILD
(from rev 272427, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/format-string.patch
(from rev 272427, graphviz/trunk/format-string.patch)
  graphviz/repos/staging-i686/ghostscript918.patch
(from rev 272427, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-i686/install
(from rev 272427, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 272427, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/format-string.patch
(from rev 272427, graphviz/trunk/format-string.patch)
  graphviz/repos/staging-x86_64/ghostscript918.patch
(from rev 272427, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-x86_64/install
(from rev 272427, graphviz/trunk/install)

-+
 staging-i686/PKGBUILD   |   60 ++
 staging-i686/format-string.patch|   21 +++
 staging-i686/ghostscript918.patch   |   18 ++
 staging-i686/install|   12 ++
 staging-x86_64/PKGBUILD |   60 ++
 staging-x86_64/format-string.patch  |   21 +++
 staging-x86_64/ghostscript918.patch |   18 ++
 staging-x86_64/install  |   12 ++
 8 files changed, 222 insertions(+)

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 272427, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-23 22:07:42 UTC (rev 272428)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.38.0
+pkgrel=13
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
+'format-string.patch'
+'ghostscript918.patch')
+sha1sums=('053c771278909160916ca5464a0a98ebf034c6ef'
+  '271d116bc022596a64b6ee061f3d2e50fa2e6025'
+  'bcce75a535c277556e196638e59ea019b0a63fa1')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../format-string.patch # FS#42983
+   patch -p1 -i ../ghostscript918.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # Workaround symlink upgrade bug (fixed in pacman trunk)
+   # Also deduplicates the tcl libraries (upstream bug?)
+   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
+   rm -r "${pkgdir}/usr/lib/tcl8.6/graphviz"
+   ln -s ../graphviz/tcl "$pkgdir/usr/lib/tcl8.6/graphviz"
+}

Copied: graphviz/repos/staging-i686/format-string.patch (from rev 272427, 
graphviz/trunk/format-string.patch)
===
--- staging-i686/format-string.patch(rev 0)
+++ staging-i686/format-string.patch2016-07-23 22:07:42 UTC (rev 272428)
@@ -0,0 +1,21 @@
+diff -Naur old/lib/cgraph/scan.l new/lib/cgraph/scan.l
+--- old/lib/cgraph/scan.l  2014-04-13 10:40:25.0 -1000
 new/lib/cgraph/scan.l  2014-12-02 08:54:21.285050735 -1000
+@@ -149,7 +149,7 @@
+   agxbput(,buf);
+   agxbput(,fname);
+   agxbput(, " splits into two tokens\n");
+-  agerr(AGWARN,agxbuse());
++  agerr(AGWARN, "%s", agxbuse());
+ 
+   agxbfree();
+   return 1;
+@@ -225,7 +225,7 @@
+   agxbput (, buf);
+   agxbput (, yytext);
+   agxbput (,"'\n");
+-  agerr(AGERR,agxbuse());
++  agerr(AGERR, "%s", agxbuse());
+   agxbfree();
+ }
+ /* must be here to see flex's macro defns */

Copied: graphviz/repos/staging-i686/ghostscript918.patch (from rev 272427, 
graphviz/trunk/ghostscript918.patch)

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

2016-08-01 Thread Gaëtan Bisson
Date: Monday, August 1, 2016 @ 11:04:07
  Author: bisson
Revision: 272769

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 09:27:16 UTC (rev 272768)
+++ PKGBUILD2016-08-01 11:04:07 UTC (rev 272769)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.16.1
+pkgver=2.16.2
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('c8a3f44b3ebd0d62e4d38238c8cc2097d818a310' 'SKIP')
+sha1sums=('7f2ab6191f21efb081d7fe9f0bb81ff404178eb5' 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in feh/repos (4 files)

2016-08-01 Thread Gaëtan Bisson
Date: Monday, August 1, 2016 @ 11:04:46
  Author: bisson
Revision: 272770

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  feh/repos/extra-i686/PKGBUILD
(from rev 272769, feh/trunk/PKGBUILD)
  feh/repos/extra-x86_64/PKGBUILD
(from rev 272769, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-i686/PKGBUILD
  feh/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-01 11:04:07 UTC (rev 272769)
+++ extra-i686/PKGBUILD 2016-08-01 11:04:46 UTC (rev 272770)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.16.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('c8a3f44b3ebd0d62e4d38238c8cc2097d818a310' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 272769, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-01 11:04:46 UTC (rev 272770)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.16.2
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('7f2ab6191f21efb081d7fe9f0bb81ff404178eb5' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-01 11:04:07 UTC (rev 272769)
+++ extra-x86_64/PKGBUILD   2016-08-01 11:04:46 UTC (rev 272770)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.16.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('c8a3f44b3ebd0d62e4d38238c8cc2097d818a310' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 272769, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-01 11:04:46 UTC (rev 272770)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.16.2
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'

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

2016-08-01 Thread Gaëtan Bisson
Date: Monday, August 1, 2016 @ 13:45:48
  Author: bisson
Revision: 272771

upstream update

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 11:04:46 UTC (rev 272770)
+++ PKGBUILD2016-08-01 13:45:48 UTC (rev 272771)
@@ -4,8 +4,8 @@
 # Contributor: judd 
 
 pkgname=openssh
-pkgver=7.2p2
-pkgrel=2
+pkgver=7.3p1
+pkgrel=1
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
 license=('custom:BSD')
@@ -22,7 +22,7 @@
 'sshd.socket'
 'sshd.conf'
 'sshd.pam')
-sha1sums=('70e35d7d6386fe08abbd823b3a12a3ca44ac6d38' 'SKIP'
+sha1sums=('bfade84283fcba885e2084343ab19a08c7d123a5' 'SKIP'
   'caaa801da59a5d14c0c29c43e9de5fef281ea03e'
   '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
   'ec49c6beba923e201505f5669cea48cad29014db'


[arch-commits] Commit in openssh/repos (16 files)

2016-08-01 Thread Gaëtan Bisson
Date: Monday, August 1, 2016 @ 13:47:06
  Author: bisson
Revision: 272772

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 272771, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/sshd.conf
(from rev 272771, openssh/trunk/sshd.conf)
  openssh/repos/testing-i686/sshd.pam
(from rev 272771, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 272771, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 272771, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 272771, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 272771, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 272771, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 272771, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 272771, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 272771, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 272771, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 272771, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 272771, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   90 +++
 testing-i686/sshd.conf |1 
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   17 ++
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 +++
 testing-i686/sshdgenkeys.service   |   15 +
 testing-x86_64/PKGBUILD|   90 +++
 testing-x86_64/sshd.conf   |1 
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   17 ++
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 +++
 testing-x86_64/sshdgenkeys.service |   15 +
 14 files changed, 294 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 272771, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-01 13:47:06 UTC (rev 272772)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=7.3p1
+pkgrel=1
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=("http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.conf'
+'sshd.pam')
+sha1sums=('bfade84283fcba885e2084343ab19a08c7d123a5' 'SKIP'
+  'caaa801da59a5d14c0c29c43e9de5fef281ea03e'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-mantype=man \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make tests || true
+   # hard to suitably test connectivity:
+   # - fails with /bin/false as login shell
+   # - fails with firewall activated, etc.
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   ln -sf ssh.1.gz "${pkgdir}"/usr/share/man/man1/slogin.1.gz
+   install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+
+   

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

2016-07-31 Thread Gaëtan Bisson
Date: Sunday, July 31, 2016 @ 09:30:48
  Author: bisson
Revision: 272753

rebuild for glew-2.0.0

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-31 09:30:08 UTC (rev 272752)
+++ PKGBUILD2016-07-31 09:30:48 UTC (rev 272753)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2016.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')


[arch-commits] Commit in hugin/repos (4 files)

2016-07-31 Thread Gaëtan Bisson
Date: Sunday, July 31, 2016 @ 09:31:14
  Author: bisson
Revision: 272754

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  hugin/repos/staging-i686/
  hugin/repos/staging-i686/PKGBUILD
(from rev 272753, hugin/trunk/PKGBUILD)
  hugin/repos/staging-x86_64/
  hugin/repos/staging-x86_64/PKGBUILD
(from rev 272753, hugin/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: hugin/repos/staging-i686/PKGBUILD (from rev 272753, 
hugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-31 09:31:14 UTC (rev 272754)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2016.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
+  'glew' 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;)
+sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   install -d build
+   cd build
+   cmake .. \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 272753, 
hugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-07-31 09:31:14 UTC (rev 272754)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2016.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
+  'glew' 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;)
+sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   install -d build
+   cd build
+   cmake .. \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in inkscape/repos (4 files)

2016-07-31 Thread Gaëtan Bisson
Date: Sunday, July 31, 2016 @ 09:22:07
  Author: bisson
Revision: 272750

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 272749, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 272749, inkscape/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   59 ++
 staging-x86_64/PKGBUILD |   59 ++
 2 files changed, 118 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 272749, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-31 09:22:07 UTC (rev 272750)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=19
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("https://inkscape.org/en/gallery/item/3860/inkscape-0.91.tar.bz2;
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af2edd32ef9a')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   # FS#43744
+   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # glibmm 2.46 uses C++11 features
+   CXXFLAGS+=' -std=c++11'
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-strict-build \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 272749, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-07-31 09:22:07 UTC (rev 272750)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=19
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("https://inkscape.org/en/gallery/item/3860/inkscape-0.91.tar.bz2;
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af2edd32ef9a')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   

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

2016-07-31 Thread Gaëtan Bisson
Date: Sunday, July 31, 2016 @ 09:21:16
  Author: bisson
Revision: 272749

rebuild for poppler-0.46.0

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-31 08:49:20 UTC (rev 272748)
+++ PKGBUILD2016-07-31 09:21:16 UTC (rev 272749)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.91
-pkgrel=18
+pkgrel=19
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')


[arch-commits] Commit in gsfonts/repos (5 files)

2016-07-31 Thread Gaëtan Bisson
Date: Sunday, July 31, 2016 @ 10:04:51
  Author: bisson
Revision: 272755

db-move: moved gsfonts from [testing] to [extra] (any)

Added:
  gsfonts/repos/extra-any/PKGBUILD
(from rev 272754, gsfonts/repos/testing-any/PKGBUILD)
  gsfonts/repos/extra-any/install
(from rev 272754, gsfonts/repos/testing-any/install)
Deleted:
  gsfonts/repos/extra-any/PKGBUILD
  gsfonts/repos/extra-any/install
  gsfonts/repos/testing-any/

+
 /PKGBUILD  |   25 +
 /install   |   13 +
 extra-any/PKGBUILD |   25 -
 extra-any/install  |   13 -
 4 files changed, 38 insertions(+), 38 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2016-07-31 09:31:14 UTC (rev 272754)
+++ extra-any/PKGBUILD  2016-07-31 10:04:51 UTC (rev 272755)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Firmicus 
-# Contributor: dorphell 
-
-pkgname=gsfonts
-_pkgname=urw-core35-fonts
-pkgver=20150811
-pkgrel=1
-pkgdesc='URW+ Postscript core35 fonts'
-url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
-arch=('any')
-license=('AGPL3')
-makedepends=('git')
-depends=('xorg-font-utils' 'fontconfig')
-source=("git://git.ghostscript.com/${_pkgname}.git#commit=c983ed400dc278dcf20bdff68252fad6d9db7af9")
-sha1sums=('SKIP')
-
-install=install
-
-package() {
-   cd "${srcdir}/${_pkgname}"
-   install -d "${pkgdir}"/usr/share/fonts/Type1
-   install -m644 *.{pfb,pfm,afm} "${pkgdir}"/usr/share/fonts/Type1
-}

Copied: gsfonts/repos/extra-any/PKGBUILD (from rev 272754, 
gsfonts/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2016-07-31 10:04:51 UTC (rev 272755)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Firmicus 
+# Contributor: dorphell 
+
+pkgname=gsfonts
+_pkgname=urw-core35-fonts
+pkgver=20160531
+pkgrel=3
+pkgdesc='URW+ Postscript core35 fonts'
+url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
+arch=('any')
+license=('AGPL3')
+makedepends=('git')
+depends=('xorg-font-utils' 'fontconfig')
+source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
+sha1sums=('SKIP')
+
+install=install
+
+package() {
+   cd "${srcdir}/${_pkgname}"
+   install -d "${pkgdir}"/usr/share/fonts/OTF
+   install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
+}

Deleted: extra-any/install
===
--- extra-any/install   2016-07-31 09:31:14 UTC (rev 272754)
+++ extra-any/install   2016-07-31 10:04:51 UTC (rev 272755)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s > /dev/null
-   mkfontscale /usr/share/fonts/Type1
-   mkfontdir /usr/share/fonts/Type1
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: gsfonts/repos/extra-any/install (from rev 272754, 
gsfonts/repos/testing-any/install)
===
--- extra-any/install   (rev 0)
+++ extra-any/install   2016-07-31 10:04:51 UTC (rev 272755)
@@ -0,0 +1,13 @@
+post_install() {
+   fc-cache -s &> /dev/null
+   mkfontscale /usr/share/fonts/OTF &>/dev/null
+   mkfontdir /usr/share/fonts/OTF &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in gsfonts/repos/testing-any (PKGBUILD PKGBUILD install install)

2016-07-27 Thread Gaëtan Bisson
Date: Thursday, July 28, 2016 @ 03:56:43
  Author: bisson
Revision: 272531

archrelease: copy trunk to testing-any

Added:
  gsfonts/repos/testing-any/PKGBUILD
(from rev 272530, gsfonts/trunk/PKGBUILD)
  gsfonts/repos/testing-any/install
(from rev 272530, gsfonts/trunk/install)
Deleted:
  gsfonts/repos/testing-any/PKGBUILD
  gsfonts/repos/testing-any/install

--+
 PKGBUILD |   50 +-
 install  |   26 +-
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-28 03:56:23 UTC (rev 272530)
+++ PKGBUILD2016-07-28 03:56:43 UTC (rev 272531)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Firmicus 
-# Contributor: dorphell 
-
-pkgname=gsfonts
-_pkgname=urw-core35-fonts
-pkgver=20160531
-pkgrel=2
-pkgdesc='URW+ Postscript core35 fonts'
-url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
-arch=('any')
-license=('AGPL3')
-makedepends=('git')
-depends=('xorg-font-utils' 'fontconfig')
-source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
-sha1sums=('SKIP')
-
-install=install
-
-package() {
-   cd "${srcdir}/${_pkgname}"
-   install -d "${pkgdir}"/usr/share/fonts/OTF
-   install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
-}

Copied: gsfonts/repos/testing-any/PKGBUILD (from rev 272530, 
gsfonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-28 03:56:43 UTC (rev 272531)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Firmicus 
+# Contributor: dorphell 
+
+pkgname=gsfonts
+_pkgname=urw-core35-fonts
+pkgver=20160531
+pkgrel=3
+pkgdesc='URW+ Postscript core35 fonts'
+url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
+arch=('any')
+license=('AGPL3')
+makedepends=('git')
+depends=('xorg-font-utils' 'fontconfig')
+source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
+sha1sums=('SKIP')
+
+install=install
+
+package() {
+   cd "${srcdir}/${_pkgname}"
+   install -d "${pkgdir}"/usr/share/fonts/OTF
+   install -m644 *.otf "${pkgdir}"/usr/share/fonts/OTF
+}

Deleted: install
===
--- install 2016-07-28 03:56:23 UTC (rev 272530)
+++ install 2016-07-28 03:56:43 UTC (rev 272531)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s &> /dev/null
-   mkfontscale /usr/share/fonts/Type1 &>/dev/null
-   mkfontdir /usr/share/fonts/Type1 &>/dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: gsfonts/repos/testing-any/install (from rev 272530, 
gsfonts/trunk/install)
===
--- install (rev 0)
+++ install 2016-07-28 03:56:43 UTC (rev 272531)
@@ -0,0 +1,13 @@
+post_install() {
+   fc-cache -s &> /dev/null
+   mkfontscale /usr/share/fonts/OTF &>/dev/null
+   mkfontdir /usr/share/fonts/OTF &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2016-07-27 Thread Gaëtan Bisson
Date: Thursday, July 28, 2016 @ 03:56:23
  Author: bisson
Revision: 272530

fix install scriptlet

Modified:
  gsfonts/trunk/PKGBUILD
  gsfonts/trunk/install

--+
 PKGBUILD |2 +-
 install  |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 20:07:10 UTC (rev 272529)
+++ PKGBUILD2016-07-28 03:56:23 UTC (rev 272530)
@@ -6,7 +6,7 @@
 pkgname=gsfonts
 _pkgname=urw-core35-fonts
 pkgver=20160531
-pkgrel=2
+pkgrel=3
 pkgdesc='URW+ Postscript core35 fonts'
 url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
 arch=('any')

Modified: install
===
--- install 2016-07-27 20:07:10 UTC (rev 272529)
+++ install 2016-07-28 03:56:23 UTC (rev 272530)
@@ -1,7 +1,7 @@
 post_install() {
fc-cache -s &> /dev/null
-   mkfontscale /usr/share/fonts/Type1 &>/dev/null
-   mkfontdir /usr/share/fonts/Type1 &>/dev/null
+   mkfontscale /usr/share/fonts/OTF &>/dev/null
+   mkfontdir /usr/share/fonts/OTF &>/dev/null
 }
 
 post_upgrade() {


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

2016-08-01 Thread Gaëtan Bisson
Date: Monday, August 1, 2016 @ 20:20:07
  Author: bisson
Revision: 272791

upstream update

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 20:18:30 UTC (rev 272790)
+++ PKGBUILD2016-08-01 20:20:07 UTC (rev 272791)
@@ -5,8 +5,8 @@
 # Contributor: Partha Chowdhury 
 
 pkgname=conky
-pkgver=1.10.3
-pkgrel=2
+pkgver=1.10.4
+pkgrel=1
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
 license=('BSD' 'GPL')
@@ -16,7 +16,7 @@
  'imlib2' 'libxml2' 'libpulse')
 source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
 'lua53.patch')
-sha1sums=('971b20be2d8c2e676374441469e8525708500776'
+sha1sums=('f2da0e3b8e6ff8ebc42b35f710f822e228616993'
   'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
 
 options=('!strip' 'debug')


[arch-commits] Commit in openssh/repos (30 files)

2016-08-01 Thread Gaëtan Bisson
Date: Tuesday, August 2, 2016 @ 00:36:49
  Author: bisson
Revision: 272797

db-move: moved openssh from [testing] to [core] (i686, x86_64)

Added:
  openssh/repos/core-i686/PKGBUILD
(from rev 272796, openssh/repos/testing-i686/PKGBUILD)
  openssh/repos/core-i686/sshd.conf
(from rev 272796, openssh/repos/testing-i686/sshd.conf)
  openssh/repos/core-i686/sshd.pam
(from rev 272796, openssh/repos/testing-i686/sshd.pam)
  openssh/repos/core-i686/sshd.service
(from rev 272796, openssh/repos/testing-i686/sshd.service)
  openssh/repos/core-i686/sshd.socket
(from rev 272796, openssh/repos/testing-i686/sshd.socket)
  openssh/repos/core-i686/sshd@.service
(from rev 272796, openssh/repos/testing-i686/sshd@.service)
  openssh/repos/core-i686/sshdgenkeys.service
(from rev 272796, openssh/repos/testing-i686/sshdgenkeys.service)
  openssh/repos/core-x86_64/PKGBUILD
(from rev 272796, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/sshd.conf
(from rev 272796, openssh/repos/testing-x86_64/sshd.conf)
  openssh/repos/core-x86_64/sshd.pam
(from rev 272796, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 272796, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 272796, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 272796, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 272796, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-i686/PKGBUILD
  openssh/repos/core-i686/sshd.conf
  openssh/repos/core-i686/sshd.pam
  openssh/repos/core-i686/sshd.service
  openssh/repos/core-i686/sshd.socket
  openssh/repos/core-i686/sshd@.service
  openssh/repos/core-i686/sshdgenkeys.service
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/sshd.conf
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-i686/
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  180 ++
 /sshd.conf  |2 
 /sshd.pam   |   12 ++
 /sshd.service   |   34 +++
 /sshd.socket|   20 
 /sshd@.service  |   16 +++
 /sshdgenkeys.service|   30 ++
 core-i686/PKGBUILD  |   90 ---
 core-i686/sshd.conf |1 
 core-i686/sshd.pam  |6 -
 core-i686/sshd.service  |   17 ---
 core-i686/sshd.socket   |   10 --
 core-i686/sshd@.service |8 -
 core-i686/sshdgenkeys.service   |   15 ---
 core-x86_64/PKGBUILD|   90 ---
 core-x86_64/sshd.conf   |1 
 core-x86_64/sshd.pam|6 -
 core-x86_64/sshd.service|   17 ---
 core-x86_64/sshd.socket |   10 --
 core-x86_64/sshd@.service   |8 -
 core-x86_64/sshdgenkeys.service |   15 ---
 21 files changed, 294 insertions(+), 294 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-08-01 23:03:01 UTC (rev 272796)
+++ core-i686/PKGBUILD  2016-08-02 00:36:49 UTC (rev 272797)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=7.2p2
-pkgrel=2
-pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
-source=("http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.conf'
-'sshd.pam')
-sha1sums=('70e35d7d6386fe08abbd823b3a12a3ca44ac6d38' 'SKIP'
-  'caaa801da59a5d14c0c29c43e9de5fef281ea03e'
-  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
-  'ec49c6beba923e201505f5669cea48cad29014db'
-  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
-  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
-  'd93dca5ebda4610ff7647187f8928a3de28703f3')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/ssh \
-   

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

2016-08-11 Thread Gaëtan Bisson
Date: Friday, August 12, 2016 @ 00:25:42
  Author: bisson
Revision: 186448

fix build against libgit2-0.24

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 20:52:05 UTC (rev 186447)
+++ PKGBUILD2016-08-12 00:25:42 UTC (rev 186448)
@@ -5,7 +5,7 @@
 pkgname=subsurface
 _pkgname=Subsurface
 pkgver=4.5.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Divelog program'
 url='http://subsurface-divelog.org/'
 license=('GPL2')
@@ -19,13 +19,15 @@
 
 prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:tree_flags:flags:g' -i git-access.c
+   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
git-access.c
sed 's:

[arch-commits] Commit in subsurface/repos (4 files)

2016-08-11 Thread Gaëtan Bisson
Date: Friday, August 12, 2016 @ 00:26:22
  Author: bisson
Revision: 186449

archrelease: copy trunk to community-i686, community-x86_64

Added:
  subsurface/repos/community-i686/PKGBUILD
(from rev 186448, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-x86_64/PKGBUILD
(from rev 186448, subsurface/trunk/PKGBUILD)
Deleted:
  subsurface/repos/community-i686/PKGBUILD
  subsurface/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   39 
 community-x86_64/PKGBUILD |   39 
 3 files changed, 82 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-12 00:25:42 UTC (rev 186448)
+++ community-i686/PKGBUILD 2016-08-12 00:26:22 UTC (rev 186449)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.6
-pkgrel=2
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.6
+pkgrel=3
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:tree_flags:flags:g' -i git-access.c
+   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
git-access.c
+   sed 's:
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.6
-pkgrel=2
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.6
+pkgrel=3
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:tree_flags:flags:g' -i git-access.c
+   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
git-access.c
+   sed 's:

[arch-commits] Commit in open-vm-tools/repos (30 files)

2016-07-13 Thread Gaëtan Bisson
Date: Wednesday, July 13, 2016 @ 23:35:30
  Author: bisson
Revision: 182842

db-move: moved open-vm-tools from [community-testing] to [community] (i686, 
x86_64)

Added:
  open-vm-tools/repos/community-i686/PKGBUILD
(from rev 182841, open-vm-tools/repos/community-testing-i686/PKGBUILD)
  open-vm-tools/repos/community-i686/network-script
(from rev 182841, open-vm-tools/repos/community-testing-i686/network-script)
  open-vm-tools/repos/community-i686/tools.conf
(from rev 182841, open-vm-tools/repos/community-testing-i686/tools.conf)
  open-vm-tools/repos/community-i686/vmtoolsd.service
(from rev 182841, 
open-vm-tools/repos/community-testing-i686/vmtoolsd.service)
  open-vm-tools/repos/community-i686/vmware-guestd
(from rev 182841, open-vm-tools/repos/community-testing-i686/vmware-guestd)
  open-vm-tools/repos/community-i686/vmware-vmblock-fuse.service
(from rev 182841, 
open-vm-tools/repos/community-testing-i686/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-i686/xautostart.conf
(from rev 182841, 
open-vm-tools/repos/community-testing-i686/xautostart.conf)
  open-vm-tools/repos/community-x86_64/PKGBUILD
(from rev 182841, open-vm-tools/repos/community-testing-x86_64/PKGBUILD)
  open-vm-tools/repos/community-x86_64/network-script
(from rev 182841, 
open-vm-tools/repos/community-testing-x86_64/network-script)
  open-vm-tools/repos/community-x86_64/tools.conf
(from rev 182841, open-vm-tools/repos/community-testing-x86_64/tools.conf)
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
(from rev 182841, 
open-vm-tools/repos/community-testing-x86_64/vmtoolsd.service)
  open-vm-tools/repos/community-x86_64/vmware-guestd
(from rev 182841, 
open-vm-tools/repos/community-testing-x86_64/vmware-guestd)
  open-vm-tools/repos/community-x86_64/vmware-vmblock-fuse.service
(from rev 182841, 
open-vm-tools/repos/community-testing-x86_64/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-x86_64/xautostart.conf
(from rev 182841, 
open-vm-tools/repos/community-testing-x86_64/xautostart.conf)
Deleted:
  open-vm-tools/repos/community-i686/PKGBUILD
  open-vm-tools/repos/community-i686/network-script
  open-vm-tools/repos/community-i686/tools.conf
  open-vm-tools/repos/community-i686/vmtoolsd.service
  open-vm-tools/repos/community-i686/vmware-guestd
  open-vm-tools/repos/community-i686/vmware-vmblock-fuse.service
  open-vm-tools/repos/community-i686/xautostart.conf
  open-vm-tools/repos/community-testing-i686/
  open-vm-tools/repos/community-testing-x86_64/
  open-vm-tools/repos/community-x86_64/PKGBUILD
  open-vm-tools/repos/community-x86_64/network-script
  open-vm-tools/repos/community-x86_64/tools.conf
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
  open-vm-tools/repos/community-x86_64/vmware-guestd
  open-vm-tools/repos/community-x86_64/vmware-vmblock-fuse.service
  open-vm-tools/repos/community-x86_64/xautostart.conf

--+
 /PKGBUILD|  170 ++
 /network-script  |  390 +
 /tools.conf  |2 
 /vmtoolsd.service|   18 +
 /vmware-guestd   |   12 
 /vmware-vmblock-fuse.service |   24 +
 /xautostart.conf |   12 
 community-i686/PKGBUILD  |   83 -
 community-i686/network-script|  195 
 community-i686/tools.conf|1 
 community-i686/vmtoolsd.service  |9 
 community-i686/vmware-guestd |6 
 community-i686/vmware-vmblock-fuse.service   |   12 
 community-i686/xautostart.conf   |6 
 community-x86_64/PKGBUILD|   83 -
 community-x86_64/network-script  |  195 
 community-x86_64/tools.conf  |1 
 community-x86_64/vmtoolsd.service|9 
 community-x86_64/vmware-guestd   |6 
 community-x86_64/vmware-vmblock-fuse.service |   12 
 community-x86_64/xautostart.conf |6 
 21 files changed, 628 insertions(+), 624 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 182841:182842 to see the changes.


[arch-commits] Commit in procps-ng/repos (10 files)

2016-07-13 Thread Gaëtan Bisson
Date: Wednesday, July 13, 2016 @ 23:35:27
  Author: bisson
Revision: 271843

db-move: moved procps-ng from [testing] to [core] (i686, x86_64)

Added:
  procps-ng/repos/core-i686/PKGBUILD
(from rev 271842, procps-ng/repos/testing-i686/PKGBUILD)
  procps-ng/repos/core-i686/install
(from rev 271842, procps-ng/repos/testing-i686/install)
  procps-ng/repos/core-x86_64/PKGBUILD
(from rev 271842, procps-ng/repos/testing-x86_64/PKGBUILD)
  procps-ng/repos/core-x86_64/install
(from rev 271842, procps-ng/repos/testing-x86_64/install)
Deleted:
  procps-ng/repos/core-i686/PKGBUILD
  procps-ng/repos/core-i686/install
  procps-ng/repos/core-x86_64/PKGBUILD
  procps-ng/repos/core-x86_64/install
  procps-ng/repos/testing-i686/
  procps-ng/repos/testing-x86_64/

--+
 /PKGBUILD|  104 +
 /install |   28 +
 core-i686/PKGBUILD   |   52 
 core-i686/install|   14 --
 core-x86_64/PKGBUILD |   52 
 core-x86_64/install  |   14 --
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-07-13 20:03:14 UTC (rev 271842)
+++ core-i686/PKGBUILD  2016-07-13 23:35:27 UTC (rev 271843)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Eric Bélanger 
-
-pkgname=procps-ng
-pkgver=3.3.11
-pkgrel=2
-pkgdesc='Utilities for monitoring your system and its processes'
-url='https://gitlab.com/procps-ng/procps'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-makedepends=('systemd')
-depends=('ncurses' 'libsystemd')
-source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1bdca65547df9ed019bd83649b0f8b8eaa017e25')
-
-groups=('base')
-
-conflicts=('procps' 'sysvinit-tools')
-provides=('procps' 'sysvinit-tools')
-replaces=('procps' 'sysvinit-tools')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's:
+# Contributor: Eric Bélanger 
+
+pkgname=procps-ng
+pkgver=3.3.12
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='https://gitlab.com/procps-ng/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('systemd')
+depends=('ncurses' 'libsystemd')
+source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('82c0745f150f1385ca01fe7d24f05f74e31c94c6')
+
+groups=('base')
+
+conflicts=('procps' 'sysvinit-tools')
+provides=('procps' 'sysvinit-tools')
+replaces=('procps' 'sysvinit-tools')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's: The file /etc/sysctl.conf has been removed from this
-==> package, as all its settings are now kernel defaults.
-
-==> If you had customized it, you need to rename it as
-==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
-==> systemd only applies settings from /etc/sysctl.d/* .
-
-EOF
-   fi
-}

Copied: procps-ng/repos/core-i686/install (from rev 271842, 
procps-ng/repos/testing-i686/install)
===
--- core-i686/install   (rev 0)
+++ core-i686/install   2016-07-13 23:35:27 UTC (rev 271843)
@@ -0,0 +1,14 @@
+post_upgrade() {
+   if [[ $(vercmp $2 3.3.8-3) = -1 ]]; then
+   cat < The file /etc/sysctl.conf has been removed from this
+==> package, as all its settings are now kernel defaults.
+
+==> If you had customized it, you need to rename it as
+==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
+==> systemd only applies settings from /etc/sysctl.d/* .
+
+EOF
+   fi
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-07-13 20:03:14 UTC (rev 271842)
+++ core-x86_64/PKGBUILD2016-07-13 23:35:27 UTC (rev 271843)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Eric Bélanger 
-
-pkgname=procps-ng
-pkgver=3.3.11
-pkgrel=2
-pkgdesc='Utilities for monitoring your system and its processes'
-url='https://gitlab.com/procps-ng/procps'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-makedepends=('systemd')
-depends=('ncurses' 'libsystemd')
-source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1bdca65547df9ed019bd83649b0f8b8eaa017e25')
-
-groups=('base')
-
-conflicts=('procps' 'sysvinit-tools')
-provides=('procps' 'sysvinit-tools')
-replaces=('procps' 'sysvinit-tools')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's:
+# Contributor: Eric Bélanger 
+
+pkgname=procps-ng
+pkgver=3.3.12
+pkgrel=1
+pkgdesc='Utilities for 

[arch-commits] Commit in apitrace/repos (6 files)

2016-07-13 Thread Gaëtan Bisson
Date: Wednesday, July 13, 2016 @ 23:35:31
  Author: bisson
Revision: 182843

db-move: moved apitrace from [community-testing] to [community] (i686, x86_64)

Added:
  apitrace/repos/community-i686/PKGBUILD
(from rev 182842, apitrace/repos/community-testing-i686/PKGBUILD)
  apitrace/repos/community-x86_64/PKGBUILD
(from rev 182842, apitrace/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  apitrace/repos/community-i686/PKGBUILD
  apitrace/repos/community-testing-i686/
  apitrace/repos/community-testing-x86_64/
  apitrace/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   36 --
 community-x86_64/PKGBUILD |   36 --
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-13 23:35:30 UTC (rev 182842)
+++ community-i686/PKGBUILD 2016-07-13 23:35:31 UTC (rev 182843)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Luca Bennati 
-# Contributor: Glaucous 
-
-pkgname=apitrace
-pkgver=7.1
-pkgrel=1
-pkgdesc="Graphics API Tracing"
-arch=('i686' 'x86_64')
-url="https://github.com/apitrace/apitrace;
-license=('custom')
-makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
-md5sums=('c5d44dece1e1ca7c63f8b8efbd06ac5a')
-
-build() {
-  cd ${srcdir}/apitrace-*
-
-  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DENABLE_GUI=TRUE
-  make -C build
-}
-
-package() {
-  depends=('python2' 'libgl' 'procps-ng')
-  optdepends=('qt5-webkit: GUI support')
-
-  cd ${srcdir}/apitrace-*
-
-  make -C build DESTDIR="${pkgdir}/" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
-}

Copied: apitrace/repos/community-i686/PKGBUILD (from rev 182842, 
apitrace/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-13 23:35:31 UTC (rev 182843)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Luca Bennati 
+# Contributor: Glaucous 
+
+pkgname=apitrace
+pkgver=7.1
+pkgrel=2
+pkgdesc="Graphics API Tracing"
+arch=('i686' 'x86_64')
+url="https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('c5d44dece1e1ca7c63f8b8efbd06ac5a')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl' 'procps-ng')
+  optdepends=('qt5-webkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR="${pkgdir}/" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-13 23:35:30 UTC (rev 182842)
+++ community-x86_64/PKGBUILD   2016-07-13 23:35:31 UTC (rev 182843)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Luca Bennati 
-# Contributor: Glaucous 
-
-pkgname=apitrace
-pkgver=7.1
-pkgrel=1
-pkgdesc="Graphics API Tracing"
-arch=('i686' 'x86_64')
-url="https://github.com/apitrace/apitrace;
-license=('custom')
-makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
-md5sums=('c5d44dece1e1ca7c63f8b8efbd06ac5a')
-
-build() {
-  cd ${srcdir}/apitrace-*
-
-  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DENABLE_GUI=TRUE
-  make -C build
-}
-
-package() {
-  depends=('python2' 'libgl' 'procps-ng')
-  optdepends=('qt5-webkit: GUI support')
-
-  cd ${srcdir}/apitrace-*
-
-  make -C build DESTDIR="${pkgdir}/" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
-}

Copied: apitrace/repos/community-x86_64/PKGBUILD (from rev 182842, 
apitrace/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-13 23:35:31 UTC (rev 182843)
@@ -0,0 +1,36 @@
+# $Id$
+# 

[arch-commits] Commit in gnupg/repos (10 files)

2016-07-17 Thread Gaëtan Bisson
Date: Sunday, July 17, 2016 @ 11:30:33
  Author: bisson
Revision: 271962

db-move: moved gnupg from [testing] to [core] (i686, x86_64)

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 271961, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 271961, gnupg/repos/testing-i686/install)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 271961, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 271961, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|  122 +
 /install |   20 
 core-i686/PKGBUILD   |   62 
 core-i686/install|   10 
 core-x86_64/PKGBUILD |   62 
 core-x86_64/install  |   10 
 6 files changed, 142 insertions(+), 144 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-07-17 10:52:01 UTC (rev 271961)
+++ core-i686/PKGBUILD  2016-07-17 11:30:33 UTC (rev 271962)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.1.13
-pkgrel=1
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('libldap' 'libusb-compat')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('6ec1ae6db7815fdbd4151fb6b0b7197b65b05d1f' 'SKIP')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
-   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
-   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
-   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 271961, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-07-17 11:30:33 UTC (rev 271962)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.14
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('bc7609a3a0daf0ed0efb22f77b43e82f28e20e34' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd 

[arch-commits] Commit in libassuan/repos (6 files)

2016-07-17 Thread Gaëtan Bisson
Date: Sunday, July 17, 2016 @ 11:30:34
  Author: bisson
Revision: 271963

db-move: moved libassuan from [testing] to [core] (i686, x86_64)

Added:
  libassuan/repos/core-i686/PKGBUILD
(from rev 271962, libassuan/repos/testing-i686/PKGBUILD)
  libassuan/repos/core-x86_64/PKGBUILD
(from rev 271962, libassuan/repos/testing-x86_64/PKGBUILD)
Deleted:
  libassuan/repos/core-i686/PKGBUILD
  libassuan/repos/core-x86_64/PKGBUILD
  libassuan/repos/testing-i686/
  libassuan/repos/testing-x86_64/

--+
 /PKGBUILD|   64 +
 core-i686/PKGBUILD   |   31 ---
 core-x86_64/PKGBUILD |   31 ---
 3 files changed, 64 insertions(+), 62 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-07-17 11:30:33 UTC (rev 271962)
+++ core-i686/PKGBUILD  2016-07-17 11:30:34 UTC (rev 271963)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=libassuan
-pkgver=2.4.2
-pkgrel=2
-pkgdesc="A IPC library used by some GnuPG related software"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.gnupg.org/related_software/libassuan;
-depends=('libgpg-error')
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-sha1sums=('ac1047f9764fd4a4db7dafe47640643164394db9'
-  'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libassuan/repos/core-i686/PKGBUILD (from rev 271962, 
libassuan/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-07-17 11:30:34 UTC (rev 271963)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libassuan
+pkgver=2.4.3
+pkgrel=1
+pkgdesc='IPC library used by some GnuPG related software'
+url='http://www.gnupg.org/related_software/libassuan/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgpg-error')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('27391cf4a820b5350ea789c30661830c9a271518'
+  'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-07-17 11:30:33 UTC (rev 271962)
+++ core-x86_64/PKGBUILD2016-07-17 11:30:34 UTC (rev 271963)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=libassuan
-pkgver=2.4.2
-pkgrel=2
-pkgdesc="A IPC library used by some GnuPG related software"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.gnupg.org/related_software/libassuan;
-depends=('libgpg-error')
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-sha1sums=('ac1047f9764fd4a4db7dafe47640643164394db9'
-  'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libassuan/repos/core-x86_64/PKGBUILD (from rev 271962, 
libassuan/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2016-07-17 11:30:34 UTC (rev 271963)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libassuan
+pkgver=2.4.3
+pkgrel=1
+pkgdesc='IPC library used by some GnuPG related software'
+url='http://www.gnupg.org/related_software/libassuan/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgpg-error')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('27391cf4a820b5350ea789c30661830c9a271518'
+  'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd 

[arch-commits] Commit in libgpg-error/repos (6 files)

2016-07-17 Thread Gaëtan Bisson
Date: Sunday, July 17, 2016 @ 11:30:35
  Author: bisson
Revision: 271964

db-move: moved libgpg-error from [testing] to [core] (i686, x86_64)

Added:
  libgpg-error/repos/core-i686/PKGBUILD
(from rev 271963, libgpg-error/repos/testing-i686/PKGBUILD)
  libgpg-error/repos/core-x86_64/PKGBUILD
(from rev 271963, libgpg-error/repos/testing-x86_64/PKGBUILD)
Deleted:
  libgpg-error/repos/core-i686/PKGBUILD
  libgpg-error/repos/core-x86_64/PKGBUILD
  libgpg-error/repos/testing-i686/
  libgpg-error/repos/testing-x86_64/

--+
 /PKGBUILD|   68 +
 core-i686/PKGBUILD   |   34 
 core-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-07-17 11:30:34 UTC (rev 271963)
+++ core-i686/PKGBUILD  2016-07-17 11:30:35 UTC (rev 271964)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: judd 
-
-pkgname=libgpg-error
-pkgver=1.23
-pkgrel=1
-pkgdesc="Support library for libgcrypt"
-arch=(i686 x86_64)
-url="http://www.gnupg.org;
-license=('LGPL')
-depends=('glibc' 'sh')
-source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
-   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-# https://www.gnupg.org/download/integrity_check.html
-sha1sums=('c6a0c49211955e924593527b32e4b2736cafcda5'
-  'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-}

Copied: libgpg-error/repos/core-i686/PKGBUILD (from rev 271963, 
libgpg-error/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-07-17 11:30:35 UTC (rev 271964)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: judd 
+
+pkgname=libgpg-error
+pkgver=1.24
+pkgrel=1
+pkgdesc="Support library for libgcrypt"
+arch=(i686 x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('c3e5bd0c3ddea647416b429cd8e2ec755bad9d9e'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-07-17 11:30:34 UTC (rev 271963)
+++ core-x86_64/PKGBUILD2016-07-17 11:30:35 UTC (rev 271964)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: judd 
-
-pkgname=libgpg-error
-pkgver=1.23
-pkgrel=1
-pkgdesc="Support library for libgcrypt"
-arch=(i686 x86_64)
-url="http://www.gnupg.org;
-license=('LGPL')
-depends=('glibc' 'sh')
-source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
-   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-# https://www.gnupg.org/download/integrity_check.html
-sha1sums=('c6a0c49211955e924593527b32e4b2736cafcda5'
-  'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-}

Copied: libgpg-error/repos/core-x86_64/PKGBUILD (from rev 271963, 
libgpg-error/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2016-07-17 11:30:35 UTC (rev 271964)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: judd 
+
+pkgname=libgpg-error
+pkgver=1.24
+pkgrel=1
+pkgdesc="Support library for libgcrypt"
+arch=(i686 x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   

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

2016-07-15 Thread Gaëtan Bisson
Date: Friday, July 15, 2016 @ 18:31:40
  Author: bisson
Revision: 182946

upstream update

Modified:
  liboping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-15 17:54:29 UTC (rev 182945)
+++ PKGBUILD2016-07-15 18:31:40 UTC (rev 182946)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=liboping
-pkgver=1.8.0
-pkgrel=4
+pkgver=1.9.0
+pkgrel=1
 pkgdesc='C library to generate ICMP echo requests, better known as "ping 
packets"'
 url='http://noping.cc/'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('perl: perl bindings'
 'ncurses: noping CLI tool')
 source=("${url}files/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('1dcb9182c981b31d67522ae24e925563bed57cf950dc681580c4b0abb6a65bdb')
+sha256sums=('44bb1d88b56b88fda5533edb3aa005c69b3cd396f20453a157d7e31e536f3530')
 
 install=install
 


[arch-commits] Commit in liboping/repos (8 files)

2016-07-15 Thread Gaëtan Bisson
Date: Friday, July 15, 2016 @ 18:32:54
  Author: bisson
Revision: 182947

archrelease: copy trunk to community-i686, community-x86_64

Added:
  liboping/repos/community-i686/PKGBUILD
(from rev 182946, liboping/trunk/PKGBUILD)
  liboping/repos/community-i686/install
(from rev 182946, liboping/trunk/install)
  liboping/repos/community-x86_64/PKGBUILD
(from rev 182946, liboping/trunk/PKGBUILD)
  liboping/repos/community-x86_64/install
(from rev 182946, liboping/trunk/install)
Deleted:
  liboping/repos/community-i686/PKGBUILD
  liboping/repos/community-i686/install
  liboping/repos/community-x86_64/PKGBUILD
  liboping/repos/community-x86_64/install

---+
 /PKGBUILD |   68 
 /install  |   16 ++
 community-i686/PKGBUILD   |   34 --
 community-i686/install|8 -
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/install  |8 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-15 18:31:40 UTC (rev 182946)
+++ community-i686/PKGBUILD 2016-07-15 18:32:54 UTC (rev 182947)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-
-pkgname=liboping
-pkgver=1.8.0
-pkgrel=4
-pkgdesc='C library to generate ICMP echo requests, better known as "ping 
packets"'
-url='http://noping.cc/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcap')
-makedepends=('ncurses')
-optdepends=('perl: perl bindings'
-'ncurses: noping CLI tool')
-source=("${url}files/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('1dcb9182c981b31d67522ae24e925563bed57cf950dc681580c4b0abb6a65bdb')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # setting capabilities/setuid is futile in fakeroot
-   # (we do that in the install script)
-   sed -i 's/ install-exec-hook//g' src/Makefile.in
-
-   ./configure --prefix=/usr --with-perl-bindings='INSTALLDIRS=vendor'
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: liboping/repos/community-i686/PKGBUILD (from rev 182946, 
liboping/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-15 18:32:54 UTC (rev 182947)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=liboping
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='C library to generate ICMP echo requests, better known as "ping 
packets"'
+url='http://noping.cc/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcap')
+makedepends=('ncurses')
+optdepends=('perl: perl bindings'
+'ncurses: noping CLI tool')
+source=("${url}files/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('44bb1d88b56b88fda5533edb3aa005c69b3cd396f20453a157d7e31e536f3530')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # setting capabilities/setuid is futile in fakeroot
+   # (we do that in the install script)
+   sed -i 's/ install-exec-hook//g' src/Makefile.in
+
+   ./configure --prefix=/usr --with-perl-bindings='INSTALLDIRS=vendor'
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/install
===
--- community-i686/install  2016-07-15 18:31:40 UTC (rev 182946)
+++ community-i686/install  2016-07-15 18:32:54 UTC (rev 182947)
@@ -1,8 +0,0 @@
-post_upgrade() {
-   setcap cap_net_raw=ep usr/bin/oping
-   setcap cap_net_raw=ep usr/bin/noping
-}
-
-post_install() {
-   post_upgrade
-}

Copied: liboping/repos/community-i686/install (from rev 182946, 
liboping/trunk/install)
===
--- community-i686/install  (rev 0)
+++ community-i686/install  2016-07-15 18:32:54 UTC (rev 182947)
@@ -0,0 +1,8 @@
+post_upgrade() {
+   setcap cap_net_raw=ep usr/bin/oping
+   setcap cap_net_raw=ep usr/bin/noping
+}
+
+post_install() {
+   post_upgrade
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-15 18:31:40 UTC (rev 182946)
+++ community-x86_64/PKGBUILD   2016-07-15 18:32:54 UTC (rev 182947)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-
-pkgname=liboping
-pkgver=1.8.0
-pkgrel=4
-pkgdesc='C library to generate ICMP echo requests, better known as "ping 
packets"'
-url='http://noping.cc/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcap')
-makedepends=('ncurses')
-optdepends=('perl: perl bindings'

[arch-commits] Commit in open-vm-tools/repos (18 files)

2016-07-12 Thread Gaëtan Bisson
Date: Tuesday, July 12, 2016 @ 19:53:54
  Author: bisson
Revision: 182716

db-move: moved open-vm-tools from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  open-vm-tools/repos/community-testing-i686/
  open-vm-tools/repos/community-testing-i686/PKGBUILD
(from rev 182715, open-vm-tools/repos/community-staging-i686/PKGBUILD)
  open-vm-tools/repos/community-testing-i686/network-script
(from rev 182715, open-vm-tools/repos/community-staging-i686/network-script)
  open-vm-tools/repos/community-testing-i686/tools.conf
(from rev 182715, open-vm-tools/repos/community-staging-i686/tools.conf)
  open-vm-tools/repos/community-testing-i686/vmtoolsd.service
(from rev 182715, 
open-vm-tools/repos/community-staging-i686/vmtoolsd.service)
  open-vm-tools/repos/community-testing-i686/vmware-guestd
(from rev 182715, open-vm-tools/repos/community-staging-i686/vmware-guestd)
  open-vm-tools/repos/community-testing-i686/vmware-vmblock-fuse.service
(from rev 182715, 
open-vm-tools/repos/community-staging-i686/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-testing-i686/xautostart.conf
(from rev 182715, 
open-vm-tools/repos/community-staging-i686/xautostart.conf)
  open-vm-tools/repos/community-testing-x86_64/
  open-vm-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 182715, open-vm-tools/repos/community-staging-x86_64/PKGBUILD)
  open-vm-tools/repos/community-testing-x86_64/network-script
(from rev 182715, 
open-vm-tools/repos/community-staging-x86_64/network-script)
  open-vm-tools/repos/community-testing-x86_64/tools.conf
(from rev 182715, open-vm-tools/repos/community-staging-x86_64/tools.conf)
  open-vm-tools/repos/community-testing-x86_64/vmtoolsd.service
(from rev 182715, 
open-vm-tools/repos/community-staging-x86_64/vmtoolsd.service)
  open-vm-tools/repos/community-testing-x86_64/vmware-guestd
(from rev 182715, 
open-vm-tools/repos/community-staging-x86_64/vmware-guestd)
  open-vm-tools/repos/community-testing-x86_64/vmware-vmblock-fuse.service
(from rev 182715, 
open-vm-tools/repos/community-staging-x86_64/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-testing-x86_64/xautostart.conf
(from rev 182715, 
open-vm-tools/repos/community-staging-x86_64/xautostart.conf)
Deleted:
  open-vm-tools/repos/community-staging-i686/
  open-vm-tools/repos/community-staging-x86_64/

--+
 community-testing-i686/PKGBUILD  |   85 +++
 community-testing-i686/network-script|  195 +
 community-testing-i686/tools.conf|1 
 community-testing-i686/vmtoolsd.service  |9 
 community-testing-i686/vmware-guestd |6 
 community-testing-i686/vmware-vmblock-fuse.service   |   12 +
 community-testing-i686/xautostart.conf   |6 
 community-testing-x86_64/PKGBUILD|   85 +++
 community-testing-x86_64/network-script  |  195 +
 community-testing-x86_64/tools.conf  |1 
 community-testing-x86_64/vmtoolsd.service|9 
 community-testing-x86_64/vmware-guestd   |6 
 community-testing-x86_64/vmware-vmblock-fuse.service |   12 +
 community-testing-x86_64/xautostart.conf |6 
 14 files changed, 628 insertions(+)

Copied: open-vm-tools/repos/community-testing-i686/PKGBUILD (from rev 182715, 
open-vm-tools/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-07-12 19:53:54 UTC (rev 182716)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Krzysztof Raczkowski 
+
+pkgname=open-vm-tools
+epoch=6
+pkgver=10.0.7
+pkgrel=5
+pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
+arch=('i686' 'x86_64')
+url="https://github.com/vmware/open-vm-tools;
+license=('LGPL')
+depends=('libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss'
+'iproute2' 'fuse' 'lsb-release' 'libmspack')
+makedepends=('chrpath' 'doxygen' 'gtkmm' 'libxtst')
+optdepends=('gtkmm: DnD/CP plugin'
+   'libxtst: DnD/CP, resolution set plugins'
+   'netctl: suspend-resume network state'
+   'networkmanager: suspend-resume network state')
+backup=('etc/pam.d/vmware-guestd')
+options=('docs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-${pkgver/_/-}.tar.gz
+   network-script
+   tools.conf
+   vmware-guestd
+   xautostart.conf
+   vmtoolsd.service
+   vmware-vmblock-fuse.service)
+md5sums=('f865c9cfc9732360f6e1b08cdbd16483'
+ 'cbfa69ead382bc527e6f6ddfed8e5c4d'
+ 'b55d15e2c4be396aad709aeca91033d3'
+

[arch-commits] Commit in apitrace/repos (6 files)

2016-07-12 Thread Gaëtan Bisson
Date: Tuesday, July 12, 2016 @ 19:53:52
  Author: bisson
Revision: 182715

db-move: moved apitrace from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  apitrace/repos/community-testing-i686/
  apitrace/repos/community-testing-i686/PKGBUILD
(from rev 182714, apitrace/repos/community-staging-i686/PKGBUILD)
  apitrace/repos/community-testing-x86_64/
  apitrace/repos/community-testing-x86_64/PKGBUILD
(from rev 182714, apitrace/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  apitrace/repos/community-staging-i686/
  apitrace/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   36 
 community-testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: apitrace/repos/community-testing-i686/PKGBUILD (from rev 182714, 
apitrace/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-07-12 19:53:52 UTC (rev 182715)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Luca Bennati 
+# Contributor: Glaucous 
+
+pkgname=apitrace
+pkgver=7.1
+pkgrel=2
+pkgdesc="Graphics API Tracing"
+arch=('i686' 'x86_64')
+url="https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('c5d44dece1e1ca7c63f8b8efbd06ac5a')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl' 'procps-ng')
+  optdepends=('qt5-webkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR="${pkgdir}/" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
+}

Copied: apitrace/repos/community-testing-x86_64/PKGBUILD (from rev 182714, 
apitrace/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-07-12 19:53:52 UTC (rev 182715)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Luca Bennati 
+# Contributor: Glaucous 
+
+pkgname=apitrace
+pkgver=7.1
+pkgrel=2
+pkgdesc="Graphics API Tracing"
+arch=('i686' 'x86_64')
+url="https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('c5d44dece1e1ca7c63f8b8efbd06ac5a')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl' 'procps-ng')
+  optdepends=('qt5-webkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR="${pkgdir}/" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
+}


[arch-commits] Commit in procps-ng/repos (8 files)

2016-07-12 Thread Gaëtan Bisson
Date: Tuesday, July 12, 2016 @ 19:52:14
  Author: bisson
Revision: 271739

db-move: moved procps-ng from [staging] to [testing] (i686, x86_64)

Added:
  procps-ng/repos/testing-i686/
  procps-ng/repos/testing-i686/PKGBUILD
(from rev 271738, procps-ng/repos/staging-i686/PKGBUILD)
  procps-ng/repos/testing-i686/install
(from rev 271738, procps-ng/repos/staging-i686/install)
  procps-ng/repos/testing-x86_64/
  procps-ng/repos/testing-x86_64/PKGBUILD
(from rev 271738, procps-ng/repos/staging-x86_64/PKGBUILD)
  procps-ng/repos/testing-x86_64/install
(from rev 271738, procps-ng/repos/staging-x86_64/install)
Deleted:
  procps-ng/repos/staging-i686/
  procps-ng/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-i686/install|   14 
 testing-x86_64/PKGBUILD |   52 ++
 testing-x86_64/install  |   14 
 4 files changed, 132 insertions(+)

Copied: procps-ng/repos/testing-i686/PKGBUILD (from rev 271738, 
procps-ng/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-12 19:52:14 UTC (rev 271739)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Bélanger 
+
+pkgname=procps-ng
+pkgver=3.3.12
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='https://gitlab.com/procps-ng/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('systemd')
+depends=('ncurses' 'libsystemd')
+source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('82c0745f150f1385ca01fe7d24f05f74e31c94c6')
+
+groups=('base')
+
+conflicts=('procps' 'sysvinit-tools')
+provides=('procps' 'sysvinit-tools')
+replaces=('procps' 'sysvinit-tools')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's: The file /etc/sysctl.conf has been removed from this
+==> package, as all its settings are now kernel defaults.
+
+==> If you had customized it, you need to rename it as
+==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
+==> systemd only applies settings from /etc/sysctl.d/* .
+
+EOF
+   fi
+}

Copied: procps-ng/repos/testing-x86_64/PKGBUILD (from rev 271738, 
procps-ng/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-12 19:52:14 UTC (rev 271739)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Bélanger 
+
+pkgname=procps-ng
+pkgver=3.3.12
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='https://gitlab.com/procps-ng/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('systemd')
+depends=('ncurses' 'libsystemd')
+source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('82c0745f150f1385ca01fe7d24f05f74e31c94c6')
+
+groups=('base')
+
+conflicts=('procps' 'sysvinit-tools')
+provides=('procps' 'sysvinit-tools')
+replaces=('procps' 'sysvinit-tools')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's: The file /etc/sysctl.conf has been removed from this
+==> package, as all its settings are now kernel defaults.
+
+==> If you had customized it, you need to rename it as
+==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
+==> systemd only applies settings from /etc/sysctl.d/* .
+
+EOF
+   fi
+}


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

2016-07-05 Thread Gaëtan Bisson
Date: Tuesday, July 5, 2016 @ 08:32:16
  Author: bisson
Revision: 270950

implement FS#49932

Modified:
  rfkill/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 20:02:39 UTC (rev 270949)
+++ PKGBUILD2016-07-05 08:32:16 UTC (rev 270950)
@@ -10,11 +10,12 @@
 url='http://wireless.kernel.org/en/users/Documentation/rfkill'
 license=('custom')
 arch=('i686' 'x86_64')
-source=("https://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+validpgpkeys=('C0EBC440F6DA091C884D8532E0F373F37BF9099A')
+source=("https://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${pkgver}.tar"{.xz,.sign}
 'service.unblock'
 'service.block'
 'rules.d')
-sha1sums=('03025d4ae285c40d5c19ec99ef7b317afda9d900'
+sha1sums=('03025d4ae285c40d5c19ec99ef7b317afda9d900' 'SKIP'
   '5f4a04a434df2ca28ca6687326c67c1f125aa3d4'
   '6cc294af37232469cd5ba63455b571fe258e1cc6'
   '6390eaa793b473098aaa11b13c5254d611a4c13a')


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

2016-07-06 Thread Gaëtan Bisson
Date: Wednesday, July 6, 2016 @ 23:13:51
  Author: bisson
Revision: 271103

upstream update

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-06 20:57:17 UTC (rev 271102)
+++ PKGBUILD2016-07-06 23:13:51 UTC (rev 271103)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('ff1c76209a5c299018fc72b9e2e1ab98bf5138dd' 'SKIP')
+sha1sums=('67910ea4025a7f5ac8808e34bd55519200e08bcf' 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
 build() {


[arch-commits] Commit in mutt/repos (4 files)

2016-07-06 Thread Gaëtan Bisson
Date: Wednesday, July 6, 2016 @ 23:14:42
  Author: bisson
Revision: 271104

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mutt/repos/extra-i686/PKGBUILD
(from rev 271103, mutt/trunk/PKGBUILD)
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 271103, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-i686/PKGBUILD
  mutt/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   94 
 extra-i686/PKGBUILD   |   47 
 extra-x86_64/PKGBUILD |   47 
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-06 23:13:51 UTC (rev 271103)
+++ extra-i686/PKGBUILD 2016-07-06 23:14:42 UTC (rev 271104)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('i686' 'x86_64')
-optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('ff1c76209a5c299018fc72b9e2e1ab98bf5138dd' 'SKIP')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --with-curses=/usr \
-   --with-regex \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sasl \
-   --with-idn \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   rm "${pkgdir}"/usr/bin/{flea,muttbug}
-   rm "${pkgdir}"/usr/share/man/man1/{flea,muttbug}.1
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-i686/PKGBUILD (from rev 271103, mutt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-06 23:14:42 UTC (rev 271104)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('i686' 'x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('67910ea4025a7f5ac8808e34bd55519200e08bcf' 'SKIP')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --with-curses=/usr \
+   --with-regex \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sasl \
+   --with-idn \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   rm "${pkgdir}"/usr/bin/{flea,muttbug}
+   rm "${pkgdir}"/usr/share/man/man1/{flea,muttbug}.1
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-06 23:13:51 UTC (rev 271103)
+++ extra-x86_64/PKGBUILD   2016-07-06 23:14:42 UTC (rev 271104)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('i686' 'x86_64')
-optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('ff1c76209a5c299018fc72b9e2e1ab98bf5138dd' 'SKIP')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-

[arch-commits] Commit in mpd/repos (16 files)

2016-07-09 Thread Gaëtan Bisson
Date: Saturday, July 9, 2016 @ 18:19:26
  Author: bisson
Revision: 271235

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 271234, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 271234, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 271234, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 271234, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 271234, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 271234, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 271234, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 271234, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  126 ++
 /conf   |   12 
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   63 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   63 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 162 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-09 18:17:52 UTC (rev 271234)
+++ extra-i686/PKGBUILD 2016-07-09 18:19:26 UTC (rev 271235)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.16
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('2b110898c8365ce69a8cedd01db2404748c4c09c' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 271234, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-09 18:19:26 UTC (rev 271235)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.17
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'

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

2016-07-09 Thread Gaëtan Bisson
Date: Saturday, July 9, 2016 @ 18:17:52
  Author: bisson
Revision: 271234

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 12:04:42 UTC (rev 271233)
+++ PKGBUILD2016-07-09 18:17:52 UTC (rev 271234)
@@ -6,8 +6,8 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.19.16
-pkgrel=2
+pkgver=0.19.17
+pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -20,7 +20,7 @@
 
source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('2b110898c8365ce69a8cedd01db2404748c4c09c' 'SKIP'
+sha1sums=('88d98884a262af3be74e2791ae9e5eb898f6dfbb' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')
 


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

2016-07-10 Thread Gaëtan Bisson
Date: Sunday, July 10, 2016 @ 19:20:54
  Author: bisson
Revision: 271255

upstream update

Modified:
  procps-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 18:53:56 UTC (rev 271254)
+++ PKGBUILD2016-07-10 19:20:54 UTC (rev 271255)
@@ -3,8 +3,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=procps-ng
-pkgver=3.3.11
-pkgrel=2
+pkgver=3.3.12
+pkgrel=1
 pkgdesc='Utilities for monitoring your system and its processes'
 url='https://gitlab.com/procps-ng/procps'
 license=('GPL' 'LGPL')
@@ -12,7 +12,7 @@
 makedepends=('systemd')
 depends=('ncurses' 'libsystemd')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1bdca65547df9ed019bd83649b0f8b8eaa017e25')
+sha1sums=('82c0745f150f1385ca01fe7d24f05f74e31c94c6')
 
 groups=('base')
 


[arch-commits] Commit in procps-ng/repos (6 files)

2016-07-10 Thread Gaëtan Bisson
Date: Sunday, July 10, 2016 @ 19:21:35
  Author: bisson
Revision: 271256

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  procps-ng/repos/staging-i686/
  procps-ng/repos/staging-i686/PKGBUILD
(from rev 271255, procps-ng/trunk/PKGBUILD)
  procps-ng/repos/staging-i686/install
(from rev 271255, procps-ng/trunk/install)
  procps-ng/repos/staging-x86_64/
  procps-ng/repos/staging-x86_64/PKGBUILD
(from rev 271255, procps-ng/trunk/PKGBUILD)
  procps-ng/repos/staging-x86_64/install
(from rev 271255, procps-ng/trunk/install)

-+
 staging-i686/PKGBUILD   |   52 ++
 staging-i686/install|   14 
 staging-x86_64/PKGBUILD |   52 ++
 staging-x86_64/install  |   14 
 4 files changed, 132 insertions(+)

Copied: procps-ng/repos/staging-i686/PKGBUILD (from rev 271255, 
procps-ng/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-10 19:21:35 UTC (rev 271256)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Bélanger 
+
+pkgname=procps-ng
+pkgver=3.3.12
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='https://gitlab.com/procps-ng/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('systemd')
+depends=('ncurses' 'libsystemd')
+source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('82c0745f150f1385ca01fe7d24f05f74e31c94c6')
+
+groups=('base')
+
+conflicts=('procps' 'sysvinit-tools')
+provides=('procps' 'sysvinit-tools')
+replaces=('procps' 'sysvinit-tools')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's: The file /etc/sysctl.conf has been removed from this
+==> package, as all its settings are now kernel defaults.
+
+==> If you had customized it, you need to rename it as
+==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
+==> systemd only applies settings from /etc/sysctl.d/* .
+
+EOF
+   fi
+}

Copied: procps-ng/repos/staging-x86_64/PKGBUILD (from rev 271255, 
procps-ng/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-07-10 19:21:35 UTC (rev 271256)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Bélanger 
+
+pkgname=procps-ng
+pkgver=3.3.12
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='https://gitlab.com/procps-ng/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('systemd')
+depends=('ncurses' 'libsystemd')
+source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('82c0745f150f1385ca01fe7d24f05f74e31c94c6')
+
+groups=('base')
+
+conflicts=('procps' 'sysvinit-tools')
+provides=('procps' 'sysvinit-tools')
+replaces=('procps' 'sysvinit-tools')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's: The file /etc/sysctl.conf has been removed from this
+==> package, as all its settings are now kernel defaults.
+
+==> If you had customized it, you need to rename it as
+==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
+==> systemd only applies settings from /etc/sysctl.d/* .
+
+EOF
+   fi
+}


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

2016-07-06 Thread Gaëtan Bisson
Date: Wednesday, July 6, 2016 @ 07:52:38
  Author: bisson
Revision: 182385

rebuild for podofo-0.9.4

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-06 07:25:54 UTC (rev 182384)
+++ PKGBUILD2016-07-06 07:52:38 UTC (rev 182385)
@@ -7,7 +7,7 @@
 
 pkgname=scribus
 pkgver=1.4.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Desktop publishing software'
 url='http://www.scribus.net/'
 license=('GPL')


[arch-commits] Commit in scribus/repos (6 files)

2016-07-06 Thread Gaëtan Bisson
Date: Wednesday, July 6, 2016 @ 08:05:16
  Author: bisson
Revision: 182388

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  scribus/repos/community-staging-i686/
  scribus/repos/community-staging-i686/PKGBUILD
(from rev 182387, scribus/trunk/PKGBUILD)
  scribus/repos/community-staging-i686/PKGBUILD.next
(from rev 182387, scribus/trunk/PKGBUILD.next)
  scribus/repos/community-staging-x86_64/
  scribus/repos/community-staging-x86_64/PKGBUILD
(from rev 182387, scribus/trunk/PKGBUILD)
  scribus/repos/community-staging-x86_64/PKGBUILD.next
(from rev 182387, scribus/trunk/PKGBUILD.next)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/PKGBUILD.next   |   47 ++
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/PKGBUILD.next |   47 ++
 4 files changed, 190 insertions(+)

Copied: scribus/repos/community-staging-i686/PKGBUILD (from rev 182387, 
scribus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-06 08:05:16 UTC (rev 182388)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.4.6
+pkgrel=3
+pkgdesc='Desktop publishing software'
+url='http://www.scribus.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'mesa')
+optdepends=('tk: scripts based on tkinter')
+depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
+ 'ghostscript' 'python2' 'podofo' 'boost-libs'
+ 'desktop-file-utils' 'shared-mime-info')
+validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha1sums=('f04a2eecfb531af4beb99645f85165be161b00a3' 'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed \
+   -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+   -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+   -i scribus/plugins/scriptplugin/{samples,scripts}/*
+   install -d build
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DLIB_SUFFIX=""
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 ../scribus.desktop 
"${pkgdir}/usr/share/applications/scribus.desktop"
+   install -Dm644 ../resources/icons/AppIcon.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/scribus.png"
+}

Copied: scribus/repos/community-staging-i686/PKGBUILD.next (from rev 182387, 
scribus/trunk/PKGBUILD.next)
===
--- community-staging-i686/PKGBUILD.next(rev 0)
+++ community-staging-i686/PKGBUILD.next2016-07-06 08:05:16 UTC (rev 
182388)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 173822 2016-05-05 09:44:28Z bisson $
+# Maintainer: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='Desktop publishing software'
+url='http://www.scribus.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost')
+optdepends=('tk: scripts based on tkinter')
+depends=('qt5-quickcontrols' 'qt5-tools' 'boost-libs'
+ 'cairo' 'lcms2' 'libcups' 'libxml2' 'podofo'
+ 'python2' 'ghostscript' 'boost-libs' 'graphicsmagick')
+validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha1sums=('87f426863be8057d83e73b58649ccc2a3266c73b' 'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed \
+   -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+   -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+   -i scribus/plugins/scriptplugin/{samples,scripts}/*
+   install -d build
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DLIB_SUFFIX=""
+   make
+}
+
+package() {
+   cd 

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

2016-08-05 Thread Gaëtan Bisson
Date: Friday, August 5, 2016 @ 19:06:30
  Author: bisson
Revision: 185373

rebuild for gmp-6.1.1

Modified:
  gmp-ecm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-05 18:23:12 UTC (rev 185372)
+++ PKGBUILD2016-08-05 19:06:30 UTC (rev 185373)
@@ -3,7 +3,7 @@
 
 pkgname=gmp-ecm
 pkgver=7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Elliptic Curve Method for Integer Factorization'
 url='http://ecm.gforge.inria.fr/'
 license=('GPL' 'LGPL')


[arch-commits] Commit in gmp-ecm/repos (4 files)

2016-08-05 Thread Gaëtan Bisson
Date: Friday, August 5, 2016 @ 19:09:27
  Author: bisson
Revision: 185374

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gmp-ecm/repos/community-i686/PKGBUILD
(from rev 185373, gmp-ecm/trunk/PKGBUILD)
  gmp-ecm/repos/community-x86_64/PKGBUILD
(from rev 185373, gmp-ecm/trunk/PKGBUILD)
Deleted:
  gmp-ecm/repos/community-i686/PKGBUILD
  gmp-ecm/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-05 19:06:30 UTC (rev 185373)
+++ community-i686/PKGBUILD 2016-08-05 19:09:27 UTC (rev 185374)
@@ -1,32 +0,0 @@
-# Contributor: Rémy Oudompheng 
-# Maintainer: Gaetan Bisson 
-
-pkgname=gmp-ecm
-pkgver=7.0
-pkgrel=1
-pkgdesc='Elliptic Curve Method for Integer Factorization'
-url='http://ecm.gforge.inria.fr/'
-license=('GPL' 'LGPL')
-depends=('gmp')
-options=('!libtool')
-arch=('i686' 'x86_64')
-source=("http://gforge.inria.fr/frs/download.php/35642/ecm-${pkgver}.tar.gz;)
-sha1sums=('b5acb139099f197d4c38aae079543ba26fa20737')
-
-build() {
-   cd "${srcdir}/ecm-${pkgver}"
-   [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
-   ./configure --prefix=/usr --enable-shared --enable-openmp
-   # make ecm-params
-   make
-}
-
-check() {
-   cd "${srcdir}/ecm-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/ecm-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: gmp-ecm/repos/community-i686/PKGBUILD (from rev 185373, 
gmp-ecm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-05 19:09:27 UTC (rev 185374)
@@ -0,0 +1,32 @@
+# Contributor: Rémy Oudompheng 
+# Maintainer: Gaetan Bisson 
+
+pkgname=gmp-ecm
+pkgver=7.0
+pkgrel=2
+pkgdesc='Elliptic Curve Method for Integer Factorization'
+url='http://ecm.gforge.inria.fr/'
+license=('GPL' 'LGPL')
+depends=('gmp')
+options=('!libtool')
+arch=('i686' 'x86_64')
+source=("http://gforge.inria.fr/frs/download.php/35642/ecm-${pkgver}.tar.gz;)
+sha1sums=('b5acb139099f197d4c38aae079543ba26fa20737')
+
+build() {
+   cd "${srcdir}/ecm-${pkgver}"
+   [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
+   ./configure --prefix=/usr --enable-shared --enable-openmp
+   # make ecm-params
+   make
+}
+
+check() {
+   cd "${srcdir}/ecm-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/ecm-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-05 19:06:30 UTC (rev 185373)
+++ community-x86_64/PKGBUILD   2016-08-05 19:09:27 UTC (rev 185374)
@@ -1,32 +0,0 @@
-# Contributor: Rémy Oudompheng 
-# Maintainer: Gaetan Bisson 
-
-pkgname=gmp-ecm
-pkgver=7.0
-pkgrel=1
-pkgdesc='Elliptic Curve Method for Integer Factorization'
-url='http://ecm.gforge.inria.fr/'
-license=('GPL' 'LGPL')
-depends=('gmp')
-options=('!libtool')
-arch=('i686' 'x86_64')
-source=("http://gforge.inria.fr/frs/download.php/35642/ecm-${pkgver}.tar.gz;)
-sha1sums=('b5acb139099f197d4c38aae079543ba26fa20737')
-
-build() {
-   cd "${srcdir}/ecm-${pkgver}"
-   [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
-   ./configure --prefix=/usr --enable-shared --enable-openmp
-   # make ecm-params
-   make
-}
-
-check() {
-   cd "${srcdir}/ecm-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/ecm-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: gmp-ecm/repos/community-x86_64/PKGBUILD (from rev 185373, 
gmp-ecm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-05 19:09:27 UTC (rev 185374)
@@ -0,0 +1,32 @@
+# Contributor: Rémy Oudompheng 
+# Maintainer: Gaetan Bisson 
+
+pkgname=gmp-ecm
+pkgver=7.0
+pkgrel=2
+pkgdesc='Elliptic Curve Method for Integer Factorization'
+url='http://ecm.gforge.inria.fr/'
+license=('GPL' 'LGPL')
+depends=('gmp')
+options=('!libtool')
+arch=('i686' 'x86_64')
+source=("http://gforge.inria.fr/frs/download.php/35642/ecm-${pkgver}.tar.gz;)
+sha1sums=('b5acb139099f197d4c38aae079543ba26fa20737')
+
+build() {
+   cd "${srcdir}/ecm-${pkgver}"
+   [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
+   ./configure --prefix=/usr 

[arch-commits] Commit in mpd/repos (16 files)

2016-08-06 Thread Gaëtan Bisson
Date: Saturday, August 6, 2016 @ 06:47:33
  Author: bisson
Revision: 273385

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 273384, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 273384, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 273384, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 273384, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 273384, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 273384, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 273384, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 273384, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-06 06:46:30 UTC (rev 273384)
+++ extra-i686/PKGBUILD 2016-08-06 06:47:33 UTC (rev 273385)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.17
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('88d98884a262af3be74e2791ae9e5eb898f6dfbb'
-  'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 273384, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-06 06:47:33 UTC (rev 273385)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.18
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'

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

2016-08-06 Thread Gaëtan Bisson
Date: Saturday, August 6, 2016 @ 06:46:30
  Author: bisson
Revision: 273384

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-06 05:54:51 UTC (rev 273383)
+++ PKGBUILD2016-08-06 06:46:30 UTC (rev 273384)
@@ -6,8 +6,8 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.19.17
-pkgrel=2
+pkgver=0.19.18
+pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -20,7 +20,7 @@
 
source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('88d98884a262af3be74e2791ae9e5eb898f6dfbb'
+sha1sums=('41065043589208db1100c5a3f3c15fbd3ac87669'
   'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')


[arch-commits] Commit in picard/trunk (PKGBUILD mutagen-1.34.patch)

2016-08-08 Thread Gaëtan Bisson
Date: Monday, August 8, 2016 @ 12:04:23
  Author: bisson
Revision: 186004

fix FS#50311

Added:
  picard/trunk/mutagen-1.34.patch
Modified:
  picard/trunk/PKGBUILD

+
 PKGBUILD   |   13 +--
 mutagen-1.34.patch |   56 +++
 2 files changed, 66 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-08 12:01:31 UTC (rev 186003)
+++ PKGBUILD2016-08-08 12:04:23 UTC (rev 186004)
@@ -5,7 +5,7 @@
 
 pkgname=picard
 pkgver=1.3.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Official MusicBrainz tagger'
 url='http://picard.musicbrainz.org/'
 license=('GPL')
@@ -14,9 +14,16 @@
 optdepends=('chromaprint: fingerprinting'
 'python2-discid: cd lookup')
 makedepends=('python2-discid')
-source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'mutagen-1.34.patch')
+sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54'
+  'a58b5843141aeff64c2f4b688645394321ee49b7')
 
+prepare() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   patch -p1 -i ../mutagen-1.34.patch
+}
+
 build() {
cd "${srcdir}/picard-release-${pkgver}"
python2 setup.py config

Added: mutagen-1.34.patch
===
--- mutagen-1.34.patch  (rev 0)
+++ mutagen-1.34.patch  2016-08-08 12:04:23 UTC (rev 186004)
@@ -0,0 +1,56 @@
+diff -ur old/picard/formats/id3.py new/picard/formats/id3.py
+--- old/picard/formats/id3.py  2015-01-06 23:01:43.0 +0100
 new/picard/formats/id3.py  2016-08-08 12:09:32.613315575 +0200
+@@ -35,23 +35,23 @@
+ # Ugly, but... I need to save the text in ISO-8859-1 even if it contains
+ # unsupported characters and this better than encoding, decoding and
+ # again encoding.
+-def patched_EncodedTextSpec_write(self, frame, value):
++def patched_EncodedTextSpec_write(self, config, frame, value):
+ try:
+ enc, term = self._encodings[frame.encoding]
+ except AttributeError:
+ enc, term = self.encodings[frame.encoding]
+ return value.encode(enc, 'ignore') + term
+ 
+-id3.EncodedTextSpec.write = patched_EncodedTextSpec_write
++id3._specs.EncodedTextSpec.write = patched_EncodedTextSpec_write
+ 
+ 
+ # One more "monkey patch". The ID3 spec says that multiple text
+ # values should be _separated_ by the string terminator, which
+ # means that e.g. 'a\x00' are two values, 'a' and ''.
+-def patched_MultiSpec_write(self, frame, value):
+-data = self._write_orig(frame, value)
++def patched_MultiSpec_write(self, config, frame, value):
++data = self._write_orig(config, frame, value)
+ spec = self.specs[-1]
+-if isinstance(spec, id3.EncodedTextSpec):
++if isinstance(spec, id3._specs.EncodedTextSpec):
+ try:
+ term = spec._encodings[frame.encoding][1]
+ except AttributeError:
+@@ -61,8 +61,8 @@
+ return data
+ 
+ 
+-id3.MultiSpec._write_orig = id3.MultiSpec.write
+-id3.MultiSpec.write = patched_MultiSpec_write
++id3._specs.MultiSpec._write_orig = id3._specs.MultiSpec.write
++id3._specs.MultiSpec.write = patched_MultiSpec_write
+ 
+ 
+ id3.TCMP = compatid3.TCMP
+diff -ur old/picard/formats/mutagenext/compatid3.py 
new/picard/formats/mutagenext/compatid3.py
+--- old/picard/formats/mutagenext/compatid3.py 2016-08-08 09:57:59.177734598 
+0200
 new/picard/formats/mutagenext/compatid3.py 2016-08-08 12:09:32.613315575 
+0200
+@@ -23,7 +23,8 @@
+ import mutagen
+ from mutagen._util import insert_bytes
+ from mutagen.id3 import ID3, Frames, Frames_2_2, TextFrame, TORY, \
+-TYER, TIME, APIC, IPLS, TDAT, BitPaddedInt, MakeID3v1
++TYER, TIME, APIC, IPLS, TDAT, MakeID3v1
++from mutagen.id3._util import BitPaddedInt
+ 
+ 
+ class TCMP(TextFrame):


[arch-commits] Commit in picard/repos (6 files)

2016-08-08 Thread Gaëtan Bisson
Date: Monday, August 8, 2016 @ 12:05:43
  Author: bisson
Revision: 186005

archrelease: copy trunk to community-i686, community-x86_64

Added:
  picard/repos/community-i686/PKGBUILD
(from rev 186004, picard/trunk/PKGBUILD)
  picard/repos/community-i686/mutagen-1.34.patch
(from rev 186004, picard/trunk/mutagen-1.34.patch)
  picard/repos/community-x86_64/PKGBUILD
(from rev 186004, picard/trunk/PKGBUILD)
  picard/repos/community-x86_64/mutagen-1.34.patch
(from rev 186004, picard/trunk/mutagen-1.34.patch)
Deleted:
  picard/repos/community-i686/PKGBUILD
  picard/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   72 ++
 community-i686/PKGBUILD |   29 -
 community-i686/mutagen-1.34.patch   |   56 ++
 community-x86_64/PKGBUILD   |   29 -
 community-x86_64/mutagen-1.34.patch |   56 ++
 5 files changed, 184 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-08 12:04:23 UTC (rev 186004)
+++ community-i686/PKGBUILD 2016-08-08 12:05:43 UTC (rev 186005)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=1.3.2
-pkgrel=4
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('python2-pyqt4' 'mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python2-discid: cd lookup')
-makedepends=('python2-discid')
-source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54')
-
-build() {
-   cd "${srcdir}/picard-release-${pkgver}"
-   python2 setup.py config
-}
-
-package() {
-   cd "${srcdir}/picard-release-${pkgver}"
-   python2 setup.py install --root="${pkgdir}"
-   cp -r contrib/plugins/* 
"${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/"
-}

Copied: picard/repos/community-i686/PKGBUILD (from rev 186004, 
picard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-08 12:05:43 UTC (rev 186005)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=1.3.2
+pkgrel=5
+pkgdesc='Official MusicBrainz tagger'
+url='http://picard.musicbrainz.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('python2-pyqt4' 'mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python2-discid: cd lookup')
+makedepends=('python2-discid')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'mutagen-1.34.patch')
+sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54'
+  'a58b5843141aeff64c2f4b688645394321ee49b7')
+
+prepare() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   patch -p1 -i ../mutagen-1.34.patch
+}
+
+build() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   python2 setup.py config
+}
+
+package() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+   cp -r contrib/plugins/* 
"${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/"
+}

Copied: picard/repos/community-i686/mutagen-1.34.patch (from rev 186004, 
picard/trunk/mutagen-1.34.patch)
===
--- community-i686/mutagen-1.34.patch   (rev 0)
+++ community-i686/mutagen-1.34.patch   2016-08-08 12:05:43 UTC (rev 186005)
@@ -0,0 +1,56 @@
+diff -ur old/picard/formats/id3.py new/picard/formats/id3.py
+--- old/picard/formats/id3.py  2015-01-06 23:01:43.0 +0100
 new/picard/formats/id3.py  2016-08-08 12:09:32.613315575 +0200
+@@ -35,23 +35,23 @@
+ # Ugly, but... I need to save the text in ISO-8859-1 even if it contains
+ # unsupported characters and this better than encoding, decoding and
+ # again encoding.
+-def patched_EncodedTextSpec_write(self, frame, value):
++def patched_EncodedTextSpec_write(self, config, frame, value):
+ try:
+ enc, term = self._encodings[frame.encoding]
+ except AttributeError:
+ enc, term = self.encodings[frame.encoding]
+ return value.encode(enc, 'ignore') + term
+ 
+-id3.EncodedTextSpec.write = patched_EncodedTextSpec_write
++id3._specs.EncodedTextSpec.write = patched_EncodedTextSpec_write
+ 
+ 
+ # One more "monkey patch". The ID3 spec says that multiple text
+ # values should be _separated_ by the string terminator, which
+ # means that e.g. 'a\x00' are two values, 'a' and ''.
+-def 

[arch-commits] Commit in conky/repos (8 files)

2016-08-01 Thread Gaëtan Bisson
Date: Monday, August 1, 2016 @ 20:24:18
  Author: bisson
Revision: 272794

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 272793, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 272793, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 272793, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 272793, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  110 +
 /lua53.patch |   92 +
 extra-i686/PKGBUILD  |   55 --
 extra-i686/lua53.patch   |   46 --
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/lua53.patch |   46 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-01 20:20:29 UTC (rev 272793)
+++ extra-i686/PKGBUILD 2016-08-01 20:24:18 UTC (rev 272794)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.3
-pkgrel=2
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('971b20be2d8c2e676374441469e8525708500776'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 272793, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-01 20:24:18 UTC (rev 272794)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.4
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('f2da0e3b8e6ff8ebc42b35f710f822e228616993'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+
+ 

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

2016-07-23 Thread Gaëtan Bisson
Date: Saturday, July 23, 2016 @ 10:07:40
  Author: bisson
Revision: 272159

implement FS#50127

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-23 09:55:51 UTC (rev 272158)
+++ PKGBUILD2016-07-23 10:07:40 UTC (rev 272159)
@@ -6,13 +6,14 @@
 
 pkgname=conky
 pkgver=1.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
 license=('BSD' 'GPL')
 arch=('i686' 'x86_64')
 makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2' 'libxinerama')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
 source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
 'lua53.patch')
 sha1sums=('971b20be2d8c2e676374441469e8525708500776'
@@ -31,13 +32,14 @@
cmake \
-D CMAKE_BUILD_TYPE=Release \
-D MAINTAINER_MODE=ON \
-   -D BUILD_CURL=ON \
+   -D BUILD_WLAN=ON \
-D BUILD_XDBE=ON \
-D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
-D BUILD_RSS=ON \
-D BUILD_WEATHER_METAR=ON \
-D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_WLAN=ON \
+   -D BUILD_PULSEAUDIO=ON \
-D CMAKE_INSTALL_PREFIX=/usr \
.
 


[arch-commits] Commit in conky/repos (8 files)

2016-07-23 Thread Gaëtan Bisson
Date: Saturday, July 23, 2016 @ 10:09:02
  Author: bisson
Revision: 272160

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 272159, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 272159, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 272159, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 272159, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  110 +
 /lua53.patch |   92 +
 extra-i686/PKGBUILD  |   53 -
 extra-i686/lua53.patch   |   46 --
 extra-x86_64/PKGBUILD|   53 -
 extra-x86_64/lua53.patch |   46 --
 6 files changed, 202 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-23 10:07:40 UTC (rev 272159)
+++ extra-i686/PKGBUILD 2016-07-23 10:09:02 UTC (rev 272160)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.3
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2' 'libxinerama')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('971b20be2d8c2e676374441469e8525708500776'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_WLAN=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 272159, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-23 10:09:02 UTC (rev 272160)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.3
+pkgrel=2
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('971b20be2d8c2e676374441469e8525708500776'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+
+   make
+}
+
+package() {
+   cd 

[arch-commits] Commit in conky/repos (8 files)

2016-07-23 Thread Gaëtan Bisson
Date: Saturday, July 23, 2016 @ 10:43:45
  Author: bisson
Revision: 272161

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 272160, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 272160, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 272160, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 272160, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  110 +
 /lua53.patch |   92 +
 extra-i686/PKGBUILD  |   55 --
 extra-i686/lua53.patch   |   46 --
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/lua53.patch |   46 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-23 10:09:02 UTC (rev 272160)
+++ extra-i686/PKGBUILD 2016-07-23 10:43:45 UTC (rev 272161)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.3
-pkgrel=2
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('971b20be2d8c2e676374441469e8525708500776'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 272160, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-23 10:43:45 UTC (rev 272161)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.3
+pkgrel=2
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('971b20be2d8c2e676374441469e8525708500776'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+

[arch-commits] Commit in conky/repos (8 files)

2016-07-23 Thread Gaëtan Bisson
Date: Saturday, July 23, 2016 @ 11:05:17
  Author: bisson
Revision: 272165

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 272164, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 272164, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 272164, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 272164, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  110 +
 /lua53.patch |   92 +
 extra-i686/PKGBUILD  |   55 --
 extra-i686/lua53.patch   |   46 --
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/lua53.patch |   46 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-23 10:56:58 UTC (rev 272164)
+++ extra-i686/PKGBUILD 2016-07-23 11:05:17 UTC (rev 272165)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.3
-pkgrel=2
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('971b20be2d8c2e676374441469e8525708500776'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 272164, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-23 11:05:17 UTC (rev 272165)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.3
+pkgrel=2
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('971b20be2d8c2e676374441469e8525708500776'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+

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

2016-08-09 Thread Gaëtan Bisson
Date: Tuesday, August 9, 2016 @ 19:01:25
  Author: bisson
Revision: 186246

upstream update

Modified:
  nsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-09 18:56:28 UTC (rev 186245)
+++ PKGBUILD2016-08-09 19:01:25 UTC (rev 186246)
@@ -4,8 +4,8 @@
 # Contributor: Roberto Alsina 
 
 pkgname=nsd
-pkgver=4.1.10
-pkgrel=2
+pkgver=4.1.11
+pkgrel=1
 pkgdesc='Authoritative only, high performance and simple DNS server'
 url='http://www.nlnetlabs.nl/nsd/'
 license=('BSD')
@@ -15,7 +15,7 @@
 
source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'tmpfiles.d'
 'service')
-sha256sums=('3a757014046752a0b0b11c1a2e22a36bb796f89f6939147ed3226556b4298727'
+sha256sums=('c7712fd05eb0ab97040738e01d9369d02b89c0a7fa0943fd5bfc43b2111a92df'
 '8e72816177069d6b82306c4b61ca4d0eefd2a77a31ea79c50635eea5aecf8c5b'
 '5ec7616df32c29ddec25a6ec772db5053e234410cf1042f2945d0f554b1f9b65')
 


[arch-commits] Commit in ttf-mph-2b-damase/trunk (PKGBUILD)

2016-08-09 Thread Gaëtan Bisson
Date: Tuesday, August 9, 2016 @ 19:01:34
  Author: bisson
Revision: 273554

ubuntu dropped this file, switch to other mirror

Modified:
  ttf-mph-2b-damase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-09 18:59:57 UTC (rev 273553)
+++ PKGBUILD2016-08-09 19:01:34 UTC (rev 273554)
@@ -11,7 +11,7 @@
 license=('custom:Public_Domain')
 arch=('any')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-source=("http://ftp.debian.org/debian/pool/main/t/ttf-mph-2b-damase/ttf-mph-2b-damase_${_pkgver}.orig.tar.gz;)
+source=("http://ftp.gnome.org/mirror/cdimage/snapshot/Debian/pool/main/t/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz;)
 sha1sums=('8663d937dabce9bebb9c46b6e985102d03830fd4')
 
 install=install


[arch-commits] Commit in ttf-arphic-ukai/trunk (PKGBUILD)

2016-08-09 Thread Gaëtan Bisson
Date: Tuesday, August 9, 2016 @ 18:51:14
  Author: bisson
Revision: 273547

ubuntu dropped this file, switch to other mirror

Modified:
  ttf-arphic-ukai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-09 18:47:18 UTC (rev 273546)
+++ PKGBUILD2016-08-09 18:51:14 UTC (rev 273547)
@@ -11,7 +11,7 @@
 license=('custom:Arphic_Public_License')
 arch=('any')
 depends=('fontconfig' 'xorg-font-utils')
-source=("http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-ukai/ttf-arphic-ukai_${pkgver}.orig.tar.gz;)
+source=("http://ftp.stu.edu.tw/FreeBSD/distfiles/CJKUnifonts/ttf-arphic-ukai_${pkgver}.orig.tar.gz;)
 sha1sums=('70f9489e7e15241c13d7eb6496a38736b49024e6')
 
 install=install


[arch-commits] Commit in ttf-arphic-uming/trunk (PKGBUILD)

2016-08-09 Thread Gaëtan Bisson
Date: Tuesday, August 9, 2016 @ 18:59:50
  Author: bisson
Revision: 273552

ubuntu dropped this file, switch to other mirror

Modified:
  ttf-arphic-uming/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-09 18:59:46 UTC (rev 273551)
+++ PKGBUILD2016-08-09 18:59:50 UTC (rev 273552)
@@ -11,7 +11,7 @@
 license=('custom:Arphic_Public_License')
 arch=('any')
 depends=('fontconfig' 'xorg-font-utils')
-source=("http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_${pkgver}.orig.tar.gz;)
+source=("http://ftp.gnome.org/mirror/cdimage/snapshot/Debian/pool/main/t/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz;)
 sha1sums=('d6b11cc84142364c66d17a0f02fdffbc1b98cedf')
 
 install=install


[arch-commits] Commit in nsd/repos (16 files)

2016-08-09 Thread Gaëtan Bisson
Date: Tuesday, August 9, 2016 @ 19:02:54
  Author: bisson
Revision: 186247

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nsd/repos/community-i686/PKGBUILD
(from rev 186246, nsd/trunk/PKGBUILD)
  nsd/repos/community-i686/install
(from rev 186246, nsd/trunk/install)
  nsd/repos/community-i686/service
(from rev 186246, nsd/trunk/service)
  nsd/repos/community-i686/tmpfiles.d
(from rev 186246, nsd/trunk/tmpfiles.d)
  nsd/repos/community-x86_64/PKGBUILD
(from rev 186246, nsd/trunk/PKGBUILD)
  nsd/repos/community-x86_64/install
(from rev 186246, nsd/trunk/install)
  nsd/repos/community-x86_64/service
(from rev 186246, nsd/trunk/service)
  nsd/repos/community-x86_64/tmpfiles.d
(from rev 186246, nsd/trunk/tmpfiles.d)
Deleted:
  nsd/repos/community-i686/PKGBUILD
  nsd/repos/community-i686/install
  nsd/repos/community-i686/service
  nsd/repos/community-i686/tmpfiles.d
  nsd/repos/community-x86_64/PKGBUILD
  nsd/repos/community-x86_64/install
  nsd/repos/community-x86_64/service
  nsd/repos/community-x86_64/tmpfiles.d

-+
 /PKGBUILD   |   98 ++
 /install|   22 +
 /service|   26 +++
 /tmpfiles.d |2 
 community-i686/PKGBUILD |   49 -
 community-i686/install  |   11 
 community-i686/service  |   13 -
 community-i686/tmpfiles.d   |1 
 community-x86_64/PKGBUILD   |   49 -
 community-x86_64/install|   11 
 community-x86_64/service|   13 -
 community-x86_64/tmpfiles.d |1 
 12 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-09 19:01:25 UTC (rev 186246)
+++ community-i686/PKGBUILD 2016-08-09 19:02:54 UTC (rev 186247)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Kaiting Chen 
-# Contributor: Roberto Alsina 
-
-pkgname=nsd
-pkgver=4.1.10
-pkgrel=2
-pkgdesc='Authoritative only, high performance and simple DNS server'
-url='http://www.nlnetlabs.nl/nsd/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libevent')
-makedepends=('flex')
-source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'tmpfiles.d'
-'service')
-sha256sums=('3a757014046752a0b0b11c1a2e22a36bb796f89f6939147ed3226556b4298727'
-'8e72816177069d6b82306c4b61ca4d0eefd2a77a31ea79c50635eea5aecf8c5b'
-'5ec7616df32c29ddec25a6ec772db5053e234410cf1042f2945d0f554b1f9b65')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/ \
-   --sbindir=/usr/bin \
-   --datarootdir=/usr/share \
-   --with-pidfile=/run/nsd/nsd.pid \
-   --enable-ratelimit \
-   --enable-relro-now \
-   --enable-pie \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/nsd.conf
-   install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/nsd.service
-   rmdir "${pkgdir}"/{tmp,run/{nsd,}}
-
-   rm doc/differences.pdf
-   install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
-   install -m644 doc/* "${pkgdir}"/usr/share/doc/"${pkgname}"
-   ln -s ../../doc/"${pkgname}"/LICENSE 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
-}

Copied: nsd/repos/community-i686/PKGBUILD (from rev 186246, nsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-09 19:02:54 UTC (rev 186247)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Kaiting Chen 
+# Contributor: Roberto Alsina 
+
+pkgname=nsd
+pkgver=4.1.11
+pkgrel=1
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='http://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libevent')
+makedepends=('flex')
+source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'tmpfiles.d'
+'service')
+sha256sums=('c7712fd05eb0ab97040738e01d9369d02b89c0a7fa0943fd5bfc43b2111a92df'
+'8e72816177069d6b82306c4b61ca4d0eefd2a77a31ea79c50635eea5aecf8c5b'
+'5ec7616df32c29ddec25a6ec772db5053e234410cf1042f2945d0f554b1f9b65')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/ \
+   --sbindir=/usr/bin \
+   --datarootdir=/usr/share \
+

[arch-commits] Commit in ttf-arphic-ukai/trunk (PKGBUILD)

2016-08-09 Thread Gaëtan Bisson
Date: Tuesday, August 9, 2016 @ 18:58:22
  Author: bisson
Revision: 273550

better mirror

Modified:
  ttf-arphic-ukai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-09 18:53:36 UTC (rev 273549)
+++ PKGBUILD2016-08-09 18:58:22 UTC (rev 273550)
@@ -11,7 +11,7 @@
 license=('custom:Arphic_Public_License')
 arch=('any')
 depends=('fontconfig' 'xorg-font-utils')
-source=("http://ftp.stu.edu.tw/FreeBSD/distfiles/CJKUnifonts/ttf-arphic-ukai_${pkgver}.orig.tar.gz;)
+source=("http://ftp.gnome.org/mirror/cdimage/snapshot/Debian/pool/main/t/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz;)
 sha1sums=('70f9489e7e15241c13d7eb6496a38736b49024e6')
 
 install=install


[arch-commits] Commit in scribus/trunk (PKGBUILD.next)

2016-06-30 Thread Gaëtan Bisson
Date: Friday, July 1, 2016 @ 00:59:54
  Author: bisson
Revision: 181655

prepare for next version based on qt5

Added:
  scribus/trunk/PKGBUILD.next

---+
 PKGBUILD.next |   47 +++
 1 file changed, 47 insertions(+)

Added: PKGBUILD.next
===
--- PKGBUILD.next   (rev 0)
+++ PKGBUILD.next   2016-07-01 00:59:54 UTC (rev 181655)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 173822 2016-05-05 09:44:28Z bisson $
+# Maintainer: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='Desktop publishing software'
+url='http://www.scribus.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost')
+optdepends=('tk: scripts based on tkinter')
+depends=('qt5-quickcontrols' 'qt5-tools' 'boost-libs'
+ 'cairo' 'lcms2' 'libcups' 'libxml2' 'podofo'
+ 'python2' 'ghostscript' 'boost-libs' 'graphicsmagick')
+validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha1sums=('87f426863be8057d83e73b58649ccc2a3266c73b' 'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed \
+   -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+   -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+   -i scribus/plugins/scriptplugin/{samples,scripts}/*
+   install -d build
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DLIB_SUFFIX=""
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 ../scribus.desktop 
"${pkgdir}/usr/share/applications/scribus.desktop"
+}


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

2016-06-29 Thread Gaëtan Bisson
Date: Thursday, June 30, 2016 @ 00:36:04
  Author: bisson
Revision: 270799

upstream update

Modified:
  cronie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-29 23:44:56 UTC (rev 270798)
+++ PKGBUILD2016-06-30 00:36:04 UTC (rev 270799)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname='cronie'
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
 url='https://fedorahosted.org/cronie/'
@@ -17,7 +17,7 @@
 'service'
 'pam.d'
 'deny')
-sha1sums=('bbf154a6db7c9802664d1f0397b5e7ae9a9618e4'
+sha1sums=('0d757921c1ed248cffa14a754a50ccd27e9a8245'
   'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649'
   '5eff7fb31f6bc0a924243ff046704726cf20c221'
   '0f279b8fb820340267d578dc85511c980715f91e')


[arch-commits] Commit in cronie/repos (10 files)

2016-06-29 Thread Gaëtan Bisson
Date: Thursday, June 30, 2016 @ 00:38:16
  Author: bisson
Revision: 270800

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  cronie/repos/testing-i686/
  cronie/repos/testing-i686/PKGBUILD
(from rev 270799, cronie/trunk/PKGBUILD)
  cronie/repos/testing-i686/deny
(from rev 270799, cronie/trunk/deny)
  cronie/repos/testing-i686/pam.d
(from rev 270799, cronie/trunk/pam.d)
  cronie/repos/testing-i686/service
(from rev 270799, cronie/trunk/service)
  cronie/repos/testing-x86_64/
  cronie/repos/testing-x86_64/PKGBUILD
(from rev 270799, cronie/trunk/PKGBUILD)
  cronie/repos/testing-x86_64/deny
(from rev 270799, cronie/trunk/deny)
  cronie/repos/testing-x86_64/pam.d
(from rev 270799, cronie/trunk/pam.d)
  cronie/repos/testing-x86_64/service
(from rev 270799, cronie/trunk/service)

-+
 testing-i686/PKGBUILD   |   65 ++
 testing-i686/deny   |1 
 testing-i686/pam.d  |   10 +++
 testing-i686/service|   11 +++
 testing-x86_64/PKGBUILD |   65 ++
 testing-x86_64/deny |1 
 testing-x86_64/pam.d|   10 +++
 testing-x86_64/service  |   11 +++
 8 files changed, 174 insertions(+)

Copied: cronie/repos/testing-i686/PKGBUILD (from rev 270799, 
cronie/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-30 00:38:16 UTC (rev 270800)
@@ -0,0 +1,65 @@
+# $Id$
+# Contributor: Kaiting Chen 
+# Maintainer: Gaetan Bisson 
+
+pkgname='cronie'
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
+url='https://fedorahosted.org/cronie/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('pam' 'bash' 'run-parts')
+optdepends=('pm-utils: defer anacron on battery power'
+'smtp-server: send job output via email'
+'smtp-forwarder: forward job output to email server')
+source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'service'
+'pam.d'
+'deny')
+sha1sums=('0d757921c1ed248cffa14a754a50ccd27e9a8245'
+  'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649'
+  '5eff7fb31f6bc0a924243ff046704726cf20c221'
+  '0f279b8fb820340267d578dc85511c980715f91e')
+
+backup=('etc/cron.deny'
+'etc/pam.d/crond'
+'etc/cron.d/0hourly'
+'etc/anacrontab')
+
+conflicts=('cron')
+provides=('cron')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --enable-anacron \
+   --with-inotify \
+   --with-pam \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   chmod u+s "${pkgdir}"/usr/bin/crontab
+   install -d "${pkgdir}"/var/spool/{ana,}cron
+   install -d "${pkgdir}"/etc/cron.{d,hourly,daily,weekly,monthly}
+
+   install -Dm644 ../deny "${pkgdir}"/etc/cron.deny
+   install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/crond
+   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/cronie.service
+
+   install -Dm644 contrib/anacrontab "${pkgdir}"/etc/anacrontab
+   install -Dm644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly
+   install -Dm755 contrib/0anacron "${pkgdir}"/etc/cron.hourly/0anacron
+
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/cronie/COPYING
+}

Copied: cronie/repos/testing-i686/deny (from rev 270799, cronie/trunk/deny)
===
--- testing-i686/deny   (rev 0)
+++ testing-i686/deny   2016-06-30 00:38:16 UTC (rev 270800)
@@ -0,0 +1 @@
+# without this file, only users listed in /etc/cron.allow can use crontab

Copied: cronie/repos/testing-i686/pam.d (from rev 270799, cronie/trunk/pam.d)
===
--- testing-i686/pam.d  (rev 0)
+++ testing-i686/pam.d  2016-06-30 00:38:16 UTC (rev 270800)
@@ -0,0 +1,10 @@
+auth  requiredpam_unix.so
+auth  requiredpam_env.so
+
+account   requiredpam_access.so
+account   requiredpam_unix.so
+account   requiredpam_time.so
+
+sessionrequired   pam_loginuid.so
+session   requiredpam_limits.so
+session   requiredpam_unix.so

Copied: cronie/repos/testing-i686/service (from rev 270799, 
cronie/trunk/service)
===
--- testing-i686/service(rev 0)
+++ testing-i686/service2016-06-30 00:38:16 UTC (rev 270800)
@@ -0,0 +1,11 @@
+[Unit]

[arch-commits] Commit in scim/repos (10 files)

2016-07-02 Thread Gaëtan Bisson
Date: Saturday, July 2, 2016 @ 07:45:26
  Author: bisson
Revision: 270857

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  scim/repos/extra-i686/PKGBUILD
(from rev 270856, scim/trunk/PKGBUILD)
  scim/repos/extra-i686/install
(from rev 270856, scim/trunk/install)
  scim/repos/extra-x86_64/PKGBUILD
(from rev 270856, scim/trunk/PKGBUILD)
  scim/repos/extra-x86_64/install
(from rev 270856, scim/trunk/install)
Deleted:
  scim/repos/extra-i686/PKGBUILD
  scim/repos/extra-i686/install
  scim/repos/extra-i686/undefined-gdk_x11_drawable_get_xdisplay.patch
  scim/repos/extra-x86_64/PKGBUILD
  scim/repos/extra-x86_64/install
  scim/repos/extra-x86_64/undefined-gdk_x11_drawable_get_xdisplay.patch

+
 /PKGBUILD  |   84 +++
 /install   |   26 +++
 extra-i686/PKGBUILD|   46 --
 extra-i686/install |   13 -
 extra-i686/undefined-gdk_x11_drawable_get_xdisplay.patch   |   19 --
 extra-x86_64/PKGBUILD  |   46 --
 extra-x86_64/install   |   13 -
 extra-x86_64/undefined-gdk_x11_drawable_get_xdisplay.patch |   19 --
 8 files changed, 110 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-02 07:44:31 UTC (rev 270856)
+++ extra-i686/PKGBUILD 2016-07-02 07:45:26 UTC (rev 270857)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-# Contributor: Gan Lu 
-
-pkgname=scim
-pkgver=1.4.15
-pkgrel=3
-pkgdesc='Input method user interface and development platform'
-url='http://sourceforge.net/projects/scim/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gtk2')
-optdepends=('qt4: qt4 immodule'
-'gtk3: gtk3 immodule')
-makedepends=('intltool' 'qt4' 'gtk3' 'optipng')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'undefined-gdk_x11_drawable_get_xdisplay.patch')
-sha1sums=('771d81b5c81164840f7d45c39165c2990cc809bd'
-  'd6f9b832533eff199ee5cb5ae8f94f57f7677aac')
-
-backup=('etc/scim/config' 'etc/scim/global')
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../undefined-gdk_x11_drawable_get_xdisplay.patch
-   find -name '*.png' -exec optipng -quiet -force -fix {} +
-   ./bootstrap
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --with-qt4-moc=/usr/bin/moc-qt4 \
-   --with-gtk-version=2 # no gtk3 support in scim-anthy
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: scim/repos/extra-i686/PKGBUILD (from rev 270856, scim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-02 07:45:26 UTC (rev 270857)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+# Contributor: Gan Lu 
+
+pkgname=scim
+pkgver=1.4.17
+pkgrel=1
+pkgdesc='Input method user interface and development platform'
+url='http://sourceforge.net/projects/scim/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gtk2')
+optdepends=('qt4: qt4 immodule'
+'gtk3: gtk3 immodule')
+makedepends=('intltool' 'qt4' 'gtk3')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('fd5a1078cb6c8d67f8bbf79969b8c5db033a0cda')
+
+backup=('etc/scim/config' 'etc/scim/global')
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./bootstrap
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --with-qt4-moc=/usr/bin/moc-qt4 \
+   --with-gtk-version=2 # no gtk3 support in scim-anthy
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2016-07-02 07:44:31 UTC (rev 270856)
+++ extra-i686/install  2016-07-02 07:45:26 UTC (rev 270857)
@@ -1,13 +0,0 @@
-post_install() {
-   [[ -x usr/bin/gtk-query-immodules-2.0 ]] && gtk-query-immodules-2.0 
--update-cache
-   [[ -x usr/bin/gtk-query-immodules-3.0 ]] && gtk-query-immodules-3.0 
--update-cache
- 

[arch-commits] Commit in scim/trunk (2 files)

2016-07-02 Thread Gaëtan Bisson
Date: Saturday, July 2, 2016 @ 07:44:31
  Author: bisson
Revision: 270856

upstream update

Modified:
  scim/trunk/PKGBUILD
Deleted:
  scim/trunk/undefined-gdk_x11_drawable_get_xdisplay.patch

---+
 PKGBUILD  |   14 +-
 undefined-gdk_x11_drawable_get_xdisplay.patch |   19 ---
 2 files changed, 5 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-01 23:15:24 UTC (rev 270855)
+++ PKGBUILD2016-07-02 07:44:31 UTC (rev 270856)
@@ -4,8 +4,8 @@
 # Contributor: Gan Lu 
 
 pkgname=scim
-pkgver=1.4.15
-pkgrel=3
+pkgver=1.4.17
+pkgrel=1
 pkgdesc='Input method user interface and development platform'
 url='http://sourceforge.net/projects/scim/'
 license=('LGPL')
@@ -13,11 +13,9 @@
 depends=('libltdl' 'gtk2')
 optdepends=('qt4: qt4 immodule'
 'gtk3: gtk3 immodule')
-makedepends=('intltool' 'qt4' 'gtk3' 'optipng')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'undefined-gdk_x11_drawable_get_xdisplay.patch')
-sha1sums=('771d81b5c81164840f7d45c39165c2990cc809bd'
-  'd6f9b832533eff199ee5cb5ae8f94f57f7677aac')
+makedepends=('intltool' 'qt4' 'gtk3')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('fd5a1078cb6c8d67f8bbf79969b8c5db033a0cda')
 
 backup=('etc/scim/config' 'etc/scim/global')
 install=install
@@ -24,8 +22,6 @@
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../undefined-gdk_x11_drawable_get_xdisplay.patch
-   find -name '*.png' -exec optipng -quiet -force -fix {} +
./bootstrap
 }
 

Deleted: undefined-gdk_x11_drawable_get_xdisplay.patch
===
--- undefined-gdk_x11_drawable_get_xdisplay.patch   2016-07-01 23:15:24 UTC 
(rev 270855)
+++ undefined-gdk_x11_drawable_get_xdisplay.patch   2016-07-02 07:44:31 UTC 
(rev 270856)
@@ -1,19 +0,0 @@
-commit 88fbabed7dc236642021f8263f1b25bf67c6806e
-Author: Tz-Huan Huang 
-Date:   Fri Oct 24 13:12:32 2014 +0800
-
-Disable subdir-objects
-
-diff --git a/configure.ac b/configure.ac
-index 3d89eb1..f3901ba 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -78,7 +78,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [The 
gettext domain])
- ###
- 
- # Init automake stuff
--AM_INIT_AUTOMAKE([subdir-objects])
-+AM_INIT_AUTOMAKE([])
- AM_CONFIG_HEADER([config.h])
- 
- # Init libtool


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

2016-07-03 Thread Gaëtan Bisson
Date: Sunday, July 3, 2016 @ 16:54:50
  Author: bisson
Revision: 270894

free rebuild, remove obsolete install file

Modified:
  uim/trunk/PKGBUILD
Deleted:
  uim/trunk/install

--+
 PKGBUILD |9 +++--
 install  |   13 -
 2 files changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-03 13:13:51 UTC (rev 270893)
+++ PKGBUILD2016-07-03 16:54:50 UTC (rev 270894)
@@ -4,21 +4,19 @@
 
 pkgname=uim
 pkgver=1.8.6
-pkgrel=6
+pkgrel=7
 pkgdesc='Multilingual input method library'
 url='https://github.com/uim/uim/wiki'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 depends=('libxft' 'libedit' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'anthy')
+makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'anthy')
 optdepends=('qt4: immodule and helper applications'
 'gtk2: immodule and helper applications'
-'gtk3: immodules and helper applications')
+'gtk3: immodule and helper applications')
 source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
 
-install=install
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 
@@ -35,6 +33,5 @@
 package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install -j1 # FS#41112
-   rm "${pkgdir}"/usr/lib/libgcroots.a
install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }

Deleted: install
===
--- install 2016-07-03 13:13:51 UTC (rev 270893)
+++ install 2016-07-03 16:54:50 UTC (rev 270894)
@@ -1,13 +0,0 @@
-post_install() {
-   [[ -x usr/bin/gtk-query-immodules-2.0 ]] && 
usr/bin/gtk-query-immodules-2.0 --update-cache
-   [[ -x usr/bin/gtk-query-immodules-3.0 ]] && 
usr/bin/gtk-query-immodules-3.0 --update-cache
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


[arch-commits] Commit in uim/repos (6 files)

2016-07-03 Thread Gaëtan Bisson
Date: Sunday, July 3, 2016 @ 16:55:41
  Author: bisson
Revision: 270895

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  uim/repos/extra-i686/PKGBUILD
(from rev 270894, uim/trunk/PKGBUILD)
  uim/repos/extra-x86_64/PKGBUILD
(from rev 270894, uim/trunk/PKGBUILD)
Deleted:
  uim/repos/extra-i686/PKGBUILD
  uim/repos/extra-i686/install
  uim/repos/extra-x86_64/PKGBUILD
  uim/repos/extra-x86_64/install

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   40 -
 extra-i686/install|   13 
 extra-x86_64/PKGBUILD |   40 -
 extra-x86_64/install  |   13 
 5 files changed, 74 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-03 16:54:50 UTC (rev 270894)
+++ extra-i686/PKGBUILD 2016-07-03 16:55:41 UTC (rev 270895)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=uim
-pkgver=1.8.6
-pkgrel=6
-pkgdesc='Multilingual input method library'
-url='https://github.com/uim/uim/wiki'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('libxft' 'libedit' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'anthy')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodules and helper applications')
-source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 \
-   --with-qt4-immodule \
-   --with-qt4 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install -j1 # FS#41112
-   rm "${pkgdir}"/usr/lib/libgcroots.a
-   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: uim/repos/extra-i686/PKGBUILD (from rev 270894, uim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-03 16:55:41 UTC (rev 270895)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.6
+pkgrel=7
+pkgdesc='Multilingual input method library'
+url='https://github.com/uim/uim/wiki'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'anthy')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodule and helper applications')
+source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-anthy-utf8 \
+   --with-qt4-immodule \
+   --with-qt4 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install -j1 # FS#41112
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2016-07-03 16:54:50 UTC (rev 270894)
+++ extra-i686/install  2016-07-03 16:55:41 UTC (rev 270895)
@@ -1,13 +0,0 @@
-post_install() {
-   [[ -x usr/bin/gtk-query-immodules-2.0 ]] && 
usr/bin/gtk-query-immodules-2.0 --update-cache
-   [[ -x usr/bin/gtk-query-immodules-3.0 ]] && 
usr/bin/gtk-query-immodules-3.0 --update-cache
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-03 16:54:50 UTC (rev 270894)
+++ extra-x86_64/PKGBUILD   2016-07-03 16:55:41 UTC (rev 270895)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=uim
-pkgver=1.8.6
-pkgrel=6
-pkgdesc='Multilingual input method library'
-url='https://github.com/uim/uim/wiki'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('libxft' 'libedit' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'anthy')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodules and helper 

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

2016-07-03 Thread Gaëtan Bisson
Date: Sunday, July 3, 2016 @ 22:45:51
  Author: bisson
Revision: 270915

rebuild for ffmpeg-3.1

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-03 19:47:55 UTC (rev 270914)
+++ PKGBUILD2016-07-03 22:45:51 UTC (rev 270915)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.19.16
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')


[arch-commits] Commit in mpd/repos (10 files)

2016-07-03 Thread Gaëtan Bisson
Date: Sunday, July 3, 2016 @ 22:47:05
  Author: bisson
Revision: 270916

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mpd/repos/staging-i686/
  mpd/repos/staging-i686/PKGBUILD
(from rev 270915, mpd/trunk/PKGBUILD)
  mpd/repos/staging-i686/conf
(from rev 270915, mpd/trunk/conf)
  mpd/repos/staging-i686/install
(from rev 270915, mpd/trunk/install)
  mpd/repos/staging-i686/tmpfiles.d
(from rev 270915, mpd/trunk/tmpfiles.d)
  mpd/repos/staging-x86_64/
  mpd/repos/staging-x86_64/PKGBUILD
(from rev 270915, mpd/trunk/PKGBUILD)
  mpd/repos/staging-x86_64/conf
(from rev 270915, mpd/trunk/conf)
  mpd/repos/staging-x86_64/install
(from rev 270915, mpd/trunk/install)
  mpd/repos/staging-x86_64/tmpfiles.d
(from rev 270915, mpd/trunk/tmpfiles.d)

---+
 staging-i686/PKGBUILD |   63 
 staging-i686/conf |6 
 staging-i686/install  |   11 +++
 staging-i686/tmpfiles.d   |1 
 staging-x86_64/PKGBUILD   |   63 
 staging-x86_64/conf   |6 
 staging-x86_64/install|   11 +++
 staging-x86_64/tmpfiles.d |1 
 8 files changed, 162 insertions(+)

Copied: mpd/repos/staging-i686/PKGBUILD (from rev 270915, mpd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-03 22:47:05 UTC (rev 270916)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.16
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia')
+makedepends=('boost' 'doxygen')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('2b110898c8365ce69a8cedd01db2404748c4c09c' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '291fd5cda9f0845834a553017327c4586bd853f6')
+
+backup=('etc/mpd.conf')
+install=install
+
+prepare() {
+   # Temporary; see FS#48372
+   install -d "${srcdir}"/pkg-config
+   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-cdio-paranoia \
+   --enable-libmpdclient \
+   --enable-jack \
+   --enable-soundcloud \
+   --enable-pipe-output \
+   --enable-pulse \
+   --disable-sidplay \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
+   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
+   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
+
+   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
+   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
+   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
+}

Copied: mpd/repos/staging-i686/conf (from rev 270915, mpd/trunk/conf)
===
--- staging-i686/conf   (rev 0)
+++ staging-i686/conf   2016-07-03 22:47:05 UTC (rev 270916)
@@ -0,0 +1,6 @@
+# See: /usr/share/doc/mpd/mpdconf.example
+
+pid_file "/run/mpd/mpd.pid"
+db_file "/var/lib/mpd/mpd.db"
+state_file "/var/lib/mpd/mpdstate"
+playlist_directory "/var/lib/mpd/playlists"

Copied: mpd/repos/staging-i686/install (from rev 270915, mpd/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2016-07-03 22:47:05 UTC (rev 270916)
@@ -0,0 +1,11 @@
+post_install() {
+   getent group mpd &>/dev/null || groupadd -r -g 45 mpd >/dev/null
+   getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d 
/var/lib/mpd -s /bin/false -G audio mpd >/dev/null
+

[arch-commits] Commit in cronie/repos (18 files)

2016-07-03 Thread Gaëtan Bisson
Date: Sunday, July 3, 2016 @ 22:48:37
  Author: bisson
Revision: 270919

db-move: moved cronie from [testing] to [core] (i686, x86_64)

Added:
  cronie/repos/core-i686/PKGBUILD
(from rev 270918, cronie/repos/testing-i686/PKGBUILD)
  cronie/repos/core-i686/deny
(from rev 270918, cronie/repos/testing-i686/deny)
  cronie/repos/core-i686/pam.d
(from rev 270918, cronie/repos/testing-i686/pam.d)
  cronie/repos/core-i686/service
(from rev 270918, cronie/repos/testing-i686/service)
  cronie/repos/core-x86_64/PKGBUILD
(from rev 270918, cronie/repos/testing-x86_64/PKGBUILD)
  cronie/repos/core-x86_64/deny
(from rev 270918, cronie/repos/testing-x86_64/deny)
  cronie/repos/core-x86_64/pam.d
(from rev 270918, cronie/repos/testing-x86_64/pam.d)
  cronie/repos/core-x86_64/service
(from rev 270918, cronie/repos/testing-x86_64/service)
Deleted:
  cronie/repos/core-i686/PKGBUILD
  cronie/repos/core-i686/deny
  cronie/repos/core-i686/pam.d
  cronie/repos/core-i686/service
  cronie/repos/core-x86_64/PKGBUILD
  cronie/repos/core-x86_64/deny
  cronie/repos/core-x86_64/pam.d
  cronie/repos/core-x86_64/service
  cronie/repos/testing-i686/
  cronie/repos/testing-x86_64/

--+
 /PKGBUILD|  130 +
 /deny|2 
 /pam.d   |   20 +++
 /service |   22 
 core-i686/PKGBUILD   |   65 
 core-i686/deny   |1 
 core-i686/pam.d  |   10 ---
 core-i686/service|   11 
 core-x86_64/PKGBUILD |   65 
 core-x86_64/deny |1 
 core-x86_64/pam.d|   10 ---
 core-x86_64/service  |   11 
 12 files changed, 174 insertions(+), 174 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-07-03 22:48:35 UTC (rev 270918)
+++ core-i686/PKGBUILD  2016-07-03 22:48:37 UTC (rev 270919)
@@ -1,65 +0,0 @@
-# $Id$
-# Contributor: Kaiting Chen 
-# Maintainer: Gaetan Bisson 
-
-pkgname='cronie'
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
-url='https://fedorahosted.org/cronie/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('pam' 'bash' 'run-parts')
-optdepends=('pm-utils: defer anacron on battery power'
-'smtp-server: send job output via email'
-'smtp-forwarder: forward job output to email server')
-source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'service'
-'pam.d'
-'deny')
-sha1sums=('bbf154a6db7c9802664d1f0397b5e7ae9a9618e4'
-  'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649'
-  '5eff7fb31f6bc0a924243ff046704726cf20c221'
-  '0f279b8fb820340267d578dc85511c980715f91e')
-
-backup=('etc/cron.deny'
-'etc/pam.d/crond'
-'etc/cron.d/0hourly'
-'etc/anacrontab')
-
-conflicts=('cron')
-provides=('cron')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --enable-anacron \
-   --with-inotify \
-   --with-pam \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   chmod u+s "${pkgdir}"/usr/bin/crontab
-   install -d "${pkgdir}"/var/spool/{ana,}cron
-   install -d "${pkgdir}"/etc/cron.{d,hourly,daily,weekly,monthly}
-
-   install -Dm644 ../deny "${pkgdir}"/etc/cron.deny
-   install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/crond
-   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/cronie.service
-
-   install -Dm644 contrib/anacrontab "${pkgdir}"/etc/anacrontab
-   install -Dm644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly
-   install -Dm755 contrib/0anacron "${pkgdir}"/etc/cron.hourly/0anacron
-
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/cronie/COPYING
-}

Copied: cronie/repos/core-i686/PKGBUILD (from rev 270918, 
cronie/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-07-03 22:48:37 UTC (rev 270919)
@@ -0,0 +1,65 @@
+# $Id$
+# Contributor: Kaiting Chen 
+# Maintainer: Gaetan Bisson 
+
+pkgname='cronie'
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
+url='https://fedorahosted.org/cronie/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('pam' 'bash' 'run-parts')
+optdepends=('pm-utils: defer anacron on battery power'
+'smtp-server: send job output via email'
+'smtp-forwarder: forward job 

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

2016-07-03 Thread Gaëtan Bisson
Date: Sunday, July 3, 2016 @ 22:48:19
  Author: bisson
Revision: 270917

rebuild for ffmpeg-3.1

Modified:
  chromaprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-03 22:47:05 UTC (rev 270916)
+++ PKGBUILD2016-07-03 22:48:19 UTC (rev 270917)
@@ -4,7 +4,7 @@
 
 pkgname=chromaprint
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
 url='https://acoustid.org/chromaprint'
 arch=('i686' 'x86_64')


  1   2   3   4   5   6   7   8   9   10   >