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

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Friday, August 24, 2018 @ 05:09:26
  Author: eschwartz
Revision: 373491

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 373490, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  170 +++--
 1 file changed, 87 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-24 05:09:06 UTC (rev 373490)
+++ PKGBUILD2018-08-24 05:09:26 UTC (rev 373491)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=3.29.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
- 'python2-mechanize' 'podofo' 'libwmf' 'jxrlib'
- 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'sip' 'xdg-utils')
-checkdepends=('xorg-server-xvfb')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('d0577e507e4e7244ce3f3f06acc3b0f3ffb87d26e32d79bfb520872251dc49e4'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files
-  rm -rf resources/${pkgname}-portable.*
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  # without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
-  # ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
-  LANG='en_US.UTF-8' xvfb-run python2 setup.py test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 373490, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-24 05:09:26 UTC (rev 373491)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=3.30.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
+ 'python2-mechanize' 'podofo' 'libwmf' 'jxrlib'
+ 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
+makedepends=('qt5-x11extras' 'sip' 

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

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Friday, August 24, 2018 @ 05:09:06
  Author: eschwartz
Revision: 373490

upgpkg: calibre 3.30.0-1

upstream release
fix $srcdir references in every python bytecode file

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 23:18:47 UTC (rev 373489)
+++ PKGBUILD2018-08-24 05:09:06 UTC (rev 373490)
@@ -8,7 +8,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=3.29.0
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
@@ -29,7 +29,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('d0577e507e4e7244ce3f3f06acc3b0f3ffb87d26e32d79bfb520872251dc49e4'
+sha256sums=('df7d540f99a061698a4ffcd7216c3a33fb266a5cbf511536cad7e268e730fc48'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 
@@ -78,6 +78,10 @@
   cp -a man-pages/ "${pkgdir}/usr/share/man"
 
   # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
+  # This is kind of ugly but removes traces of the build root.
+  while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python2 -m compileall -d "${_destdir}" "${_file}"
+python2 -O -m compileall -d "${_destdir}" "${_file}"
+  done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
 }


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

2018-08-23 Thread Gaëtan Bisson via arch-commits
Date: Friday, August 24, 2018 @ 05:03:05
  Author: bisson
Revision: 332898

archrelease: copy trunk to testing-x86_64

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

-+
 PKGBUILD|  103 ++
 PKGBUILD.snap   |  109 ++
 openssl-1.1.0.patch | 1950 ++
 sshd.conf   |1 
 sshd.pam|6 
 sshd.service|   17 
 sshd.socket |   10 
 sshd@.service   |9 
 sshdgenkeys.service |   15 
 9 files changed, 2220 insertions(+)

Copied: openssh/repos/testing-x86_64/PKGBUILD (from rev 332897, 
openssh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-24 05:03:05 UTC (rev 332898)
@@ -0,0 +1,103 @@
+# $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}-${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 

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

2018-08-23 Thread Gaëtan Bisson via arch-commits
Date: Friday, August 24, 2018 @ 05:02:21
  Author: bisson
Revision: 332897

upstream update

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

-+
 PKGBUILD|   12 --
 PKGBUILD.snap   |2 
 openssl-1.1.0.patch |  203 --
 tuntap.patch|   35 
 4 files changed, 105 insertions(+), 147 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-24 04:48:59 UTC (rev 332896)
+++ PKGBUILD2018-08-24 05:02:21 UTC (rev 332897)
@@ -4,8 +4,8 @@
 # Contributor: judd 
 
 pkgname=openssh
-pkgver=7.7p1
-pkgrel=2
+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')
@@ -17,7 +17,6 @@
 validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
 
source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'openssl-1.1.0.patch'
-'tuntap.patch'
 'sshdgenkeys.service'
 'sshd@.service'
 'sshd.service'
@@ -24,10 +23,9 @@
 'sshd.socket'
 'sshd.conf'
 'sshd.pam')
-sha256sums=('d73be7e684e99efcd024be15a30bffcbe41b012b2f7b3c9084aed621775e6b8f'
+sha256sums=('1a484bb15152c183bb2514e112aa30dd34138c3cfb032eee5490a66c507144ca'
 'SKIP'
-'fa91849cc3161916f563bda5413676342e0bcc2705857e9d01b73c70e4904adf'
-'bd3698425ece4853d67a9f9e934d37ad22948754c9b82e0a872eb854e94220ce'
+'d92e3d759b4b5c536aaddf95891bf3baa3a589b4897c56b90103088e1d8f8ebd'
 '4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
 '3a0845737207f4eda221c9c9fb64e766ade9684562d8ba4f705f7ae6826886e5'
 'c5ed9fa629f8f8dbf3bae4edbad4441c36df535088553fe82695c52d7bde30aa'
@@ -42,8 +40,6 @@
 
# 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 ../tuntap.patch
 }
 
 build() {

Modified: PKGBUILD.snap
===
--- PKGBUILD.snap   2018-08-24 04:48:59 UTC (rev 332896)
+++ PKGBUILD.snap   2018-08-24 05:02:21 UTC (rev 332897)
@@ -6,7 +6,7 @@
 pkgname=openssh
 pkgver=7.7snap20180330
 pkgrel=1
-pkgdesc='Free version of the SSH connectivity tools'
+pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
 url='https://www.openssh.com/portable.html'
 license=('custom:BSD')
 arch=('x86_64')

Modified: openssl-1.1.0.patch
===
--- openssl-1.1.0.patch 2018-08-24 04:48:59 UTC (rev 332896)
+++ openssl-1.1.0.patch 2018-08-24 05:02:21 UTC (rev 332897)
@@ -1,6 +1,6 @@
 diff -aurp old/auth-pam.c new/auth-pam.c
 old/auth-pam.c 2018-03-22 16:21:14.0 -1000
-+++ new/auth-pam.c 2018-03-23 10:05:03.886621278 -1000
+--- 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
@@ -13,9 +13,9 @@
  
  struct pam_ctxt {
 diff -aurp old/cipher.c new/cipher.c
 old/cipher.c   2018-03-22 16:21:14.0 -1000
-+++ new/cipher.c   2018-03-23 10:05:03.886621278 -1000
-@@ -297,7 +297,10 @@ cipher_init(struct sshcipher_ctx **ccp,
+--- 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;
}
}
@@ -27,7 +27,7 @@
ret = SSH_ERR_LIBCRYPTO_ERROR;
goto out;
}
-@@ -483,7 +486,7 @@ cipher_get_keyiv(struct sshcipher_ctx *c
+@@ -485,7 +488,7 @@ cipher_get_keyiv(struct sshcipher_ctx *c
   len, iv))
   return SSH_ERR_LIBCRYPTO_ERROR;
} else
@@ -36,7 +36,7 @@
  #endif
return 0;
  }
-@@ -517,14 +520,19 @@ cipher_set_keyiv(struct sshcipher_ctx *c
+@@ -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
@@ -60,8 +60,8 @@
  
  int
 diff -aurp old/cipher.h new/cipher.h
 old/cipher.h   2018-03-22 16:21:14.0 -1000
-+++ new/cipher.h   2018-03-23 10:05:03.886621278 -1000
+--- old/cipher.h   2018-08-22 22:41:42.0 -0700
 new/cipher.h   2018-08-23 21:31:53.327926112 -0700
 @@ -46,7 +46,18 @@
  #define CIPHER_DECRYPT0
  
@@ -82,9 +82,9 @@
  const struct sshcipher *cipher_by_name(const char *);
  const char *cipher_warning_message(const struct sshcipher_ctx *);
 diff -aurp 

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

2018-08-23 Thread Gaëtan Bisson via arch-commits
Date: Friday, August 24, 2018 @ 04:48:59
  Author: bisson
Revision: 332896

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

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

--+
 /PKGBUILD|   53 +
 core-x86_64/PKGBUILD |   53 -
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-08-24 04:38:41 UTC (rev 332895)
+++ core-x86_64/PKGBUILD2018-08-24 04:48:59 UTC (rev 332896)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.9.10
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://www.sdaoden.eu/code.html#s-nail'
-license=('custom:BSD')
-arch=('x86_64')
-depends=('openssl' 'krb5' 'libidn2')
-optdepends=('smtp-forwarder: for sending mail')
-validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD')
-source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('a60f465a4d55b556ccd3e922b8053f0b05cb5fbf6a7c16a064f51b6c77cce9c2'
-'SKIP')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CFLAGS+=" $CPPFLAGS"
-   make \
-   VAL_PREFIX=/usr \
-   VAL_SYSCONFDIR=/etc \
-   VAL_LIBEXECDIR=/usr/lib \
-   VAL_MAIL=/var/spool/mail \
-   VAL_SID= VAL_MAILX=mail \
-   OPT_AUTOCC=0 \
-   config
-
-   make MAKEJOBS=--jobs build
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test < /dev/null
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -sf mail "${pkgdir}"/usr/bin/mailx
-   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: s-nail/repos/core-x86_64/PKGBUILD (from rev 332895, 
s-nail/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-08-24 04:48:59 UTC (rev 332896)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.9.11
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('openssl' 'krb5' 'libidn2')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('258d818449da889c5fc4976215698a817c0a3818fb77dd565fa9fe6afed0023e'
+'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   VAL_PREFIX=/usr \
+   VAL_SYSCONFDIR=/etc \
+   VAL_LIBEXECDIR=/usr/lib \
+   VAL_MAIL=/var/spool/mail \
+   VAL_SID= VAL_MAILX=mail \
+   OPT_AUTOCC=0 \
+   config
+
+   make MAKEJOBS=--jobs build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test < /dev/null
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in noise-repellent/repos (2 files)

2018-08-23 Thread David Runge via arch-commits
Date: Thursday, August 23, 2018 @ 23:18:47
  Author: dvzrv
Revision: 373489

archrelease: copy trunk to community-x86_64

Added:
  noise-repellent/repos/community-x86_64/
  noise-repellent/repos/community-x86_64/PKGBUILD
(from rev 373488, noise-repellent/trunk/PKGBUILD)

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

Copied: noise-repellent/repos/community-x86_64/PKGBUILD (from rev 373488, 
noise-repellent/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-08-23 23:18:47 UTC (rev 373489)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=noise-repellent
+pkgver=0.1.4
+pkgrel=2
+pkgdesc="An lv2 plug-in for broadband noise reduction"
+arch=('x86_64')
+url="https://github.com/lucianodato/noise-repellent;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fftw')
+makedepends=('lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lucianodato/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('9194d0923f6128f3628d6ee008991629ff20e693a94ba672f628bb2affb973592608c976696a48b2ff41d5001603be2844988defe66fb39ff31f103b55dc6c57')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  export PREFIX=/usr
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


[arch-commits] Commit in (4 files)

2018-08-23 Thread David Runge via arch-commits
Date: Thursday, August 23, 2018 @ 23:16:59
  Author: dvzrv
Revision: 373488

Adding noise-repellent from the AUR.

Added:
  noise-repellent/
  noise-repellent/repos/
  noise-repellent/trunk/
  noise-repellent/trunk/PKGBUILD

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

Added: noise-repellent/trunk/PKGBUILD
===
--- noise-repellent/trunk/PKGBUILD  (rev 0)
+++ noise-repellent/trunk/PKGBUILD  2018-08-23 23:16:59 UTC (rev 373488)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=noise-repellent
+pkgver=0.1.4
+pkgrel=2
+pkgdesc="An lv2 plug-in for broadband noise reduction"
+arch=('x86_64')
+url="https://github.com/lucianodato/noise-repellent;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fftw')
+makedepends=('lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lucianodato/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('9194d0923f6128f3628d6ee008991629ff20e693a94ba672f628bb2affb973592608c976696a48b2ff41d5001603be2844988defe66fb39ff31f103b55dc6c57')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  export PREFIX=/usr
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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


[arch-commits] Commit in aurpublish/repos/community-any (PKGBUILD PKGBUILD)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 22:57:36
  Author: eschwartz
Revision: 373487

archrelease: copy trunk to community-any

Added:
  aurpublish/repos/community-any/PKGBUILD
(from rev 373486, aurpublish/trunk/PKGBUILD)
Deleted:
  aurpublish/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 22:57:16 UTC (rev 373486)
+++ PKGBUILD2018-08-23 22:57:36 UTC (rev 373487)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-
-pkgname=aurpublish
-pkgver=r20.g8664477
-pkgrel=1
-pkgdesc="PKGBUILD management/upload framework for the Arch User Repository"
-arch=('any')
-url="https://github.com/eli-schwartz/${pkgname};
-license=('GPL')
-depends=('git' 'openssh')
-_commit=86644774c1a764ef54c374d728ab4514232d6c1d
-source=("git+${url}.git?signed#commit=${_commit}")
-sha512sums=('SKIP')
-validpgpkeys=('BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B') # Eli Schwartz 

-
-pkgver() {
-cd "${srcdir}"/${pkgname}
-
-printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
-}
-
-build() {
-cd "${srcdir}"/${pkgname}
-
-make PREFIX=/usr
-}
-
-package() {
-cd "${srcdir}"/${pkgname}
-
-make PREFIX=/usr DESTDIR="${pkgdir}" install
-}

Copied: aurpublish/repos/community-any/PKGBUILD (from rev 373486, 
aurpublish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 22:57:36 UTC (rev 373487)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgname=aurpublish
+pkgver=r24.ga630272
+pkgrel=1
+pkgdesc="PKGBUILD management/upload framework for the Arch User Repository"
+arch=('any')
+url="https://github.com/eli-schwartz/${pkgname};
+license=('GPL')
+depends=('git' 'openssh')
+_commit=a6302723da4780119db4eb345a9c550c6d5838db
+source=("git+${url}.git?signed#commit=${_commit}")
+sha512sums=('SKIP')
+validpgpkeys=('BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B') # Eli Schwartz 

+
+pkgver() {
+cd "${srcdir}"/${pkgname}
+
+printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+build() {
+cd "${srcdir}"/${pkgname}
+
+make PREFIX=/usr
+}
+
+package() {
+cd "${srcdir}"/${pkgname}
+
+make PREFIX=/usr DESTDIR="${pkgdir}" install
+}


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

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 22:57:16
  Author: eschwartz
Revision: 373486

upgpkg: aurpublish r24.ga630272-1

now with shell completions

Modified:
  aurpublish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 21:13:32 UTC (rev 373485)
+++ PKGBUILD2018-08-23 22:57:16 UTC (rev 373486)
@@ -2,7 +2,7 @@
 # Maintainer: Eli Schwartz 
 
 pkgname=aurpublish
-pkgver=r20.g8664477
+pkgver=r24.ga630272
 pkgrel=1
 pkgdesc="PKGBUILD management/upload framework for the Arch User Repository"
 arch=('any')
@@ -9,7 +9,7 @@
 url="https://github.com/eli-schwartz/${pkgname};
 license=('GPL')
 depends=('git' 'openssh')
-_commit=86644774c1a764ef54c374d728ab4514232d6c1d
+_commit=a6302723da4780119db4eb345a9c550c6d5838db
 source=("git+${url}.git?signed#commit=${_commit}")
 sha512sums=('SKIP')
 validpgpkeys=('BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B') # Eli Schwartz 



[arch-commits] Commit in polkit/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-08-23 Thread Jan de Groot via arch-commits
Date: Thursday, August 23, 2018 @ 22:13:06
  Author: jgc
Revision: 332894

archrelease: copy trunk to testing-x86_64

Added:
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 332893, polkit/trunk/PKGBUILD)

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

Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 332893, 
polkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-23 22:13:06 UTC (rev 332894)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.115+3+g8638ec5
+pkgrel=1
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(x86_64)
+license=(LGPL)
+url="https://www.freedesktop.org/wiki/Software/polkit/;
+depends=(glib2 pam expat systemd js52)
+makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
+_commit=8638ec5cd534dcc616b68e5b0744c493c0c71dc9  # master~2
+source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 373705b35e7f6c7dc83de5e0a3ce11ecd15d0409
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc --with-os-type=redhat
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -d -o root -g 102 -m 750 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf" <

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

2018-08-23 Thread Jan de Groot via arch-commits
Date: Thursday, August 23, 2018 @ 22:13:03
  Author: jgc
Revision: 332893

upgpkg: polkit 0.115+3+g8638ec5-1

Modified:
  polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 22:08:19 UTC (rev 332892)
+++ PKGBUILD2018-08-23 22:13:03 UTC (rev 332893)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=polkit
-pkgver=0.114
+pkgver=0.115+3+g8638ec5
 pkgrel=1
 pkgdesc="Application development toolkit for controlling system-wide 
privileges"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 url="https://www.freedesktop.org/wiki/Software/polkit/;
 depends=(glib2 pam expat systemd js52)
 makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
-_commit=ed06baed179166389d536420a6fc532781d48178  # tags/0.114^0
+_commit=8638ec5cd534dcc616b68e5b0744c493c0c71dc9  # master~2
 source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-08-23 Thread Jan de Groot via arch-commits
Date: Thursday, August 23, 2018 @ 22:08:19
  Author: jgc
Revision: 332892

archrelease: copy trunk to extra-x86_64

Added:
  libytnef/repos/extra-x86_64/PKGBUILD
(from rev 332891, libytnef/trunk/PKGBUILD)
Deleted:
  libytnef/repos/extra-x86_64/CVE-2017-9058.patch
  libytnef/repos/extra-x86_64/PKGBUILD

-+
 CVE-2017-9058.patch |   13 -
 PKGBUILD|   71 --
 2 files changed, 35 insertions(+), 49 deletions(-)

Deleted: CVE-2017-9058.patch
===
--- CVE-2017-9058.patch 2018-08-23 22:08:16 UTC (rev 332891)
+++ CVE-2017-9058.patch 2018-08-23 22:08:19 UTC (rev 332892)
@@ -1,13 +0,0 @@
-Index: ytnef/lib/ytnef.c
-===
 ytnef.orig/lib/ytnef.c
-+++ ytnef/lib/ytnef.c
-@@ -57,7 +57,7 @@
- 
- #define ALLOCCHECK(x) { if(!x) { printf("Out of Memory at %s : %i\n", 
__FILE__, __LINE__); return(-1); } }
- #define ALLOCCHECK_CHAR(x) { if(!x) { printf("Out of Memory at %s : %i\n", 
__FILE__, __LINE__); return(NULL); } }
--#define SIZECHECK(x) { if char *)d - (char *)data) + x) > size) {  
printf("Corrupted file detected at %s : %i\n", __FILE__, __LINE__); return(-1); 
} }
-+#define SIZECHECK(x) { if char *)d - (char *)data) + x) >= size) {  
printf("Corrupted file detected at %s : %i\n", __FILE__, __LINE__); return(-1); 
} }
- 
- int TNEFFillMapi(TNEFStruct *TNEF, BYTE *data, DWORD size, MAPIProps *p);
- void SetFlip(void);

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 22:08:16 UTC (rev 332891)
+++ PKGBUILD2018-08-23 22:08:19 UTC (rev 332892)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Andre Klitzing 
-
-pkgname=libytnef
-pkgver=1.9.2
-pkgrel=2
-pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)"
-url="https://github.com/Yeraze/ytnef;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('perl')
-optdepends=('perl: ytnefprocess.pl script')
-source=(https://github.com/Yeraze/ytnef/archive/v${pkgver}.tar.gz
-CVE-2017-9058.patch)
-sha256sums=('48f7d7272ba74b267d3f98a1b14c81fef54cfb53460346d7c36a9604df1f95ad'
-'d2fcf8e9c3253f8a56006b2e622b527a37c4352487cdfc86719eb3fb719318ed')
-
-prepare() {
-  cd ytnef-${pkgver}
-  patch -Np1 -i ../CVE-2017-9058.patch
-}
-
-build() {
-  cd ytnef-${pkgver}
-  ./autogen.sh
-  autoreconf -fi
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ytnef-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: libytnef/repos/extra-x86_64/PKGBUILD (from rev 332891, 
libytnef/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 22:08:19 UTC (rev 332892)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andre Klitzing 
+
+pkgname=libytnef
+pkgver=1.9.3+7+g24fe30e
+pkgrel=1
+pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)"
+url="https://github.com/Yeraze/ytnef;
+license=('GPL')
+arch=('x86_64')
+depends=('glibc')
+makedepends=('perl' git)
+optdepends=('perl: ytnefprocess.pl script')
+_commit=24fe30e592a7a840b415dbbc16ba47c7a882bb38  # master
+source=("git+https://github.com/Yeraze/ytnef/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ytnef
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd ytnef
+  ./autogen.sh
+  autoreconf -fi
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ytnef
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libytnef/trunk (CVE-2017-9058.patch PKGBUILD)

2018-08-23 Thread Jan de Groot via arch-commits
Date: Thursday, August 23, 2018 @ 22:08:16
  Author: jgc
Revision: 332891

upgpkg: libytnef 1.9.3+7+g24fe30e-1

Modified:
  libytnef/trunk/PKGBUILD
Deleted:
  libytnef/trunk/CVE-2017-9058.patch

-+
 CVE-2017-9058.patch |   13 -
 PKGBUILD|   23 +++
 2 files changed, 11 insertions(+), 25 deletions(-)

Deleted: CVE-2017-9058.patch
===
--- CVE-2017-9058.patch 2018-08-23 22:06:00 UTC (rev 332890)
+++ CVE-2017-9058.patch 2018-08-23 22:08:16 UTC (rev 332891)
@@ -1,13 +0,0 @@
-Index: ytnef/lib/ytnef.c
-===
 ytnef.orig/lib/ytnef.c
-+++ ytnef/lib/ytnef.c
-@@ -57,7 +57,7 @@
- 
- #define ALLOCCHECK(x) { if(!x) { printf("Out of Memory at %s : %i\n", 
__FILE__, __LINE__); return(-1); } }
- #define ALLOCCHECK_CHAR(x) { if(!x) { printf("Out of Memory at %s : %i\n", 
__FILE__, __LINE__); return(NULL); } }
--#define SIZECHECK(x) { if char *)d - (char *)data) + x) > size) {  
printf("Corrupted file detected at %s : %i\n", __FILE__, __LINE__); return(-1); 
} }
-+#define SIZECHECK(x) { if char *)d - (char *)data) + x) >= size) {  
printf("Corrupted file detected at %s : %i\n", __FILE__, __LINE__); return(-1); 
} }
- 
- int TNEFFillMapi(TNEFStruct *TNEF, BYTE *data, DWORD size, MAPIProps *p);
- void SetFlip(void);

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 22:06:00 UTC (rev 332890)
+++ PKGBUILD2018-08-23 22:08:16 UTC (rev 332891)
@@ -3,27 +3,26 @@
 # Contributor: Andre Klitzing 
 
 pkgname=libytnef
-pkgver=1.9.2
-pkgrel=2
+pkgver=1.9.3+7+g24fe30e
+pkgrel=1
 pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)"
 url="https://github.com/Yeraze/ytnef;
 license=('GPL')
 arch=('x86_64')
 depends=('glibc')
-makedepends=('perl')
+makedepends=('perl' git)
 optdepends=('perl: ytnefprocess.pl script')
-source=(https://github.com/Yeraze/ytnef/archive/v${pkgver}.tar.gz
-CVE-2017-9058.patch)
-sha256sums=('48f7d7272ba74b267d3f98a1b14c81fef54cfb53460346d7c36a9604df1f95ad'
-'d2fcf8e9c3253f8a56006b2e622b527a37c4352487cdfc86719eb3fb719318ed')
+_commit=24fe30e592a7a840b415dbbc16ba47c7a882bb38  # master
+source=("git+https://github.com/Yeraze/ytnef/#commit=$_commit;)
+sha256sums=('SKIP')
 
-prepare() {
-  cd ytnef-${pkgver}
-  patch -Np1 -i ../CVE-2017-9058.patch
+pkgver() {
+  cd ytnef
+  git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
 build() {
-  cd ytnef-${pkgver}
+  cd ytnef
   ./autogen.sh
   autoreconf -fi
   ./configure --prefix=/usr --disable-static
@@ -31,6 +30,6 @@
 }
 
 package() {
-  cd ytnef-${pkgver}
+  cd ytnef
   make DESTDIR="$pkgdir" install
 }


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

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 22:06:00
  Author: arojas
Revision: 332890

archrelease: copy trunk to extra-x86_64

Added:
  oxygen/repos/extra-x86_64/PKGBUILD
(from rev 332889, oxygen/trunk/PKGBUILD)
Deleted:
  oxygen/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 22:05:40 UTC (rev 332889)
+++ PKGBUILD2018-08-23 22:06:00 UTC (rev 332890)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=oxygen
-pkgname=(oxygen oxygen-kde4)
-pkgver=5.13.4
-pkgrel=1
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-makedepends=(frameworkintegration kcmutils kdecoration extra-cmake-modules 
kdoctools kdelibs automoc4 kwayland)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('426e621984e64f77ea477a1397550d3fcd2ef10efb3dc564a16d39b249fa6500'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-  cd ..
-
-  cd build-kde4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DUSE_KDE4=ON
-  make
-}
-
-package_oxygen() {
-  pkgdesc='KDE Oxygen style'
-  depends=(frameworkintegration kdecoration kcmutils kwayland 
hicolor-icon-theme)
-  conflicts=(oxygen-cursors)
-  replaces=(oxygen-cursors)
-  groups=(plasma)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_oxygen-kde4() {
-  pkgdesc='KDE Oxygen style for KDE4 applications'
-  depends=(kdelibs)
-
-  cd build-kde4
-  make DESTDIR="$pkgdir" install
-
-  # needed so that pure Qt4 apps are correctly themed
-  install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: oxygen/repos/extra-x86_64/PKGBUILD (from rev 332889, 
oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 22:06:00 UTC (rev 332890)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=oxygen
+pkgdesc='KDE Oxygen style'
+pkgver=5.13.4
+pkgrel=2
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(frameworkintegration kdecoration kwayland hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools kcmutils)
+optdepends=('kcmutils: for oxygen-settings5')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('426e621984e64f77ea477a1397550d3fcd2ef10efb3dc564a16d39b249fa6500'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+  cd ..
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 22:05:40
  Author: arojas
Revision: 332889

Drop KDE4 support

Modified:
  oxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 22:00:20 UTC (rev 332888)
+++ PKGBUILD2018-08-23 22:05:40 UTC (rev 332889)
@@ -3,14 +3,17 @@
 # Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 
-pkgbase=oxygen
-pkgname=(oxygen oxygen-kde4)
+pkgname=oxygen
+pkgdesc='KDE Oxygen style'
 pkgver=5.13.4
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-makedepends=(frameworkintegration kcmutils kdecoration extra-cmake-modules 
kdoctools kdelibs automoc4 kwayland)
+depends=(frameworkintegration kdecoration kwayland hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools kcmutils)
+optdepends=('kcmutils: for oxygen-settings5')
+groups=(plasma)
 
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('426e621984e64f77ea477a1397550d3fcd2ef10efb3dc564a16d39b249fa6500'
 'SKIP')
@@ -20,45 +23,20 @@
   '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

 
 prepare() {
-  mkdir -p build{,-kde4}
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
+  cmake ../$pkgbase-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF
   make
   cd ..
-
-  cd build-kde4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DUSE_KDE4=ON
-  make
 }
 
-package_oxygen() {
-  pkgdesc='KDE Oxygen style'
-  depends=(frameworkintegration kdecoration kcmutils kwayland 
hicolor-icon-theme)
-  conflicts=(oxygen-cursors)
-  replaces=(oxygen-cursors)
-  groups=(plasma)
-
+package() {
   cd build
   make DESTDIR="$pkgdir" install
 }
-
-package_oxygen-kde4() {
-  pkgdesc='KDE Oxygen style for KDE4 applications'
-  depends=(kdelibs)
-
-  cd build-kde4
-  make DESTDIR="$pkgdir" install
-
-  # needed so that pure Qt4 apps are correctly themed
-  install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}


[arch-commits] Commit in gegl/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2018-08-23 Thread Jan de Groot via arch-commits
Date: Thursday, August 23, 2018 @ 22:00:20
  Author: jgc
Revision: 332888

archrelease: copy trunk to testing-x86_64

Added:
  gegl/repos/testing-x86_64/PKGBUILD
(from rev 332887, gegl/trunk/PKGBUILD)
Deleted:
  gegl/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |  109 ++---
 1 file changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 22:00:17 UTC (rev 332887)
+++ PKGBUILD2018-08-23 22:00:20 UTC (rev 332888)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=gegl
-pkgver=0.4.4
-pkgrel=3
-pkgdesc="Graph based image processing framework"
-arch=('x86_64')
-url="http://www.gegl.org/;
-license=('GPL3' 'LGPL3')
-depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 
'librsvg' 'libtiff' 'lua' 'jasper' 'lensfun' 'suitesparse')
-makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg' 'exiv2' 'vala' 'python2' 
'gobject-introspection' 'git')
-optdepends=('ffmpeg: ffmpeg plugin')
-_commit=e786ee8f5a357c7a153ef9f1a76b61e2604960f7  # master
-source=("git+https://gitlab.gnome.org/GNOME/gegl.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GEGL_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd ${pkgname}
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
-  cd ${pkgname}
-  ./configure  --prefix=/usr  --with-sdl --with-librsvg \
---with-libavformat --with-jasper --disable-docs \
---enable-workshop
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
-  cd ${pkgname}
-  make -k check || :
-}
-
-package() {
-  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gegl/repos/testing-x86_64/PKGBUILD (from rev 332887, 
gegl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 22:00:20 UTC (rev 332888)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gegl
+pkgver=0.4.8
+pkgrel=1
+pkgdesc="Graph based image processing framework"
+arch=('x86_64')
+url="http://www.gegl.org/;
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 
'librsvg' 'libtiff' 'lua' 'jasper' 'lensfun' 'suitesparse')
+makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg' 'exiv2' 'vala' 'python2' 
'gobject-introspection' 'git')
+optdepends=('ffmpeg: ffmpeg plugin')
+_commit=4d634fe907eb7973c732b34b0d5641943f93e086  # tags/GEGL_0_4_8^0
+source=("git+https://gitlab.gnome.org/GNOME/gegl.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GEGL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd ${pkgname}
+  git cherry-pick -n c1c3541caab485384087bbbcf1c83ef2d5bd4d43
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  ./configure  --prefix=/usr  --with-sdl --with-librsvg \
+--with-libavformat --with-jasper --disable-docs \
+--enable-workshop
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make -k check || :
+}
+
+package() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}


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

2018-08-23 Thread Jan de Groot via arch-commits
Date: Thursday, August 23, 2018 @ 22:00:17
  Author: jgc
Revision: 332887

upgpkg: gegl 0.4.8-1

Modified:
  gegl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 21:59:50 UTC (rev 332886)
+++ PKGBUILD2018-08-23 22:00:17 UTC (rev 332887)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Isenmann 
 
 pkgname=gegl
-pkgver=0.4.4
-pkgrel=3
+pkgver=0.4.8
+pkgrel=1
 pkgdesc="Graph based image processing framework"
 arch=('x86_64')
 url="http://www.gegl.org/;
@@ -11,7 +11,7 @@
 depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 
'librsvg' 'libtiff' 'lua' 'jasper' 'lensfun' 'suitesparse')
 makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg' 'exiv2' 'vala' 'python2' 
'gobject-introspection' 'git')
 optdepends=('ffmpeg: ffmpeg plugin')
-_commit=e786ee8f5a357c7a153ef9f1a76b61e2604960f7  # master
+_commit=4d634fe907eb7973c732b34b0d5641943f93e086  # tags/GEGL_0_4_8^0
 source=("git+https://gitlab.gnome.org/GNOME/gegl.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -25,6 +25,7 @@
   ln -s /usr/bin/python2 path/python
 
   cd ${pkgname}
+  git cherry-pick -n c1c3541caab485384087bbbcf1c83ef2d5bd4d43
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 21:59:50
  Author: arojas
Revision: 332886

archrelease: copy trunk to extra-x86_64

Added:
  breeze/repos/extra-x86_64/PKGBUILD
(from rev 332885, breeze/trunk/PKGBUILD)
Deleted:
  breeze/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 21:59:23 UTC (rev 332885)
+++ PKGBUILD2018-08-23 21:59:50 UTC (rev 332886)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=breeze
-pkgname=(breeze breeze-kde4)
-pkgver=5.13.4
-pkgrel=1
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-makedepends=(extra-cmake-modules frameworkintegration kdelibs automoc4 
kdecoration kcmutils plasma-framework)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('04e157d3468a85190cb7c8acff09c382830d9c15fc53200394359d393f6aaccf'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-
-  cd ../build-kde4
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_breeze() {
-  depends=(frameworkintegration kdecoration breeze-icons kwayland 
hicolor-icon-theme)
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
-   'breeze-gtk: Breeze widget style for GTK applications'
-   'kcmutils: for breeze-settings')
-  groups=(plasma)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_breeze-kde4() {
-  pkgdesc='Breeze widget style for KDE4 applications'
-  depends=(kdelibs)
-
-  cd build-kde4
-  make DESTDIR="$pkgdir" install
-
-  # needed for pure Qt4 apps
-  install -d "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: breeze/repos/extra-x86_64/PKGBUILD (from rev 332885, 
breeze/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 21:59:50 UTC (rev 332886)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=breeze
+pkgver=5.13.4
+pkgrel=2
+arch=(x86_64)
+pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma 
Desktop'
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(frameworkintegration kdecoration breeze-icons kwayland 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kcmutils)
+optdepends=('breeze-gtk: Breeze widget style for GTK applications'
+'kcmutils: for breeze-settings')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('04e157d3468a85190cb7c8acff09c382830d9c15fc53200394359d393f6aaccf'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 21:59:23
  Author: arojas
Revision: 332885

Drop KDE4 support

Modified:
  breeze/trunk/PKGBUILD

--+
 PKGBUILD |   46 --
 1 file changed, 12 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 21:42:05 UTC (rev 332884)
+++ PKGBUILD2018-08-23 21:59:23 UTC (rev 332885)
@@ -3,15 +3,19 @@
 # Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 
-pkgbase=breeze
-pkgname=(breeze breeze-kde4)
+pkgname=breeze
 pkgver=5.13.4
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
+pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma 
Desktop'
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-makedepends=(extra-cmake-modules frameworkintegration kdelibs automoc4 
kdecoration kcmutils plasma-framework)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig})
+depends=(frameworkintegration kdecoration breeze-icons kwayland 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kcmutils)
+optdepends=('breeze-gtk: Breeze widget style for GTK applications'
+'kcmutils: for breeze-settings')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('04e157d3468a85190cb7c8acff09c382830d9c15fc53200394359d393f6aaccf'
 'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
@@ -20,45 +24,19 @@
   '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

 
 prepare() {
-  mkdir -p build{,-kde4}
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../$pkgbase-$pkgver \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF
   make
-
-  cd ../build-kde4
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
 }
 
-package_breeze() {
-  depends=(frameworkintegration kdecoration breeze-icons kwayland 
hicolor-icon-theme)
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
-   'breeze-gtk: Breeze widget style for GTK applications'
-   'kcmutils: for breeze-settings')
-  groups=(plasma)
-
+package() {
   cd build
   make DESTDIR="$pkgdir" install
 }
-
-package_breeze-kde4() {
-  pkgdesc='Breeze widget style for KDE4 applications'
-  depends=(kdelibs)
-
-  cd build-kde4
-  make DESTDIR="$pkgdir" install
-
-  # needed for pure Qt4 apps
-  install -d "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}


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

2018-08-23 Thread Jan de Groot via arch-commits
Date: Thursday, August 23, 2018 @ 21:42:02
  Author: jgc
Revision: 332883

upgpkg: babl 0.1.56-1

Modified:
  babl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 21:36:01 UTC (rev 332882)
+++ PKGBUILD2018-08-23 21:42:02 UTC (rev 332883)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Isenmann 
 
 pkgname=babl
-pkgver=0.1.52
+pkgver=0.1.56
 pkgrel=1
 pkgdesc="Dynamic, any to any, pixel format conversion library"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(LGPL3)
 depends=(glibc)
 makedepends=(git)
-_commit=1953d1ec2a750959c155b8f14b29c591a5450cb9  # master
+_commit=0449b887bd57ecb3dff1fa931410b3fb13cf4858  # tags/BABL_0_1_56^0
 source=("git+https://gitlab.gnome.org/GNOME/babl.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-08-23 Thread Jan de Groot via arch-commits
Date: Thursday, August 23, 2018 @ 21:42:05
  Author: jgc
Revision: 332884

archrelease: copy trunk to extra-x86_64

Added:
  babl/repos/extra-x86_64/PKGBUILD
(from rev 332883, babl/trunk/PKGBUILD)
Deleted:
  babl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 21:42:02 UTC (rev 332883)
+++ PKGBUILD2018-08-23 21:42:05 UTC (rev 332884)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=babl
-pkgver=0.1.52
-pkgrel=1
-pkgdesc="Dynamic, any to any, pixel format conversion library"
-arch=(x86_64)
-url="http://gegl.org/babl/;
-license=(LGPL3)
-depends=(glibc)
-makedepends=(git)
-_commit=1953d1ec2a750959c155b8f14b29c591a5450cb9  # master
-source=("git+https://gitlab.gnome.org/GNOME/babl.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-# Don't port to meson until babl's runtime cpu detection works there
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^BABL_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C $pkgname install
-}
-
-# vim:set sw=2 et:

Copied: babl/repos/extra-x86_64/PKGBUILD (from rev 332883, babl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 21:42:05 UTC (rev 332884)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=babl
+pkgver=0.1.56
+pkgrel=1
+pkgdesc="Dynamic, any to any, pixel format conversion library"
+arch=(x86_64)
+url="http://gegl.org/babl/;
+license=(LGPL3)
+depends=(glibc)
+makedepends=(git)
+_commit=0449b887bd57ecb3dff1fa931410b3fb13cf4858  # tags/BABL_0_1_56^0
+source=("git+https://gitlab.gnome.org/GNOME/babl.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+# Don't port to meson until babl's runtime cpu detection works there
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^BABL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  make -C $pkgname check
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+}
+
+# vim:set sw=2 et:


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

2018-08-23 Thread Jan de Groot via arch-commits
Date: Thursday, August 23, 2018 @ 21:35:57
  Author: jgc
Revision: 332881

upgpkg: iso-codes 3.79-1

Modified:
  iso-codes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 21:13:49 UTC (rev 332880)
+++ PKGBUILD2018-08-23 21:35:57 UTC (rev 332881)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=iso-codes
-pkgver=3.76
+pkgver=3.79
 pkgrel=1
 pkgdesc="Lists of the country, language, and currency names"
 arch=('any')
@@ -9,8 +9,8 @@
 url="https://pkg-isocodes.alioth.debian.org/;
 license=('LGPL')
 makedepends=('python' git)
-_commit=466dd437f40ec20d328dc5bf9ac57b64c4f954ab  # tags/iso-codes-3.76
-source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit;)
+_commit=c1d5dd96b33cb815ebc21d2708bc045b1545249d  # tags/iso-codes-3.79^0
+source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2018-08-23 Thread Jan de Groot via arch-commits
Date: Thursday, August 23, 2018 @ 21:36:01
  Author: jgc
Revision: 332882

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 332881, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 21:35:57 UTC (rev 332881)
+++ PKGBUILD2018-08-23 21:36:01 UTC (rev 332882)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.76
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-makedepends=('python' git)
-_commit=466dd437f40ec20d328dc5bf9ac57b64c4f954ab  # tags/iso-codes-3.76
-source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 332881, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 21:36:01 UTC (rev 332882)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.79
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+makedepends=('python' git)
+_commit=c1d5dd96b33cb815ebc21d2708bc045b1545249d  # tags/iso-codes-3.79^0
+source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in nvidia-lts/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 23, 2018 @ 21:12:03
  Author: svenstaro
Revision: 332877

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-lts/repos/staging-x86_64/
  nvidia-lts/repos/staging-x86_64/PKGBUILD
(from rev 332876, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/staging-x86_64/PKGBUILD (from rev 332876, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-08-23 21:12:03 UTC (rev 332877)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=396.54
+_extramodules=extramodules-4.14-lts
+pkgrel=1
+epoch=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.14.63')
+provides=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('17139abe99d4f32ec87379ee57af2cc0fec7d24605b2be7e3cd6609d9fcdf871e3c1cb7414b3544e14eb32d2213fec7ac45b3261f27c8d6565d510ccb14a1247')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+pkgdesc="NVIDIA drivers for linux-lts"
+depends=('linux-lts>=4.14.63' "nvidia-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}


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

2018-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 23, 2018 @ 21:11:55
  Author: svenstaro
Revision: 332876

upgpkg: nvidia-lts 1:396.54-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 21:10:45 UTC (rev 332875)
+++ PKGBUILD2018-08-23 21:11:55 UTC (rev 332876)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-lts
-pkgver=396.51
+pkgver=396.54
 _extramodules=extramodules-4.14-lts
-pkgrel=2
+pkgrel=1
 epoch=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -14,7 +14,7 @@
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('961c1a5b27a0f6cb54e387133a8d4038ddda0df39e70e84a637d8d64eaeb4ec937e37d6a737179d72750785614d20ade5e99f0668e3d53fef2cfa70241de4fe3')
+sha512sums=('17139abe99d4f32ec87379ee57af2cc0fec7d24605b2be7e3cd6609d9fcdf871e3c1cb7414b3544e14eb32d2213fec7ac45b3261f27c8d6565d510ccb14a1247')
 
 prepare() {
 sh "${_pkg}.run" --extract-only


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

2018-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 23, 2018 @ 21:10:39
  Author: svenstaro
Revision: 332874

upgpkg: nvidia 396.54-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 21:04:45 UTC (rev 332873)
+++ PKGBUILD2018-08-23 21:10:39 UTC (rev 332874)
@@ -5,9 +5,9 @@
 
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
-pkgver=396.51
+pkgver=396.54
 _extramodules=extramodules-ARCH
-pkgrel=6
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -17,7 +17,7 @@
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
 kernel-4.16.patch)
-sha256sums=('6add8c3782bdf276b4a5a5bcea102ceff8e90cf3fc2439dde9d5e60d557ac0d6'
+sha256sums=('7c3e3c9ca6aea31ad2613ef9cb6a4510d95d61b698f084e55adcc0611ee9eec3'
 '622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
 
 prepare() {


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

2018-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 23, 2018 @ 21:10:45
  Author: svenstaro
Revision: 332875

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 332874, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 332874, nvidia/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   87 
 kernel-4.16.patch |   33 +++
 2 files changed, 120 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 332874, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-08-23 21:10:45 UTC (rev 332875)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=396.54
+_extramodules=extramodules-ARCH
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.18' 
'linux-headers<4.19')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch)
+sha256sums=('7c3e3c9ca6aea31ad2613ef9cb6a4510d95d61b698f084e55adcc0611ee9eec3'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.18' 'linux<4.19' "nvidia-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia=$pkgver")
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/kernel-4.16.patch (from rev 332874, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-08-23 21:10:45 UTC (rev 332875)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the phys_to_dma function is present.
+ #
+ CODE="

[arch-commits] Commit in lib32-nvidia-utils/repos (2 files)

2018-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 23, 2018 @ 21:07:20
  Author: svenstaro
Revision: 373484

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-staging-x86_64/
  lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD
(from rev 373483, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD (from rev 
373483, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2018-08-23 21:07:20 UTC (rev 373484)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
+pkgver=396.54
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+#makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('17139abe99d4f32ec87379ee57af2cc0fec7d24605b2be7e3cd6609d9fcdf871e3c1cb7414b3544e14eb32d2213fec7ac45b3261f27c8d6565d510ccb14a1247')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('lib32-opencl-driver')
+
+cd "${_pkg}"/32
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
+optdepends=('lib32-opencl-nvidia')
+conflicts=('lib32-nvidia-libgl')
+provides=('lib32-vulkan-driver' 'lib32-opengl-driver' 'lib32-nvidia-libgl')
+replaces=('lib32-nvidia-libgl')
+
+cd "${_pkg}"/32
+
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
+
+# OpenGL libraries
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
+
+# misc
+install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}"
+install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}"
+install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}"
+install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
+install -D -m755 "libnvidia-glvkspirv.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glvkspirv.so.${pkgver}"
+
+# VDPAU
+install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
+
+# nvidia-tls library
+install -D -m755 "libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
+install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/tls/libnvidia-tls.so.${pkgver}"
+
+# CUDA
+install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"
+install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}"
+
+# PTX JIT Compiler (Parallel Thread Execution (PTX) is a pseudo-assembly 

[arch-commits] Commit in lib32-nvidia-utils/trunk (PKGBUILD)

2018-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 23, 2018 @ 21:07:13
  Author: svenstaro
Revision: 373483

upgpkg: lib32-nvidia-utils 396.54-1

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 20:56:21 UTC (rev 373482)
+++ PKGBUILD2018-08-23 21:07:13 UTC (rev 373483)
@@ -6,7 +6,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=396.51
+pkgver=396.54
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -15,7 +15,7 @@
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('961c1a5b27a0f6cb54e387133a8d4038ddda0df39e70e84a637d8d64eaeb4ec937e37d6a737179d72750785614d20ade5e99f0668e3d53fef2cfa70241de4fe3')
+sha512sums=('17139abe99d4f32ec87379ee57af2cc0fec7d24605b2be7e3cd6609d9fcdf871e3c1cb7414b3544e14eb32d2213fec7ac45b3261f27c8d6565d510ccb14a1247')
 
 create_links() {
 # create soname links


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

2018-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 23, 2018 @ 21:04:45
  Author: svenstaro
Revision: 332873

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-utils/repos/staging-x86_64/
  nvidia-utils/repos/staging-x86_64/PKGBUILD
(from rev 332872, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-x86_64/nvidia-drm-outputclass.conf
(from rev 332872, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.install
(from rev 332872, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.sysusers
(from rev 332872, nvidia-utils/trunk/nvidia-utils.sysusers)

-+
 PKGBUILD|  170 ++
 nvidia-drm-outputclass.conf |   15 +++
 nvidia-utils.install|7 +
 nvidia-utils.sysusers   |1 
 4 files changed, 193 insertions(+)

Copied: nvidia-utils/repos/staging-x86_64/PKGBUILD (from rev 332872, 
nvidia-utils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-08-23 21:04:45 UTC (rev 332873)
@@ -0,0 +1,170 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'opencl-nvidia')
+pkgver=396.54
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=('nvidia-drm-outputclass.conf'
+'nvidia-utils.sysusers'
+
"https://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('c49d246a519731bfab9d22afa5c2dd2d366db06d80182738b84881e93cd697c783f16ee04819275c05597bb063451a5d6102fbc562cd078d2a374533a23cea48'
+
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
+
'17139abe99d4f32ec87379ee57af2cc0fec7d24605b2be7e3cd6609d9fcdf871e3c1cb7414b3544e14eb32d2213fec7ac45b3261f27c8d6565d510ccb14a1247')
+
+
+create_links() {
+# create soname links
+find "$pkgdir" -type f -name '*.so*' ! -path '*xorg/*' -print0 | while 
read -d $'\0' _lib; do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+
+sed -i 's/__NV_VK_ICD__/libGLX_nvidia.so.0/' nvidia_icd.json.template
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server' 'libglvnd' 'egl-wayland')
+optdepends=('nvidia-settings: configuration tool'
+'xorg-server-devel: nvidia-xconfig'
+'opencl-nvidia: OpenCL support')
+conflicts=('nvidia-libgl')
+provides=('vulkan-driver' 'opengl-driver' 'nvidia-libgl')
+replaces=('nvidia-libgl')
+install="${pkgname}.install"
+
+cd "${_pkg}"
+
+# X driver
+install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
+
+# GLX extension module for X
+install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so.${pkgver}"
+ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so.1"
# X doesn't find glx otherwise
+ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so"  
# X doesn't find glx otherwise
+
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLX_nvidia.so.${pkgver}"
+# now in mesa driver
+#ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLX_indirect.so.0"
+
+# OpenGL libraries
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv2_nvidia.so.${pkgver}"
+install -D -m644 "10_nvidia.json" 

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

2018-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 23, 2018 @ 21:04:34
  Author: svenstaro
Revision: 332872

upgpkg: nvidia-utils 396.54-1

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 20:01:10 UTC (rev 332871)
+++ PKGBUILD2018-08-23 21:04:34 UTC (rev 332872)
@@ -5,7 +5,7 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=396.51
+pkgver=396.54
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -17,7 +17,7 @@
 
"https://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
 
sha512sums=('c49d246a519731bfab9d22afa5c2dd2d366db06d80182738b84881e93cd697c783f16ee04819275c05597bb063451a5d6102fbc562cd078d2a374533a23cea48'
 
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
-
'961c1a5b27a0f6cb54e387133a8d4038ddda0df39e70e84a637d8d64eaeb4ec937e37d6a737179d72750785614d20ade5e99f0668e3d53fef2cfa70241de4fe3')
+
'17139abe99d4f32ec87379ee57af2cc0fec7d24605b2be7e3cd6609d9fcdf871e3c1cb7414b3544e14eb32d2213fec7ac45b3261f27c8d6565d510ccb14a1247')
 
 
 create_links() {


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

2018-08-23 Thread Christian Hesse via arch-commits
Date: Thursday, August 23, 2018 @ 20:56:21
  Author: eworm
Revision: 373482

archrelease: copy trunk to community-x86_64

Added:
  uriparser/repos/community-x86_64/PKGBUILD
(from rev 373481, uriparser/trunk/PKGBUILD)
Deleted:
  uriparser/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 20:56:18 UTC (rev 373481)
+++ PKGBUILD2018-08-23 20:56:21 UTC (rev 373482)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Juan Pablo Gonzalez Tognarelli 
-
-pkgname=uriparser
-pkgver=0.8.5
-pkgrel=1
-pkgdesc='uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode'
-url='https://github.com/uriparser/uriparser'
-makedepends=('doxygen' 'graphviz')
-arch=('x86_64')
-license=('custom')
-source=("https://github.com/uriparser/uriparser/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('58eacd5c03d9e341c04eb0b30831faec89f3b415949ff8d72254e63432352cdd')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-test
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -D -m0644 "COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: uriparser/repos/community-x86_64/PKGBUILD (from rev 373481, 
uriparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 20:56:21 UTC (rev 373482)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Juan Pablo Gonzalez Tognarelli 
+
+pkgname=uriparser
+pkgver=0.8.6
+pkgrel=1
+pkgdesc='uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode'
+url='https://github.com/uriparser/uriparser'
+makedepends=('doxygen' 'graphviz')
+arch=('x86_64')
+license=('custom')
+source=("https://github.com/uriparser/uriparser/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('0709a7e572417db763f0356250d91686c19a64ab48e9da9f5a1e8055dc2a4a54')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-test
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -D -m0644 "COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-08-23 Thread Christian Hesse via arch-commits
Date: Thursday, August 23, 2018 @ 20:56:18
  Author: eworm
Revision: 373481

upgpkg: uriparser 0.8.6-1

new upstream release

Modified:
  uriparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 20:42:29 UTC (rev 373480)
+++ PKGBUILD2018-08-23 20:56:18 UTC (rev 373481)
@@ -3,7 +3,7 @@
 # Contributor: Juan Pablo Gonzalez Tognarelli 
 
 pkgname=uriparser
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc='uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode'
 url='https://github.com/uriparser/uriparser'
@@ -11,7 +11,7 @@
 arch=('x86_64')
 license=('custom')
 
source=("https://github.com/uriparser/uriparser/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('58eacd5c03d9e341c04eb0b30831faec89f3b415949ff8d72254e63432352cdd')
+sha256sums=('0709a7e572417db763f0356250d91686c19a64ab48e9da9f5a1e8055dc2a4a54')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2018-08-23 Thread Bruno Pagani via arch-commits
Date: Thursday, August 23, 2018 @ 20:42:22
  Author: archange
Revision: 373479

upgpkg: hdf5-openmpi 1.10.3-1

Modified:
  hdf5-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |   84 +++--
 1 file changed, 38 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 20:36:20 UTC (rev 373478)
+++ PKGBUILD2018-08-23 20:42:22 UTC (rev 373479)
@@ -10,78 +10,70 @@
 _pkgname=hdf5
 _mpi=openmpi
 pkgname=${_pkgname}-${_mpi}
-pkgver=1.10.2
-pkgrel=2
+pkgver=1.10.3
+pkgrel=1
 pkgdesc="General purpose library and file format for storing scientific data 
(${_mpi} version)"
 arch=('x86_64')
-url="https://www.hdfgroup.org/HDF5/;
+url="https://www.hdfgroup.org/hdf5;
 license=('custom')
 depends=('zlib' 'libaec' 'bash' 'openmpi')
-makedepends=('time' 'gcc-fortran')
+makedepends=('cmake' 'time' 'gcc-fortran')
 provides=('hdf5' 'hdf5-cpp-fortran' "hdf5-fortran-${_mpi}")
 conflicts=('hdf5')
 replaces=("hdf5-fortran-${_mpi}")
 
source=("https://support.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver:0:4}/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2;
 'mpi.patch')
-md5sums=('41fb9347801b546fba323523a1c1af51'
+md5sums=('56c5039103c51a40e493b43c504ce982'
  'dfa8dd50b8a7ebb3ad7249c627156cf9')
-sha256sums=('1cad5b7bfdf128dfc53cd16fba48f6e7ae4e93c75c371d9ec8dfc4df0c1fcb71'
+sha256sums=('c65cdcce4724a57fd3f8da9f0d109b497be30092acb9fac634d1291190d905a9'
 '603006358175b7a8b35fa44c484cddf45c0381cf50db4fb7c50ea5969d361eca')
 
 prepare() {
+mkdir -p build
+
 cd ${_pkgname}-${pkgver/_/-}
-# Fix building with GCC 8.1
-sed 's/\(.*\)(void) HDF_NO_UBSAN/HDF_NO_UBSAN \1(void)/' -i src/H5detect.c
-
 # FS#33343
 patch -p1 -i ../mpi.patch
 }
 
 build() {
-cd ${_pkgname}-${pkgver/_/-}
-./configure \
-CXX="mpicxx" \
-CC="mpicc" \
-FC="mpif90" \
-F9X="mpif90" \
-RUNPARALLEL="mpirun" \
-OMPI_MCA_disable_memory_allocator=1 \
---prefix=/usr \
---docdir=/usr/share/doc/hdf5/ \
---disable-static \
---disable-sharedlib-rpath \
---enable-build-mode=production \
---enable-hl \
---enable-cxx \
---enable-fortran \
---enable-parallel \
---enable-unsupported \
---with-pic \
---with-zlib \
---with-szlib
-make
+cd build
+CXX="mpicxx" \
+CC="mpicc" \
+FC="mpif90" \
+F9X="mpif90" \
+RUNPARALLEL="mpirun" \
+OMPI_MCA_disable_memory_allocator=1 \
+cmake ../${_pkgname}-${pkgver/_/-} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DALLOW_UNSUPPORTED=ON \
+-DHDF5_BUILD_HL_LIB=ON \
+-DHDF5_BUILD_CPP_LIB=ON \
+-DHDF5_BUILD_FORTRAN=ON \
+-DHDF5_ENABLE_PARALLEL=ON \
+-DHDF5_ENABLE_Z_LIB_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_ENCODING=ON
+cmake --build . --config Release
 }
 
 check() {
-cd ${_pkgname}-${pkgver/_/-}
-# Without this, checks are failing with messages like “error while loading 
shared libraries: libhdf5.so.101: cannot open shared object file: No such file 
or directory”
-export LD_LIBRARY_PATH="${srcdir}"/${pkgname}-${pkgver/_/-}/src/.libs/
-export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/c++/src/.libs/
-export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/fortran/src/.libs/
-export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/src/.libs/
-export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/c++/src/.libs/
-export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/fortran/src/.libs/
-# This is a parallel build, they are always OpenMPI bugs
-make check || warning "Tests failed"
+cd build
+# Three expected test failures 
(https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.3/src/hdf5-1.10.3-RELEASE.txt,
 Known Problems):
+#   142 - TEST_PAR_testphdf5 (Failed)
+#   146 - TEST_PAR_t_cache_image (Timeout)
+#   153 - TEST_PAR_t_shapesame (Failed)
+ctest . -C Release || warning "Tests failed"
 }
 
 package() {
-cd ${_pkgname}-${pkgver/_/-}
+cd build
 
 make DESTDIR="${pkgdir}" install
 
-install -dm755 "${pkgdir}"/usr/share/doc/${_pkgname}
-mv "${pkgdir}"/usr/share/{hdf5_examples,doc/${_pkgname}/examples}
-
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${_pkgname}/LICENSE
+install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+mv "${pkgdir}"/usr/share/COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/
+rm "${pkgdir}"/usr/share/{RELEASE,USING_HDF5_CMake}.txt
 }


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

2018-08-23 Thread Bruno Pagani via arch-commits
Date: Thursday, August 23, 2018 @ 20:42:29
  Author: archange
Revision: 373480

archrelease: copy trunk to community-staging-x86_64

Added:
  hdf5-openmpi/repos/community-staging-x86_64/
  hdf5-openmpi/repos/community-staging-x86_64/PKGBUILD
(from rev 373479, hdf5-openmpi/trunk/PKGBUILD)
  hdf5-openmpi/repos/community-staging-x86_64/mpi.patch
(from rev 373479, hdf5-openmpi/trunk/mpi.patch)

---+
 PKGBUILD  |   79 
 mpi.patch |   18 +
 2 files changed, 97 insertions(+)

Copied: hdf5-openmpi/repos/community-staging-x86_64/PKGBUILD (from rev 373479, 
hdf5-openmpi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-23 20:42:29 UTC (rev 373480)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+# Contributor: Jed Brown 
+# Contributor: Simone Pezzuto 
+
+_pkgname=hdf5
+_mpi=openmpi
+pkgname=${_pkgname}-${_mpi}
+pkgver=1.10.3
+pkgrel=1
+pkgdesc="General purpose library and file format for storing scientific data 
(${_mpi} version)"
+arch=('x86_64')
+url="https://www.hdfgroup.org/hdf5;
+license=('custom')
+depends=('zlib' 'libaec' 'bash' 'openmpi')
+makedepends=('cmake' 'time' 'gcc-fortran')
+provides=('hdf5' 'hdf5-cpp-fortran' "hdf5-fortran-${_mpi}")
+conflicts=('hdf5')
+replaces=("hdf5-fortran-${_mpi}")
+source=("https://support.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver:0:4}/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2;
+'mpi.patch')
+md5sums=('56c5039103c51a40e493b43c504ce982'
+ 'dfa8dd50b8a7ebb3ad7249c627156cf9')
+sha256sums=('c65cdcce4724a57fd3f8da9f0d109b497be30092acb9fac634d1291190d905a9'
+'603006358175b7a8b35fa44c484cddf45c0381cf50db4fb7c50ea5969d361eca')
+
+prepare() {
+mkdir -p build
+
+cd ${_pkgname}-${pkgver/_/-}
+# FS#33343
+patch -p1 -i ../mpi.patch
+}
+
+build() {
+cd build
+CXX="mpicxx" \
+CC="mpicc" \
+FC="mpif90" \
+F9X="mpif90" \
+RUNPARALLEL="mpirun" \
+OMPI_MCA_disable_memory_allocator=1 \
+cmake ../${_pkgname}-${pkgver/_/-} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DALLOW_UNSUPPORTED=ON \
+-DHDF5_BUILD_HL_LIB=ON \
+-DHDF5_BUILD_CPP_LIB=ON \
+-DHDF5_BUILD_FORTRAN=ON \
+-DHDF5_ENABLE_PARALLEL=ON \
+-DHDF5_ENABLE_Z_LIB_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_ENCODING=ON
+cmake --build . --config Release
+}
+
+check() {
+cd build
+# Three expected test failures 
(https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.3/src/hdf5-1.10.3-RELEASE.txt,
 Known Problems):
+#   142 - TEST_PAR_testphdf5 (Failed)
+#   146 - TEST_PAR_t_cache_image (Timeout)
+#   153 - TEST_PAR_t_shapesame (Failed)
+ctest . -C Release || warning "Tests failed"
+}
+
+package() {
+cd build
+
+make DESTDIR="${pkgdir}" install
+
+install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+mv "${pkgdir}"/usr/share/COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/
+rm "${pkgdir}"/usr/share/{RELEASE,USING_HDF5_CMake}.txt
+}

Copied: hdf5-openmpi/repos/community-staging-x86_64/mpi.patch (from rev 373479, 
hdf5-openmpi/trunk/mpi.patch)
===
--- community-staging-x86_64/mpi.patch  (rev 0)
+++ community-staging-x86_64/mpi.patch  2018-08-23 20:42:29 UTC (rev 373480)
@@ -0,0 +1,18 @@
+Prevent accidental inclusion of mpi c++ headers 
+when hdf5.h is included third party library
+
+https://bugs.gentoo.org/show_bug.cgi?id=420777
+https://bugs.archlinux.org/task/33343
+
+--- a/src/H5public.h
 b/src/H5public.h
+@@ -58,6 +58,8 @@
+ #   include 
+ #endif
+ #ifdef H5_HAVE_PARALLEL
++#   define OMPI_SKIP_MPICXX   /* Make sure that cxx specific headers are not 
included */
++#   define MPICH_SKIP_MPICXX
+ #   include 
+ #ifndef MPI_FILE_NULL /*MPIO may be defined in mpi.h already   */
+ #   include 
+


[arch-commits] Commit in keepassxc/repos/community-x86_64 (3 files)

2018-08-23 Thread Bruno Pagani via arch-commits
Date: Thursday, August 23, 2018 @ 20:36:20
  Author: archange
Revision: 373478

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 373477, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD
  
keepassxc/repos/community-x86_64/keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch

--+
 PKGBUILD |   88 ++---
 keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch |   10 -
 2 files changed, 41 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 20:35:55 UTC (rev 373477)
+++ PKGBUILD2018-08-23 20:36:20 UTC (rev 373478)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.3.3
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(hicolor-icon-theme libgcrypt argon2 libsodium libxtst qt5-x11extras 
yubikey-personalization curl)
-makedepends=(cmake qt5-tools)
-source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig}
-"keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch")
-sha256sums=('cfff85ef89ba590aec798c59bea4aa3db00626d7bff8cdde0f62ee34aea60ad5'
-'SKIP'
-'89729d7f83b49583ca073fd913123b3b7ee399c4ac9f2ec32886604c03bd1408')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

-
-prepare() {
-   mkdir -p build
-
-   cd $pkgname-$pkgver
-   # Fix build with Qt 5.11
-   patch -Np1 -i 
../keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch
-}
-
-build() {
-   cd build
-   cmake ../$pkgname-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 373477, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 20:36:20 UTC (rev 373478)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.3.4
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libgcrypt argon2 libsodium libxtst qt5-x11extras 
yubikey-personalization curl)
+makedepends=(cmake qt5-tools)
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=('0c24a78895185b9b6b098f08a15b332c600f80aa570d608940fcc2a38e02780a'
+'SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch
===
--- keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch2018-08-23 
20:35:55 UTC (rev 373477)
+++ keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch2018-08-23 
20:36:20 UTC (rev 373478)
@@ -1,10 +0,0 @@
 a/src/gui/entry/EditEntryWidget.cpp
-+++ b/src/gui/entry/EditEntryWidget.cpp
-@@ -32,6 +32,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "autotype/AutoType.h"
- #include "core/Config.h"


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

2018-08-23 Thread Bruno Pagani via arch-commits
Date: Thursday, August 23, 2018 @ 20:35:55
  Author: archange
Revision: 373477

upgpkg: keepassxc 2.3.4-1

Modified:
  keepassxc/trunk/PKGBUILD
Deleted:
  keepassxc/trunk/keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch

--+
 PKGBUILD |   14 +++--
 keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch |   10 -
 2 files changed, 4 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 19:59:19 UTC (rev 373476)
+++ PKGBUILD2018-08-23 20:35:55 UTC (rev 373477)
@@ -3,7 +3,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=keepassxc
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
@@ -11,19 +11,13 @@
 license=(GPL)
 depends=(hicolor-icon-theme libgcrypt argon2 libsodium libxtst qt5-x11extras 
yubikey-personalization curl)
 makedepends=(cmake qt5-tools)
-source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig}
-"keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch")
-sha256sums=('cfff85ef89ba590aec798c59bea4aa3db00626d7bff8cdde0f62ee34aea60ad5'
-'SKIP'
-'89729d7f83b49583ca073fd913123b3b7ee399c4ac9f2ec32886604c03bd1408')
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=('0c24a78895185b9b6b098f08a15b332c600f80aa570d608940fcc2a38e02780a'
+'SKIP')
 validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

 
 prepare() {
mkdir -p build
-
-   cd $pkgname-$pkgver
-   # Fix build with Qt 5.11
-   patch -Np1 -i 
../keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch
 }
 
 build() {

Deleted: keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch
===
--- keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch2018-08-23 
19:59:19 UTC (rev 373476)
+++ keepassxc-2.3.3-qt-5.11-edit-entry-widget-includes.patch2018-08-23 
20:35:55 UTC (rev 373477)
@@ -1,10 +0,0 @@
 a/src/gui/entry/EditEntryWidget.cpp
-+++ b/src/gui/entry/EditEntryWidget.cpp
-@@ -32,6 +32,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "autotype/AutoType.h"
- #include "core/Config.h"


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

2018-08-23 Thread Christian Hesse via arch-commits
Date: Thursday, August 23, 2018 @ 20:01:10
  Author: eworm
Revision: 332871

archrelease: copy trunk to testing-x86_64

Added:
  haveged/repos/testing-x86_64/
  haveged/repos/testing-x86_64/PKGBUILD
(from rev 332870, haveged/trunk/PKGBUILD)
  haveged/repos/testing-x86_64/haveged.service
(from rev 332870, haveged/trunk/haveged.service)

-+
 PKGBUILD|   39 +++
 haveged.service |   23 +++
 2 files changed, 62 insertions(+)

Copied: haveged/repos/testing-x86_64/PKGBUILD (from rev 332870, 
haveged/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-23 20:01:10 UTC (rev 332871)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: kfgz 
+# Contributor: pootzko 
+
+pkgname=haveged
+pkgver=1.9.4
+pkgrel=3
+pkgdesc='Entropy harvesting daemon using CPU timings'
+arch=('x86_64')
+url='https://github.com/jirka-h/haveged'
+license=('GPL')
+depends=('glibc')
+validpgpkeys=('8F6B7293B03E5AC5762B65CE2E2F252B05CCA168') # Jirka Hladky 

+source=("$pkgname-$pkgver.tar.gz::https://github.com/jirka-h/$pkgname/archive/$pkgver.tar.gz;
+
"https://github.com/jirka-h/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc;
+'haveged.service')
+sha256sums=('c4959d3cb1fa6391d16a3aa1ba4d82cd3a0d497206ae4b87d638088c0664e5aa'
+'SKIP'
+'1e78d296ebb5f4d46108094997c51e3fccf475f54d637f20212a3aa3730ef847')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  --prefix=/usr \
+  --bindir=/usr/bin \
+  --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m0644 "${srcdir}"/haveged.service 
"$pkgdir"/usr/lib/systemd/system/haveged.service
+}

Copied: haveged/repos/testing-x86_64/haveged.service (from rev 332870, 
haveged/trunk/haveged.service)
===
--- testing-x86_64/haveged.service  (rev 0)
+++ testing-x86_64/haveged.service  2018-08-23 20:01:10 UTC (rev 332871)
@@ -0,0 +1,23 @@
+[Unit]
+Description=Entropy Harvesting Daemon
+Documentation=man:haveged(8)
+DefaultDependencies=no
+ConditionVirtualization=!container
+After=systemd-random-seed.service
+Before=sysinit.target shutdown.target
+
+[Service]
+ExecStartPre=+/usr/bin/sysctl -w kernel.random.write_wakeup_threshold=1024
+ExecStart=/usr/bin/haveged --Foreground --verbose=1
+SuccessExitStatus=143
+DynamicUser=on
+AmbientCapabilities=CAP_SYS_ADMIN
+NoNewPrivileges=on
+PrivateDevices=on
+PrivateNetwork=on
+PrivateTmp=on
+ProtectSystem=full
+ProtectHome=on
+
+[Install]
+WantedBy=sysinit.target


[arch-commits] Commit in haveged/trunk (PKGBUILD haveged.service)

2018-08-23 Thread Christian Hesse via arch-commits
Date: Thursday, August 23, 2018 @ 20:00:59
  Author: eworm
Revision: 332870

upgpkg: haveged 1.9.4-3

install for sysinit.target (FS#59773)

Modified:
  haveged/trunk/PKGBUILD
  haveged/trunk/haveged.service

-+
 PKGBUILD|4 ++--
 haveged.service |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 19:15:37 UTC (rev 332869)
+++ PKGBUILD2018-08-23 20:00:59 UTC (rev 332870)
@@ -6,7 +6,7 @@
 
 pkgname=haveged
 pkgver=1.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Entropy harvesting daemon using CPU timings'
 arch=('x86_64')
 url='https://github.com/jirka-h/haveged'
@@ -18,7 +18,7 @@
 'haveged.service')
 sha256sums=('c4959d3cb1fa6391d16a3aa1ba4d82cd3a0d497206ae4b87d638088c0664e5aa'
 'SKIP'
-'5b9b5d90c70a60291f71f18e337c6822e8850945bddeef4d061acb0305bccf25')
+'1e78d296ebb5f4d46108094997c51e3fccf475f54d637f20212a3aa3730ef847')
 
 build() {
   cd $pkgname-$pkgver

Modified: haveged.service
===
--- haveged.service 2018-08-23 19:15:37 UTC (rev 332869)
+++ haveged.service 2018-08-23 20:00:59 UTC (rev 332870)
@@ -20,4 +20,4 @@
 ProtectHome=on
 
 [Install]
-WantedBy=multi-user.target
+WantedBy=sysinit.target


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

2018-08-23 Thread Ike Devolder via arch-commits
Date: Thursday, August 23, 2018 @ 19:59:08
  Author: idevolder
Revision: 373475

upgpkg: opera 55.0.2994.44-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 19:13:52 UTC (rev 373474)
+++ PKGBUILD2018-08-23 19:59:08 UTC (rev 373475)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=55.0.2994.37
+pkgver=55.0.2994.44
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -32,7 +32,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('067ae41539f67097d32463952b84d07e20d9ccae758c61e8003fa338b28db59e56272322d039bddfa40ab39969e4c0c8d3422fa325ece9c2bc44cd4ec4ba2b63'
+sha512sums=('70d4b2a3374f3fab51a9e5e622efe788fdb1b696619dfcc61ff8ea8ddc9e63458ec71b5d3208a29d82c407ca431dcd5b0205916feca240a118a285ad61d37cae'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'285a0633e5863ec9c9af99138ff0b59da155a2dd72a340e784e53de3e801029eb6ca2e4b38846592b85b9f8b99dcb6f6eedbed273057a9216abe31c396d9f28a'


[arch-commits] Commit in opera/repos/community-x86_64 (14 files)

2018-08-23 Thread Ike Devolder via arch-commits
Date: Thursday, August 23, 2018 @ 19:59:19
  Author: idevolder
Revision: 373476

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 373475, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 373475, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 373475, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 373475, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 373475, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 373475, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 373475, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  178 +++---
 default   |8 
 eula.html |  574 ++---
 opera |   26 +-
 opera.install |   78 +++---
 privacy.html  |  706 
 terms.html|  570 ++---
 7 files changed, 1070 insertions(+), 1070 deletions(-)

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


[arch-commits] Commit in python-jupyter_core/repos/community-any (PKGBUILD PKGBUILD)

2018-08-23 Thread Kyle Keen via arch-commits
Date: Thursday, August 23, 2018 @ 19:13:52
  Author: kkeen
Revision: 373474

archrelease: copy trunk to community-any

Added:
  python-jupyter_core/repos/community-any/PKGBUILD
(from rev 373473, python-jupyter_core/trunk/PKGBUILD)
Deleted:
  python-jupyter_core/repos/community-any/PKGBUILD

--+
 PKGBUILD |  105 -
 1 file changed, 56 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 19:13:26 UTC (rev 373473)
+++ PKGBUILD2018-08-23 19:13:52 UTC (rev 373474)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=python-jupyter_core
-pkgname=(python-jupyter_core python2-jupyter_core)
-pkgver=4.4.0
-pkgrel=3
-pkgdesc="Jupyter core package. A base package on which Jupyter projects rely."
-arch=('any')
-url="https://pypi.python.org/pypi/jupyter_core;
-license=('BSD')
-depends=('python-traitlets')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;)
-md5sums=('f2bdb8be2959d3043b77508dd6498687')
-
-prepare() {
-  cd "$srcdir"
-  cp -r jupyter_core-$pkgver python2-jupyter_core-$pkgver
-
-  cd python2-jupyter_core-$pkgver
-  sed -i 's/env python$/&2/' jupyter_core/troubleshoot.py
-}
-
-build() {
-  cd "$srcdir"
-}
-
-package_python-jupyter_core() {
-  cd "$srcdir/jupyter_core-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 examples/jupyter-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/jupyter"
-  install -Dm644 examples/completions-zsh 
"$pkgdir/usr/share/zsh/site-functions/_jupyter"
-}
-
-package_python2-jupyter_core() {
-  # todo: figure out how to remove this, it probably shouldn't be used
-  depends=('python2-traitlets')
-
-  cd "$srcdir/python2-jupyter_core-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd "$pkgdir/usr"
-  rm bin/jupyter
-  rm bin/jupyter-migrate
-  rmdir bin
-}

Copied: python-jupyter_core/repos/community-any/PKGBUILD (from rev 373473, 
python-jupyter_core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 19:13:52 UTC (rev 373474)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-jupyter_core
+pkgname=(python-jupyter_core python2-jupyter_core)
+pkgver=4.4.0
+pkgrel=4
+pkgdesc="Jupyter core package. A base package on which Jupyter projects rely."
+arch=('any')
+url="https://pypi.python.org/pypi/jupyter_core;
+license=('BSD')
+depends=('python-traitlets')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
+"https://github.com/jupyter/jupyter_core/commit/812e613b.diff;)
+md5sums=('f2bdb8be2959d3043b77508dd6498687'
+ 'd83097f1ed2655f93dadad873508eb2b')
+
+prepare() {
+  cd "$srcdir/jupyter_core-$pkgver"
+
+  # FS#59768, remove on 4.4.1
+  patch -Np1 -i ../812e613b.diff
+
+  cd "$srcdir"
+  cp -r jupyter_core-$pkgver python2-jupyter_core-$pkgver
+
+  cd python2-jupyter_core-$pkgver
+  sed -i 's/env python$/&2/' jupyter_core/troubleshoot.py
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package_python-jupyter_core() {
+  cd "$srcdir/jupyter_core-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 examples/jupyter-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/jupyter"
+  install -Dm644 examples/completions-zsh 
"$pkgdir/usr/share/zsh/site-functions/_jupyter"
+}
+
+package_python2-jupyter_core() {
+  # todo: figure out how to remove this, it probably shouldn't be used
+  depends=('python2-traitlets')
+
+  cd "$srcdir/python2-jupyter_core-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd "$pkgdir/usr"
+  rm bin/jupyter
+  rm bin/jupyter-migrate
+  rmdir bin
+}


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

2018-08-23 Thread Kyle Keen via arch-commits
Date: Thursday, August 23, 2018 @ 19:13:26
  Author: kkeen
Revision: 373473

upgpkg: python-jupyter_core 4.4.0-4  FS#59768

Modified:
  python-jupyter_core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 18:58:33 UTC (rev 373472)
+++ PKGBUILD2018-08-23 19:13:26 UTC (rev 373473)
@@ -4,7 +4,7 @@
 pkgbase=python-jupyter_core
 pkgname=(python-jupyter_core python2-jupyter_core)
 pkgver=4.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Jupyter core package. A base package on which Jupyter projects rely."
 arch=('any')
 url="https://pypi.python.org/pypi/jupyter_core;
@@ -11,10 +11,17 @@
 license=('BSD')
 depends=('python-traitlets')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;)
-md5sums=('f2bdb8be2959d3043b77508dd6498687')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
+"https://github.com/jupyter/jupyter_core/commit/812e613b.diff;)
+md5sums=('f2bdb8be2959d3043b77508dd6498687'
+ 'd83097f1ed2655f93dadad873508eb2b')
 
 prepare() {
+  cd "$srcdir/jupyter_core-$pkgver"
+
+  # FS#59768, remove on 4.4.1
+  patch -Np1 -i ../812e613b.diff
+
   cd "$srcdir"
   cp -r jupyter_core-$pkgver python2-jupyter_core-$pkgver
 


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

2018-08-23 Thread Ronald van Haren via arch-commits
Date: Thursday, August 23, 2018 @ 19:12:03
  Author: ronald
Revision: 332867

upgpkg: stellarium 0.18.2-1

update to 0.18.2; add gpg validation

Modified:
  stellarium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 17:53:19 UTC (rev 332866)
+++ PKGBUILD2018-08-23 19:12:03 UTC (rev 332867)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=stellarium
-pkgver=0.18.1
+pkgver=0.18.2
 pkgrel=1
 pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
 arch=("x86_64")
@@ -12,10 +12,11 @@
 depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
 makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
-source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('3e9bf4590c8b96f0218d79a4eebda13e8c99157f30750a2c77b571e53baba5d213e3e72593520ebd0fc73b7d2191d9f90496ee246dc1f0924e7e5c4cf9131d21')
+source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

+sha256sums=('7582a8ef96ab673a17a248b97bc9deb69b9d65f07e9689f1761c284e36b028db'
+'SKIP')
 
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2018-08-23 Thread Ronald van Haren via arch-commits
Date: Thursday, August 23, 2018 @ 19:12:12
  Author: ronald
Revision: 332868

archrelease: copy trunk to extra-x86_64

Added:
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 332867, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-x86_64/libpng14.patch
(from rev 332867, stellarium/trunk/libpng14.patch)
Deleted:
  stellarium/repos/extra-x86_64/PKGBUILD
  stellarium/repos/extra-x86_64/libpng14.patch

+
 PKGBUILD   |   63 +++
 libpng14.patch |   42 ++--
 2 files changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 19:12:03 UTC (rev 332867)
+++ PKGBUILD2018-08-23 19:12:12 UTC (rev 332868)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=stellarium
-pkgver=0.18.1
-pkgrel=1
-pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
-arch=("x86_64")
-url="http://stellarium.org/;
-license=('GPL2')
-depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
-   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
-makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
-source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('3e9bf4590c8b96f0218d79a4eebda13e8c99157f30750a2c77b571e53baba5d213e3e72593520ebd0fc73b7d2191d9f90496ee246dc1f0924e7e5c4cf9131d21')
-
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make
-}
-
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
- 
-  make DESTDIR="${pkgdir}" install
-}

Copied: stellarium/repos/extra-x86_64/PKGBUILD (from rev 332867, 
stellarium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 19:12:12 UTC (rev 332868)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=stellarium
+pkgver=0.18.2
+pkgrel=1
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=("x86_64")
+url="http://stellarium.org/;
+license=('GPL2')
+depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
+   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
+makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
+source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

+sha256sums=('7582a8ef96ab673a17a248b97bc9deb69b9d65f07e9689f1761c284e36b028db'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
+  make
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+ 
+  make DESTDIR="${pkgdir}" install
+}

Deleted: libpng14.patch
===
--- libpng14.patch  2018-08-23 19:12:03 UTC (rev 332867)
+++ libpng14.patch  2018-08-23 19:12:12 UTC (rev 332868)
@@ -1,21 +0,0 @@
-diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 
stellarium-0.10.2/src/core/StelTextureMgr.cpp
 stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 2010-01-21 
17:04:57.0 -0500
-+++ stellarium-0.10.2/src/core/StelTextureMgr.cpp  2010-01-21 
17:06:55.0 -0500
-@@ -513,7 +513,7 @@
-   fread (magic, 1, sizeof (magic), fp);
- 
-   /* check for valid magic number */
--  if (!png_check_sig (magic, sizeof (magic)))
-+  if (png_sig_cmp (magic, 0, sizeof (magic)))
-   {
-   qWarning() << "error: \"" << filename << "\" is not a valid PNG 
image!";
-   fclose (fp);
-@@ -576,7 +576,7 @@
-   /* convert 1-2-4 bits grayscale images to 8 bits
-  grayscale. */
-   if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
--  png_set_gray_1_2_4_to_8 (png_ptr);
-+  png_set_expand_gray_1_2_4_to_8 (png_ptr);
- 
-   if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
-   png_set_tRNS_to_alpha (png_ptr);

Copied: stellarium/repos/extra-x86_64/libpng14.patch (from rev 332867, 
stellarium/trunk/libpng14.patch)
===
--- libpng14.patch  (rev 0)
+++ libpng14.patch  2018-08-23 19:12:12 UTC (rev 332868)
@@ -0,0 +1,21 @@
+diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 
stellarium-0.10.2/src/core/StelTextureMgr.cpp
+--- stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 2010-01-21 
17:04:57.0 -0500
 stellarium-0.10.2/src/core/StelTextureMgr.cpp  2010-01-21 
17:06:55.0 -0500
+@@ -513,7 +513,7 @@
+   fread (magic, 1, sizeof (magic), fp);
+ 
+   /* check for valid magic number 

[arch-commits] Commit in lib32-gst-plugins-good/repos/multilib-x86_64 (2 files)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 18:58:33
  Author: eschwartz
Revision: 373472

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD
(from rev 373471, lib32-gst-plugins-good/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 18:58:14 UTC (rev 373471)
+++ PKGBUILD2018-08-23 18:58:33 UTC (rev 373472)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-_basename=gst-plugins-good
-pkgname=lib32-gst-plugins-good
-pkgver=1.14.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
-url="https://gstreamer.freedesktop.org/;
-arch=('x86_64')
-license=('LGPL')
-depends=(lib32-libpulse lib32-jack lib32-libsoup lib32-gst-plugins-base-libs 
lib32-wavpack
-lib32-aalib lib32-taglib lib32-libdv lib32-libshout lib32-libvpx 
lib32-gdk-pixbuf2
- lib32-libcaca lib32-libavc1394 lib32-libiec61883 lib32-libxdamage 
lib32-v4l-utils
- lib32-cairo lib32-libgudev lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123 
- lib32-twolame gst-plugins-good)
-makedepends=(lib32-gstreamer aalib python autoconf-archive git)
-checkdepends=(lib32-gst-plugins-base)
-options=(!emptydirs)
-_commit=f1eed72cc30ae4a2037a9e2d046b2172f7213d42 # tags/1.14.1^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha512sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $_basename
-  git describe --tags | sed 's/-//g'
-}
-
-prepare() {
-  cd $_basename
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
- 
-build() {
-  cd $_basename
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---build=i686-pc-linux-gnu \
---libdir=/usr/lib32 \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---enable-experimental \
---disable-static \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-# FAIL: elements/rtp-payloading
-#check() {
-# cd $_basename
-# make check
-#}
-
-package() {
-  cd $_basename
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "$pkgdir"/usr/share
-}

Copied: lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD (from rev 373471, 
lib32-gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 18:58:33 UTC (rev 373472)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+_basename=gst-plugins-good
+pkgname=lib32-gst-plugins-good
+pkgver=1.14.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
+url="https://gstreamer.freedesktop.org/;
+arch=('x86_64')
+license=('LGPL')
+depends=(lib32-libpulse lib32-jack lib32-libsoup lib32-gst-plugins-base-libs 
lib32-wavpack
+ lib32-aalib lib32-taglib lib32-libdv lib32-libshout lib32-libvpx 
lib32-gdk-pixbuf2
+ lib32-libcaca lib32-libavc1394 lib32-libiec61883 lib32-libxdamage 
lib32-v4l-utils
+ lib32-cairo lib32-libgudev lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123
+ lib32-twolame gst-plugins-good)
+makedepends=(lib32-gstreamer aalib python autoconf-archive git)
+checkdepends=(lib32-gst-plugins-base)
+options=(!emptydirs)
+_commit=4733e9715675d2dc52ed00e58d52388c56411cd2 # tags/1.14.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha512sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $_basename
+  git describe --tags | sed 's/-//g'
+}
+
+prepare() {
+  cd $_basename
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $_basename
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--build=i686-pc-linux-gnu \
+--libdir=/usr/lib32 \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--enable-experimental \
+--disable-static \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# FAIL: 

[arch-commits] Commit in lib32-gst-plugins-good/trunk (PKGBUILD)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 18:58:14
  Author: eschwartz
Revision: 373471

upgpkg: lib32-gst-plugins-good 1.14.2-1

upstream release

Modified:
  lib32-gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 18:56:18 UTC (rev 373470)
+++ PKGBUILD2018-08-23 18:58:14 UTC (rev 373471)
@@ -4,7 +4,7 @@
 
 _basename=gst-plugins-good
 pkgname=lib32-gst-plugins-good
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
 url="https://gstreamer.freedesktop.org/;
@@ -11,14 +11,14 @@
 arch=('x86_64')
 license=('LGPL')
 depends=(lib32-libpulse lib32-jack lib32-libsoup lib32-gst-plugins-base-libs 
lib32-wavpack
-lib32-aalib lib32-taglib lib32-libdv lib32-libshout lib32-libvpx 
lib32-gdk-pixbuf2
+ lib32-aalib lib32-taglib lib32-libdv lib32-libshout lib32-libvpx 
lib32-gdk-pixbuf2
  lib32-libcaca lib32-libavc1394 lib32-libiec61883 lib32-libxdamage 
lib32-v4l-utils
- lib32-cairo lib32-libgudev lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123 
+ lib32-cairo lib32-libgudev lib32-speex lib32-flac lib32-libraw1394 
lib32-mpg123
  lib32-twolame gst-plugins-good)
 makedepends=(lib32-gstreamer aalib python autoconf-archive git)
 checkdepends=(lib32-gst-plugins-base)
 options=(!emptydirs)
-_commit=f1eed72cc30ae4a2037a9e2d046b2172f7213d42 # tags/1.14.1^0
+_commit=4733e9715675d2dc52ed00e58d52388c56411cd2 # tags/1.14.2^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
 sha512sums=('SKIP'
@@ -38,7 +38,7 @@
 
   NOCONFIGURE=1 ./autogen.sh
 }
- 
+
 build() {
   cd $_basename
 


[arch-commits] Commit in lib32-gst-plugins-base/repos/multilib-x86_64 (2 files)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 18:56:18
  Author: eschwartz
Revision: 373470

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-base/repos/multilib-x86_64/PKGBUILD
(from rev 373469, lib32-gst-plugins-base/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-base/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  186 ++---
 1 file changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 18:55:59 UTC (rev 373469)
+++ PKGBUILD2018-08-23 18:56:18 UTC (rev 373470)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Kitching 
-
-_basename=gst-plugins-base
-pkgbase=lib32-$_basename
-pkgname=(lib32-gst-plugins-base-libs lib32-gst-plugins-base)
-pkgver=1.14.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Base Plugins (32-bit)"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-makedepends=(lib32-gstreamer lib32-orc lib32-libxv lib32-alsa-lib 
lib32-cdparanoia lib32-libvisual lib32-libvorbis
- lib32-libtheora lib32-pango gobject-introspection lib32-opus 
autoconf-archive git)
-options=(!emptydirs)
-_commit=d5a512b09fc491ee5ea7d5f6f5775c5a7da802b7 # tags/1.14.1^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha512sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $_basename
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $_basename
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
- 
-build() {
-  cd $_basename
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure\
---build=i686-pc-linux-gnu\
---prefix=/usr\
---sysconfdir=/etc\
---localstatedir=/var\
---libexecdir=/usr/lib32\
---libdir=/usr/lib32\
---disable-static\
---disable-examples\
---disable-gtk-doc-html\
---enable-experimental \
---with-package-name="GStreamer Base Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/;
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $_basename
-  make check || :
-}
-
-package_lib32-gst-plugins-base-libs() {
-  pkgdesc="GStreamer Multimedia Framework Base Plugin libraries (32-bit)"
-  depends=(lib32-gstreamer lib32-orc lib32-libxv)
-
-  cd $_basename
-  make DESTDIR="${pkgdir}" install
-  make -C ext DESTDIR="${pkgdir}" uninstall
-
-  rm -Rf ${pkgdir}/usr/share
-  rm -Rf ${pkgdir}/usr/include
-  rm -Rf ${pkgdir}/usr/bin
-}
-
-package_lib32-gst-plugins-base() {
-  depends=("lib32-gst-plugins-base-libs=$pkgver" lib32-alsa-lib 
lib32-cdparanoia lib32-libvisual lib32-libvorbis
-   lib32-libtheora lib32-pango lib32-opus)
-
-  cd $_basename
-  make -C gst-libs DESTDIR="${pkgdir}" install
-  make -C ext DESTDIR="${pkgdir}" install
-  make -C gst-libs DESTDIR="${pkgdir}" uninstall
-
-  # Seems to be no build flag to turn this crap off, soo...
-  rm -Rf ${pkgdir}/usr/share
-  rm -Rf ${pkgdir}/usr/include
-  rm -Rf ${pkgdir}/usr/bin
-}

Copied: lib32-gst-plugins-base/repos/multilib-x86_64/PKGBUILD (from rev 373469, 
lib32-gst-plugins-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 18:56:18 UTC (rev 373470)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Kitching 
+
+_basename=gst-plugins-base
+pkgbase=lib32-$_basename
+pkgname=(lib32-gst-plugins-base-libs lib32-gst-plugins-base)
+pkgver=1.14.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Base Plugins (32-bit)"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+makedepends=(lib32-gstreamer lib32-orc lib32-libxv lib32-alsa-lib 
lib32-cdparanoia lib32-libvisual lib32-libvorbis
+ lib32-libtheora lib32-pango gobject-introspection lib32-opus 
autoconf-archive git)
+options=(!emptydirs)
+_commit=24f097564657bd630e68931c932ec9fd992a3785 # tags/1.14.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha512sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $_basename
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $_basename
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $_basename
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure\
+--build=i686-pc-linux-gnu\
+--prefix=/usr\
+--sysconfdir=/etc\
+

[arch-commits] Commit in lib32-gstreamer/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 18:55:47
  Author: eschwartz
Revision: 373468

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gstreamer/repos/multilib-x86_64/PKGBUILD
(from rev 373467, lib32-gstreamer/trunk/PKGBUILD)
Deleted:
  lib32-gstreamer/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 18:55:25 UTC (rev 373467)
+++ PKGBUILD2018-08-23 18:55:47 UTC (rev 373468)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Kitching 
-
-pkgname=lib32-gstreamer
-_pkgbasename=gstreamer
-pkgver=1.14.1
-pkgrel=1
-pkgdesc="GStreamer open-source multimedia framework core library (32-bit)"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-libxml2 lib32-glib2 lib32-libunwind lib32-libelf gstreamer)
-makedepends=(gtk-doc gobject-introspection autoconf-archive git)
-_commit=cba2c7dd89dc4cefebe6592b9b98e6e097bd840e # tags/1.14.1^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha512sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $_pkgbasename
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $_pkgbasename
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $_pkgbasename
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure\
---build=i686-pc-linux-gnu\
---prefix=/usr\
---sysconfdir=/etc\
---localstatedir=/var\
---libexecdir=/usr/lib32\
---libdir=/usr/lib32\
---disable-maintainer-mode\
---disable-examples\
---disable-tests\
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---disable-static\
---disable-gtk-doc-html\
---disable-gtk-doc-pdf\
---disable-gtk-doc\
---disable-valgrind\
---disable-benchmarks
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $_pkgbasename
-  make DESTDIR="${pkgdir}" install
-
-  rm -R "${pkgdir}"/usr/{share,include}
-
-  for _i in "${pkgdir}"/usr/bin/*; do
-mv "${_i}" "${_i}-32"
-  done
-}

Copied: lib32-gstreamer/repos/multilib-x86_64/PKGBUILD (from rev 373467, 
lib32-gstreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 18:55:47 UTC (rev 373468)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Kitching 
+
+pkgname=lib32-gstreamer
+_pkgbasename=gstreamer
+pkgver=1.14.2
+pkgrel=1
+pkgdesc="GStreamer open-source multimedia framework core library (32-bit)"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libxml2 lib32-glib2 lib32-libunwind lib32-libelf gstreamer)
+makedepends=(gtk-doc gobject-introspection autoconf-archive git)
+_commit=afb3d1b3e0d02da8b0eb5bb501356650b38e5644 # tags/1.14.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha512sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $_pkgbasename
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $_pkgbasename
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $_pkgbasename
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure\
+--build=i686-pc-linux-gnu\
+--prefix=/usr\
+--sysconfdir=/etc\
+--localstatedir=/var\
+--libexecdir=/usr/lib32\
+--libdir=/usr/lib32\
+--disable-maintainer-mode\
+--disable-examples\
+--disable-tests\
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--disable-static\
+--disable-gtk-doc-html\
+--disable-gtk-doc-pdf\
+--disable-gtk-doc\
+--disable-valgrind\
+--disable-benchmarks
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $_pkgbasename
+  make DESTDIR="${pkgdir}" install
+
+  rm -R "${pkgdir}"/usr/{share,include}
+
+  for _i in "${pkgdir}"/usr/bin/*; do
+mv "${_i}" "${_i}-32"
+  done
+}


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

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 18:55:25
  Author: eschwartz
Revision: 373467

upgpkg: lib32-gstreamer 1.14.2-1

upstream release

Modified:
  lib32-gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 18:51:15 UTC (rev 373466)
+++ PKGBUILD2018-08-23 18:55:25 UTC (rev 373467)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-gstreamer
 _pkgbasename=gstreamer
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 pkgdesc="GStreamer open-source multimedia framework core library (32-bit)"
 url="https://gstreamer.freedesktop.org/;
@@ -12,7 +12,7 @@
 license=(LGPL)
 depends=(lib32-libxml2 lib32-glib2 lib32-libunwind lib32-libelf gstreamer)
 makedepends=(gtk-doc gobject-introspection autoconf-archive git)
-_commit=cba2c7dd89dc4cefebe6592b9b98e6e097bd840e # tags/1.14.1^0
+_commit=afb3d1b3e0d02da8b0eb5bb501356650b38e5644 # tags/1.14.2^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit;
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
 sha512sums=('SKIP'


[arch-commits] Commit in lib32-gst-plugins-base/trunk (PKGBUILD)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 18:55:59
  Author: eschwartz
Revision: 373469

upgpkg: lib32-gst-plugins-base 1.14.2-1

upstream release

Modified:
  lib32-gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 18:55:47 UTC (rev 373468)
+++ PKGBUILD2018-08-23 18:55:59 UTC (rev 373469)
@@ -5,7 +5,7 @@
 _basename=gst-plugins-base
 pkgbase=lib32-$_basename
 pkgname=(lib32-gst-plugins-base-libs lib32-gst-plugins-base)
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins (32-bit)"
 url="https://gstreamer.freedesktop.org/;
@@ -14,7 +14,7 @@
 makedepends=(lib32-gstreamer lib32-orc lib32-libxv lib32-alsa-lib 
lib32-cdparanoia lib32-libvisual lib32-libvorbis
  lib32-libtheora lib32-pango gobject-introspection lib32-opus 
autoconf-archive git)
 options=(!emptydirs)
-_commit=d5a512b09fc491ee5ea7d5f6f5775c5a7da802b7 # tags/1.14.1^0
+_commit=24f097564657bd630e68931c932ec9fd992a3785 # tags/1.14.2^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit;
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
 sha512sums=('SKIP'
@@ -34,7 +34,7 @@
 
   NOCONFIGURE=1 ./autogen.sh
 }
- 
+
 build() {
   cd $_basename
 
@@ -72,9 +72,9 @@
   make DESTDIR="${pkgdir}" install
   make -C ext DESTDIR="${pkgdir}" uninstall
 
-  rm -Rf ${pkgdir}/usr/share
-  rm -Rf ${pkgdir}/usr/include
-  rm -Rf ${pkgdir}/usr/bin
+  rm -Rf "${pkgdir}"/usr/share
+  rm -Rf "${pkgdir}"/usr/include
+  rm -Rf "${pkgdir}"/usr/bin
 }
 
 package_lib32-gst-plugins-base() {
@@ -87,7 +87,7 @@
   make -C gst-libs DESTDIR="${pkgdir}" uninstall
 
   # Seems to be no build flag to turn this crap off, soo...
-  rm -Rf ${pkgdir}/usr/share
-  rm -Rf ${pkgdir}/usr/include
-  rm -Rf ${pkgdir}/usr/bin
+  rm -Rf "${pkgdir}"/usr/share
+  rm -Rf "${pkgdir}"/usr/include
+  rm -Rf "${pkgdir}"/usr/bin
 }


[arch-commits] Commit in labplot/repos (2 files)

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 18:51:15
  Author: arojas
Revision: 373466

archrelease: copy trunk to community-staging-x86_64

Added:
  labplot/repos/community-staging-x86_64/
  labplot/repos/community-staging-x86_64/PKGBUILD
(from rev 373465, labplot/trunk/PKGBUILD)

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

Copied: labplot/repos/community-staging-x86_64/PKGBUILD (from rev 373465, 
labplot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-23 18:51:15 UTC (rev 373466)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=labplot
+pkgver=2.5.0
+pkgrel=2
+arch=(x86_64)
+pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
+url="https://labplot.kde.org/;
+license=(GPL2)
+depends=(cantor netcdf cfitsio fftw gsl qt5-serialport libcerf)
+makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('f1ef2d95a4d4f18902e38cd1f2f79d041d4eeed1eb7f6284ec9a6a6954792225')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 18:50:56
  Author: arojas
Revision: 373465

hdf5 1.10.3 rebuild

Modified:
  labplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 18:27:11 UTC (rev 373464)
+++ PKGBUILD2018-08-23 18:50:56 UTC (rev 373465)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


[arch-commits] Commit in netcdf/repos (2 files)

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 18:27:11
  Author: arojas
Revision: 373464

archrelease: copy trunk to community-staging-x86_64

Added:
  netcdf/repos/community-staging-x86_64/
  netcdf/repos/community-staging-x86_64/PKGBUILD
(from rev 373463, netcdf/trunk/PKGBUILD)

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

Copied: netcdf/repos/community-staging-x86_64/PKGBUILD (from rev 373463, 
netcdf/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-23 18:27:11 UTC (rev 373464)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: damir 
+
+pkgname=netcdf
+pkgver=4.6.1
+pkgrel=2
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
+arch=('x86_64')
+url="https://www.unidata.ucar.edu/software/netcdf/;
+depends=('hdf5' 'curl')
+makedepends=('cmake')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!makeflags')
+license=('custom')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
+sha256sums=('a2fabf27c72a5ee746e3843e1debbaad37cd035767eaede2045371322211eebb')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname}-c-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_CDF5=ON \
+-DENABLE_DAP_LONG_TESTS=ON \
+-DENABLE_EXAMPLE_TESTS=ON \
+-DENABLE_EXTRA_TESTS=ON \
+-DENABLE_FAILING_TESTS=ON \
+-DENABLE_FILTER_TESTING=ON \
+-DENABLE_LARGE_FILE_TESTS=ON
+make
+}
+
+check() {
+cd build
+# One test failure https://github.com/Unidata/netcdf-c/issues/808
+make test || warning "Test failure"
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+
+cd "${srcdir}"/${pkgname}-c-${pkgver}
+install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 18:26:46
  Author: arojas
Revision: 373463

hdf5 1.10.3 rebuild

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 18:17:33 UTC (rev 373462)
+++ PKGBUILD2018-08-23 18:26:46 UTC (rev 373463)
@@ -5,7 +5,7 @@
 
 pkgname=netcdf
 pkgver=4.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=('x86_64')
 url="https://www.unidata.ucar.edu/software/netcdf/;


[arch-commits] Commit in octave/repos (2 files)

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 18:17:33
  Author: arojas
Revision: 373462

archrelease: copy trunk to community-staging-x86_64

Added:
  octave/repos/community-staging-x86_64/
  octave/repos/community-staging-x86_64/PKGBUILD
(from rev 373461, octave/trunk/PKGBUILD)

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

Copied: octave/repos/community-staging-x86_64/PKGBUILD (from rev 373461, 
octave/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-23 18:17:33 UTC (rev 373462)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.4.1
+pkgrel=2
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 
'ghostscript'
+  'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'fltk' 'portaudio' 'jdk8-openjdk')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+'portaudio: audio support'
+'java-runtime: java support'
+'fltk: FLTK GUI')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha512sums=('21a1f13e2145fa530f2169254d19442b572745d65b91453ba1f552f6eda6aecfead57dbe0260b3293a29db0aa0f27cfd4f26df332e6d640848a822b20c1232f8'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}


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

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 18:16:57
  Author: arojas
Revision: 373461

hdf5 1.10.3 rebuild

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 17:34:33 UTC (rev 373460)
+++ PKGBUILD2018-08-23 18:16:57 UTC (rev 373461)
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=4.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('x86_64')
 url="http://www.octave.org;


[arch-commits] Commit in opencv/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 17:53:19
  Author: arojas
Revision: 332866

archrelease: copy trunk to staging-x86_64

Added:
  opencv/repos/staging-x86_64/
  opencv/repos/staging-x86_64/PKGBUILD
(from rev 332865, opencv/trunk/PKGBUILD)

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

Copied: opencv/repos/staging-x86_64/PKGBUILD (from rev 332865, 
opencv/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-08-23 17:53:19 UTC (rev 332866)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=(opencv opencv-samples)
+pkgver=3.4.2
+pkgrel=4
+pkgdesc="Open Source Computer Vision Library"
+arch=(x86_64)
+license=(BSD)
+url="http://opencv.org/;
+depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 
jasper)
+makedepends=(cmake python-numpy python2-numpy mesa eigen hdf5 lapacke gtk3)
+optdepends=('opencv-samples: samples'
+'gtk3: for the HighGUI module'
+'hdf5: support for HDF5 format'
+'opencl-icd-loader: For coding with OpenCL'
+'python-numpy: Python 3 interface'
+'python2-numpy: Python 2 interface')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/opencv/opencv/archive/$pkgver.zip;
+
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz;)
+sha256sums=('9405c5d7d8ab1696e98631d0c92125816356ec366a73c417bdcc4d74783b42aa'
+'45a52764ebd2558fa0b7fd8dc47379b37dd0956d912abbf7c786228374fdf60d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  # cmake's FindLAPACK doesn't add cblas to LAPACK_LIBRARIES, so we need to 
specify them manually
+  cmake ../$pkgname-$pkgver \
+-DWITH_OPENCL=ON \
+-DWITH_OPENGL=ON \
+-DWITH_TBB=ON \
+-DOpenGL_GL_PREFERENCE=GLVND \
+-DBUILD_WITH_DEBUG_INFO=OFF \
+-DBUILD_TESTS=OFF \
+-DBUILD_PERF_TESTS=OFF \
+-DBUILD_EXAMPLES=ON \
+-DINSTALL_C_EXAMPLES=ON \
+-DINSTALL_PYTHON_EXAMPLES=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCPU_BASELINE_DISABLE=SSE3 \
+-DCPU_BASELINE_REQUIRE=SSE2 \
+-DOPENCV_EXTRA_MODULES_PATH="$srcdir/opencv_contrib-$pkgver/modules" \
+
-DLAPACK_LIBRARIES="/usr/lib/liblapack.so;/usr/lib/libblas.so;/usr/lib/libcblas.so"
 \
+-DLAPACK_CBLAS_H="/usr/include/cblas.h" \
+-DLAPACK_LAPACKE_H="/usr/include/lapacke.h"
+  make
+}
+
+package_opencv() {
+  options=(staticlibs)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # install license file
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+
+  cd "$pkgdir"/usr/share
+
+  # separate samples package
+  mv OpenCV/samples "$srcdir/$pkgname-samples"
+  mv OpenCV $pkgname # otherwise folder naming is inconsistent
+}
+
+package_opencv-samples() {
+  pkgdesc+=" (samples)"
+  depends=("opencv=$pkgver")
+  unset optdepends
+
+  mkdir -p "$pkgdir"/usr/share/opencv
+  cp -r "$srcdir"/opencv-samples "$pkgdir"/usr/share/opencv/samples
+  # fix permissions
+  chmod 755 "$pkgdir"/usr/share/opencv/samples/*
+
+  # install license file
+  install -Dm644 "$srcdir"/opencv-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


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

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 17:52:56
  Author: arojas
Revision: 332865

hdf5 1.10.3 rebuild

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 14:01:35 UTC (rev 332864)
+++ PKGBUILD2018-08-23 17:52:56 UTC (rev 332865)
@@ -5,7 +5,7 @@
 pkgbase=opencv
 pkgname=(opencv opencv-samples)
 pkgver=3.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Open Source Computer Vision Library"
 arch=(x86_64)
 license=(BSD)


[arch-commits] Commit in hdf5/repos (2 files)

2018-08-23 Thread Bruno Pagani via arch-commits
Date: Thursday, August 23, 2018 @ 17:34:33
  Author: archange
Revision: 373460

archrelease: copy trunk to community-staging-x86_64

Added:
  hdf5/repos/community-staging-x86_64/
  hdf5/repos/community-staging-x86_64/PKGBUILD
(from rev 373459, hdf5/trunk/PKGBUILD)

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

Copied: hdf5/repos/community-staging-x86_64/PKGBUILD (from rev 373459, 
hdf5/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-23 17:34:33 UTC (rev 373460)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+
+pkgname=hdf5
+pkgver=1.10.3
+pkgrel=1
+pkgdesc="General purpose library and file format for storing scientific data"
+arch=('x86_64')
+url="https://www.hdfgroup.org/hdf5;
+license=('custom')
+depends=('zlib' 'libaec' 'bash')
+makedepends=('cmake' 'time' 'gcc-fortran')
+replaces=('hdf5-cpp-fortran')
+provides=('hdf5-cpp-fortran')
+options=('staticlibs')
+source=("https://support.hdfgroup.org/ftp/HDF5/releases/${pkgname}-${pkgver:0:4}/${pkgname}-${pkgver/_/-}/src/${pkgname}-${pkgver/_/-}.tar.bz2;)
+# 
https://support.hdfgroup.org/ftp/HDF5/releases/${pkgname}-${pkgver:0:4}/${pkgname}-${pkgver/_/-}/src/${pkgname}-${pkgver/_/-}.md5
+md5sums=('56c5039103c51a40e493b43c504ce982')
+sha256sums=('c65cdcce4724a57fd3f8da9f0d109b497be30092acb9fac634d1291190d905a9')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname}-${pkgver/_/-} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DHDF5_BUILD_HL_LIB=ON \
+-DHDF5_BUILD_CPP_LIB=ON \
+-DHDF5_BUILD_FORTRAN=ON \
+-DHDF5_ENABLE_Z_LIB_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_ENCODING=ON
+cmake --build . --config Release
+}
+
+check() {
+cd build
+ctest . -C Release
+}
+
+package() {
+cd build
+
+make DESTDIR="${pkgdir}" install
+
+install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+mv "${pkgdir}"/usr/share/COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/
+rm "${pkgdir}"/usr/share/{RELEASE,USING_HDF5_CMake}.txt
+}


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

2018-08-23 Thread Bruno Pagani via arch-commits
Date: Thursday, August 23, 2018 @ 17:34:17
  Author: archange
Revision: 373459

upgpkg: hdf5 1.10.3-1

Modified:
  hdf5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 17:18:17 UTC (rev 373458)
+++ PKGBUILD2018-08-23 17:34:17 UTC (rev 373459)
@@ -6,64 +6,52 @@
 # Contributor: Tom K 
 
 pkgname=hdf5
-pkgver=1.10.2
-pkgrel=3
+pkgver=1.10.3
+pkgrel=1
 pkgdesc="General purpose library and file format for storing scientific data"
 arch=('x86_64')
-url="https://www.hdfgroup.org/hdf5/;
+url="https://www.hdfgroup.org/hdf5;
 license=('custom')
 depends=('zlib' 'libaec' 'bash')
-makedepends=('time' 'gcc-fortran')
+makedepends=('cmake' 'time' 'gcc-fortran')
 replaces=('hdf5-cpp-fortran')
 provides=('hdf5-cpp-fortran')
+options=('staticlibs')
 
source=("https://support.hdfgroup.org/ftp/HDF5/releases/${pkgname}-${pkgver:0:4}/${pkgname}-${pkgver/_/-}/src/${pkgname}-${pkgver/_/-}.tar.bz2;)
 # 
https://support.hdfgroup.org/ftp/HDF5/releases/${pkgname}-${pkgver:0:4}/${pkgname}-${pkgver/_/-}/src/${pkgname}-${pkgver/_/-}.md5
-md5sums=('41fb9347801b546fba323523a1c1af51')
-sha256sums=('1cad5b7bfdf128dfc53cd16fba48f6e7ae4e93c75c371d9ec8dfc4df0c1fcb71')
+md5sums=('56c5039103c51a40e493b43c504ce982')
+sha256sums=('c65cdcce4724a57fd3f8da9f0d109b497be30092acb9fac634d1291190d905a9')
 
 prepare() {
-cd ${pkgname}-${pkgver/_/-}
-# Fix building with GCC 8.1
-sed 's/\(.*\)(void) HDF_NO_UBSAN/HDF_NO_UBSAN \1(void)/' -i src/H5detect.c
+mkdir -p build
 }
 
 build() {
-cd ${pkgname}-${pkgver/_/-}
-./configure \
---prefix=/usr \
---docdir=/usr/share/doc/hdf5/ \
---disable-static \
---disable-sharedlib-rpath \
---enable-build-mode=production \
---enable-hl \
---enable-cxx \
---enable-fortran \
---with-pic \
---with-zlib \
---with-szlib
-make
+cd build
+cmake ../${pkgname}-${pkgver/_/-} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DHDF5_BUILD_HL_LIB=ON \
+-DHDF5_BUILD_CPP_LIB=ON \
+-DHDF5_BUILD_FORTRAN=ON \
+-DHDF5_ENABLE_Z_LIB_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_ENCODING=ON
+cmake --build . --config Release
 }
 
 check() {
-cd ${pkgname}-${pkgver/_/-}
-# Without this, checks are failing with messages like “error while loading 
shared libraries: libhdf5.so.101: cannot open shared object file: No such file 
or directory”
-export LD_LIBRARY_PATH="${srcdir}"/${pkgname}-${pkgver/_/-}/src/.libs/
-export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/c++/src/.libs/
-export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/fortran/src/.libs/
-export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/src/.libs/
-export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/c++/src/.libs/
-export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/fortran/src/.libs/
-make check
+cd build
+ctest . -C Release
 }
 
 package() {
-cd ${pkgname}-${pkgver/_/-}
+cd build
 
 make DESTDIR="${pkgdir}" install
 
-install -dm755 "${pkgdir}"/usr/share/doc/${pkgname}
-mv "${pkgdir}"/usr/share/{hdf5_examples,doc/${pkgname}/examples}
-
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+mv "${pkgdir}"/usr/share/COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/
+rm "${pkgdir}"/usr/share/{RELEASE,USING_HDF5_CMake}.txt
 }
-


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

2018-08-23 Thread David Runge via arch-commits
Date: Thursday, August 23, 2018 @ 17:18:17
  Author: dvzrv
Revision: 373458

archrelease: copy trunk to community-x86_64

Added:
  setbfree/repos/community-x86_64/PKGBUILD
(from rev 373457, setbfree/trunk/PKGBUILD)
Deleted:
  setbfree/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  109 ++---
 1 file changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 17:17:41 UTC (rev 373457)
+++ PKGBUILD2018-08-23 17:18:17 UTC (rev 373458)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Johannes Maibaum 
-# Contributor: Christopher Arndt 
-_name=setBfree
-pkgname=setbfree
-pkgver=0.8.8
-pkgrel=1
-pkgdesc="DSP tonewheel organ"
-arch=('x86_64')
-url="http://setbfree.org;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('ftgl' 'jack' 'liblo' 'pango')
-makedepends=('gendesk' 'lv2' 'ttf-dejavu')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pantherb/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('b4a1031c9e133275d4ce1d7a40f872606ee3862e10443e1e4cdd6e526e36c77f5ed64a84f66639370fa61dd2ecaf9b355fea3f5a8b6161c573fb176c6d5c835e')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
-  # XDG desktop files
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name setBfree \
-  --categories "AudioVideo;Audio"
-  gendesk -n \
-  --pkgname x42-whirl \
-  --pkgdesc "Leslie speaker emulation as JACK client" \
-  --name x42-whirl \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-  # xdg desktop files
-  install -vDm 644 ../{${pkgname},x42-whirl}.desktop \
--t "${pkgdir}/usr/share/applications"
-  # icons
-  install -vDm 644 doc/{${_name},x42-whirl}.png \
--t "${pkgdir}/usr/share/pixmaps/"
-  # man
-  install -vDm 644 doc/*.1 -t "${pkgdir}/usr/share/man/man1/"
-  # docs
-  install -vDm 644 {AUTHORS,ChangeLog,README.md} doc/*.png \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: setbfree/repos/community-x86_64/PKGBUILD (from rev 373457, 
setbfree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 17:18:17 UTC (rev 373458)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Johannes Maibaum 
+# Contributor: Christopher Arndt 
+_name=setBfree
+pkgname=setbfree
+pkgver=0.8.8
+pkgrel=2
+pkgdesc="DSP tonewheel organ"
+arch=('x86_64')
+url="http://setbfree.org;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('ftgl' 'jack' 'liblo' 'pango')
+makedepends=('gendesk' 'lv2' 'ttf-dejavu')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pantherb/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('b4a1031c9e133275d4ce1d7a40f872606ee3862e10443e1e4cdd6e526e36c77f5ed64a84f66639370fa61dd2ecaf9b355fea3f5a8b6161c573fb176c6d5c835e')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
+  # XDG desktop files
+  gendesk -n \
+  --pkgname ${_name} \
+  --pkgdesc "${pkgdesc}" \
+  --name setbfree \
+  --categories "AudioVideo;Audio"
+  gendesk -n \
+  --pkgname x42-whirl \
+  --pkgdesc "Leslie speaker emulation as JACK client" \
+  --name x42-whirl \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  # xdg desktop files
+  install -vDm 644 ../x42-whirl.desktop -t "${pkgdir}/usr/share/applications"
+  install -vDm 644 ../${_name}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  # icons
+  install -vDm 644 doc/{${_name},x42-whirl}.png \
+-t "${pkgdir}/usr/share/pixmaps/"
+  # man
+  install -vDm 644 doc/*.1 -t "${pkgdir}/usr/share/man/man1/"
+  # docs
+  install -vDm 644 {AUTHORS,ChangeLog,README.md} doc/*.png \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2018-08-23 Thread David Runge via arch-commits
Date: Thursday, August 23, 2018 @ 17:17:41
  Author: dvzrv
Revision: 373457

upgpkg: setbfree 0.8.8-2

Fixing name of executable in generated xdg desktop integration.

Modified:
  setbfree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 17:04:10 UTC (rev 373456)
+++ PKGBUILD2018-08-23 17:17:41 UTC (rev 373457)
@@ -5,7 +5,7 @@
 _name=setBfree
 pkgname=setbfree
 pkgver=0.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc="DSP tonewheel organ"
 arch=('x86_64')
 url="http://setbfree.org;
@@ -21,9 +21,9 @@
   export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
   # XDG desktop files
   gendesk -n \
-  --pkgname ${pkgname} \
+  --pkgname ${_name} \
   --pkgdesc "${pkgdesc}" \
-  --name setBfree \
+  --name setbfree \
   --categories "AudioVideo;Audio"
   gendesk -n \
   --pkgname x42-whirl \
@@ -41,8 +41,9 @@
   cd "$pkgname-$pkgver"
   make PREFIX=/usr DESTDIR="$pkgdir/" install
   # xdg desktop files
-  install -vDm 644 ../{${pkgname},x42-whirl}.desktop \
--t "${pkgdir}/usr/share/applications"
+  install -vDm 644 ../x42-whirl.desktop -t "${pkgdir}/usr/share/applications"
+  install -vDm 644 ../${_name}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
   # icons
   install -vDm 644 doc/{${_name},x42-whirl}.png \
 -t "${pkgdir}/usr/share/pixmaps/"


[arch-commits] Commit in lib32-libgpg-error/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 17:04:10
  Author: eschwartz
Revision: 373456

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD
(from rev 373455, lib32-libgpg-error/trunk/PKGBUILD)
Deleted:
  lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   81 ++---
 1 file changed, 40 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 17:03:50 UTC (rev 373455)
+++ PKGBUILD2018-08-23 17:04:10 UTC (rev 373456)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: judd 
-
-_pkgbasename=libgpg-error
-pkgname=lib32-$_pkgbasename
-pkgver=1.27
-pkgrel=1
-pkgdesc="Support library for libgcrypt (32-bit)"
-arch=(x86_64)
-url="http://www.gnupg.org;
-license=('LGPL')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a428758999ff573e62d06892e3d2c0b0f335787c'
-  'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06') # NIIBE Yutaka 
(GnuPG Release Key) 
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  make check
-}
-
-package() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD (from rev 373455, 
lib32-libgpg-error/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 17:04:10 UTC (rev 373456)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: judd 
+
+_pkgbasename=libgpg-error
+pkgname=lib32-$_pkgbasename
+pkgver=1.32
+pkgrel=1
+pkgdesc="Support library for libgcrypt (32-bit)"
+arch=(x86_64)
+url="https://www.gnupg.org;
+license=('LGPL')
+depends=('lib32-glibc' $_pkgbasename)
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('e310718c7737c816cb1313a2f3baf60fd6a6d5d3'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06') # NIIBE Yutaka 
(GnuPG Release Key) 
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  make check
+}
+
+package() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 17:03:50
  Author: eschwartz
Revision: 373455

upgpkg: lib32-libgpg-error 1.32-1

upstream release

Modified:
  lib32-libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 16:58:46 UTC (rev 373454)
+++ PKGBUILD2018-08-23 17:03:50 UTC (rev 373455)
@@ -3,17 +3,16 @@
 
 _pkgbasename=libgpg-error
 pkgname=lib32-$_pkgbasename
-pkgver=1.27
+pkgver=1.32
 pkgrel=1
 pkgdesc="Support library for libgcrypt (32-bit)"
 arch=(x86_64)
-url="http://www.gnupg.org;
+url="https://www.gnupg.org;
 license=('LGPL')
 depends=('lib32-glibc' $_pkgbasename)
-makedepends=(gcc-multilib)
 
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a428758999ff573e62d06892e3d2c0b0f335787c'
+sha1sums=('e310718c7737c816cb1313a2f3baf60fd6a6d5d3'
   'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch
   '031EC2536E580D8EA286A9F22071B08A33BD3F06') # NIIBE Yutaka 
(GnuPG Release Key) 


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

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 16:58:28
  Author: eschwartz
Revision: 373453

upgpkg: lib32-fakeroot 1.23-1

upstream release

Modified:
  lib32-fakeroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 16:51:07 UTC (rev 373452)
+++ PKGBUILD2018-08-23 16:58:28 UTC (rev 373453)
@@ -6,8 +6,8 @@
 
 _pkgbasename=fakeroot
 pkgname=lib32-${_pkgbasename}
-pkgver=1.22
-pkgrel=2
+pkgver=1.23
+pkgrel=1
 pkgdesc='Tool for simulating superuser privileges (32-bit)'
 arch=('x86_64')
 license=('GPL')
@@ -16,8 +16,8 @@
 install=fakeroot.install
 depends=('lib32-glibc' "$_pkgbasename")
 makedepends=('po4a')
-source=("http://ftp.debian.org/debian/pool/main/f/${_pkgbasename}/${_pkgbasename}_${pkgver}.orig.tar.bz2;)
-md5sums=('fae64c9aeb2c895ead8e1b99bf50c631')
+source=("http://ftp.debian.org/debian/pool/main/f/${_pkgbasename}/${_pkgbasename}_${pkgver}.orig.tar.xz;)
+sha256sums=('009cd6696a931562cf1c212bb57ca441a4a2d45cd32c3190a35c7ae98506f4f6')
 
 build() {
   export CC="gcc -m32"


[arch-commits] Commit in lib32-fakeroot/repos/multilib-x86_64 (4 files)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 16:58:46
  Author: eschwartz
Revision: 373454

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fakeroot/repos/multilib-x86_64/PKGBUILD
(from rev 373453, lib32-fakeroot/trunk/PKGBUILD)
  lib32-fakeroot/repos/multilib-x86_64/fakeroot.install
(from rev 373453, lib32-fakeroot/trunk/fakeroot.install)
Deleted:
  lib32-fakeroot/repos/multilib-x86_64/PKGBUILD
  lib32-fakeroot/repos/multilib-x86_64/fakeroot.install

--+
 PKGBUILD |   88 ++---
 fakeroot.install |   22 ++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 16:58:28 UTC (rev 373453)
+++ PKGBUILD2018-08-23 16:58:46 UTC (rev 373454)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Jochem Kossen 
-
-_pkgbasename=fakeroot
-pkgname=lib32-${_pkgbasename}
-pkgver=1.22
-pkgrel=2
-pkgdesc='Tool for simulating superuser privileges (32-bit)'
-arch=('x86_64')
-license=('GPL')
-url="https://packages.debian.org/fakeroot;
-groups=('multilib-devel')
-install=fakeroot.install
-depends=('lib32-glibc' "$_pkgbasename")
-makedepends=('po4a')
-source=("http://ftp.debian.org/debian/pool/main/f/${_pkgbasename}/${_pkgbasename}_${pkgver}.orig.tar.bz2;)
-md5sums=('fae64c9aeb2c895ead8e1b99bf50c631')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  ./bootstrap
-  ./configure --prefix=/usr --libdir=/usr/lib32/libfakeroot \
-  --disable-static --with-ipc=sysv
-  make
-
-  cd doc
-  po4a -k 0 --rm-backups --variable "srcdir=../doc/" po4a/po4a.cfg
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-  rm -rf "$pkgdir"/usr/{bin,share}
-
-  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
-  echo '/usr/lib32/libfakeroot' > "$pkgdir/etc/ld.so.conf.d/$pkgname.conf"
-}

Copied: lib32-fakeroot/repos/multilib-x86_64/PKGBUILD (from rev 373453, 
lib32-fakeroot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 16:58:46 UTC (rev 373454)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jochem Kossen 
+
+_pkgbasename=fakeroot
+pkgname=lib32-${_pkgbasename}
+pkgver=1.23
+pkgrel=1
+pkgdesc='Tool for simulating superuser privileges (32-bit)'
+arch=('x86_64')
+license=('GPL')
+url="https://packages.debian.org/fakeroot;
+groups=('multilib-devel')
+install=fakeroot.install
+depends=('lib32-glibc' "$_pkgbasename")
+makedepends=('po4a')
+source=("http://ftp.debian.org/debian/pool/main/f/${_pkgbasename}/${_pkgbasename}_${pkgver}.orig.tar.xz;)
+sha256sums=('009cd6696a931562cf1c212bb57ca441a4a2d45cd32c3190a35c7ae98506f4f6')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  ./bootstrap
+  ./configure --prefix=/usr --libdir=/usr/lib32/libfakeroot \
+  --disable-static --with-ipc=sysv
+  make
+
+  cd doc
+  po4a -k 0 --rm-backups --variable "srcdir=../doc/" po4a/po4a.cfg
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+  rm -rf "$pkgdir"/usr/{bin,share}
+
+  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
+  echo '/usr/lib32/libfakeroot' > "$pkgdir/etc/ld.so.conf.d/$pkgname.conf"
+}

Deleted: fakeroot.install
===
--- fakeroot.install2018-08-23 16:58:28 UTC (rev 373453)
+++ fakeroot.install2018-08-23 16:58:46 UTC (rev 373454)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/ldconfig -r .
-}
-
-post_upgrade() {
-  usr/bin/ldconfig -r .
-}
-
-pre_remove() {
-  usr/bin/ldconfig -r .
-}

Copied: lib32-fakeroot/repos/multilib-x86_64/fakeroot.install (from rev 373453, 
lib32-fakeroot/trunk/fakeroot.install)
===
--- fakeroot.install(rev 0)
+++ fakeroot.install2018-08-23 16:58:46 UTC (rev 373454)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/ldconfig -r .
+}
+
+post_upgrade() {
+  usr/bin/ldconfig -r .
+}
+
+pre_remove() {
+  usr/bin/ldconfig -r .
+}


[arch-commits] Commit in lib32-openssl-1.0/repos/multilib-x86_64 (8 files)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 16:51:07
  Author: eschwartz
Revision: 373452

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-openssl-1.0/repos/multilib-x86_64/PKGBUILD
(from rev 373451, lib32-openssl-1.0/trunk/PKGBUILD)
  lib32-openssl-1.0/repos/multilib-x86_64/no-rpath.patch
(from rev 373451, lib32-openssl-1.0/trunk/no-rpath.patch)
  lib32-openssl-1.0/repos/multilib-x86_64/openssl-1.0-versioned-symbols.patch
(from rev 373451, 
lib32-openssl-1.0/trunk/openssl-1.0-versioned-symbols.patch)
  lib32-openssl-1.0/repos/multilib-x86_64/ssl3-test-failure.patch
(from rev 373451, lib32-openssl-1.0/trunk/ssl3-test-failure.patch)
Deleted:
  lib32-openssl-1.0/repos/multilib-x86_64/PKGBUILD
  lib32-openssl-1.0/repos/multilib-x86_64/no-rpath.patch
  lib32-openssl-1.0/repos/multilib-x86_64/openssl-1.0-versioned-symbols.patch
  lib32-openssl-1.0/repos/multilib-x86_64/ssl3-test-failure.patch

-+
 PKGBUILD|  138 
 no-rpath.patch  |   22 
 openssl-1.0-versioned-symbols.patch | 9334 +-
 ssl3-test-failure.patch |   52 
 4 files changed, 4772 insertions(+), 4774 deletions(-)

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


[arch-commits] Commit in lib32-openssl-1.0/trunk (PKGBUILD)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 16:50:43
  Author: eschwartz
Revision: 373451

upgpkg: lib32-openssl-1.0 1.0.2.p-1

upstream release

Modified:
  lib32-openssl-1.0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 16:41:32 UTC (rev 373450)
+++ PKGBUILD2018-08-23 16:50:43 UTC (rev 373451)
@@ -4,7 +4,7 @@
 # Contributor: Llewelyn Trahaearn 
 
 pkgname=lib32-openssl-1.0
-_ver=1.0.2o
+_ver=1.0.2p
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
@@ -12,14 +12,12 @@
 url='https://www.openssl.org'
 license=('custom:BSD')
 depends=('lib32-glibc' 'openssl-1.0')
-makedepends=('gcc-multilib')
-options=('!makeflags')
 source=("https://www.openssl.org/source/openssl-${_ver}.tar.gz;
 "https://www.openssl.org/source/openssl-${_ver}.tar.gz.asc;
 'no-rpath.patch'
 'ssl3-test-failure.patch'
 'openssl-1.0-versioned-symbols.patch')
-sha256sums=('ec3f5c9714ba0fd45cb4e087301eb1336c317e0d20b575a125050470e8089e4d'
+sha256sums=('50a98e07b1a89eb8f6a99477f262df71c6fa7bef77df4dc83025a2845c827d00'
 'SKIP'
 '754d6107a306311e15a1db6a1cc031b81691c8b9865e8809ac60ca6f184c957c'
 'c54ae87c602eaa1530a336ab7c6e22e12898e1941012349c153e52553df64a13'


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

2018-08-23 Thread Ike Devolder via arch-commits
Date: Thursday, August 23, 2018 @ 16:41:32
  Author: idevolder
Revision: 373450

archrelease: copy trunk to community-x86_64

Added:
  qcad/repos/community-x86_64/PKGBUILD
(from rev 373449, qcad/trunk/PKGBUILD)
Deleted:
  qcad/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  184 ++---
 1 file changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 16:41:25 UTC (rev 373449)
+++ PKGBUILD2018-08-23 16:41:32 UTC (rev 373450)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Sergej Pupykin 
-# Contributor: Stefan Husmann 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=qcad
-pkgver=3.21.2.3
-pkgrel=1
-pkgdesc='A 2D CAD package based upon Qt'
-arch=('x86_64')
-url="http://www.qcad.org;
-license=('GPL3')
-depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
-makedepends=('glu')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('83f88da8afbde9a658dee8c1f0d9019712db3fe3c3302ba56ba90c2a8c7b7f630b60e17e7a88fcd2acd4df94614af6a34594c1a72b9b87d915044e787086ae91')
-
-prepare() {
-  rm *.tar.gz
-  cd qcad-$pkgver
-  sed -e 's|$${QT_VERSION}|5.5.0|g' \
-  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
-}
-
-build() {
-  cd qcad-$pkgver
-  qmake-qt5 qcad.pro
-  make
-}
-
-package() {
-  cd qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 "$pkgdir"/usr/lib/qcad
-  cp -r examples fonts libraries linetypes patterns scripts themes ts \
-  "$pkgdir"/usr/lib/qcad
-  cp release/{*.so,qcad-bin} "$pkgdir"/usr/lib/qcad
-
-  # install man
-  install -Dm644 qcad.1 "$pkgdir"/usr/share/man/man1/qcad.1
-
-  # readme
-  install -Dm644 readme.txt "$pkgdir"/usr/lib/qcad/readme.txt
-
-  # qt
-  cp -r plugins platforminputcontexts platforms xcbglintegrations \
-  "$pkgdir"/usr/lib/qcad
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/plugins/{designer,imageformats,printsupport,sqldrivers}
-  #for sofiles in /usr/lib/qt/plugins/designer/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/plugins/designer/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/imageformats/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/imageformats/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/printsupport/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/printsupport/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/sqldrivers/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/sqldrivers/${sofiles##/*/}
-  #done
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/{platforminputcontexts,platforms,xcbglintegrations}
-  #for sofiles in /usr/lib/qt/plugins/platforminputcontexts/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/platforminputcontexts/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/platforms/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/platforms/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/xcbglintegrations/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/xcbglintegrations/${sofiles##/*/}
-  #done
-
-  install -Dm644 scripts/qcad_icon.png 
"$pkgdir"/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 qcad.desktop "$pkgdir"/usr/share/applications/qcad.desktop
-
-  install -dm755 "$pkgdir"/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/lib/qcad"
 exec /usr/lib/qcad/qcad-bin "$@"' >"$pkgdir"/usr/bin/qcad
-
-  chmod 0755 "$pkgdir"/usr/bin/qcad
-}

Copied: qcad/repos/community-x86_64/PKGBUILD (from rev 373449, 
qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 16:41:32 UTC (rev 373450)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefan Husmann 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=qcad
+pkgver=3.21.2.5
+pkgrel=1
+pkgdesc='A 2D CAD package based upon Qt'
+arch=('x86_64')
+url="http://www.qcad.org;
+license=('GPL3')
+depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
+makedepends=('glu')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
+sha512sums=('3350372996d6a9b62b9cedd7bb54c090f6f60bc396791851118e648cb5e37c18301f05d248e2a95c74fc2f7898a5af1eb0e1bbfac4c3886314b6bdc6c8454e60')
+
+prepare() {
+  rm *.tar.gz
+  cd qcad-$pkgver
+  sed -e 's|$${QT_VERSION}|5.5.0|g' \
+  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
+}
+
+build() {
+  cd qcad-$pkgver
+  qmake-qt5 qcad.pro
+  make
+}
+

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

2018-08-23 Thread Ike Devolder via arch-commits
Date: Thursday, August 23, 2018 @ 16:41:25
  Author: idevolder
Revision: 373449

upgpkg: qcad 3.21.2.5-1

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 16:38:08 UTC (rev 373448)
+++ PKGBUILD2018-08-23 16:41:25 UTC (rev 373449)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.21.2.3
+pkgver=3.21.2.5
 pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('83f88da8afbde9a658dee8c1f0d9019712db3fe3c3302ba56ba90c2a8c7b7f630b60e17e7a88fcd2acd4df94614af6a34594c1a72b9b87d915044e787086ae91')
+sha512sums=('3350372996d6a9b62b9cedd7bb54c090f6f60bc396791851118e648cb5e37c18301f05d248e2a95c74fc2f7898a5af1eb0e1bbfac4c3886314b6bdc6c8454e60')
 
 prepare() {
   rm *.tar.gz


[arch-commits] Commit in lib32-openssl/repos/multilib-x86_64 (4 files)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 16:38:08
  Author: eschwartz
Revision: 373448

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
(from rev 373447, lib32-openssl/trunk/PKGBUILD)
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch
(from rev 373447, lib32-openssl/trunk/ca-dir.patch)
Deleted:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch

--+
 PKGBUILD |  137 -
 ca-dir.patch |   62 -
 2 files changed, 99 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 16:37:36 UTC (rev 373447)
+++ PKGBUILD2018-08-23 16:38:08 UTC (rev 373448)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-_pkgbasename=openssl
-pkgname=lib32-$_pkgbasename
-_ver=1.1.0h
-# use a pacman compatible version scheme
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-#pkgver=$_ver
-pkgrel=1
-epoch=1
-pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
-arch=('x86_64')
-url='https://www.openssl.org'
-license=('custom:BSD')
-depends=('lib32-glibc' "${_pkgbasename}")
-optdepends=('ca-certificates')
-makedepends=('gcc-multilib')
-source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz;
-"https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc;
-'ca-dir.patch')
-validpgpkeys=(8657ABB260F056B1E5190839D9C4D26D0E604491)
-md5sums=('5271477e4d93f4ea032b665ef095ff24'
- 'SKIP'
- '02b53865fb70faef763e262b4971aa4b')
-
-prepare() {
-   cd $srcdir/$_pkgbasename-$_ver
-
-   # set ca dir to /etc/ssl by default
-   patch -p0 -i $srcdir/ca-dir.patch
-   # test fails since 1.1.0h
-   rm test/recipes/80-test_cms.t
-}
-
-build() {
-   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   cd $srcdir/$_pkgbasename-$_ver
-
-   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
-   shared no-ssl3-method \
-   linux-elf \
-   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
-
-   make MAKEDEPPROG="${CC}" depend
-   make
-}
-
-check() {
-   cd $srcdir/$_pkgbasename-$_ver
-   # the test fails due to missing write permissions in /etc/ssl
-   # revert this patch for make test
-   patch -p0 -R -i $srcdir/ca-dir.patch
-   make test
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-package() {
-   cd $srcdir/$_pkgbasename-$_ver
-   make DESTDIR=$pkgdir install_sw
-
-   rm -rf ${pkgdir}/{usr/{include,bin},etc}
-   mkdir -p $pkgdir/usr/share/licenses
-   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-openssl/repos/multilib-x86_64/PKGBUILD (from rev 373447, 
lib32-openssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 16:38:08 UTC (rev 373448)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+_pkgbasename=openssl
+pkgname=lib32-$_pkgbasename
+_ver=1.1.0i
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+epoch=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
+arch=('x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('lib32-glibc' "${_pkgbasename}")
+optdepends=('ca-certificates')
+source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz;
+"https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc;
+'ca-dir.patch')
+validpgpkeys=(8657ABB260F056B1E5190839D9C4D26D0E604491)
+md5sums=('9495126aafd2659d357ea66a969c3fe1'
+ 'SKIP'
+ '02b53865fb70faef763e262b4971aa4b')
+
+prepare() {
+   cd "$srcdir"/$_pkgbasename-$_ver
+
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i "$srcdir"/ca-dir.patch
+   # test fails since 1.1.0h
+   rm test/recipes/80-test_cms.t
+}
+
+build() {
+   export CC="gcc -m32"
+   export CXX="g++ -m32"
+   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd "$srcdir"/$_pkgbasename-$_ver
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
+   shared no-ssl3-method \
+   linux-elf \
+   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+
+   make MAKEDEPPROG="${CC}" depend
+   make
+}
+
+check() {
+   cd "$srcdir"/$_pkgbasename-$_ver
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i "$srcdir"/ca-dir.patch
+ 

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

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 16:37:36
  Author: eschwartz
Revision: 373447

upgpkg: lib32-openssl 1:1.1.0.i-1

upstream release

Modified:
  lib32-openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 14:31:25 UTC (rev 373446)
+++ PKGBUILD2018-08-23 16:37:36 UTC (rev 373447)
@@ -3,7 +3,7 @@
 
 _pkgbasename=openssl
 pkgname=lib32-$_pkgbasename
-_ver=1.1.0h
+_ver=1.1.0i
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
@@ -15,20 +15,19 @@
 license=('custom:BSD')
 depends=('lib32-glibc' "${_pkgbasename}")
 optdepends=('ca-certificates')
-makedepends=('gcc-multilib')
 source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz;
 "https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc;
 'ca-dir.patch')
 validpgpkeys=(8657ABB260F056B1E5190839D9C4D26D0E604491)
-md5sums=('5271477e4d93f4ea032b665ef095ff24'
+md5sums=('9495126aafd2659d357ea66a969c3fe1'
  'SKIP'
  '02b53865fb70faef763e262b4971aa4b')
 
 prepare() {
-   cd $srcdir/$_pkgbasename-$_ver
+   cd "$srcdir"/$_pkgbasename-$_ver
 
# set ca dir to /etc/ssl by default
-   patch -p0 -i $srcdir/ca-dir.patch
+   patch -p0 -i "$srcdir"/ca-dir.patch
# test fails since 1.1.0h
rm test/recipes/80-test_cms.t
 }
@@ -38,7 +37,7 @@
export CXX="g++ -m32"
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-   cd $srcdir/$_pkgbasename-$_ver
+   cd "$srcdir"/$_pkgbasename-$_ver
 
# mark stack as non-executable: http://bugs.archlinux.org/task/12434
./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
@@ -51,19 +50,19 @@
 }
 
 check() {
-   cd $srcdir/$_pkgbasename-$_ver
+   cd "$srcdir"/$_pkgbasename-$_ver
# the test fails due to missing write permissions in /etc/ssl
# revert this patch for make test
-   patch -p0 -R -i $srcdir/ca-dir.patch
+   patch -p0 -R -i "$srcdir"/ca-dir.patch
make test
-   patch -p0 -i $srcdir/ca-dir.patch
+   patch -p0 -i "$srcdir"/ca-dir.patch
 }
 
 package() {
-   cd $srcdir/$_pkgbasename-$_ver
-   make DESTDIR=$pkgdir install_sw
+   cd "$srcdir"/$_pkgbasename-$_ver
+   make DESTDIR="$pkgdir" install_sw
 
rm -rf ${pkgdir}/{usr/{include,bin},etc}
-   mkdir -p $pkgdir/usr/share/licenses
-   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+   mkdir -p "$pkgdir"/usr/share/licenses
+   ln -s $_pkgbasename "$pkgdir"/usr/share/licenses/$pkgname
 }


[arch-commits] Commit in zita-bls1/repos/community-x86_64 (3 files)

2018-08-23 Thread David Runge via arch-commits
Date: Thursday, August 23, 2018 @ 14:31:25
  Author: dvzrv
Revision: 373446

archrelease: copy trunk to community-x86_64

Added:
  zita-bls1/repos/community-x86_64/PKGBUILD
(from rev 373445, zita-bls1/trunk/PKGBUILD)
  zita-bls1/repos/community-x86_64/zita-convolver.patch
(from rev 373445, zita-bls1/trunk/zita-convolver.patch)
Deleted:
  zita-bls1/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   87 -
 zita-convolver.patch |   12 ++
 2 files changed, 62 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 14:30:54 UTC (rev 373445)
+++ PKGBUILD2018-08-23 14:31:25 UTC (rev 373446)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-pkgname=zita-bls1
-pkgver=0.1.0
-pkgrel=5
-pkgdesc="Blumlein Shuffler implementation converting binaural stereo signals 
into a form suitable for reproduction on convential stereo speakers."
-arch=('x86_64')
-url="https://kokkinizita.linuxaudio.org/linuxaudio;
-license=('GPL2')
-groups=('pro-audio')
-depends=('cairo' 'clthreads' 'clxclient' 'jack' 'zita-convolver')
-makedepends=()
-source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('a1b4bd7a7ca56afb627e9f095e5e1f67415a52ae316bdc6ce0eced191830f53eaf5ba3402a44fbbb97529e29a0b007d1f0f8e79c89c863207216bca1fb76435c')
-
-prepare() {
-  cd "${pkgname}-${pkgver}/source"
-  # strip march=native
-  sed -e '/native/d' \
-  -e 's/freetype-config\ --cflags/pkgconf\ --cflags\ freetype2/' \
-  -i Makefile
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 ../doc/html/* \
--vDm 644 ../{AUTHORS,README}
-}

Copied: zita-bls1/repos/community-x86_64/PKGBUILD (from rev 373445, 
zita-bls1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 14:31:25 UTC (rev 373446)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=zita-bls1
+pkgver=0.1.0
+pkgrel=6
+pkgdesc="Blumlein Shuffler implementation converting binaural stereo signals 
into a form suitable for reproduction on convential stereo speakers."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio;
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clthreads' 'clxclient' 'jack' 'zita-convolver')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;
+'zita-convolver.patch')
+sha512sums=('a1b4bd7a7ca56afb627e9f095e5e1f67415a52ae316bdc6ce0eced191830f53eaf5ba3402a44fbbb97529e29a0b007d1f0f8e79c89c863207216bca1fb76435c'
+
'2f91833217428d2c0104006cb741f74abf709d21e33d4ec6d1a802d1c1f7a69a2465b73e4a44349cf7bde471538963ecc24f15a4a5de7d85978dd31539c57e81')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # strip march=native
+  sed -e '/native/d' \
+  -e 's/freetype-config\ --cflags/pkgconf\ --cflags\ freetype2/' \
+  -i source/Makefile
+  patch -Np1 -i ../zita-convolver.patch
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name zita-bls1 \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  # XDG desktop integration
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../doc/html/* \
+-vDm 644 ../{AUTHORS,README}
+}

Copied: zita-bls1/repos/community-x86_64/zita-convolver.patch (from rev 373445, 
zita-bls1/trunk/zita-convolver.patch)
===
--- zita-convolver.patch(rev 0)
+++ zita-convolver.patch2018-08-23 14:31:25 UTC (rev 373446)
@@ -0,0 +1,12 @@
+diff -ruN zita-bls1-0.1.0/source/shuffler.cc 
zita-bls1-0.1.0-b/source/shuffler.cc
+--- zita-bls1-0.1.0/source/shuffler.cc 2012-01-10 18:51:09.0 +0100
 zita-bls1-0.1.0-b/source/shuffler.cc   2018-08-23 16:27:12.523304581 
+0200
+@@ -75,7 +75,7 @@
+ memset (_fft_time, 0, _iplen * sizeof (float));
+ _fft_time [_iplen / 2] = 1.0f;
+ 
+-_convproc.configure (1, 1, _iplen, _quant, _minpt, _minpt);
++_convproc.configure (1, 1, _iplen, _quant, _minpt, _minpt, 1.0f);
+ _convproc.impdata_create (0, 0, 1, _fft_time, 0, _iplen);
+ _convproc.start_process (abspri, policy);
+ }


[arch-commits] Commit in zita-bls1/trunk (PKGBUILD zita-convolver.patch)

2018-08-23 Thread David Runge via arch-commits
Date: Thursday, August 23, 2018 @ 14:30:54
  Author: dvzrv
Revision: 373445

upgpkg: zita-bls1 0.1.0-6

Adding xdg desktop file. Adding patch for zita-convolver >= 4.0.0.

Added:
  zita-bls1/trunk/zita-convolver.patch
Modified:
  zita-bls1/trunk/PKGBUILD

--+
 PKGBUILD |   25 +++--
 zita-convolver.patch |   12 
 2 files changed, 31 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 14:01:56 UTC (rev 373444)
+++ PKGBUILD2018-08-23 14:30:54 UTC (rev 373445)
@@ -2,7 +2,7 @@
 # Maintainer: David Runge 
 pkgname=zita-bls1
 pkgver=0.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Blumlein Shuffler implementation converting binaural stereo signals 
into a form suitable for reproduction on convential stereo speakers."
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio;
@@ -9,16 +9,25 @@
 license=('GPL2')
 groups=('pro-audio')
 depends=('cairo' 'clthreads' 'clxclient' 'jack' 'zita-convolver')
-makedepends=()
-source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('a1b4bd7a7ca56afb627e9f095e5e1f67415a52ae316bdc6ce0eced191830f53eaf5ba3402a44fbbb97529e29a0b007d1f0f8e79c89c863207216bca1fb76435c')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;
+'zita-convolver.patch')
+sha512sums=('a1b4bd7a7ca56afb627e9f095e5e1f67415a52ae316bdc6ce0eced191830f53eaf5ba3402a44fbbb97529e29a0b007d1f0f8e79c89c863207216bca1fb76435c'
+
'2f91833217428d2c0104006cb741f74abf709d21e33d4ec6d1a802d1c1f7a69a2465b73e4a44349cf7bde471538963ecc24f15a4a5de7d85978dd31539c57e81')
 
 prepare() {
-  cd "${pkgname}-${pkgver}/source"
+  cd "${pkgname}-${pkgver}"
   # strip march=native
   sed -e '/native/d' \
   -e 's/freetype-config\ --cflags/pkgconf\ --cflags\ freetype2/' \
-  -i Makefile
+  -i source/Makefile
+  patch -Np1 -i ../zita-convolver.patch
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name zita-bls1 \
+  --categories "AudioVideo;Audio"
 }
 
 build() {
@@ -30,6 +39,10 @@
   cd "${pkgname}-${pkgver}/source"
   make PREFIX=/usr DESTDIR="$pkgdir" install
 
+  # XDG desktop integration
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
 -vDm 644 ../doc/html/* \

Added: zita-convolver.patch
===
--- zita-convolver.patch(rev 0)
+++ zita-convolver.patch2018-08-23 14:30:54 UTC (rev 373445)
@@ -0,0 +1,12 @@
+diff -ruN zita-bls1-0.1.0/source/shuffler.cc 
zita-bls1-0.1.0-b/source/shuffler.cc
+--- zita-bls1-0.1.0/source/shuffler.cc 2012-01-10 18:51:09.0 +0100
 zita-bls1-0.1.0-b/source/shuffler.cc   2018-08-23 16:27:12.523304581 
+0200
+@@ -75,7 +75,7 @@
+ memset (_fft_time, 0, _iplen * sizeof (float));
+ _fft_time [_iplen / 2] = 1.0f;
+ 
+-_convproc.configure (1, 1, _iplen, _quant, _minpt, _minpt);
++_convproc.configure (1, 1, _iplen, _quant, _minpt, _minpt, 1.0f);
+ _convproc.impdata_create (0, 0, 1, _fft_time, 0, _iplen);
+ _convproc.start_process (abspri, policy);
+ }


[arch-commits] Commit in gdm/repos/extra-x86_64 (6 files)

2018-08-23 Thread Jan Steffens via arch-commits
Date: Thursday, August 23, 2018 @ 13:57:25
  Author: heftig
Revision: 332855

archrelease: copy trunk to extra-x86_64

Added:
  gdm/repos/extra-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 332854, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 332854, gdm/trunk/PKGBUILD)
  gdm/repos/extra-x86_64/gdm.sysusers
(from rev 332854, gdm/trunk/gdm.sysusers)
Deleted:
  gdm/repos/extra-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/gdm.sysusers

--+
 0002-Xsession-Don-t-start-ssh-agent-by-default.patch |   62 ++---
 PKGBUILD |  182 -
 gdm.sysusers |4 
 3 files changed, 124 insertions(+), 124 deletions(-)

Deleted: 0002-Xsession-Don-t-start-ssh-agent-by-default.patch
===
--- 0002-Xsession-Don-t-start-ssh-agent-by-default.patch2018-08-23 
13:56:05 UTC (rev 332854)
+++ 0002-Xsession-Don-t-start-ssh-agent-by-default.patch2018-08-23 
13:57:25 UTC (rev 332855)
@@ -1,31 +0,0 @@
-From 8bf4d553ba9e7a5978ed8920ca0b06e624de2eda Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 20 Jun 2015 17:22:38 +0200
-Subject: [PATCH 2/2] Xsession: Don't start ssh-agent by default
-

- data/Xsession.in | 8 
- 1 file changed, 8 deletions(-)
-
-diff --git a/data/Xsession.in b/data/Xsession.in
-index f253375..c143b30 100755
 a/data/Xsession.in
-+++ b/data/Xsession.in
-@@ -184,14 +184,6 @@ if [ "x$command" = "xdefault" ] ; then
-   fi
- fi
- 
--# add ssh-agent if found
--sshagent="`gdmwhich ssh-agent`"
--if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
--command="$sshagent -- $command"
--elif [ -z "$sshagent" ] ; then
--echo "$0: ssh-agent not found!"
--fi
--
- echo "$0: Setup done, will execute: $command"
- 
- eval exec $command
--- 
-2.4.5
-

Copied: 
gdm/repos/extra-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch 
(from rev 332854, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
===
--- 0002-Xsession-Don-t-start-ssh-agent-by-default.patch
(rev 0)
+++ 0002-Xsession-Don-t-start-ssh-agent-by-default.patch2018-08-23 
13:57:25 UTC (rev 332855)
@@ -0,0 +1,31 @@
+From 8bf4d553ba9e7a5978ed8920ca0b06e624de2eda Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 20 Jun 2015 17:22:38 +0200
+Subject: [PATCH 2/2] Xsession: Don't start ssh-agent by default
+
+---
+ data/Xsession.in | 8 
+ 1 file changed, 8 deletions(-)
+
+diff --git a/data/Xsession.in b/data/Xsession.in
+index f253375..c143b30 100755
+--- a/data/Xsession.in
 b/data/Xsession.in
+@@ -184,14 +184,6 @@ if [ "x$command" = "xdefault" ] ; then
+   fi
+ fi
+ 
+-# add ssh-agent if found
+-sshagent="`gdmwhich ssh-agent`"
+-if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
+-command="$sshagent -- $command"
+-elif [ -z "$sshagent" ] ; then
+-echo "$0: ssh-agent not found!"
+-fi
+-
+ echo "$0: Setup done, will execute: $command"
+ 
+ eval exec $command
+-- 
+2.4.5
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 13:56:05 UTC (rev 332854)
+++ PKGBUILD2018-08-23 13:57:25 UTC (rev 332855)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gdm
-pkgname=(gdm libgdm)
-pkgver=3.28.3
-pkgrel=1
-pkgdesc="Display manager and login screen"
-url="https://wiki.gnome.org/Projects/GDM;
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server 
xorg-server-xwayland xorg-xhost)
-makedepends=(yelp-tools intltool gobject-introspection git docbook-xsl)
-checkdepends=(check)
-_commit=feadaf983abcd357ba6abd7050f08a9575d1e335  # tags/3.28.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gdm.git#commit=$_commit;
-0002-Xsession-Don-t-start-ssh-agent-by-default.patch
-gdm.sysusers)
-sha256sums=('SKIP'
-'9449da0b6ee58aa3fde65e6d8d1f30513e4176a7dc6d176f17f320ce82cb1d82'
-'6d9c8e38c7de85b6ec75e488585b8c451f5d9b4fabd2a42921dc3bfcc4aa3e13')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  patch -Np1 -i ../0002-Xsession-Don-t-start-ssh-agent-by-default.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-schemas-compile \
---disable-static \
---enable-gdm-xsession \
---enable-ipv6 \
-

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

2018-08-23 Thread Jan Steffens via arch-commits
Date: Thursday, August 23, 2018 @ 13:56:05
  Author: heftig
Revision: 332854

3.28.4-1

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 13:11:18 UTC (rev 332853)
+++ PKGBUILD2018-08-23 13:56:05 UTC (rev 332854)
@@ -4,7 +4,7 @@
 
 pkgbase=gdm
 pkgname=(gdm libgdm)
-pkgver=3.28.3
+pkgver=3.28.4
 pkgrel=1
 pkgdesc="Display manager and login screen"
 url="https://wiki.gnome.org/Projects/GDM;
@@ -13,7 +13,7 @@
 depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server 
xorg-server-xwayland xorg-xhost)
 makedepends=(yelp-tools intltool gobject-introspection git docbook-xsl)
 checkdepends=(check)
-_commit=feadaf983abcd357ba6abd7050f08a9575d1e335  # tags/3.28.3^0
+_commit=28ed2ea5ced33212b2417b84a7977ed3969bdeea  # tags/3.28.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gdm.git#commit=$_commit;
 0002-Xsession-Don-t-start-ssh-agent-by-default.patch
 gdm.sysusers)


[arch-commits] Commit in firefox-noscript/repos/community-any (PKGBUILD PKGBUILD)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 13:53:35
  Author: eschwartz
Revision: 373435

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 373434, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 13:53:15 UTC (rev 373434)
+++ PKGBUILD2018-08-23 13:53:35 UTC (rev 373435)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eschwartz 
-
-pkgname=firefox-noscript
-pkgver=10.1.8.16
-pkgrel=1
-pkgdesc="Extension for firefox which disables script"
-arch=('any')
-url="https://noscript.net/;
-license=('GPL2')
-groups=('firefox-addons')
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
-noextract=("noscript-${pkgver}.xpi")
-sha256sums=('fdc539412a61e6109b9fd331c90bd73faa787eefe1ee8d06b57dc3d906c541cd')
-
-package() {
-  depends=('firefox')
-
-  cd "${srcdir}"
-  _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 373434, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 13:53:35 UTC (rev 373435)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eschwartz 
+
+pkgname=firefox-noscript
+pkgver=10.1.8.17
+pkgrel=1
+pkgdesc="Extension for firefox which disables script"
+arch=('any')
+url="https://noscript.net/;
+license=('GPL2')
+groups=('firefox-addons')
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
+noextract=("noscript-${pkgver}.xpi")
+sha256sums=('0a64dbdf3ca6d7fb3a8a36beb67e59ae3366db8486229d1eb960cd285231a96b')
+
+package() {
+  depends=('firefox')
+
+  cd "${srcdir}"
+  _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
+}


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

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 13:53:15
  Author: eschwartz
Revision: 373434

upgpkg: firefox-noscript 10.1.8.17-1

upstream release

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 13:30:48 UTC (rev 373433)
+++ PKGBUILD2018-08-23 13:53:15 UTC (rev 373434)
@@ -3,7 +3,7 @@
 # Maintainer: Eschwartz 
 
 pkgname=firefox-noscript
-pkgver=10.1.8.16
+pkgver=10.1.8.17
 pkgrel=1
 pkgdesc="Extension for firefox which disables script"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('unzip')
 
source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
 noextract=("noscript-${pkgver}.xpi")
-sha256sums=('fdc539412a61e6109b9fd331c90bd73faa787eefe1ee8d06b57dc3d906c541cd')
+sha256sums=('0a64dbdf3ca6d7fb3a8a36beb67e59ae3366db8486229d1eb960cd285231a96b')
 
 package() {
   depends=('firefox')


[arch-commits] Commit in firefox-extension-privacybadger/repos/community-any (2 files)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 13:30:48
  Author: eschwartz
Revision: 373433

archrelease: copy trunk to community-any

Added:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD
(from rev 373432, firefox-extension-privacybadger/trunk/PKGBUILD)
Deleted:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 13:30:27 UTC (rev 373432)
+++ PKGBUILD2018-08-23 13:30:48 UTC (rev 373433)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=privacybadger
-pkgname=firefox-extension-${_pkgname}
-pkgver=2018.8.1
-pkgrel=1
-pkgdesc="Block third party tracking in your browser"
-arch=('any')
-url="https://www.eff.org/privacybadger;
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('069656b4c36e11dc814ae13ce035ee9918b57f1350c465f6775cccac94cc682a'
-'SKIP')
-validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  depends=("firefox")
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-privacybadger/repos/community-any/PKGBUILD (from rev 
373432, firefox-extension-privacybadger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 13:30:48 UTC (rev 373433)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=privacybadger
+pkgname=firefox-extension-${_pkgname}
+pkgver=2018.8.22
+pkgrel=1
+pkgdesc="Block third party tracking in your browser"
+arch=('any')
+url="https://www.eff.org/privacybadger;
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('894e27e00ac5b1ee510a0d583f7f1e01c7f95632d43c9d7e6b856fff698163fd'
+'SKIP')
+validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  depends=("firefox")
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


[arch-commits] Commit in firefox-extension-privacybadger/trunk (PKGBUILD)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 13:30:27
  Author: eschwartz
Revision: 373432

upgpkg: firefox-extension-privacybadger 2018.8.22-1

upstream release

Modified:
  firefox-extension-privacybadger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 13:28:49 UTC (rev 373431)
+++ PKGBUILD2018-08-23 13:30:27 UTC (rev 373432)
@@ -4,7 +4,7 @@
 
 _pkgname=privacybadger
 pkgname=firefox-extension-${_pkgname}
-pkgver=2018.8.1
+pkgver=2018.8.22
 pkgrel=1
 pkgdesc="Block third party tracking in your browser"
 arch=('any')
@@ -15,7 +15,7 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('069656b4c36e11dc814ae13ce035ee9918b57f1350c465f6775cccac94cc682a'
+sha256sums=('894e27e00ac5b1ee510a0d583f7f1e01c7f95632d43c9d7e6b856fff698163fd'
 'SKIP')
 validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

 


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

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 13:28:49
  Author: arojas
Revision: 373431

archrelease: copy trunk to community-testing-x86_64

Added:
  gmic/repos/community-testing-x86_64/PKGBUILD
(from rev 373430, gmic/trunk/PKGBUILD)
Deleted:
  gmic/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 13:28:21 UTC (rev 373430)
+++ PKGBUILD2018-08-23 13:28:49 UTC (rev 373431)
@@ -1,75 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.3.4
-pkgrel=2
-arch=(x86_64)
-url="http://gmic.eu/;
-license=(custom:CeCILL)
-makedepends=(gimp qt5-base fftw openexr opencv git)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
-sha256sums=('fdcb16ec21673e241de18fb9caece437e51fa1fee34c8613d195ba66d23b51f9')
-
-prepare() {
-  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
-  sed -e 's|-Ofast|-O2 -fno-fast-math|g' -i gmic-$pkgver/gmic-qt/gmic_qt.pro
-# fix overlinking
-  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' -i gmic-$pkgver/src/Makefile 
-}
-
-build() {
-  cd gmic-$pkgver
-  make -C src cli lib libc WGET=/bin/true
-
-  cd gmic-qt
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none
-  make
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp
-  make
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita
-  make  
-
-  cd ../zart
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on
-  make
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=(opencv fftw curl)
-  optdepends=('qt5-base: for the Qt UI')
-
-  cd gmic-$pkgver/src
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm -r "$pkgdir"/usr/{bin/zart,lib/gimp,bin/gmic_krita_qt}
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=(gmic qt5-base)
-
-  install -Dm755 gmic-$pkgver/zart/zart -t "$pkgdir"/usr/bin
-  install -Dm644 gmic-$pkgver/zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp gmic qt5-base)
-
-  install -Dm755 gmic-$pkgver/gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita gmic)
-
-  install -Dm755 gmic-$pkgver/gmic-qt/gmic_krita_qt -t "$pkgdir"/usr/bin/
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gmic/repos/community-testing-x86_64/PKGBUILD (from rev 373430, 
gmic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 13:28:49 UTC (rev 373431)
@@ -0,0 +1,75 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
+pkgver=2.3.5
+pkgrel=1
+arch=(x86_64)
+url="http://gmic.eu/;
+license=(custom:CeCILL)
+makedepends=(gimp qt5-base fftw openexr opencv git)
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
+sha256sums=('57166757666cdcb2e968ae33426b4dcd5fb961d59dadd4effca5bf0f7ccf0162')
+
+prepare() {
+  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
+  sed -e 's|-Ofast|-O2 -fno-fast-math|g' -i gmic-$pkgver/gmic-qt/gmic_qt.pro
+# fix overlinking
+  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' -i gmic-$pkgver/src/Makefile 
+}
+
+build() {
+  cd gmic-$pkgver
+  make -C src cli lib libc WGET=/bin/true
+
+  cd gmic-qt
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none
+  make
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp
+  make
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita
+  make  
+
+  cd ../zart
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on
+  make
+}
+
+package_gmic() {
+  pkgdesc="GREYC's Magic Image Converter: image processing framework"
+  depends=(opencv fftw curl)
+  optdepends=('qt5-base: for the Qt UI')
+
+  cd gmic-$pkgver/src
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -r "$pkgdir"/usr/{bin/zart,lib/gimp,bin/gmic_krita_qt}
+}
+
+package_zart() 

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

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 13:28:21
  Author: arojas
Revision: 373430

Update to 2.3.5

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 13:25:10 UTC (rev 373429)
+++ PKGBUILD2018-08-23 13:28:21 UTC (rev 373430)
@@ -6,14 +6,14 @@
 
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.3.4
-pkgrel=2
+pkgver=2.3.5
+pkgrel=1
 arch=(x86_64)
 url="http://gmic.eu/;
 license=(custom:CeCILL)
 makedepends=(gimp qt5-base fftw openexr opencv git)
 source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
-sha256sums=('fdcb16ec21673e241de18fb9caece437e51fa1fee34c8613d195ba66d23b51f9')
+sha256sums=('57166757666cdcb2e968ae33426b4dcd5fb961d59dadd4effca5bf0f7ccf0162')
 
 prepare() {
   sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile


[arch-commits] Commit in firefox-extension-https-everywhere/trunk (PKGBUILD)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 13:24:50
  Author: eschwartz
Revision: 373428

upgpkg: firefox-extension-https-everywhere 2018.8.22-1

upstream release

Modified:
  firefox-extension-https-everywhere/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 12:59:11 UTC (rev 373427)
+++ PKGBUILD2018-08-23 13:24:50 UTC (rev 373428)
@@ -4,7 +4,7 @@
 
 _pkgname=https-everywhere
 pkgname=firefox-extension-${_pkgname}
-pkgver=2018.6.21
+pkgver=2018.8.22
 pkgrel=1
 pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
 arch=('any')
@@ -15,7 +15,7 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('178d06a8a091a3ac840c95d410ab7fe86d4e651d6e3489eff977782d9f5eab93'
+sha256sums=('b37b8ddc871e539e97075b7ae9555c076003a51b389776bc2a4729e3f13690ce'
 'SKIP')
 validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677') # William Budington 

 


[arch-commits] Commit in firefox-extension-https-everywhere/repos/community-any (2 files)

2018-08-23 Thread Eli Schwartz via arch-commits
Date: Thursday, August 23, 2018 @ 13:25:10
  Author: eschwartz
Revision: 373429

archrelease: copy trunk to community-any

Added:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD
(from rev 373428, firefox-extension-https-everywhere/trunk/PKGBUILD)
Deleted:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 13:24:50 UTC (rev 373428)
+++ PKGBUILD2018-08-23 13:25:10 UTC (rev 373429)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=https-everywhere
-pkgname=firefox-extension-${_pkgname}
-pkgver=2018.6.21
-pkgrel=1
-pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
-arch=('any')
-url="https://www.eff.org/https-everywhere;
-license=('GPL2')
-groups=('firefox-addons')
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('178d06a8a091a3ac840c95d410ab7fe86d4e651d6e3489eff977782d9f5eab93'
-'SKIP')
-validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677') # William Budington 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  depends=("firefox")
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-https-everywhere/repos/community-any/PKGBUILD (from 
rev 373428, firefox-extension-https-everywhere/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 13:25:10 UTC (rev 373429)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=https-everywhere
+pkgname=firefox-extension-${_pkgname}
+pkgver=2018.8.22
+pkgrel=1
+pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
+arch=('any')
+url="https://www.eff.org/https-everywhere;
+license=('GPL2')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('b37b8ddc871e539e97075b7ae9555c076003a51b389776bc2a4729e3f13690ce'
+'SKIP')
+validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677') # William Budington 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  depends=("firefox")
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


[arch-commits] Commit in bdf-unifont/repos/extra-any (4 files)

2018-08-23 Thread Ronald van Haren via arch-commits
Date: Thursday, August 23, 2018 @ 13:11:18
  Author: ronald
Revision: 332853

archrelease: copy trunk to extra-any

Added:
  bdf-unifont/repos/extra-any/LICENSE
(from rev 332852, bdf-unifont/trunk/LICENSE)
  bdf-unifont/repos/extra-any/PKGBUILD
(from rev 332852, bdf-unifont/trunk/PKGBUILD)
Deleted:
  bdf-unifont/repos/extra-any/LICENSE
  bdf-unifont/repos/extra-any/PKGBUILD

--+
 LICENSE  |  120 ++---
 PKGBUILD |   44 +++---
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-08-23 13:11:11 UTC (rev 332852)
+++ LICENSE 2018-08-23 13:11:18 UTC (rev 332853)
@@ -1,60 +0,0 @@
-CENSE

-Roman Czyborra released his work (Perl scripts and font .hex files)
-under the following terms:
-
- All of my works you find here are freeware. You may
- freely copy, use, quote, modify or redistribute them
- as long as you properly attribute my contribution and
- have given a quick thought about whether Roman might
- perhaps be interested to read what you did with his
- stuff. Horizontal rules don't apply.
-
-David Starner released what in this package is named "hex2bdf-split"
-under the same license as Roman Czyborra's work.
-
-License for all of Paul Hardy's work (except "johab2ucs2" and
-"blanks.hex", mentioned separately), Makefile and debian/ mods
-by Anthony Fok, and modified software from Luis Gonzalez Miranda
-(with permission granted to Paul Hardy):
-
- These are released under the terms of the GNU General Public
- License version 2, or (at your option) a later version.
-
-License for Fonts:
-
- Any fonts using glyphs from the "wqy-cjk.hex" file (including
- the default TrueType font) are bound by the terms of the Wen
- Quan Yi font license.  Those fonts are released under the terms
- of the GNU General Public License (GPL) versionn 2, with the
- exception that embedding the font in a document does not by
- itself bind that document to the terms of the GNU GPL.
-
- Any fonts that do not use glyphs from the "wqy-cjk.hex" file
- fall under the above "License for all of Roman Czyborra's work".
-
- The fonts in "./font/precompiled" do use wqy-cjk.hex, and so
- are licensed under the GNU GPL version 2, with the exception
- that embedding the font in a document does not in itself bind
- that document to the terms of the GNU GPL.  The following
- paragraphs explaining the exception is taken from the Wen
- Quan Yi font distribution:
-
-  ** GPL v2.0 license with font embedding exception:
-
-  As a special exception, if you create a document which
-  uses this font, and embed this font or unaltered portions
-  of this font into the document, this font does not by
-  itself cause the resulting document to be covered by
-  the GNU General Public License. This exception does not
-  however invalidate any other reasons why the document
-  might be covered by the GNU General Public License.
-  If you modify this font, you may extend this exception
-  to your version of the font, but you are not obligated
-  to do so. If you do not wish to do so, delete this
-  exception statement from your version.
-
-License for "blanks.hex":
-
- There is one exception to the above rules: Paul Hardy earlier
- released the "blanks.hex" file into the public domain.

Copied: bdf-unifont/repos/extra-any/LICENSE (from rev 332852, 
bdf-unifont/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-08-23 13:11:18 UTC (rev 332853)
@@ -0,0 +1,60 @@
+CENSE
+---
+Roman Czyborra released his work (Perl scripts and font .hex files)
+under the following terms:
+
+ All of my works you find here are freeware. You may
+ freely copy, use, quote, modify or redistribute them
+ as long as you properly attribute my contribution and
+ have given a quick thought about whether Roman might
+ perhaps be interested to read what you did with his
+ stuff. Horizontal rules don't apply.
+
+David Starner released what in this package is named "hex2bdf-split"
+under the same license as Roman Czyborra's work.
+
+License for all of Paul Hardy's work (except "johab2ucs2" and
+"blanks.hex", mentioned separately), Makefile and debian/ mods
+by Anthony Fok, and modified software from Luis Gonzalez Miranda
+(with permission granted to Paul Hardy):
+
+ These are released under the terms of the GNU General Public
+ License version 2, or (at your option) a later version.
+
+License for Fonts:
+
+ Any fonts using glyphs from the "wqy-cjk.hex" file (including
+ the default TrueType font) are bound by the terms of the Wen
+ Quan Yi font license.  Those 

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

2018-08-23 Thread Ronald van Haren via arch-commits
Date: Thursday, August 23, 2018 @ 13:11:11
  Author: ronald
Revision: 332852

upgpkg: bdf-unifont 11.0.02-1

update to 11.0.02; change url

Modified:
  bdf-unifont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 13:03:00 UTC (rev 332851)
+++ PKGBUILD2018-08-23 13:11:11 UTC (rev 332852)
@@ -2,16 +2,16 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=bdf-unifont
-pkgver=11.0.01
+pkgver=11.0.02
 pkgrel=1
 pkgdesc="GNU Unifont Glyphs"
 arch=('any')
 license=('custom' 'GPL2')
-url="http://unifoundry.com/unifont.html;
+url="https://ftp.gnu.org/gnu/unifont;
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-source=("http://unifoundry.com/pub/unifont-${pkgver}/font-builds/unifont-${pkgver}.bdf.gz"{,.sig}
 'LICENSE')
+source=("https://ftp.gnu.org/gnu/unifont/unifont-${pkgver}/unifont-${pkgver}.bdf.gz"{,.sig}
 "LICENSE")
 validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy
-sha256sums=('bfde8a8793022e9292dd8b2bd1e8be1a0d21dbcae219c1a511f0320e85fd7ebc'
+sha256sums=('a7ea9ca4f6dcb59377d978194835ede669457069256184f86d46ab5b863c56e6'
 'SKIP'
 'b301a70ea554b471ca22f9654d8fe0573a93c1ecae3f59f17026f12e58f31e3a')
 


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

2018-08-23 Thread Ronald van Haren via arch-commits
Date: Thursday, August 23, 2018 @ 13:03:00
  Author: ronald
Revision: 332851

archrelease: copy trunk to testing-x86_64

Added:
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 332850, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 332850, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 332850, dhcpcd/trunk/dhcpcd_.service)

-+
 PKGBUILD|   65 ++
 dhcpcd.service  |   13 ++
 dhcpcd_.service |   15 
 3 files changed, 93 insertions(+)

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 332850, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-23 13:03:00 UTC (rev 332851)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=7.0.8
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/;
+arch=('x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh' 'udev' 'libsystemd')
+optdepends=('openresolv: resolvconf support')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'dhcpcd_.service'
+'dhcpcd.service')
+validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
+sha256sums=('96968e883369ab4afd11eba9dfd9bb109f5dfff65b2814ce6c432f36362dc9b5'
+'72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
+'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make test
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-x86_64/dhcpcd.service (from rev 332850, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-x86_64/dhcpcd.service   (rev 0)
+++ testing-x86_64/dhcpcd.service   2018-08-23 13:03:00 UTC (rev 332851)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/dhcpcd_.service (from rev 332850, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-x86_64/dhcpcd_.service  (rev 0)
+++ testing-x86_64/dhcpcd_.service  2018-08-23 13:03:00 UTC (rev 332851)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target


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

2018-08-23 Thread Ronald van Haren via arch-commits
Date: Thursday, August 23, 2018 @ 13:02:53
  Author: ronald
Revision: 332850

upgpkg: dhcpcd 7.0.8-1

update to 7.0.8

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 08:29:46 UTC (rev 332849)
+++ PKGBUILD2018-08-23 13:02:53 UTC (rev 332850)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=7.0.7
+pkgver=7.0.8
 pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/;
@@ -20,9 +20,9 @@
 'dhcpcd_.service'
 'dhcpcd.service')
 validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
-sha512sums=('04c316f7b180bbbf48aa58273d3a28d659824e474d1ce48325f610ed2c5d2a01117f5b65b4a9697f3e8e1b85d4bdcc0b8ab75a928a8cd5723a865d8c0a065269'
-
'837b4921ebadfed664eb9ad575116c3be89377be32b8bd194cfac7a31430a6d8efadaacdcb2a87364a22cb7a2c36fdbef246becda094317311b1730618e804e8'
-
'00313d1c33cf9c77bf2743e6ae11dd4acf78453b63529bb3a1264a50a91363990a2d781afb9af9456badcba0165f58e083cec4fd4c09b25aa65124d8b275c4ad')
+sha256sums=('96968e883369ab4afd11eba9dfd9bb109f5dfff65b2814ce6c432f36362dc9b5'
+'72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
+'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in stylish-haskell/repos (2 files)

2018-08-23 Thread Felix Yan via arch-commits
Date: Thursday, August 23, 2018 @ 12:59:11
  Author: felixonmars
Revision: 373427

archrelease: copy trunk to community-staging-x86_64

Added:
  stylish-haskell/repos/community-staging-x86_64/
  stylish-haskell/repos/community-staging-x86_64/PKGBUILD
(from rev 373426, stylish-haskell/trunk/PKGBUILD)

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

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
373426, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-23 12:59:11 UTC (rev 373427)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.9.2.0
+pkgrel=52
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 
'haskell-optparse-applicative'
+ 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ccdbfc7f169624210590c5b60c98202709a9418bfe0aac1cf9af7e51704f7f1a2092716e1f5857056634611afbbb5d1013e2b2c3e79602a959a9725aacfba51a')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/<.*0.9/<1/' -e 's/<.*1.4/<2/' 
$pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-23 Thread Felix Yan via arch-commits
Date: Thursday, August 23, 2018 @ 12:58:52
  Author: felixonmars
Revision: 373426

upgpkg: stylish-haskell 0.9.2.0-52

rebuild with yaml 0.10.0

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 12:57:41 UTC (rev 373425)
+++ PKGBUILD2018-08-23 12:58:52 UTC (rev 373426)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.2.0
-pkgrel=51
+pkgrel=52
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2018-08-23 Thread Felix Yan via arch-commits
Date: Thursday, August 23, 2018 @ 12:57:41
  Author: felixonmars
Revision: 373425

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 373424, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 373424, stack/trunk/stack.install)

---+
 PKGBUILD  |   77 
 stack.install |4 ++
 2 files changed, 81 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 373424, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-23 12:57:41 UTC (rev 373425)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.7.1
+pkgrel=106
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('786c116b4717f6e0f5ac0b5397db4834486610f511eafefe2356574545f97093fe3203824b7a3cabb2e0562e5c0443af3d93defe83751a9982727d88cafe78a7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '54d;55d;56d;57d;58d' src/test/Stack/StoreSpec.hs
+  hpack
+  sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 373424, 

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

2018-08-23 Thread Felix Yan via arch-commits
Date: Thursday, August 23, 2018 @ 12:57:22
  Author: felixonmars
Revision: 373424

upgpkg: stack 1.7.1-106

rebuild with yaml 0.10.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 12:51:32 UTC (rev 373423)
+++ PKGBUILD2018-08-23 12:57:22 UTC (rev 373424)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.7.1
-pkgrel=105
+pkgrel=106
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-hakyll/repos (2 files)

2018-08-23 Thread Felix Yan via arch-commits
Date: Thursday, August 23, 2018 @ 12:51:32
  Author: felixonmars
Revision: 373423

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 373422, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
373422, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-23 12:51:32 UTC (rev 373423)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.3.0
+pkgrel=95
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('287112e1cb7ac4c06f976ee77fe6b64605c96f04e78c366cffdc24d435f57d37c06543e180476a23bd5e7a42a54e4b30a08ad5e4a8aec5fd97052503691574fc')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*0.9/<1/' -e 's/<.*0.0.11/<1/' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-23 Thread Felix Yan via arch-commits
Date: Thursday, August 23, 2018 @ 12:51:16
  Author: felixonmars
Revision: 373422

upgpkg: haskell-hakyll 4.12.3.0-95

rebuild with yaml 0.10.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 12:49:11 UTC (rev 373421)
+++ PKGBUILD2018-08-23 12:51:16 UTC (rev 373422)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.3.0
-pkgrel=94
+pkgrel=95
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


[arch-commits] Commit in pandoc-citeproc/repos (2 files)

2018-08-23 Thread Felix Yan via arch-commits
Date: Thursday, August 23, 2018 @ 12:49:11
  Author: felixonmars
Revision: 373421

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 373420, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
373420, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-23 12:49:11 UTC (rev 373421)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.14.3.1
+pkgrel=112
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 
'pandoc'
+ 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 
'haskell-split'
+ 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 
'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('ab3d395c77192f72fa5cf9606f3cc5fc37c00a5719a58203d4b7c6edbc032524dd8457abe292d5d7dbe5ab2eaccd545269355931451ca0835d0ac1aa3cc48414')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+sed -i 's/<.*1.4/<2/' $pkgname.cabal
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2018-08-23 Thread Felix Yan via arch-commits
Date: Thursday, August 23, 2018 @ 12:48:52
  Author: felixonmars
Revision: 373420

upgpkg: pandoc-citeproc 0.14.3.1-112

rebuild with yaml 0.10.0

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 12:46:13 UTC (rev 373419)
+++ PKGBUILD2018-08-23 12:48:52 UTC (rev 373420)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.14.3.1
-pkgrel=111
+pkgrel=112
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


[arch-commits] Commit in hopenpgp-tools/repos (2 files)

2018-08-23 Thread Felix Yan via arch-commits
Date: Thursday, August 23, 2018 @ 12:46:13
  Author: felixonmars
Revision: 373419

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 373418, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
373418, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-23 12:46:13 UTC (rev 373419)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.21.2
+pkgrel=11
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('2a5e1487670b9616a5546ec0cd2671e712aeef8017daf20ce78eebd569445355025f9b39a897747dcf9ededf0dba713319bb5bfa02349fd38a69af65962264c5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2018-08-23 Thread Felix Yan via arch-commits
Date: Thursday, August 23, 2018 @ 12:45:54
  Author: felixonmars
Revision: 373418

upgpkg: hopenpgp-tools 0.21.2-11

rebuild with yaml 0.10.0

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 12:44:05 UTC (rev 373417)
+++ PKGBUILD2018-08-23 12:45:54 UTC (rev 373418)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.21.2
-pkgrel=10
+pkgrel=11
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


[arch-commits] Commit in cryptol/repos (2 files)

2018-08-23 Thread Felix Yan via arch-commits
Date: Thursday, August 23, 2018 @ 12:44:05
  Author: felixonmars
Revision: 373417

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 373416, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 373416, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-23 12:44:05 UTC (rev 373417)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.6.0
+pkgrel=8
+pkgdesc="The Language of Cryptography"
+url="http://www.cryptol.net;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-gitrev' 
'haskell-graphscc' 'haskell-heredoc'
+ 'haskell-monad-control' 'haskell-monadlib' 'haskell-panic' 
'haskell-random' 'haskell-sbv'
+ 'haskell-simple-smt' 'haskell-strict' 'haskell-tf-random' 
'haskell-transformers-base'
+ 'haskell-ansi-terminal' 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;)
+sha512sums=('445a1656ffd0d260553e041de9b15b6257a4b068b5462d996e8207671c097ea814bc5b7aaeb527b5e9579bd8a3e5e8ced0aaf57c24fbccaa7410342a109e9325')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/<.*0.10/<1/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


  1   2   >