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

2018-11-06 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, November 6, 2018 @ 19:24:05
  Author: bisson
Revision: 337994

upstream update

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 18:33:06 UTC (rev 337993)
+++ PKGBUILD2018-11-06 19:24:05 UTC (rev 337994)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.2.10
+pkgver=2.2.11
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='https://www.gnupg.org/'
@@ -20,9 +20,9 @@
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
   '46CC730865BB5C78EBABADCF04376F3EE0856959'
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
 
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('799dd37a86a1448732e339bd20440f4f5ee6e69755f6fd7a73ee8af30840c915'
+sha256sums=('496c3e123ef53f35436ddccca58e82acaa901ca4e21174e77386c0cea0c49cd9'
 'SKIP')
 
 install=install


[arch-commits] Commit in feh/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-11-05 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, November 6, 2018 @ 02:58:48
  Author: bisson
Revision: 337911

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-06 01:19:48 UTC (rev 337910)
+++ PKGBUILD2018-11-06 02:58:48 UTC (rev 337911)
@@ -1,31 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.28.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats'
-'jpegexiforient: set exif rotation tag')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('97066765c61d7413ed40b20f3f62b5d934e94ec91cadd491ebce836e1fb02a72'
-'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 337910, feh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-06 02:58:48 UTC (rev 337911)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.28.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats'
+'jpegexiforient: set exif rotation tag')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('97066765c61d7413ed40b20f3f62b5d934e94ec91cadd491ebce836e1fb02a72'
+'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"
+}


[arch-commits] Commit in feh/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-11-05 Thread Gaëtan Bisson via arch-commits
Date: Monday, November 5, 2018 @ 08:40:20
  Author: bisson
Revision: 337871

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-05 08:37:48 UTC (rev 337870)
+++ PKGBUILD2018-11-05 08:40:20 UTC (rev 337871)
@@ -1,31 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.28
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats'
-'jpegexiforient: set exif rotation tag')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('13d22d7c5fe5057612ce3df88857aee89fcab9c8cd6fd4f95a42fe6bf851d3d9'
-'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 337870, feh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-05 08:40:20 UTC (rev 337871)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.28.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats'
+'jpegexiforient: set exif rotation tag')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('97066765c61d7413ed40b20f3f62b5d934e94ec91cadd491ebce836e1fb02a72'
+'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"
+}


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

2018-11-05 Thread Gaëtan Bisson via arch-commits
Date: Monday, November 5, 2018 @ 08:37:48
  Author: bisson
Revision: 337870

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-05 03:05:33 UTC (rev 337869)
+++ PKGBUILD2018-11-05 08:37:48 UTC (rev 337870)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.28
+pkgver=2.28.1
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('13d22d7c5fe5057612ce3df88857aee89fcab9c8cd6fd4f95a42fe6bf851d3d9'
+sha256sums=('97066765c61d7413ed40b20f3f62b5d934e94ec91cadd491ebce836e1fb02a72'
 'SKIP')
 
 build() {


[arch-commits] Commit in mpd/repos/extra-x86_64 (8 files)

2018-11-04 Thread Gaëtan Bisson via arch-commits
Date: Sunday, November 4, 2018 @ 23:07:57
  Author: bisson
Revision: 337866

archrelease: copy trunk to extra-x86_64

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

+
 PKGBUILD   |  140 +--
 conf   |   12 ++---
 sysusers.d |4 -
 tmpfiles.d |6 +-
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 23:07:14 UTC (rev 337865)
+++ PKGBUILD2018-11-04 23:07:57 UTC (rev 337866)
@@ -1,70 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.21
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth' 'icu' 'jack'
- 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad' 'libmikmod'
- 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
- 'libsamplerate' 'libshout' 'libsoxr' 'libsystemd' 'libupnp' 'mpg123'
- 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack' 'wildmidi' 'yajl'
- 'zziplib')
-makedepends=('boost' 'meson' 'python-sphinx')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'sysusers.d'
-'conf')
-sha256sums=('8b0ee75fb62ba69a4a127d51fb7011c60067de3f92d050184c52420d70b1528c'
-'SKIP'
-'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
-'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   rm -fr build
-   install -d build
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   _opts=('-Ddocumentation=true'
-  '-Dchromaprint=disabled' # appears not to be used for anything
-  '-Dsidplay=disabled' # unclear why but disabled in the past
-  '-Dlibwrap=disabled' # twentieth century's over
-  '-Dadplug=disabled' # not in an official repo
-  '-Dsndio=disabled' # interferes with detection of alsa devices
-  '-Dshine=disabled' # not in an official repo
-   )
-   arch-meson .. ${_opts[@]}
-   ninja
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   DESTDIR="${pkgdir}" ninja install
-   install -Dm644 ../doc/mpdconf.example 
"${pkgdir}"/usr/share/doc/mpd/mpdconf.example
-   install -Dm644 ../doc/mpd.conf.5 
"${pkgdir}"/usr/share/man/man5/mpd.conf.5
-   install -Dm644 ../doc/mpd.1 "${pkgdir}"/usr/share/man/man1/mpd.1
-
-   install -Dm644 ../../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -Dm644 ../../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
-   install -Dm644 ../../conf "${pkgdir}"/etc/mpd.conf
-
-   sed \
-   -e '/\[Service\]/a User=mpd' \
-   -e '/WantedBy=/c WantedBy=default.target' \
-   -i "${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-x86_64/PKGBUILD (from rev 337865, mpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 23:07:57 UTC (rev 337866)
@@ -0,0 +1,70 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.21.1
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth' 'icu' 'jack'
+ 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad' 'libmikmod'
+ 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
+ 'libsamplerate' 'libshout' 'libsoxr' 'libsystemd' 'libupnp' 'mpg123'
+ 'openal' 'smbclient

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

2018-11-04 Thread Gaëtan Bisson via arch-commits
Date: Sunday, November 4, 2018 @ 23:07:14
  Author: bisson
Revision: 337865

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 22:50:52 UTC (rev 337864)
+++ PKGBUILD2018-11-04 23:07:14 UTC (rev 337865)
@@ -5,7 +5,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.21
+pkgver=0.21.1
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
@@ -19,12 +19,12 @@
  'zziplib')
 makedepends=('boost' 'meson' 'python-sphinx')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 'tmpfiles.d'
 'sysusers.d'
 'conf')
-sha256sums=('8b0ee75fb62ba69a4a127d51fb7011c60067de3f92d050184c52420d70b1528c'
+sha256sums=('5674e791a6f3687a312431fd7e14d9d27fc62e21b869ff6b522bf6ba1bb5c069'
 'SKIP'
 '2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
 '0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'


[arch-commits] Commit in mpd/repos/extra-x86_64 (8 files)

2018-10-31 Thread Gaëtan Bisson via arch-commits
Date: Thursday, November 1, 2018 @ 01:33:22
  Author: bisson
Revision: 337663

archrelease: copy trunk to extra-x86_64

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

+
 PKGBUILD   |  131 +++
 conf   |   12 ++---
 sysusers.d |4 -
 tmpfiles.d |6 +-
 4 files changed, 81 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-01 01:32:05 UTC (rev 337662)
+++ PKGBUILD2018-11-01 01:33:22 UTC (rev 337663)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.23
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('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' 'libgme' 'zziplib' 'libsystemd')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'sysusers.d'
-'conf')
-sha256sums=('503e5f9f237290f568ff7956ab2f9aed563594bf749f19b8fe994fb21434afea'
-'SKIP'
-'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
-'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-libmpdclient \
-   --enable-pipe-output \
-   --enable-pulse \
-   --enable-soundcloud \
-   --enable-zzip \
-   --disable-sidplay \
-   --enable-systemd-daemon \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --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 -Dm644 ../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
-
-   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/mpd.service
-}

Copied: mpd/repos/extra-x86_64/PKGBUILD (from rev 337662, mpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-01 01:33:22 UTC (rev 337663)
@@ -0,0 +1,70 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.21
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth' 'icu' 'jack'
+ 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad' 'libmikmod'
+ 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
+ 'libsamplerate' 'libshout' 'libsoxr' 'libsystemd' 'libupnp' 'mpg123'
+ 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack' 'wildmidi' 'yajl'
+ 'zziplib')
+makedepends=('boost' 'meson' 'python-sphinx')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+#source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+'tmpfiles.d'
+'sysusers.d'
+'conf')
+sha256sums=('8b0ee75fb62ba69a4a127d51fb7011c60067de3f92d0

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

2018-10-31 Thread Gaëtan Bisson via arch-commits
Date: Thursday, November 1, 2018 @ 01:32:05
  Author: bisson
Revision: 337662

upstream update

Modified:
  mpd/trunk/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 40 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-31 23:11:21 UTC (rev 337661)
+++ PKGBUILD2018-11-01 01:32:05 UTC (rev 337662)
@@ -5,24 +5,26 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.20.23
+pkgver=0.21
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
 license=('GPL')
 arch=('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' 'libgme' 'zziplib' 'libsystemd')
-makedepends=('boost' 'doxygen')
+depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth' 'icu' 'jack'
+ 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad' 'libmikmod'
+ 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
+ 'libsamplerate' 'libshout' 'libsoxr' 'libsystemd' 'libupnp' 'mpg123'
+ 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack' 'wildmidi' 'yajl'
+ 'zziplib')
+makedepends=('boost' 'meson' 'python-sphinx')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+#source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 'tmpfiles.d'
 'sysusers.d'
 'conf')
-sha256sums=('503e5f9f237290f568ff7956ab2f9aed563594bf749f19b8fe994fb21434afea'
+sha256sums=('8b0ee75fb62ba69a4a127d51fb7011c60067de3f92d050184c52420d70b1528c'
 'SKIP'
 '2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
 '0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
@@ -30,32 +32,39 @@
 
 backup=('etc/mpd.conf')
 
-build() {
+prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-libmpdclient \
-   --enable-pipe-output \
-   --enable-pulse \
-   --enable-soundcloud \
-   --enable-zzip \
-   --disable-sidplay \
-   --enable-systemd-daemon \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
+   rm -fr build
+   install -d build
+}
 
-   make
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   _opts=('-Ddocumentation=true'
+  '-Dchromaprint=disabled' # appears not to be used for anything
+  '-Dsidplay=disabled' # unclear why but disabled in the past
+  '-Dlibwrap=disabled' # twentieth century's over
+  '-Dadplug=disabled' # not in an official repo
+  '-Dsndio=disabled' # interferes with detection of alsa devices
+  '-Dshine=disabled' # not in an official repo
+   )
+   arch-meson .. ${_opts[@]}
+   ninja
 }
 
 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 -Dm644 ../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   DESTDIR="${pkgdir}" ninja install
+   install -Dm644 ../doc/mpdconf.example 
"${pkgdir}"/usr/share/doc/mpd/mpdconf.example
+   install -Dm644 ../doc/mpd.conf.5 
"${pkgdir}"/usr/share/man/man5/mpd.conf.5
+   install -Dm644 ../doc/mpd.1 "${pkgdir}"/usr/share/man/man1/mpd.1
 
-   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/mpd.service
+   install -Dm644 ../../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
+   install -Dm644 ../../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
+   install -Dm644 ../../conf "${pkgdir}"/etc/mpd.conf
+
+   sed \
+   -e '/\[Service\]/a User=mpd' \
+   -e '/WantedBy=/c WantedBy=default.target' \
+   -i "${pkgdir}"/usr/lib/systemd/system/mpd.service
 }


[arch-commits] Commit in mpd/repos/extra-x86_64 (8 files)

2018-10-30 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, October 30, 2018 @ 17:01:36
  Author: bisson
Revision: 337585

archrelease: copy trunk to extra-x86_64

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

+
 PKGBUILD   |  122 +--
 conf   |   12 ++---
 sysusers.d |4 -
 tmpfiles.d |6 +-
 4 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 17:00:50 UTC (rev 337584)
+++ PKGBUILD2018-10-30 17:01:36 UTC (rev 337585)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.22
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('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' 'libgme' 'zziplib' 'libsystemd')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'sysusers.d'
-'conf')
-sha256sums=('78f4c4e2b5b5b4c542037f970c9253486b24e4a52e122d5859cd615b3b9a7cdd'
-'SKIP'
-'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
-'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-libmpdclient \
-   --enable-pipe-output \
-   --enable-pulse \
-   --enable-soundcloud \
-   --enable-zzip \
-   --disable-sidplay \
-   --enable-systemd-daemon \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --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 -Dm644 ../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
-
-   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/mpd.service
-}

Copied: mpd/repos/extra-x86_64/PKGBUILD (from rev 337584, mpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 17:01:36 UTC (rev 337585)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.23
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('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' 'libgme' 'zziplib' 'libsystemd')
+makedepends=('boost' 'doxygen')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+'tmpfiles.d'
+'sysusers.d'
+'conf')
+sha256sums=('503e5f9f237290f568ff7956ab2f9aed563594bf749f19b8fe994fb21434afea'
+'SKIP'
+'2faa85c12449a5b3ca422ff1

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

2018-10-30 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, October 30, 2018 @ 17:00:50
  Author: bisson
Revision: 337584

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 16:36:43 UTC (rev 337583)
+++ PKGBUILD2018-10-30 17:00:50 UTC (rev 337584)
@@ -5,7 +5,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.20.22
+pkgver=0.20.23
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
@@ -22,7 +22,7 @@
 'tmpfiles.d'
 'sysusers.d'
 'conf')
-sha256sums=('78f4c4e2b5b5b4c542037f970c9253486b24e4a52e122d5859cd615b3b9a7cdd'
+sha256sums=('503e5f9f237290f568ff7956ab2f9aed563594bf749f19b8fe994fb21434afea'
 'SKIP'
 '2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
 '0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'


[arch-commits] Commit in ncmpc/repos/extra-x86_64 (3 files)

2018-10-25 Thread Gaëtan Bisson via arch-commits
Date: Thursday, October 25, 2018 @ 19:11:12
  Author: bisson
Revision: 337306

archrelease: copy trunk to extra-x86_64

Added:
  ncmpc/repos/extra-x86_64/PKGBUILD
(from rev 337305, ncmpc/trunk/PKGBUILD)
Deleted:
  ncmpc/repos/extra-x86_64/691116b22355bdaac211bd66e8c90fdecd9b2077.patch
  ncmpc/repos/extra-x86_64/PKGBUILD

+
 691116b22355bdaac211bd66e8c90fdecd9b2077.patch |   24 ---
 PKGBUILD   |   77 +++
 2 files changed, 37 insertions(+), 64 deletions(-)

Deleted: 691116b22355bdaac211bd66e8c90fdecd9b2077.patch
===
--- 691116b22355bdaac211bd66e8c90fdecd9b2077.patch  2018-10-25 19:10:36 UTC 
(rev 337305)
+++ 691116b22355bdaac211bd66e8c90fdecd9b2077.patch  2018-10-25 19:11:12 UTC 
(rev 337306)
@@ -1,24 +0,0 @@
-From 691116b22355bdaac211bd66e8c90fdecd9b2077 Mon Sep 17 00:00:00 2001
-From: Max Kellermann 
-Date: Wed, 10 Oct 2018 15:47:45 +0200
-Subject: [PATCH] conf: remove trailing whitespace from option names
-
-Closes #39

- NEWS | 1 +
- src/conf.cxx | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/conf.cxx b/src/conf.cxx
-index d4c94a7..da8c163 100644
 a/src/conf.cxx
-+++ b/src/conf.cxx
-@@ -236,7 +236,7 @@ separate_value(char *p)
-   return nullptr;
-   }
- 
--  *value++ = 0;
-+  *StripRight(p, value++) = '\0';
- 
-   return Strip(value);
- }

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 19:10:36 UTC (rev 337305)
+++ PKGBUILD2018-10-25 19:11:12 UTC (rev 337306)
@@ -1,40 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez  
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-# Contributor: Daniel Bainton 
-
-pkgname=ncmpc
-pkgver=0.32
-pkgrel=2
-pkgdesc='Fully featured MPD client using ncurses'
-url='https://www.musicpd.org/clients/ncmpc/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'libmpdclient' 'boost-libs')
-optdepends=('python2: to enable lyrics plugin'
-'ruby: to enable lyrics plugin')
-makedepends=('meson' 'python-sphinx' 'boost')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'691116b22355bdaac211bd66e8c90fdecd9b2077.patch')
-sha256sums=('085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac'
-'SKIP'
-'ac4d8b66c240b42e2798e5b13e8b93c491e511a11c9aad43da76bfc971001492')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed "s/curses == 'ncursesw'/false/g" -i meson.build
-   patch -p1 -i ../691116b22355bdaac211bd66e8c90fdecd9b2077.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build -Dlyrics_screen=true --mandir /usr/share
-   ninja -C build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: ncmpc/repos/extra-x86_64/PKGBUILD (from rev 337305, 
ncmpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 19:11:12 UTC (rev 337306)
@@ -0,0 +1,37 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez  
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+# Contributor: Daniel Bainton 
+
+pkgname=ncmpc
+pkgver=0.33
+pkgrel=1
+pkgdesc='Fully featured MPD client using ncurses'
+url='https://www.musicpd.org/clients/ncmpc/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'libmpdclient' 'boost-libs' 'lirc')
+optdepends=('python2: to enable lyrics plugin'
+'ruby: to enable lyrics plugin')
+makedepends=('meson' 'python-sphinx' 'boost')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('94e04a34854015aa013b43ec15b578f4541d077cf7ae5bf7c0944475673fd7a5'
+'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed "s/curses == 'ncursesw'/false/g" -i meson.build
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   arch-meson . build -Dlyrics_screen=true --mandir /usr/share
+   ninja -C build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install
+}


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

2018-10-25 Thread Gaëtan Bisson via arch-commits
Date: Thursday, October 25, 2018 @ 19:10:36
  Author: bisson
Revision: 337305

upstream update

Modified:
  ncmpc/trunk/PKGBUILD
Deleted:
  ncmpc/trunk/691116b22355bdaac211bd66e8c90fdecd9b2077.patch

+
 691116b22355bdaac211bd66e8c90fdecd9b2077.patch |   24 ---
 PKGBUILD   |   15 +-
 2 files changed, 6 insertions(+), 33 deletions(-)

Deleted: 691116b22355bdaac211bd66e8c90fdecd9b2077.patch
===
--- 691116b22355bdaac211bd66e8c90fdecd9b2077.patch  2018-10-25 18:59:59 UTC 
(rev 337304)
+++ 691116b22355bdaac211bd66e8c90fdecd9b2077.patch  2018-10-25 19:10:36 UTC 
(rev 337305)
@@ -1,24 +0,0 @@
-From 691116b22355bdaac211bd66e8c90fdecd9b2077 Mon Sep 17 00:00:00 2001
-From: Max Kellermann 
-Date: Wed, 10 Oct 2018 15:47:45 +0200
-Subject: [PATCH] conf: remove trailing whitespace from option names
-
-Closes #39

- NEWS | 1 +
- src/conf.cxx | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/conf.cxx b/src/conf.cxx
-index d4c94a7..da8c163 100644
 a/src/conf.cxx
-+++ b/src/conf.cxx
-@@ -236,7 +236,7 @@ separate_value(char *p)
-   return nullptr;
-   }
- 
--  *value++ = 0;
-+  *StripRight(p, value++) = '\0';
- 
-   return Strip(value);
- }

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 18:59:59 UTC (rev 337304)
+++ PKGBUILD2018-10-25 19:10:36 UTC (rev 337305)
@@ -5,27 +5,24 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.32
-pkgrel=2
+pkgver=0.33
+pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
 license=('GPL')
-depends=('ncurses' 'libmpdclient' 'boost-libs')
+depends=('ncurses' 'libmpdclient' 'boost-libs' 'lirc')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
 makedepends=('meson' 'python-sphinx' 'boost')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'691116b22355bdaac211bd66e8c90fdecd9b2077.patch')
-sha256sums=('085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac'
-'SKIP'
-'ac4d8b66c240b42e2798e5b13e8b93c491e511a11c9aad43da76bfc971001492')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('94e04a34854015aa013b43ec15b578f4541d077cf7ae5bf7c0944475673fd7a5'
+'SKIP')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed "s/curses == 'ncursesw'/false/g" -i meson.build
-   patch -p1 -i ../691116b22355bdaac211bd66e8c90fdecd9b2077.patch
 }
 
 build() {


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

2018-10-25 Thread Gaëtan Bisson via arch-commits
Date: Thursday, October 25, 2018 @ 17:31:16
  Author: bisson
Revision: 337297

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 337296, mutt/trunk/PKGBUILD)
  mutt/repos/extra-x86_64/a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
(from rev 337296, mutt/trunk/a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD
  mutt/repos/extra-x86_64/a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch

+
 PKGBUILD   |  106 ++--
 a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch |  538 +++
 2 files changed, 322 insertions(+), 322 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 17:30:43 UTC (rev 337296)
+++ PKGBUILD2018-10-25 17:31:16 UTC (rev 337297)
@@ -1,53 +0,0 @@
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.10.1
-pkgrel=4
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch')
-sha256sums=('734a3883158ec3d180cf6538d8bd7f685ce641d2cdef657aa0038f76e79a54a0'
-'SKIP'
-'21ae6f739801f07728d770ac7365f696b6d0ec81cda8b6cd1a5b3c81a3bb0f2f')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --with-curses=/usr \
-   --with-regex \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sasl \
-   --with-idn2 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 337296, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 17:31:16 UTC (rev 337297)
@@ -0,0 +1,53 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.10.1
+pkgrel=5
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch')
+sha256sums=('734a3883158ec3d180cf6538d8bd7f685ce641d2cdef657aa0038f76e79a54a0'
+'SKIP'
+'21ae6f739801f07728d770ac7365f696b6d0ec81cda8b6cd1a5b3c81a3bb0f2f')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
+   aclocal -I m4; autoconf; automake --foreign
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --with-curses=/usr \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}

Deleted: a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
===
--- a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch  2018-10-25 17:30:43 UTC 
(rev 337296)
+++ a2b289361d90360c37eb19cca2cf1216ab60fb7b.patc

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

2018-10-25 Thread Gaëtan Bisson via arch-commits
Date: Thursday, October 25, 2018 @ 17:30:43
  Author: bisson
Revision: 337296

implement FS#60563

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 15:22:12 UTC (rev 337295)
+++ PKGBUILD2018-10-25 17:30:43 UTC (rev 337296)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.10.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -21,6 +21,7 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
+   aclocal -I m4; autoconf; automake --foreign
 }
 
 build() {
@@ -35,7 +36,6 @@
--enable-hcache \
--enable-sidebar \
--with-curses=/usr \
-   --with-regex \
--with-gss=/usr \
--with-ssl=/usr \
--with-sasl \


[arch-commits] Commit in mpc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-24 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 24, 2018 @ 17:08:20
  Author: bisson
Revision: 337225

archrelease: copy trunk to extra-x86_64

Added:
  mpc/repos/extra-x86_64/PKGBUILD
(from rev 337224, mpc/trunk/PKGBUILD)
Deleted:
  mpc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-24 17:08:02 UTC (rev 337224)
+++ PKGBUILD2018-10-24 17:08:20 UTC (rev 337225)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Fehr 
-# Contributor: Link Dupont 
-
-pkgname=mpc
-pkgver=0.30
-pkgrel=1
-pkgdesc='Minimalist command line interface to MPD'
-url='https://www.musicpd.org/clients/mpc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('meson' 'python-sphinx')
-depends=('libmpdclient')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('65fc5b0a8430efe9acbe6e261127960682764b20ab994676371bdc797d867fce'
-'SKIP')
-
-options=('!emptydirs')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build
-   ninja -C build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   DESTDIR="${pkgdir}" ninja -C build install 
-   install -Dm644 contrib/mpc-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/mpc" 
-}

Copied: mpc/repos/extra-x86_64/PKGBUILD (from rev 337224, mpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-24 17:08:20 UTC (rev 337225)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: Link Dupont 
+
+pkgname=mpc
+pkgver=0.31
+pkgrel=1
+pkgdesc='Minimalist command line interface to MPD'
+url='https://www.musicpd.org/clients/mpc/'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('meson' 'python-sphinx')
+depends=('libmpdclient')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('62373e83a8a165b2ed43967975efecd3feee530f4557d6b861dd08aa89d52b2d'
+'SKIP')
+
+options=('!emptydirs')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   arch-meson . build
+   ninja -C build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install 
+   install -Dm644 contrib/mpc-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/mpc" 
+}


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

2018-10-24 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 24, 2018 @ 17:08:02
  Author: bisson
Revision: 337224

upstream update

Modified:
  mpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-24 17:07:33 UTC (rev 337223)
+++ PKGBUILD2018-10-24 17:08:02 UTC (rev 337224)
@@ -5,7 +5,7 @@
 # Contributor: Link Dupont 
 
 pkgname=mpc
-pkgver=0.30
+pkgver=0.31
 pkgrel=1
 pkgdesc='Minimalist command line interface to MPD'
 url='https://www.musicpd.org/clients/mpc/'
@@ -15,7 +15,7 @@
 depends=('libmpdclient')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('65fc5b0a8430efe9acbe6e261127960682764b20ab994676371bdc797d867fce'
+sha256sums=('62373e83a8a165b2ed43967975efecd3feee530f4557d6b861dd08aa89d52b2d'
 'SKIP')
 
 options=('!emptydirs')


[arch-commits] Commit in mpd/repos/staging-x86_64 (8 files)

2018-10-24 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 24, 2018 @ 17:07:33
  Author: bisson
Revision: 337223

archrelease: copy trunk to staging-x86_64

Added:
  mpd/repos/staging-x86_64/PKGBUILD
(from rev 337222, mpd/trunk/PKGBUILD)
  mpd/repos/staging-x86_64/conf
(from rev 337222, mpd/trunk/conf)
  mpd/repos/staging-x86_64/sysusers.d
(from rev 337222, mpd/trunk/sysusers.d)
  mpd/repos/staging-x86_64/tmpfiles.d
(from rev 337222, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/staging-x86_64/PKGBUILD
  mpd/repos/staging-x86_64/conf
  mpd/repos/staging-x86_64/sysusers.d
  mpd/repos/staging-x86_64/tmpfiles.d

+
 PKGBUILD   |  122 +--
 conf   |   12 ++---
 sysusers.d |4 -
 tmpfiles.d |6 +-
 4 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-24 17:06:47 UTC (rev 337222)
+++ PKGBUILD2018-10-24 17:07:33 UTC (rev 337223)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.21
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('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' 'libgme' 'zziplib' 'libsystemd')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'sysusers.d'
-'conf')
-sha256sums=('8322764dc265c20f05c8c8fdfdd578b0722e74626bef56fcd8eebfb01acc58dc'
-'SKIP'
-'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
-'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-libmpdclient \
-   --enable-pipe-output \
-   --enable-pulse \
-   --enable-soundcloud \
-   --enable-zzip \
-   --disable-sidplay \
-   --enable-systemd-daemon \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --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 -Dm644 ../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
-
-   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/mpd.service
-}

Copied: mpd/repos/staging-x86_64/PKGBUILD (from rev 337222, mpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-24 17:07:33 UTC (rev 337223)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.22
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('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' 'libgme' 'zziplib' 'libsystemd')
+makedepends=('boost' 'doxygen')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+'tmpfiles.d'
+'sysusers.d'
+'conf')
+sha256sums=('78f4c4e2b5b5b4c542037f970c9253486b24e4a52e122d5859cd615b3b9a7cdd'
+'SKIP'
+'2faa85c12449a5b3ca422ff1

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

2018-10-24 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 24, 2018 @ 17:06:47
  Author: bisson
Revision: 337222

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-24 17:05:54 UTC (rev 337221)
+++ PKGBUILD2018-10-24 17:06:47 UTC (rev 337222)
@@ -5,8 +5,8 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.20.21
-pkgrel=2
+pkgver=0.20.22
+pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
 license=('GPL')
@@ -22,7 +22,7 @@
 'tmpfiles.d'
 'sysusers.d'
 'conf')
-sha256sums=('8322764dc265c20f05c8c8fdfdd578b0722e74626bef56fcd8eebfb01acc58dc'
+sha256sums=('78f4c4e2b5b5b4c542037f970c9253486b24e4a52e122d5859cd615b3b9a7cdd'
 'SKIP'
 '2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
 '0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'


[arch-commits] Commit in bzflag/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-19 Thread Gaëtan Bisson via arch-commits
Date: Friday, October 19, 2018 @ 23:10:24
  Author: bisson
Revision: 336901

archrelease: copy trunk to extra-x86_64

Added:
  bzflag/repos/extra-x86_64/PKGBUILD
(from rev 336900, bzflag/trunk/PKGBUILD)
Deleted:
  bzflag/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-19 23:09:54 UTC (rev 336900)
+++ PKGBUILD2018-10-19 23:10:24 UTC (rev 336901)
@@ -1,29 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Kevin Piche 
-# Contributor: Damir Perisa 
-
-pkgname=bzflag
-pkgver=2.4.16
-pkgrel=1
-pkgdesc='Multiplayer 3D tank battle game'
-url='http://bzflag.org/'
-license=('LGPL')
-arch=('x86_64')
-depends=('curl' 'glew' 'glu' 'sdl' 'c-ares')
-source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
-sha256sums=('ef6166b8d2962ac1dde84bf2ee5899de2c9737006f3e27d60ddf13faa48bc203')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-   cd misc
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 misc/bzflag.desktop 
"${pkgdir}"/usr/share/applications/bzflag.desktop
-   install -Dm644 data/bzflag-48x48.png 
"${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
-}

Copied: bzflag/repos/extra-x86_64/PKGBUILD (from rev 336900, 
bzflag/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-19 23:10:24 UTC (rev 336901)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Kevin Piche 
+# Contributor: Damir Perisa 
+
+pkgname=bzflag
+pkgver=2.4.18
+pkgrel=1
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+arch=('x86_64')
+depends=('curl' 'glew' 'glu' 'sdl' 'c-ares')
+source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
+sha256sums=('9d0d512f3a09a207ab399a8dc4807224564cdc7a9346b702fec80d5b7918bfbe')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+   cd misc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 misc/bzflag.desktop 
"${pkgdir}"/usr/share/applications/bzflag.desktop
+   install -Dm644 data/bzflag-48x48.png 
"${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
+}


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

2018-10-19 Thread Gaëtan Bisson via arch-commits
Date: Friday, October 19, 2018 @ 23:09:54
  Author: bisson
Revision: 336900

upstream update

Modified:
  bzflag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-19 22:20:53 UTC (rev 336899)
+++ PKGBUILD2018-10-19 23:09:54 UTC (rev 336900)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=bzflag
-pkgver=2.4.16
+pkgver=2.4.18
 pkgrel=1
 pkgdesc='Multiplayer 3D tank battle game'
 url='http://bzflag.org/'
@@ -11,7 +11,7 @@
 arch=('x86_64')
 depends=('curl' 'glew' 'glu' 'sdl' 'c-ares')
 
source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
-sha256sums=('ef6166b8d2962ac1dde84bf2ee5899de2c9737006f3e27d60ddf13faa48bc203')
+sha256sums=('9d0d512f3a09a207ab399a8dc4807224564cdc7a9346b702fec80d5b7918bfbe')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-10-19 Thread Gaëtan Bisson via arch-commits
Date: Friday, October 19, 2018 @ 22:20:53
  Author: bisson
Revision: 336899

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

Added:
  openssh/repos/core-x86_64/PKGBUILD
(from rev 336898, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/PKGBUILD.snap
(from rev 336898, openssh/repos/testing-x86_64/PKGBUILD.snap)
  openssh/repos/core-x86_64/sshd.conf
(from rev 336898, openssh/repos/testing-x86_64/sshd.conf)
  openssh/repos/core-x86_64/sshd.pam
(from rev 336898, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 336898, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 336898, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 336898, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 336898, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/PKGBUILD.snap
  openssh/repos/core-x86_64/openssl-1.1.0.patch
  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-x86_64/

-+
 /PKGBUILD   |   93 +
 /PKGBUILD.snap  |  100 +
 /sshd.conf  |1 
 /sshd.pam   |6 
 /sshd.service   |   17 
 /sshd.socket|   10 
 /sshd@.service  |9 
 /sshdgenkeys.service|   15 
 core-x86_64/PKGBUILD|  103 --
 core-x86_64/PKGBUILD.snap   |  109 --
 core-x86_64/openssl-1.1.0.patch | 1950 --
 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   |9 
 core-x86_64/sshdgenkeys.service |   15 
 17 files changed, 251 insertions(+), 2220 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-10-19 17:25:34 UTC (rev 336898)
+++ core-x86_64/PKGBUILD2018-10-19 22:20:53 UTC (rev 336899)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=7.8p1
-pkgrel=1
-pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
-url='https://www.openssh.com/portable.html'
-license=('custom:BSD')
-arch=('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=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'openssl-1.1.0.patch'
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.conf'
-'sshd.pam')
-sha256sums=('1a484bb15152c183bb2514e112aa30dd34138c3cfb032eee5490a66c507144ca'
-'SKIP'
-'d92e3d759b4b5c536aaddf95891bf3baa3a589b4897c56b90103088e1d8f8ebd'
-'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
-'3a0845737207f4eda221c9c9fb64e766ade9684562d8ba4f705f7ae6826886e5'
-'c5ed9fa629f8f8dbf3bae4edbad4441c36df535088553fe82695c52d7bde30aa'
-'de14363e9d4ed92848e524036d9e6b57b2d35cc77d377b7247c38111d2a3defd'
-'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
-'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # OpenSSL 1.1.0 patch from 
http://vega.pgw.jp/~kabe/vsd/patch/openssh-7.4p1-openssl-1.1.0c.patch.html
-   patch -p1 -i ../openssl-1.1.0.patch
-}
-
-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-md5-passwords \
-   --with-pid-dir=/run \
-   --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-$

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

2018-10-19 Thread Gaëtan Bisson via arch-commits
Date: Friday, October 19, 2018 @ 06:57:13
  Author: bisson
Revision: 336870

archrelease: copy trunk to testing-x86_64

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

-+
 PKGBUILD|   93 ++
 PKGBUILD.snap   |  100 ++
 sshd.conf   |1 
 sshd.pam|6 +++
 sshd.service|   17 
 sshd.socket |   10 +
 sshd@.service   |9 
 sshdgenkeys.service |   15 +++
 8 files changed, 251 insertions(+)

Copied: openssh/repos/testing-x86_64/PKGBUILD (from rev 336869, 
openssh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-19 06:57:13 UTC (rev 336870)
@@ -0,0 +1,93 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=7.9p1
+pkgrel=1
+pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
+url='https://www.openssh.com/portable.html'
+license=('custom:BSD')
+arch=('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=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.conf'
+'sshd.pam')
+sha256sums=('6b4b3ba2253d84ed3771c8050728d597c91cfce898713beb7b64a305b6f11aad'
+'SKIP'
+'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
+'3a0845737207f4eda221c9c9fb64e766ade9684562d8ba4f705f7ae6826886e5'
+'c5ed9fa629f8f8dbf3bae4edbad4441c36df535088553fe82695c52d7bde30aa'
+'de14363e9d4ed92848e524036d9e6b57b2d35cc77d377b7247c38111d2a3defd'
+'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
+'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846')
+
+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-md5-passwords \
+   --with-pid-dir=/run \
+   --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Tests require openssh to be already installed system-wide,
+   # also connectivity tests will fail under makechrootpkg since
+# it runs as nobody which has /bin/false as login shell.
+
+   if [[ -e /usr/bin/scp && ! -e /.arch-chroot ]]; then
+   make tests
+   fi
+}
+
+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"
+
+   install -Dm644 ../sshdgenkeys.service 
"${pkgdir}"/usr/lib/systemd/system/sshdgenkeys.service
+   install -Dm644 ../sshd@.service 
"${pkgdir}"/usr/lib/systemd/system/sshd@.service
+   install -Dm644 ../sshd.service 
"${pkgdir}"/usr/lib/systemd/system/sshd.service
+   install -Dm644 ../sshd.socket 
"${pkgdir}"/usr/lib/systemd/system/sshd.socket
+   install -Dm644 ../sshd.conf "${pkgdir}"/usr/lib/tmpfiles.d/sshd.conf
+   install -Dm644 ../sshd.pam "${pkgdir}"/etc/pam.d/sshd
+
+   i

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

2018-10-19 Thread Gaëtan Bisson via arch-commits
Date: Friday, October 19, 2018 @ 06:56:22
  Author: bisson
Revision: 336869

upstream update

Modified:
  openssh/trunk/PKGBUILD
  openssh/trunk/PKGBUILD.snap
Deleted:
  openssh/trunk/openssl-1.1.0.patch
  openssh/trunk/openssl.patch

-+
 PKGBUILD|   13 
 PKGBUILD.snap   |7 
 openssl-1.1.0.patch | 1950 --
 openssl.patch   |   12 
 4 files changed, 2 insertions(+), 1980 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-19 06:27:51 UTC (rev 336868)
+++ PKGBUILD2018-10-19 06:56:22 UTC (rev 336869)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=openssh
-pkgver=7.8p1
+pkgver=7.9p1
 pkgrel=1
 pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
 url='https://www.openssh.com/portable.html'
@@ -15,7 +15,6 @@
 'x11-ssh-askpass: input passphrase in X')
 validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
 
source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'openssl-1.1.0.patch'
 'sshdgenkeys.service'
 'sshd@.service'
 'sshd.service'
@@ -22,9 +21,8 @@
 'sshd.socket'
 'sshd.conf'
 'sshd.pam')
-sha256sums=('1a484bb15152c183bb2514e112aa30dd34138c3cfb032eee5490a66c507144ca'
+sha256sums=('6b4b3ba2253d84ed3771c8050728d597c91cfce898713beb7b64a305b6f11aad'
 'SKIP'
-'d92e3d759b4b5c536aaddf95891bf3baa3a589b4897c56b90103088e1d8f8ebd'
 '4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
 '3a0845737207f4eda221c9c9fb64e766ade9684562d8ba4f705f7ae6826886e5'
 'c5ed9fa629f8f8dbf3bae4edbad4441c36df535088553fe82695c52d7bde30aa'
@@ -34,13 +32,6 @@
 
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # OpenSSL 1.1.0 patch from 
http://vega.pgw.jp/~kabe/vsd/patch/openssh-7.4p1-openssl-1.1.0c.patch.html
-   patch -p1 -i ../openssl-1.1.0.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 

Modified: PKGBUILD.snap
===
--- PKGBUILD.snap   2018-10-19 06:27:51 UTC (rev 336868)
+++ PKGBUILD.snap   2018-10-19 06:56:22 UTC (rev 336869)
@@ -36,13 +36,6 @@
 
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
 
-prepare() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-   cd "${srcdir}/${pkgname}"
-
-   patch -p1 -i ../openssl.patch
-}
-
 build() {
 #  cd "${srcdir}/${pkgname}-${pkgver}"
cd "${srcdir}/${pkgname}"

Deleted: openssl-1.1.0.patch
===
--- openssl-1.1.0.patch 2018-10-19 06:27:51 UTC (rev 336868)
+++ openssl-1.1.0.patch 2018-10-19 06:56:22 UTC (rev 336869)
@@ -1,1950 +0,0 @@
-diff -aurp old/auth-pam.c new/auth-pam.c
 old/auth-pam.c 2018-08-22 22:41:42.0 -0700
-+++ new/auth-pam.c 2018-08-23 21:31:53.324592767 -0700
-@@ -128,6 +128,10 @@ extern u_int utmp_len;
- typedef pthread_t sp_pthread_t;
- #else
- typedef pid_t sp_pthread_t;
-+# define pthread_create(a, b, c, d)_ssh_compat_pthread_create(a, b, c, d)
-+# define pthread_exit(a)   _ssh_compat_pthread_exit(a)
-+# define pthread_cancel(a) _ssh_compat_pthread_cancel(a)
-+# define pthread_join(a, b)_ssh_compat_pthread_join(a, b)
- #endif
- 
- struct pam_ctxt {
-diff -aurp old/cipher.c new/cipher.c
 old/cipher.c   2018-08-22 22:41:42.0 -0700
-+++ new/cipher.c   2018-08-23 21:31:53.327926112 -0700
-@@ -299,7 +299,10 @@ cipher_init(struct sshcipher_ctx **ccp,
-   goto out;
-   }
-   }
--  if (EVP_CipherInit(cc->evp, NULL, (u_char *)key, NULL, -1) == 0) {
-+  /* in OpenSSL 1.1.0, EVP_CipherInit clears all previous setups;
-+ use EVP_CipherInit_ex for augmenting */
-+  if (EVP_CipherInit_ex(cc->evp, NULL, NULL, (u_char *)key, NULL, -1) == 
0)
-+  {
-   ret = SSH_ERR_LIBCRYPTO_ERROR;
-   goto out;
-   }
-@@ -485,7 +488,7 @@ cipher_get_keyiv(struct sshcipher_ctx *c
-  len, iv))
-  return SSH_ERR_LIBCRYPTO_ERROR;
-   } else
--  memcpy(iv, cc->evp->iv, len);
-+  memcpy(iv, EVP_CIPHER_CTX_iv(cc->evp), len);
- #endif
-   return 0;
- }
-@@ -519,14 +522,19 @@ cipher_set_keyiv(struct sshcipher_ctx *c
-   EVP_CTRL_GCM_SET_IV_FIXED, -1, (void *)iv))
-   return SSH_ERR_LIBCRYPTO_ERROR;
-   } else
--  memcpy(cc->evp->iv, iv, evplen);
-+  memcpy(EVP_CIPHER_CTX_iv(cc->evp), iv, evplen);
- #endif
-   return 0;
- }
- 
- #ifdef WITH_OPENSSL
--#define EV

[arch-commits] Commit in ncmpc/repos/extra-x86_64 (3 files)

2018-10-17 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 17, 2018 @ 17:22:22
  Author: bisson
Revision: 336806

archrelease: copy trunk to extra-x86_64

Added:
  ncmpc/repos/extra-x86_64/691116b22355bdaac211bd66e8c90fdecd9b2077.patch
(from rev 336805, 
ncmpc/trunk/691116b22355bdaac211bd66e8c90fdecd9b2077.patch)
  ncmpc/repos/extra-x86_64/PKGBUILD
(from rev 336805, ncmpc/trunk/PKGBUILD)
Deleted:
  ncmpc/repos/extra-x86_64/PKGBUILD

+
 691116b22355bdaac211bd66e8c90fdecd9b2077.patch |   24 +++
 PKGBUILD   |   77 +++
 2 files changed, 64 insertions(+), 37 deletions(-)

Copied: ncmpc/repos/extra-x86_64/691116b22355bdaac211bd66e8c90fdecd9b2077.patch 
(from rev 336805, ncmpc/trunk/691116b22355bdaac211bd66e8c90fdecd9b2077.patch)
===
--- 691116b22355bdaac211bd66e8c90fdecd9b2077.patch  
(rev 0)
+++ 691116b22355bdaac211bd66e8c90fdecd9b2077.patch  2018-10-17 17:22:22 UTC 
(rev 336806)
@@ -0,0 +1,24 @@
+From 691116b22355bdaac211bd66e8c90fdecd9b2077 Mon Sep 17 00:00:00 2001
+From: Max Kellermann 
+Date: Wed, 10 Oct 2018 15:47:45 +0200
+Subject: [PATCH] conf: remove trailing whitespace from option names
+
+Closes #39
+---
+ NEWS | 1 +
+ src/conf.cxx | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/conf.cxx b/src/conf.cxx
+index d4c94a7..da8c163 100644
+--- a/src/conf.cxx
 b/src/conf.cxx
+@@ -236,7 +236,7 @@ separate_value(char *p)
+   return nullptr;
+   }
+ 
+-  *value++ = 0;
++  *StripRight(p, value++) = '\0';
+ 
+   return Strip(value);
+ }

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-17 17:21:44 UTC (rev 336805)
+++ PKGBUILD2018-10-17 17:22:22 UTC (rev 336806)
@@ -1,37 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez  
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-# Contributor: Daniel Bainton 
-
-pkgname=ncmpc
-pkgver=0.32
-pkgrel=1
-pkgdesc='Fully featured MPD client using ncurses'
-url='https://www.musicpd.org/clients/ncmpc/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'libmpdclient' 'boost-libs')
-optdepends=('python2: to enable lyrics plugin'
-'ruby: to enable lyrics plugin')
-makedepends=('meson' 'python-sphinx' 'boost')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac'
-'SKIP')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed "s/curses == 'ncursesw'/false/g" -i meson.build
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build -Dlyrics_screen=true --mandir /usr/share
-   ninja -C build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: ncmpc/repos/extra-x86_64/PKGBUILD (from rev 336805, 
ncmpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-17 17:22:22 UTC (rev 336806)
@@ -0,0 +1,40 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez  
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+# Contributor: Daniel Bainton 
+
+pkgname=ncmpc
+pkgver=0.32
+pkgrel=2
+pkgdesc='Fully featured MPD client using ncurses'
+url='https://www.musicpd.org/clients/ncmpc/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'libmpdclient' 'boost-libs')
+optdepends=('python2: to enable lyrics plugin'
+'ruby: to enable lyrics plugin')
+makedepends=('meson' 'python-sphinx' 'boost')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+'691116b22355bdaac211bd66e8c90fdecd9b2077.patch')
+sha256sums=('085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac'
+'SKIP'
+'ac4d8b66c240b42e2798e5b13e8b93c491e511a11c9aad43da76bfc971001492')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed "s/curses == 'ncursesw'/false/g" -i meson.build
+   patch -p1 -i ../691116b22355bdaac211bd66e8c90fdecd9b2077.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   arch-meson . build -Dlyrics_screen=true --mandir /usr/share
+   ninja -C build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install
+}


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

2018-10-17 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 17, 2018 @ 17:21:44
  Author: bisson
Revision: 336805

fix FS#60343

Added:
  ncmpc/trunk/691116b22355bdaac211bd66e8c90fdecd9b2077.patch
Modified:
  ncmpc/trunk/PKGBUILD

+
 691116b22355bdaac211bd66e8c90fdecd9b2077.patch |   24 +++
 PKGBUILD   |9 +---
 2 files changed, 30 insertions(+), 3 deletions(-)

Added: 691116b22355bdaac211bd66e8c90fdecd9b2077.patch
===
--- 691116b22355bdaac211bd66e8c90fdecd9b2077.patch  
(rev 0)
+++ 691116b22355bdaac211bd66e8c90fdecd9b2077.patch  2018-10-17 17:21:44 UTC 
(rev 336805)
@@ -0,0 +1,24 @@
+From 691116b22355bdaac211bd66e8c90fdecd9b2077 Mon Sep 17 00:00:00 2001
+From: Max Kellermann 
+Date: Wed, 10 Oct 2018 15:47:45 +0200
+Subject: [PATCH] conf: remove trailing whitespace from option names
+
+Closes #39
+---
+ NEWS | 1 +
+ src/conf.cxx | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/conf.cxx b/src/conf.cxx
+index d4c94a7..da8c163 100644
+--- a/src/conf.cxx
 b/src/conf.cxx
+@@ -236,7 +236,7 @@ separate_value(char *p)
+   return nullptr;
+   }
+ 
+-  *value++ = 0;
++  *StripRight(p, value++) = '\0';
+ 
+   return Strip(value);
+ }

Modified: PKGBUILD
===
--- PKGBUILD2018-10-17 17:21:05 UTC (rev 336804)
+++ PKGBUILD2018-10-17 17:21:44 UTC (rev 336805)
@@ -6,7 +6,7 @@
 
 pkgname=ncmpc
 pkgver=0.32
-pkgrel=1
+pkgrel=2
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
@@ -16,13 +16,16 @@
 'ruby: to enable lyrics plugin')
 makedepends=('meson' 'python-sphinx' 'boost')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+'691116b22355bdaac211bd66e8c90fdecd9b2077.patch')
 sha256sums=('085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac'
-'SKIP')
+'SKIP'
+'ac4d8b66c240b42e2798e5b13e8b93c491e511a11c9aad43da76bfc971001492')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed "s/curses == 'ncursesw'/false/g" -i meson.build
+   patch -p1 -i ../691116b22355bdaac211bd66e8c90fdecd9b2077.patch
 }
 
 build() {


[arch-commits] Commit in openssh/trunk (PKGBUILD.snap openssl.patch)

2018-10-16 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, October 16, 2018 @ 21:09:21
  Author: bisson
Revision: 336776

prepare for 7.9 release

Added:
  openssh/trunk/openssl.patch
Modified:
  openssh/trunk/PKGBUILD.snap

---+
 PKGBUILD.snap |   14 ++
 openssl.patch |   12 
 2 files changed, 18 insertions(+), 8 deletions(-)

Modified: PKGBUILD.snap
===
--- PKGBUILD.snap   2018-10-16 20:22:17 UTC (rev 336775)
+++ PKGBUILD.snap   2018-10-16 21:09:21 UTC (rev 336776)
@@ -1,10 +1,9 @@
-# $Id: PKGBUILD 314130 2018-01-06 07:47:20Z bisson $
 # Maintainer: Gaetan Bisson 
 # Contributor: Aaron Griffin 
 # Contributor: judd 
 
 pkgname=openssh
-pkgver=7.7snap20180330
+pkgver=7.9snap20181017
 pkgrel=1
 pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
 url='https://www.openssh.com/portable.html'
@@ -16,8 +15,8 @@
 'x11-ssh-askpass: input passphrase in X')
 validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
 
#source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-source=("http://www.mindrot.org/openssh_snap/openssh-SNAP-20180330.tar.gz;
-'openssl-1.1.0.patch'
+source=("http://www.mindrot.org/openssh_snap/openssh-SNAP-20181017.tar.gz;
+'openssl.patch'
 'sshdgenkeys.service'
 'sshd@.service'
 'sshd.service'
@@ -26,8 +25,8 @@
 'sshd.pam')
 #sha256sums=('a323caeeddfe145baaa0db16e98d784b1fbc7dd436a6bf1f479dfd5cd1d21723'
 #'SKIP'
-sha256sums=('df30a1f3cd4f7b0b6456b4d120e698f29b279f8e8a9fdb20135f2e12783cbf10'
-'fa91849cc3161916f563bda5413676342e0bcc2705857e9d01b73c70e4904adf'
+sha256sums=('9981061d56b92e647ee0c911378f34043e154e487e24af46cc782e2e342d6891'
+'48631e7520cd2bf0a1b02f9f593770075c1ff7feef8b305a4ac70186cced4d10'
 '4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
 '3a0845737207f4eda221c9c9fb64e766ade9684562d8ba4f705f7ae6826886e5'
 'c5ed9fa629f8f8dbf3bae4edbad4441c36df535088553fe82695c52d7bde30aa'
@@ -41,8 +40,7 @@
 #  cd "${srcdir}/${pkgname}-${pkgver}"
cd "${srcdir}/${pkgname}"
 
-   # OpenSSL 1.1.0 patch from 
http://vega.pgw.jp/~kabe/vsd/patch/openssh-7.4p1-openssl-1.1.0c.patch.html
-   patch -p1 -i ../openssl-1.1.0.patch
+   patch -p1 -i ../openssl.patch
 }
 
 build() {

Added: openssl.patch
===
--- openssl.patch   (rev 0)
+++ openssl.patch   2018-10-16 21:09:21 UTC (rev 336776)
@@ -0,0 +1,12 @@
+diff -Naur old/openbsd-compat/openssl-compat.c 
new/openbsd-compat/openssl-compat.c
+--- old/openbsd-compat/openssl-compat.c2018-10-15 17:45:57.0 
-1000
 new/openbsd-compat/openssl-compat.c2018-10-16 10:26:49.674621575 
-1000
+@@ -80,7 +80,7 @@
+   OPENSSL_config(NULL);
+ #else
+   OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS |
+-  OPENSSL_INIT_ADD_ALL_DIGESTS | OPENSSL_INIT_LOAD_CONFIG);
++  OPENSSL_INIT_ADD_ALL_DIGESTS | OPENSSL_INIT_LOAD_CONFIG, NULL);
+ #endif
+ }
+ #endif


[arch-commits] Commit in libmpdclient/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-14 Thread Gaëtan Bisson via arch-commits
Date: Sunday, October 14, 2018 @ 16:50:13
  Author: bisson
Revision: 336559

archrelease: copy trunk to extra-x86_64

Added:
  libmpdclient/repos/extra-x86_64/PKGBUILD
(from rev 336558, libmpdclient/trunk/PKGBUILD)
Deleted:
  libmpdclient/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   61 ++---
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-14 16:49:50 UTC (rev 336558)
+++ PKGBUILD2018-10-14 16:50:13 UTC (rev 336559)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-
-pkgname=libmpdclient
-pkgver=2.15
-pkgrel=1
-pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & 
Objective C languages'
-url='https://www.musicpd.org/libs/libmpdclient/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('meson')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('b4dbf6f9fd99e8e7c183cb3b7de75ee4ac14d92ca43e9a99bef09168b20246d1'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build
-   ninja -C build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   DESTDIR="${pkgdir}" ninja -C build install
-
-   cd "${pkgdir}"
-   install -d usr/share/licenses/libmpdclient
-   ln -s ../../doc/libmpdclient/COPYING 
usr/share/licenses/libmpdclient/COPYING
-}

Copied: libmpdclient/repos/extra-x86_64/PKGBUILD (from rev 336558, 
libmpdclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-14 16:50:13 UTC (rev 336559)
@@ -0,0 +1,30 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+
+pkgname=libmpdclient
+pkgver=2.16
+pkgrel=1
+pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & 
Objective C languages'
+url='https://www.musicpd.org/libs/libmpdclient/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('meson')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('fa6bdab67c0e0490302b38f00c27b4959735c3ec8aef7a88327adb1407654464'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   arch-meson . build
+   ninja -C build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install
+
+   cd "${pkgdir}"
+   install -d usr/share/licenses/libmpdclient
+   ln -s ../../doc/libmpdclient/COPYING 
usr/share/licenses/libmpdclient/COPYING
+}


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

2018-10-14 Thread Gaëtan Bisson via arch-commits
Date: Sunday, October 14, 2018 @ 16:49:50
  Author: bisson
Revision: 336558

upstream update

Modified:
  libmpdclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 12:50:28 UTC (rev 336557)
+++ PKGBUILD2018-10-14 16:49:50 UTC (rev 336558)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=libmpdclient
-pkgver=2.15
+pkgver=2.16
 pkgrel=1
 pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & 
Objective C languages'
 url='https://www.musicpd.org/libs/libmpdclient/'
@@ -11,7 +11,7 @@
 makedepends=('meson')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('b4dbf6f9fd99e8e7c183cb3b7de75ee4ac14d92ca43e9a99bef09168b20246d1'
+sha256sums=('fa6bdab67c0e0490302b38f00c27b4959735c3ec8aef7a88327adb1407654464'
 'SKIP')
 
 build() {


[arch-commits] Commit in unbound/repos/community-x86_64 (12 files)

2018-10-12 Thread Gaëtan Bisson via arch-commits
Date: Saturday, October 13, 2018 @ 02:08:23
  Author: bisson
Revision: 393282

archrelease: copy trunk to community-x86_64

Added:
  unbound/repos/community-x86_64/PKGBUILD
(from rev 393281, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 393281, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 393281, unbound/trunk/hook)
  unbound/repos/community-x86_64/service
(from rev 393281, unbound/trunk/service)
  unbound/repos/community-x86_64/sysusers.d
(from rev 393281, unbound/trunk/sysusers.d)
  unbound/repos/community-x86_64/tmpfiles.d
(from rev 393281, unbound/trunk/tmpfiles.d)
Deleted:
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/service
  unbound/repos/community-x86_64/sysusers.d
  unbound/repos/community-x86_64/tmpfiles.d

+
 PKGBUILD   |  132 +--
 conf   |   12 ++---
 hook   |   20 
 service|   26 +--
 sysusers.d |2 
 tmpfiles.d |2 
 6 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-13 02:07:39 UTC (rev 393281)
+++ PKGBUILD2018-10-13 02:08:23 UTC (rev 393282)
@@ -1,66 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sysusers.d'
-'tmpfiles.d'
-'service'
-'hook'
-'conf')
-sha256sums=('78f79d6d3b643fdcd74a14fc76542250da886c82f82bc55b51e189663d61b83f'
-'SKIP'
-'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
-'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'a8a31511cb3d8c8092f0f9edb8887701eceac0108a177af8486c35a1d3ead601'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'ddc0ead682c5035cdd3a29d4ab12936a73573c82c27f14026998a378de56f418')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-dnscrypt \
-   --enable-dnstap \
-   --enable-pie \
-   --enable-relro-now \
-   --enable-subnet \
-   --enable-tfo-client \
-   --enable-tfo-server \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-
-   # Trust anchor file available from within unbound's chroot.
-   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-}

Copied: unbound/repos/community-x86_64/PKGBUILD (from rev 393281, 
unbound/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2018-10-13 02:08:23 UTC (rev 393282)
@@ -0,0 +1,66 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("https://unbo

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

2018-10-12 Thread Gaëtan Bisson via arch-commits
Date: Saturday, October 13, 2018 @ 02:07:39
  Author: bisson
Revision: 393281

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-12 23:50:21 UTC (rev 393280)
+++ PKGBUILD2018-10-13 02:07:39 UTC (rev 393281)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -20,7 +20,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('78f79d6d3b643fdcd74a14fc76542250da886c82f82bc55b51e189663d61b83f'
+sha256sums=('c362b3b9c35d1b8c1918da02cdd5528d729206c14c767add89ae95acae363c5d'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


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

2018-10-07 Thread Gaëtan Bisson via arch-commits
Date: Monday, October 8, 2018 @ 02:33:53
  Author: bisson
Revision: 391063

archrelease: copy trunk to community-x86_64

Added:
  googlemaps/repos/community-x86_64/PKGBUILD
(from rev 391062, googlemaps/trunk/PKGBUILD)
Deleted:
  googlemaps/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   57 +
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-08 02:33:29 UTC (rev 391062)
+++ PKGBUILD2018-10-08 02:33:53 UTC (rev 391063)
@@ -1,28 +0,0 @@
-# Maintainer: Gaetan Bisson 
-
-pkgname=googlemaps
-pkgver=20180405
-_commit=7ce7124b385b2ebac0f72c38b094f436d4fe5c58
-pkgrel=3
-pkgdesc='Google Maps plugin for QtLocation'
-url='https://github.com/vladest/googlemaps'
-license=('MIT')
-arch=('x86_64')
-makedepends=('git' 'qt5-tools')
-depends=('qt5-location')
-source=("git+https://github.com/vladest/googlemaps#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   install -d build
-   cd build
-   qmake ../googlemaps.pro
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   cd build
-   make INSTALL_ROOT="${pkgdir}" install
-}

Copied: googlemaps/repos/community-x86_64/PKGBUILD (from rev 391062, 
googlemaps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-08 02:33:53 UTC (rev 391063)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=1
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('x86_64')
+makedepends=('git' 'qt5-tools')
+depends=('qt5-location')
+validpgpkeys=('5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit}?signed;)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   install -d build
+   cd build
+   qmake ../googlemaps.pro
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   cd build
+   make INSTALL_ROOT="${pkgdir}" install
+}


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

2018-10-07 Thread Gaëtan Bisson via arch-commits
Date: Monday, October 8, 2018 @ 02:33:29
  Author: bisson
Revision: 391062

upstream update

Modified:
  googlemaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-08 01:28:15 UTC (rev 391061)
+++ PKGBUILD2018-10-08 02:33:29 UTC (rev 391062)
@@ -1,9 +1,9 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=googlemaps
-pkgver=20180405
-_commit=7ce7124b385b2ebac0f72c38b094f436d4fe5c58
-pkgrel=3
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=1
 pkgdesc='Google Maps plugin for QtLocation'
 url='https://github.com/vladest/googlemaps'
 license=('MIT')
@@ -10,7 +10,8 @@
 arch=('x86_64')
 makedepends=('git' 'qt5-tools')
 depends=('qt5-location')
-source=("git+https://github.com/vladest/googlemaps#commit=${_commit};)
+validpgpkeys=('5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit}?signed;)
 sha256sums=('SKIP')
 
 build() {


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

2018-10-07 Thread Gaëtan Bisson via arch-commits
Date: Monday, October 8, 2018 @ 01:56:00
  Author: bisson
Revision: 335921

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-08 00:49:05 UTC (rev 335920)
+++ PKGBUILD2018-10-08 01:56:00 UTC (rev 335921)
@@ -5,19 +5,19 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.31
+pkgver=0.32
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
 license=('GPL')
-depends=('ncurses' 'glib2' 'libmpdclient')
+depends=('ncurses' 'libmpdclient' 'boost-libs')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
-makedepends=('meson' 'python-sphinx')
+makedepends=('meson' 'python-sphinx' 'boost')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('8d3416c5b99ec21527b506f75bd7e536ddff60e61695b05989e791a751611bcc'
+sha256sums=('085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac'
 'SKIP')
 
 prepare() {
@@ -27,7 +27,7 @@
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build -Dlyrics_screen=true
+   arch-meson . build -Dlyrics_screen=true --mandir /usr/share
ninja -C build
 }
 


[arch-commits] Commit in ncmpc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-07 Thread Gaëtan Bisson via arch-commits
Date: Monday, October 8, 2018 @ 01:56:22
  Author: bisson
Revision: 335922

archrelease: copy trunk to extra-x86_64

Added:
  ncmpc/repos/extra-x86_64/PKGBUILD
(from rev 335921, ncmpc/trunk/PKGBUILD)
Deleted:
  ncmpc/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-08 01:56:00 UTC (rev 335921)
+++ PKGBUILD2018-10-08 01:56:22 UTC (rev 335922)
@@ -1,37 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez  
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-# Contributor: Daniel Bainton 
-
-pkgname=ncmpc
-pkgver=0.31
-pkgrel=1
-pkgdesc='Fully featured MPD client using ncurses'
-url='https://www.musicpd.org/clients/ncmpc/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'glib2' 'libmpdclient')
-optdepends=('python2: to enable lyrics plugin'
-'ruby: to enable lyrics plugin')
-makedepends=('meson' 'python-sphinx')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('8d3416c5b99ec21527b506f75bd7e536ddff60e61695b05989e791a751611bcc'
-'SKIP')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed "s/curses == 'ncursesw'/false/g" -i meson.build
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build -Dlyrics_screen=true
-   ninja -C build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: ncmpc/repos/extra-x86_64/PKGBUILD (from rev 335921, 
ncmpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-08 01:56:22 UTC (rev 335922)
@@ -0,0 +1,37 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez  
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+# Contributor: Daniel Bainton 
+
+pkgname=ncmpc
+pkgver=0.32
+pkgrel=1
+pkgdesc='Fully featured MPD client using ncurses'
+url='https://www.musicpd.org/clients/ncmpc/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'libmpdclient' 'boost-libs')
+optdepends=('python2: to enable lyrics plugin'
+'ruby: to enable lyrics plugin')
+makedepends=('meson' 'python-sphinx' 'boost')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac'
+'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed "s/curses == 'ncursesw'/false/g" -i meson.build
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   arch-meson . build -Dlyrics_screen=true --mandir /usr/share
+   ninja -C build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install
+}


[arch-commits] Commit in collectd/repos/community-x86_64 (4 files)

2018-10-07 Thread Gaëtan Bisson via arch-commits
Date: Monday, October 8, 2018 @ 01:28:15
  Author: bisson
Revision: 391061

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  148 ++---
 service  |   26 +-
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-08 01:27:49 UTC (rev 391060)
+++ PKGBUILD2018-10-08 01:28:15 UTC (rev 391061)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Gerhard Brauer 
-
-pkgname=collectd
-pkgver=5.8.0
-pkgrel=9
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='https://collectd.org/'
-arch=('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'
-'libsystemd: UdevNameAttr option'
-'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'
-'python: 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'
-'mosquitto: MQTT plugin'
-'libmicrohttpd: prometheus plugin')
-
-makedepends=(${optdepends[@]%:*})
-depends=('libltdl' 'iptables' 'libnsl')
-
-source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
-'service')
-sha256sums=('b06ff476bbf05533cb97ae6749262cc3c76c9969f032bd8496690084ddeb15c9'
-'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
-
-backup=('etc/collectd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/ -Werror//g' -i configure
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export MAKEFLAGS='-j1'
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --with-python=/usr/bin/python \
-   --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-x86_64/PKGBUILD (from rev 391060, 
collectd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-08 01:28:15 UTC (rev 391061)
@@ -0,0 +1,74 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.8.0
+pkgrel=10
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='https://collectd.org/'
+arch=('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'
+'libsystemd: UdevNameAttr option'
+'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'
+'python: 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

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

2018-10-07 Thread Gaëtan Bisson via arch-commits
Date: Monday, October 8, 2018 @ 01:27:49
  Author: bisson
Revision: 391060

enable AMQP plugin

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-08 00:17:45 UTC (rev 391059)
+++ PKGBUILD2018-10-08 01:27:49 UTC (rev 391060)
@@ -3,7 +3,7 @@
 
 pkgname=collectd
 pkgver=5.8.0
-pkgrel=9
+pkgrel=10
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
 arch=('x86_64')
@@ -34,7 +34,8 @@
 'lvm2: lvm plugin'
 'protobuf-c: write_riemann plugin'
 'mosquitto: MQTT plugin'
-'libmicrohttpd: prometheus plugin')
+'libmicrohttpd: prometheus plugin'
+'librabbitmq-c: amqp plugin')
 
 makedepends=(${optdepends[@]%:*})
 depends=('libltdl' 'iptables' 'libnsl')


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

2018-10-07 Thread Gaëtan Bisson via arch-commits
Date: Monday, October 8, 2018 @ 00:49:05
  Author: bisson
Revision: 335920

switch to https, add validpgpkeys

Modified:
  sharutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-07 21:39:10 UTC (rev 335919)
+++ PKGBUILD2018-10-08 00:49:05 UTC (rev 335920)
@@ -10,7 +10,8 @@
 license=('GPL')
 arch=('x86_64')
 depends=('perl' 'gettext' 'texinfo')
-source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+validpgpkeys=('1F967B15DEB2349CACDF3D71D9204CB5BFBF0221')
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
 sha256sums=('2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a')
 
 prepare() {


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

2018-10-05 Thread Gaëtan Bisson via arch-commits
Date: Saturday, October 6, 2018 @ 00:13:16
  Author: bisson
Revision: 335868

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 335867, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 335867, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
  iana-etc/repos/core-any/LICENSE
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/testing-any/

---+
 /LICENSE  |1 +
 /PKGBUILD |   50 ++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 51 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2018-10-06 00:06:14 UTC (rev 335867)
+++ core-any/LICENSE2018-10-06 00:13:16 UTC (rev 335868)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 335867, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2018-10-06 00:13:16 UTC (rev 335868)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2018-10-06 00:06:14 UTC (rev 335867)
+++ core-any/PKGBUILD   2018-10-06 00:13:16 UTC (rev 335868)
@@ -1,51 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20180221
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='http://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
-'LICENSE')
-sha256sums=('e0be507688063ececbc13908c7eced6e16c8aca351d8febbeb3dd09f64a82709'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-pkgver() {
-   cd "${srcdir}"
-   awk -F"[<>]" '/updated/{print$3;nextfile}' * |
-   sort -n | tail -n 1 | tr -d -
-}
-
-package() {
-   cd "${srcdir}"
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 335867, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD       (rev 0)
+++ core-any/PKGBUILD   2018-10-06 00:13:16 UTC (rev 335868)
@@ -0,0 +1,50 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20180913
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha256sums=('f5980a78e74ad4eea95eab8cade52e4a9124735f3d67deee8aa7378fcdc6227a'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+pkgver() {
+   cd "${srcdir}"
+   awk -F"[<>]" '/updated/{print$3;nextfile}' * |
+   sort -n | tail -n 1 | tr -d -
+}
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


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

2018-10-05 Thread Gaëtan Bisson via arch-commits
Date: Saturday, October 6, 2018 @ 00:13:19
  Author: bisson
Revision: 335869

db-move: moved dnssec-anchors from [testing] to [core] (any)

Added:
  dnssec-anchors/repos/core-any/LICENSE
(from rev 335868, dnssec-anchors/repos/testing-any/LICENSE)
  dnssec-anchors/repos/core-any/PKGBUILD
(from rev 335868, dnssec-anchors/repos/testing-any/PKGBUILD)
Deleted:
  dnssec-anchors/repos/core-any/PKGBUILD
  dnssec-anchors/repos/testing-any/

---+
 /PKGBUILD |   33 +
 core-any/LICENSE  |1 +
 core-any/PKGBUILD |   34 --
 3 files changed, 34 insertions(+), 34 deletions(-)

Copied: dnssec-anchors/repos/core-any/LICENSE (from rev 335868, 
dnssec-anchors/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2018-10-06 00:13:19 UTC (rev 335869)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2018-10-06 00:13:16 UTC (rev 335868)
+++ core-any/PKGBUILD   2018-10-06 00:13:19 UTC (rev 335869)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Thomas Mudrunka 
-# Contributor: m4xm4n 
-
-pkgname=dnssec-anchors
-pkgver=20170711
-pkgrel=1
-pkgdesc='DNSSEC trust anchors for the root zone'
-url='https://data.iana.org/root-anchors/'
-license=('custom:NoCopyright')
-arch=('any')
-makedepends=('unbound')
-
-prepare() {
-   cd "${srcdir}"
-
-   unbound-anchor -v -a root.key ||
-   unbound-anchor -v -a root.key
-
-   unbound-host -v -f root.key -t DNSKEY . |
-   sed 's/ (secure)//;t;d' |
-   sed 's/ has / IN /' |
-   sed 's/ record / /' \
-   > trusted-key.key
-
-   echo 'The contents of this package are inelligible for copyright 
protection.' > LICENSE
-}
-
-package() {
-   cd "${srcdir}"
-   install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dnssec-anchors/repos/core-any/PKGBUILD (from rev 335868, 
dnssec-anchors/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2018-10-06 00:13:19 UTC (rev 335869)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Thomas Mudrunka 
+# Contributor: m4xm4n 
+
+pkgname=dnssec-anchors
+pkgver=20181003
+pkgrel=1
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='https://data.iana.org/root-anchors/'
+license=('custom:none')
+arch=('any')
+makedepends=('unbound')
+source=('LICENSE')
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+prepare() {
+   cd "${srcdir}"
+
+   unbound-anchor -v -a root.key ||
+   unbound-anchor -v -a root.key
+
+   unbound-host -v -f root.key -t DNSKEY . |
+   sed 's/ (secure)//;t;d' |
+   sed 's/ has / IN /' |
+   sed 's/ record / /' \
+   > trusted-key.key
+}
+
+package() {
+   cd "${srcdir}"
+   install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:29:19
  Author: bisson
Revision: 389328

free rebuild

Modified:
  partclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 23:28:56 UTC (rev 389327)
+++ PKGBUILD2018-10-03 23:29:19 UTC (rev 389328)
@@ -18,9 +18,11 @@
 build() {
   cd $pkgname-$pkgver
 
+# enable xfs again when it's updated to not use the deprecated ustat interface
+
   ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
 --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
---enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
+--enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 \
 --sbindir=/usr/bin
 
   make


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:29:36
  Author: bisson
Revision: 389329

archrelease: copy trunk to community-x86_64

Added:
  partclone/repos/community-x86_64/PKGBUILD
(from rev 389328, partclone/trunk/PKGBUILD)
Deleted:
  partclone/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   69 ++---
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 23:29:19 UTC (rev 389328)
+++ PKGBUILD2018-10-03 23:29:36 UTC (rev 389329)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contrinutor: Dan Serban
-# Contributor: Franz Burgmann
-# Contributor: Todd Partridge (Gen2ly)
-# Contributor: Ivan Sichmann Freitas
-
-pkgname=partclone
-pkgver=0.2.89
-pkgrel=2
-pkgdesc="Utilities to save and restore used blocks on a partition"
-arch=('x86_64')
-url="https://partclone.org;
-license=('GPL')
-depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
-source=(https://partclone.nchc.org.tw/download/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
-md5sums=('1b6602fa623afc37a8c5252335d1bb01')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
---enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
---enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
---sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: partclone/repos/community-x86_64/PKGBUILD (from rev 389328, 
partclone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 23:29:36 UTC (rev 389329)
@@ -0,0 +1,35 @@
+# Maintainer: Jonathan Steel 
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.89
+pkgrel=3
+pkgdesc="Utilities to save and restore used blocks on a partition"
+arch=('x86_64')
+url="https://partclone.org;
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
+source=(https://partclone.nchc.org.tw/download/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('1b6602fa623afc37a8c5252335d1bb01')
+
+build() {
+  cd $pkgname-$pkgver
+
+# enable xfs again when it's updated to not use the deprecated ustat interface
+
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
+--enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 \
+--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:28:56
  Author: bisson
Revision: 389327

archrelease: copy trunk to community-x86_64

Added:
  djview/repos/community-x86_64/PKGBUILD
(from rev 389326, djview/trunk/PKGBUILD)
Deleted:
  djview/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 23:28:32 UTC (rev 389326)
+++ PKGBUILD2018-10-03 23:28:56 UTC (rev 389327)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias 
-# Contributor: Leslie P. Polzer 
-# Contributor: erm67 
-# Contributor: Daniel J Griffiths
-# Maintainer: Gaetan Bisson 
-
-pkgname=djview
-pkgver=4.10.6
-pkgrel=1
-pkgdesc='Portable DjVu viewer and browser plugin'
-url='http://djvu.sourceforge.net/djview4.html'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('qt5-tools')
-depends=('qt5-base' 'djvulibre'
- 'libxkbcommon-x11' 'libsm')
-source=("http://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('9d2790f208fea45f5cd31cfd5ab6b24a3ba91415')
-
-conflicts=('djview4')
-provides=('djview4')
-replaces=('djview4')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export QMAKE=qmake-qt5
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s djview "${pkgdir}"/usr/bin/djview4
-}

Copied: djview/repos/community-x86_64/PKGBUILD (from rev 389326, 
djview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 23:28:56 UTC (rev 389327)
@@ -0,0 +1,35 @@
+# Contributor: Paulo Matias 
+# Contributor: Leslie P. Polzer 
+# Contributor: erm67 
+# Contributor: Daniel J Griffiths
+# Maintainer: Gaetan Bisson 
+
+pkgname=djview
+pkgver=4.10.6
+pkgrel=2
+pkgdesc='Portable DjVu viewer and browser plugin'
+url='http://djvu.sourceforge.net/djview4.html'
+license=('GPL')
+arch=('x86_64')
+makedepends=('qt5-tools')
+depends=('qt5-base' 'djvulibre'
+ 'libxkbcommon-x11' 'libsm')
+source=("https://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('8446f3cd692238421a342f12baa365528445637bffb96899f319fe762fda7c21')
+
+conflicts=('djview4')
+provides=('djview4')
+replaces=('djview4')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export QMAKE=qmake-qt5
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s djview "${pkgdir}"/usr/bin/djview4
+}


[arch-commits] Commit in djview/repos (extra-x86_64)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:28:32
  Author: bisson
Revision: 389326

fix mistake

Deleted:
  djview/repos/extra-x86_64/


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:26:02
  Author: bisson
Revision: 389324

free rebuild

Modified:
  djview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 23:23:29 UTC (rev 389323)
+++ PKGBUILD2018-10-03 23:26:02 UTC (rev 389324)
@@ -6,7 +6,7 @@
 
 pkgname=djview
 pkgver=4.10.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Portable DjVu viewer and browser plugin'
 url='http://djvu.sourceforge.net/djview4.html'
 license=('GPL')


[arch-commits] Commit in djview/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:26:17
  Author: bisson
Revision: 389325

archrelease: copy trunk to extra-x86_64

Added:
  djview/repos/extra-x86_64/
  djview/repos/extra-x86_64/PKGBUILD
(from rev 389324, djview/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: djview/repos/extra-x86_64/PKGBUILD (from rev 389324, 
djview/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-10-03 23:26:17 UTC (rev 389325)
@@ -0,0 +1,35 @@
+# Contributor: Paulo Matias 
+# Contributor: Leslie P. Polzer 
+# Contributor: erm67 
+# Contributor: Daniel J Griffiths
+# Maintainer: Gaetan Bisson 
+
+pkgname=djview
+pkgver=4.10.6
+pkgrel=2
+pkgdesc='Portable DjVu viewer and browser plugin'
+url='http://djvu.sourceforge.net/djview4.html'
+license=('GPL')
+arch=('x86_64')
+makedepends=('qt5-tools')
+depends=('qt5-base' 'djvulibre'
+ 'libxkbcommon-x11' 'libsm')
+source=("https://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('8446f3cd692238421a342f12baa365528445637bffb96899f319fe762fda7c21')
+
+conflicts=('djview4')
+provides=('djview4')
+replaces=('djview4')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export QMAKE=qmake-qt5
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s djview "${pkgdir}"/usr/bin/djview4
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:23:29
  Author: bisson
Revision: 389323

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 23:23:13 UTC (rev 389322)
+++ PKGBUILD2018-10-03 23:23:29 UTC (rev 389323)
@@ -1,31 +0,0 @@
-# Contributor: Rémy Oudompheng 
-# Maintainer: Gaetan Bisson 
-
-pkgname=gmp-ecm
-pkgver=7.0.4
-pkgrel=1
-pkgdesc='Elliptic Curve Method for Integer Factorization'
-url='http://ecm.gforge.inria.fr/'
-license=('GPL' 'LGPL')
-depends=('gmp')
-arch=('i686' 'x86_64')
-source=("https://gforge.inria.fr/frs/download.php/file/36224/ecm-${pkgver}.tar.gz;)
-sha1sums=('407e41af6f93214509810b954b88251e4b89e82b')
-
-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 389322, 
gmp-ecm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 23:23:29 UTC (rev 389323)
@@ -0,0 +1,31 @@
+# Contributor: Rémy Oudompheng 
+# Maintainer: Gaetan Bisson 
+
+pkgname=gmp-ecm
+pkgver=7.0.4
+pkgrel=2
+pkgdesc='Elliptic Curve Method for Integer Factorization'
+url='http://ecm.gforge.inria.fr/'
+license=('GPL' 'LGPL')
+depends=('gmp')
+arch=('x86_64')
+source=("https://gforge.inria.fr/frs/download.php/file/36224/ecm-${pkgver}.tar.gz;)
+sha256sums=('0cf7b3eee8462cc6f98b418b47630e1eb6b3f4f8c3fc1fb005b08e2a1811ba43')
+
+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
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:23:13
  Author: bisson
Revision: 389322

free rebuild

Modified:
  gmp-ecm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 23:19:53 UTC (rev 389321)
+++ PKGBUILD2018-10-03 23:23:13 UTC (rev 389322)
@@ -3,7 +3,7 @@
 
 pkgname=gmp-ecm
 pkgver=7.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Elliptic Curve Method for Integer Factorization'
 url='http://ecm.gforge.inria.fr/'
 license=('GPL' 'LGPL')


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:19:38
  Author: bisson
Revision: 389320

free rebuild

Modified:
  libchewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 23:18:00 UTC (rev 389319)
+++ PKGBUILD2018-10-03 23:19:38 UTC (rev 389320)
@@ -4,7 +4,7 @@
 
 pkgname=libchewing
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Intelligent Chinese phonetic input method'
 url='http://chewing.im/'
 arch=('x86_64')


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:19:53
  Author: bisson
Revision: 389321

archrelease: copy trunk to community-x86_64

Added:
  libchewing/repos/community-x86_64/PKGBUILD
(from rev 389320, libchewing/trunk/PKGBUILD)
Deleted:
  libchewing/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 23:19:38 UTC (rev 389320)
+++ PKGBUILD2018-10-03 23:19:53 UTC (rev 389321)
@@ -1,25 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: whisky 
-# Contributor: damir 
-
-pkgname=libchewing
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='Intelligent Chinese phonetic input method'
-url='http://chewing.im/'
-arch=('x86_64')
-license=('GPL')
-depends=('sqlite')
-source=("https://github.com/chewing/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('9708c63415fa6034435c0f38100e7d30d0e1bac927f67bec6dfeb3fef016172b')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libchewing/repos/community-x86_64/PKGBUILD (from rev 389320, 
libchewing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 23:19:53 UTC (rev 389321)
@@ -0,0 +1,25 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: whisky 
+# Contributor: damir 
+
+pkgname=libchewing
+pkgver=0.5.1
+pkgrel=2
+pkgdesc='Intelligent Chinese phonetic input method'
+url='http://chewing.im/'
+arch=('x86_64')
+license=('GPL')
+depends=('sqlite')
+source=("https://github.com/chewing/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('9708c63415fa6034435c0f38100e7d30d0e1bac927f67bec6dfeb3fef016172b')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:18:00
  Author: bisson
Revision: 389319

free rebuild

Modified:
  partclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 23:17:44 UTC (rev 389318)
+++ PKGBUILD2018-10-03 23:18:00 UTC (rev 389319)
@@ -6,7 +6,7 @@
 
 pkgname=partclone
 pkgver=0.2.89
-pkgrel=2
+pkgrel=3
 pkgdesc="Utilities to save and restore used blocks on a partition"
 arch=('x86_64')
 url="https://partclone.org;


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:17:44
  Author: bisson
Revision: 389318

archrelease: copy trunk to community-x86_64

Added:
  xa/repos/community-x86_64/PKGBUILD
(from rev 389317, xa/trunk/PKGBUILD)
Deleted:
  xa/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   45 ++---
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 23:17:27 UTC (rev 389317)
+++ PKGBUILD2018-10-03 23:17:44 UTC (rev 389318)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Chris Mosher 
-
-pkgname=xa
-pkgver=2.3.8
-pkgrel=1
-pkgdesc='Cross-assembler for 6502 microprocessor'
-url='http://www.floodgap.com/retrotech/xa/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-source=("http://www.floodgap.com/retrotech/xa/dists/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('3b97d2fe8891336676ca28ff127b69e997f0b5accf2c7009b4517496929b462a')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}/usr" install
-}

Copied: xa/repos/community-x86_64/PKGBUILD (from rev 389317, xa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 23:17:44 UTC (rev 389318)
@@ -0,0 +1,22 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Chris Mosher 
+
+pkgname=xa
+pkgver=2.3.8
+pkgrel=2
+pkgdesc='Cross-assembler for 6502 microprocessor'
+url='http://www.floodgap.com/retrotech/xa/'
+arch=('x86_64')
+license=('GPL2')
+source=("http://www.floodgap.com/retrotech/xa/dists/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('3b97d2fe8891336676ca28ff127b69e997f0b5accf2c7009b4517496929b462a')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}/usr" install
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:17:27
  Author: bisson
Revision: 389317

free rebuild

Modified:
  xa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 23:17:06 UTC (rev 389316)
+++ PKGBUILD2018-10-03 23:17:27 UTC (rev 389317)
@@ -3,7 +3,7 @@
 
 pkgname=xa
 pkgver=2.3.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Cross-assembler for 6502 microprocessor'
 url='http://www.floodgap.com/retrotech/xa/'
 arch=('x86_64')


[arch-commits] Commit in xournal/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:16:19
  Author: bisson
Revision: 335741

archrelease: copy trunk to extra-x86_64

Added:
  xournal/repos/extra-x86_64/PKGBUILD
(from rev 335740, xournal/trunk/PKGBUILD)
Deleted:
  xournal/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   49 -
 1 file changed, 24 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 23:16:01 UTC (rev 335740)
+++ PKGBUILD2018-10-03 23:16:19 UTC (rev 335741)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-
-pkgname=xournal
-pkgver=0.4.8.2016
-pkgrel=1
-pkgdesc='Notetaking and sketching application'
-url='http://xournal.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
-depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b25898dbd7a149507f37a16769202d69fbebd4a000d766923bbd32c5c7462826')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install desktop-install
-}

Copied: xournal/repos/extra-x86_64/PKGBUILD (from rev 335740, 
xournal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 23:16:19 UTC (rev 335741)
@@ -0,0 +1,24 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=xournal
+pkgver=0.4.8.2016
+pkgrel=3
+pkgdesc='Notetaking and sketching application'
+url='http://xournal.sourceforge.net/'
+license=('GPL')
+arch=('x86_64')
+optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
+depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('b25898dbd7a149507f37a16769202d69fbebd4a000d766923bbd32c5c7462826')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install desktop-install
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:16:01
  Author: bisson
Revision: 335740

free rebuild

Modified:
  xournal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 23:14:07 UTC (rev 335739)
+++ PKGBUILD2018-10-03 23:16:01 UTC (rev 335740)
@@ -2,7 +2,7 @@
 
 pkgname=xournal
 pkgver=0.4.8.2016
-pkgrel=2
+pkgrel=3
 pkgdesc='Notetaking and sketching application'
 url='http://xournal.sourceforge.net/'
 license=('GPL')


[arch-commits] Commit in xclip/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:14:07
  Author: bisson
Revision: 335739

archrelease: copy trunk to extra-x86_64

Added:
  xclip/repos/extra-x86_64/PKGBUILD
(from rev 335738, xclip/trunk/PKGBUILD)
Deleted:
  xclip/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   55 +++
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 23:13:51 UTC (rev 335738)
+++ PKGBUILD2018-10-03 23:14:07 UTC (rev 335739)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Committer: Manolis Tzanidakis 
-# Contributor: damir 
-
-pkgname=xclip
-pkgver=0.13
-pkgrel=1
-pkgdesc='Command line interface to the X11 clipboard'
-url='http://sourceforge.net/projects/xclip'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxmu')
-makedepends=('git')
-source=('git+https://github.com/astrand/xclip#commit=9aa7090c3b8b437c6489edca32ae43d82e0c1281')
-sha1sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   ./bootstrap
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: xclip/repos/extra-x86_64/PKGBUILD (from rev 335738, 
xclip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 23:14:07 UTC (rev 335739)
@@ -0,0 +1,27 @@
+# Maintainer: Gaetan Bisson 
+# Committer: Manolis Tzanidakis 
+# Contributor: damir 
+
+pkgname=xclip
+pkgver=0.13
+pkgrel=2
+pkgdesc='Command line interface to the X11 clipboard'
+url='https://github.com/astrand/xclip'
+arch=('x86_64')
+license=('GPL')
+depends=('libxmu')
+makedepends=('git')
+source=('git+https://github.com/astrand/xclip#commit=9aa7090c3b8b437c6489edca32ae43d82e0c1281')
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   ./bootstrap
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:13:51
  Author: bisson
Revision: 335738

free rebuild

Modified:
  xclip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 23:13:40 UTC (rev 335737)
+++ PKGBUILD2018-10-03 23:13:51 UTC (rev 335738)
@@ -4,7 +4,7 @@
 
 pkgname=xclip
 pkgver=0.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Command line interface to the X11 clipboard'
 url='https://github.com/astrand/xclip'
 arch=('x86_64')


[arch-commits] Commit in ttf-mph-2b-damase/repos/extra-any (4 files)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:13:40
  Author: bisson
Revision: 335737

archrelease: copy trunk to extra-any

Added:
  ttf-mph-2b-damase/repos/extra-any/PKGBUILD
(from rev 335736, ttf-mph-2b-damase/trunk/PKGBUILD)
  ttf-mph-2b-damase/repos/extra-any/install
(from rev 335736, ttf-mph-2b-damase/trunk/install)
Deleted:
  ttf-mph-2b-damase/repos/extra-any/PKGBUILD
  ttf-mph-2b-damase/repos/extra-any/install

--+
 PKGBUILD |   47 +++
 install  |   26 +-
 2 files changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 23:13:24 UTC (rev 335736)
+++ PKGBUILD2018-10-03 23:13:40 UTC (rev 335737)
@@ -1,24 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa 
-# Maintainer: Gaetan Bisson 
-
-pkgname=ttf-mph-2b-damase
-pkgver=001.000.4.dfsg.2
-_pkgver=001.000.dfsg.2+ds1
-pkgrel=6
-pkgdesc='Unicode font covering full plane 1, and numerous scripts'
-url="http://packages.debian.org/unstable/x11/ttf-mph-2b-damase; 
-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;)
-sha1sums=('8663d937dabce9bebb9c46b6e985102d03830fd4')
-
-install=install
-
-package() {
-   cd "${srcdir}/${pkgname}-${_pkgver}.orig"
-   install -dm755 "${pkgdir}"/usr/share/{fonts/TTF,licenses/${pkgname}}
-   install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
-   echo 'No copyright applies; this work is in the public domain.' > 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: ttf-mph-2b-damase/repos/extra-any/PKGBUILD (from rev 335736, 
ttf-mph-2b-damase/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 23:13:40 UTC (rev 335737)
@@ -0,0 +1,23 @@
+# Contributor: Damir Perisa 
+# Maintainer: Gaetan Bisson 
+
+pkgname=ttf-mph-2b-damase
+pkgver=001.000.4.dfsg.2
+_pkgver=001.000.dfsg.2+ds1
+pkgrel=7
+pkgdesc='Unicode font covering full plane 1, and numerous scripts'
+url="http://packages.debian.org/unstable/x11/ttf-mph-2b-damase; 
+license=('custom:Public_Domain')
+arch=('any')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+source=("http://ftp.gnome.org/mirror/cdimage/snapshot/Debian/pool/main/t/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz;)
+sha1sums=('8663d937dabce9bebb9c46b6e985102d03830fd4')
+
+install=install
+
+package() {
+   cd "${srcdir}/${pkgname}-${_pkgver}.orig"
+   install -dm755 "${pkgdir}"/usr/share/{fonts/TTF,licenses/${pkgname}}
+   install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
+   echo 'No copyright applies; this work is in the public domain.' > 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: install
===
--- install 2018-10-03 23:13:24 UTC (rev 335736)
+++ install 2018-10-03 23:13:40 UTC (rev 335737)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s > /dev/null
-   mkfontscale usr/share/fonts/TTF
-   mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: ttf-mph-2b-damase/repos/extra-any/install (from rev 335736, 
ttf-mph-2b-damase/trunk/install)
===
--- install (rev 0)
+++ install 2018-10-03 23:13:40 UTC (rev 335737)
@@ -0,0 +1,13 @@
+post_install() {
+   fc-cache -s > /dev/null
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:13:24
  Author: bisson
Revision: 335736

free rebuild

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 23:12:31 UTC (rev 335735)
+++ PKGBUILD2018-10-03 23:13:24 UTC (rev 335736)
@@ -4,7 +4,7 @@
 pkgname=ttf-mph-2b-damase
 pkgver=001.000.4.dfsg.2
 _pkgver=001.000.dfsg.2+ds1
-pkgrel=6
+pkgrel=7
 pkgdesc='Unicode font covering full plane 1, and numerous scripts'
 url="http://packages.debian.org/unstable/x11/ttf-mph-2b-damase; 
 license=('custom:Public_Domain')


[arch-commits] Commit in sharutils/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:12:31
  Author: bisson
Revision: 335735

archrelease: copy trunk to extra-x86_64

Added:
  sharutils/repos/extra-x86_64/PKGBUILD
(from rev 335734, sharutils/trunk/PKGBUILD)
Deleted:
  sharutils/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 23:12:12 UTC (rev 335734)
+++ PKGBUILD2018-10-03 23:12:31 UTC (rev 335735)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Kevin Piche 
-# Contributor: Tom Newsom 
-
-pkgname=sharutils
-pkgver=4.15.2
-pkgrel=2
-pkgdesc='Makes so-called shell archives out of many files'
-url='http://www.gnu.org/software/sharutils/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('perl' 'gettext' 'texinfo')
-source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('250377131bcf7a081f066ed0f9c51a0b7e0b0c04')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: sharutils/repos/extra-x86_64/PKGBUILD (from rev 335734, 
sharutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 23:12:31 UTC (rev 335735)
@@ -0,0 +1,34 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Kevin Piche 
+# Contributor: Tom Newsom 
+
+pkgname=sharutils
+pkgver=4.15.2
+pkgrel=3
+pkgdesc='Makes so-called shell archives out of many files'
+url='http://www.gnu.org/software/sharutils/'
+license=('GPL')
+arch=('x86_64')
+depends=('perl' 'gettext' 'texinfo')
+source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/FUNC_FFLUSH_STDIN/-1/g' -i lib/fseeko.c
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:12:12
  Author: bisson
Revision: 335734

free rebuild, fix broken test

Modified:
  sharutils/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 23:10:21 UTC (rev 335733)
+++ PKGBUILD2018-10-03 23:12:12 UTC (rev 335734)
@@ -4,7 +4,7 @@
 
 pkgname=sharutils
 pkgver=4.15.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
 license=('GPL')
@@ -13,6 +13,11 @@
 source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
 sha256sums=('2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/FUNC_FFLUSH_STDIN/-1/g' -i lib/fseeko.c
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \


[arch-commits] Commit in testdisk/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:10:21
  Author: bisson
Revision: 335733

archrelease: copy trunk to extra-x86_64

Added:
  testdisk/repos/extra-x86_64/PKGBUILD
(from rev 335732, testdisk/trunk/PKGBUILD)
Deleted:
  testdisk/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   57 -
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 23:08:37 UTC (rev 335732)
+++ PKGBUILD2018-10-03 23:10:21 UTC (rev 335733)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Sergej Pupykin 
-# Contributor: Michal Krenek 
-
-pkgname=testdisk
-pkgver=7.0
-pkgrel=4
-pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery 
tool"
-arch=('i686' 'x86_64')
-url="http://www.cgsecurity.org/index.html?testdisk.html;
-license=('GPL')
-depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
-source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --without-ewf \
-  --enable-sudo
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-md5sums=('f0cfe4ca9dd35f2878b2704251665e9f')

Copied: testdisk/repos/extra-x86_64/PKGBUILD (from rev 335732, 
testdisk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 23:10:21 UTC (rev 335733)
@@ -0,0 +1,28 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sergej Pupykin 
+# Contributor: Michal Krenek 
+
+pkgname=testdisk
+pkgver=7.0
+pkgrel=5
+pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery 
tool"
+arch=('x86_64')
+url="http://www.cgsecurity.org/index.html?testdisk.html;
+license=('GPL')
+depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
+source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --without-ewf \
+  --enable-sudo
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('f0cfe4ca9dd35f2878b2704251665e9f')


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 23:08:37
  Author: bisson
Revision: 335732

free rebuild

Modified:
  testdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 22:53:51 UTC (rev 335731)
+++ PKGBUILD2018-10-03 23:08:37 UTC (rev 335732)
@@ -4,7 +4,7 @@
 
 pkgname=testdisk
 pkgver=7.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery 
tool"
 arch=('x86_64')
 url="http://www.cgsecurity.org/index.html?testdisk.html;


[arch-commits] Commit in libotr/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 22:53:51
  Author: bisson
Revision: 335731

archrelease: copy trunk to extra-x86_64

Added:
  libotr/repos/extra-x86_64/PKGBUILD
(from rev 335730, libotr/trunk/PKGBUILD)
Deleted:
  libotr/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   55 +++
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 22:53:35 UTC (rev 335730)
+++ PKGBUILD2018-10-03 22:53:51 UTC (rev 335731)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Pierre Schmitz 
-# Contributor: Bug 
-
-pkgname=libotr
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://otr.cypherpunks.ca/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-validpgpkeys=('22DF3305DF56667CE15784FCF24DE08F42C2ABAD') # OTR Dev Team
-source=(https://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5'
-'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libotr/repos/extra-x86_64/PKGBUILD (from rev 335730, 
libotr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 22:53:51 UTC (rev 335731)
@@ -0,0 +1,27 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Pierre Schmitz 
+# Contributor: Bug 
+
+pkgname=libotr
+pkgver=4.1.1
+pkgrel=2
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://otr.cypherpunks.ca/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+depends=('libgcrypt')
+validpgpkeys=('22DF3305DF56667CE15784FCF24DE08F42C2ABAD') # OTR Dev Team
+source=(https://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 22:53:35
  Author: bisson
Revision: 335730

free rebuild

Modified:
  libotr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 22:51:58 UTC (rev 335729)
+++ PKGBUILD2018-10-03 22:53:35 UTC (rev 335730)
@@ -4,7 +4,7 @@
 
 pkgname=libotr
 pkgver=4.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Off-the-Record Messaging Library and Toolkit'
 url='http://otr.cypherpunks.ca/'
 license=('GPL' 'LGPL')


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 22:51:34
  Author: bisson
Revision: 335723

upstream update

Modified:
  libmilter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 22:51:14 UTC (rev 335722)
+++ PKGBUILD2018-10-03 22:51:34 UTC (rev 335723)
@@ -5,7 +5,7 @@
 pkgname=libmilter
 _pkgname=sendmail
 pkgver=8.15.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Implementation of the sendmail Mail Filter API'
 url='https://www.proofpoint.com/us/sendmail-open-source'
 arch=('x86_64')


[arch-commits] Commit in libmilter/repos/extra-x86_64 (4 files)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 22:51:50
  Author: bisson
Revision: 335725

archrelease: copy trunk to extra-x86_64

Added:
  libmilter/repos/extra-x86_64/PKGBUILD
(from rev 335723, libmilter/trunk/PKGBUILD)
  libmilter/repos/extra-x86_64/fd-passing-libmilter.patch
(from rev 335724, libmilter/trunk/fd-passing-libmilter.patch)
Deleted:
  libmilter/repos/extra-x86_64/PKGBUILD
  libmilter/repos/extra-x86_64/fd-passing-libmilter.patch

+
 PKGBUILD   |  101 +--
 fd-passing-libmilter.patch |  160 +--
 2 files changed, 131 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 22:51:43 UTC (rev 335724)
+++ PKGBUILD2018-10-03 22:51:50 UTC (rev 335725)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Sergej Pupykin 
-# Contributor: mutantmonkey 
-
-pkgname=libmilter
-_pkgname=sendmail
-pkgver=8.15.2
-pkgrel=1
-pkgdesc='Implementation of the sendmail Mail Filter API'
-url='https://www.proofpoint.com/us/sendmail-open-source'
-arch=('i686' 'x86_64')
-options=('staticlibs')
-license=('custom:Sendmail open source license')
-source=("http://ftp.sendmail.org/${_pkgname}.${pkgver}.tar.gz;
-'fd-passing-libmilter.patch')
-sha256sums=('24f94b5fd76705f15897a78932a5f2439a32b1a2fdc35769bb1a5f5d9b4db439'
-'b856ebc17e39151652bda93f40f79756ac83eb4a0b67e6d55c049f3ebde42983')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   patch -p1 -i ../fd-passing-libmilter.patch # FS#49421
-
-   # From 
http://www.j-chkmail.org/wiki/doku.php/doc/installation/start#libmilter
-   cat >> devtools/Site/site.config.m4 <
+# Contributor: Sergej Pupykin 
+# Contributor: mutantmonkey 
+
+pkgname=libmilter
+_pkgname=sendmail
+pkgver=8.15.2
+pkgrel=2
+pkgdesc='Implementation of the sendmail Mail Filter API'
+url='https://www.proofpoint.com/us/sendmail-open-source'
+arch=('x86_64')
+options=('staticlibs')
+license=('custom:Sendmail open source license')
+validpgpkeys=('30BCA74705FA415455731D7BAAF5B5DE05BDCC53')
+source=("http://ftp.sendmail.org/${_pkgname}.${pkgver}.tar.gz"{,.sig}
+'fd-passing-libmilter.patch')
+sha256sums=('24f94b5fd76705f15897a78932a5f2439a32b1a2fdc35769bb1a5f5d9b4db439'
+'SKIP'
+'b856ebc17e39151652bda93f40f79756ac83eb4a0b67e6d55c049f3ebde42983')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   patch -p1 -i ../fd-passing-libmilter.patch # FS#49421
+
+   # From 
http://www.j-chkmail.org/wiki/doku.php/doc/installation/start#libmilter
+   cat >> devtools/Site/site.config.m4 <{unix|local}:/path/to/file -- A named pipe.
-   inet:port@{hostname|ip-address} -- An IPV4 socket.
-   inet6:port@{hostname|ip-address} -- An IPV6 socket.
-+  fd:number -- Pre-opened file descriptor.
-   
-   
- 
-diff --git a/libmilter/listener.c b/libmilter/listener.c
-index 48c552f..2249a1f 100644
 a/libmilter/listener.c
-+++ b/libmilter/listener.c
-@@ -197,6 +197,11 @@ mi_milteropen(conn, backlog, rmsocket, name)
-   L_socksize = sizeof addr.sin6;
-   }
- #endif /* NETINET6 */
-+  else if (strcasecmp(p, "fd") == 0)
-+  {
-+  addr.sa.sa_family = AF_UNSPEC;
-+  L_socksize = sizeof (_SOCK_ADDR);
-+  }
-   else
-   {
-   smi_log(SMI_LOG_ERR, "%s: unknown socket type %s",
-@@ -443,7 +448,21 @@ mi_milteropen(conn, backlog, rmsocket, name)
-   }
- #endif /* NETINET || NETINET6 */
- 
--  sock = socket(addr.sa.sa_family, SOCK_STREAM, 0);
-+  if (addr.sa.sa_family == AF_UNSPEC)
-+  {
-+  char *end;
-+  sock = strtol(colon, , 10);
-+  if (*end != '\0' || sock < 0)
-+  {
-+  smi_log(SMI_LOG_ERR, "%s: expected positive integer as 
fd, got %s", name, colon);
-+  return INVALID_SOCKET;
-+  }
-+  }
-+  else
-+  {
-+  sock = socket(addr.sa.sa_family, SOCK_STREAM, 0);
-+  }
-+
-   if (!ValidSocket(sock))
-   {
-   smi_log(SMI_LOG_ERR,
-@@ -466,6 +485,7 @@ mi_milteropen(conn, backlog, rmsocket, name)
- #if NETUNIX
-   addr.sa.sa_family != AF_UNIX &&
- #endif /* NETUNIX */
-+  addr.sa.sa_family != AF_UNSPEC &&
-   setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, (void *) ,
-  sizeof(sockopt)) == -1)
-   {
-@@ -511,7 +531,8 @@ mi_milteropen(conn, backlog, rmsocket, name)
-   }
- #endif /* NETUNIX */
- 
--  if (bind(sock, , L_socksize) < 0)
-+  if (addr.sa.sa_family != AF_UNSPEC &&
-+  bind(sock, , L_socksize) < 0)
-   {

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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 22:49:05
  Author: bisson
Revision: 335721

archrelease: copy trunk to testing-any

Added:
  dnssec-anchors/repos/testing-any/
  dnssec-anchors/repos/testing-any/LICENSE
(from rev 335720, dnssec-anchors/trunk/LICENSE)
  dnssec-anchors/repos/testing-any/PKGBUILD
(from rev 335720, dnssec-anchors/trunk/PKGBUILD)

--+
 LICENSE  |1 +
 PKGBUILD |   33 +
 2 files changed, 34 insertions(+)

Copied: dnssec-anchors/repos/testing-any/LICENSE (from rev 335720, 
dnssec-anchors/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2018-10-03 22:49:05 UTC (rev 335721)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: dnssec-anchors/repos/testing-any/PKGBUILD (from rev 335720, 
dnssec-anchors/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-10-03 22:49:05 UTC (rev 335721)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Thomas Mudrunka 
+# Contributor: m4xm4n 
+
+pkgname=dnssec-anchors
+pkgver=20181003
+pkgrel=1
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='https://data.iana.org/root-anchors/'
+license=('custom:none')
+arch=('any')
+makedepends=('unbound')
+source=('LICENSE')
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+prepare() {
+   cd "${srcdir}"
+
+   unbound-anchor -v -a root.key ||
+   unbound-anchor -v -a root.key
+
+   unbound-host -v -f root.key -t DNSKEY . |
+   sed 's/ (secure)//;t;d' |
+   sed 's/ has / IN /' |
+   sed 's/ record / /' \
+   > trusted-key.key
+}
+
+package() {
+   cd "${srcdir}"
+   install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in dnssec-anchors/trunk (LICENSE PKGBUILD)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 22:48:51
  Author: bisson
Revision: 335720

upstream update

Added:
  dnssec-anchors/trunk/LICENSE
Modified:
  dnssec-anchors/trunk/PKGBUILD

--+
 LICENSE  |1 +
 PKGBUILD |8 
 2 files changed, 5 insertions(+), 4 deletions(-)

Added: LICENSE
===
--- LICENSE (rev 0)
+++ LICENSE 2018-10-03 22:48:51 UTC (rev 335720)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 22:45:24 UTC (rev 335719)
+++ PKGBUILD2018-10-03 22:48:51 UTC (rev 335720)
@@ -3,13 +3,15 @@
 # Contributor: m4xm4n 
 
 pkgname=dnssec-anchors
-pkgver=20170711
+pkgver=20181003
 pkgrel=1
 pkgdesc='DNSSEC trust anchors for the root zone'
 url='https://data.iana.org/root-anchors/'
-license=('custom:NoCopyright')
+license=('custom:none')
 arch=('any')
 makedepends=('unbound')
+source=('LICENSE')
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 
 prepare() {
cd "${srcdir}"
@@ -22,8 +24,6 @@
sed 's/ has / IN /' |
sed 's/ record / /' \
> trusted-key.key
-
-   echo 'The contents of this package are inelligible for copyright 
protection.' > LICENSE
 }
 
 package() {


[arch-commits] Commit in djvulibre/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 22:45:24
  Author: bisson
Revision: 335719

archrelease: copy trunk to extra-x86_64

Added:
  djvulibre/repos/extra-x86_64/PKGBUILD
(from rev 335718, djvulibre/trunk/PKGBUILD)
Deleted:
  djvulibre/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   69 ++---
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 22:45:08 UTC (rev 335718)
+++ PKGBUILD2018-10-03 22:45:24 UTC (rev 335719)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Maintainer: Jan de Groot 
-# Contributor: mgushee
-
-pkgname=djvulibre
-pkgver=3.5.27
-pkgrel=3
-pkgdesc="Suite to create, manipulate and view DjVu ('déjà vu') documents"
-url='http://djvu.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('librsvg')
-depends=('libtiff' 'hicolor-icon-theme')
-source=("http://downloads.sourceforge.net/project/djvu/DjVuLibre/${pkgver}/djvulibre-${pkgver}.tar.gz;)
-sha1sums=('99c4f2c621c063bf8c8a1626030539fe5a8675f9')
-
-conflicts=('libdjvu')
-provides=("libdjvu=${pkgver}")
-replaces=('libdjvu')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./autogen.sh
-   ./configure --prefix=/usr --disable-desktopfiles
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   for sz in 22 32 48 64; do
-   install -Dm644 desktopfiles/prebuilt-hi${sz}-djvu.png 
"${pkgdir}/usr/share/icons/hicolor/${sz}x${sz}/mimetypes/image-vnd.djvu.mime.png"
-   done
-}

Copied: djvulibre/repos/extra-x86_64/PKGBUILD (from rev 335718, 
djvulibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 22:45:24 UTC (rev 335719)
@@ -0,0 +1,34 @@
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jan de Groot 
+# Contributor: mgushee
+
+pkgname=djvulibre
+pkgver=3.5.27
+pkgrel=4
+pkgdesc="Suite to create, manipulate and view DjVu ('déjà vu') documents"
+url='http://djvu.sourceforge.net/'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('librsvg')
+depends=('libtiff' 'hicolor-icon-theme')
+source=("https://downloads.sourceforge.net/project/djvu/DjVuLibre/${pkgver}/djvulibre-${pkgver}.tar.gz;)
+sha256sums=('e69668252565603875fb88500cde02bf93d12d48a3884e472696c896e81f505f')
+
+conflicts=('libdjvu')
+provides=("libdjvu=${pkgver}")
+replaces=('libdjvu')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh
+   ./configure --prefix=/usr --disable-desktopfiles
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   for sz in 22 32 48 64; do
+   install -Dm644 desktopfiles/prebuilt-hi${sz}-djvu.png 
"${pkgdir}/usr/share/icons/hicolor/${sz}x${sz}/mimetypes/image-vnd.djvu.mime.png"
+   done
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 22:45:08
  Author: bisson
Revision: 335718

free rebuild

Modified:
  djvulibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 21:34:47 UTC (rev 335717)
+++ PKGBUILD2018-10-03 22:45:08 UTC (rev 335718)
@@ -4,7 +4,7 @@
 
 pkgname=djvulibre
 pkgver=3.5.27
-pkgrel=3
+pkgrel=4
 pkgdesc="Suite to create, manipulate and view DjVu ('déjà vu') documents"
 url='http://djvu.sourceforge.net/'
 arch=('x86_64')


[arch-commits] Commit in jbig2dec/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 21:34:47
  Author: bisson
Revision: 335717

archrelease: copy trunk to extra-x86_64

Added:
  jbig2dec/repos/extra-x86_64/PKGBUILD
(from rev 335716, jbig2dec/trunk/PKGBUILD)
Deleted:
  jbig2dec/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 21:34:24 UTC (rev 335716)
+++ PKGBUILD2018-10-03 21:34:47 UTC (rev 335717)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Stefan Husmann 
-
-pkgname=jbig2dec
-pkgver=0.14
-pkgrel=1
-pkgdesc='Decoder implementation of the JBIG2 image compression format'
-url='https://artifex.com/developers-ghostscript-jbig2dec/'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpng')
-source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('21b498c3ba566f283d02946f7e78e12abbad89f12fe4958974e50882c185014c')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./autogen.sh --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: jbig2dec/repos/extra-x86_64/PKGBUILD (from rev 335716, 
jbig2dec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 21:34:47 UTC (rev 335717)
@@ -0,0 +1,26 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Stefan Husmann 
+
+pkgname=jbig2dec
+pkgver=0.15
+_gsver=gs924
+pkgrel=1
+pkgdesc='Decoder implementation of the JBIG2 image compression format'
+url='https://jbig2dec.com/'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpng')
+source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/${_gsver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6bfa1af72de37c7929315933a1ba696540d860936ad98f9de02fc725d7e53854')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 21:34:24
  Author: bisson
Revision: 335716

upstream update

Modified:
  jbig2dec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 20:39:14 UTC (rev 335715)
+++ PKGBUILD2018-10-03 21:34:24 UTC (rev 335716)
@@ -3,15 +3,16 @@
 # Contributor: Stefan Husmann 
 
 pkgname=jbig2dec
-pkgver=0.14
+pkgver=0.15
+_gsver=gs924
 pkgrel=1
 pkgdesc='Decoder implementation of the JBIG2 image compression format'
-url='https://artifex.com/developers-ghostscript-jbig2dec/'
+url='https://jbig2dec.com/'
 arch=('x86_64')
 license=('GPL3')
 depends=('libpng')
-source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('21b498c3ba566f283d02946f7e78e12abbad89f12fe4958974e50882c185014c')
+source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/${_gsver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6bfa1af72de37c7929315933a1ba696540d860936ad98f9de02fc725d7e53854')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in bzflag/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-02 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, October 2, 2018 @ 21:28:34
  Author: bisson
Revision: 335655

archrelease: copy trunk to extra-x86_64

Added:
  bzflag/repos/extra-x86_64/PKGBUILD
(from rev 335654, bzflag/trunk/PKGBUILD)
Deleted:
  bzflag/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   59 +--
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-02 21:28:10 UTC (rev 335654)
+++ PKGBUILD2018-10-02 21:28:34 UTC (rev 335655)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Kevin Piche 
-# Contributor: Damir Perisa 
-
-pkgname=bzflag
-pkgver=2.4.14
-pkgrel=1
-pkgdesc='Multiplayer 3D tank battle game'
-url='http://bzflag.org/'
-license=('LGPL')
-arch=('x86_64')
-depends=('curl' 'glew' 'glu' 'sdl' 'c-ares')
-source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
-sha256sums=('b56c777c71d4d1df55446f9de6e9e92801b29d81c39669087ba680ce6645cff5')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-   cd misc
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 misc/bzflag.desktop 
"${pkgdir}"/usr/share/applications/bzflag.desktop
-   install -Dm644 data/bzflag-48x48.png 
"${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
-}

Copied: bzflag/repos/extra-x86_64/PKGBUILD (from rev 335654, 
bzflag/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-02 21:28:34 UTC (rev 335655)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Kevin Piche 
+# Contributor: Damir Perisa 
+
+pkgname=bzflag
+pkgver=2.4.16
+pkgrel=1
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+arch=('x86_64')
+depends=('curl' 'glew' 'glu' 'sdl' 'c-ares')
+source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
+sha256sums=('ef6166b8d2962ac1dde84bf2ee5899de2c9737006f3e27d60ddf13faa48bc203')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+   cd misc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 misc/bzflag.desktop 
"${pkgdir}"/usr/share/applications/bzflag.desktop
+   install -Dm644 data/bzflag-48x48.png 
"${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
+}


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

2018-10-02 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, October 2, 2018 @ 21:28:10
  Author: bisson
Revision: 335654

upstream update

Modified:
  bzflag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-02 21:23:00 UTC (rev 335653)
+++ PKGBUILD2018-10-02 21:28:10 UTC (rev 335654)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=bzflag
-pkgver=2.4.14
+pkgver=2.4.16
 pkgrel=1
 pkgdesc='Multiplayer 3D tank battle game'
 url='http://bzflag.org/'
@@ -11,7 +11,7 @@
 arch=('x86_64')
 depends=('curl' 'glew' 'glu' 'sdl' 'c-ares')
 
source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
-sha256sums=('b56c777c71d4d1df55446f9de6e9e92801b29d81c39669087ba680ce6645cff5')
+sha256sums=('ef6166b8d2962ac1dde84bf2ee5899de2c9737006f3e27d60ddf13faa48bc203')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-10-02 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, October 2, 2018 @ 21:23:00
  Author: bisson
Revision: 335653

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 335652, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 335652, iana-etc/trunk/PKGBUILD)

--+
 LICENSE  |1 +
 PKGBUILD |   50 ++
 2 files changed, 51 insertions(+)

Copied: iana-etc/repos/testing-any/LICENSE (from rev 335652, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2018-10-02 21:23:00 UTC (rev 335653)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 335652, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-10-02 21:23:00 UTC (rev 335653)
@@ -0,0 +1,50 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20180913
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha256sums=('f5980a78e74ad4eea95eab8cade52e4a9124735f3d67deee8aa7378fcdc6227a'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+pkgver() {
+   cd "${srcdir}"
+   awk -F"[<>]" '/updated/{print$3;nextfile}' * |
+   sort -n | tail -n 1 | tr -d -
+}
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


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

2018-10-02 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, October 2, 2018 @ 21:22:31
  Author: bisson
Revision: 335652

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-02 19:47:09 UTC (rev 335651)
+++ PKGBUILD2018-10-02 21:22:31 UTC (rev 335652)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20180221
+pkgver=20180913
 pkgrel=1
 pkgdesc='/etc/protocols and /etc/services provided by IANA'
 url='http://www.iana.org/protocols'
@@ -12,7 +12,7 @@
 
source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
 
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
 'LICENSE')
-sha256sums=('e0be507688063ececbc13908c7eced6e16c8aca351d8febbeb3dd09f64a82709'
+sha256sums=('f5980a78e74ad4eea95eab8cade52e4a9124735f3d67deee8aa7378fcdc6227a'
 '4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 


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

2018-09-29 Thread Gaëtan Bisson via arch-commits
Date: Sunday, September 30, 2018 @ 05:32:56
  Author: bisson
Revision: 388140

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-30 05:32:40 UTC (rev 388139)
+++ PKGBUILD2018-09-30 05:32:56 UTC (rev 388140)
@@ -1,37 +0,0 @@
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.8.2
-pkgrel=1
-pkgdesc='Divelog program'
-url='https://subsurface-divelog.org/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('cmake' 'asciidoc' 'qt5-tools')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'qt5-svg' 'qt5-location'
- 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('def13086d8611dfe08b68727cf2e6e0914ca462122abcecdd0ff9a85b3c1f9bb')
-
-# qt5-webkit still used for: printing, manual, facebook
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   install -d build
-   cd build
-   cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
-   ..
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface/repos/community-x86_64/PKGBUILD (from rev 388139, 
subsurface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-30 05:32:56 UTC (rev 388140)
@@ -0,0 +1,37 @@
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.8.3
+pkgrel=1
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('cmake' 'asciidoc' 'qt5-tools')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'qt5-svg' 'qt5-location'
+ 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('1184881f50506220b84bf5dc2291078ecaf48a06d47648afda7a62b75a09101e')
+
+# qt5-webkit still used for: printing, manual, facebook
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   install -d build
+   cd build
+   cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
+   ..
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


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

2018-09-29 Thread Gaëtan Bisson via arch-commits
Date: Sunday, September 30, 2018 @ 05:32:23
  Author: bisson
Revision: 388137

upstream update

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-30 05:31:50 UTC (rev 388136)
+++ PKGBUILD2018-09-30 05:32:23 UTC (rev 388137)
@@ -3,7 +3,7 @@
 
 pkgname=subsurface
 _pkgname=Subsurface
-pkgver=4.8.2
+pkgver=4.8.3
 pkgrel=1
 pkgdesc='Divelog program'
 url='https://subsurface-divelog.org/'
@@ -14,7 +14,7 @@
  'subsurface-libdc' 'qt5-svg' 'qt5-location'
  'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('def13086d8611dfe08b68727cf2e6e0914ca462122abcecdd0ff9a85b3c1f9bb')
+sha256sums=('1184881f50506220b84bf5dc2291078ecaf48a06d47648afda7a62b75a09101e')
 
 # qt5-webkit still used for: printing, manual, facebook
 


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

2018-09-29 Thread Gaëtan Bisson via arch-commits
Date: Sunday, September 30, 2018 @ 05:26:32
  Author: bisson
Revision: 388124

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-30 05:26:24 UTC (rev 388123)
+++ PKGBUILD2018-09-30 05:26:32 UTC (rev 388124)
@@ -1,33 +0,0 @@
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.8.2
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='https://github.com/Subsurface-divelog/libdc'
-license=('LGPL')
-arch=('x86_64')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('1ca4801e26768af9bb41363bc17971e249d7717be4143669ac2baa9c8a55f898')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-}
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 388123, 
subsurface-libdc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-30 05:26:32 UTC (rev 388124)
@@ -0,0 +1,33 @@
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.8.3
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='https://github.com/Subsurface-divelog/libdc'
+license=('LGPL')
+arch=('x86_64')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('5e671182226a80410d4f5eeae0d28d9b649cc0a9cc43eb693f1a059ad283156b')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-09-29 Thread Gaëtan Bisson via arch-commits
Date: Sunday, September 30, 2018 @ 05:26:10
  Author: bisson
Revision: 388121

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-30 05:25:35 UTC (rev 388120)
+++ PKGBUILD2018-09-30 05:26:10 UTC (rev 388121)
@@ -3,7 +3,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.8.2
+pkgver=4.8.3
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='https://github.com/Subsurface-divelog/libdc'
@@ -10,7 +10,7 @@
 license=('LGPL')
 arch=('x86_64')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('1ca4801e26768af9bb41363bc17971e249d7717be4143669ac2baa9c8a55f898')
+sha256sums=('5e671182226a80410d4f5eeae0d28d9b649cc0a9cc43eb693f1a059ad283156b')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')


[arch-commits] Commit in ncmpc/repos/extra-x86_64 (3 files)

2018-09-27 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 27, 2018 @ 17:38:25
  Author: bisson
Revision: 335483

archrelease: copy trunk to extra-x86_64

Added:
  ncmpc/repos/extra-x86_64/PKGBUILD
(from rev 335482, ncmpc/trunk/PKGBUILD)
Deleted:
  ncmpc/repos/extra-x86_64/PKGBUILD
  ncmpc/repos/extra-x86_64/progressbar.patch

---+
 PKGBUILD  |   78 
 progressbar.patch |   36 
 2 files changed, 37 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-27 17:37:56 UTC (rev 335482)
+++ PKGBUILD2018-09-27 17:38:25 UTC (rev 335483)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez  
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-# Contributor: Daniel Bainton 
-
-pkgname=ncmpc
-pkgver=0.30
-pkgrel=2
-pkgdesc='Fully featured MPD client using ncurses'
-url='https://www.musicpd.org/clients/ncmpc/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'glib2' 'libmpdclient')
-optdepends=('python2: to enable lyrics plugin'
-'ruby: to enable lyrics plugin')
-makedepends=('meson' 'python-sphinx')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'progressbar.patch')
-sha256sums=('e3fe0cb58b8a77f63fb1645c2f974b334f1614efdc834ec698ee7d861f1b12a3'
-'SKIP'
-'5ccc53da4f8e6a3fa2a2f7abad878bae846737a89cbde550170b25fa46d0292e')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed "s/curses == 'ncursesw'/false/g" -i meson.build
-   patch -p1 -i ../progressbar.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build -Dlyrics_screen=true
-   ninja -C build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: ncmpc/repos/extra-x86_64/PKGBUILD (from rev 335482, 
ncmpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-27 17:38:25 UTC (rev 335483)
@@ -0,0 +1,37 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez  
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+# Contributor: Daniel Bainton 
+
+pkgname=ncmpc
+pkgver=0.31
+pkgrel=1
+pkgdesc='Fully featured MPD client using ncurses'
+url='https://www.musicpd.org/clients/ncmpc/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'glib2' 'libmpdclient')
+optdepends=('python2: to enable lyrics plugin'
+'ruby: to enable lyrics plugin')
+makedepends=('meson' 'python-sphinx')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8d3416c5b99ec21527b506f75bd7e536ddff60e61695b05989e791a751611bcc'
+'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed "s/curses == 'ncursesw'/false/g" -i meson.build
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   arch-meson . build -Dlyrics_screen=true
+   ninja -C build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install
+}

Deleted: progressbar.patch
===
--- progressbar.patch   2018-09-27 17:37:56 UTC (rev 335482)
+++ progressbar.patch   2018-09-27 17:38:25 UTC (rev 335483)
@@ -1,36 +0,0 @@
-From fa73e3faa29af8638d2557c6c808bda9dc67afc2 Mon Sep 17 00:00:00 2001
-From: Aleksi Blinnikka 
-Date: Tue, 10 Apr 2018 02:33:30 +0300
-Subject: [PATCH] Fix blank progressbar when colors are not in use
-
-When moving wbkgd() call in 9c22a95 it was not conditional like it was
-for others (commits 7946611 and 6b337bc), which caused progress bar to
-not show.

- src/ProgressBar.cxx | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/ProgressBar.cxx b/src/ProgressBar.cxx
-index 7ddc72f..02782db 100644
 a/src/ProgressBar.cxx
-+++ b/src/ProgressBar.cxx
-@@ -19,6 +19,7 @@
- 
- #include "ProgressBar.hxx"
- #include "colors.hxx"
-+#include "options.hxx"
- 
- #include 
- 
-@@ -26,7 +27,10 @@ ProgressBar::ProgressBar(Point p, unsigned _width)
-   :window(p, {_width, 1u})
- {
-   leaveok(window.w, true);
--  wbkgd(window.w, COLOR_PAIR(COLOR_PROGRESSBAR));
-+#ifdef ENABLE_COLORS
-+  if (options.enable_colors)
-+  wbkgd(window.w, COLOR_PAIR(COLOR_PROGRESSBAR));
-+#endif
- }
- 
- void


[arch-commits] Commit in ncmpc/trunk (PKGBUILD progressbar.patch)

2018-09-27 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 27, 2018 @ 17:37:56
  Author: bisson
Revision: 335482

upstream update

Modified:
  ncmpc/trunk/PKGBUILD
Deleted:
  ncmpc/trunk/progressbar.patch

---+
 PKGBUILD  |   13 +
 progressbar.patch |   36 
 2 files changed, 5 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-27 17:25:54 UTC (rev 335481)
+++ PKGBUILD2018-09-27 17:37:56 UTC (rev 335482)
@@ -5,8 +5,8 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.30
-pkgrel=2
+pkgver=0.31
+pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
@@ -16,16 +16,13 @@
 'ruby: to enable lyrics plugin')
 makedepends=('meson' 'python-sphinx')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'progressbar.patch')
-sha256sums=('e3fe0cb58b8a77f63fb1645c2f974b334f1614efdc834ec698ee7d861f1b12a3'
-'SKIP'
-'5ccc53da4f8e6a3fa2a2f7abad878bae846737a89cbde550170b25fa46d0292e')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8d3416c5b99ec21527b506f75bd7e536ddff60e61695b05989e791a751611bcc'
+'SKIP')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed "s/curses == 'ncursesw'/false/g" -i meson.build
-   patch -p1 -i ../progressbar.patch
 }
 
 build() {

Deleted: progressbar.patch
===
--- progressbar.patch   2018-09-27 17:25:54 UTC (rev 335481)
+++ progressbar.patch   2018-09-27 17:37:56 UTC (rev 335482)
@@ -1,36 +0,0 @@
-From fa73e3faa29af8638d2557c6c808bda9dc67afc2 Mon Sep 17 00:00:00 2001
-From: Aleksi Blinnikka 
-Date: Tue, 10 Apr 2018 02:33:30 +0300
-Subject: [PATCH] Fix blank progressbar when colors are not in use
-
-When moving wbkgd() call in 9c22a95 it was not conditional like it was
-for others (commits 7946611 and 6b337bc), which caused progress bar to
-not show.

- src/ProgressBar.cxx | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/ProgressBar.cxx b/src/ProgressBar.cxx
-index 7ddc72f..02782db 100644
 a/src/ProgressBar.cxx
-+++ b/src/ProgressBar.cxx
-@@ -19,6 +19,7 @@
- 
- #include "ProgressBar.hxx"
- #include "colors.hxx"
-+#include "options.hxx"
- 
- #include 
- 
-@@ -26,7 +27,10 @@ ProgressBar::ProgressBar(Point p, unsigned _width)
-   :window(p, {_width, 1u})
- {
-   leaveok(window.w, true);
--  wbkgd(window.w, COLOR_PAIR(COLOR_PROGRESSBAR));
-+#ifdef ENABLE_COLORS
-+  if (options.enable_colors)
-+  wbkgd(window.w, COLOR_PAIR(COLOR_PROGRESSBAR));
-+#endif
- }
- 
- void


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

2018-09-27 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 27, 2018 @ 17:23:22
  Author: bisson
Revision: 335479

db-move: moved jfsutils from [extra] to [core] (x86_64)

Added:
  jfsutils/repos/core-x86_64/PKGBUILD
(from rev 335478, jfsutils/repos/extra-x86_64/PKGBUILD)
  jfsutils/repos/core-x86_64/inttypes.patch
(from rev 335478, jfsutils/repos/extra-x86_64/inttypes.patch)
  jfsutils/repos/core-x86_64/sysmacros.patch
(from rev 335478, jfsutils/repos/extra-x86_64/sysmacros.patch)
Deleted:
  jfsutils/repos/core-x86_64/PKGBUILD
  jfsutils/repos/core-x86_64/inttypes.patch
  jfsutils/repos/extra-x86_64/

-+
 /PKGBUILD   |   41 +
 /inttypes.patch |   12 
 core-x86_64/PKGBUILD|   39 ---
 core-x86_64/inttypes.patch  |   12 
 core-x86_64/sysmacros.patch |   15 +++
 5 files changed, 68 insertions(+), 51 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-09-27 14:24:33 UTC (rev 335478)
+++ core-x86_64/PKGBUILD2018-09-27 17:23:22 UTC (rev 335479)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Maintainer: Gaetan Bisson 
-
-pkgname=jfsutils
-pkgver=1.1.15
-pkgrel=5
-pkgdesc='JFS filesystem utilities'
-url='http://jfs.sourceforge.net'
-arch=('x86_64')
-license=('GPL')
-depends=('util-linux')
-source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz;
-'inttypes.patch')
-sha256sums=('244a15f64015ce3ea17e49bdf6e1a0fb4f9af92b82fa9e05aa64cb30b5f07a4d'
-'15ea88350c240b23fe322d4adafbb79c8473b9850495d61efafc7bf68be391b3')
-
-groups=('base')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../inttypes.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --sbindir=/usr/bin 
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: jfsutils/repos/core-x86_64/PKGBUILD (from rev 335478, 
jfsutils/repos/extra-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-09-27 17:23:22 UTC (rev 335479)
@@ -0,0 +1,41 @@
+# Maintainer: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=jfsutils
+pkgver=1.1.15
+pkgrel=6
+pkgdesc='JFS filesystem utilities'
+url='http://jfs.sourceforge.net'
+arch=('x86_64')
+license=('GPL')
+depends=('util-linux')
+source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz;
+'inttypes.patch'
+'sysmacros.patch')
+sha256sums=('244a15f64015ce3ea17e49bdf6e1a0fb4f9af92b82fa9e05aa64cb30b5f07a4d'
+'15ea88350c240b23fe322d4adafbb79c8473b9850495d61efafc7bf68be391b3'
+'fd1a4e794a3bf2ebdb4b81f582e147655d70aadd59689aacea0ccc32c6381a28')
+
+groups=('base')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../inttypes.patch
+   patch -p1 -i ../sysmacros.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --sbindir=/usr/bin 
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: core-x86_64/inttypes.patch
===
--- core-x86_64/inttypes.patch  2018-09-27 14:24:33 UTC (rev 335478)
+++ core-x86_64/inttypes.patch  2018-09-27 17:23:22 UTC (rev 335479)
@@ -1,12 +0,0 @@
-diff -Naur old/libfs/devices.h new/libfs/devices.h
 old/libfs/devices.h2005-11-23 07:43:55.0 +1100
-+++ new/libfs/devices.h2013-01-06 11:30:25.381538024 +1100
-@@ -40,6 +40,8 @@
- #define ERROR_INVALID_PARAMETER   87
- #define ERROR_DISK_FULL   112
- 
-+#include 
-+
- struct stat;
- 
- int ujfs_get_dev_size(FILE *, int64_t * size);

Copied: jfsutils/repos/core-x86_64/inttypes.patch (from rev 335478, 
jfsutils/repos/extra-x86_64/inttypes.patch)
===
--- core-x86_64/inttypes.patch  (rev 0)
+++ core-x86_64/inttypes.patch  2018-09-27 17:23:22 UTC (rev 335479)
@@ -0,0 +1,12 @@
+diff -Naur old/libfs/devices.h new/libfs/devices.h
+--- old/libfs/devices.h2005-11-23 07:43:55.0 +1100
 new/libfs/devices.h2013-01-06 11:30:25.381538024 +1100
+@@ -40,6 +40,8 @@
+ #define ERROR_INVALID_PARAMETER   87
+ #define ERROR_DISK_FULL   112
+ 
++#include 
++
+ struct stat;
+ 
+ int u

[arch-commits] Commit in ntfs-3g/repos/extra-x86_64 (PKGBUILD PKGBUILD mftmirr.patch)

2018-09-27 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 27, 2018 @ 09:16:57
  Author: bisson
Revision: 335465

archrelease: copy trunk to extra-x86_64

Added:
  ntfs-3g/repos/extra-x86_64/PKGBUILD
(from rev 335464, ntfs-3g/trunk/PKGBUILD)
  ntfs-3g/repos/extra-x86_64/mftmirr.patch
(from rev 335464, ntfs-3g/trunk/mftmirr.patch)
Deleted:
  ntfs-3g/repos/extra-x86_64/PKGBUILD

---+
 PKGBUILD  |   99 
 mftmirr.patch |   47 ++
 2 files changed, 98 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-27 09:15:24 UTC (rev 335464)
+++ PKGBUILD2018-09-27 09:16:57 UTC (rev 335465)
@@ -1,48 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Tom Gundersen 
-# Contributor: Ronald van Haren 
-# Contributor: Thomas B�chler 
-
-pkgname=ntfs-3g
-_pkgname=ntfs-3g_ntfsprogs
-pkgver=2017.3.23
-pkgrel=2
-pkgdesc='NTFS filesystem driver and utilities'
-url='https://www.tuxera.com/community/open-source-ntfs-3g/'
-arch=('x86_64')
-license=('GPL2')
-depends=('util-linux' 'fuse2')
-source=("https://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5')
-
-conflicts=('ntfsprogs')
-provides=('ntfsprogs')
-replaces=('ntfsprogs')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
-}
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sbin=/usr/bin \
-   --mandir=/usr/share/man \
-   --disable-ldconfig \
-   --disable-static \
-   --with-fuse=external \
-   --enable-xattr-mappings \
-   --enable-posix-acls \
-   --enable-extras \
-
-   make
-}
-
-package_ntfs-3g() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
-   rm "${pkgdir}"/usr/share/man/man8/ntfsfallocate.8 # uninstalled binary
-   ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
-}

Copied: ntfs-3g/repos/extra-x86_64/PKGBUILD (from rev 335464, 
ntfs-3g/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-27 09:16:57 UTC (rev 335465)
@@ -0,0 +1,51 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2017.3.23
+pkgrel=3
+pkgdesc='NTFS filesystem driver and utilities'
+url='https://www.tuxera.com/community/open-source-ntfs-3g/'
+arch=('x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse2')
+source=("https://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;
+'mftmirr.patch')
+sha256sums=('3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5'
+'4166ff3021921d7a7ffac8f5de64b5735b1d5e365a024744bebc7260cf1ce726')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+   patch -p1 -i ../mftmirr.patch
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-xattr-mappings \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   rm "${pkgdir}"/usr/share/man/man8/ntfsfallocate.8 # uninstalled binary
+   ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
+}

Copied: ntfs-3g/repos/extra-x86_64/mftmirr.patch (from rev 335464, 
ntfs-3g/trunk/mftmirr.patch)
===
--- mftmirr.patch   (rev 0)
+++ mftmirr.patch   2018-09-27 09:16:57 UTC (rev 335465)
@@ -0,0 +1,47 @@
+From 85e208176ffd16ce9a51a9f534b194f0ebbde6e3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= 
+Date: Fri, 22 Dec 2017 11:29:00 +0100
+Subject: [PATCH] Stopped checking matches of MFTMirr against MFT at record 16
+
+Since its 2017 edition, Windows 10 has stopped mirroring $MFT to the
+full size of $MFTMirr leading to mounts of partitions with big clusters
+to be rejecte

[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD mftmirr.patch)

2018-09-27 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 27, 2018 @ 09:15:24
  Author: bisson
Revision: 335464

fix FS#60182

Added:
  ntfs-3g/trunk/mftmirr.patch
Modified:
  ntfs-3g/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 mftmirr.patch |   47 +++
 2 files changed, 53 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-27 09:03:54 UTC (rev 335463)
+++ PKGBUILD2018-09-27 09:15:24 UTC (rev 335464)
@@ -6,14 +6,16 @@
 pkgname=ntfs-3g
 _pkgname=ntfs-3g_ntfsprogs
 pkgver=2017.3.23
-pkgrel=2
+pkgrel=3
 pkgdesc='NTFS filesystem driver and utilities'
 url='https://www.tuxera.com/community/open-source-ntfs-3g/'
 arch=('x86_64')
 license=('GPL2')
 depends=('util-linux' 'fuse2')
-source=("https://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5')
+source=("https://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;
+'mftmirr.patch')
+sha256sums=('3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5'
+'4166ff3021921d7a7ffac8f5de64b5735b1d5e365a024744bebc7260cf1ce726')
 
 conflicts=('ntfsprogs')
 provides=('ntfsprogs')
@@ -22,6 +24,7 @@
 prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+   patch -p1 -i ../mftmirr.patch
 }
 
 build() {

Added: mftmirr.patch
===
--- mftmirr.patch   (rev 0)
+++ mftmirr.patch   2018-09-27 09:15:24 UTC (rev 335464)
@@ -0,0 +1,47 @@
+From 85e208176ffd16ce9a51a9f534b194f0ebbde6e3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= 
+Date: Fri, 22 Dec 2017 11:29:00 +0100
+Subject: [PATCH] Stopped checking matches of MFTMirr against MFT at record 16
+
+Since its 2017 edition, Windows 10 has stopped mirroring $MFT to the
+full size of $MFTMirr leading to mounts of partitions with big clusters
+to be rejected because of mismatches. With this patch, only 16 records
+are checked, though mirroring is still done for all records in $MFTMirr.
+---
+ libntfs-3g/volume.c | 3 ++-
+ ntfsprogs/ntfsfix.c | 5 +
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/libntfs-3g/volume.c b/libntfs-3g/volume.c
+index 68b8ee1d..d36c7d55 100644
+--- a/libntfs-3g/volume.c
 b/libntfs-3g/volume.c
+@@ -959,7 +959,8 @@ ntfs_volume *ntfs_device_mount(struct ntfs_device *dev, 
ntfs_mount_flags flags)
+   vol->mftmirr_size = l;
+   }
+   ntfs_log_debug("Comparing $MFTMirr to $MFT...\n");
+-  for (i = 0; i < vol->mftmirr_size; ++i) {
++  /* Windows 10 does not update the full $MFTMirr any more */
++  for (i = 0; (i < vol->mftmirr_size) && (i < FILE_first_user); ++i) {
+   MFT_RECORD *mrec, *mrec2;
+   const char *ESTR[12] = { "$MFT", "$MFTMirr", "$LogFile",
+   "$Volume", "$AttrDef", "root directory", "$Bitmap",
+diff --git a/ntfsprogs/ntfsfix.c b/ntfsprogs/ntfsfix.c
+index 2a624023..6801e70e 100644
+--- a/ntfsprogs/ntfsfix.c
 b/ntfsprogs/ntfsfix.c
+@@ -506,6 +506,11 @@ static int fix_mftmirr(ntfs_volume *vol)
+ 
+   ntfs_log_info("Comparing $MFTMirr to $MFT... ");
+   done = FALSE;
++  /*
++   * Since 2017, Windows 10 does not mirror to full $MFTMirr when
++   * using big clusters, and some records may be found different.
++   * Nevertheless chkdsk.exe mirrors it fully, so we do similarly.
++   */
+   for (i = 0; i < vol->mftmirr_size; ++i) {
+   MFT_RECORD *mrec, *mrec2;
+   const char *ESTR[12] = { "$MFT", "$MFTMirr", "$LogFile",
+-- 
+2.19.0
+


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

2018-09-26 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, September 26, 2018 @ 23:51:24
  Author: bisson
Revision: 335452

archrelease: copy trunk to extra-x86_64

Added:
  jfsutils/repos/extra-x86_64/
  jfsutils/repos/extra-x86_64/PKGBUILD
(from rev 335451, jfsutils/trunk/PKGBUILD)
  jfsutils/repos/extra-x86_64/inttypes.patch
(from rev 335451, jfsutils/trunk/inttypes.patch)
  jfsutils/repos/extra-x86_64/sysmacros.patch
(from rev 335451, jfsutils/trunk/sysmacros.patch)

-+
 PKGBUILD|   41 +
 inttypes.patch  |   12 
 sysmacros.patch |   15 +++
 3 files changed, 68 insertions(+)

Copied: jfsutils/repos/extra-x86_64/PKGBUILD (from rev 335451, 
jfsutils/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-09-26 23:51:24 UTC (rev 335452)
@@ -0,0 +1,41 @@
+# Maintainer: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=jfsutils
+pkgver=1.1.15
+pkgrel=6
+pkgdesc='JFS filesystem utilities'
+url='http://jfs.sourceforge.net'
+arch=('x86_64')
+license=('GPL')
+depends=('util-linux')
+source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz;
+'inttypes.patch'
+'sysmacros.patch')
+sha256sums=('244a15f64015ce3ea17e49bdf6e1a0fb4f9af92b82fa9e05aa64cb30b5f07a4d'
+'15ea88350c240b23fe322d4adafbb79c8473b9850495d61efafc7bf68be391b3'
+'fd1a4e794a3bf2ebdb4b81f582e147655d70aadd59689aacea0ccc32c6381a28')
+
+groups=('base')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../inttypes.patch
+   patch -p1 -i ../sysmacros.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --sbindir=/usr/bin 
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: jfsutils/repos/extra-x86_64/inttypes.patch (from rev 335451, 
jfsutils/trunk/inttypes.patch)
===
--- extra-x86_64/inttypes.patch (rev 0)
+++ extra-x86_64/inttypes.patch 2018-09-26 23:51:24 UTC (rev 335452)
@@ -0,0 +1,12 @@
+diff -Naur old/libfs/devices.h new/libfs/devices.h
+--- old/libfs/devices.h2005-11-23 07:43:55.0 +1100
 new/libfs/devices.h2013-01-06 11:30:25.381538024 +1100
+@@ -40,6 +40,8 @@
+ #define ERROR_INVALID_PARAMETER   87
+ #define ERROR_DISK_FULL   112
+ 
++#include 
++
+ struct stat;
+ 
+ int ujfs_get_dev_size(FILE *, int64_t * size);

Copied: jfsutils/repos/extra-x86_64/sysmacros.patch (from rev 335451, 
jfsutils/trunk/sysmacros.patch)
===
--- extra-x86_64/sysmacros.patch(rev 0)
+++ extra-x86_64/sysmacros.patch2018-09-26 23:51:24 UTC (rev 335452)
@@ -0,0 +1,15 @@
+https://bugs.gentoo.org/580056
+
+--- a/libfs/devices.c
 b/libfs/devices.c
+@@ -30,6 +30,10 @@
+ #include 
+ #include 
+ 
++#if HAVE_SYS_SYSMACROS_H
++#include 
++#endif
++
+ #ifdef HAVE_SYS_MOUNT_H
+ #ifdef HAVE_SYS_PARAM_H
+ #include 


[arch-commits] Commit in jfsutils/trunk (PKGBUILD sysmacros.patch)

2018-09-26 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, September 26, 2018 @ 23:50:44
  Author: bisson
Revision: 335451

fix FS#60203

Added:
  jfsutils/trunk/sysmacros.patch
Modified:
  jfsutils/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 sysmacros.patch |   15 +++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-26 20:07:55 UTC (rev 335450)
+++ PKGBUILD2018-09-26 23:50:44 UTC (rev 335451)
@@ -3,7 +3,7 @@
 
 pkgname=jfsutils
 pkgver=1.1.15
-pkgrel=5
+pkgrel=6
 pkgdesc='JFS filesystem utilities'
 url='http://jfs.sourceforge.net'
 arch=('x86_64')
@@ -10,9 +10,11 @@
 license=('GPL')
 depends=('util-linux')
 source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz;
-'inttypes.patch')
+'inttypes.patch'
+'sysmacros.patch')
 sha256sums=('244a15f64015ce3ea17e49bdf6e1a0fb4f9af92b82fa9e05aa64cb30b5f07a4d'
-'15ea88350c240b23fe322d4adafbb79c8473b9850495d61efafc7bf68be391b3')
+'15ea88350c240b23fe322d4adafbb79c8473b9850495d61efafc7bf68be391b3'
+'fd1a4e794a3bf2ebdb4b81f582e147655d70aadd59689aacea0ccc32c6381a28')
 
 groups=('base')
 
@@ -19,6 +21,7 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../inttypes.patch
+   patch -p1 -i ../sysmacros.patch
 }
 
 build() {

Added: sysmacros.patch
===
--- sysmacros.patch (rev 0)
+++ sysmacros.patch 2018-09-26 23:50:44 UTC (rev 335451)
@@ -0,0 +1,15 @@
+https://bugs.gentoo.org/580056
+
+--- a/libfs/devices.c
 b/libfs/devices.c
+@@ -30,6 +30,10 @@
+ #include 
+ #include 
+ 
++#if HAVE_SYS_SYSMACROS_H
++#include 
++#endif
++
+ #ifdef HAVE_SYS_MOUNT_H
+ #ifdef HAVE_SYS_PARAM_H
+ #include 


[arch-commits] Commit in nsd/repos/community-x86_64 (8 files)

2018-09-25 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 25, 2018 @ 16:49:26
  Author: bisson
Revision: 384927

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  103 +--
 service|   26 +++---
 sysusers.d |2 -
 tmpfiles.d |4 +-
 4 files changed, 67 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-25 16:48:51 UTC (rev 384926)
+++ PKGBUILD2018-09-25 16:49:26 UTC (rev 384927)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Kaiting Chen 
-# Contributor: Roberto Alsina 
-
-pkgname=nsd
-pkgver=4.1.24
-pkgrel=1
-pkgdesc='Authoritative only, high performance and simple DNS server'
-url='https://www.nlnetlabs.nl/nsd/'
-license=('BSD')
-arch=('x86_64')
-depends=('openssl' 'libevent')
-makedepends=('flex')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'tmpfiles.d'
-'sysusers.d'
-'service')
-sha256sums=('4fb687c8e494610ad8692a127ac101ed73df851142a42766c33de06e54449311'
-'SKIP'
-'0be5badb996297150da49b4c655d801bfba76fd8d7785e0899184c130630fe66'
-'6490660d5d4b3e28e16d73e50e35a786a4114991739fac461ebc60465c79'
-'5ec7616df32c29ddec25a6ec772db5053e234410cf1042f2945d0f554b1f9b65')
-
-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
-   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
-   install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/nsd.service
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/nsd.conf
-   install -Dm644 ../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/nsd.conf
-}

Copied: nsd/repos/community-x86_64/PKGBUILD (from rev 384926, 
nsd/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-25 16:49:26 UTC (rev 384927)
@@ -0,0 +1,51 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Kaiting Chen 
+# Contributor: Roberto Alsina 
+
+pkgname=nsd
+pkgver=4.1.25
+pkgrel=1
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='https://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+arch=('x86_64')
+depends=('openssl' 'libevent')
+makedepends=('flex')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'tmpfiles.d'
+'sysusers.d'
+'service')
+sha256sums=('8f5bff5a03c396afd7be575806cde1217e884c189fa34445e0ca4793df7f'
+'SKIP'
+'0be5badb996297150da49b4c655d801bfba76fd8d7785e0899184c130630fe66'
+'6490660d5d4b3e28e16d73e50e35a786a4114991739fac461ebc60465c79'
+'5ec7616df32c29ddec25a6ec772db5053e234410cf1042f2945d0f554b1f9b65')
+
+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
+   rmdir "${pkgdir}"/{tmp,run/{nsd,}}
+
+   rm doc/differences.pdf
+   install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
+   install -m644 doc/* "${pkgdir}"

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

2018-09-25 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 25, 2018 @ 16:48:51
  Author: bisson
Revision: 384926

upstream update

Modified:
  nsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-25 16:43:45 UTC (rev 384925)
+++ PKGBUILD2018-09-25 16:48:51 UTC (rev 384926)
@@ -3,7 +3,7 @@
 # Contributor: Roberto Alsina 
 
 pkgname=nsd
-pkgver=4.1.24
+pkgver=4.1.25
 pkgrel=1
 pkgdesc='Authoritative only, high performance and simple DNS server'
 url='https://www.nlnetlabs.nl/nsd/'
@@ -16,7 +16,7 @@
 'tmpfiles.d'
 'sysusers.d'
 'service')
-sha256sums=('4fb687c8e494610ad8692a127ac101ed73df851142a42766c33de06e54449311'
+sha256sums=('8f5bff5a03c396afd7be575806cde1217e884c189fa34445e0ca4793df7f'
 'SKIP'
 '0be5badb996297150da49b4c655d801bfba76fd8d7785e0899184c130630fe66'
 '6490660d5d4b3e28e16d73e50e35a786a4114991739fac461ebc60465c79'


[arch-commits] Commit in feh/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-20 Thread Gaëtan Bisson via arch-commits
Date: Friday, September 21, 2018 @ 00:11:24
  Author: bisson
Revision: 335153

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-21 00:10:18 UTC (rev 335152)
+++ PKGBUILD2018-09-21 00:11:24 UTC (rev 335153)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.27.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats'
-'jpegexiforient: set exif rotation tag')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('6ec338f80c3f4c30d715f44780f1a09ebfbb99e92a1bb43316428744a839f383'
-'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 335152, feh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-21 00:11:24 UTC (rev 335153)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.28
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats'
+'jpegexiforient: set exif rotation tag')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('13d22d7c5fe5057612ce3df88857aee89fcab9c8cd6fd4f95a42fe6bf851d3d9'
+'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"
+}


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

2018-09-20 Thread Gaëtan Bisson via arch-commits
Date: Friday, September 21, 2018 @ 00:10:18
  Author: bisson
Revision: 335152

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-20 23:53:10 UTC (rev 335151)
+++ PKGBUILD2018-09-21 00:10:18 UTC (rev 335152)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.27.1
+pkgver=2.28
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('6ec338f80c3f4c30d715f44780f1a09ebfbb99e92a1bb43316428744a839f383'
+sha256sums=('13d22d7c5fe5057612ce3df88857aee89fcab9c8cd6fd4f95a42fe6bf851d3d9'
 'SKIP')
 
 build() {


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

2018-09-20 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 20, 2018 @ 22:05:29
  Author: bisson
Revision: 335149

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 335148, mutt/trunk/PKGBUILD)
  mutt/repos/extra-x86_64/a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
(from rev 335148, mutt/trunk/a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD
  mutt/repos/extra-x86_64/a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch

+
 PKGBUILD   |  107 ++--
 a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch |  538 +++
 2 files changed, 322 insertions(+), 323 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-20 22:04:43 UTC (rev 335148)
+++ PKGBUILD2018-09-20 22:05:29 UTC (rev 335149)
@@ -1,54 +0,0 @@
-# $Id$
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.10.1
-pkgrel=3
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch')
-sha256sums=('734a3883158ec3d180cf6538d8bd7f685ce641d2cdef657aa0038f76e79a54a0'
-'SKIP'
-'21ae6f739801f07728d770ac7365f696b6d0ec81cda8b6cd1a5b3c81a3bb0f2f')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --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}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 335148, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-20 22:05:29 UTC (rev 335149)
@@ -0,0 +1,53 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.10.1
+pkgrel=4
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch')
+sha256sums=('734a3883158ec3d180cf6538d8bd7f685ce641d2cdef657aa0038f76e79a54a0'
+'SKIP'
+'21ae6f739801f07728d770ac7365f696b6d0ec81cda8b6cd1a5b3c81a3bb0f2f')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --with-curses=/usr \
+   --with-regex \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}

Deleted: a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
===
--- a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch  2018-09-20 22:04:43 UTC 
(rev 335148)
+++ a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch  

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

2018-09-20 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 20, 2018 @ 22:04:43
  Author: bisson
Revision: 335148

implement FS#60086

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-20 21:28:17 UTC (rev 335147)
+++ PKGBUILD2018-09-20 22:04:43 UTC (rev 335148)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.10.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -10,7 +10,7 @@
 backup=('etc/Muttrc')
 arch=('x86_64')
 optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch')
@@ -39,7 +39,7 @@
--with-gss=/usr \
--with-ssl=/usr \
--with-sasl \
-   --with-idn \
+   --with-idn2 \
 
make
 }


[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-20 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 20, 2018 @ 19:16:57
  Author: bisson
Revision: 335143

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 335142, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-20 19:16:30 UTC (rev 335142)
+++ PKGBUILD2018-09-20 19:16:57 UTC (rev 335143)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.3.2
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 335142, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-20 19:16:57 UTC (rev 335143)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.3.2
+pkgrel=2
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


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

2018-09-20 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 20, 2018 @ 19:16:30
  Author: bisson
Revision: 335142

implement FS#60084

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-20 19:07:56 UTC (rev 335141)
+++ PKGBUILD2018-09-20 19:16:30 UTC (rev 335142)
@@ -4,12 +4,12 @@
 
 pkgname=whois
 pkgver=5.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Intelligent WHOIS client'
 url='https://github.com/rfc1036/whois'
 license=('GPL')
 arch=('x86_64')
-depends=('libidn')
+depends=('libidn2')
 makedepends=('perl')
 
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
 sha256sums=('79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354')


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

2018-09-17 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 18, 2018 @ 03:37:40
  Author: bisson
Revision: 382879

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   75 ++---
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 03:37:14 UTC (rev 382878)
+++ PKGBUILD2018-09-18 03:37:40 UTC (rev 382879)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.8.1
-pkgrel=1
-pkgdesc='Divelog program'
-url='https://subsurface-divelog.org/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('cmake' 'asciidoc' 'qt5-tools')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'qt5-svg' 'qt5-location'
- 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('a26d821bd53b5c9dd1a410dc77d5af2b4e0157858061b527d3c8cb5700d7a81c')
-
-# qt5-webkit still used for: printing, manual, facebook
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   install -d build
-   cd build
-   cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
-   ..
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface/repos/community-x86_64/PKGBUILD (from rev 382878, 
subsurface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 03:37:40 UTC (rev 382879)
@@ -0,0 +1,37 @@
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('cmake' 'asciidoc' 'qt5-tools')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'qt5-svg' 'qt5-location'
+ 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('def13086d8611dfe08b68727cf2e6e0914ca462122abcecdd0ff9a85b3c1f9bb')
+
+# qt5-webkit still used for: printing, manual, facebook
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   install -d build
+   cd build
+   cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
+   ..
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


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

2018-09-17 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 18, 2018 @ 03:37:14
  Author: bisson
Revision: 382878

upstream update

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:36:49 UTC (rev 382877)
+++ PKGBUILD2018-09-18 03:37:14 UTC (rev 382878)
@@ -3,7 +3,7 @@
 
 pkgname=subsurface
 _pkgname=Subsurface
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 pkgdesc='Divelog program'
 url='https://subsurface-divelog.org/'
@@ -14,7 +14,7 @@
  'subsurface-libdc' 'qt5-svg' 'qt5-location'
  'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('a26d821bd53b5c9dd1a410dc77d5af2b4e0157858061b527d3c8cb5700d7a81c')
+sha256sums=('def13086d8611dfe08b68727cf2e6e0914ca462122abcecdd0ff9a85b3c1f9bb')
 
 # qt5-webkit still used for: printing, manual, facebook
 


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

2018-09-17 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 18, 2018 @ 03:36:49
  Author: bisson
Revision: 382877

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   63 +++--
 1 file changed, 33 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 03:36:21 UTC (rev 382876)
+++ PKGBUILD2018-09-18 03:36:49 UTC (rev 382877)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.8.1
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='https://github.com/Subsurface-divelog/libdc'
-license=('LGPL')
-arch=('x86_64')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('7e4bc836150cd82378d2a8b2a42d1e44dbac98d4aa69b6cf6e54a6eb1e02dff4')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 382876, 
subsurface-libdc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 03:36:49 UTC (rev 382877)
@@ -0,0 +1,33 @@
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='https://github.com/Subsurface-divelog/libdc'
+license=('LGPL')
+arch=('x86_64')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('1ca4801e26768af9bb41363bc17971e249d7717be4143669ac2baa9c8a55f898')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-09-17 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 18, 2018 @ 03:36:21
  Author: bisson
Revision: 382876

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:35:17 UTC (rev 382875)
+++ PKGBUILD2018-09-18 03:36:21 UTC (rev 382876)
@@ -3,7 +3,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='https://github.com/Subsurface-divelog/libdc'
@@ -10,15 +10,19 @@
 license=('LGPL')
 arch=('x86_64')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('7e4bc836150cd82378d2a8b2a42d1e44dbac98d4aa69b6cf6e54a6eb1e02dff4')
+sha256sums=('1ca4801e26768af9bb41363bc17971e249d7717be4143669ac2baa9c8a55f898')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')
 replaces=('libdivecomputer')
 
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+}
+
 build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
./configure --prefix=/usr
make
 }


[arch-commits] Commit in ntfs-3g/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-15 Thread Gaëtan Bisson via arch-commits
Date: Saturday, September 15, 2018 @ 22:51:27
  Author: bisson
Revision: 334647

archrelease: copy trunk to extra-x86_64

Added:
  ntfs-3g/repos/extra-x86_64/PKGBUILD
(from rev 334646, ntfs-3g/trunk/PKGBUILD)
Deleted:
  ntfs-3g/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   95 ++---
 1 file changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-15 22:50:50 UTC (rev 334646)
+++ PKGBUILD2018-09-15 22:51:27 UTC (rev 334647)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tom Gundersen 
-# Contributor: Ronald van Haren 
-# Contributor: Thomas B�chler 
-
-pkgname=ntfs-3g
-_pkgname=ntfs-3g_ntfsprogs
-pkgver=2017.3.23
-pkgrel=1
-pkgdesc='NTFS filesystem driver and utilities'
-url='https://www.tuxera.com/community/open-source-ntfs-3g/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('util-linux' 'fuse2')
-source=("https://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5')
-
-conflicts=('ntfsprogs')
-provides=('ntfsprogs')
-replaces=('ntfsprogs')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
-}
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sbin=/usr/bin \
-   --mandir=/usr/share/man \
-   --disable-ldconfig \
-   --disable-static \
-   --with-fuse=external \
-   --enable-posix-acls \
-   --enable-extras \
-
-   make
-}
-
-package_ntfs-3g() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
-   ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
-}

Copied: ntfs-3g/repos/extra-x86_64/PKGBUILD (from rev 334646, 
ntfs-3g/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-15 22:51:27 UTC (rev 334647)
@@ -0,0 +1,48 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2017.3.23
+pkgrel=2
+pkgdesc='NTFS filesystem driver and utilities'
+url='https://www.tuxera.com/community/open-source-ntfs-3g/'
+arch=('x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse2')
+source=("https://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-xattr-mappings \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   rm "${pkgdir}"/usr/share/man/man8/ntfsfallocate.8 # uninstalled binary
+   ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
+}


<    5   6   7   8   9   10   11   12   13   14   >