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

2018-08-15 Thread Anatol Pomozov via arch-commits
Date: Thursday, August 16, 2018 @ 03:48:02
  Author: anatolik
Revision: 331560

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 331559, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 331559, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/allow_elf64.patch
(from rev 331559, qemu/trunk/allow_elf64.patch)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 331559, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 331559, qemu/trunk/qemu.install)

---+
 65-kvm.rules  |1 
 PKGBUILD  |  222 
 allow_elf64.patch |   25 +
 qemu-ga.service   |9 ++
 qemu.install  |8 +
 5 files changed, 265 insertions(+)

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 331559, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2018-08-16 03:48:02 UTC (rev 331560)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/PKGBUILD (from rev 331559, 
qemu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-16 03:48:02 UTC (rev 331560)
@@ -0,0 +1,222 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=3.0.0
+pkgrel=1
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="http://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir)
+depends=(virglrenderer sdl2 vte3 libpulse "${_headlessdeps[@]}")
+makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-ga.service
+65-kvm.rules
+allow_elf64.patch)
+sha256sums=('8d7af64fe8bd5ea5c3bdf17131a8b858491bcce1ee3839425a6d91fb821b5713'
+'SKIP'
+'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
+'a66f0e791b16b03b91049aac61a25950d93e962e1b2ba64a38c6ad7f609b532c'
+'59751f1ed26ea61b2a37ebee4be6979e584a450b611282138a0893aa9173e2e4')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+
+  cd ${pkgname}-${pkgver}
+  sed -i 's/vte-2\.90/vte-2.91/g' configure
+
+  patch -p1 < ../allow_elf64.patch
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _build headless \
+--audio-drv-list= \
+--disable-bluez \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  # qemu vs. make 4 == bad
+  export ARFLAGS=rv
+
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+  export CFLAGS+=" -fPIC"
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--python=/usr/bin/python2 \
+--smbd=/usr/bin/smbd \
+--with-gtkabi=3.0 \
+--with-sdlabi=2.0 \
+--enable-modules \
+--enable-jemalloc \
+"${@:2}"
+
+  make
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   'qemu-block-gluster: glusterfs block support')
+  install=qemu.install
+  options=(!strip)
+
+  make -C build-$1 DESTDIR="$pkgdir" install "${@:2}"
+
+  # systemd stuff
+  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
+
+  # remove conflicting /var/run directory
+  cd "$pkgdir"
+  rm -r var
+
+  cd usr/lib
+  tidy_strip
+
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s qemu/qemu-bridge-helper
+
+  # remove split block modules
+  rm qemu/block-{iscsi,rbd,gluster}.so
+
+  cd ../bin
+  tidy_strip
+
+  # remove 

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

2018-08-15 Thread Anatol Pomozov via arch-commits
Date: Thursday, August 16, 2018 @ 03:47:25
  Author: anatolik
Revision: 331559

upgpkg: qemu 3.0.0-1

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 19:18:41 UTC (rev 331558)
+++ PKGBUILD2018-08-16 03:47:25 UTC (rev 331559)
@@ -6,7 +6,7 @@
 pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=2.12.1
+pkgver=3.0.0
 pkgrel=1
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
@@ -19,7 +19,7 @@
 qemu-ga.service
 65-kvm.rules
 allow_elf64.patch)
-sha256sums=('33583800e0006cd00b78226b85be5a27c8e3b156bed2e60e83ecbeb7b9b8364f'
+sha256sums=('8d7af64fe8bd5ea5c3bdf17131a8b858491bcce1ee3839425a6d91fb821b5713'
 'SKIP'
 'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
 'a66f0e791b16b03b91049aac61a25950d93e962e1b2ba64a38c6ad7f609b532c'


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

2018-08-15 Thread Eli Schwartz via arch-commits
Date: Wednesday, August 15, 2018 @ 22:28:07
  Author: eschwartz
Revision: 371893

update source url in repos/ too

Modified:
  xcursor-bluecurve/repos/community-any/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 21:50:19 UTC (rev 371892)
+++ PKGBUILD2018-08-15 22:28:07 UTC (rev 371893)
@@ -11,7 +11,8 @@
 arch=('any')
 url="http://opendesktop.org/content/show.php?content=39229;
 license=("GPL")
-source=("$pkgname-$pkgver.tgz::https://www.opendesktop.org/p/999428/startdownload?file_id=1460734036_name=39229-bluecurve-0.1.1.tar.gz_type=application/x-gzip_size=119579=https%3A%2F%2Fdl.opendesktop.org%2Fapi%2Ffiles%2Fdownloadfile%2Fid%2F1460734036%2Fs%2Fb2879ff15f42201de04dad50832c7fd5%2Ft%2F1527733363%2Fu%2F38478%2F39229-bluecurve-0.1.1.tar.gz;)
+# no direct download link?
+source=("https://pkgbuild.com/~kkeen/sources/39229-bluecurve-$pkgver.tar.gz;)
 md5sums=('b33ec17ade1dc3dd208fd4694dfa58df')
 
 package() {


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

2018-08-15 Thread Eli Schwartz via arch-commits
Date: Wednesday, August 15, 2018 @ 21:50:19
  Author: eschwartz
Revision: 371892

refresh checksums for patches with differences in the comment diff header

Modified:
  python-celery/repos/community-any/PKGBUILD
  python-celery/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |2 +-
 trunk/PKGBUILD   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2018-08-15 21:41:31 UTC (rev 371891)
+++ repos/community-any/PKGBUILD2018-08-15 21:50:19 UTC (rev 371892)
@@ -30,7 +30,7 @@
 celery.tmpfiles.d celery2.tmpfiles.d)
 options=('!emptydirs')
 
sha512sums=('474733200e0f6aadbfab5deeb43ee563618687792d43219ebc81a53084ad491cafa410d6bb56153c3d14c76d358ce119f0055ee9b6c31e6becfe8ddf2d2178ad'
-
'98022437eb204e28ccf2c75efb4de5d38e8750ee45024955a49fa371d60aa800174820f58d7b8efd9c5e987b74cece5e75c39e0d9b63046f2ffdd210c282267b'
+
'f3778f20233f50fa0fa39c7f8b5ca1f5c9dafd342aa58ccb9083e8126d229a97d3a28ef9892d713659113f440bfbbe5cb2b4085a1c5fa4dbf9047670ff184d8d'
 
'470bbd68cbc31a48cedac4e09a45d0f414bd765450e65697d443f0e4ace8eb141735b7a4bd5d23e912d1f9d0014770bc8196bef5625b54162c7ad0df4cb7263a'
 
'3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65'
 
'1227803e56d5ea7879e097609b8f85633d6c0af4fa3607b98b4f30ffad093b0f3c3e7c54d965f44e954b6d9642a08e767836a9b837e225772d61dffa2042577c'

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-08-15 21:41:31 UTC (rev 371891)
+++ trunk/PKGBUILD  2018-08-15 21:50:19 UTC (rev 371892)
@@ -30,7 +30,7 @@
 celery.tmpfiles.d celery2.tmpfiles.d)
 options=('!emptydirs')
 
sha512sums=('474733200e0f6aadbfab5deeb43ee563618687792d43219ebc81a53084ad491cafa410d6bb56153c3d14c76d358ce119f0055ee9b6c31e6becfe8ddf2d2178ad'
-
'98022437eb204e28ccf2c75efb4de5d38e8750ee45024955a49fa371d60aa800174820f58d7b8efd9c5e987b74cece5e75c39e0d9b63046f2ffdd210c282267b'
+
'f3778f20233f50fa0fa39c7f8b5ca1f5c9dafd342aa58ccb9083e8126d229a97d3a28ef9892d713659113f440bfbbe5cb2b4085a1c5fa4dbf9047670ff184d8d'
 
'470bbd68cbc31a48cedac4e09a45d0f414bd765450e65697d443f0e4ace8eb141735b7a4bd5d23e912d1f9d0014770bc8196bef5625b54162c7ad0df4cb7263a'
 
'3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65'
 
'1227803e56d5ea7879e097609b8f85633d6c0af4fa3607b98b4f30ffad093b0f3c3e7c54d965f44e954b6d9642a08e767836a9b837e225772d61dffa2042577c'


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

2018-08-15 Thread Eli Schwartz via arch-commits
Date: Wednesday, August 15, 2018 @ 21:41:31
  Author: eschwartz
Revision: 371891

refresh checksums for gitlab patches with updated git version in the comment 
footer

Modified:
  flake8/repos/community-any/PKGBUILD
  flake8/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |8 
 trunk/PKGBUILD   |8 
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2018-08-15 19:48:11 UTC (rev 371890)
+++ repos/community-any/PKGBUILD2018-08-15 21:41:31 UTC (rev 371891)
@@ -23,10 +23,10 @@
 
"flake8-pycodestyle2.4-new-checks.patch::https://gitlab.com/pycqa/flake8/merge_requests/231.patch;
 
"https://gitlab.com/pycqa/flake8/commit/527af5c214ef0eccfde3dd58d7ea15e09c483bd3.patch;)
 
sha512sums=('36c6bd0166a0e8f9b8c99cfd7d92f21a4b8d761727185bbd0dff231001dbb495ed4128e2c60ab16bf3920a8a8394efb0127d9233962940333cfc346766736639'
-
'1cd06a9765151e2dd289ab9bff98940f187227baa08df2e39179fe5f5bfc77ccf8dc9f454d844fe5adfe4b4dcb0b5b4fc2b7608a4066053b4282eaa5338dc40a'
-
'0d4ce24e4edd52c4d592146934ce7894c1cd96abdcab36efe16f0cb4b06de86af7ee847d4f7c7e0461b70148629c3ee4fc6adef8f30e45075bf081f012befb46'
-
'7215957aa0c1e66830635cf96cc8a69dde3cd09b0b7dd4ab3bbd27e8a8c4748e8ef8c113c2ebb9a81ddaaa98979381ecfd72bb47a1c48a34529c9d40d96550f0'
-
'76e017af744a0bd11ad6cfa855364e0f9c951873a4a272bb24d7f00187e5428e4dfa7bfe9f9127859fd65e79a663391668409951aa29ad9b1aecc1adeb9fb9e8')
+
'97d49780cd297091e6f556fc0bdaa5d508cbd591debdc17916932a9548418c861df733e1f9ca9d19d8e09ab006cd7a430290569b67382b1ee20072a985799ca1'
+
'6793f1ac9340d4866f162848fd0beec78796a1f9865fb9bb8051f3e52ed5528c30f7dd54ec7aea0e830cfa6baf6f5eab9b32e716ffe849611a7da048e68d602a'
+
'912d29dad7fb6f7b94c32956d69cb39c883df6100776b0c529fcef8f42ca8614497bd1b3f842b4f237e361c2483db1fb1c634930fd21e0cb1e583296afb5'
+
'0b826ab9a3257a7acfc260e8762e40ba2855914c0009c223fce2076d4ef92cc32956222ad0b9ccb6f62b3fb3dfe78ceaad6c389525795d74484a79afa7c0bb92')
 
 prepare() {
   # update versions to what the next patch expects

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-08-15 19:48:11 UTC (rev 371890)
+++ trunk/PKGBUILD  2018-08-15 21:41:31 UTC (rev 371891)
@@ -23,10 +23,10 @@
 
"flake8-pycodestyle2.4-new-checks.patch::https://gitlab.com/pycqa/flake8/merge_requests/231.patch;
 
"https://gitlab.com/pycqa/flake8/commit/527af5c214ef0eccfde3dd58d7ea15e09c483bd3.patch;)
 
sha512sums=('36c6bd0166a0e8f9b8c99cfd7d92f21a4b8d761727185bbd0dff231001dbb495ed4128e2c60ab16bf3920a8a8394efb0127d9233962940333cfc346766736639'
-
'1cd06a9765151e2dd289ab9bff98940f187227baa08df2e39179fe5f5bfc77ccf8dc9f454d844fe5adfe4b4dcb0b5b4fc2b7608a4066053b4282eaa5338dc40a'
-
'0d4ce24e4edd52c4d592146934ce7894c1cd96abdcab36efe16f0cb4b06de86af7ee847d4f7c7e0461b70148629c3ee4fc6adef8f30e45075bf081f012befb46'
-
'7215957aa0c1e66830635cf96cc8a69dde3cd09b0b7dd4ab3bbd27e8a8c4748e8ef8c113c2ebb9a81ddaaa98979381ecfd72bb47a1c48a34529c9d40d96550f0'
-
'76e017af744a0bd11ad6cfa855364e0f9c951873a4a272bb24d7f00187e5428e4dfa7bfe9f9127859fd65e79a663391668409951aa29ad9b1aecc1adeb9fb9e8')
+
'97d49780cd297091e6f556fc0bdaa5d508cbd591debdc17916932a9548418c861df733e1f9ca9d19d8e09ab006cd7a430290569b67382b1ee20072a985799ca1'
+
'6793f1ac9340d4866f162848fd0beec78796a1f9865fb9bb8051f3e52ed5528c30f7dd54ec7aea0e830cfa6baf6f5eab9b32e716ffe849611a7da048e68d602a'
+
'912d29dad7fb6f7b94c32956d69cb39c883df6100776b0c529fcef8f42ca8614497bd1b3f842b4f237e361c2483db1fb1c634930fd21e0cb1e583296afb5'
+
'0b826ab9a3257a7acfc260e8762e40ba2855914c0009c223fce2076d4ef92cc32956222ad0b9ccb6f62b3fb3dfe78ceaad6c389525795d74484a79afa7c0bb92')
 
 prepare() {
   # update versions to what the next patch expects


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

2018-08-15 Thread Ike Devolder via arch-commits
Date: Wednesday, August 15, 2018 @ 19:48:04
  Author: idevolder
Revision: 371889

upgpkg: lazarus 1.8.4-3

Modified:
  lazarus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 19:47:51 UTC (rev 371888)
+++ PKGBUILD2018-08-15 19:48:04 UTC (rev 371889)
@@ -6,7 +6,7 @@
 pkgbase=lazarus
 pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt5')
 pkgver=1.8.4
-pkgrel=1
+pkgrel=3
 url='http://www.lazarus.freepascal.org/'
 license=('GPL2' 'MPL' 'custom:modifiedLGPL')
 arch=('x86_64')


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

2018-08-15 Thread Ike Devolder via arch-commits
Date: Wednesday, August 15, 2018 @ 19:48:11
  Author: idevolder
Revision: 371890

archrelease: copy trunk to community-x86_64

Added:
  lazarus/repos/community-x86_64/ChangeLog
(from rev 371889, lazarus/trunk/ChangeLog)
  lazarus/repos/community-x86_64/PKGBUILD
(from rev 371889, lazarus/trunk/PKGBUILD)
Deleted:
  lazarus/repos/community-x86_64/ChangeLog
  lazarus/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |   36 
 PKGBUILD  |  256 ++--
 2 files changed, 146 insertions(+), 146 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-08-15 19:48:04 UTC (rev 371889)
+++ ChangeLog   2018-08-15 19:48:11 UTC (rev 371890)
@@ -1,18 +0,0 @@
-2012-05-15  BlackIkeEagle
-   * fix lazcontrols failure
- see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
-   * add compiled files again
-
-2012-05-08  BlackIkeEagle
-   * fix FS#29807
-   * should not have removed Makefiles
-
-2012-04-30  BlackIkeEagle
-   * split pkgbuild
-   * lazarus (can be used for compiling)
-   * lazarus-qt (qt ide)
-   * lazarus-gtk (gtk ide)
-
-2008-01-21  JJDaNiMoTh  
-
-* PKGBUILD: moved man pages to /usr/share

Copied: lazarus/repos/community-x86_64/ChangeLog (from rev 371889, 
lazarus/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-08-15 19:48:11 UTC (rev 371890)
@@ -0,0 +1,18 @@
+2012-05-15  BlackIkeEagle
+   * fix lazcontrols failure
+ see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
+   * add compiled files again
+
+2012-05-08  BlackIkeEagle
+   * fix FS#29807
+   * should not have removed Makefiles
+
+2012-04-30  BlackIkeEagle
+   * split pkgbuild
+   * lazarus (can be used for compiling)
+   * lazarus-qt (qt ide)
+   * lazarus-gtk (gtk ide)
+
+2008-01-21  JJDaNiMoTh  
+
+* PKGBUILD: moved man pages to /usr/share

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 19:48:04 UTC (rev 371889)
+++ PKGBUILD2018-08-15 19:48:11 UTC (rev 371890)
@@ -1,128 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Sergej Pupykin 
-# Contributor: Jens Adam 
-
-pkgbase=lazarus
-pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt5')
-pkgver=1.8.4
-pkgrel=1
-url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:modifiedLGPL')
-arch=('x86_64')
-makedepends=('fpc' 'fpc-src' 'gtk2' 'qt5pas' 'rsync')
-options=('!emptydirs' '!makeflags')
-source=("https://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${pkgver}/lazarus-$pkgver.tar.gz;)
-sha512sums=('82cdc3c32dddf8e67c0bed9292a9a924227bab50f22ca479f5e98ecccbf60dd66c7f886ecb8e2979d9d8fccc3d25462ee8c55fcab085aa4194b4704660e0b95d')
-
-build() {
-  cd "$srcdir"/${pkgbase}
-
-  # build gtk2 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
-  # move gtk binaries
-  mv lazarus lazarus-gtk2
-  mv startlazarus startlazarus-gtk2
-
-  # build qt5 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=qt5 bigide
-  # move qt binaries
-  mv lazarus lazarus-qt5
-  mv startlazarus startlazarus-qt5
-}
-
-package_lazarus() {
-  pkgdesc='Delphi-like IDE for FreePascal common files'
-  depends=('fpc' 'fpc-src')
-  optdepends=(
-'perl: to run some scirpts in the tools directory'
-'gtk2: to compile gtk2 apps'
-'qt5pas: to compile qt5 apps and use help viewer'
-  )
-
-  cd "$srcdir"/${pkgbase}
-
-  # skip the 'make install' mess completely and do everything manually
-  mkdir -p "$pkgdir"/usr/lib/lazarus "$pkgdir"/usr/bin 
"$pkgdir"/usr/share/man/man1 "$pkgdir"/usr/share/doc
-  rsync -a \
---exclude="CVS" --exclude=".cvsignore" \
---exclude="*.ppw"   --exclude="*.ppl" \
---exclude="*.ow"--exclude="*.a"\
---exclude="*.rst"   --exclude=".#*" \
---exclude="*.~*"--exclude="*.bak" \
---exclude="*.orig"  --exclude="*.rej" \
---exclude=".xvpics" \
---exclude="killme*" --exclude=".gdb_hist*" \
---exclude="debian"  --exclude="COPYING*" \
---exclude="*.app"   --exclude="tools/install" \
-. "$pkgdir"/usr/lib/lazarus
-
-  #remove some stuff, not needed or for in other package
-  pushd "$pkgdir"/usr/lib/lazarus
-  rm lazarus-*
-  rm startlazarus-*
-  popd
-
-  ln -s /usr/lib/lazarus/lazbuild "$pkgdir"/usr/bin/lazbuild
-  cp -R install/man/man1/* "$pkgdir"/usr/share/man/man1/
-  mv "$pkgdir"/usr/lib/lazarus/docs "$pkgdir"/usr/share/doc/lazarus
-  mkdir -p "$pkgdir"/usr/lib/lazarus/docs
-  ln -s /usr/share/doc/lazarus/chm "$pkgdir"/usr/lib/lazarus/docs/html
-  ln -s /usr/share/doc/lazarus/lazdoc.css 
"$pkgdir"/usr/lib/lazarus/docs/lazdoc.css
-
-  rm -r "$pkgdir"/usr/lib/lazarus/install
-
-  # license files: /usr/lib/lazarus/COPYING*
-  install -D -m644 COPYING.modifiedLGPL.txt 

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

2018-08-15 Thread Ike Devolder via arch-commits
Date: Wednesday, August 15, 2018 @ 19:47:45
  Author: idevolder
Revision: 371887

upgpkg: qt5pas 2.6.r57934-2

Modified:
  qt5pas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 19:47:21 UTC (rev 371886)
+++ PKGBUILD2018-08-15 19:47:45 UTC (rev 371887)
@@ -5,7 +5,7 @@
 pkgname=qt5pas
 _svnrevision=57934
 pkgver=2.6.r57934
-pkgrel=1
+pkgrel=2
 pkgdesc='Free Pascal Qt5 binding library updated by lazarus IDE'
 arch=('x86_64')
 url='https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings'


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

2018-08-15 Thread Ike Devolder via arch-commits
Date: Wednesday, August 15, 2018 @ 19:47:06
  Author: idevolder
Revision: 371884

archrelease: copy trunk to community-x86_64

Added:
  shairplay/repos/community-x86_64/PKGBUILD
(from rev 371883, shairplay/trunk/PKGBUILD)
  shairplay/repos/community-x86_64/shairplay.service
(from rev 371883, shairplay/trunk/shairplay.service)
Deleted:
  shairplay/repos/community-x86_64/PKGBUILD
  shairplay/repos/community-x86_64/shairplay.service

---+
 PKGBUILD  |  110 ++--
 shairplay.service |   26 ++--
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 19:47:00 UTC (rev 371883)
+++ PKGBUILD2018-08-15 19:47:06 UTC (rev 371884)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: winlu
-
-pkgname=shairplay
-_commit=ce80e00
-pkgver=20160101.ce80e00
-pkgrel=1
-pkgdesc='Apple airplay and raop protocol server'
-arch=('i686' 'x86_64')
-url='https://github.com/juhovh/shairplay'
-license=('custom')
-depends=('libao')
-optdepends=('avahi: to run the server')
-makedepends=('git')
-source=(
-"$pkgname::git://github.com/juhovh/shairplay.git#commit=$_commit"
-   'shairplay.service'
-)
-sha256sums=('SKIP'
-   'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-
-   # installing airport.key to /etc/shairplay/
-   sed 's/airport.key/\/etc\/shairplay\/airport.key/' -i 
"$srcdir/$pkgname"/src/shairplay.c
-
-   ./autogen.sh
-   ./configure --prefix=/usr/
-   make
-}
-
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir" install
-
-   # install systemd service file
-   install -Dm644 "$srcdir/shairplay.service" 
"$pkgdir/usr/lib/systemd/system/shairplay.service"
-
-   # install key file
-   install -Dm644 airport.key "$pkgdir/etc/shairplay/airport.key"
-
-   # install license file
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # install documentation
-   install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: shairplay/repos/community-x86_64/PKGBUILD (from rev 371883, 
shairplay/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 19:47:06 UTC (rev 371884)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: winlu
+
+pkgname=shairplay
+_commit=a761c22
+pkgver=20180806.a761c22
+pkgrel=1
+pkgdesc='Apple airplay and raop protocol server'
+arch=('x86_64')
+url='https://github.com/juhovh/shairplay'
+license=('custom')
+depends=('libao' 'avahi')
+makedepends=('git')
+source=(
+"$pkgname::git://github.com/juhovh/shairplay.git#commit=$_commit"
+   'shairplay.service'
+)
+sha256sums=('SKIP'
+'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3')
+options=(!libtool)
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+
+   # installing airport.key to /etc/shairplay/
+   sed 's/airport.key/\/etc\/shairplay\/airport.key/' -i 
"$srcdir/$pkgname"/src/shairplay.c
+
+   ./autogen.sh
+   ./configure --prefix=/usr/
+   make
+}
+
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir" install
+
+   # install systemd service file
+   install -Dm644 "$srcdir/shairplay.service" 
"$pkgdir/usr/lib/systemd/system/shairplay.service"
+
+   # install key file
+   install -Dm644 airport.key "$pkgdir/etc/shairplay/airport.key"
+
+   # install license file
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # install documentation
+   install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}

Deleted: shairplay.service
===
--- shairplay.service   2018-08-15 19:47:00 UTC (rev 371883)
+++ shairplay.service   2018-08-15 19:47:06 UTC (rev 371884)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Apple airplay and raop protocol server
-Requires=network.target sound.target
-Wants=avahi-daemon.service
-After=avahi-daemon.service
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/shairplay -a %H
-Restart=always
-
-[Install]
-WantedBy=multi-user.target

Copied: shairplay/repos/community-x86_64/shairplay.service (from rev 371883, 
shairplay/trunk/shairplay.service)
===
--- shairplay.service   (rev 0)
+++ shairplay.service   2018-08-15 19:47:06 UTC (rev 371884)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Apple airplay and raop protocol server
+Requires=network.target sound.target
+Wants=avahi-daemon.service

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

2018-08-15 Thread Ike Devolder via arch-commits
Date: Wednesday, August 15, 2018 @ 19:47:51
  Author: idevolder
Revision: 371888

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 371887, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 19:47:45 UTC (rev 371887)
+++ PKGBUILD2018-08-15 19:47:51 UTC (rev 371888)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=57934
-pkgver=2.6.r57934
-pkgrel=1
-pkgdesc='Free Pascal Qt5 binding library updated by lazarus IDE'
-arch=('x86_64')
-url='https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings'
-license=('LGPL3')
-depends=('qt5-base' 'qt5-x11extras')
-makedepends=('subversion')
-source=("$pkgname::svn+https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings#revision=$_svnrevision;)
-sha512sums=('SKIP')
-
-build() {
-cd "$pkgname"
-   qmake-qt5 "QT += x11extras"
-   make
-}
-
-package() {
-cd "$pkgname"
-   make INSTALL_ROOT="$pkgdir" install
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 371887, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 19:47:51 UTC (rev 371888)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=57934
+pkgver=2.6.r57934
+pkgrel=2
+pkgdesc='Free Pascal Qt5 binding library updated by lazarus IDE'
+arch=('x86_64')
+url='https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings'
+license=('LGPL3')
+depends=('qt5-base' 'qt5-x11extras')
+makedepends=('subversion')
+source=("$pkgname::svn+https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings#revision=$_svnrevision;)
+sha512sums=('SKIP')
+
+build() {
+cd "$pkgname"
+   qmake-qt5 "QT += x11extras"
+   make
+}
+
+package() {
+cd "$pkgname"
+   make INSTALL_ROOT="$pkgdir" install
+}


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

2018-08-15 Thread Ike Devolder via arch-commits
Date: Wednesday, August 15, 2018 @ 19:47:21
  Author: idevolder
Revision: 371886

archrelease: copy trunk to community-x86_64

Added:
  fpc/repos/community-x86_64/PKGBUILD
(from rev 371885, fpc/trunk/PKGBUILD)
Deleted:
  fpc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 19:47:14 UTC (rev 371885)
+++ PKGBUILD2018-08-15 19:47:21 UTC (rev 371886)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: BlackIkeEagle 
-# Contributor: Valeriy Lyasotskiy 
-# Contributor: Jan Willemson 
-# Contributor: Hugo Ideler 
-# Original PKGBUILD: Andre Naumann 
-# See http://bbs.archlinux.org/viewtopic.php?t=9318=fpc
-
-pkgname=fpc
-pkgver=3.0.4
-pkgrel=3
-pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
-arch=('x86_64')
-url="http://www.freepascal.org/;
-license=('GPL' 'LGPL' 'custom')
-backup=("etc/fpc.cfg")
-depends=('ncurses' 'zlib' 'expat' 'binutils' 'make')
-makedepends=(fpc)
-options=(zipman staticlibs)
-source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz)
-sha256sums=('f66514e6f2c2e4e1bb4d554c24b77682ed61c87811ae5dd210f421855e76')
-
-build() {
-  cd "$srcdir"/fpcbuild-$pkgver
-  pushd fpcsrc/compiler
-  fpcmake -Tall
-  popd
-  make build NOGDB=1
-}
-
-package() {
-  cd "$srcdir"/fpcbuild-$pkgver
-
-  export HOME="$srcdir"
-
-  make -j1 PREFIX="$pkgdir"/usr install NOGDB=1
-
-  export PATH="$pkgdir"/usr/bin:$PATH
-
-  install -Dm0644 fpcsrc/rtl/COPYING.FPC 
"$pkgdir"/usr/share/licenses/${pkgname}/COPYING.FPC
-
-  [ "$CARCH" = "x86_64" ] && ln -s /usr/lib/fpc/${pkgver}/ppcx64 
"$pkgdir"/usr/bin/
-
-  mkdir -p "$pkgdir"/etc
-  "$pkgdir"/usr/lib/fpc/${pkgver}/samplecfg "$pkgdir"/usr/lib/fpc/${pkgver} 
"$pkgdir"/etc
-
-  # use -fPIC by default
-  echo -e "#ifdef cpux86_64\n# for x86_64 use -fPIC by default\n-Cg\n#endif" 
>> "$pkgdir/etc/fpc.cfg"
-
-  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
-
-  find "$pkgdir"/etc/ -type f -exec sed -i "s|"$pkgdir"||g" {} \;
-}

Copied: fpc/repos/community-x86_64/PKGBUILD (from rev 371885, 
fpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 19:47:21 UTC (rev 371886)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: BlackIkeEagle 
+# Contributor: Valeriy Lyasotskiy 
+# Contributor: Jan Willemson 
+# Contributor: Hugo Ideler 
+# Original PKGBUILD: Andre Naumann 
+# See http://bbs.archlinux.org/viewtopic.php?t=9318=fpc
+
+pkgname=fpc
+pkgver=3.0.4
+pkgrel=4
+pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
+arch=('x86_64')
+url="http://www.freepascal.org/;
+license=('GPL' 'LGPL' 'custom')
+backup=("etc/fpc.cfg")
+depends=('ncurses' 'zlib' 'expat' 'binutils' 'make')
+makedepends=(fpc)
+options=(zipman staticlibs)
+source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz)
+sha256sums=('f66514e6f2c2e4e1bb4d554c24b77682ed61c87811ae5dd210f421855e76')
+
+build() {
+  cd "$srcdir"/fpcbuild-$pkgver
+  pushd fpcsrc/compiler
+  fpcmake -Tall
+  popd
+  make build NOGDB=1
+}
+
+package() {
+  cd "$srcdir"/fpcbuild-$pkgver
+
+  export HOME="$srcdir"
+
+  make -j1 PREFIX="$pkgdir"/usr install NOGDB=1
+
+  export PATH="$pkgdir"/usr/bin:$PATH
+
+  install -Dm0644 fpcsrc/rtl/COPYING.FPC 
"$pkgdir"/usr/share/licenses/${pkgname}/COPYING.FPC
+
+  [ "$CARCH" = "x86_64" ] && ln -s /usr/lib/fpc/${pkgver}/ppcx64 
"$pkgdir"/usr/bin/
+
+  mkdir -p "$pkgdir"/etc
+  "$pkgdir"/usr/lib/fpc/${pkgver}/samplecfg "$pkgdir"/usr/lib/fpc/${pkgver} 
"$pkgdir"/etc
+
+  # use -fPIC by default
+  echo -e "#ifdef cpux86_64\n# for x86_64 use -fPIC by default\n-Cg\n#endif" 
>> "$pkgdir/etc/fpc.cfg"
+
+  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
+
+  find "$pkgdir"/etc/ -type f -exec sed -i "s|"$pkgdir"||g" {} \;
+}


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

2018-08-15 Thread Ike Devolder via arch-commits
Date: Wednesday, August 15, 2018 @ 19:47:14
  Author: idevolder
Revision: 371885

upgpkg: fpc 3.0.4-4

Modified:
  fpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 19:47:06 UTC (rev 371884)
+++ PKGBUILD2018-08-15 19:47:14 UTC (rev 371885)
@@ -9,8 +9,8 @@
 
 pkgname=fpc
 pkgver=3.0.4
-pkgrel=3
-pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
+pkgrel=4
+pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
 arch=('x86_64')
 url="http://www.freepascal.org/;
 license=('GPL' 'LGPL' 'custom')


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

2018-08-15 Thread Ike Devolder via arch-commits
Date: Wednesday, August 15, 2018 @ 19:47:00
  Author: idevolder
Revision: 371883

upgpkg: shairplay 20180806.a761c22-1

Modified:
  shairplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 19:19:24 UTC (rev 371882)
+++ PKGBUILD2018-08-15 19:47:00 UTC (rev 371883)
@@ -3,15 +3,14 @@
 # Contributor: winlu
 
 pkgname=shairplay
-_commit=ce80e00
-pkgver=20160101.ce80e00
+_commit=a761c22
+pkgver=20180806.a761c22
 pkgrel=1
 pkgdesc='Apple airplay and raop protocol server'
 arch=('x86_64')
 url='https://github.com/juhovh/shairplay'
 license=('custom')
-depends=('libao')
-optdepends=('avahi: to run the server')
+depends=('libao' 'avahi')
 makedepends=('git')
 source=(
 "$pkgname::git://github.com/juhovh/shairplay.git#commit=$_commit"
@@ -18,7 +17,8 @@
'shairplay.service'
 )
 sha256sums=('SKIP'
-   'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3')
+'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3')
+options=(!libtool)
 
 pkgver() {
cd "$pkgname"


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

2018-08-15 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 15, 2018 @ 19:19:13
  Author: schuay
Revision: 371881

upgpkg: stone-soup 0.22.0-1

0.22.0-1

Modified:
  stone-soup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 18:32:04 UTC (rev 371880)
+++ PKGBUILD2018-08-15 19:19:13 UTC (rev 371881)
@@ -1,8 +1,8 @@
 # Maintainer: Jakob Gruber 
 
 pkgname=stone-soup
-pkgver=0.21.1
-_majorver=0.21
+pkgver=0.22.0
+_majorver=0.22
 pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
 arch=('x86_64')
@@ -61,8 +61,8 @@
 
 # install crawl license
 
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+install -D -m644 ../LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
 # install icon and .desktop file
 
@@ -72,4 +72,4 @@
 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
 
 }
-md5sums=('2fd51462581a5c457b0a2343bcc8a320')
+md5sums=('bc7f8221a7f6a7326d1313c36c89d9b5')


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

2018-08-15 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 15, 2018 @ 19:19:24
  Author: schuay
Revision: 371882

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 371881, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 371881, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 19:19:13 UTC (rev 371881)
+++ PKGBUILD2018-08-15 19:19:24 UTC (rev 371882)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.21.1
-_majorver=0.21
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-md5sums=('2fd51462581a5c457b0a2343bcc8a320')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 371881, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 19:19:24 UTC (rev 371882)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.22.0
+_majorver=0.22
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
+
+# first build and install tiles version
+
+make DESTDIR="${pkgdir}" \
+ SAVEDIR="~/.crawl/" \
+ DATADIR="/usr/share/${pkgname}/data" \
+ 

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

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 19:18:41
  Author: andyrtr
Revision: 331558

archrelease: copy trunk to testing-x86_64

Added:
  rpcbind/repos/testing-x86_64/
  rpcbind/repos/testing-x86_64/CVE-2017-8779.diff
(from rev 331557, rpcbind/trunk/CVE-2017-8779.diff)
  rpcbind/repos/testing-x86_64/PKGBUILD
(from rev 331557, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch
(from rev 331557, rpcbind/trunk/rpcbind-sunrpc.patch)
  rpcbind/repos/testing-x86_64/rpcbind.conf
(from rev 331557, rpcbind/trunk/rpcbind.conf)
  rpcbind/repos/testing-x86_64/systemd_service.diff
(from rev 331557, rpcbind/trunk/systemd_service.diff)
  rpcbind/repos/testing-x86_64/sysusers.d
(from rev 331557, rpcbind/trunk/sysusers.d)
  rpcbind/repos/testing-x86_64/tmpfiles.d
(from rev 331557, rpcbind/trunk/tmpfiles.d)

--+
 CVE-2017-8779.diff   |   21 
 PKGBUILD |   63 +
 rpcbind-sunrpc.patch |   11 
 rpcbind.conf |3 ++
 systemd_service.diff |   10 +++
 sysusers.d   |1 
 tmpfiles.d   |1 
 7 files changed, 110 insertions(+)

Copied: rpcbind/repos/testing-x86_64/CVE-2017-8779.diff (from rev 331557, 
rpcbind/trunk/CVE-2017-8779.diff)
===
--- testing-x86_64/CVE-2017-8779.diff   (rev 0)
+++ testing-x86_64/CVE-2017-8779.diff   2018-08-15 19:18:41 UTC (rev 331558)
@@ -0,0 +1,21 @@
+diff --git a/src/rpcb_svc_com.c b/src/rpcb_svc_com.c
+index 5862c26..e11f61b 100644
+--- a/src/rpcb_svc_com.c
 b/src/rpcb_svc_com.c
+@@ -48,6 +48,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -432,7 +433,7 @@ rpcbproc_taddr2uaddr_com(void *arg, struct svc_req *rqstp 
/*__unused*/,
+ static bool_t
+ xdr_encap_parms(XDR *xdrs, struct encap_parms *epp)
+ {
+-  return (xdr_bytes(xdrs, &(epp->args), (u_int *) &(epp->arglen), ~0));
++  return (xdr_bytes(xdrs, &(epp->args), (u_int *) &(epp->arglen), 
RPC_MAXDATASIZE));
+ }
+ 
+ /*

Copied: rpcbind/repos/testing-x86_64/PKGBUILD (from rev 331557, 
rpcbind/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-15 19:18:41 UTC (rev 331558)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Tobias Powalowski 
+
+pkgname=rpcbind
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="portmap replacement which supports RPC over various protocols"
+arch=(x86_64)
+backup=('etc/conf.d/rpcbind')
+makedepends=('systemd')
+depends=('bash' 'glibc' 'libtirpc' 'libsystemd')
+url="http://rpcbind.sourceforge.net;
+license=('custom')
+replaces=('portmap')
+# see also http://git.linux-nfs.org/?p=steved/rpcbind.git;a=summary
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+rpcbind-sunrpc.patch
+rpcbind.conf
+systemd_service.diff
+tmpfiles.d
+sysusers.d
+CVE-2017-8779.diff)
+sha1sums=('e9f8046b69b45efe2396a8cca1c1f090644c6d31'
+  '1b997ce76f9727efc8c72fc5f97189591c9a60e2'
+  '08246ff18d12cee01e5c9391c6ba8f5597cac936'
+  '5baeed59090b3bfa08c0852333e061194efcc4e7'
+  'eb8b7375a4ca31b3f61fa726f387884d5e4ca7a3'
+  '97fed152572790a44e972114cbb436ca517254f9'
+  '38044ce8f3376a0b69da8e078e988fd1645bd435')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file # FS#20273
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+  # use distro config file; FS#52058
+  patch -Np1 -i ../systemd_service.diff
+  # http://seclists.org/oss-sec/2017/q2/209
+  patch -Np1 -i ../CVE-2017-8779.diff
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+--with-rpcuser=rpc \
+--enable-warmstarts \
+--with-statedir=/var/lib/rpcbind
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install rpcbind config file
+  install -D -m644 $srcdir/rpcbind.conf $pkgdir/etc/conf.d/rpcbind
+  # install missing man page - https://bugs.archlinux.org/task/21271
+  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
+  # systemd sysusers/tempfile
+  install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/rpcbind.conf
+  install -Dm644 ../sysusers.d ${pkgdir}/usr/lib/sysusers.d/rpcbind.conf
+  # install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
+}

Copied: rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch (from rev 331557, 
rpcbind/trunk/rpcbind-sunrpc.patch)
===
--- testing-x86_64/rpcbind-sunrpc.patch (rev 0)
+++ testing-x86_64/rpcbind-sunrpc.patch 2018-08-15 19:18:41 UTC (rev 331558)
@@ -0,0 +1,11 @@
+--- rpcbind-0.2.3/src/rpcbind.c2015-04-27 

[arch-commits] Commit in rpcbind/trunk (PKGBUILD systemd_service.diff)

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 19:18:28
  Author: andyrtr
Revision: 331557

upgpkg: rpcbind 1.2.5-1

upstream update 1.2.5

Modified:
  rpcbind/trunk/PKGBUILD
  rpcbind/trunk/systemd_service.diff

--+
 PKGBUILD |   12 ++--
 systemd_service.diff |8 
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 18:35:55 UTC (rev 331556)
+++ PKGBUILD2018-08-15 19:18:28 UTC (rev 331557)
@@ -3,8 +3,8 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=rpcbind
-pkgver=0.2.4
-pkgrel=4
+pkgver=1.2.5
+pkgrel=1
 pkgdesc="portmap replacement which supports RPC over various protocols"
 arch=(x86_64)
 backup=('etc/conf.d/rpcbind')
@@ -13,7 +13,7 @@
 url="http://rpcbind.sourceforge.net;
 license=('custom')
 replaces=('portmap')
-# see also http://git.infradead.org/users/steved/rpcbind.git
+# see also http://git.linux-nfs.org/?p=steved/rpcbind.git;a=summary
 
source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
 rpcbind-sunrpc.patch
 rpcbind.conf
@@ -21,10 +21,10 @@
 tmpfiles.d
 sysusers.d
 CVE-2017-8779.diff)
-sha1sums=('8a6045dd3397e9f71bf3a7c9d269e255cca537bd'
+sha1sums=('e9f8046b69b45efe2396a8cca1c1f090644c6d31'
   '1b997ce76f9727efc8c72fc5f97189591c9a60e2'
   '08246ff18d12cee01e5c9391c6ba8f5597cac936'
-  '3ebfcf09d01e41c70135124e68b3db681c768aa0'
+  '5baeed59090b3bfa08c0852333e061194efcc4e7'
   'eb8b7375a4ca31b3f61fa726f387884d5e4ca7a3'
   '97fed152572790a44e972114cbb436ca517254f9'
   '38044ce8f3376a0b69da8e078e988fd1645bd435')
@@ -41,7 +41,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
+  ./configure --prefix=/usr --sbindir=/usr/bin \
 --with-rpcuser=rpc \
 --enable-warmstarts \
 --with-statedir=/var/lib/rpcbind

Modified: systemd_service.diff
===
--- systemd_service.diff2018-08-15 18:35:55 UTC (rev 331556)
+++ systemd_service.diff2018-08-15 19:18:28 UTC (rev 331557)
@@ -1,10 +1,10 @@
 rpcbind-0.2.4/systemd/rpcbind.service.in   2016-11-28 21:47:28.0 
+0100
-+++ rpcbind-0.2.4/systemd/rpcbind.service.in.new   2016-12-06 
16:18:54.429326613 +0100
-@@ -11,6 +11,7 @@
+--- rpcbind-1.2.5/systemd/rpcbind.service.in   2018-08-15 16:51:19.0 
+0200
 rpcbind-1.2.5/systemd/rpcbind.service.in.new   2018-08-15 
21:11:56.598858968 +0200
+@@ -12,6 +12,7 @@
  [Service]
  Type=notify
  # distro can provide a drop-in adding EnvironmentFile=-/??? if needed.
 +EnvironmentFile=/etc/conf.d/rpcbind
- ExecStart=@_bindir@/rpcbind $RPCBIND_OPTIONS -w -f
+ ExecStart=@_sbindir@/rpcbind $RPCBIND_OPTIONS -w -f
  
  [Install]


[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 18:35:55
  Author: lcarlier
Revision: 331556

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 331555, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 331555, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-08-15 18:35:55 UTC (rev 331556)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+_commit=f1b95fe5a51830bb8c1712082de4279a042376b6 # master
+pkgver=20180815.f1b95fe
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit};)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+}
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 18:35:52
  Author: lcarlier
Revision: 331555

upgpkg: linux-firmware 20180815.f1b95fe-1

sync with master

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 18:22:57 UTC (rev 331554)
+++ PKGBUILD2018-08-15 18:35:52 UTC (rev 331555)
@@ -2,8 +2,8 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=linux-firmware
-_commit=8d69bab7a3da1913113ea98cefb73d5fa6988286 # master
-pkgver=20180717.8d69bab
+_commit=f1b95fe5a51830bb8c1712082de4279a042376b6 # master
+pkgver=20180815.f1b95fe
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')


[arch-commits] Commit in intellij-idea-community-edition/repos (6 files)

2018-08-15 Thread Maxime Gauduin via arch-commits
Date: Wednesday, August 15, 2018 @ 18:32:04
  Author: alucryd
Revision: 371880

archrelease: copy trunk to community-testing-x86_64

Added:
  intellij-idea-community-edition/repos/community-testing-x86_64/
  intellij-idea-community-edition/repos/community-testing-x86_64/PKGBUILD
(from rev 371879, intellij-idea-community-edition/trunk/PKGBUILD)
  
intellij-idea-community-edition/repos/community-testing-x86_64/idea-build.patch
(from rev 371879, intellij-idea-community-edition/trunk/idea-build.patch)
  intellij-idea-community-edition/repos/community-testing-x86_64/idea.desktop
(from rev 371879, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-testing-x86_64/idea.install
(from rev 371879, intellij-idea-community-edition/trunk/idea.install)
  intellij-idea-community-edition/repos/community-testing-x86_64/idea.sh
(from rev 371879, intellij-idea-community-edition/trunk/idea.sh)

--+
 PKGBUILD |   68 +
 idea-build.patch |   40 +++
 idea.desktop |   11 
 idea.install |   10 +++
 idea.sh  |9 +++
 5 files changed, 138 insertions(+)

Copied: intellij-idea-community-edition/repos/community-testing-x86_64/PKGBUILD 
(from rev 371879, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-08-15 18:32:04 UTC (rev 371880)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
+
+pkgname=intellij-idea-community-edition
+pkgver=2018.2.1
+_build=182.3911.36
+pkgrel=2
+epoch=2
+pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
+arch=('x86_64')
+url='https://www.jetbrains.com/idea/'
+license=('Apache')
+backup=('usr/share/idea/bin/idea.vmoptions'
+'usr/share/idea/bin/idea64.vmoptions')
+depends=('giflib' 'java-environment=8' 'python' 'sh' 'ttf-font')
+makedepends=('apache-ant' 'git' 'java-openjfx')
+install='idea.install'
+source=("idea-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/idea/${_build}.tar.gz;
+
"idea-android::git://git.jetbrains.org/idea/android.git#tag=idea/${_build}"
+
"idea-adt-tools-base::git://git.jetbrains.org/idea/adt-tools-base.git#tag=idea/${_build}"
+'idea-build.patch'
+'idea.desktop'
+'idea.sh')
+sha256sums=('4556dbf0099fde8115b05bdc76e80c82263d9c3ef98c9b112c48d610f2fac509'
+'SKIP'
+'SKIP'
+'3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd'
+'fa9e3cba5e26a7e01cecda867f23467322db123c5553dfbb4f14aae034ccbed7'
+'9e2155dd4d352b2410fc689236b15d5c3cb9937d82b50d39ec8b8dbcdfa40de1')
+
+prepare() {
+  cd intellij-community-idea-${_build}
+
+  patch -Np1 -i ../idea-build.patch
+  echo ${_build} > build.txt
+  ln -s "${srcdir}"/idea-android android
+  ln -s "${srcdir}"/idea-adt-tools-base android/tools-base
+}
+
+build() {
+  cd intellij-community-idea-${_build}
+
+  unset _JAVA_OPTIONS
+
+  ant build
+  tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jdk.tar.gz -C "${srcdir}"
+}
+
+package() {
+  cd idea-IC-${_build}
+
+  # workaround FS#40934
+  sed -i 's/lcd/on/' bin/*.vmoptions
+
+  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses,pixmaps,idea}
+  cp -dr --no-preserve='ownership' bin lib plugins redist 
"${pkgdir}"/usr/share/idea/
+  cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/idea
+  ln -s /usr/share/idea/bin/idea.png "${pkgdir}"/usr/share/pixmaps/
+  install -Dm 644 ../idea.desktop -t "${pkgdir}"/usr/share/applications/
+  install -Dm 755 ../idea.sh "${pkgdir}"/usr/bin/idea
+}
+
+# vim: ts=2 sw=2 et:
+

Copied: 
intellij-idea-community-edition/repos/community-testing-x86_64/idea-build.patch 
(from rev 371879, intellij-idea-community-edition/trunk/idea-build.patch)
===
--- community-testing-x86_64/idea-build.patch   (rev 0)
+++ community-testing-x86_64/idea-build.patch   2018-08-15 18:32:04 UTC (rev 
371880)
@@ -0,0 +1,40 @@
+diff -rupN 
intellij-community-pycharm-182.1177.orig/build/dependencies/setupJbre.gradle 
intellij-community-pycharm-182.1177/build/dependencies/setupJbre.gradle
+--- 
intellij-community-pycharm-182.1177.orig/build/dependencies/setupJbre.gradle
   2018-03-29 19:26:20.265970726 +0200
 intellij-community-pycharm-182.1177/build/dependencies/setupJbre.gradle
2018-03-29 19:26:52.690160085 +0200
+@@ -1,7 +1,7 @@
+ task setupJbre {}
+ 
+ def jdkRepo = inJetBrainsNetwork ? 
'http://repo.labs.intellij.net/intellij-jdk' : 
'https://dl.bintray.com/jetbrains/intellij-jdk'

[arch-commits] Commit in intellij-idea-community-edition/trunk (4 files)

2018-08-15 Thread Maxime Gauduin via arch-commits
Date: Wednesday, August 15, 2018 @ 18:31:49
  Author: alucryd
Revision: 371879

upgpkg: intellij-idea-community-edition 2:2018.2.1-2

Added:
  intellij-idea-community-edition/trunk/idea-build.patch
Modified:
  intellij-idea-community-edition/trunk/PKGBUILD
  intellij-idea-community-edition/trunk/idea.desktop
  intellij-idea-community-edition/trunk/idea.sh

--+
 PKGBUILD |   83 ++---
 idea-build.patch |   40 +
 idea.desktop |2 -
 idea.sh  |8 +++--
 4 files changed, 101 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 18:30:56 UTC (rev 371878)
+++ PKGBUILD2018-08-15 18:31:49 UTC (rev 371879)
@@ -1,43 +1,68 @@
+# $Id$
 # Maintainer: Lukas Jirkovsky 
 # Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
 
 pkgname=intellij-idea-community-edition
 pkgver=2018.2.1
-_pkgver=182.3911.36
-pkgrel=1
+_build=182.3911.36
+pkgrel=2
 epoch=2
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
-arch=('any')
-url="https://www.jetbrains.com/idea/;
+pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
+arch=('x86_64')
+url='https://www.jetbrains.com/idea/'
 license=('Apache')
-backup=('usr/share/intellijidea-ce/bin/idea.vmoptions'
-'usr/share/intellijidea-ce/bin/idea64.vmoptions')
-depends=('java-environment=8' 'giflib' 'libxtst' 'libxft' 'ttf-font'
- 'coreutils' 'grep' 'which' 'glibc' 'python')
-conflicts=('intellij-idea-libs')
-replaces=('intellij-idea-libs')
-install=idea.install
-source=(https://download.jetbrains.com/idea/ideaIC-${pkgver}-no-jdk.tar.gz
-idea.desktop
-idea.sh)
-sha256sums=('5e26c975f12bdda8b02fd592ab9a725a91306db10e84e515787370f4821a4eb7'
-'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
-'0e5d6a47b5ae464e9f562110ccc798f55055943e425e0621c0275f72615fdb1d')
+backup=('usr/share/idea/bin/idea.vmoptions'
+'usr/share/idea/bin/idea64.vmoptions')
+depends=('giflib' 'java-environment=8' 'python' 'sh' 'ttf-font')
+makedepends=('apache-ant' 'git' 'java-openjfx')
+install='idea.install'
+source=("idea-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/idea/${_build}.tar.gz;
+
"idea-android::git://git.jetbrains.org/idea/android.git#tag=idea/${_build}"
+
"idea-adt-tools-base::git://git.jetbrains.org/idea/adt-tools-base.git#tag=idea/${_build}"
+'idea-build.patch'
+'idea.desktop'
+'idea.sh')
+sha256sums=('4556dbf0099fde8115b05bdc76e80c82263d9c3ef98c9b112c48d610f2fac509'
+'SKIP'
+'SKIP'
+'3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd'
+'fa9e3cba5e26a7e01cecda867f23467322db123c5553dfbb4f14aae034ccbed7'
+'9e2155dd4d352b2410fc689236b15d5c3cb9937d82b50d39ec8b8dbcdfa40de1')
 
+prepare() {
+  cd intellij-community-idea-${_build}
+
+  patch -Np1 -i ../idea-build.patch
+  echo ${_build} > build.txt
+  ln -s "${srcdir}"/idea-android android
+  ln -s "${srcdir}"/idea-adt-tools-base android/tools-base
+}
+
+build() {
+  cd intellij-community-idea-${_build}
+
+  unset _JAVA_OPTIONS
+
+  ant build
+  tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jdk.tar.gz -C "${srcdir}"
+}
+
 package() {
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+  cd idea-IC-${_build}
 
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
+  # workaround FS#40934
+  sed -i 's/lcd/on/' bin/*.vmoptions
 
-  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-   "$pkgdir"/usr/share/pixmaps/idea.png
+  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
 
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
+  install -dm 755 "${pkgdir}"/usr/share/{licenses,pixmaps,idea}
+  cp -dr --no-preserve='ownership' bin lib plugins redist 
"${pkgdir}"/usr/share/idea/
+  cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/idea
+  ln -s /usr/share/idea/bin/idea.png "${pkgdir}"/usr/share/pixmaps/
+  install -Dm 644 ../idea.desktop -t "${pkgdir}"/usr/share/applications/
+  install -Dm 755 ../idea.sh "${pkgdir}"/usr/bin/idea
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:
+

Added: idea-build.patch
===
--- idea-build.patch(rev 0)
+++ idea-build.patch2018-08-15 18:31:49 UTC (rev 371879)
@@ -0,0 +1,40 @@
+diff -rupN 
intellij-community-pycharm-182.1177.orig/build/dependencies/setupJbre.gradle 

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

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 18:30:50
  Author: andyrtr
Revision: 371877

upgpkg: tp_smapi-lts 0.42-38

kernel 4.14.63 rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 18:28:48 UTC (rev 371876)
+++ PKGBUILD2018-08-15 18:30:50 UTC (rev 371877)
@@ -11,13 +11,13 @@
 _pkgname=tp-smapi
 pkgver=0.42
 _extradir=/usr/lib/modules/extramodules-4.14-lts
-pkgrel=37
+pkgrel=38
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts>=4.14.60' 'linux-lts<4.15')
-makedepends=('linux-lts-headers>=4.14.60' 'linux-lts-headers<4.15')
+depends=('linux-lts>=4.14.63' 'linux-lts<4.15')
+makedepends=('linux-lts-headers>=4.14.63' 'linux-lts-headers<4.15')
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/evgeni/${pkgname/-lts/}/archive/$_pkgname/$pkgver.tar.gz;)
 md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
 


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

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 18:30:56
  Author: andyrtr
Revision: 371878

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 371877, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 371877, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-08-15 18:30:56 UTC (rev 371878)
@@ -0,0 +1,44 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp-smapi
+pkgver=0.42
+_extradir=/usr/lib/modules/extramodules-4.14-lts
+pkgrel=38
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.14.63' 'linux-lts<4.15')
+makedepends=('linux-lts-headers>=4.14.63' 'linux-lts-headers<4.15')
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/evgeni/${pkgname/-lts/}/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd ${pkgname/-lts/}-$_pkgname-$pkgver
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd ${pkgname/-lts/}-$_pkgname-$pkgver
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec gzip -n -9 {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 18:28:48
  Author: andyrtr
Revision: 371876

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 371875, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 371875, r8168-lts/trunk/r8168-lts.install)

---+
 PKGBUILD  |   33 +
 r8168-lts.install |4 
 2 files changed, 37 insertions(+)

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 371875, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-08-15 18:28:48 UTC (rev 371876)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.046.00
+pkgrel=2
+pkgdesc="A kernel module for Realtek 8169 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' "linux-lts>=4.14.63" "linux-lts<4.15")
+makedepends=("linux-lts-headers>=4.14.63" "linux-lts-headers<4.15")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b2e66b03b696ba55c9fb7c896db8ac5377233d14120520735d31c33147d0d4c3')
+
+_extramodules=extramodules-4.14-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: r8168-lts/repos/community-testing-x86_64/r8168-lts.install (from rev 
371875, r8168-lts/trunk/r8168-lts.install)
===
--- community-testing-x86_64/r8168-lts.install  (rev 0)
+++ community-testing-x86_64/r8168-lts.install  2018-08-15 18:28:48 UTC (rev 
371876)
@@ -0,0 +1,4 @@
+post_install() {
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}


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

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 18:28:41
  Author: andyrtr
Revision: 371875

upgpkg: r8168-lts 8.046.00-2

kernel 4.14.63 rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 18:27:01 UTC (rev 371874)
+++ PKGBUILD2018-08-15 18:28:41 UTC (rev 371875)
@@ -4,13 +4,13 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.046.00
-pkgrel=1
+pkgrel=2
 pkgdesc="A kernel module for Realtek 8169 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")
 arch=('x86_64')
-depends=('glibc' "linux-lts>=4.14.60" "linux-lts<4.15")
-makedepends=("linux-lts-headers>=4.14.60" "linux-lts-headers<4.15")
+depends=('glibc' "linux-lts>=4.14.63" "linux-lts<4.15")
+makedepends=("linux-lts-headers>=4.14.63" "linux-lts-headers<4.15")
 install=$pkgname.install
 
source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('b2e66b03b696ba55c9fb7c896db8ac5377233d14120520735d31c33147d0d4c3')


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

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 18:27:01
  Author: andyrtr
Revision: 371874

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 371873, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 371873, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-08-15 18:27:01 UTC (rev 371874)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=67
+_extramodules=extramodules-4.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux-lts>=4.14.63')
+makedepends=('linux-lts-headers>=4.14.63')
+provides=('acpi_call')
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 18:26:54
  Author: andyrtr
Revision: 371873

upgpkg: acpi_call-lts 1.1.0-67

kernel 4.14.63 rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 18:08:57 UTC (rev 371872)
+++ PKGBUILD2018-08-15 18:26:54 UTC (rev 371873)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=66
+pkgrel=67
 _extramodules=extramodules-4.14-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('x86_64')
 url='https://github.com/mkottman/acpi_call'
 license=('GPL')
-depends=('linux-lts>=4.14.60')
-makedepends=('linux-lts-headers>=4.14.60')
+depends=('linux-lts>=4.14.63')
+makedepends=('linux-lts-headers>=4.14.63')
 provides=('acpi_call')
 
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')


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

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 18:22:57
  Author: andyrtr
Revision: 331554

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-340xx-lts/repos/testing-x86_64/
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 331553, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-x86_64/kernel-4.11.patch
(from rev 331553, nvidia-340xx-lts/trunk/kernel-4.11.patch)

---+
 PKGBUILD  |   52 
 kernel-4.11.patch |   38 ++
 2 files changed, 90 insertions(+)

Copied: nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD (from rev 331553, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-15 18:22:57 UTC (rev 331554)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.107
+_extramodules=extramodules-4.14-lts
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux-lts>=4.14.63' 'linux-lts-headers>=4.14.63' 
"nvidia-340xx-utils=$pkgver")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+options=(!strip)
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch')
+sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd "${_pkg}"
+# patches here
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  depends=('linux-lts>=4.14.63' "nvidia-340xx-utils=$pkgver" 'libgl')
+
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-340xx-lts/repos/testing-x86_64/kernel-4.11.patch (from rev 
331553, nvidia-340xx-lts/trunk/kernel-4.11.patch)
===
--- testing-x86_64/kernel-4.11.patch(rev 0)
+++ testing-x86_64/kernel-4.11.patch2018-08-15 18:22:57 UTC (rev 331554)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, , vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, , vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int _sigbus_fault(struct vm_fault *vmf)
++#endif
+ {
+ vmf->page = NULL;
+ return VM_FAULT_SIGBUS;


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

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 18:22:52
  Author: andyrtr
Revision: 331553

upgpkg: nvidia-340xx-lts 340.107-5

kernel 4.14.63 rebuild

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 18:19:59 UTC (rev 331552)
+++ PKGBUILD2018-08-15 18:22:52 UTC (rev 331553)
@@ -5,11 +5,11 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.107
 _extramodules=extramodules-4.14-lts
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
 url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.14.60' 'linux-lts-headers>=4.14.60' 
"nvidia-340xx-utils=$pkgver")
+makedepends=('linux-lts>=4.14.63' 'linux-lts-headers>=4.14.63' 
"nvidia-340xx-utils=$pkgver")
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')
@@ -38,7 +38,7 @@
 }
 
 package() {
-  depends=('linux-lts>=4.14.60' "nvidia-340xx-utils=$pkgver" 'libgl')
+  depends=('linux-lts>=4.14.63' "nvidia-340xx-utils=$pkgver" 'libgl')
 
   install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
 "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"


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

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 18:19:59
  Author: andyrtr
Revision: 331552

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 331551, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 331551, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-15 18:19:59 UTC (rev 331552)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=396.51
+_extramodules=extramodules-4.14-lts
+pkgrel=2
+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=('961c1a5b27a0f6cb54e387133a8d4038ddda0df39e70e84a637d8d64eaeb4ec937e37d6a737179d72750785614d20ade5e99f0668e3d53fef2cfa70241de4fe3')
+
+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-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 18:19:53
  Author: andyrtr
Revision: 331551

upgpkg: nvidia-lts 1:396.51-2

kernel 4.14.63 rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 18:13:00 UTC (rev 331550)
+++ PKGBUILD2018-08-15 18:19:53 UTC (rev 331551)
@@ -4,11 +4,11 @@
 pkgname=nvidia-lts
 pkgver=396.51
 _extramodules=extramodules-4.14-lts
-pkgrel=1
+pkgrel=2
 epoch=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.14.60')
+makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.14.63')
 provides=('nvidia')
 license=('custom')
 options=('!strip')
@@ -29,7 +29,7 @@
 
 package() {
 pkgdesc="NVIDIA drivers for linux-lts"
-depends=('linux-lts>=4.14.60' "nvidia-utils=${pkgver}" 'libgl')
+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


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

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 18:13:00
  Author: andyrtr
Revision: 331550

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 331549, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux-lts/repos/testing-x86_64/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 331549, 
linux-lts/trunk/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 331549, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 331549, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 331549, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 331549, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 331549, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 331549, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  230 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  237 
 config  | 8506 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 8 files changed, 9123 insertions(+)

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


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

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 18:12:44
  Author: andyrtr
Revision: 331549

upgpkg: linux-lts 4.14.63-1

upstream update 4.14.63

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 17:29:34 UTC (rev 331548)
+++ PKGBUILD2018-08-15 18:12:44 UTC (rev 331549)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.14
-pkgver=4.14.62
+pkgver=4.14.63
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -25,7 +25,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
 'SKIP'
-'2595a071c6253fb579fa0401b3deb9a9d1ddb74dd1dcd1e668ed4d8726dc4b6c'
+'38cad49fe3579aa794f3254ce9622f187986e9909653ed0e80b3800bd8ba9fbe'
 'c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'


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

2018-08-15 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 15, 2018 @ 18:08:57
  Author: schuay
Revision: 371872

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
(from rev 371871, abcde/trunk/PKGBUILD)
Deleted:
  abcde/repos/community-any/PKGBUILD

--+
 PKGBUILD |   77 ++---
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 18:08:49 UTC (rev 371871)
+++ PKGBUILD2018-08-15 18:08:57 UTC (rev 371872)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=abcde
-pkgver=2.9.1
-pkgrel=3
-pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
-arch=('any')
-url='https://abcde.einval.com/'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools')
-optdepends=('cdparanoia: Paranoia ripping support'
-'flac: FLAC encoding support'
-'glyr: album art support'
-'lame: MP3 encoding support'
-'python-eyed3: ID3 tag support'
-'vorbisgain: Ogg Vorbis normalization support')
-backup=("etc/${pkgname}.conf")
-source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign})
-validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
-  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
-sha256sums=('70ec6e06b791115fbe88dee313f58f691f9b559ee992f2af5ed64fe6ad2e55d7'
-'SKIP')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
-  # https://bugs.archlinux.org/task/58046
-  sed -i 's/^#CDDBMETHOD=musicbrainz/CDDBMETHOD=cddb/' abcde.conf
-}
-
-package() {
-  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" prefix=/usr 
sysconfdir=/etc install
-}
-

Copied: abcde/repos/community-any/PKGBUILD (from rev 371871, 
abcde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 18:08:57 UTC (rev 371872)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Jochem Kossen 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=abcde
+pkgver=2.9.2
+pkgrel=1
+pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
+arch=('any')
+url='https://abcde.einval.com/'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools')
+optdepends=('cdparanoia: Paranoia ripping support'
+'flac: FLAC encoding support'
+'glyr: album art support'
+'lame: MP3 encoding support'
+'opus-tools: Opus encoding support'
+'python-eyed3: ID3 tag support'
+'vorbisgain: Ogg Vorbis normalization support')
+backup=("etc/${pkgname}.conf")
+source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign})
+validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
+  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
+sha256sums=('34356c6ea4cc39b33c807261bfdf8e8da8905b2ed50313147c78b283eef6858d'
+'SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+  # https://bugs.archlinux.org/task/58046
+  sed -i 's/^#CDDBMETHOD=musicbrainz/CDDBMETHOD=cddb/' abcde.conf
+}
+
+package() {
+  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" prefix=/usr 
sysconfdir=/etc install
+}
+


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

2018-08-15 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 15, 2018 @ 18:08:49
  Author: schuay
Revision: 371871

upgpkg: abcde 2.9.2-1

2.9.2-1

Modified:
  abcde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 18:07:00 UTC (rev 371870)
+++ PKGBUILD2018-08-15 18:08:49 UTC (rev 371871)
@@ -5,8 +5,8 @@
 # Maintainer: schuay 
 
 pkgname=abcde
-pkgver=2.9.1
-pkgrel=3
+pkgver=2.9.2
+pkgrel=1
 pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
 arch=('any')
 url='https://abcde.einval.com/'
@@ -23,7 +23,7 @@
 source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign})
 validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
   '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
-sha256sums=('70ec6e06b791115fbe88dee313f58f691f9b559ee992f2af5ed64fe6ad2e55d7'
+sha256sums=('34356c6ea4cc39b33c807261bfdf8e8da8905b2ed50313147c78b283eef6858d'
 'SKIP')
 
 build() {


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

2018-08-15 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 15, 2018 @ 18:07:00
  Author: schuay
Revision: 371870

archrelease: copy trunk to community-x86_64

Added:
  angband/repos/community-x86_64/PKGBUILD
(from rev 371869, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 18:06:50 UTC (rev 371869)
+++ PKGBUILD2018-08-15 18:07:00 UTC (rev 371870)
@@ -1,55 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Mike Sampson 
-# Contributor: Adrian Stratulat 
-# Contributor: Anton Bazhenov 
-# Contributor: KillaB 
-# Contributor: Callan Barrett 
-# Contributor: Christian Schmidt 
-# Contributor: Sebastian Sareyko 
-
-pkgname=angband
-pkgver=4.1.2
-pkgrel=1
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
-arch=('x86_64')
-url="http://rephial.org/;
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
-makedepends=('python-docutils')
-source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
-
-prepare() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  # Fix detection of ncurses config script for ncurses 6.0
-  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
-}
-
-build() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  ./autogen.sh
-
-  ./configure \
---prefix=/usr \
---bindir=/usr/bin \
---sysconfdir=/usr/share/angband \
---with-configpath=/usr/share/angband \
---with-libpath=/usr/share/angband \
---enable-gtk \
---enable-sdl \
---enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-md5sums=('d5499e26f59beb745d68a66d67050fc6')

Copied: angband/repos/community-x86_64/PKGBUILD (from rev 371869, 
angband/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 18:07:00 UTC (rev 371870)
@@ -0,0 +1,55 @@
+# Maintainer: schuay 
+# Contributor: Mike Sampson 
+# Contributor: Adrian Stratulat 
+# Contributor: Anton Bazhenov 
+# Contributor: KillaB 
+# Contributor: Callan Barrett 
+# Contributor: Christian Schmidt 
+# Contributor: Sebastian Sareyko 
+
+pkgname=angband
+pkgver=4.1.3
+pkgrel=1
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('x86_64')
+url="http://rephial.org/;
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'xorg-fonts-misc')
+makedepends=('python-docutils')
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
+
+prepare() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  # Fix detection of ncurses config script for ncurses 6.0
+  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
+}
+
+build() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  ./autogen.sh
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('e576c2dd05f3106a32db7057aa6b80c7')


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

2018-08-15 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 15, 2018 @ 18:06:50
  Author: schuay
Revision: 371869

upgpkg: angband 4.1.3-1

4.1.3-1

Modified:
  angband/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 17:42:08 UTC (rev 371868)
+++ PKGBUILD2018-08-15 18:06:50 UTC (rev 371869)
@@ -8,7 +8,7 @@
 # Contributor: Sebastian Sareyko 
 
 pkgname=angband
-pkgver=4.1.2
+pkgver=4.1.3
 pkgrel=1
 pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
 arch=('x86_64')
@@ -52,4 +52,4 @@
   install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
 
-md5sums=('d5499e26f59beb745d68a66d67050fc6')
+md5sums=('e576c2dd05f3106a32db7057aa6b80c7')


[arch-commits] Commit in lib32-vulkan-validation-layers/trunk (PKGBUILD)

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 17:42:05
  Author: lcarlier
Revision: 371867

upgpkg: lib32-vulkan-validation-layers 1.1.82+7759+0cb86f5f-1

upstream update 1.1.82

Modified:
  lib32-vulkan-validation-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 17:08:11 UTC (rev 371866)
+++ PKGBUILD2018-08-15 17:42:05 UTC (rev 371867)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=lib32-vulkan-validation-layers
-pkgver=1.1.79+7729+3bd8e348
+pkgver=1.1.82+7759+0cb86f5f
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Validation Layers (32-bit)"
@@ -10,13 +10,13 @@
 license=('custom')
 depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
 makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git)
-source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=3bd8e3489213612ff6129fc6e668d6d355d3c73c;)
+source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=0cb86f5f6d93b142f3610940b560304240318eb4;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd "${srcdir}/Vulkan-ValidationLayers"
 
-  echo 1.1.79+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
 }
 
 build() {


[arch-commits] Commit in lib32-vulkan-validation-layers/repos/multilib-x86_64 (2 files)

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 17:42:08
  Author: lcarlier
Revision: 371868

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD
(from rev 371867, lib32-vulkan-validation-layers/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 17:42:05 UTC (rev 371867)
+++ PKGBUILD2018-08-15 17:42:08 UTC (rev 371868)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=lib32-vulkan-validation-layers
-pkgver=1.1.79+7729+3bd8e348
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Validation Layers (32-bit)"
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
-makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git)
-source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=3bd8e3489213612ff6129fc6e668d6d355d3c73c;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${srcdir}/Vulkan-ValidationLayers"
-
-  echo 1.1.79+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-}
-
-build() {
-  export ASFLAGS=--32
-  export CC="gcc -m32"
-  export CXX="g++ -m32"


-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}/Vulkan-ValidationLayers"
-
-  rm -rf build ; mkdir build ; cd build
-  ../scripts/update_deps.py
-  cmake -C helper.cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_WSI_MIR_SUPPORT=Off \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/Vulkan-ValidationLayers/build"
-  
-  make DESTDIR="${pkgdir}" install
-
-  rm -r ${pkgdir}/usr/include
-  rm -r ${pkgdir}/usr/share/vulkan
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD (from rev 
371867, lib32-vulkan-validation-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 17:42:08 UTC (rev 371868)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=lib32-vulkan-validation-layers
+pkgver=1.1.82+7759+0cb86f5f
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Validation Layers (32-bit)"
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
+makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git)
+source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=0cb86f5f6d93b142f3610940b560304240318eb4;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${srcdir}/Vulkan-ValidationLayers"
+
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+}
+
+build() {
+  export ASFLAGS=--32
+  export CC="gcc -m32"
+  export CXX="g++ -m32"


+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}/Vulkan-ValidationLayers"
+
+  rm -rf build ; mkdir build ; cd build
+  ../scripts/update_deps.py
+  cmake -C helper.cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_WSI_MIR_SUPPORT=Off \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/Vulkan-ValidationLayers/build"
+  
+  make DESTDIR="${pkgdir}" install
+
+  rm -r ${pkgdir}/usr/include
+  rm -r ${pkgdir}/usr/share/vulkan
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (18 files)

2018-08-15 Thread Levente Polyak via arch-commits
Date: Wednesday, August 15, 2018 @ 17:29:34
  Author: anthraxx
Revision: 331548

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 331547, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 331547, linux-hardened/trunk/90-linux.hook)
  
linux-hardened/repos/extra-x86_64/ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch
(from rev 331547, 
linux-hardened/trunk/ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 331547, linux-hardened/trunk/PKGBUILD)
  
linux-hardened/repos/extra-x86_64/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 331547, 
linux-hardened/trunk/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 331547, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 331547, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 331547, linux-hardened/trunk/linux.preset)
  
linux-hardened/repos/extra-x86_64/mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch
(from rev 331547, 
linux-hardened/trunk/mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  
linux-hardened/repos/extra-x86_64/ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch
  linux-hardened/repos/extra-x86_64/PKGBUILD
  
linux-hardened/repos/extra-x86_64/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset
  
linux-hardened/repos/extra-x86_64/mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch

+
 60-linux.hook  |   24 
 90-linux.hook  |   22 
 ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch |  258 
 PKGBUILD   |  488 
 Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  484 
 config.x86_64  |19125 +--
 linux.install  |   22 
 linux.preset   |   28 
 mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch |   86 
 9 files changed, 10269 insertions(+), 10268 deletions(-)

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


[arch-commits] Commit in linux-hardened/trunk (60-linux.hook PKGBUILD config.x86_64)

2018-08-15 Thread Levente Polyak via arch-commits
Date: Wednesday, August 15, 2018 @ 17:29:23
  Author: anthraxx
Revision: 331547

upgpkg: linux-hardened 4.17.15.a-1

Modified:
  linux-hardened/trunk/60-linux.hook
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 60-linux.hook |2 +-
 PKGBUILD  |   10 +-
 config.x86_64 |3 ++-
 3 files changed, 8 insertions(+), 7 deletions(-)

Modified: 60-linux.hook
===
--- 60-linux.hook   2018-08-15 17:21:10 UTC (rev 331546)
+++ 60-linux.hook   2018-08-15 17:29:23 UTC (rev 331547)
@@ -9,4 +9,4 @@
 [Action]
 Description = Updating %PKGBASE% module dependencies...
 When = PostTransaction
-Exec = /usr/bin/depmod --quick %KERNVER%
+Exec = /usr/bin/depmod %KERNVER%

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 17:21:10 UTC (rev 331546)
+++ PKGBUILD2018-08-15 17:29:23 UTC (rev 331547)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=4.17.14
+_pkgver=4.17.15
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -30,12 +30,12 @@
 mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch
 )
 replaces=('linux-grsec')
-sha256sums=('c846038df44ee74dd910d19b346044a100f62a5b933eec2264d17008758cbaaf'
+sha256sums=('e5b85dd46cf12bedb4b5d5a1ab8212aaf164ce45c41d4a4963a58d460384e079'
 'SKIP'
-'ad3dd6e8b8d1daa2bdbe7ddd3cebf74a3a03677cafcb79b3c94b96fe91f9b101'
+'9942ac22490800fada20d8a4d674ad3cd81146f122159fd6e89b921076118b0c'
 'SKIP'
-'021642c251397d7f52e27515dfa18b6b3f40975d685874c6b944d457e38d61b6'
-'36e326d8a88b4087a3a0ee0d47643fc03baeda487659980d0e9d08791e4c729c'
+'410db0db9a1e41848627546af1bfded03afd29521a715eee3ffbb5a5eb25829c'
+'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
 'd744e7f4552896670bc8b99361534eec7ba095bebc2462ef0e5ee433e6341a0a'

Modified: config.x86_64
===
--- config.x86_64   2018-08-15 17:21:10 UTC (rev 331546)
+++ config.x86_64   2018-08-15 17:29:23 UTC (rev 331547)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.17.14 Kernel Configuration
+# Linux/x86 4.17.15 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -274,6 +274,7 @@
 CONFIG_SYSTEM_DATA_VERIFICATION=y
 CONFIG_PROFILING=y
 CONFIG_TRACEPOINTS=y
+CONFIG_HOTPLUG_SMT=y
 CONFIG_OPROFILE=m
 # CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
 CONFIG_HAVE_OPROFILE=y


[arch-commits] Commit in hunspell-en/repos/testing-any (PKGBUILD PKGBUILD)

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 17:21:10
  Author: andyrtr
Revision: 331546

archrelease: copy trunk to testing-any

Added:
  hunspell-en/repos/testing-any/PKGBUILD
(from rev 331545, hunspell-en/trunk/PKGBUILD)
Deleted:
  hunspell-en/repos/testing-any/PKGBUILD

--+
 PKGBUILD |  284 ++---
 1 file changed, 140 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 17:20:57 UTC (rev 331545)
+++ PKGBUILD2018-08-15 17:21:10 UTC (rev 331546)
@@ -1,144 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgbase=hunspell-en
-pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB')
-pkgver=2018.04.16
-pkgrel=4
-pkgdesc="English hunspell dictionaries"
-arch=(any)
-url="http://wordlist.aspell.net/dicts/;
-license=('LGPL' 'custom:scowl')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-large-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_AU-large-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-large-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
-sha1sums=('fd187bef6c15c10712a8aba1bbff563bb3533ceb'
-  'a0edc7fd6aeb1ebd2aca01e06295d7afc4cd681d'
-  'faf7015b8ebebbd4599dda8512013e9f296b9f80'
-  'a5d9771655c1674d6544f96b75cacc64c1397172')
-
-prepare() {
-  sed -i "s:SET UTF8:SET UTF-8:g" *.aff
-}
-
-package_hunspell-en_US() {
-  pkgdesc="US English hunspell dictionaries"
-  provides=('hunspell-en')
-  replaces=('hunspell-en')
-  conflicts=('hunspell-en')
-
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 en_US*.dic en_US*.aff $pkgdir/usr/share/hunspell
-
-  pushd $pkgdir/usr/share/hunspell/
-en_US_aliases="en_PH en_US"
-for lang in $en_US_aliases; do
-  ln -s en_US-large.aff $lang.aff
-  ln -s en_US-large.dic $lang.dic
-done
-  popd
-
-  # myspell symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-
-  # licenses
-  install -D -m644 README_en_US-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US-large
-}
-
-package_hunspell-en_AU() {
-  pkgdesc="AU English hunspell dictionaries"
-  provides=('hunspell-en')
-  replaces=('hunspell-en')
-  conflicts=('hunspell-en')
-
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 en_AU*.dic en_AU*.aff $pkgdir/usr/share/hunspell
-
-  pushd $pkgdir/usr/share/hunspell/
-en_AU_aliases="en_AU"
-for lang in $en_AU_aliases; do
-  ln -s en_AU-large.aff $lang.aff
-  ln -s en_AU-large.dic $lang.dic
-done
-  popd
-
-  # myspell symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-
-  # licenses
-  install -D -m644 README_en_AU-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_AU-large
-}
-
-package_hunspell-en_CA() {
-  pkgdesc="CA English hunspell dictionaries"
-  provides=('hunspell-en')
-  replaces=('hunspell-en')
-  conflicts=('hunspell-en')
-
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 en_CA*.dic en_CA*.aff $pkgdir/usr/share/hunspell
-
-  pushd $pkgdir/usr/share/hunspell/
-en_CA_aliases="en_CA"
-for lang in $en_CA_aliases; do
-  ln -s en_CA-large.aff $lang.aff
-  ln -s en_CA-large.dic $lang.dic
-done
-  popd
-
-  # myspell symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-
-  # licenses
-  install -D -m644 README_en_CA-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA-large
-}
-
-package_hunspell-en_GB() {
-  pkgdesc="GB English hunspell dictionaries"
-  provides=('hunspell-en')
-  replaces=('hunspell-en')
-  conflicts=('hunspell-en')
-
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 en_GB*.dic en_GB*.aff $pkgdir/usr/share/hunspell
-
-  pushd $pkgdir/usr/share/hunspell/
-en_GB_aliases="en_AG en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
-for lang in $en_GB_aliases; do
-  ln -s en_GB-large.aff $lang.aff
-  ln -s en_GB-large.dic $lang.dic
-done
-  popd
-
-  # myspell symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in 

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

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 17:20:57
  Author: andyrtr
Revision: 331545

upgpkg: hunspell-en 2018.04.16-5

drop provides - FS#59630

Modified:
  hunspell-en/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 17:05:22 UTC (rev 331544)
+++ PKGBUILD2018-08-15 17:20:57 UTC (rev 331545)
@@ -4,7 +4,7 @@
 pkgbase=hunspell-en
 pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB')
 pkgver=2018.04.16
-pkgrel=4
+pkgrel=5
 pkgdesc="English hunspell dictionaries"
 arch=(any)
 url="http://wordlist.aspell.net/dicts/;
@@ -25,7 +25,6 @@
 
 package_hunspell-en_US() {
   pkgdesc="US English hunspell dictionaries"
-  provides=('hunspell-en')
   replaces=('hunspell-en')
   conflicts=('hunspell-en')
 
@@ -55,7 +54,6 @@
 
 package_hunspell-en_AU() {
   pkgdesc="AU English hunspell dictionaries"
-  provides=('hunspell-en')
   replaces=('hunspell-en')
   conflicts=('hunspell-en')
 
@@ -85,7 +83,6 @@
 
 package_hunspell-en_CA() {
   pkgdesc="CA English hunspell dictionaries"
-  provides=('hunspell-en')
   replaces=('hunspell-en')
   conflicts=('hunspell-en')
 
@@ -115,7 +112,6 @@
 
 package_hunspell-en_GB() {
   pkgdesc="GB English hunspell dictionaries"
-  provides=('hunspell-en')
   replaces=('hunspell-en')
   conflicts=('hunspell-en')
 


[arch-commits] Commit in lib32-vulkan-icd-loader/trunk (PKGBUILD)

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 17:08:08
  Author: lcarlier
Revision: 371865

upgpkg: lib32-vulkan-icd-loader 1.1.82+2958+1f9a54573-1

upstream update 1.1.82

Modified:
  lib32-vulkan-icd-loader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:59:40 UTC (rev 371864)
+++ PKGBUILD2018-08-15 17:08:08 UTC (rev 371865)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=lib32-vulkan-icd-loader
-pkgver=1.1.80+2940+da58202e9
+pkgver=1.1.82+2958+1f9a54573
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
@@ -11,13 +11,13 @@
 makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
 depends=(lib32-glibc)
 optdepends=('lib32-vulkan-driver: packaged vulkan driver')
-source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=da58202e9569eff53560b4c3a007de2297be40d2;)
+source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=1f9a545738a1510ed5621c2e715c85aa2e79bcfa;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd "${srcdir}/Vulkan-Loader"
 
-  echo 1.1.80+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
 }
 
 build() {


[arch-commits] Commit in lib32-vulkan-icd-loader/repos/multilib-x86_64 (2 files)

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 17:08:11
  Author: lcarlier
Revision: 371866

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD
(from rev 371865, lib32-vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 17:08:08 UTC (rev 371865)
+++ PKGBUILD2018-08-15 17:08:11 UTC (rev 371866)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=lib32-vulkan-icd-loader
-pkgver=1.1.80+2940+da58202e9
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
-depends=(lib32-glibc)
-optdepends=('lib32-vulkan-driver: packaged vulkan driver')
-source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=da58202e9569eff53560b4c3a007de2297be40d2;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${srcdir}/Vulkan-Loader"
-
-  echo 1.1.80+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-}
-
-build() {
-  export ASFLAGS=--32
-  export CC="gcc -m32"
-  export CXX="g++ -m32"


-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}/Vulkan-Loader"
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_WSI_MIR_SUPPORT=Off \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/Vulkan-Loader/build"
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD (from rev 
371865, lib32-vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 17:08:11 UTC (rev 371866)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=lib32-vulkan-icd-loader
+pkgver=1.1.82+2958+1f9a54573
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
+depends=(lib32-glibc)
+optdepends=('lib32-vulkan-driver: packaged vulkan driver')
+source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=1f9a545738a1510ed5621c2e715c85aa2e79bcfa;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${srcdir}/Vulkan-Loader"
+
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+}
+
+build() {
+  export ASFLAGS=--32
+  export CC="gcc -m32"
+  export CXX="g++ -m32"


+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}/Vulkan-Loader"
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_WSI_MIR_SUPPORT=Off \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/Vulkan-Loader/build"
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 17:05:18
  Author: lcarlier
Revision: 331543

upgpkg: vulkan-lunarg-tools 1.1.82+10205+94ac68e53-1

upstream update 1.1.82

Modified:
  vulkan-lunarg-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:58:49 UTC (rev 331542)
+++ PKGBUILD2018-08-15 17:05:18 UTC (rev 331543)
@@ -3,14 +3,14 @@
 
 pkgbase=vulkan-lunarg-tools
 pkgname=(vulkan-trace vulkan-extra-layers)
-pkgver=1.1.79+10184+7ae1b7c06
+pkgver=1.1.82+10205+94ac68e53
 pkgrel=1
 arch=(x86_64)
 url="http://lunarg.com/;
 license=('custom')
 depends=()
-makedepends=(git cmake python vulkan-headers vulkan-icd-loader glslang 
spirv-tools libx11 libxrandr wayland qt5-svg)
-source=("VulkanLunargTools::git+https://github.com/LunarG/VulkanTools.git#commit=7ae1b7c066137e5730e941de572b2edef17c27df;)
+makedepends=(git cmake python vulkan-headers vulkan-validation-layers 
vulkan-icd-loader glslang spirv-tools libx11 libxrandr wayland qt5-svg)
+source=("VulkanLunargTools::git+https://github.com/LunarG/VulkanTools.git#commit=94ac68e537358fa0216efc14f04a439f3684f497;)
 sha256sums=('SKIP')
 
 _install() {
@@ -26,7 +26,7 @@
 pkgver() {
   cd "${srcdir}/VulkanLunargTools"
 
-  echo 1.1.79+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
 }
 
 build() {
@@ -42,6 +42,9 @@
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_SKIP_RPATH=True \
 -DGLSLANG_INSTALL_DIR=/usr \
+-DVULKAN_HEADERS_INSTALL_DIR=/usr/include/vulkan \
+-DVULKAN_LOADER_INSTALL_DIR=/usr \
+-DVULKAN_VALIDATIONLAYERS_INSTALL_DIR=/usr \
 -DBUILD_WSI_XCB_SUPPORT=On \
 -DBUILD_WSI_XLIB_SUPPORT=On \
 -DBUILD_WSI_WAYLAND_SUPPORT=On \


[arch-commits] Commit in vulkan-lunarg-tools/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 17:05:22
  Author: lcarlier
Revision: 331544

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-lunarg-tools/repos/extra-x86_64/PKGBUILD
(from rev 331543, vulkan-lunarg-tools/trunk/PKGBUILD)
Deleted:
  vulkan-lunarg-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 17:05:18 UTC (rev 331543)
+++ PKGBUILD2018-08-15 17:05:22 UTC (rev 331544)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-lunarg-tools
-pkgname=(vulkan-trace vulkan-extra-layers)
-pkgver=1.1.79+10184+7ae1b7c06
-pkgrel=1
-arch=(x86_64)
-url="http://lunarg.com/;
-license=('custom')
-depends=()
-makedepends=(git cmake python vulkan-headers vulkan-icd-loader glslang 
spirv-tools libx11 libxrandr wayland qt5-svg)
-source=("VulkanLunargTools::git+https://github.com/LunarG/VulkanTools.git#commit=7ae1b7c066137e5730e941de572b2edef17c27df;)
-sha256sums=('SKIP')
-
-_install() {
-  local src f dir
-  for src; do
-f="${src#fakeinstall/}"
-dir="${pkgdir}/${f%/*}"
-install -m755 -d "${dir}"
-mv -v "${src}" "${dir}/"
-  done
-}
-
-pkgver() {
-  cd "${srcdir}/VulkanLunargTools"
-
-  echo 1.1.79+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-}
-
-build() {
-  cd "${srcdir}/VulkanLunargTools"
-
-  ./update_external_sources.sh
-
-  rm -rf build ; mkdir build ; cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_SKIP_RPATH=True \
--DGLSLANG_INSTALL_DIR=/usr \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_WSI_MIR_SUPPORT=Off \
--DBUILD_TESTS=OFF \
--DBUILD_VIA=OFF \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-  make DESTDIR="${srcdir}/fakeinstall" install
-}
-
-package_vulkan-trace() {
-  pkgdesc="Vulkan tracing and replaying tools"
-  depends=(vulkan-validation-layers qt5-svg)
-  groups=('vulkan-devel')
-
-  _install fakeinstall/usr/bin/*
-  _install fakeinstall/usr/lib/libVkLayer_vktrace_layer.so
-  _install fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_vktrace_layer.json
-
-  install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-  install -m644 VulkanLunargTools/vktrace/LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  install -m644 VulkanLunargTools/vktrace/vktrace.md 
"${pkgdir}"/usr/share/doc/${pkgname}/
-}
-
-package_vulkan-extra-layers() {
-  pkgdesc="Extra layers for Vulkan development"
-  depends=(vulkan-validation-layers)
-  groups=('vulkan-devel')
-  
-  _install fakeinstall/usr/lib/libVkLayer_api_dump.so
-  _install fakeinstall/usr/lib/libVkLayer_monitor.so
-  _install fakeinstall/usr/lib/libVkLayer_screenshot.so
-  _install fakeinstall/usr/lib/libVkLayer_device_simulation.so
-
-  _install fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_api_dump.json
-  _install fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_monitor.json
-  _install fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_screenshot.json
-  _install 
fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_device_simulation.json
-
-  install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-  install -m644 VulkanLunargTools/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  install -m644 VulkanLunargTools/layersvt/README.md 
"${pkgdir}"/usr/share/doc/${pkgname}/
-}
-

Copied: vulkan-lunarg-tools/repos/extra-x86_64/PKGBUILD (from rev 331543, 
vulkan-lunarg-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 17:05:22 UTC (rev 331544)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-lunarg-tools
+pkgname=(vulkan-trace vulkan-extra-layers)
+pkgver=1.1.82+10205+94ac68e53
+pkgrel=1
+arch=(x86_64)
+url="http://lunarg.com/;
+license=('custom')
+depends=()
+makedepends=(git cmake python vulkan-headers vulkan-validation-layers 
vulkan-icd-loader glslang spirv-tools libx11 libxrandr wayland qt5-svg)
+source=("VulkanLunargTools::git+https://github.com/LunarG/VulkanTools.git#commit=94ac68e537358fa0216efc14f04a439f3684f497;)
+sha256sums=('SKIP')
+
+_install() {
+  local src f dir
+  for src; do
+f="${src#fakeinstall/}"
+dir="${pkgdir}/${f%/*}"
+install -m755 -d "${dir}"
+mv -v "${src}" "${dir}/"
+  done
+}
+
+pkgver() {
+  cd "${srcdir}/VulkanLunargTools"
+
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+}
+
+build() {
+  cd "${srcdir}/VulkanLunargTools"
+
+  ./update_external_sources.sh
+
+  rm -rf build ; mkdir build ; cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+

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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:59:40
  Author: felixonmars
Revision: 371864

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 371863, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 371863, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-15 16:59:40 UTC (rev 371864)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.5.0
+pkgrel=72
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('87861cddb353262630e4370e12e508224b3c14e128082909b4b35f0526dfe648a744d68cc27f77f2f8bb098af37a2af7bdc805d88018bba5e48b6c1ff1749f10')
+
+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 \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:59:18
  Author: felixonmars
Revision: 371863

upgpkg: shellcheck 0.5.0-72

rebuild with JuicyPixels 3.3.1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:56:07 UTC (rev 371862)
+++ PKGBUILD2018-08-15 16:59:18 UTC (rev 371863)
@@ -5,7 +5,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.5.0
-pkgrel=71
+pkgrel=72
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


[arch-commits] Commit in vulkan-validation-layers/repos/extra-x86_64 (2 files)

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 16:58:49
  Author: lcarlier
Revision: 331542

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-validation-layers/repos/extra-x86_64/PKGBUILD
(from rev 331541, vulkan-validation-layers/trunk/PKGBUILD)
Deleted:
  vulkan-validation-layers/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 16:58:46 UTC (rev 331541)
+++ PKGBUILD2018-08-15 16:58:49 UTC (rev 331542)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-validation-layers
-pkgver=1.1.79+7729+3bd8e348
-pkgrel=1
-pkgdesc="Vulkan Validation Layers"
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
-makedepends=(cmake python-lxml libx11 libxrandr wayland git)
-#source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/releases/tag/sdk-${pkgver})
-source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=3bd8e3489213612ff6129fc6e668d6d355d3c73c;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${srcdir}/Vulkan-ValidationLayers"
-
-  echo 1.1.79+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-}
-
-build() {
-  cd "${srcdir}/Vulkan-ValidationLayers"
-
-  rm -rf build ; mkdir build ; cd build
-  ../scripts/update_deps.py
-  cmake -C helper.cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_WSI_MIR_SUPPORT=Off \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  groups=('vulkan-devel')
-  cd "${srcdir}/Vulkan-ValidationLayers/build"
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 "${pkgdir}"/usr/share/{licenses/,doc/}${pkgname}/
-  install -m644 ../docs/* "${pkgdir}"/usr/share/doc/${pkgname}/
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-validation-layers/repos/extra-x86_64/PKGBUILD (from rev 331541, 
vulkan-validation-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 16:58:49 UTC (rev 331542)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-validation-layers
+pkgver=1.1.82+7759+0cb86f5f
+pkgrel=1
+pkgdesc="Vulkan Validation Layers"
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
+makedepends=(cmake python-lxml libx11 libxrandr wayland git)
+#source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/releases/tag/sdk-${pkgver})
+source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=0cb86f5f6d93b142f3610940b560304240318eb4;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${srcdir}/Vulkan-ValidationLayers"
+
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+}
+
+build() {
+  cd "${srcdir}/Vulkan-ValidationLayers"
+
+  rm -rf build ; mkdir build ; cd build
+  ../scripts/update_deps.py
+  cmake -C helper.cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_WSI_MIR_SUPPORT=Off \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  groups=('vulkan-devel')
+  cd "${srcdir}/Vulkan-ValidationLayers/build"
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 "${pkgdir}"/usr/share/{licenses/,doc/}${pkgname}/
+  install -m644 ../docs/* "${pkgdir}"/usr/share/doc/${pkgname}/
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in vulkan-validation-layers/trunk (PKGBUILD)

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 16:58:46
  Author: lcarlier
Revision: 331541

upgpkg: vulkan-validation-layers 1.1.82+7759+0cb86f5f-1

upstream update 1.1.82

Modified:
  vulkan-validation-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:25:22 UTC (rev 331540)
+++ PKGBUILD2018-08-15 16:58:46 UTC (rev 331541)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-validation-layers
-pkgver=1.1.79+7729+3bd8e348
+pkgver=1.1.82+7759+0cb86f5f
 pkgrel=1
 pkgdesc="Vulkan Validation Layers"
 arch=(x86_64)
@@ -11,13 +11,13 @@
 depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
 makedepends=(cmake python-lxml libx11 libxrandr wayland git)
 
#source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/releases/tag/sdk-${pkgver})
-source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=3bd8e3489213612ff6129fc6e668d6d355d3c73c;)
+source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=0cb86f5f6d93b142f3610940b560304240318eb4;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd "${srcdir}/Vulkan-ValidationLayers"
 
-  echo 1.1.79+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
 }
 
 build() {


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:56:07
  Author: felixonmars
Revision: 371862

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
371861, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-15 16:56:07 UTC (rev 371862)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.2.1
+pkgrel=60
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-file-embed' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('224218d3a559fc6a2b574c4f62a7e99f28c25abb20f7fc2eb6b318f388d0c3e65f690c03b687964d50bb4fc87a77d79a6bebb20c196cd93f884f12c43ce1c68e')
+
+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
+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() {
+# 
https://github.com/lierdakil/pandoc-crossref/issues/181#issuecomment-398269601
+cd $pkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 16:55:33
  Author: lcarlier
Revision: 371860

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/0001-glvnd-fix-gl.pc.patch
(from rev 371859, lib32-mesa/trunk/0001-glvnd-fix-gl.pc.patch)
  
lib32-mesa/repos/multilib-testing-x86_64/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch
(from rev 371859, 
lib32-mesa/trunk/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch)
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 371859, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 371859, lib32-mesa/trunk/PKGBUILD)

-+
 0001-glvnd-fix-gl.pc.patch  |   26 +
 0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch |   74 
 LICENSE |   83 
 PKGBUILD|  177 
++
 4 files changed, 360 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/0001-glvnd-fix-gl.pc.patch 
(from rev 371859, lib32-mesa/trunk/0001-glvnd-fix-gl.pc.patch)
===
--- multilib-testing-x86_64/0001-glvnd-fix-gl.pc.patch  
(rev 0)
+++ multilib-testing-x86_64/0001-glvnd-fix-gl.pc.patch  2018-08-15 16:55:33 UTC 
(rev 371860)
@@ -0,0 +1,26 @@
+From a9554de2a6028540fa12a7ebdab4daf2b46010fa Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: Unknown <>
+Date: Tue, 15 May 2018 20:10:53 +0200
+Subject: [PATCH 1/4] glvnd: fix gl.pc
+
+---
+ src/mesa/gl.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in
+index 181724b97b..8c7b7da8d7 100644
+--- a/src/mesa/gl.pc.in
 b/src/mesa/gl.pc.in
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@
+-- 
+2.17.0
+

Copied: 
lib32-mesa/repos/multilib-testing-x86_64/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch
 (from rev 371859, 
lib32-mesa/trunk/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch)
===
--- 
multilib-testing-x86_64/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch
 (rev 0)
+++ 
multilib-testing-x86_64/0004-loader_dri3-Variant-2-Wait-for-pending-swaps-to-comp.patch
 2018-08-15 16:55:33 UTC (rev 371860)
@@ -0,0 +1,74 @@
+From patchwork Tue May  8 09:42:05 2018
+Content-Type: text/plain; charset="utf-8"
+MIME-Version: 1.0
+Content-Transfer-Encoding: 7bit
+Subject: [Mesa-dev,
+ 2/2] loader_dri3: Variant 2: Wait for pending swaps to complete
+ before drawable_fini.
+From: =?utf-8?q?Michel_D=C3=A4nzer?= 
+X-Patchwork-Id: 221466
+Message-Id: 
+To: Mario Kleiner ,
+ Mike Lothian 
+Cc: ML mesa-dev ,
+ ML xorg-devel 
+Date: Tue, 8 May 2018 11:42:05 +0200
+
+On 2018-05-05 06:25 AM, Mario Kleiner wrote:
+> On Sat, May 5, 2018 at 4:08 AM, Mike Lothian  wrote:
+>> I definately saw the steam bug with patch 1 but not with plasmashell,
+>> I started seeing it with patch 2 but it seemed to fix itself
+> 
+> I had two hangs of kwin_x11 within the last 6 hours when alt-tabbing
+> between windows, where it got stuck in the
+> loader_dri3_swapbuffer_barrier() from patch 1/2. Not sure how that is
+> possible, or if the stacktrace was misleading, because i had to VT
+> switch to a text console to attach the debugger and this might be just
+> a side effect of that. But if it is true, then patch 1/2 would not be
+> it. Also 1/2 has a potential performance impact, whereas 2/2 doesn't.
+> However 2/2 would also need more work, as i can think of more complex
+> scenarios where it would filter the wrong events, although not in the
+> case of plasmashell or steam. Probably we'd need to sacrifice a few
+> sbc bits in the Present events serial field to transport a unique tag
+> for each incarnation of the loader_dri3_drawable, like a mini-hash of
+> the draw->eid. Ugly ugly...
+
+How about the below?
+
+Idle notify events shouldn't need special treatment, since the pixmap
+XIDs of the buffers will be different between loader_dri3_drawable
+incarnations, aren't they?
+
+
+This still leaves the issue that the SBC moves backwards, which could
+theoretically result in hangs with apps using glXWaitForSbcOML. Fixing
+that would probably require changing the loader_dri3_drawable lifetime
+cycle, which would probably be very invasive, if feasible at all. Maybe
+we don't need to care about that for the time being, until there's a
+real world app running into it.
+
+diff --git 

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

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 16:55:29
  Author: lcarlier
Revision: 371859

upgpkg: lib32-mesa 18.1.6-1

upstream update 18.1.6

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:54:12 UTC (rev 371858)
+++ PKGBUILD2018-08-15 16:55:29 UTC (rev 371859)
@@ -5,7 +5,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=18.1.5
+pkgver=18.1.6
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -16,7 +16,7 @@
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 0001-glvnd-fix-gl.pc.patch)
-sha512sums=('f0bcb903bbf2ff7fc0b4a8fe100ea26ee91c0029b64adaf5fc4877ed7681f325c54b1be8eb0b140bff620da79f30a96375c2e1085e504ebfaf50e57f6da93013'
+sha512sums=('2966210800215f5ced2720691063a8519b51ebeab9fb1e99bde4b1bd7ccc719d6395a1c29f25c88efe62d1592cf14ceafc163aca349490b1f8cee81070d46fcc'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7'
 
'2f40198eff47664c831c56e8a63f60a4d1b815cf697e6bdb0be39e6d9c5df043857f6264b7cd2ccf46c07626186c565144e80f4214b5f7936ef7024c47201437')
@@ -31,7 +31,7 @@
 
   # glvnd support patches - from Fedora
   # non-upstreamed ones
-  patch -Np1 -i ../0001-glvnd-fix-gl.pc.patch
+  # patch -Np1 -i ../0001-glvnd-fix-gl.pc.patch
 }
 
 build() {


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:55:44
  Author: felixonmars
Revision: 371861

upgpkg: pandoc-crossref 0.3.2.1-60

rebuild with JuicyPixels 3.3.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:55:33 UTC (rev 371860)
+++ PKGBUILD2018-08-15 16:55:44 UTC (rev 371861)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.2.1
-pkgrel=59
+pkgrel=60
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:54:12
  Author: felixonmars
Revision: 371858

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 371857, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
371857, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-15 16:54:12 UTC (rev 371858)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.3.0
+pkgrel=91
+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-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:53:51
  Author: felixonmars
Revision: 371857

upgpkg: haskell-hakyll 4.12.3.0-91

rebuild with JuicyPixels 3.3.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:51:41 UTC (rev 371856)
+++ PKGBUILD2018-08-15 16:53:51 UTC (rev 371857)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.3.0
-pkgrel=90
+pkgrel=91
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


[arch-commits] Commit in python-qt.py/repos/community-any (PKGBUILD PKGBUILD)

2018-08-15 Thread Filipe Laíns via arch-commits
Date: Wednesday, August 15, 2018 @ 16:51:41
  Author: ffy00
Revision: 371856

archrelease: copy trunk to community-any

Added:
  python-qt.py/repos/community-any/PKGBUILD
(from rev 371855, python-qt.py/trunk/PKGBUILD)
Deleted:
  python-qt.py/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 16:51:37 UTC (rev 371855)
+++ PKGBUILD2018-08-15 16:51:41 UTC (rev 371856)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michal Krenek (Mikos) 
-
-pkgname=python-qt.py
-_pkgname=Qt.py
-pkgver=1.2.0.b2
-pkgrel=1
-pkgdesc="Python compatibility wrapper around all Qt bindings"
-arch=('any')
-url="https://github.com/mottosso/Qt.py;
-license=('MIT')
-depends=('python')
-optdepends=('python-pyqt5: Qt 5 bindings'
-   'python-pyqt4: Qt 4 bindings'
-   'python-pyside2-git: LGPL Qt 5 bindings'
-   'python-pyside: LGPL Qt 4 bindings')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mottosso/Qt.py/archive/$pkgver.tar.gz;)
-sha256sums=('b4ca3b96bc3773b1affbeb42bc72a53ff21414a3f70a7aeec3faf03883d84380')
-
-build() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-qt.py/repos/community-any/PKGBUILD (from rev 371855, 
python-qt.py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 16:51:41 UTC (rev 371856)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgname=python-qt.py
+_pkgname=Qt.py
+pkgver=1.2.0.b2
+pkgrel=2
+pkgdesc="Python compatibility wrapper around all Qt bindings"
+arch=('any')
+url="https://github.com/mottosso/Qt.py;
+license=('MIT')
+depends=('python')
+optdepends=('python-pyqt5: Qt 5 bindings'
+   'python-pyqt4: Qt 4 bindings'
+   'python-pyside2-git: LGPL Qt 5 bindings'
+   'python-pyside: LGPL Qt 4 bindings')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mottosso/Qt.py/archive/$pkgver.tar.gz;)
+sha256sums=('b4ca3b96bc3773b1affbeb42bc72a53ff21414a3f70a7aeec3faf03883d84380')
+
+build() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  rm "$pkgdir"/usr/LICENSE # Weird
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:51:37
  Author: felixonmars
Revision: 371855

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 371853, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
371853, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-15 16:51:37 UTC (rev 371855)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.14.3.1
+pkgrel=109
+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 python-qt.py/trunk (PKGBUILD)

2018-08-15 Thread Filipe Laíns via arch-commits
Date: Wednesday, August 15, 2018 @ 16:51:36
  Author: ffy00
Revision: 371854

upgpkg: python-qt.py 1.2.0.b2-2

fix wrong license

Modified:
  python-qt.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:51:15 UTC (rev 371853)
+++ PKGBUILD2018-08-15 16:51:36 UTC (rev 371854)
@@ -5,7 +5,7 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.0.b2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python compatibility wrapper around all Qt bindings"
 arch=('any')
 url="https://github.com/mottosso/Qt.py;
@@ -27,6 +27,7 @@
 package() {
   cd "$srcdir"/$_pkgname-$pkgver
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  rm "$pkgdir"/usr/LICENSE # Weird
 
   install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:51:15
  Author: felixonmars
Revision: 371853

upgpkg: pandoc-citeproc 0.14.3.1-109

rebuild with JuicyPixels 3.3.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:48:13 UTC (rev 371852)
+++ PKGBUILD2018-08-15 16:51:15 UTC (rev 371853)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.14.3.1
-pkgrel=108
+pkgrel=109
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:48:13
  Author: felixonmars
Revision: 371852

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 371851, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-15 16:48:13 UTC (rev 371852)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.2.3.2
+pkgrel=5
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-skylighting' 'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-random'
+ 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e35f7e8db30784f15e11a6a48cb1ae8cb96faca7280c7d8ba63c1d948daab13097c04b7796a6ad8853ac177ee93de20edecf81842fdb7998e3453b89ac9750b0')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -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 "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:47:51
  Author: felixonmars
Revision: 371851

upgpkg: pandoc 2.2.3.2-5

rebuild with JuicyPixels 3.3.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:45:29 UTC (rev 371850)
+++ PKGBUILD2018-08-15 16:47:51 UTC (rev 371851)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.2.3.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


[arch-commits] Commit in python-qt.py/repos/community-any (PKGBUILD PKGBUILD)

2018-08-15 Thread Filipe Laíns via arch-commits
Date: Wednesday, August 15, 2018 @ 16:45:29
  Author: ffy00
Revision: 371850

archrelease: copy trunk to community-any

Added:
  python-qt.py/repos/community-any/PKGBUILD
(from rev 371849, python-qt.py/trunk/PKGBUILD)
Deleted:
  python-qt.py/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 16:45:10 UTC (rev 371849)
+++ PKGBUILD2018-08-15 16:45:29 UTC (rev 371850)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michal Krenek (Mikos) 
-
-pkgname=python-qt.py
-_pkgname=Qt.py
-pkgver=0.6.9
-pkgrel=1
-pkgdesc="Python compatibility wrapper around all Qt bindings"
-arch=('any')
-url="https://github.com/mottosso/Qt.py;
-license=('MIT')
-depends=('python')
-optdepends=('python-pyqt5: Qt 5 bindings'
-   'python-pyqt4: Qt 4 bindings'
-   'python-pyside2-git: LGPL Qt 5 bindings'
-   'python-pyside: LGPL Qt 4 bindings')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver::https://github.com/mottosso/Qt.py/archive/$pkgver.tar.gz;)
-sha256sums=('421db39c390b9f6d5978f1ed9a1c16faf4e569aa93c06a95498cd130ea2cfcc6')
-
-build() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-qt.py/repos/community-any/PKGBUILD (from rev 371849, 
python-qt.py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 16:45:29 UTC (rev 371850)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgname=python-qt.py
+_pkgname=Qt.py
+pkgver=1.2.0.b2
+pkgrel=1
+pkgdesc="Python compatibility wrapper around all Qt bindings"
+arch=('any')
+url="https://github.com/mottosso/Qt.py;
+license=('MIT')
+depends=('python')
+optdepends=('python-pyqt5: Qt 5 bindings'
+   'python-pyqt4: Qt 4 bindings'
+   'python-pyside2-git: LGPL Qt 5 bindings'
+   'python-pyside: LGPL Qt 4 bindings')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mottosso/Qt.py/archive/$pkgver.tar.gz;)
+sha256sums=('b4ca3b96bc3773b1affbeb42bc72a53ff21414a3f70a7aeec3faf03883d84380')
+
+build() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2018-08-15 Thread Filipe Laíns via arch-commits
Date: Wednesday, August 15, 2018 @ 16:45:10
  Author: ffy00
Revision: 371849

import from aur

Modified:
  python-qt.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:38:35 UTC (rev 371848)
+++ PKGBUILD2018-08-15 16:45:10 UTC (rev 371849)
@@ -4,7 +4,7 @@
 
 pkgname=python-qt.py
 _pkgname=Qt.py
-pkgver=0.6.9
+pkgver=1.2.0.b2
 pkgrel=1
 pkgdesc="Python compatibility wrapper around all Qt bindings"
 arch=('any')
@@ -16,8 +16,8 @@
'python-pyside2-git: LGPL Qt 5 bindings'
'python-pyside: LGPL Qt 4 bindings')
 makedepends=('python-setuptools')
-source=("$pkgname-$pkgver::https://github.com/mottosso/Qt.py/archive/$pkgver.tar.gz;)
-sha256sums=('421db39c390b9f6d5978f1ed9a1c16faf4e569aa93c06a95498cd130ea2cfcc6')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mottosso/Qt.py/archive/$pkgver.tar.gz;)
+sha256sums=('b4ca3b96bc3773b1affbeb42bc72a53ff21414a3f70a7aeec3faf03883d84380')
 
 build() {
   cd "$srcdir"/$_pkgname-$pkgver


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:38:14
  Author: felixonmars
Revision: 371847

upgpkg: haskell-juicypixels 3.3.1-1

rebuild with JuicyPixels 3.3.1

Modified:
  haskell-juicypixels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:33:35 UTC (rev 371846)
+++ PKGBUILD2018-08-15 16:38:14 UTC (rev 371847)
@@ -4,7 +4,7 @@
 
 _hkgname=JuicyPixels
 pkgname=haskell-juicypixels
-pkgver=3.3
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff 
and radiance)"
 url="https://github.com/Twinside/Juicy.Pixels;
@@ -13,7 +13,7 @@
 depends=('ghc-libs' "haskell-primitive" "haskell-vector" "haskell-zlib")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('e52f3c23032adbabc8373b1f796d258fae4b291b885e34b77320f8361c125bc0c2fab62e538eec11358548ef2718ad0d6d256f67b66fead9967f3b0a74b34df3')
+sha512sums=('8cd789a26ca5145918a91423cb742da7e88cf01bac39231c9d868eac87801936510ab44f657253411af748fa14152008beffa758a59f9b05a3c208bb369e8cb4')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:38:35
  Author: felixonmars
Revision: 371848

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-juicypixels/repos/community-staging-x86_64/PKGBUILD (from rev 
371847, haskell-juicypixels/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-15 16:38:35 UTC (rev 371848)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=JuicyPixels
+pkgname=haskell-juicypixels
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff 
and radiance)"
+url="https://github.com/Twinside/Juicy.Pixels;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-primitive" "haskell-vector" "haskell-zlib")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8cd789a26ca5145918a91423cb742da7e88cf01bac39231c9d868eac87801936510ab44f657253411af748fa14152008beffa758a59f9b05a3c208bb369e8cb4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mmap
+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}/${_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 python-hypothesis/repos/community-any (PKGBUILD PKGBUILD)

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:33:35
  Author: felixonmars
Revision: 371846

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 16:33:11 UTC (rev 371845)
+++ PKGBUILD2018-08-15 16:33:35 UTC (rev 371846)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.67.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('deffd43bab558e6b23cc929fee72281081113048b7b34d102a815d56bb97d3cffbb21003ab158741a22eea3fd18766ae91641423d81de52c38c7e412977839e2')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  sed -i "/FutureWarning/a \filterwarnings('ignore', 
category=DeprecationWarning, module='pandas.core')" 
hypothesis-$pkgver/hypothesis-python/tests/common/setup.py
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django || warning "Tests failed"
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  python2 setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 371845, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 16:33:35 UTC (rev 371846)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.68.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 

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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:33:11
  Author: felixonmars
Revision: 371845

upgpkg: python-hypothesis 3.68.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:28:13 UTC (rev 371844)
+++ PKGBUILD2018-08-15 16:33:11 UTC (rev 371845)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.67.1
+pkgver=3.68.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('deffd43bab558e6b23cc929fee72281081113048b7b34d102a815d56bb97d3cffbb21003ab158741a22eea3fd18766ae91641423d81de52c38c7e412977839e2')
+sha512sums=('4867d4b8badc78735ac242da87d1f5d4087976fd9fcfd371a05c4b52a1083719c8d93e1b01df4432fe399dbf05e72ddfe500996ae9148552dc8661269f098d24')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:28:13
  Author: felixonmars
Revision: 371844

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 371843, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 371843, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 371843, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 371843, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 371843, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 371843, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 371843, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-08-15 16:27:22 UTC (rev 371843)
+++ LICENSE 2018-08-15 16:28:13 UTC (rev 371844)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 371843, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-08-15 16:28:13 UTC (rev 371844)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 16:27:22 UTC (rev 371843)
+++ PKGBUILD2018-08-15 16:28:13 UTC (rev 371844)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.137
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')

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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:27:22
  Author: felixonmars
Revision: 371843

upgpkg: jenkins 2.138-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:23:26 UTC (rev 371842)
+++ PKGBUILD2018-08-15 16:27:22 UTC (rev 371843)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.137
+pkgver=2.138
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('0c29ac8010426ecd918b4ddf016f3d8d59c7fdbd23c7d11a6a253ec113d07442f144fb3ec7f2972a4ac787355c6832e6888edbdef870d0d695038e9968629a34'
+sha512sums=('69e0873e265de35d09af26ecc53bda012c486b4b7ad43eefea67ca819e6c38dd3a61f189a94a79a60e6fa5b3279baf3228d41691e26417aceb4db12fd36a5325'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 16:25:22
  Author: lcarlier
Revision: 331540

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-tools/repos/extra-x86_64/PKGBUILD
(from rev 331539, vulkan-tools/trunk/PKGBUILD)
Deleted:
  vulkan-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 16:25:19 UTC (rev 331539)
+++ PKGBUILD2018-08-15 16:25:22 UTC (rev 331540)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-tools
-pkgver=1.1.79+6811+b7c389c9
-pkgrel=1
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/;
-pkgdesc="Vulkan Utilities and Tools"
-license=('custom')
-depends=(gcc-libs libxcb vulkan-icd-loader)
-makedepends=(git cmake python vulkan-headers libx11 wayland)
-source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=b7c389c9d3efe5cea722eb7395fb70529dd27566;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${srcdir}/Vulkan-Tools"
-
-  echo 1.1.79+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-}
-
-build() {
-  cd "${srcdir}/Vulkan-Tools"
-
-  rm -rf build ; mkdir build ; cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_WSI_MIR_SUPPORT=Off \
--DBUILD_CUBE=ON \
--DBUILD_VULKANINFO=ON \
--DBUILD_ICD=OFF \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}/Vulkan-Tools/build"
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-tools/repos/extra-x86_64/PKGBUILD (from rev 331539, 
vulkan-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 16:25:22 UTC (rev 331540)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-tools
+pkgver=1.1.82+6821+ca05ec7c
+pkgrel=1
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/;
+pkgdesc="Vulkan Utilities and Tools"
+license=('custom')
+depends=(gcc-libs libxcb vulkan-icd-loader)
+makedepends=(git cmake python vulkan-headers libx11 wayland)
+source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=ca05ec7c9706eb2949e489b4719fe499b0059d36;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${srcdir}/Vulkan-Tools"
+
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+}
+
+build() {
+  cd "${srcdir}/Vulkan-Tools"
+
+  rm -rf build ; mkdir build ; cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_WSI_MIR_SUPPORT=Off \
+-DBUILD_CUBE=ON \
+-DBUILD_VULKANINFO=ON \
+-DBUILD_ICD=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  groups=('vulkan-devel')
+  
+  cd "${srcdir}/Vulkan-Tools/build"
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 16:25:19
  Author: lcarlier
Revision: 331539

upgpkg: vulkan-tools 1.1.82+6821+ca05ec7c-1

upstream update 1.1.82

Modified:
  vulkan-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:08:53 UTC (rev 331538)
+++ PKGBUILD2018-08-15 16:25:19 UTC (rev 331539)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-tools
-pkgver=1.1.79+6811+b7c389c9
+pkgver=1.1.82+6821+ca05ec7c
 pkgrel=1
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/;
@@ -10,13 +10,13 @@
 license=('custom')
 depends=(gcc-libs libxcb vulkan-icd-loader)
 makedepends=(git cmake python vulkan-headers libx11 wayland)
-source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=b7c389c9d3efe5cea722eb7395fb70529dd27566;)
+source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=ca05ec7c9706eb2949e489b4719fe499b0059d36;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd "${srcdir}/Vulkan-Tools"
 
-  echo 1.1.79+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
 }
 
 build() {


[arch-commits] Commit in python-ruamel-yaml/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:23:26
  Author: felixonmars
Revision: 371842

archrelease: copy trunk to community-x86_64

Added:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 371841, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 16:23:00 UTC (rev 371841)
+++ PKGBUILD2018-08-15 16:23:26 UTC (rev 371842)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.55
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('a9d3f9b9791a2855102f06b879d251d87102ca9e6c32feead06bc36020a6228756f90bc73df1e118fcca6d5d7383e6c7aa38b84c93f6615a12062013126dad99')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 371841, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 16:23:26 UTC (rev 371842)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.56
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
+sha512sums=('76a252a37a19edee7fabfb6c35a35fc32b248d7b0db289301b26b53b76cf7d6c0116f6e488b32c6847f8e909c922aafc57e882d1c36fbb8526f693ebf21fa9d9')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 16:23:00
  Author: felixonmars
Revision: 371841

upgpkg: python-ruamel-yaml 0.15.56-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:11:43 UTC (rev 371840)
+++ PKGBUILD2018-08-15 16:23:00 UTC (rev 371841)
@@ -4,7 +4,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.55
+pkgver=0.15.56
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('a9d3f9b9791a2855102f06b879d251d87102ca9e6c32feead06bc36020a6228756f90bc73df1e118fcca6d5d7383e6c7aa38b84c93f6615a12062013126dad99')
+sha512sums=('76a252a37a19edee7fabfb6c35a35fc32b248d7b0db289301b26b53b76cf7d6c0116f6e488b32c6847f8e909c922aafc57e882d1c36fbb8526f693ebf21fa9d9')
 
 package() {
   depends=('python')


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

2018-08-15 Thread David Runge via arch-commits
Date: Wednesday, August 15, 2018 @ 16:11:34
  Author: dvzrv
Revision: 371839

upgpkg: sonic-visualiser 3.1.1-1

Upgrading to 3.1.1. Removing sepcific hicolor icons, as they have a wrong name 
and a svg is installed by default now.

Modified:
  sonic-visualiser/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 7 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 15:30:43 UTC (rev 371838)
+++ PKGBUILD2018-08-15 16:11:34 UTC (rev 371839)
@@ -3,20 +3,20 @@
 # Contributor: speps 
 # Contributor: Orivej Desh 
 
-_download_id=2381
+_download_id=2391
 pkgname=sonic-visualiser
-pkgver=3.1
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
 pkgdesc="A viewer and analyser of music audio files."
 arch=('x86_64')
 url="https://www.sonicvisualiser.org/;
 license=('GPL2')
 groups=('pro-audio')
-depends=('capnproto' 'libfishsound' 'libid3tag' 'liblo'
-'liblrdf' 'libmad' 'liboggz' 'libpulse' 'portaudio' 'qt5-svg'
-'rubberband' 'sord' 'hicolor-icon-theme')
+depends=('capnproto' 'desktop-file-utils' 'hicolor-icon-theme' 'libfishsound'
+'libid3tag' 'liblo' 'liblrdf' 'libmad' 'liboggz' 'libpulse' 'portaudio'
+'qt5-svg' 'rubberband' 'sord')
 
source=("https://code.soundsoftware.ac.uk/attachments/download/${_download_id}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('dc44e101d0ffbe858ff43dbd32eed8edea9fcfee166c7a13b08da7059fcd24f434814a73e78f5ded5d3adbf1420c1d448c3bf891525048424ac9213e0801b998')
+sha512sums=('e83efffb62179e67a0e5fd7352f63f5a0210102a7fb38c5ad486479a3749f68a44fec2d1843d1c1ca826ba0004bf421811a270a0a50e3f89f71d956dc7a76ae7')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -38,14 +38,6 @@
   # desktop files
   install -t "${pkgdir}/usr/share/applications/" -vDm 644 "${pkgname}.desktop"
 
-  # icons
-  for _s in 16 22 24 32 48 64 128; do
-install -vDm 644 icons/sv-${_s}x${_s}.png \
-  "${pkgdir}/usr/share/icons/hicolor/${_s}x${_s}/apps/sv-icon.png"
-  done
-  install -vDm 644 icons/sv-icon.svg \
-"${pkgdir}/usr/share/icons/hicolor/scalable/apps/sv-icon.svg"
-
   # samples
   install -t "${pkgdir}/usr/share/${pkgname}/samples" -vDm 644 samples/*
 


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

2018-08-15 Thread David Runge via arch-commits
Date: Wednesday, August 15, 2018 @ 16:11:43
  Author: dvzrv
Revision: 371840

archrelease: copy trunk to community-x86_64

Added:
  sonic-visualiser/repos/community-x86_64/PKGBUILD
(from rev 371839, sonic-visualiser/trunk/PKGBUILD)
Deleted:
  sonic-visualiser/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 16:11:34 UTC (rev 371839)
+++ PKGBUILD2018-08-15 16:11:43 UTC (rev 371840)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Orivej Desh 
-
-_download_id=2381
-pkgname=sonic-visualiser
-pkgver=3.1
-pkgrel=2
-pkgdesc="A viewer and analyser of music audio files."
-arch=('x86_64')
-url="https://www.sonicvisualiser.org/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('capnproto' 'libfishsound' 'libid3tag' 'liblo'
-'liblrdf' 'libmad' 'liboggz' 'libpulse' 'portaudio' 'qt5-svg'
-'rubberband' 'sord' 'hicolor-icon-theme')
-source=("https://code.soundsoftware.ac.uk/attachments/download/${_download_id}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('dc44e101d0ffbe858ff43dbd32eed8edea9fcfee166c7a13b08da7059fcd24f434814a73e78f5ded5d3adbf1420c1d448c3bf891525048424ac9213e0801b998')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  # DESTDIR still ignored
-  # https://sourceforge.net/p/sv1/bugs/254
-  export INSTALL_ROOT="${pkgdir}/"
-  ./configure --prefix=/usr
-  qmake-qt5 ${pkgname}.pro
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make install
-  # install some things separately, because build system is broken:
-  # https://sourceforge.net/p/sv1/bugs/247/
-
-  # desktop files
-  install -t "${pkgdir}/usr/share/applications/" -vDm 644 "${pkgname}.desktop"
-
-  # icons
-  for _s in 16 22 24 32 48 64 128; do
-install -vDm 644 icons/sv-${_s}x${_s}.png \
-  "${pkgdir}/usr/share/icons/hicolor/${_s}x${_s}/apps/sv-icon.png"
-  done
-  install -vDm 644 icons/sv-icon.svg \
-"${pkgdir}/usr/share/icons/hicolor/scalable/apps/sv-icon.svg"
-
-  # samples
-  install -t "${pkgdir}/usr/share/${pkgname}/samples" -vDm 644 samples/*
-
-  # templates
-  install -t "${pkgdir}/usr/share/${pkgname}/templates" -vDm 644 templates/*
-
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {CHANGELOG,CITATION,README.{md,OSC}}
-}

Copied: sonic-visualiser/repos/community-x86_64/PKGBUILD (from rev 371839, 
sonic-visualiser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 16:11:43 UTC (rev 371840)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Orivej Desh 
+
+_download_id=2391
+pkgname=sonic-visualiser
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="A viewer and analyser of music audio files."
+arch=('x86_64')
+url="https://www.sonicvisualiser.org/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('capnproto' 'desktop-file-utils' 'hicolor-icon-theme' 'libfishsound'
+'libid3tag' 'liblo' 'liblrdf' 'libmad' 'liboggz' 'libpulse' 'portaudio'
+'qt5-svg' 'rubberband' 'sord')
+source=("https://code.soundsoftware.ac.uk/attachments/download/${_download_id}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e83efffb62179e67a0e5fd7352f63f5a0210102a7fb38c5ad486479a3749f68a44fec2d1843d1c1ca826ba0004bf421811a270a0a50e3f89f71d956dc7a76ae7')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  # DESTDIR still ignored
+  # https://sourceforge.net/p/sv1/bugs/254
+  export INSTALL_ROOT="${pkgdir}/"
+  ./configure --prefix=/usr
+  qmake-qt5 ${pkgname}.pro
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make install
+  # install some things separately, because build system is broken:
+  # https://sourceforge.net/p/sv1/bugs/247/
+
+  # desktop files
+  install -t "${pkgdir}/usr/share/applications/" -vDm 644 "${pkgname}.desktop"
+
+  # samples
+  install -t "${pkgdir}/usr/share/${pkgname}/samples" -vDm 644 samples/*
+
+  # templates
+  install -t "${pkgdir}/usr/share/${pkgname}/templates" -vDm 644 templates/*
+
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {CHANGELOG,CITATION,README.{md,OSC}}
+}


[arch-commits] Commit in vulkan-icd-loader/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 16:08:53
  Author: lcarlier
Revision: 331538

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD
(from rev 331537, vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 16:08:49 UTC (rev 331537)
+++ PKGBUILD2018-08-15 16:08:53 UTC (rev 331538)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-icd-loader
-pkgver=1.1.80+2940+da58202e9
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
-depends=(glibc)
-optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
-#source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-${pkgver}.tar.gz;
-source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=da58202e9569eff53560b4c3a007de2297be40d2;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${srcdir}/Vulkan-Loader"
-
-  echo 1.1.80+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-}
-
-build() {
-  cd "${srcdir}/Vulkan-Loader"
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_WSI_MIR_SUPPORT=Off \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/Vulkan-Loader/build"
-  
-  make DESTDIR="${pkgdir}" install
-  
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-icd-loader/repos/extra-x86_64/PKGBUILD (from rev 331537, 
vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 16:08:53 UTC (rev 331538)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-icd-loader
+pkgver=1.1.82+2958+1f9a54573
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
+depends=(glibc)
+optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
+#source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-${pkgver}.tar.gz;
+source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=1f9a545738a1510ed5621c2e715c85aa2e79bcfa;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${srcdir}/Vulkan-Loader"
+
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+}
+
+build() {
+  cd "${srcdir}/Vulkan-Loader"
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_WSI_MIR_SUPPORT=Off \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/Vulkan-Loader/build"
+  
+  make DESTDIR="${pkgdir}" install
+  
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in vulkan-icd-loader/trunk (PKGBUILD)

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 16:08:49
  Author: lcarlier
Revision: 331537

upgpkg: vulkan-icd-loader 1.1.82+2958+1f9a54573-1

upstream update 1.1.82

Modified:
  vulkan-icd-loader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:04:21 UTC (rev 331536)
+++ PKGBUILD2018-08-15 16:08:49 UTC (rev 331537)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-icd-loader
-pkgver=1.1.80+2940+da58202e9
+pkgver=1.1.82+2958+1f9a54573
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
@@ -12,13 +12,13 @@
 depends=(glibc)
 optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
 
#source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-${pkgver}.tar.gz;
-source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=da58202e9569eff53560b4c3a007de2297be40d2;)
+source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=1f9a545738a1510ed5621c2e715c85aa2e79bcfa;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd "${srcdir}/Vulkan-Loader"
 
-  echo 1.1.80+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
 }
 
 build() {


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

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 16:04:17
  Author: lcarlier
Revision: 331535

upgpkg: vulkan-headers 1:1.1.82+97+c4e056d-1

upstream update 1.1.82

Modified:
  vulkan-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 15:59:33 UTC (rev 331534)
+++ PKGBUILD2018-08-15 16:04:17 UTC (rev 331535)
@@ -3,8 +3,8 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.1.80
-pkgrel=2
+pkgver=1.1.82+97+c4e056d
+pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
 arch=(any)
@@ -14,9 +14,15 @@
 provides=("vulkan-hpp=${pkgver}")
 groups=(vulkan-devel)
 
#source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
-source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=ec4eff88f79b74c4865f41bef0d6af9a46d53896;)
+source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=c4e056d365472174471a243dfefbfe66a03564af;)
 sha256sums=('SKIP')
 
+pkgver() {
+  cd Vulkan-Headers
+
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+}
+
 build() {
   cd Vulkan-Headers
 


[arch-commits] Commit in vulkan-headers/repos/extra-any (PKGBUILD PKGBUILD)

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 16:04:21
  Author: lcarlier
Revision: 331536

archrelease: copy trunk to extra-any

Added:
  vulkan-headers/repos/extra-any/PKGBUILD
(from rev 331535, vulkan-headers/trunk/PKGBUILD)
Deleted:
  vulkan-headers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 16:04:17 UTC (rev 331535)
+++ PKGBUILD2018-08-15 16:04:21 UTC (rev 331536)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-headers
-_pkgname=Vulkan-Headers
-pkgver=1.1.80
-pkgrel=2
-epoch=1
-pkgdesc="Vulkan header files"
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('APACHE')
-makedepends=(cmake git)
-provides=("vulkan-hpp=${pkgver}")
-groups=(vulkan-devel)
-#source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
-source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=ec4eff88f79b74c4865f41bef0d6af9a46d53896;)
-sha256sums=('SKIP')
-
-build() {
-  cd Vulkan-Headers
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd Vulkan-Headers/build
-  
-  make DESTDIR="${pkgdir}" install
-}

Copied: vulkan-headers/repos/extra-any/PKGBUILD (from rev 331535, 
vulkan-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 16:04:21 UTC (rev 331536)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-headers
+_pkgname=Vulkan-Headers
+pkgver=1.1.82+97+c4e056d
+pkgrel=1
+epoch=1
+pkgdesc="Vulkan header files"
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('APACHE')
+makedepends=(cmake git)
+provides=("vulkan-hpp=${pkgver}")
+groups=(vulkan-devel)
+#source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
+source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=c4e056d365472174471a243dfefbfe66a03564af;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd Vulkan-Headers
+
+  echo 1.1.82+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+}
+
+build() {
+  cd Vulkan-Headers
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd Vulkan-Headers/build
+  
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 15:59:33
  Author: lcarlier
Revision: 331534

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 331533, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 15:59:29 UTC (rev 331533)
+++ PKGBUILD2018-08-15 15:59:33 UTC (rev 331534)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-html-docs)
-pkgver=1.1.80
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
- ruby-rdoc lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('bff627a451074a1d60fbbfcd1feb01910bdef6087321789946010a507163cc1e')
-
-prepare() {
-  # for asciidoctor
-  # it was hard to find versions that builds properly ^^
-  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
-
-  gem install asciidoctor-mathematical  
-  gem install asciidoctor-pdf-cjk  
-  gem install coderay  
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  ./makeAllExts
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v out/*.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v out/html/* "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 331533, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 15:59:33 UTC (rev 331534)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-html-docs)
+pkgver=1.1.83
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
+ ruby-rdoc lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('51ee6fe6fb39aeefe2407778fce3e292870044d018baebf78339e2060c9f43b8')
+
+prepare() {
+  # for asciidoctor
+  # it was hard to find versions that builds properly ^^
+  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
+
+  gem install asciidoctor-mathematical  
+  gem install asciidoctor-pdf-cjk  
+  gem install coderay  
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  ./makeAllExts
+}
+
+package_vulkan-html-docs() {
+  pkgdesc="Vulkan html documentation"
+  cd "${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  mv -v out/*.html "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v out/html/* "${pkgdir}/usr/share/doc/vulkan/"
+
+  install -m644 copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
+  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
+}


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

2018-08-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 15, 2018 @ 15:59:29
  Author: lcarlier
Revision: 331533

upgpkg: vulkan-docs 1:1.1.83-1

upstream update 1.1.83

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 10:34:46 UTC (rev 331532)
+++ PKGBUILD2018-08-15 15:59:29 UTC (rev 331533)
@@ -3,7 +3,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-html-docs)
-pkgver=1.1.80
+pkgver=1.1.83
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -14,7 +14,7 @@
  ruby-rdoc lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('bff627a451074a1d60fbbfcd1feb01910bdef6087321789946010a507163cc1e')
+sha256sums=('51ee6fe6fb39aeefe2407778fce3e292870044d018baebf78339e2060c9f43b8')
 
 prepare() {
   # for asciidoctor


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

2018-08-15 Thread Johannes Löthberg via arch-commits
Date: Wednesday, August 15, 2018 @ 15:30:35
  Author: demize
Revision: 371837

upgpkg: salt 2018.3.2-2

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 14:19:17 UTC (rev 371836)
+++ PKGBUILD2018-08-15 15:30:35 UTC (rev 371837)
@@ -6,7 +6,7 @@
 
 pkgname=salt
 pkgver=2018.3.2
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -25,7 +25,8 @@
  'python2-crypto'
  'python2-m2crypto'
  'python2-systemd'
- 'python2-tornado')
+ 'python2-tornado'
+ 'python2-futures')
 optdepends=('dmidecode: decode SMBIOS/DMI tables'
 'python2-pygit2: gitfs support')
 


[arch-commits] Commit in salt/repos/community-any (4 files)

2018-08-15 Thread Johannes Löthberg via arch-commits
Date: Wednesday, August 15, 2018 @ 15:30:43
  Author: demize
Revision: 371838

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/PKGBUILD
(from rev 371837, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 371837, salt/trunk/salt.install)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install

--+
 PKGBUILD |  113 -
 salt.install |   44 +++---
 2 files changed, 79 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 15:30:35 UTC (rev 371837)
+++ PKGBUILD2018-08-15 15:30:43 UTC (rev 371838)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Daniel Wallace 
-# Contributor: Christer Edwards 
-
-pkgname=salt
-pkgver=2018.3.2
-pkgrel=1
-
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-
-replaces=('salt-zmq' 'salt-raet')
-conflicts=('salt-zmq' 'salt-raet')
-
-depends=('python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-
-backup=('etc/salt/master'
-'etc/salt/minion')
-
-install=salt.install
-source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('6de86799b65ca4cc0305f5f1d61bc524')
-
-package() {
-  cd salt-$pkgver
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 371837, salt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 15:30:43 UTC (rev 371838)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Daniel Wallace 
+# Contributor: Christer Edwards 
+
+pkgname=salt
+pkgver=2018.3.2
+pkgrel=2
+
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+
+replaces=('salt-zmq' 'salt-raet')
+conflicts=('salt-zmq' 'salt-raet')
+
+depends=('python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto'
+ 'python2-systemd'
+ 'python2-tornado'
+ 'python2-futures')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python2-pygit2: gitfs support')
+
+backup=('etc/salt/master'
+'etc/salt/minion')
+
+install=salt.install
+source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;)
+md5sums=('6de86799b65ca4cc0305f5f1d61bc524')
+
+package() {
+  cd salt-$pkgver
+  python2 setup.py clean
+  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
+
+  # default config
+  install -Dm644 conf/master "$pkgdir/etc/salt/master"
+  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
+  done
+  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: salt.install
===
--- salt.install2018-08-15 15:30:35 UTC (rev 371837)
+++ salt.install2018-08-15 15:30:43 UTC (rev 371838)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [[ "$(vercmp $2 2014.1.1-1)" -le 0 ]]; then
-cat << EOF
-==> Since version 2014.1.1-2, salt-master runs by default as root user.
-==> You need to manually update your configuration and remove the salt user and
-==> group to follow the new default behavior.
-EOF
-  fi
-
-  if [[ "$(vercmp $2 

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

2018-08-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, August 15, 2018 @ 14:19:17
  Author: archange
Revision: 371836

archrelease: copy trunk to community-x86_64

Added:
  acpica/repos/community-x86_64/PKGBUILD
(from rev 371835, acpica/trunk/PKGBUILD)
Deleted:
  acpica/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 14:19:10 UTC (rev 371835)
+++ PKGBUILD2018-08-15 14:19:17 UTC (rev 371836)
@@ -1,30 +0,0 @@
-# Maintainer : Bruno Pagani 
-# Maintainer : Laurent Carlier 
-# Contributor: Giovanni Scafora 
-# Contributor: Alessio 'mOlOk' Bolognino 
-
-pkgname=acpica
-pkgver=20180629
-pkgrel=1
-pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
-arch=('x86_64')
-url="https://acpica.org;
-license=('GPL2')
-depends=('glibc')
-makedepends=('flex' 'bison')
-provides=('iasl')
-conflicts=('iasl')
-replaces=('iasl')
-options=('!makeflags')
-source=("https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz;)
-sha256sums=('70d11f3f2adbdc64a5b33753e1889918af811ec8050722fbee0fdfc3bfd29a4f')
-
-build() {
-  cd acpica-unix-${pkgver}
-  make
-}
-
-package() {
-  cd acpica-unix-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: acpica/repos/community-x86_64/PKGBUILD (from rev 371835, 
acpica/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 14:19:17 UTC (rev 371836)
@@ -0,0 +1,30 @@
+# Maintainer : Bruno Pagani 
+# Maintainer : Laurent Carlier 
+# Contributor: Giovanni Scafora 
+# Contributor: Alessio 'mOlOk' Bolognino 
+
+pkgname=acpica
+pkgver=20180810
+pkgrel=1
+pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
+arch=('x86_64')
+url="https://acpica.org;
+license=('GPL2')
+depends=('glibc')
+makedepends=('flex' 'bison')
+provides=('iasl')
+conflicts=('iasl')
+replaces=('iasl')
+options=('!makeflags')
+source=("https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz;)
+sha256sums=('2643911d0e74c52e4122b914dbbbfa8e2559e4414342bc45f268d2fae32c1ef3')
+
+build() {
+  cd acpica-unix-${pkgver}
+  make
+}
+
+package() {
+  cd acpica-unix-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2018-08-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, August 15, 2018 @ 14:19:10
  Author: archange
Revision: 371835

upgpkg: acpica 20180810-1

Modified:
  acpica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 14:16:24 UTC (rev 371834)
+++ PKGBUILD2018-08-15 14:19:10 UTC (rev 371835)
@@ -4,7 +4,7 @@
 # Contributor: Alessio 'mOlOk' Bolognino 
 
 pkgname=acpica
-pkgver=20180629
+pkgver=20180810
 pkgrel=1
 pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 replaces=('iasl')
 options=('!makeflags')
 source=("https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz;)
-sha256sums=('70d11f3f2adbdc64a5b33753e1889918af811ec8050722fbee0fdfc3bfd29a4f')
+sha256sums=('2643911d0e74c52e4122b914dbbbfa8e2559e4414342bc45f268d2fae32c1ef3')
 
 build() {
   cd acpica-unix-${pkgver}


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

2018-08-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, August 15, 2018 @ 14:16:24
  Author: archange
Revision: 371834

archrelease: copy trunk to community-x86_64

Added:
  kvantum-qt5/repos/community-x86_64/PKGBUILD
(from rev 371833, kvantum-qt5/trunk/PKGBUILD)
Deleted:
  kvantum-qt5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 14:16:10 UTC (rev 371833)
+++ PKGBUILD2018-08-15 14:16:24 UTC (rev 371834)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=Kvantum
-pkgname=kvantum-qt5
-pkgver=0.10.7
-pkgrel=1
-pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
-arch=('x86_64')
-url="https://github.com/tsujan/Kvantum;
-license=('GPL')
-depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
-makedepends=('cmake' 'qt5-tools')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
-sha256sums=('dd7703be481907012823470f703e462db7339ad1ebd9b30c1848b7c6998b82d6')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-   cmake ../${_pkgname}-${pkgver}/${_pkgname} \
- -DCMAKE_INSTALL_PREFIX:PATH=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: kvantum-qt5/repos/community-x86_64/PKGBUILD (from rev 371833, 
kvantum-qt5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 14:16:24 UTC (rev 371834)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=Kvantum
+pkgname=kvantum-qt5
+pkgver=0.10.8
+pkgrel=1
+pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
+arch=('x86_64')
+url="https://github.com/tsujan/Kvantum;
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
+makedepends=('cmake' 'qt5-tools')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
+sha256sums=('a169a19a05985124a946ae638bee2729adad1544497693d911bb7d15160fd20c')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+   cmake ../${_pkgname}-${pkgver}/${_pkgname} \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


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

2018-08-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, August 15, 2018 @ 14:16:10
  Author: archange
Revision: 371833

upgpkg: kvantum-qt5 0.10.8-1

Modified:
  kvantum-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 13:37:39 UTC (rev 371832)
+++ PKGBUILD2018-08-15 14:16:10 UTC (rev 371833)
@@ -2,7 +2,7 @@
 
 _pkgname=Kvantum
 pkgname=kvantum-qt5
-pkgver=0.10.7
+pkgver=0.10.8
 pkgrel=1
 pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
 makedepends=('cmake' 'qt5-tools')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
-sha256sums=('dd7703be481907012823470f703e462db7339ad1ebd9b30c1848b7c6998b82d6')
+sha256sums=('a169a19a05985124a946ae638bee2729adad1544497693d911bb7d15160fd20c')
 
 prepare() {
 mkdir -p build


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 13:30:18
  Author: felixonmars
Revision: 371808

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 371807, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
371807, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-15 13:30:18 UTC (rev 371808)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.0
+pkgrel=81
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('7c1afe6a53b596c2ce01e9ad7a7f464af1f4efbc5f8edc13d5ec8bc32ce4e91ddde91dff6ab8e01cf3cf30a37a3a18953d937debc36c9df664f718d968e2ae74')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/filetype.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


[arch-commits] Commit in (lib32-flashplugin)

2018-08-15 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 15, 2018 @ 13:30:06
  Author: foutrelis
Revision: 371807

Remove unused/unneeded package: lib32-flashplugin

Deleted:
  lib32-flashplugin/


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 13:29:55
  Author: felixonmars
Revision: 371806

upgpkg: tamarin-prover 1.4.0-81

rebuild with wai-extra 3.0.24.1

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 13:29:15 UTC (rev 371805)
+++ PKGBUILD2018-08-15 13:29:55 UTC (rev 371806)
@@ -4,7 +4,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.0
-pkgrel=80
+pkgrel=81
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 13:28:10
  Author: felixonmars
Revision: 371804

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 371803, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 371803, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-15 13:28:10 UTC (rev 371804)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.4.0
+pkgrel=226
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-either' 
'haskell-gitrev'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http' 
'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-ranged-sets' 'haskell-regex-tdfa' 'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 
'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('f19c426a59d1c77d8e7808ee248eba1967cc5fc8686f5380603e2f8ab80aeeca20a4b145e056feceb1bcb9dedfa3b88c2ace7aab4bc1152f780630360fe6485c')
+
+prepare() {
+sed -i 's/==/>=/' $pkgname-$pkgver/$pkgname.cabal
+
+sed -i '/import\s*Safe/d' $pkgname-$pkgver/src/PostgREST/App.hs
+sed -i '/safe/d' $pkgname-$pkgver/$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-CI
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+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 postgrest/trunk (PKGBUILD)

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 13:27:48
  Author: felixonmars
Revision: 371803

upgpkg: postgrest 0.4.4.0-226

rebuild with wai-extra 3.0.24.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 13:24:35 UTC (rev 371802)
+++ PKGBUILD2018-08-15 13:27:48 UTC (rev 371803)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.4.0
-pkgrel=225
+pkgrel=226
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 13:24:35
  Author: felixonmars
Revision: 371802

archrelease: copy trunk to community-staging-x86_64

Added:
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 371801, idris/trunk/PKGBUILD)

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 371801, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-15 13:24:35 UTC (rev 371802)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.0
+pkgrel=46
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec'
+ 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-split' 'haskell-terminal-size' 'haskell-uniplate' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 
'haskell-vector-binary-instances'
+ 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('d015d643e0c121702c8e1a8a27db0a4f071fae35437bb4835314e70499b1eae123ab92d8272f0b91fae6d03b46cceee887e27935c950341c0905a4cdb43cbb84')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+sed -i -e 's/<.*1.3/<2/' -e 's/<.*2.7/<3/' idris.cabal
+}
+
+build() {
+cd Idris-dev-$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 \
+-fFFI -fGMP -f-release -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 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 Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+}
+
+package() {
+cd Idris-dev-$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 idris/trunk (PKGBUILD)

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 13:24:13
  Author: felixonmars
Revision: 371801

upgpkg: idris 1.3.0-46

rebuild with wai-extra 3.0.24.1

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 13:22:38 UTC (rev 371800)
+++ PKGBUILD2018-08-15 13:24:13 UTC (rev 371801)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.3.0
-pkgrel=45
+pkgrel=46
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


[arch-commits] Commit in python-netcdf4-openmpi/trunk (802.patch PKGBUILD)

2018-08-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, August 15, 2018 @ 13:22:24
  Author: archange
Revision: 371799

upgpkg: python-netcdf4-openmpi 1.4.1-1

Modified:
  python-netcdf4-openmpi/trunk/PKGBUILD
Deleted:
  python-netcdf4-openmpi/trunk/802.patch

---+
 802.patch |   22 --
 PKGBUILD  |   17 -
 2 files changed, 8 insertions(+), 31 deletions(-)

Deleted: 802.patch
===
--- 802.patch   2018-08-15 13:14:50 UTC (rev 371798)
+++ 802.patch   2018-08-15 13:22:24 UTC (rev 371799)
@@ -1,22 +0,0 @@
-From 138600a5a7df32772db1a81fd2882886818c8076 Mon Sep 17 00:00:00 2001
-From: Jeff Whitaker 
-Date: Thu, 24 May 2018 16:45:17 -0600
-Subject: [PATCH] fix for failing test
-

- test/tst_cdf5.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/tst_cdf5.py b/test/tst_cdf5.py
-index 1b46c91a..175f9b53 100644
 a/test/tst_cdf5.py
-+++ b/test/tst_cdf5.py
-@@ -4,7 +4,7 @@
- from numpy.testing import assert_array_equal
- 
- FILE_NAME = tempfile.NamedTemporaryFile(suffix='.nc', delete=False).name
--dimsize = np.iinfo(np.int64).max # max unsigned 64 bit integer
-+dimsize = np.iinfo(np.int32).max*2 # only allowed in CDF5
- ndim = 100
- arrdata = 
np.random.randint(np.iinfo(np.uint8).min,np.iinfo(np.uint8).max,size=ndim)
- 

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 13:14:50 UTC (rev 371798)
+++ PKGBUILD2018-08-15 13:22:24 UTC (rev 371799)
@@ -4,22 +4,17 @@
 _mpi=openmpi
 pkgbase=python-${_pkg,,}-${_mpi}
 pkgname=("python-${_pkg,,}-${_mpi}" "python2-${_pkg,,}-${_mpi}")
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
 arch=('x86_64')
 url="https://unidata.github.io/${_pkg,,}-python;
 license=('MIT')
 makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python-mpi4py' 'python2-numpy' 'python2-cftime' 
'python2-mpi4py' "netcdf-${_mpi}")
-source=("https://pypi.io/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;
-'802.patch')
-sha256sums=('a6c0b46f410f101c09d60b8cc460aafec06732f0130c6cb2730717bcc605b388'
-'17e3442e75d75fcba5fabe387f5dc5ef1cc2e7a4de25d96a2fcec699ce628289')
+source=("https://pypi.io/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
+sha256sums=('d4fc65b98e348c39d082ab6b4b7f6d636b1b4e63bec016e5bca189fee5d46403')
 
 prepare() {
-cd ${_pkg}-${pkgver}
-patch -p1 -i ../802.patch
-cd ..
 cp -a ${_pkg}-${pkgver}{,-py2}
 }
 
@@ -41,6 +36,8 @@
 
 package_python-netcdf4-openmpi() {
 depends=('python-numpy' 'python-cftime' 'python-mpi4py' "netcdf-${_mpi}")
+conflicts=('python-netcdf4')
+provides=('python-netcdf4')
 
 cd ${_pkg}-${pkgver}
 USE_NCCONFIG=1 python setup.py install --root="${pkgdir}" --skip-build 
--optimize=2
@@ -51,6 +48,8 @@
 
 package_python2-netcdf4-openmpi() {
 depends=('python2-numpy' 'python2-cftime' 'python2-mpi4py' 
"netcdf-${_mpi}")
+conflicts=('python2-netcdf4')
+provides=('python2-netcdf4')
 
 cd ${_pkg}-${pkgver}-py2
 USE_NCCONFIG=1 python2 setup.py install --root="${pkgdir}" --skip-build 
--optimize=2


[arch-commits] Commit in python-netcdf4-openmpi/repos/community-x86_64 (3 files)

2018-08-15 Thread Bruno Pagani via arch-commits
Date: Wednesday, August 15, 2018 @ 13:22:38
  Author: archange
Revision: 371800

archrelease: copy trunk to community-x86_64

Added:
  python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD
(from rev 371799, python-netcdf4-openmpi/trunk/PKGBUILD)
Deleted:
  python-netcdf4-openmpi/repos/community-x86_64/802.patch
  python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD

---+
 802.patch |   22 --
 PKGBUILD  |  125 +---
 2 files changed, 62 insertions(+), 85 deletions(-)

Deleted: 802.patch
===
--- 802.patch   2018-08-15 13:22:24 UTC (rev 371799)
+++ 802.patch   2018-08-15 13:22:38 UTC (rev 371800)
@@ -1,22 +0,0 @@
-From 138600a5a7df32772db1a81fd2882886818c8076 Mon Sep 17 00:00:00 2001
-From: Jeff Whitaker 
-Date: Thu, 24 May 2018 16:45:17 -0600
-Subject: [PATCH] fix for failing test
-

- test/tst_cdf5.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/tst_cdf5.py b/test/tst_cdf5.py
-index 1b46c91a..175f9b53 100644
 a/test/tst_cdf5.py
-+++ b/test/tst_cdf5.py
-@@ -4,7 +4,7 @@
- from numpy.testing import assert_array_equal
- 
- FILE_NAME = tempfile.NamedTemporaryFile(suffix='.nc', delete=False).name
--dimsize = np.iinfo(np.int64).max # max unsigned 64 bit integer
-+dimsize = np.iinfo(np.int32).max*2 # only allowed in CDF5
- ndim = 100
- arrdata = 
np.random.randint(np.iinfo(np.uint8).min,np.iinfo(np.uint8).max,size=ndim)
- 

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 13:22:24 UTC (rev 371799)
+++ PKGBUILD2018-08-15 13:22:38 UTC (rev 371800)
@@ -1,63 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=netCDF4
-_mpi=openmpi
-pkgbase=python-${_pkg,,}-${_mpi}
-pkgname=("python-${_pkg,,}-${_mpi}" "python2-${_pkg,,}-${_mpi}")
-pkgver=1.4.0
-pkgrel=3
-pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
-arch=('x86_64')
-url="https://unidata.github.io/${_pkg,,}-python;
-license=('MIT')
-makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python-mpi4py' 'python2-numpy' 'python2-cftime' 
'python2-mpi4py' "netcdf-${_mpi}")
-source=("https://pypi.io/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;
-'802.patch')
-sha256sums=('a6c0b46f410f101c09d60b8cc460aafec06732f0130c6cb2730717bcc605b388'
-'17e3442e75d75fcba5fabe387f5dc5ef1cc2e7a4de25d96a2fcec699ce628289')
-
-prepare() {
-cd ${_pkg}-${pkgver}
-patch -p1 -i ../802.patch
-cd ..
-cp -a ${_pkg}-${pkgver}{,-py2}
-}
-
-build() {
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py build
-
-cd ../${_pkg}-${pkgver}-py2
-USE_NCCONFIG=1 python2 setup.py build
-}
-
-check() {
-cd ${_pkg}-${pkgver}/test
-PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py
-
-cd ../../${_pkg}-${pkgver}-py2/test
-PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py
-}
-
-package_python-netcdf4-openmpi() {
-depends=('python-numpy' 'python-cftime' 'python-mpi4py' "netcdf-${_mpi}")
-
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py install --root="${pkgdir}" --skip-build 
--optimize=2
-
-install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-package_python2-netcdf4-openmpi() {
-depends=('python2-numpy' 'python2-cftime' 'python2-mpi4py' 
"netcdf-${_mpi}")
-
-cd ${_pkg}-${pkgver}-py2
-USE_NCCONFIG=1 python2 setup.py install --root="${pkgdir}" --skip-build 
--optimize=2
-
-for binary in "${pkgdir}"/usr/bin/* ;
-do mv ${binary}{,-py2} ;
-done
-install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD (from rev 
371799, python-netcdf4-openmpi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 13:22:38 UTC (rev 371800)
@@ -0,0 +1,62 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=netCDF4
+_mpi=openmpi
+pkgbase=python-${_pkg,,}-${_mpi}
+pkgname=("python-${_pkg,,}-${_mpi}" "python2-${_pkg,,}-${_mpi}")
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
+arch=('x86_64')
+url="https://unidata.github.io/${_pkg,,}-python;
+license=('MIT')
+makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 
'python-numpy' 'python-cftime' 'python-mpi4py' 'python2-numpy' 'python2-cftime' 
'python2-mpi4py' "netcdf-${_mpi}")
+source=("https://pypi.io/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz;)
+sha256sums=('d4fc65b98e348c39d082ab6b4b7f6d636b1b4e63bec016e5bca189fee5d46403')
+
+prepare() {
+cp -a 

[arch-commits] Commit in virtualbox-modules-arch/repos/community-testing-x86_64 (2 files)

2018-08-15 Thread Christian Hesse via arch-commits
Date: Wednesday, August 15, 2018 @ 13:14:50
  Author: eworm
Revision: 371798

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 371797, virtualbox-modules-arch/trunk/PKGBUILD)
Deleted:
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 13:14:48 UTC (rev 371797)
+++ PKGBUILD2018-08-15 13:14:50 UTC (rev 371798)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.2.16
-pkgrel=12
-_linux_major=4
-_linux_minor=18
-arch=('x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-_linux_cur=${_linux_major}.${_linux_minor}
-_linux_next=${_linux_major}.$((_linux_minor + 1))
-makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
- "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-_extramodules=extramodules-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=("linux>=$_linux_cur" "linux<$_linux_next")
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
-
-  # compress each module individually
-  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
-
-  # systemd module loading
-  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=("linux>=$_linux_cur" "linux<$_linux_next")
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-
-  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
-
-  # compress each module individually
-  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD (from 
rev 371797, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 13:14:50 UTC (rev 371798)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.18
+pkgrel=2
+_linux_major=4
+_linux_minor=18
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-archlinux-modules' 

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

2018-08-15 Thread Christian Hesse via arch-commits
Date: Wednesday, August 15, 2018 @ 13:14:48
  Author: eworm
Revision: 371797

upgpkg: virtualbox-modules-arch 5.2.18-2

rebuilt against linux-4.18.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 13:11:32 UTC (rev 371796)
+++ PKGBUILD2018-08-15 13:14:48 UTC (rev 371797)
@@ -5,9 +5,9 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.18
-pkgrel=1
+pkgrel=2
 _linux_major=4
-_linux_minor=17
+_linux_minor=18
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


  1   2   3   >