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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:53:43
  Author: svenstaro
Revision: 346403

upgpkg: speech-dispatcher 0.9.0-1

Modified:
  speech-dispatcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:38:25 UTC (rev 346402)
+++ PKGBUILD2019-02-17 06:53:43 UTC (rev 346403)
@@ -2,16 +2,16 @@
 
 pkgbase=speech-dispatcher
 pkgname=(speech-dispatcher libspeechd)
-pkgver=0.8.8
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
 arch=('x86_64')
 pkgdesc="High-level device independent layer for speech synthesis interface"
 url="http://www.freebsoft.org/speechd;
 license=('GPL2' 'FDL')
 makedepends=('intltool' 'espeak-ng' 'libltdl' 'python-xdg' 'dotconf' 
'libpulse' 'libao')
-source=("https://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz;
+source=("https://github.com/brailcom/speechd/releases/download/${pkgver}/speech-dispatcher-${pkgver}.tar.gz;
 'speech-dispatcherd.service')
-sha512sums=('7c7b9bf9b9ce541e790b5ae396cb614616c6b3883e75c0258603e91bf679850e3d63a6251daa3a1819b30d7518e3f552c83fe87b006274ffe1aa0f7e19c0b99b'
+sha512sums=('d72542531f58954e424d1cf956f6cb4fd42d585a1d4b955b13e8a426729a06407cf4085b2b4885eac110d36216c9a8403d37b401eca5c2398011786bdf041083'
 
'73eb563003b03f4836b17af66335664050d1dc3bd8434be368cd09ff8933aa2adc4bd17c4ce5c1bbbd406a0b0880191426a679fa05eac0a30f4005eaeeb47340')
 
 build() {


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:53:49
  Author: svenstaro
Revision: 346404

archrelease: copy trunk to staging-x86_64

Added:
  speech-dispatcher/repos/staging-x86_64/
  speech-dispatcher/repos/staging-x86_64/PKGBUILD
(from rev 346403, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/staging-x86_64/speech-dispatcherd.service
(from rev 346403, speech-dispatcher/trunk/speech-dispatcherd.service)

+
 PKGBUILD   |   73 +++
 speech-dispatcherd.service |   10 +
 2 files changed, 83 insertions(+)

Copied: speech-dispatcher/repos/staging-x86_64/PKGBUILD (from rev 346403, 
speech-dispatcher/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-02-17 06:53:49 UTC (rev 346404)
@@ -0,0 +1,73 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgbase=speech-dispatcher
+pkgname=(speech-dispatcher libspeechd)
+pkgver=0.9.0
+pkgrel=1
+arch=('x86_64')
+pkgdesc="High-level device independent layer for speech synthesis interface"
+url="http://www.freebsoft.org/speechd;
+license=('GPL2' 'FDL')
+makedepends=('intltool' 'espeak-ng' 'libltdl' 'python-xdg' 'dotconf' 
'libpulse' 'libao')
+source=("https://github.com/brailcom/speechd/releases/download/${pkgver}/speech-dispatcher-${pkgver}.tar.gz;
+'speech-dispatcherd.service')
+sha512sums=('d72542531f58954e424d1cf956f6cb4fd42d585a1d4b955b13e8a426729a06407cf4085b2b4885eac110d36216c9a8403d37b401eca5c2398011786bdf041083'
+
'73eb563003b03f4836b17af66335664050d1dc3bd8434be368cd09ff8933aa2adc4bd17c4ce5c1bbbd406a0b0880191426a679fa05eac0a30f4005eaeeb47340')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Disabled due to bug: https://bugs.archlinux.org/task/35700
+  sed -i "s/cicero //g" configure.ac
+  sed -i "s/sd_cicero//g" src/modules/Makefile.am
+
+  autoreconf -i
+  ./configure --prefix=/usr \
+--enable-shared \
+--sysconfdir=/etc \
+--without-flite
+  make
+}
+
+package_speech-dispatcher() {
+  depends=("libspeechd=$pkgver-$pkgrel" 'libltdl' 'python-xdg' 'dotconf' 
'libpulse' 'libao')
+  optdepends=('festival: Speech output using Festival'
+  'espeak-ng: Speech output using ESpeak-ng'
+  'pulseaudio: PulseAudio support')
+  backup=(etc/speech-dispatcher/clients/emacs.conf
+ etc/speech-dispatcher/modules/ibmtts.conf
+ etc/speech-dispatcher/modules/espeak-generic.conf
+ etc/speech-dispatcher/modules/espeak.conf
+ etc/speech-dispatcher/modules/espeak-ng.conf
+ etc/speech-dispatcher/modules/swift-generic.conf
+ etc/speech-dispatcher/modules/festival.conf
+ etc/speech-dispatcher/modules/cicero.conf
+ etc/speech-dispatcher/modules/espeak-mbrola-generic.conf
+ etc/speech-dispatcher/modules/espeak-ng-mbrola-generic.conf
+ etc/speech-dispatcher/modules/dtk-generic.conf
+ etc/speech-dispatcher/modules/llia_phon-generic.conf
+ etc/speech-dispatcher/modules/ivona.conf
+ etc/speech-dispatcher/modules/epos-generic.conf
+  etc/speech-dispatcher/modules/flite.conf
+  etc/speech-dispatcher/modules/pico-generic.conf
+  etc/speech-dispatcher/speechd.conf)
+
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/speech-dispatcherd.service 
"${pkgdir}/usr/lib/systemd/system/speech-dispatcherd.service"
+  install -d "${pkgdir}/var/log/speech-dispatcher"
+
+  sed -i 's|includedir=.*|includedir=${prefix}/include/speech-dispatcher|g' 
"${pkgdir}/usr/lib/pkgconfig/speech-dispatcher.pc"
+
+  mkdir -p ${srcdir}/libspeechd/usr/lib
+  mv "${pkgdir}"/usr/include ${srcdir}/libspeechd/usr
+  mv "${pkgdir}"/usr/lib/libspeechd*so* ${srcdir}/libspeechd/usr/lib
+}
+
+package_libspeechd() {
+  mkdir -p "${pkgdir}"/usr/lib
+
+  mv ${srcdir}/libspeechd/usr/include "${pkgdir}"/usr
+  mv ${srcdir}/libspeechd/usr/lib/* "${pkgdir}"/usr/lib
+}

Copied: speech-dispatcher/repos/staging-x86_64/speech-dispatcherd.service (from 
rev 346403, speech-dispatcher/trunk/speech-dispatcherd.service)
===
--- staging-x86_64/speech-dispatcherd.service   (rev 0)
+++ staging-x86_64/speech-dispatcherd.service   2019-02-17 06:53:49 UTC (rev 
346404)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Speech-Dispatcher an high-level device independent layer for 
speech synthesis.
+After=syslog.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/speech-dispatcher -d 
+
+[Install]
+WantedBy=multi-user.target


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:46:29
  Author: svenstaro
Revision: 434016

Use HTTPS source

Modified:
  xonotic-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:45:11 UTC (rev 434015)
+++ PKGBUILD2019-02-17 06:46:29 UTC (rev 434016)
@@ -9,7 +9,7 @@
 license=('GPL')
 depends=()
 makedepends=('unzip')
-source=("http://dl.xonotic.org/xonotic-${pkgver}.zip;)
+source=("https://dl.xonotic.org/xonotic-${pkgver}.zip;)
 
sha512sums=('0787fcf326827ae0292e5917c7ff2c7fd79947209d4b62e7f83b8b828bec15b575da304e0631f9f163c9b0bd93bed13616e142398ff08cbdaaea890a939dfca5')
 
 build() {


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:44:43
  Author: svenstaro
Revision: 434014

Use HTTPS source

Modified:
  vim-vcscommand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:44:19 UTC (rev 434013)
+++ PKGBUILD2019-02-17 06:44:43 UTC (rev 434014)
@@ -13,7 +13,7 @@
 depends=('vim>=7.0')
 groups=('vim-plugins')
 replaces=('vim-vsccommand') #whoops, typo before
-source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+source=(vcscommand.zip::https://www.vim.org/scripts/download_script.php?src_id=$_scriptid
 license.txt)
 md5sums=('861c4e1a38664a19ce561527b9b94344'
  'cc76e422214169f380e6a1548f617778')


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:45:11
  Author: svenstaro
Revision: 434015

Use HTTPS source

Modified:
  vim-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:44:43 UTC (rev 434014)
+++ PKGBUILD2019-02-17 06:45:11 UTC (rev 434015)
@@ -12,7 +12,7 @@
 depends=('vim')
 makedepends=('unzip')
 groups=('vim-plugins')
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid)
+source=(https://www.vim.org/scripts/download_script.php?src_id=$_scriptid)
 md5sums=('bd6828d19ce7c62aac0afe28b881a8ba')
 
 build() {


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:44:19
  Author: svenstaro
Revision: 434013

Use HTTPS source

Modified:
  vim-project/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:43:55 UTC (rev 434012)
+++ PKGBUILD2019-02-17 06:44:19 UTC (rev 434013)
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('vim')
 groups=('vim-plugins')
-source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid; 
'LICENSE')
+source=("https://www.vim.org/scripts/download_script.php?src_id=$_scriptid; 
'LICENSE')
 md5sums=('95ddb23f0e301a79e869c608a36637de'
  '64ab6c0d41d5153d51439913d23f71ae')
 


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:43:55
  Author: svenstaro
Revision: 434012

Use HTTPS source

Modified:
  vim-omnicppcomplete/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:43:28 UTC (rev 434011)
+++ PKGBUILD2019-02-17 06:43:55 UTC (rev 434012)
@@ -12,7 +12,7 @@
 license=('unknown')
 depends=('vim' 'ctags')
 groups=('vim-plugins')
-source=(omnicppcomplete.zip::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid})
+source=(omnicppcomplete.zip::https://www.vim.org/scripts/download_script.php?src_id=${_scriptid})
 md5sums=('0978a565f95d8980a0035133144db639')
 
 package() {


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:43:28
  Author: svenstaro
Revision: 434011

Use HTTPS source

Modified:
  vim-guicolorscheme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:43:02 UTC (rev 434010)
+++ PKGBUILD2019-02-17 06:43:28 UTC (rev 434011)
@@ -11,7 +11,7 @@
 depends=('vim')
 license=('GPL')
 groups=('vim-plugins')
-source=("guicolorscheme.vim::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid;)
+source=("guicolorscheme.vim::https://www.vim.org/scripts/download_script.php?src_id=$_scriptid;)
 sha256sums=('a30e0c06617def9753a086b80c4c32bfe8fa2fbcd47a8bfc9cb1d9e2e87a4aba')
 
 package() {


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:42:25
  Author: svenstaro
Revision: 434009

Use HTTPS source

Modified:
  vim-colorsamplerpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:41:44 UTC (rev 434008)
+++ PKGBUILD2019-02-17 06:42:25 UTC (rev 434009)
@@ -12,7 +12,7 @@
 depends=('vim')
 makedepends=('unzip')
 groups=('vim-plugins')
-source=(ColorSamplerPack.zip::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid;
+source=(ColorSamplerPack.zip::"https://www.vim.org/scripts/download_script.php?src_id=$_scriptid;
 'LICENSE')
 sha256sums=('2d0b07a36fa52728f45850933a35ab6172913262fb3aaa2cb32e597cf75859f3'
 '6d9e25d62ca66835eb24209c8e7ef973932165f65e96f615639027418ab6742d')


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:43:02
  Author: svenstaro
Revision: 434010

Use HTTPS source

Modified:
  vim-doxygentoolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:42:25 UTC (rev 434009)
+++ PKGBUILD2019-02-17 06:43:02 UTC (rev 434010)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('vim')
 groups=('vim-plugins')
-source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid;)
+source=(DoxygenToolkit.vim::"https://www.vim.org/scripts/download_script.php?src_id=$_scriptid;)
 
sha512sums=('af4e6f8dae1079ff8b497c4115e5e3759473bc86b2d589333ed504bd234b693430014417f5b12013ec4f62bf2055e4be66e6c352191aa15ed7ce27a117403dd7')
 
 package() {


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:41:44
  Author: svenstaro
Revision: 434008

Use HTTPS source

Modified:
  vim-a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:39:48 UTC (rev 434007)
+++ PKGBUILD2019-02-17 06:41:44 UTC (rev 434008)
@@ -12,8 +12,8 @@
 license=('custom')
 depends=(vim)
 groups=('vim-plugins')
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
-http://www.vim.org/scripts/download_script.php?src_id=$_docid LICENSE)
+source=(https://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+https://www.vim.org/scripts/download_script.php?src_id=$_docid LICENSE)
 md5sums=('6570438244f71e19be1e1b84a5a6c1ec'
  '0fcef5054b1617fa8217c9bd0bede338'
  '6f4ce554c0e43d79e1532c7ba0bf63fe')


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:39:48
  Author: svenstaro
Revision: 434007

Use HTTPS source

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:37:06 UTC (rev 434006)
+++ PKGBUILD2019-02-17 06:39:48 UTC (rev 434007)
@@ -12,7 +12,7 @@
  'alure' 'libsm')
 optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
 makedepends=('boost' 'cmake')
-source=(http://springlobby.info/tarballs/springlobby-${pkgver}.tar.bz2)
+source=(https://springlobby.info/tarballs/springlobby-${pkgver}.tar.bz2)
 
sha512sums=('6127bd7377f9a843b23df6dae7a07af1122f6ec5fa13cd8d16c0c7a3cc84e1f7af2fb7df929f904ee0b4e3abf12ae1e525ffb39b2afa0215433209054cf0de5f')
 
 build() {


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:38:25
  Author: svenstaro
Revision: 346402

Use HTTPS source

Modified:
  sdl2_gfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:11:17 UTC (rev 346401)
+++ PKGBUILD2019-02-17 06:38:25 UTC (rev 346402)
@@ -10,7 +10,7 @@
 arch=(x86_64)
 license=(zlib)
 depends=(sdl2)
-source=("http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-${pkgver}.tar.gz;)
+source=("https://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-${pkgver}.tar.gz;)
 
sha512sums=('81a100d3c8c3a7c6bd37a23f1290ff10685f8e62fbecd83b0086aae4edc721483e2153cd4219fbd9168f115eea0ea6b25f9be375faf5761f0babdfb1b52fe482')
 
 build() {


[arch-commits] Commit in python-ovirt-engine-sdk/trunk (PKGBUILD)

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:37:06
  Author: svenstaro
Revision: 434006

Use HTTPS source

Modified:
  python-ovirt-engine-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:34:12 UTC (rev 434005)
+++ PKGBUILD2019-02-17 06:37:06 UTC (rev 434006)
@@ -10,7 +10,7 @@
 depends=('python-pycurl' 'python-six')
 makedepends=('python-setuptools' 'libxml2')
 license=('custom')
-source=("http://resources.ovirt.org/pub/ovirt-4.3/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
+source=("https://resources.ovirt.org/pub/ovirt-4.3/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
 
sha512sums=('73921b7a2506926a708f6bda02c8b52d4da2145438e8e56e0e7718b9a425b703ed503250df94c6f9a22b5154ffaf5470ac289e6a23c5910bc92b2558dcfe433e')
 
 package() {


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:34:12
  Author: svenstaro
Revision: 434005

Use HTTPS source

Modified:
  lib32-libpcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:32:05 UTC (rev 434004)
+++ PKGBUILD2019-02-17 06:34:12 UTC (rev 434005)
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('lib32-glibc' 'lib32-libnl' 'lib32-libusb' 'sh' "${_pkgbasename}")
 makedepends=('flex')
-source=("http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz"{,.sig})
+source=("https://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz"{,.sig})
 sha256sums=('2edb88808e5913fdaa8e9c1fcaf272e19b2485338742b5074b9fe44d68f37019'
 'SKIP')
 validpgpkeys=(1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D)


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:32:05
  Author: svenstaro
Revision: 434004

Use HTTPS source

Modified:
  classpath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:27:53 UTC (rev 434003)
+++ PKGBUILD2019-02-17 06:32:05 UTC (rev 434004)
@@ -12,7 +12,7 @@
 depends=('file' 'gtk2' 'libsm' 'libxtst')
 makedepends=('java-environment' 'antlr2')
 options=('!emptydirs')
-source=(ftp://ftp.gnu.org/gnu/classpath/$pkgname-$pkgver.tar.gz
+source=(https://ftp.gnu.org/gnu/classpath/$pkgname-$pkgver.tar.gz
freetype2_include.patch)
 md5sums=('0ae1571249172acd82488724a3b8acb4'
  '55dafc301c5f2e497696d01e9c1dab9c')


[arch-commits] Commit in 0ad-data/trunk (PKGBUILD)

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:27:53
  Author: svenstaro
Revision: 434003

Use HTTPS source

Modified:
  0ad-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:11:06 UTC (rev 434002)
+++ PKGBUILD2019-02-17 06:27:53 UTC (rev 434003)
@@ -12,7 +12,7 @@
 license=('GPL2' 'CCPL')
 depends=()
 makedepends=()
-source=("http://releases.wildfiregames.com/0ad-${_pkgver}-unix-data.tar.xz;)
+source=("https://releases.wildfiregames.com/0ad-${_pkgver}-unix-data.tar.xz;)
 
sha512sums=('d0515e44f575737a06f27c75c0a58a5229ead474ae6d48531142015548e5986145f895f95e0fa9209cf9085c7c431f4179ff2e70c1a532f61d1cb62c0a91bcfc')
 
 package(){


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:11:06
  Author: svenstaro
Revision: 434002

archrelease: copy trunk to community-staging-x86_64

Added:
  scummvm/repos/community-staging-x86_64/
  scummvm/repos/community-staging-x86_64/PKGBUILD
(from rev 434001, scummvm/trunk/PKGBUILD)

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

Copied: scummvm/repos/community-staging-x86_64/PKGBUILD (from rev 434001, 
scummvm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-17 06:11:06 UTC (rev 434002)
@@ -0,0 +1,31 @@
+# Maintainer: juergen 
+# Contributor: Manolis Tzanidakis, Petter Gundersen
+
+pkgname=scummvm
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
+arch=('x86_64')
+license=('GPL')
+url="http://www.scummvm.org/;
+depends=('libpng' 'libtheora' 'sdl2' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 
'libmad' 'freetype2'
+ 'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2')
+makedepends=('mesa')
+source=("https://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz;)
+sha512sums=('5f4c11145c5dfcc7ae95d5c0e5ac9e938912cc5060b9d5fdfcb699a745755b31412e44199e487ad388ca5e091afc3366f874610adb44d440f336e26d6cd4812c')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure \
+--enable-all-engines \
+--enable-c++11 \
+--enable-release \
+--prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 dists/${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+}


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:11:00
  Author: svenstaro
Revision: 434001

upgpkg: scummvm 2.0.0-2

fluidsynth 2.0.0 rebuild

Modified:
  scummvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:03:46 UTC (rev 434000)
+++ PKGBUILD2019-02-17 06:11:00 UTC (rev 434001)
@@ -3,7 +3,7 @@
 
 pkgname=scummvm
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
 arch=('x86_64')
 license=('GPL')


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:11:17
  Author: svenstaro
Revision: 346401

archrelease: copy trunk to staging-x86_64

Added:
  sdl2_mixer/repos/staging-x86_64/
  sdl2_mixer/repos/staging-x86_64/PKGBUILD
(from rev 346400, sdl2_mixer/trunk/PKGBUILD)

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

Copied: sdl2_mixer/repos/staging-x86_64/PKGBUILD (from rev 346400, 
sdl2_mixer/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-02-17 06:11:17 UTC (rev 346401)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2_mixer
+pkgver=2.0.4
+pkgrel=3
+pkgdesc="A simple multi-channel audio mixer (Version 2)"
+arch=('x86_64')
+url="http://www.libsdl.org/projects/SDL_mixer;
+license=('MIT')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'mpg123' 'flac' 'opusfile')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+source=("https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz;)
+sha512sums=('98c56069640668aaececa63748de21fc8f243c7d06386c45c43d0ee472bbb2595ccda644d9886ce5b95c3a3dee3c0a96903cf9a89ddc18d38f041133470699a3')
+
+prepare() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  sed -i "s|/etc/timidity|/etc/timidity++|g" timidity/options.h
+  sed -i "s|/etc/timidity++.cfg|/etc/timidity++/timidity.cfg|g" 
timidity/options.h
+}
+
+build() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:11:10
  Author: svenstaro
Revision: 346400

upgpkg: sdl2_mixer 2.0.4-3

fluidsynth 2.0.0 rebuild

Modified:
  sdl2_mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 04:00:23 UTC (rev 346399)
+++ PKGBUILD2019-02-17 06:11:10 UTC (rev 346400)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2_mixer
 pkgver=2.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple multi-channel audio mixer (Version 2)"
 arch=('x86_64')
 url="http://www.libsdl.org/projects/SDL_mixer;


[arch-commits] Commit in python-ovirt-engine-sdk/trunk (PKGBUILD)

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:03:39
  Author: svenstaro
Revision: 433999

upgpkg: python-ovirt-engine-sdk 4.3.0-2

Remove python2 package

Modified:
  python-ovirt-engine-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:02:06 UTC (rev 433998)
+++ PKGBUILD2019-02-17 06:03:39 UTC (rev 433999)
@@ -1,32 +1,21 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Konstantin Shalygin 
 
-pkgbase='python-ovirt-engine-sdk'
-pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgname=python-ovirt-engine-sdk
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python access to the oVirt Engine API'
 arch=('x86_64')
 url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
+depends=('python-pycurl' 'python-six')
+makedepends=('python-setuptools' 'libxml2')
 license=('custom')
 
source=("http://resources.ovirt.org/pub/ovirt-4.3/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
 
sha512sums=('73921b7a2506926a708f6bda02c8b52d4da2145438e8e56e0e7718b9a425b703ed503250df94c6f9a22b5154ffaf5470ac289e6a23c5910bc92b2558dcfe433e')
 
-package_python-ovirt-engine-sdk() {
-  depends=('python-pycurl' 'python-six')
-
+package() {
   cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
   python setup.py install -O1 --root="${pkgdir}"
 
   install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
-
-package_python2-ovirt-engine-sdk() {
-  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python2 setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}


[arch-commits] Commit in python-ovirt-engine-sdk/repos/community-x86_64 (2 files)

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:03:46
  Author: svenstaro
Revision: 434000

archrelease: copy trunk to community-x86_64

Added:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD
(from rev 433999, python-ovirt-engine-sdk/trunk/PKGBUILD)
Deleted:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-17 06:03:39 UTC (rev 433999)
+++ PKGBUILD2019-02-17 06:03:46 UTC (rev 434000)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Shalygin 
-
-pkgbase='python-ovirt-engine-sdk'
-pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver=4.3.0
-pkgrel=1
-pkgdesc='Python access to the oVirt Engine API'
-arch=('x86_64')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
-license=('custom')
-source=("http://resources.ovirt.org/pub/ovirt-4.3/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('73921b7a2506926a708f6bda02c8b52d4da2145438e8e56e0e7718b9a425b703ed503250df94c6f9a22b5154ffaf5470ac289e6a23c5910bc92b2558dcfe433e')
-
-package_python-ovirt-engine-sdk() {
-  depends=('python-pycurl' 'python-six')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-ovirt-engine-sdk() {
-  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python2 setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD (from rev 
433999, python-ovirt-engine-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-17 06:03:46 UTC (rev 434000)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgname=python-ovirt-engine-sdk
+pkgver=4.3.0
+pkgrel=2
+pkgdesc='Python access to the oVirt Engine API'
+arch=('x86_64')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+depends=('python-pycurl' 'python-six')
+makedepends=('python-setuptools' 'libxml2')
+license=('custom')
+source=("http://resources.ovirt.org/pub/ovirt-4.3/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
+sha512sums=('73921b7a2506926a708f6bda02c8b52d4da2145438e8e56e0e7718b9a425b703ed503250df94c6f9a22b5154ffaf5470ac289e6a23c5910bc92b2558dcfe433e')
+
+package() {
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:02:06
  Author: svenstaro
Revision: 433998

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-17 06:01:59 UTC (rev 433997)
+++ PKGBUILD2019-02-17 06:02:06 UTC (rev 433998)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Kevin Houdebert 
-# Contributor: Guillaume Brogi 
-
-pkgbase=python-pywinrm
-pkgname=('python2-pywinrm' 'python-pywinrm')
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="Python library for Windows Remote Management"
-arch=(any)
-url="https://pypi.python.org/pypi/pywinrm;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-${pkgver}.tar.gz;)
-sha512sums=('4a6ec3e5cc4b9030275454d846fa4356f81fe798f013f2be4dbfd4974f11ab2ccaabbc749f6e64fda985324ce6ffb1af906cdca02d2e2cb606d10bb94d02')
-
-package_python2-pywinrm() {
-depends=('python2' 'python2-requests' 'python2-xmltodict')
-optdepends=('python2-requests-ntlm: for HTTP NTLM authentication'
-'python2-requests-kerberos: for kerberos authentication'
-'python2-requests-credssp: for CredSSP authenication')
-cd ${srcdir}/pywinrm-${pkgver}
-python2 setup.py install --root=${pkgdir}/ --optimize=1
-}
-
-package_python-pywinrm() {
-depends=('python' 'python-requests' 'python-xmltodict')
-optdepends=('python-requests-ntlm: for HTTP NTLM authentication'
-'python-requests-kerberos: for kerberos authentication'
-'python-requests-credssp: for CredSSP authenication')
-cd ${srcdir}/pywinrm-${pkgver}
-python setup.py install --root=${pkgdir}/ --optimize=1
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-pywinrm/repos/community-any/PKGBUILD (from rev 433997, 
python-pywinrm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-17 06:02:06 UTC (rev 433998)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Kevin Houdebert 
+# Contributor: Guillaume Brogi 
+
+pkgname=python-pywinrm
+pkgver=0.3.0
+pkgrel=3
+pkgdesc="Python library for Windows Remote Management"
+arch=(any)
+url="https://pypi.python.org/pypi/pywinrm;
+license=('MIT')
+depends=('python' 'python-requests' 'python-xmltodict')
+optdepends=('python-requests-ntlm: for HTTP NTLM authentication'
+'python-requests-kerberos: for kerberos authentication'
+'python-requests-credssp: for CredSSP authenication')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-${pkgver}.tar.gz;)
+sha512sums=('4a6ec3e5cc4b9030275454d846fa4356f81fe798f013f2be4dbfd4974f11ab2ccaabbc749f6e64fda985324ce6ffb1af906cdca02d2e2cb606d10bb94d02')
+
+package() {
+cd ${srcdir}/pywinrm-${pkgver}
+python setup.py install --root=${pkgdir}/ --optimize=1
+}
+
+# vim:set ts=4 sw=4 et:


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:01:59
  Author: svenstaro
Revision: 433997

upgpkg: python-pywinrm 0.3.0-3

Remove python2 package

Modified:
  python-pywinrm/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 7 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:00:17 UTC (rev 433996)
+++ PKGBUILD2019-02-17 06:01:59 UTC (rev 433997)
@@ -2,33 +2,23 @@
 # Contributor: Kevin Houdebert 
 # Contributor: Guillaume Brogi 
 
-pkgbase=python-pywinrm
-pkgname=('python2-pywinrm' 'python-pywinrm')
+pkgname=python-pywinrm
 pkgver=0.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python library for Windows Remote Management"
 arch=(any)
 url="https://pypi.python.org/pypi/pywinrm;
 license=('MIT')
+depends=('python' 'python-requests' 'python-xmltodict')
+optdepends=('python-requests-ntlm: for HTTP NTLM authentication'
+'python-requests-kerberos: for kerberos authentication'
+'python-requests-credssp: for CredSSP authenication')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-${pkgver}.tar.gz;)
 
sha512sums=('4a6ec3e5cc4b9030275454d846fa4356f81fe798f013f2be4dbfd4974f11ab2ccaabbc749f6e64fda985324ce6ffb1af906cdca02d2e2cb606d10bb94d02')
 
-package_python2-pywinrm() {
-depends=('python2' 'python2-requests' 'python2-xmltodict')
-optdepends=('python2-requests-ntlm: for HTTP NTLM authentication'
-'python2-requests-kerberos: for kerberos authentication'
-'python2-requests-credssp: for CredSSP authenication')
+package() {
 cd ${srcdir}/pywinrm-${pkgver}
-python2 setup.py install --root=${pkgdir}/ --optimize=1
-}
-
-package_python-pywinrm() {
-depends=('python' 'python-requests' 'python-xmltodict')
-optdepends=('python-requests-ntlm: for HTTP NTLM authentication'
-'python-requests-kerberos: for kerberos authentication'
-'python-requests-credssp: for CredSSP authenication')
-cd ${srcdir}/pywinrm-${pkgver}
 python setup.py install --root=${pkgdir}/ --optimize=1
 }
 


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:00:10
  Author: svenstaro
Revision: 433995

upgpkg: python-requests-credssp 1.0.2-2

Remove python2 package

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:00:01 UTC (rev 433994)
+++ PKGBUILD2019-02-17 06:00:10 UTC (rev 433995)
@@ -1,39 +1,25 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Christoph W 
 
-pkgbase=('python-requests-credssp')
-pkgname=('python-requests-credssp' 'python2-requests-credssp')
+pkgname=python-requests-credssp
 _module='requests-credssp'
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
+makedepends=('python-setuptools')
 license=('ISC')
 arch=('any')
 
source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
 
sha512sums=('c64c8018ab0d08dcaf13f0572415bdc36be467895a3d031bfa8322107336507c747f348bd41ed36ecaf62dbf242c86b1db318b1be952288c82ef013177d95db8')
 
-prepare() {
-cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
-}
-
 build() {
 cd "${srcdir}/${_module}-${pkgver}"
 python setup.py build
-
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py build
 }
 
-package_python-requests-credssp() {
-depends+=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
+package() {
 cd "${srcdir}/${_module}-${pkgver}"
 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }
-
-package_python2-requests-credssp() {
-depends+=('python2' 'python2-pyopenssl' 'python2-requests' 
'python2-ordereddict' 'python2-ntlm-auth')
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:00:01
  Author: svenstaro
Revision: 433994

Fix depends

Modified:
  python-requests-ntlm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 05:57:56 UTC (rev 433993)
+++ PKGBUILD2019-02-17 06:00:01 UTC (rev 433994)
@@ -8,6 +8,7 @@
 pkgrel=3
 pkgdesc="Allows for HTTP NTLM authentication using the requests library."
 url="https://github.com/requests/requests-ntlm;
+depends=('python' 'python-requests' 'python-ntlm-auth')
 makedepends=(python-setuptools)
 license=('custom:ISC License (ISCL)')
 arch=(any)
@@ -20,7 +21,6 @@
 }
 
 package() {
-depends+=('python' 'python-requests' 'python-ntlm-auth')
 cd "${srcdir}/${_module}-${pkgver}"
 install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python-requests-ntlm/LICENSE"
 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build


[arch-commits] Commit in python-requests-credssp/repos/community-any (2 files)

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:00:17
  Author: svenstaro
Revision: 433996

archrelease: copy trunk to community-any

Added:
  python-requests-credssp/repos/community-any/PKGBUILD
(from rev 433995, python-requests-credssp/trunk/PKGBUILD)
Deleted:
  python-requests-credssp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-17 06:00:10 UTC (rev 433995)
+++ PKGBUILD2019-02-17 06:00:17 UTC (rev 433996)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christoph W 
-
-pkgbase=('python-requests-credssp')
-pkgname=('python-requests-credssp' 'python2-requests-credssp')
-_module='requests-credssp'
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="HTTPS CredSSP authentication with the requests library"
-url="https://github.com/jborean93/requests-credssp;
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('ISC')
-arch=('any')
-source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
-sha512sums=('c64c8018ab0d08dcaf13f0572415bdc36be467895a3d031bfa8322107336507c747f348bd41ed36ecaf62dbf242c86b1db318b1be952288c82ef013177d95db8')
-
-prepare() {
-cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
-}
-
-build() {
-cd "${srcdir}/${_module}-${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py build
-}
-
-package_python-requests-credssp() {
-depends+=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
-cd "${srcdir}/${_module}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-requests-credssp() {
-depends+=('python2' 'python2-pyopenssl' 'python2-requests' 
'python2-ordereddict' 'python2-ntlm-auth')
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-requests-credssp/repos/community-any/PKGBUILD (from rev 433995, 
python-requests-credssp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-17 06:00:17 UTC (rev 433996)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgname=python-requests-credssp
+_module='requests-credssp'
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="HTTPS CredSSP authentication with the requests library"
+url="https://github.com/jborean93/requests-credssp;
+depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
+makedepends=('python-setuptools')
+license=('ISC')
+arch=('any')
+source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
+sha512sums=('c64c8018ab0d08dcaf13f0572415bdc36be467895a3d031bfa8322107336507c747f348bd41ed36ecaf62dbf242c86b1db318b1be952288c82ef013177d95db8')
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+}
+
+package() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 05:57:56
  Author: svenstaro
Revision: 433993

archrelease: copy trunk to community-any

Added:
  python-requests-ntlm/repos/community-any/PKGBUILD
(from rev 433992, python-requests-ntlm/trunk/PKGBUILD)
Deleted:
  python-requests-ntlm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-17 05:57:49 UTC (rev 433992)
+++ PKGBUILD2019-02-17 05:57:56 UTC (rev 433993)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christoph W 
-# Contributor: Gary van der Merwe 
-
-pkgbase=('python-requests-ntlm')
-pkgname=('python-requests-ntlm' 'python2-requests-ntlm')
-_module='requests_ntlm'
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="Allows for HTTP NTLM authentication using the requests library."
-url="https://github.com/requests/requests-ntlm;
-makedepends=(python-setuptools python2-setuptools)
-license=('custom:ISC License (ISCL)')
-arch=(any)
-source=("https://files.pythonhosted.org/packages/source/r/requests_ntlm/requests_ntlm-${pkgver}.tar.gz;)
-sha512sums=('9a74ecd6e4ed5c5e4381d2ee3fb9ff233352b49baa5fae4e0ecc30aaad12fc7a5c1b9dd936f35d4a3815ae7f6ec5bb8581e84128d63ff0e961181408daddb807')
-
-prepare() {
-cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
-}
-
-build() {
-cd "${srcdir}/${_module}-${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py build
-}
-
-package_python-requests-ntlm() {
-depends+=('python' 'python-requests' 'python-ntlm-auth')
-cd "${srcdir}/${_module}-${pkgver}"
-install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python-requests-ntlm/LICENSE"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-requests-ntlm() {
-depends+=('python2' 'python2-requests' 'python2-ntlm-auth')
-cd "${srcdir}/${_module}-${pkgver}-python2"
-install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python2-requests-ntlm/LICENSE"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-requests-ntlm/repos/community-any/PKGBUILD (from rev 433992, 
python-requests-ntlm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-17 05:57:56 UTC (rev 433993)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+# Contributor: Gary van der Merwe 
+
+pkgname=python-requests-ntlm
+_module='requests_ntlm'
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="Allows for HTTP NTLM authentication using the requests library."
+url="https://github.com/requests/requests-ntlm;
+makedepends=(python-setuptools)
+license=('custom:ISC License (ISCL)')
+arch=(any)
+source=("https://files.pythonhosted.org/packages/source/r/requests_ntlm/requests_ntlm-${pkgver}.tar.gz;)
+sha512sums=('9a74ecd6e4ed5c5e4381d2ee3fb9ff233352b49baa5fae4e0ecc30aaad12fc7a5c1b9dd936f35d4a3815ae7f6ec5bb8581e84128d63ff0e961181408daddb807')
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+}
+
+package() {
+depends+=('python' 'python-requests' 'python-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}"
+install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python-requests-ntlm/LICENSE"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 05:57:49
  Author: svenstaro
Revision: 433992

upgpkg: python-requests-ntlm 1.1.0-3

Remove python2 package

Modified:
  python-requests-ntlm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 05:55:09 UTC (rev 433991)
+++ PKGBUILD2019-02-17 05:57:49 UTC (rev 433992)
@@ -2,41 +2,26 @@
 # Contributor: Christoph W 
 # Contributor: Gary van der Merwe 
 
-pkgbase=('python-requests-ntlm')
-pkgname=('python-requests-ntlm' 'python2-requests-ntlm')
+pkgname=python-requests-ntlm
 _module='requests_ntlm'
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Allows for HTTP NTLM authentication using the requests library."
 url="https://github.com/requests/requests-ntlm;
-makedepends=(python-setuptools python2-setuptools)
+makedepends=(python-setuptools)
 license=('custom:ISC License (ISCL)')
 arch=(any)
 
source=("https://files.pythonhosted.org/packages/source/r/requests_ntlm/requests_ntlm-${pkgver}.tar.gz;)
 
sha512sums=('9a74ecd6e4ed5c5e4381d2ee3fb9ff233352b49baa5fae4e0ecc30aaad12fc7a5c1b9dd936f35d4a3815ae7f6ec5bb8581e84128d63ff0e961181408daddb807')
 
-prepare() {
-cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
-}
-
 build() {
 cd "${srcdir}/${_module}-${pkgver}"
 python setup.py build
-
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py build
 }
 
-package_python-requests-ntlm() {
+package() {
 depends+=('python' 'python-requests' 'python-ntlm-auth')
 cd "${srcdir}/${_module}-${pkgver}"
 install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python-requests-ntlm/LICENSE"
 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }
-
-package_python2-requests-ntlm() {
-depends+=('python2' 'python2-requests' 'python2-ntlm-auth')
-cd "${srcdir}/${_module}-${pkgver}-python2"
-install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python2-requests-ntlm/LICENSE"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 05:53:08
  Author: svenstaro
Revision: 433988

upgpkg: netdata 1.12.0-1

Modified:
  netdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 04:19:51 UTC (rev 433987)
+++ PKGBUILD2019-02-17 05:53:08 UTC (rev 433988)
@@ -2,7 +2,7 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=netdata
-pkgver=1.11.1
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
 url="https://github.com/netdata/netdata;
@@ -23,12 +23,12 @@
 
source=("https://github.com/netdata/netdata/releases/download/v${pkgver}/netdata-v${pkgver}.tar.gz;
 "${pkgname}.tmpfiles"
 "${pkgname}.sysusers")
-sha512sums=('249fcc6fb27301214cec9f0c1e091409cae9408f973865813a1fd471e5dd5f2bdd625ec5c644f83a50f74f06be962963ba94e971783cbd3e15ac1c331d3ea465'
+sha512sums=('c94aa6795ca6d034ce0d49d06493f3f4304f38bece4a9a5780f9c53ef2d712844e0b05c3dfd623980b16d691d50b6db85405f6dc26dd49a7aa90796f26cc61bd'
 
'3f934ddd1f5248f9e11c29050c023d60b76e4098ec9c8d413bb362d43e9242f767fd58310d966076e8400779af8bda2459afcc314b267fcb9f1c84173e14e313'
 
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
 
 build() {
-  cd "$pkgname-$pkgver"*
+  cd "$pkgname-v$pkgver"
 
   ./configure \
--prefix="/usr" \
@@ -41,7 +41,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"*
+  cd "$pkgname-v$pkgver"
 
   make DESTDIR="$pkgdir" install
 
@@ -56,4 +56,3 @@
   install -Dm0644 "${srcdir}/${pkgname}.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
   install -Dm0644 "${srcdir}/${pkgname}.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
 }
-


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 05:55:09
  Author: svenstaro
Revision: 433991

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-17 05:55:01 UTC (rev 433990)
+++ PKGBUILD2019-02-17 05:55:09 UTC (rev 433991)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgbase=python-neovim
-pkgname=('python-neovim' 'python2-neovim')
-_realname=pynvim
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='Python client for Neovim'
-url='https://github.com/neovim/python-client'
-arch=('any')
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
-sha256sums=('0a44c540dd5790acfbc7e411b0ed4fb6c44914d866226ebebf370c24c2723dc2')
-
-prepare() {
-  sed -i "s/msgpack-python/msgpack/g" ${_realname}-${pkgver}/setup.py
-  cp -a ${_realname}-${pkgver}{,-python2}
-}
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${_realname}-${pkgver}-python2"
-  python2 setup.py build
-}
-
-package_python-neovim() {
-  pkgdesc='Python 3 client for neovim'
-  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
-
-  cd "${srcdir}/${_realname}-${pkgver}"
-  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
-}
-
-package_python2-neovim() {
-  pkgdesc='Python 2 client for neovim'
-  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet' 
'python2-trollius')
-
-  cd "${srcdir}/${_realname}-${pkgver}-python2"
-  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
-}
-
-# vim:set sw=2 sts=2 et:

Copied: python-neovim/repos/community-any/PKGBUILD (from rev 433990, 
python-neovim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-17 05:55:09 UTC (rev 433991)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=python-neovim
+_realname=pynvim
+pkgver=0.3.2
+pkgrel=2
+pkgdesc='Python client for Neovim'
+url='https://github.com/neovim/python-client'
+arch=('any')
+license=('Apache')
+depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
+makedepends=('python-setuptools')
+source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
+sha256sums=('0a44c540dd5790acfbc7e411b0ed4fb6c44914d866226ebebf370c24c2723dc2')
+
+prepare() {
+  sed -i "s/msgpack-python/msgpack/g" ${_realname}-${pkgver}/setup.py
+}
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
+}
+
+# vim:set sw=2 sts=2 et:


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 05:55:01
  Author: svenstaro
Revision: 433990

upgpkg: python-neovim 0.3.2-2

Remove python2 package

Modified:
  python-neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 05:53:20 UTC (rev 433989)
+++ PKGBUILD2019-02-17 05:55:01 UTC (rev 433990)
@@ -1,45 +1,30 @@
 # Maintainer: Sven-Hendrik Haase 
 
-pkgbase=python-neovim
-pkgname=('python-neovim' 'python2-neovim')
+pkgname=python-neovim
 _realname=pynvim
 pkgver=0.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Python client for Neovim'
 url='https://github.com/neovim/python-client'
 arch=('any')
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
+makedepends=('python-setuptools')
 source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
 sha256sums=('0a44c540dd5790acfbc7e411b0ed4fb6c44914d866226ebebf370c24c2723dc2')
 
 prepare() {
   sed -i "s/msgpack-python/msgpack/g" ${_realname}-${pkgver}/setup.py
-  cp -a ${_realname}-${pkgver}{,-python2}
 }
 
 build() {
   cd "${srcdir}/${_realname}-${pkgver}"
   python setup.py build
-
-  cd "${srcdir}/${_realname}-${pkgver}-python2"
-  python2 setup.py build
 }
 
-package_python-neovim() {
-  pkgdesc='Python 3 client for neovim'
-  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
-
+package() {
   cd "${srcdir}/${_realname}-${pkgver}"
   python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
 }
 
-package_python2-neovim() {
-  pkgdesc='Python 2 client for neovim'
-  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet' 
'python2-trollius')
-
-  cd "${srcdir}/${_realname}-${pkgver}-python2"
-  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
-}
-
 # vim:set sw=2 sts=2 et:


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

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 05:53:20
  Author: svenstaro
Revision: 433989

archrelease: copy trunk to community-x86_64

Added:
  netdata/repos/community-x86_64/PKGBUILD
(from rev 433988, netdata/trunk/PKGBUILD)
  netdata/repos/community-x86_64/netdata.install
(from rev 433988, netdata/trunk/netdata.install)
  netdata/repos/community-x86_64/netdata.sysusers
(from rev 433988, netdata/trunk/netdata.sysusers)
  netdata/repos/community-x86_64/netdata.tmpfiles
(from rev 433988, netdata/trunk/netdata.tmpfiles)
Deleted:
  netdata/repos/community-x86_64/PKGBUILD
  netdata/repos/community-x86_64/netdata.install
  netdata/repos/community-x86_64/netdata.sysusers
  netdata/repos/community-x86_64/netdata.tmpfiles

--+
 PKGBUILD |  117 ++---
 netdata.install  |   24 +-
 netdata.sysusers |2 
 netdata.tmpfiles |6 +-
 4 files changed, 74 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-17 05:53:08 UTC (rev 433988)
+++ PKGBUILD2019-02-17 05:53:20 UTC (rev 433989)
@@ -1,59 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=netdata
-pkgver=1.11.1
-pkgrel=1
-pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
-url="https://github.com/netdata/netdata;
-arch=('x86_64')
-license=('GPL')
-backup=('etc/netdata/netdata.conf')
-depends=('libmnl' 'libnetfilter_acct' 'zlib')
-optdepends=('nodejs: for monitoring named and SNMP devices'
-'lm_sensors: for monitoring hardware sensors'
-'iproute2: for monitoring Linux QoS'
-'python: for most of the external plugins'
-'python-psycopg2: for monitoring PostgreSQL databases'
-'python-requests: for monitoring elasticsearch'
-'hddtemp: for monitoring hhd temperature'
-'apcupsd: for monitoring APC UPS'
-'iw: for monitoring Linux as access point')
-install="$pkgname.install"
-source=("https://github.com/netdata/netdata/releases/download/v${pkgver}/netdata-v${pkgver}.tar.gz;
-"${pkgname}.tmpfiles"
-"${pkgname}.sysusers")
-sha512sums=('249fcc6fb27301214cec9f0c1e091409cae9408f973865813a1fd471e5dd5f2bdd625ec5c644f83a50f74f06be962963ba94e971783cbd3e15ac1c331d3ea465'
-
'3f934ddd1f5248f9e11c29050c023d60b76e4098ec9c8d413bb362d43e9242f767fd58310d966076e8400779af8bda2459afcc314b267fcb9f1c84173e14e313'
-
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
-
-build() {
-  cd "$pkgname-$pkgver"*
-
-  ./configure \
-   --prefix="/usr" \
-   --sbindir="/usr/bin" \
-   --sysconfdir="/etc" \
-   --libexecdir="/usr/lib" \
-   --localstatedir="/var" \
-   --with-zlib --with-math --with-user=netdata
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"*
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove /var/*, pacman creates it via tmpfiles hook
-  rm -vrf "${pkgdir}/var"
-  touch "$pkgdir/etc/netdata/netdata.conf"
-  chown -R 134:134 "$pkgdir"/etc/netdata
-  chown -R 134:134 "$pkgdir"/usr/share/netdata/web
-
-  install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
-  install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata"
-  install -Dm0644 "${srcdir}/${pkgname}.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-  install -Dm0644 "${srcdir}/${pkgname}.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-}
-

Copied: netdata/repos/community-x86_64/PKGBUILD (from rev 433988, 
netdata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-17 05:53:20 UTC (rev 433989)
@@ -0,0 +1,58 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=netdata
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
+url="https://github.com/netdata/netdata;
+arch=('x86_64')
+license=('GPL')
+backup=('etc/netdata/netdata.conf')
+depends=('libmnl' 'libnetfilter_acct' 'zlib')
+optdepends=('nodejs: for monitoring named and SNMP devices'
+'lm_sensors: for monitoring hardware sensors'
+'iproute2: for monitoring Linux QoS'
+'python: for most of the external plugins'
+'python-psycopg2: for monitoring PostgreSQL databases'
+'python-requests: for monitoring elasticsearch'
+'hddtemp: for monitoring hhd temperature'
+'apcupsd: for monitoring APC UPS'
+'iw: for monitoring Linux as access point')
+install="$pkgname.install"
+source=("https://github.com/netdata/netdata/releases/download/v${pkgver}/netdata-v${pkgver}.tar.gz;
+"${pkgname}.tmpfiles"
+

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

2019-02-16 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 17, 2019 @ 04:19:46
  Author: foutrelis
Revision: 433986

upgpkg: shorewall 5.2.3-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 00:23:51 UTC (rev 433985)
+++ PKGBUILD2019-02-17 04:19:46 UTC (rev 433986)
@@ -4,7 +4,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.2.2
+pkgver=5.2.3
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -14,11 +14,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('1146344ec452dd569ce96b1e5a2f6d17571c7932d522962a2b61c0739729a80a'
+sha256sums=('793c3244eae750ed9c8e90cf91bf74fed7c5d045285a575486164314962c3fd8'
 'SKIP'
-'2705d8d792ae80ce217251a3e3b6f78d6692bc107c06ce0d59a3ec2837f41b3f'
+'f64c3b59ea5d812cab455f4bd7c4a44564f708e67179e0232c069d398ae4ab1a'
 'SKIP'
-'5fe99f1b073e39564ae8be17095038895468a74f40e9ee480195cce09ae904c6'
+'8e45f19470481e785376d61b7d2685eed77b9356ec0d0aaad84a15a93e10c90f'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


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

2019-02-16 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 17, 2019 @ 04:19:51
  Author: foutrelis
Revision: 433987

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 433986, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-17 04:19:46 UTC (rev 433986)
+++ PKGBUILD2019-02-17 04:19:51 UTC (rev 433987)
@@ -1,78 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.2.2
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('1146344ec452dd569ce96b1e5a2f6d17571c7932d522962a2b61c0739729a80a'
-'SKIP'
-'2705d8d792ae80ce217251a3e3b6f78d6692bc107c06ce0d59a3ec2837f41b3f'
-'SKIP'
-'5fe99f1b073e39564ae8be17095038895468a74f40e9ee480195cce09ae904c6'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,arprules,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 433986, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-17 04:19:51 UTC (rev 433987)
@@ -0,0 +1,78 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.2.3
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('793c3244eae750ed9c8e90cf91bf74fed7c5d045285a575486164314962c3fd8'
+'SKIP'
+'f64c3b59ea5d812cab455f4bd7c4a44564f708e67179e0232c069d398ae4ab1a'
+'SKIP'
+'8e45f19470481e785376d61b7d2685eed77b9356ec0d0aaad84a15a93e10c90f'
+'SKIP')
+validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
+
+build() {
+  for product in shorewall{,6,-core}; 

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

2019-02-16 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 17, 2019 @ 04:00:23
  Author: foutrelis
Revision: 346399

archrelease: copy trunk to staging-x86_64

Added:
  audacious-plugins/repos/staging-x86_64/
  audacious-plugins/repos/staging-x86_64/PKGBUILD
(from rev 346398, audacious-plugins/trunk/PKGBUILD)

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

Copied: audacious-plugins/repos/staging-x86_64/PKGBUILD (from rev 346398, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-02-17 04:00:23 UTC (rev 346399)
@@ -0,0 +1,70 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.10.1
+pkgrel=2
+pkgdesc="Plugins for Audacious"
+arch=('x86_64')
+url="https://audacious-media-player.org/;
+license=('BSD' 'GPL')
+
+makedepends=("audacious>=$pkgver"
+ 'glib2' 'python' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libsamplerate' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'dbus-glib: Gnome Shortcuts Plugin'
+'libsamplerate: Speed and Pitch Plugin'
+'libnotify: libnotify OSD'
+'lirc: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('eec3177631f99729bf0e94223b627406cc648c70e6646e35613c7b55040a2642')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--enable-amidiplug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-16 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 17, 2019 @ 04:00:17
  Author: foutrelis
Revision: 346398

upgpkg: audacious-plugins 3.10.1-2

Fluidsynth 2 rebuild.

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 02:01:18 UTC (rev 346397)
+++ PKGBUILD2019-02-17 04:00:17 UTC (rev 346398)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugins for Audacious"
 arch=('x86_64')
 url="https://audacious-media-player.org/;


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

2019-02-16 Thread Gaëtan Bisson via arch-commits
Date: Sunday, February 17, 2019 @ 02:01:18
  Author: bisson
Revision: 346397

archrelease: copy trunk to staging-x86_64

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

+
 PKGBUILD   |   70 +++
 conf   |6 +
 sysusers.d |2 +
 tmpfiles.d |3 ++
 4 files changed, 81 insertions(+)

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

Copied: mpd/repos/staging-x86_64/conf (from rev 346396, mpd/trunk/conf)
===
--- staging-x86_64/conf (rev 0)
+++ staging-x86_64/conf 2019-02-17 02:01:18 UTC (rev 346397)
@@ -0,0 +1,6 @@
+# See: /usr/share/doc/mpd/mpdconf.example
+
+pid_file "/run/mpd/mpd.pid"
+db_file "/var/lib/mpd/mpd.db"
+state_file "/var/lib/mpd/mpdstate"
+playlist_directory "/var/lib/mpd/playlists"

Copied: mpd/repos/staging-x86_64/sysusers.d (from rev 346396, 
mpd/trunk/sysusers.d)
===
--- staging-x86_64/sysusers.d   (rev 0)
+++ staging-x86_64/sysusers.d   2019-02-17 02:01:18 UTC (rev 346397)
@@ -0,0 +1,2 @@
+u mpd 45 - /var/lib/mpd
+m mpd audio

Copied: mpd/repos/staging-x86_64/tmpfiles.d (from rev 346396, 
mpd/trunk/tmpfiles.d)
===
--- staging-x86_64/tmpfiles.d   (rev 0)
+++ staging-x86_64/tmpfiles.d   2019-02-17 02:01:18 UTC (rev 346397)
@@ -0,0 +1,3 @@

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

2019-02-16 Thread Gaëtan Bisson via arch-commits
Date: Sunday, February 17, 2019 @ 02:00:56
  Author: bisson
Revision: 346396

rebuild for fluidsynth-2.0.3

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 00:06:57 UTC (rev 346395)
+++ PKGBUILD2019-02-17 02:00:56 UTC (rev 346396)
@@ -6,7 +6,7 @@
 
 pkgname=mpd
 pkgver=0.21.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
 license=('GPL')


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

2019-02-16 Thread Brett Cornwall via arch-commits
Date: Sunday, February 17, 2019 @ 00:23:51
  Author: ainola
Revision: 433985

archrelease: copy trunk to community-staging-x86_64

Added:
  csound/repos/community-staging-x86_64/
  csound/repos/community-staging-x86_64/PKGBUILD
(from rev 433984, csound/trunk/PKGBUILD)
  csound/repos/community-staging-x86_64/csound.sh
(from rev 433984, csound/trunk/csound.sh)
  csound/repos/community-staging-x86_64/fluidsynth2.patch
(from rev 433984, csound/trunk/fluidsynth2.patch)

---+
 PKGBUILD  |   91 
 csound.sh |3 +
 fluidsynth2.patch |   73 +
 3 files changed, 167 insertions(+)

Copied: csound/repos/community-staging-x86_64/PKGBUILD (from rev 433984, 
csound/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-17 00:23:51 UTC (rev 433985)
@@ -0,0 +1,91 @@
+# Maintainer: David Runge 
+# Contributor: Ainola
+# Contributor: speps
+# Contributor: Bernardo Barros
+
+pkgbase=csound
+pkgname=('csound' 'csound-doc')
+pkgver=6.12.2
+pkgrel=3
+pkgdesc="A programming language for sound rendering and signal processing."
+arch=('x86_64')
+url="http://csound.com;
+license=('LGPL')
+# wiiuse needs release before add: https://github.com/rpavlik/wiiuse/issues/92
+# libpd needs to be packaged: https://github.com/libpd/libpd/releases
+# current gmm doesn't work https://github.com/csound/csound/issues/920
+makedepends=('boost' 'cmake' 'cunit' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
+'fluidsynth' 'git' 'hdf5' 'java-environment=8' 'ladspa' 'libmusicxml'
+'libwebsockets' 'llvm' 'luajit' 'portmidi' 'portsmf' 'python2' 'stk' 'swig')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz;
+"${pkgbase}.sh"
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip;
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip;
+"fluidsynth2.patch")
+sha512sums=('e00a1f74e38cc5edadcaa4ea2a38a79a010be21008cad091b46c79ed18242a925ab9279fc049b4e82f6944e4d6e815787b7f847b08ae3bba9bde60570aa96f58'
+
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
+
'eb287b9070c16d6cfbd890532d97eda34d72d8b5e5548a1a55ed7de91b2b913e04426cd50c94d0ac84221396002421077a5d22b3b67ce634c34a9aa1ceb53d9d'
+
'881bbdae5ab7fceb28199084173492eb8cc6477e72100739599e9d1448c607062efd1390b5cb19e03aeeae9c58eb608b61f36853dddb4d9141b86da31d00bc45'
+
'11e9350a5578dfb294fe90dcfbf9db28d62010dd88cc4b91a4254c3080bd49bf03d0b95d210ad5e3741e45505f0cb2f0081b78131743a8b77d3bca6a3076620c')
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+  # requires out-of-tree build
+  mkdir build
+
+  # Until Fluidsynth 2 support is included in an official release
+  patch -p1 < ../fluidsynth2.patch
+}
+
+build() {
+  cd "${pkgbase}-${pkgver}/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DJAVA_AWT_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libawt.so 
\
+-DJAVA_JVM_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64 \
+-DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1/ \
+-DLUAJIT_LIBRARY=/usr/lib/libluajit-5.1.so \
+-DLUA_H_PATH=/usr/include/luajit-2.0/ \
+-DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages \
+-DBUILD_STATIC_LIBRARY=ON \
+..
+  make
+}
+
+check() {
+  cd "${pkgbase}-${pkgver}/build"
+  make test
+}
+
+package_csound() {
+  groups=('pro-audio')
+  depends=('fluidsynth' 'git' 'hdf5' 'liblo' 'libmusicxml' 'libwebsockets'
+  'luajit' 'portmidi' 'portsmf' 'stk' 'tk')
+  optdepends=('csound-doc: The canonical Csound Reference Manual'
+  'csoundqt: Qt frontend'
+  'fltk: fltk GUIs'
+  'faust: Embed faust'
+  'java-runtime=8: Use csound with Java'
+  'python2: python opcodes'
+  'vim-csound: Use csound with vim')
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}/" install
+
+  # export vars in profile.d
+  install -vDm 755 "${srcdir}/${pkgname}.sh" -t "${pkgdir}/etc/profile.d/"
+  # rename extract executable due to name conflict with libextractor
+  # https://github.com/csound/csound/issues/985
+  mv -v "${pkgdir}/usr/bin/extract" "${pkgdir}/usr/bin/${pkgname}-extract"
+}
+
+package_csound-doc() {
+  license=('LGPL' 'GPL')
+  install -vDm 644 "Csound${pkgver}_manual.pdf" \
+"${pkgdir}/usr/share/doc/${pkgname}/${pkgbase}-manual.pdf"
+
+  install -dv "${pkgdir}/usr/share/doc/${pkgname}/html"
+  cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgname}/html"
+  # fix file permissions
+  find "${pkgdir}" -type f -exec chmod -c 644 {} \;
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in csound/trunk (PKGBUILD fluidsynth2.patch)

2019-02-16 Thread Brett Cornwall via arch-commits
Date: Sunday, February 17, 2019 @ 00:23:14
  Author: ainola
Revision: 433984

upgpkg: csound 6.12.2-3 - Fluidsynth2 support

Added:
  csound/trunk/fluidsynth2.patch
Modified:
  csound/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +--
 fluidsynth2.patch |   73 
 2 files changed, 81 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 22:29:01 UTC (rev 433983)
+++ PKGBUILD2019-02-17 00:23:14 UTC (rev 433984)
@@ -6,7 +6,7 @@
 pkgbase=csound
 pkgname=('csound' 'csound-doc')
 pkgver=6.12.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A programming language for sound rendering and signal processing."
 arch=('x86_64')
 url="http://csound.com;
@@ -20,16 +20,21 @@
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz;
 "${pkgbase}.sh"
 
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip;
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip;)
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip;
+"fluidsynth2.patch")
 
sha512sums=('e00a1f74e38cc5edadcaa4ea2a38a79a010be21008cad091b46c79ed18242a925ab9279fc049b4e82f6944e4d6e815787b7f847b08ae3bba9bde60570aa96f58'
 
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
 
'eb287b9070c16d6cfbd890532d97eda34d72d8b5e5548a1a55ed7de91b2b913e04426cd50c94d0ac84221396002421077a5d22b3b67ce634c34a9aa1ceb53d9d'
-
'881bbdae5ab7fceb28199084173492eb8cc6477e72100739599e9d1448c607062efd1390b5cb19e03aeeae9c58eb608b61f36853dddb4d9141b86da31d00bc45')
+
'881bbdae5ab7fceb28199084173492eb8cc6477e72100739599e9d1448c607062efd1390b5cb19e03aeeae9c58eb608b61f36853dddb4d9141b86da31d00bc45'
+
'11e9350a5578dfb294fe90dcfbf9db28d62010dd88cc4b91a4254c3080bd49bf03d0b95d210ad5e3741e45505f0cb2f0081b78131743a8b77d3bca6a3076620c')
 
 prepare() {
   cd "${pkgbase}-${pkgver}"
   # requires out-of-tree build
   mkdir build
+
+  # Until Fluidsynth 2 support is included in an official release
+  patch -p1 < ../fluidsynth2.patch
 }
 
 build() {

Added: fluidsynth2.patch
===
--- fluidsynth2.patch   (rev 0)
+++ fluidsynth2.patch   2019-02-17 00:23:14 UTC (rev 433984)
@@ -0,0 +1,73 @@
+diff --git a/Opcodes/fluidOpcodes/fluidOpcodes.cpp 
b/Opcodes/fluidOpcodes/fluidOpcodes.cpp
+index d6f4da0fd..735c1021c 100644
+--- a/Opcodes/fluidOpcodes/fluidOpcodes.cpp
 b/Opcodes/fluidOpcodes/fluidOpcodes.cpp
+@@ -208,16 +208,31 @@ public:
+ } else if (listPresets) {
+   fluid_sfont_t *fluidSoundfont =
+   fluid_synth_get_sfont_by_id(fluidSynth, soundFontId);
++#if FLUIDSYNTH_VERSION_MAJOR < 2
+   fluid_preset_t fluidPreset;
+   fluidSoundfont->iteration_start(fluidSoundfont);
+   OPARMS oparms;
+   csound->GetOParms(csound, );
+   if (oparms.msglevel & 0x7)
+-while (fluidSoundfont->iteration_next(fluidSoundfont, )) {
++while (fluidSoundfont->iteration_next(fluidSoundfont, ))
++{
+   log(csound, "SoundFont: %3d  Bank: %3d  Preset: %3d  %s\n",
+   soundFontId, fluidPreset.get_banknum(),
+   fluidPreset.get_num(),
+   fluidPreset.get_name());
++#else
++  fluid_preset_t *fluidPreset;
++  fluid_sfont_iteration_start(fluidSoundfont);
++  OPARMS oparms;
++  csound->GetOParms(csound, );
++  if (oparms.msglevel & 0x7)
++while (fluidPreset = fluid_sfont_iteration_next(fluidSoundfont))
++{
++  log(csound, "SoundFont: %3d  Bank: %3d  Preset: %3d  %s\n",
++  soundFontId, fluid_preset_get_banknum(fluidPreset),
++  fluid_preset_get_num(fluidPreset),
++  fluid_preset_get_name(fluidPreset));
++#endif
+ }
+ }
+ return result;
+@@ -277,19 +292,32 @@ public:
+   LockGuard guard(csound, mutex);
+   int32_t result = OK;
+   toa(iFluidSynth, fluidSynth);
+-  fluid_sfont_t *fluidSoundfont =
+-fluid_synth_get_sfont(fluidSynth, 0);
++  fluid_sfont_t *fluidSoundfont = fluid_synth_get_sfont(fluidSynth, 0);
++#if FLUIDSYNTH_VERSION_MAJOR < 2
+   fluid_preset_t fluidPreset;
+   fluidSoundfont->iteration_start(fluidSoundfont);
+   OPARMS oparms;
+   csound->GetOParms(csound, );
+   if (oparms.msglevel & 0x7)
+ while (fluidSoundfont->iteration_next(fluidSoundfont, ))
+-  {
++{
+ std::stringstream ss;
+ ss << "Bank: " << fluidPreset.get_banknum() <<
+   " Preset: " << fluidPreset.get_num() <<
+ " Name: " << 

[arch-commits] Commit in pkgstats/repos/extra-any (9 files)

2019-02-16 Thread Jan Steffens via arch-commits
Date: Sunday, February 17, 2019 @ 00:06:57
  Author: heftig
Revision: 346395

archrelease: copy trunk to extra-any

Added:
  pkgstats/repos/extra-any/PKGBUILD
(from rev 346394, pkgstats/trunk/PKGBUILD)
  pkgstats/repos/extra-any/pkgstats.service
(from rev 346394, pkgstats/trunk/pkgstats.service)
  pkgstats/repos/extra-any/pkgstats.sh
(from rev 346394, pkgstats/trunk/pkgstats.sh)
  pkgstats/repos/extra-any/pkgstats.timer
(from rev 346394, pkgstats/trunk/pkgstats.timer)
Deleted:
  pkgstats/repos/extra-any/PKGBUILD
  pkgstats/repos/extra-any/pkgstats.install
  pkgstats/repos/extra-any/pkgstats.service
  pkgstats/repos/extra-any/pkgstats.sh
  pkgstats/repos/extra-any/pkgstats.timer

--+
 PKGBUILD |   48 +++-
 pkgstats.install |3 -
 pkgstats.service |   18 +++---
 pkgstats.sh  |  158 ++---
 pkgstats.timer   |   17 ++---
 5 files changed, 118 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-17 00:06:34 UTC (rev 346394)
+++ PKGBUILD2019-02-17 00:06:57 UTC (rev 346395)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=pkgstats
-pkgver=2.3
-pkgrel=9
-pkgdesc='Submit a list of installed packages to the Arch Linux project'
-arch=('any')
-url='https://www.archlinux.de'
-license=('GPL')
-depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'systemd' 'awk' 'grep')
-source=('pkgstats.sh'
-pkgstats.{timer,service})
-install='pkgstats.install'
-md5sums=('0acfba6a941bdf9e6a7927f18433e091'
- '4ec734d9b60c439d55db5fd779a007c8'
- '5948fa6ef41d3804f7eb6980684611d6')
-
-package() {
-   install -D -m755 ${srcdir}/pkgstats.sh ${pkgdir}/usr/bin/pkgstats
-   install -D -m644 ${srcdir}/pkgstats.timer 
${pkgdir}/usr/lib/systemd/system/pkgstats.timer
-   install -D -m644 ${srcdir}/pkgstats.service 
${pkgdir}/usr/lib/systemd/system/pkgstats.service
-   install -d -m755 ${pkgdir}/usr/lib/systemd/system/timers.target.wants
-   ln -s ../pkgstats.timer 
${pkgdir}//usr/lib/systemd/system/timers.target.wants/pkgstats.timer
-}

Copied: pkgstats/repos/extra-any/PKGBUILD (from rev 346394, 
pkgstats/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-17 00:06:57 UTC (rev 346395)
@@ -0,0 +1,23 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=pkgstats
+pkgver=2.3
+pkgrel=10
+pkgdesc='Submit a list of installed packages to the Arch Linux project'
+url='https://bbs.archlinux.org/viewtopic.php?id=105431'
+arch=('any')
+license=('GPL')
+depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'systemd' 'awk' 'grep')
+source=(pkgstats.{sh,timer,service})
+sha256sums=('582b34ace6a37ac2330309820e8c70df65dd5c80489850789b92a50ad5120458'
+'86207164a13640edb58657f16329f60f2d84d7d3e5b9336e48aa0d607906078e'
+'986608f2fff417693b663474db3f36b8fb2ae4eb111ad177c616ce02bb431b23')
+
+package() {
+   install -D pkgstats.sh "$pkgdir/usr/bin/pkgstats"
+   install -Dt "$pkgdir/usr/lib/systemd/system" -m644 
pkgstats.{timer,service}
+   install -d "$pkgdir/usr/lib/systemd/system/timers.target.wants"
+   ln -st "$pkgdir/usr/lib/systemd/system/timers.target.wants" 
../pkgstats.timer
+}
+
+# vim:set noet:

Deleted: pkgstats.install
===
--- pkgstats.install2019-02-17 00:06:34 UTC (rev 346394)
+++ pkgstats.install2019-02-17 00:06:57 UTC (rev 346395)
@@ -1,3 +0,0 @@
-post_install() {
-   echo "For information about pkgstats see 
https://bbs.archlinux.org/viewtopic.php?id=105431;
-}

Deleted: pkgstats.service
===
--- pkgstats.service2019-02-17 00:06:34 UTC (rev 346394)
+++ pkgstats.service2019-02-17 00:06:57 UTC (rev 346395)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Submit pkgstats
-After=network-online.target
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/pkgstats -q
-User=nobody
-Group=nobody

Copied: pkgstats/repos/extra-any/pkgstats.service (from rev 346394, 
pkgstats/trunk/pkgstats.service)
===
--- pkgstats.service(rev 0)
+++ pkgstats.service2019-02-17 00:06:57 UTC (rev 346395)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Submit pkgstats
+After=network-online.target
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/pkgstats -q
+User=nobody
+Group=nobody

Deleted: pkgstats.sh
===
--- pkgstats.sh 2019-02-17 00:06:34 UTC (rev 346394)
+++ pkgstats.sh 2019-02-17 00:06:57 UTC (rev 346395)
@@ -1,79 +0,0 @@
-#!/bin/bash
-
-pkgstatsver='2.3'
-showonly=false
-quiet=false
-option='-q -s -S -L'
-
-usage() {
-   echo "usage: ${0} [option]"
-   echo 'options:'
-   echo '  -v  show the 

[arch-commits] Commit in pkgstats/trunk (PKGBUILD pkgstats.install pkgstats.timer)

2019-02-16 Thread Jan Steffens via arch-commits
Date: Sunday, February 17, 2019 @ 00:06:34
  Author: heftig
Revision: 346394

2.3-10: Remove Install section and post_install message

Statically enabled units should not have an [Install] section.

Move the post_install URL to the url field. The linked topic has a link
to the statistics page anyway. It can also be found in pkgstats --help.

Modified:
  pkgstats/trunk/PKGBUILD
  pkgstats/trunk/pkgstats.timer
Deleted:
  pkgstats/trunk/pkgstats.install

--+
 PKGBUILD |   25 -
 pkgstats.install |3 ---
 pkgstats.timer   |3 ---
 3 files changed, 12 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 23:40:57 UTC (rev 346393)
+++ PKGBUILD2019-02-17 00:06:34 UTC (rev 346394)
@@ -2,23 +2,22 @@
 
 pkgname=pkgstats
 pkgver=2.3
-pkgrel=9
+pkgrel=10
 pkgdesc='Submit a list of installed packages to the Arch Linux project'
+url='https://bbs.archlinux.org/viewtopic.php?id=105431'
 arch=('any')
-url='https://pkgstats.archlinux.de'
 license=('GPL')
 depends=('bash' 'curl' 'pacman' 'sed' 'coreutils' 'systemd' 'awk' 'grep')
-source=('pkgstats.sh'
-pkgstats.{timer,service})
-install='pkgstats.install'
-md5sums=('0acfba6a941bdf9e6a7927f18433e091'
- '4ec734d9b60c439d55db5fd779a007c8'
- '5948fa6ef41d3804f7eb6980684611d6')
+source=(pkgstats.{sh,timer,service})
+sha256sums=('582b34ace6a37ac2330309820e8c70df65dd5c80489850789b92a50ad5120458'
+'86207164a13640edb58657f16329f60f2d84d7d3e5b9336e48aa0d607906078e'
+'986608f2fff417693b663474db3f36b8fb2ae4eb111ad177c616ce02bb431b23')
 
 package() {
-   install -D -m755 ${srcdir}/pkgstats.sh ${pkgdir}/usr/bin/pkgstats
-   install -D -m644 ${srcdir}/pkgstats.timer 
${pkgdir}/usr/lib/systemd/system/pkgstats.timer
-   install -D -m644 ${srcdir}/pkgstats.service 
${pkgdir}/usr/lib/systemd/system/pkgstats.service
-   install -d -m755 ${pkgdir}/usr/lib/systemd/system/timers.target.wants
-   ln -s ../pkgstats.timer 
${pkgdir}//usr/lib/systemd/system/timers.target.wants/pkgstats.timer
+   install -D pkgstats.sh "$pkgdir/usr/bin/pkgstats"
+   install -Dt "$pkgdir/usr/lib/systemd/system" -m644 
pkgstats.{timer,service}
+   install -d "$pkgdir/usr/lib/systemd/system/timers.target.wants"
+   ln -st "$pkgdir/usr/lib/systemd/system/timers.target.wants" 
../pkgstats.timer
 }
+
+# vim:set noet:

Deleted: pkgstats.install
===
--- pkgstats.install2019-02-16 23:40:57 UTC (rev 346393)
+++ pkgstats.install2019-02-17 00:06:34 UTC (rev 346394)
@@ -1,3 +0,0 @@
-post_install() {
-   echo "For information about pkgstats see 
https://bbs.archlinux.org/viewtopic.php?id=105431;
-}

Modified: pkgstats.timer
===
--- pkgstats.timer  2019-02-16 23:40:57 UTC (rev 346393)
+++ pkgstats.timer  2019-02-17 00:06:34 UTC (rev 346394)
@@ -5,6 +5,3 @@
 OnCalendar=weekly
 AccuracySec=1d
 Persistent=true
-
-[Install]
-WantedBy=timers.target


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

2019-02-16 Thread Jan Steffens via arch-commits
Date: Saturday, February 16, 2019 @ 23:40:57
  Author: heftig
Revision: 346393

archrelease: copy trunk to extra-x86_64

Added:
  cbindgen/repos/extra-x86_64/PKGBUILD
(from rev 346392, cbindgen/trunk/PKGBUILD)
Deleted:
  cbindgen/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-16 23:40:47 UTC (rev 346392)
+++ PKGBUILD2019-02-16 23:40:57 UTC (rev 346393)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cbindgen
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="A tool for generating C bindings to Rust code"
-url="https://github.com/eqrion/cbindgen;
-arch=(x86_64)
-license=(MPL2)
-depends=(gcc-libs)
-makedepends=(cargo git)
-_commit=fbe9eff351c15c6ef348c33016fb72ad3520f32b  # tags/v0.7.1^0
-source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-check() {
-  cd $pkgname
-  cargo test --release
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
-}

Copied: cbindgen/repos/extra-x86_64/PKGBUILD (from rev 346392, 
cbindgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-16 23:40:57 UTC (rev 346393)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cbindgen
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A tool for generating C bindings to Rust code"
+url="https://github.com/eqrion/cbindgen;
+arch=(x86_64)
+license=(MPL2)
+depends=(gcc-libs)
+makedepends=(cargo git)
+_commit=e712cc42c759ace3e47a6ee9fdbff8c4f337cec1  # tags/v0.8.0^0
+source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+check() {
+  cd $pkgname
+  cargo test --release
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
+}


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

2019-02-16 Thread Jan Steffens via arch-commits
Date: Saturday, February 16, 2019 @ 23:40:47
  Author: heftig
Revision: 346392

0.8.0-1

Modified:
  cbindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:31:33 UTC (rev 346391)
+++ PKGBUILD2019-02-16 23:40:47 UTC (rev 346392)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cbindgen
-pkgver=0.7.1
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="A tool for generating C bindings to Rust code"
 url="https://github.com/eqrion/cbindgen;
@@ -9,7 +9,7 @@
 license=(MPL2)
 depends=(gcc-libs)
 makedepends=(cargo git)
-_commit=fbe9eff351c15c6ef348c33016fb72ad3520f32b  # tags/v0.7.1^0
+_commit=e712cc42c759ace3e47a6ee9fdbff8c4f337cec1  # tags/v0.8.0^0
 source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
 sha512sums=('SKIP')
 


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:54:08
  Author: felixonmars
Revision: 433875

upgpkg: xmobar 0.29.4-22

rebuild with hashable-time 0.2.0.2

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:52:48 UTC (rev 433874)
+++ PKGBUILD2019-02-16 21:54:08 UTC (rev 433875)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.29.4
-pkgrel=21
+pkgrel=22
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:54:25
  Author: felixonmars
Revision: 433876

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 433875, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 433875, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:54:25 UTC (rev 433876)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.29.4
+pkgrel=22
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text' 'haskell-async' 
'haskell-extensible-exceptions')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
+sha512sums=('d56ce2ec6014f9bd1d224980524d91c0f72030d4559c001dfbc049902931541b9abd3c8f055cacc10fd3e7cdd067686cdc4f15fcdc37d4c50dfc59d6edcb036e')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:52:48
  Author: felixonmars
Revision: 433874

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 433873, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
433873, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:52:48 UTC (rev 433874)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=24
+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=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+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/ftdetect/tamarin.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 stylish-haskell/repos (2 files)

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:50:54
  Author: felixonmars
Revision: 433872

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:50:35
  Author: felixonmars
Revision: 433871

upgpkg: stylish-haskell 0.9.2.1-8

rebuild with hashable-time 0.2.0.2

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:49:29 UTC (rev 433870)
+++ PKGBUILD2019-02-16 21:50:35 UTC (rev 433871)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.2.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("BSD")


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:52:31
  Author: felixonmars
Revision: 433873

upgpkg: tamarin-prover 1.4.1-24

rebuild with hashable-time 0.2.0.2

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:50:54 UTC (rev 433872)
+++ PKGBUILD2019-02-16 21:52:31 UTC (rev 433873)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=23
+pkgrel=24
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:49:12
  Author: felixonmars
Revision: 433869

upgpkg: stack 1.9.3-63

rebuild with hashable-time 0.2.0.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:47:25 UTC (rev 433868)
+++ PKGBUILD2019-02-16 21:49:12 UTC (rev 433869)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=62
+pkgrel=63
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:49:29
  Author: felixonmars
Revision: 433870

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   75 
 stack.install |4 ++
 2 files changed, 79 insertions(+)

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

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 433869, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2019-02-16 21:49:29 UTC (rev 
433870)
@@ -0,0 +1,4 @@
+post_install() {
+  

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

2019-02-16 Thread David Runge via arch-commits
Date: Saturday, February 16, 2019 @ 21:47:08
  Author: dvzrv
Revision: 433867

upgpkg: lmms 1.2.0rc7-3

Rebuilding against fluidsynth > 2.0.0.

Modified:
  lmms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:42:54 UTC (rev 433866)
+++ PKGBUILD2019-02-16 21:47:08 UTC (rev 433867)
@@ -7,7 +7,7 @@
 _pkgver=1.2.0-rc7
 pkgname=lmms
 pkgver=${_pkgver/-}
-pkgrel=2
+pkgrel=3
 pkgdesc='The Linux MultiMedia Studio'
 arch=('x86_64')
 url="https://lmms.io;
@@ -21,10 +21,12 @@
 'wine: VST plugin support')
 source=("git+https://github.com/${pkgname}/${pkgname}.git#tag=v${_pkgver};
 'git+https://github.com/Lukas-W/qt5-x11embed.git'
-'git+https://github.com/rampantpixels/rpmalloc.git')
+'git+https://github.com/rampantpixels/rpmalloc.git'
+
"${pkgname}-fluidsynth2.patch::https://github.com/${pkgname}/${pkgname}/pull/4678/commits/c2e4f5a28d1612a706b8bee6d37b5ecc0bc38794.patch;)
 sha512sums=('SKIP'
 'SKIP'
-'SKIP')
+'SKIP'
+
'c68cbff796f754bdf1af01d3f83abb1b3d36bdecb27bf3a8ec0242c2b3163709e5b43851fcd539b735c55e9b6a07ee44598ec0bc92305709c36655c720dd900c')
 
 prepare() {
   mv -v "${pkgname}" "${pkgname}-${pkgver}"
@@ -38,6 +40,8 @@
   sed -e 's|lib64|lib|g' -i cmake/modules/DetectMachine.cmake
   # setting proper DESTDIR based install path for bash-completion
   sed -e 's/\(${BASHCOMP_USER\)/\\$DESTDIR\1/g' -i 
cmake/modules/BashCompletion.cmake
+  # fix for fluidsynth > 2: https://github.com/LMMS/lmms/issues/4640
+  patch -Np1 -i ../${pkgname}-fluidsynth2.patch
 }
 
 build() {


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

2019-02-16 Thread David Runge via arch-commits
Date: Saturday, February 16, 2019 @ 21:47:25
  Author: dvzrv
Revision: 433868

archrelease: copy trunk to community-staging-x86_64

Added:
  lmms/repos/community-staging-x86_64/
  lmms/repos/community-staging-x86_64/PKGBUILD
(from rev 433867, lmms/trunk/PKGBUILD)

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

Copied: lmms/repos/community-staging-x86_64/PKGBUILD (from rev 433867, 
lmms/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:47:25 UTC (rev 433868)
@@ -0,0 +1,65 @@
+# Maintainer: David Runge 
+# Contributor: Lukas Fleischer 
+# Contributor: Shinlun Hsieh 
+# Contributor: Mateusz Herych 
+# Contributor: Storyteller 
+
+_pkgver=1.2.0-rc7
+pkgname=lmms
+pkgver=${_pkgver/-}
+pkgrel=3
+pkgdesc='The Linux MultiMedia Studio'
+arch=('x86_64')
+url="https://lmms.io;
+license=('GPL2')
+groups=('pro-audio')
+depends=('fftw' 'fltk' 'fluidsynth' 'lame' 'libgig' 'qt5-x11extras' 'sdl'
+'stk')
+makedepends=('carla' 'cmake' 'doxygen' 'extra-cmake-modules' 'freetype2' 'git'
+'ladspa' 'qt5-tools' 'wine')
+optdepends=('pulseaudio: pulseaudio support'
+'wine: VST plugin support')
+source=("git+https://github.com/${pkgname}/${pkgname}.git#tag=v${_pkgver};
+'git+https://github.com/Lukas-W/qt5-x11embed.git'
+'git+https://github.com/rampantpixels/rpmalloc.git'
+
"${pkgname}-fluidsynth2.patch::https://github.com/${pkgname}/${pkgname}/pull/4678/commits/c2e4f5a28d1612a706b8bee6d37b5ecc0bc38794.patch;)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+
'c68cbff796f754bdf1af01d3f83abb1b3d36bdecb27bf3a8ec0242c2b3163709e5b43851fcd539b735c55e9b6a07ee44598ec0bc92305709c36655c720dd900c')
+
+prepare() {
+  mv -v "${pkgname}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  mkdir -vp build
+  git submodule init
+  git config submodule.src/3rdparty/qt5-x11embed.url "${srcdir}/qt5-x11embed"
+  git config submodule.src/3rdparty/rpmalloc.url "${srcdir}/rpmalloc"
+  git submodule update
+  # setting lib dir
+  sed -e 's|lib64|lib|g' -i cmake/modules/DetectMachine.cmake
+  # setting proper DESTDIR based install path for bash-completion
+  sed -e 's/\(${BASHCOMP_USER\)/\\$DESTDIR\1/g' -i 
cmake/modules/BashCompletion.cmake
+  # fix for fluidsynth > 2: https://github.com/LMMS/lmms/issues/4640
+  patch -Np1 -i ../${pkgname}-fluidsynth2.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/build"
+  export LDFLAGS="${LDFLAGS}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DWANT_QT5=ON \
+-DWANT_SOUNDIO=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_MODULE_PATH=/usr/share/ECM/find-modules \
+-DCMAKE_PREFIX_PATH=/usr/include/wine/windows \
+-DWINE_INCLUDE_DIR=/usr/include/wine/windows \
+-DWINE_LIBRARY=/usr/lib32/wine \
+..
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:42:54
  Author: felixonmars
Revision: 433866

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 433865, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:42:54 UTC (rev 433866)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.6.0
+pkgrel=43
+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=('4e9575985fe914cb35444995212ac1afaa40b004dbbc86b5987bf8b65e20b14a0102c9c601dc061d604129a8e978021f22a11d682545cb7f07ec974495cfa387')
+
+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)

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:42:36
  Author: felixonmars
Revision: 433865

upgpkg: shellcheck 0.6.0-43

rebuild with hashable-time 0.2.0.2

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:39:34 UTC (rev 433864)
+++ PKGBUILD2019-02-16 21:42:36 UTC (rev 433865)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.6.0
-pkgrel=42
+pkgrel=43
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:39:18
  Author: felixonmars
Revision: 433863

upgpkg: postgrest 5.2.0-8

rebuild with hashable-time 0.2.0.2

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:36:12 UTC (rev 433862)
+++ PKGBUILD2019-02-16 21:39:18 UTC (rev 433863)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=5.2.0
-pkgrel=7
+pkgrel=8
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:39:34
  Author: felixonmars
Revision: 433864

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 433863, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:39:34 UTC (rev 433864)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.2.0
+pkgrel=8
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' '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-contravariant-extras'
+ '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=('7c2bba89457dd8b3d681ccc032482055144b5ee17336b2e90dda6bbed6c229f36cf521cf66aafd7923ca6c147a1f2bb26567a3109079dae65d726e85f85b32ed')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' $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 pandoc-crossref/repos (2 files)

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:36:12
  Author: felixonmars
Revision: 433862

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 433861, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
433861, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:36:12 UTC (rev 433862)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.0
+pkgrel=46
+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-gitrev' 
'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=('d3a666880f0cad0ef7c1e784f2d52f9bb8bfde9e6be6de04c8f094e2a87e99a740f97951c5ffd74b2a1b001e8a977bc9dd3e28be84c3442d3447beadd879e82c')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *2.5/<3/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:35:55
  Author: felixonmars
Revision: 433861

upgpkg: pandoc-crossref 0.3.4.0-46

rebuild with hashable-time 0.2.0.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:34:32 UTC (rev 433860)
+++ PKGBUILD2019-02-16 21:35:55 UTC (rev 433861)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.0
-pkgrel=45
+pkgrel=46
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:34:32
  Author: felixonmars
Revision: 433860

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
433859, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:34:32 UTC (rev 433860)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.1
+pkgrel=7
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("BSD")
+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=('bc8cc9944229c691fbec6b7e6ea52e8a65bd8cc2093d42bd577e30ded1767370b439d8dc694e9842b300f7c884f851cac6a2a9de2817a961c779b83fb0ee1718')
+
+build() {
+cd $_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 || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+package() {
+cd $_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)

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:34:15
  Author: felixonmars
Revision: 433859

upgpkg: haskell-hakyll 4.12.5.1-7

rebuild with hashable-time 0.2.0.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:32:27 UTC (rev 433858)
+++ PKGBUILD2019-02-16 21:34:15 UTC (rev 433859)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-02-16 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 16, 2019 @ 21:31:33
  Author: jelle
Revision: 346391

switch to https url

Modified:
  fsarchiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:19:21 UTC (rev 346390)
+++ PKGBUILD2019-02-16 21:31:33 UTC (rev 346391)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc='Safe and flexible file-system backup and deployment tool'
 arch=('x86_64')
-url='http://www.fsarchiver.org/'
+url='https://www.fsarchiver.org/'
 license=('GPL2')
 depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib' 'lz4' 'zstd')
 
source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:32:27
  Author: felixonmars
Revision: 433858

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
433857, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:32:27 UTC (rev 433858)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.16.0.2
+pkgrel=7
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+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=('a89feedb8f6ae83b0438389910468e03d4980cba9917f845590b2cc3c05af993c8dd2d8af7fdf86d426083011d24c6dc1869745ccb5ae0bf10505ae682606960')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:32:07
  Author: felixonmars
Revision: 433857

upgpkg: pandoc-citeproc 0.16.0.2-7

rebuild with hashable-time 0.2.0.2

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:30:37 UTC (rev 433856)
+++ PKGBUILD2019-02-16 21:32:07 UTC (rev 433857)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.0.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2019-02-16 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 16, 2019 @ 21:30:37
  Author: jelle
Revision: 433856

switch to https

Modified:
  rdesktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:29:17 UTC (rev 433855)
+++ PKGBUILD2019-02-16 21:30:37 UTC (rev 433856)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="An open source client for Windows Remote Desktop Services"
 arch=('x86_64')
-url="http://www.rdesktop.org/;
+url="https://www.rdesktop.org/;
 license=('GPL3')
 depends=('libao' 'libsamplerate' 'xorg-xrandr' 'pcsclite' 'libgssglue')
 source=(https://github.com/rdesktop/rdesktop/archive/v${pkgver}.tar.gz 
rdesktop-send_physical_buttons.diff)


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:29:00
  Author: felixonmars
Revision: 433854

upgpkg: pandoc 2.6-7

rebuild with hashable-time 0.2.0.2

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:28:00 UTC (rev 433853)
+++ PKGBUILD2019-02-16 21:29:00 UTC (rev 433854)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.6
-pkgrel=6
+pkgrel=7
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:29:17
  Author: felixonmars
Revision: 433855

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 433854, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:29:17 UTC (rev 433855)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.6
+pkgrel=7
+pkgdesc='Conversion between markup formats'
+url='https://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-ipynb' '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-unicode-transforms'
+ '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=('edcaa419c078916f236270da14bf5061759ff5ce96bf5f4567aea762efe591db363be9fbb45b517bb974a9c29cce92d91b15ae7d32b2512018e0d30211b9772b')
+
+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 || warning "Tests failed"
+}
+
+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 jpegoptim/trunk (PKGBUILD)

2019-02-16 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 16, 2019 @ 21:26:59
  Author: jelle
Revision: 433852

update to https url

Modified:
  jpegoptim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:26:11 UTC (rev 433851)
+++ PKGBUILD2019-02-16 21:26:59 UTC (rev 433852)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="Jpeg optimisation utility"
 arch=('x86_64')
-url="http://www.kokkonen.net/tjko/projects.html;
+url="https://www.kokkonen.net/tjko/projects.html;
 license=('GPL')
 depends=('glibc' 'libjpeg')
 source=(https://www.kokkonen.net/tjko/src/${pkgname}-${pkgver}.tar.gz{,.sig})


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

2019-02-16 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 16, 2019 @ 21:26:11
  Author: jelle
Revision: 433851

update to https url

Modified:
  jbigkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:18:19 UTC (rev 433850)
+++ PKGBUILD2019-02-16 21:26:11 UTC (rev 433851)
@@ -7,7 +7,7 @@
 pkgrel=4
 pkgdesc="Data compression library/utilities for bi-level high-resolution 
images"
 arch=('x86_64')
-url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/;
+url="https://www.cl.cam.ac.uk/~mgk25/jbigkit/;
 license=('GPL')
 depends=()
 options=('staticlibs')


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

2019-02-16 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 16, 2019 @ 21:19:21
  Author: jelle
Revision: 346390

switch to https url

Modified:
  slang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:18:24 UTC (rev 346389)
+++ PKGBUILD2019-02-16 21:19:21 UTC (rev 346390)
@@ -7,12 +7,12 @@
 pkgrel=1
 pkgdesc="S-Lang is a powerful interpreted language"
 arch=('x86_64')
-url="http://www.jedsoft.org/slang/;
+url="https://www.jedsoft.org/slang/;
 license=('GPL')
 depends=('pcre')
 backup=('etc/slsh.rc')
 options=('!makeflags')
-source=(http://www.jedsoft.org/releases/slang/${pkgname}-${pkgver}.tar.bz2{,.asc})
+source=(https://www.jedsoft.org/releases/slang/${pkgname}-${pkgver}.tar.bz2{,.asc})
 sha1sums=('bbf7f2dcc14e7c7fca40868fd4b411a2bd9e2655'
   'SKIP')
 validpgpkeys=('AE962A02D29BFE4A4BB2805FDE401E0D5873000A')  # John E. Davis


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:18:02
  Author: felixonmars
Revision: 433849

upgpkg: idris 1.3.1-38

rebuild with hashable-time 0.2.0.2

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:15:35 UTC (rev 433848)
+++ PKGBUILD2019-02-16 21:18:02 UTC (rev 433849)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.1
-pkgrel=37
+pkgrel=38
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("BSD")


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

2019-02-16 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 16, 2019 @ 21:18:24
  Author: jelle
Revision: 346389

switch to https url

Modified:
  source-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:17:50 UTC (rev 346388)
+++ PKGBUILD2019-02-16 21:18:24 UTC (rev 346389)
@@ -6,7 +6,7 @@
 pkgrel=18
 pkgdesc="Convert source code to syntax highlighted document"
 arch=('x86_64')
-url="http://www.gnu.org/software/src-highlite/;
+url="https://www.gnu.org/software/src-highlite/;
 license=('GPL')
 depends=('bash' 'boost-libs')
 makedepends=('ctags' 'boost')


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:18:19
  Author: felixonmars
Revision: 433850

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 433849, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:18:19 UTC (rev 433850)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.1
+pkgrel=38
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("BSD")
+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-megaparsec6'
+ '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=('555c7fdfad7e4f69b1aa4f6237cf4432831cd74e33342bd802ff3bc763118178b742b386035f8c071820b5e2bc71c5372c4acb356835155677046d360b722746')
+
+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.4/<2/' -e 's/< *0.6/<1/' -e 's/< *0.2/<1/' -e 's/< 
*0.4/<1/' -e 's/< *2.8/<4/' idris.cabal
+sed -i '1i{-# language NoMonadFailDesugaring #-}' 
src/Idris/Core/CaseTree.hs src/Idris/Parser/Stack.hs src/Idris/Elab/Term.hs
+}
+
+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 tidy/trunk (PKGBUILD)

2019-02-16 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 16, 2019 @ 21:17:50
  Author: jelle
Revision: 346388

move to https url

Modified:
  tidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:06:54 UTC (rev 346387)
+++ PKGBUILD2019-02-16 21:17:50 UTC (rev 346388)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc="A tool to tidy down your HTML code to a clean style"
 arch=(x86_64)
-url="http://www.html-tidy.org/;
+url="https://www.html-tidy.org/;
 license=(custom)
 depends=(glibc)
 makedepends=(cmake libxslt)


[arch-commits] Commit in (python-polib)

2019-02-16 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 16, 2019 @ 21:15:35
  Author: jelle
Revision: 433848

kill and move to [aur]

Deleted:
  python-polib/


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

2019-02-16 Thread Antonio Rojas via arch-commits
Date: Saturday, February 16, 2019 @ 21:15:29
  Author: arojas
Revision: 433847

archrelease: copy trunk to community-staging-x86_64

Added:
  xmms2/repos/community-staging-x86_64/
  xmms2/repos/community-staging-x86_64/PKGBUILD
(from rev 433846, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-x86_64/system.service
(from rev 433846, xmms2/trunk/system.service)
  xmms2/repos/community-staging-x86_64/sysusers.conf
(from rev 433846, xmms2/trunk/sysusers.conf)
  xmms2/repos/community-staging-x86_64/tmpfiles.conf
(from rev 433846, xmms2/trunk/tmpfiles.conf)
  xmms2/repos/community-staging-x86_64/user.service
(from rev 433846, xmms2/trunk/user.service)

+
 PKGBUILD   |  120 +++
 system.service |   17 +++
 sysusers.conf  |2 
 tmpfiles.conf  |3 +
 user.service   |   13 +
 5 files changed, 155 insertions(+)

Copied: xmms2/repos/community-staging-x86_64/PKGBUILD (from rev 433846, 
xmms2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:15:29 UTC (rev 433847)
@@ -0,0 +1,120 @@
+# Maintainer:
+# Contributor: Storm Dragon 
+# Contributor: Aaron 'venisonslurpee' Laursen 
+# Contributor: Christopher Rosell 
+# Contributor: lh 
+# Contributor: Sebastian Schwarz 
+# Contributor: Sergej Pupykin 
+# Contributor: Xilon 
+
+pkgname=xmms2
+pkgver=0.8DrO_o.949.gca15e830
+_commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
+pkgrel=15
+pkgdesc="X-platform Music Multiplexing System 2"
+arch=(x86_64)
+url="https://xmms2.org/;
+license=(GPL LGPL)
+_depends=('alsa-lib: ALSA output'
+  'avahi: announce xmms2d via bonjour/mDNS/zeroconf'
+  'boost: C++ bindings'
+  'curl: play HTTP streams'
+  'cython: Python bindings'
+  'faad2: AAC support'
+  'ffmpeg: WMA, avcodec & avformat support'
+  'fftw: visualization'
+  'flac: FLAC support'
+  'fluidsynth: MIDI support'
+  'jack: JACK output'
+  'libao: libao output'
+  'libcdio-paranoia: CDDA support'
+  'libdiscid: CDDA support'
+  'libgme: support for various video game music formats'
+  'libmad: MP3 support'
+  'libmms: play MMS streams'
+  'libmodplug: MOD support'
+  'libmpcdec: Musepack support'
+  'libofa: MusicDNS fingerprinting'
+  'libsamplerate: vocoder support'
+  'libshout: Icecast output'
+  'libvorbis: Ogg Vorbis support'
+  'libxml2: XSPF and podcast support'
+  'mac: APE support'
+  'mpg123: alternative MP3 support'
+  'opusfile: Opus support'
+  'perl: Perl bindings'
+  'ruby: Ruby bindings'
+#  'sidplay2-libs: support for C64 music files'
+# we do not have sidplay 2 series in repos; also it's
+# somehow connected with resid i guess(not in repos also)
+  'smbclient: direct CIFS/SMB access'
+  'speex: Speex support'
+  'wavpack: WavPack support')
+depends=(glib2)
+makedepends=("${_depends[@]%%:*}" libpulse python2 git)
+optdepends=("${_depends[@]}" 'pulseaudio: PulseAudio output')
+source=(git://git.xmms2.org/xmms2/xmms2-devel.git#commit=${_commit}
+git://git.xmms2.org/xmms2/xmms2-tutorial.git
+git://git.xmms2.org/xmms2/s4.git
+tmpfiles.conf
+sysusers.conf
+system.service
+user.service)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'13e3e2720e21d048d776156f8ab17c40d05b70437823da00b3c4cc2e7f7ecf7f'
+'a37e35dedd48fb8fbc2c97d79be8a3d3c3b00191826f6046f730f649cd67812a'
+'a159b18c5959cfe76ca87990ff6879d082bfe9a4c6d674c493461f7f2781f348'
+'76f1a06b81cec0f5942430401998f6c8cd9cb95d798f97b854f88afd73ffe61d')
+
+pkgver() {
+cd xmms2-devel
+git describe --always | sed 's/-/./g'
+}
+
+prepare() {
+cd xmms2-devel
+git submodule init
+git config submodule.doc/tutorial.url "$srcdir"/xmms2-tutorial
+git config submodule.src/lib/s4.url "$srcdir"/s4
+git submodule update
+sed -i '$a#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 /* 1 second of 48kHz 
32bit audio */' src/plugins/avcodec/avcodec_compat.h
+sed -i 's,#include ,#include ,' 
src/plugins/cdda/cdda.c
+sed -i 's,libsmbclient.h,samba-4.0/libsmbclient.h,' 
src/plugins/samba/{samba.c,wscript}
+sed -i 's|Werror|Wno-error|g' waftools/*.py
+}
+
+build() {
+cd xmms2-devel
+CXXFLAGS="-Wall" CFLAGS="-Wall" python2 ./waf configure --prefix=/usr 
--sbindir=/usr/bin --without-ldconfig \
+--with-ruby-archdir=`ruby -e 'puts 
RbConfig::CONFIG["vendorarchdir"]'` \
+--with-ruby-libdir=`ruby -e 'puts 
RbConfig::CONFIG["vendorlibdir"]'` \
+--with-perl-archdir=`perl -V:installvendorarch | cut -f2 -d\'` \
+

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

2019-02-16 Thread Antonio Rojas via arch-commits
Date: Saturday, February 16, 2019 @ 21:14:59
  Author: arojas
Revision: 433846

fluidsynth 2.0 rebuild

Modified:
  xmms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:12:07 UTC (rev 433845)
+++ PKGBUILD2019-02-16 21:14:59 UTC (rev 433846)
@@ -10,7 +10,7 @@
 pkgname=xmms2
 pkgver=0.8DrO_o.949.gca15e830
 _commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
-pkgrel=14
+pkgrel=15
 pkgdesc="X-platform Music Multiplexing System 2"
 arch=(x86_64)
 url="https://xmms2.org/;
@@ -50,7 +50,7 @@
   'smbclient: direct CIFS/SMB access'
   'speex: Speex support'
   'wavpack: WavPack support')
-depends=(glib2 readline)
+depends=(glib2)
 makedepends=("${_depends[@]%%:*}" libpulse python2 git)
 optdepends=("${_depends[@]}" 'pulseaudio: PulseAudio output')
 source=(git://git.xmms2.org/xmms2/xmms2-devel.git#commit=${_commit}


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

2019-02-16 Thread David Runge via arch-commits
Date: Saturday, February 16, 2019 @ 21:11:47
  Author: dvzrv
Revision: 433844

upgpkg: qsynth 0.5.4-2

Rebuilding against fluidsynth > 2.0.0.

Modified:
  qsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:10:26 UTC (rev 433843)
+++ PKGBUILD2019-02-16 21:11:47 UTC (rev 433844)
@@ -4,7 +4,7 @@
 
 pkgname=qsynth
 pkgver=0.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt GUI for FluidSynth"
 arch=('x86_64')
 url="https://qsynth.sourceforge.net/;


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

2019-02-16 Thread David Runge via arch-commits
Date: Saturday, February 16, 2019 @ 21:12:07
  Author: dvzrv
Revision: 433845

archrelease: copy trunk to community-staging-x86_64

Added:
  qsynth/repos/community-staging-x86_64/
  qsynth/repos/community-staging-x86_64/PKGBUILD
(from rev 433844, qsynth/trunk/PKGBUILD)

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

Copied: qsynth/repos/community-staging-x86_64/PKGBUILD (from rev 433844, 
qsynth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:12:07 UTC (rev 433845)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=qsynth
+pkgver=0.5.4
+pkgrel=2
+pkgdesc="Qt GUI for FluidSynth"
+arch=('x86_64')
+url="https://qsynth.sourceforge.net/;
+license=('GPL')
+groups=('pro-audio')
+depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('711b18efea3b4050c567f2c549ab4f44525f53de42c6cfea379260e62966215e6d59432bed946733c7e772d691edb739a882de753cf3f46b932833de7b120b7d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-16 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 16, 2019 @ 21:10:26
  Author: jelle
Revision: 433843

kill python2 module

Modified:
  pyudev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:07:03 UTC (rev 433842)
+++ PKGBUILD2019-02-16 21:10:26 UTC (rev 433843)
@@ -4,46 +4,22 @@
 # Contributor: Dwight Schauer 
 
 pkgbase=pyudev
-pkgname=('python-pyudev' 'python2-pyudev')
+pkgname=('python-pyudev')
 pkgver=0.21.0
 pkgrel=4
 arch=('any')
 url='http://pyudev.readthedocs.org/en/latest/index.html'
 license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('python2-pyqt5: PyQt integration'
-'python2-gobject2: Glib integration'
-'wxpython: WX integration')
+pkgdesc='A pure Python 3.x binding to libudev'
+depends=('python' 'systemd')
+makedepends=('python-setuptools')
+optdepends=('python-pyqt5: PyQt integration'
+'python-gobject2: Glib integration'
+'python-wxpython: WX integration')
 source=(https://github.com/pyudev/pyudev/archive/v$pkgver.tar.gz)
-md5sums=('5a15739f93bdeb70243b7ed4ed510604')
+sha512sums=('c6cc8786c69de2a07eeae39cb57e33db6ca5fea83c38fdab277070bf052c97bd053911ab08a11fe65cb56c463492111e74451801390d89dc7f00fd00e68bba19')
 
-build() {
-  cp -rf "${srcdir}/${pkgbase}-${pkgver}" 
"${srcdir}/python2-${pkgbase}-${pkgver}"
-}
-
 package_python-pyudev() {
-  pkgdesc='A pure Python 3.x binding to libudev'
-  depends=('python' 'udev')
-  optdepends=('python-pyqt5: PyQt integration'
-  'python-gobject2: Glib integration')
-  replaces=('pyudev')
-  conflicts=('pyudev')
-  provides=('pyudev')
-  
   cd ${pkgbase}-${pkgver}
   python3 setup.py install --root "${pkgdir}" --optimize=1
 }
-
-package_python2-pyudev() {
-  pkgdesc='A pure Python 2.x binding to libudev'
-  depends=('python2' 'udev')
-  optdepends=('python2-pyqt5: PyQt integration'
-  'python2-gobject2: Glib integration'
-  'wxpython: WX integration')
-  replaces=('python2-udev')
-  conflicts=('python2-udev')
-  provides=('python2-udev')
-  
-  cd python2-${pkgbase}-${pkgver}
-  python2 setup.py install --root "${pkgdir}" --optimize=1
-}


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

2019-02-16 Thread David Runge via arch-commits
Date: Saturday, February 16, 2019 @ 21:06:50
  Author: dvzrv
Revision: 433841

upgpkg: freewheeling 0.6.5-1

Rebuilding against fluidsynth > 2.0.0.

Modified:
  freewheeling/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:03:58 UTC (rev 433840)
+++ PKGBUILD2019-02-16 21:06:50 UTC (rev 433841)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 pkgname=freewheeling
-pkgver=0.6.4
-pkgrel=2
-pkgdesc="A highly configurable, intuitive, and fluid user interface for 
instrumentalists to capture audio loops in real-time"
+pkgver=0.6.5
+pkgrel=1
+pkgdesc="A live looper"
 arch=('x86_64')
 url="https://github.com/free-wheeling/freewheeling;
 license=('GPL2')
@@ -11,7 +11,7 @@
 makedepends=('gendesk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/free-wheeling/${pkgname}/archive/v${pkgver}.tar.gz;
 
"$pkgname.jpg::https://raw.githubusercontent.com/wiki/free-wheeling/${pkgname}/${pkgname}-logo-1.jpg;)
-sha512sums=('e4c948293363976c8dfc6ba508f7b7a0b01746f3d7d3bbf6e5464dc9da0ff4ac92466389a85ce7751b026ff3208ca0fee62aeb4d7ff94eae7582fba534d4d99a'
+sha512sums=('c7ab563ac68b6466fa7da25b1110835ab3729058351bfabd0e99be68fbf2d08faa08adc37cf66b8a910d3a15deb64ef1994278e959319ded2dfbcc7c17425356'
 
'9f8386bff7b34c8ca44d0ad5b87d4e74a0b901a64e50bc5d8d99dd1f1ad10eb5b6b29f7b6fc8f106c425b2de0285517af3158472654abb2c914d48645dab0913')
 
 prepare() {
@@ -24,12 +24,12 @@
   --name Freewheeling \
   --exec fweelin \
   --categories "Audio;Sequencer"
-  # fix broken SDL/SDL.h include
-  export CPPFLAGS="-I/usr/include/SDL"
 }
 
 build() {
   cd "$pkgname-$pkgver"
+  # fix broken SDL/SDL.h include
+#  CPPFLAGS="-I/usr/include/SDL" \
   ./configure --prefix=/usr
   make
 }


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

2019-02-16 Thread Antonio Rojas via arch-commits
Date: Saturday, February 16, 2019 @ 21:06:33
  Author: arojas
Revision: 346386

fluidsynth 2.0 rebuild

Modified:
  minuet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 20:38:19 UTC (rev 346385)
+++ PKGBUILD2019-02-16 21:06:33 UTC (rev 346386)
@@ -2,7 +2,7 @@
 
 pkgname=minuet
 pkgver=18.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A KDE Software for Music Education'
 url='https://minuet.kde.org'
 arch=(x86_64)


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

2019-02-16 Thread Antonio Rojas via arch-commits
Date: Saturday, February 16, 2019 @ 21:06:54
  Author: arojas
Revision: 346387

archrelease: copy trunk to staging-x86_64

Added:
  minuet/repos/staging-x86_64/
  minuet/repos/staging-x86_64/PKGBUILD
(from rev 346386, minuet/trunk/PKGBUILD)

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

Copied: minuet/repos/staging-x86_64/PKGBUILD (from rev 346386, 
minuet/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-02-16 21:06:54 UTC (rev 346387)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=minuet
+pkgver=18.12.2
+pkgrel=2
+pkgdesc='A KDE Software for Music Education'
+url='https://minuet.kde.org'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(plasma-framework fluidsynth hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('20a9881fcf3c567459dd3b246c364cb11333c6ad9f33f26d69f10a1e06b2845d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-02-16 Thread David Runge via arch-commits
Date: Saturday, February 16, 2019 @ 21:07:03
  Author: dvzrv
Revision: 433842

archrelease: copy trunk to community-staging-x86_64

Added:
  freewheeling/repos/community-staging-x86_64/
  freewheeling/repos/community-staging-x86_64/PKGBUILD
(from rev 433841, freewheeling/trunk/PKGBUILD)

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

Copied: freewheeling/repos/community-staging-x86_64/PKGBUILD (from rev 433841, 
freewheeling/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:07:03 UTC (rev 433842)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+pkgname=freewheeling
+pkgver=0.6.5
+pkgrel=1
+pkgdesc="A live looper"
+arch=('x86_64')
+url="https://github.com/free-wheeling/freewheeling;
+license=('GPL2')
+groups=('pro-audio')
+depends=('fluidsynth' 'liblo' 'libxml2' 'nettle' 'sdl_gfx' 'sdl_ttf')
+makedepends=('gendesk')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/free-wheeling/${pkgname}/archive/v${pkgver}.tar.gz;
+
"$pkgname.jpg::https://raw.githubusercontent.com/wiki/free-wheeling/${pkgname}/${pkgname}-logo-1.jpg;)
+sha512sums=('c7ab563ac68b6466fa7da25b1110835ab3729058351bfabd0e99be68fbf2d08faa08adc37cf66b8a910d3a15deb64ef1994278e959319ded2dfbcc7c17425356'
+
'9f8386bff7b34c8ca44d0ad5b87d4e74a0b901a64e50bc5d8d99dd1f1ad10eb5b6b29f7b6fc8f106c425b2de0285517af3158472654abb2c914d48645dab0913')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name Freewheeling \
+  --exec fweelin \
+  --categories "Audio;Sequencer"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  # fix broken SDL/SDL.h include
+#  CPPFLAGS="-I/usr/include/SDL" \
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # XDG desktop integration
+  install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 "../${pkgname}.jpg" -t "${pkgdir}/usr/share/pixmaps/"
+  #docs
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TUNING} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  #examples
+  install -vDm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}


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

2019-02-16 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 16, 2019 @ 21:03:58
  Author: jelle
Revision: 433840

kill python2 variant

Modified:
  python-pyaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:02:51 UTC (rev 433839)
+++ PKGBUILD2019-02-16 21:03:58 UTC (rev 433840)
@@ -1,8 +1,7 @@
 # Contributor: Balló György 
 
 _pkgbase=PyAudio
-pkgbase=python-pyaudio
-pkgname=('python-pyaudio' 'python2-pyaudio')
+pkgname=python-pyaudio
 pkgver=0.2.11
 pkgrel=2
 pkgdesc="Python bindings for PortAudio"
@@ -9,34 +8,17 @@
 arch=('x86_64')
 url="https://people.csail.mit.edu/hubert/pyaudio/;
 license=('MIT')
-depends=('portaudio' 'python' 'python2')
+depends=('portaudio' 'python')
 
source=("$pkgbase-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/P/$_pkgbase/$_pkgbase-$pkgver.tar.gz;)
 sha256sums=('93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74')
 
-prepare() {
-   cp -a $_pkgbase-$pkgver{,-python2}
-}
-
 build() {
-   cd $_pkgbase-$pkgver
-   python setup.py build
-
-   cd ../$_pkgbase-$pkgver-python2
-   python2 setup.py build
+  cd $_pkgbase-$pkgver
+  python setup.py build
 }
 
-package_python-pyaudio() {
-   depends=('portaudio' 'python')
-
-   cd $_pkgbase-$pkgver
-   python3 setup.py install --root "$pkgdir" --optimize=1
-   install -Dm644 README "$pkgdir/usr/share/licenses/$pkgname/README"
+package() {
+  cd $_pkgbase-$pkgver
+  python3 setup.py install --root "$pkgdir" --optimize=1
+  install -Dm644 README "$pkgdir/usr/share/licenses/$pkgname/README"
 }
-
-package_python2-pyaudio() {
-   depends=('portaudio' 'python2')
-
-   cd $_pkgbase-$pkgver-python2
-   python2 setup.py install --root "$pkgdir" --optimize=1
-   install -Dm644 README "$pkgdir/usr/share/licenses/$pkgname/README"
-}


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:02:51
  Author: felixonmars
Revision: 433839

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:02:33
  Author: felixonmars
Revision: 433838

upgpkg: hopenpgp-tools 0.21.3-9

rebuild with hashable-time 0.2.0.2

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 21:01:06 UTC (rev 433837)
+++ PKGBUILD2019-02-16 21:02:33 UTC (rev 433838)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.21.3
-pkgrel=8
+pkgrel=9
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:00:48
  Author: felixonmars
Revision: 433836

upgpkg: hoogle 5.0.17.5-7

rebuild with hashable-time 0.2.0.2

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 20:59:51 UTC (rev 433835)
+++ PKGBUILD2019-02-16 21:00:48 UTC (rev 433836)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("BSD")


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 21:01:06
  Author: felixonmars
Revision: 433837

archrelease: copy trunk to community-staging-x86_64

Added:
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 433836, hoogle/trunk/PKGBUILD)

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 433836, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:01:06 UTC (rev 433837)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.5
+pkgrel=7
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 
'haskell-foundation'
+ 'haskell-hashable' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-js-flot'
+ 'haskell-js-jquery' 'haskell-mmap' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-process-extras' 'haskell-resourcet' 
'haskell-src-exts'
+ 'haskell-storable-tuple' 'haskell-tar' 'haskell-uniplate' 
'haskell-utf8-string'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-logger' 'haskell-warp' 
'haskell-warp-tls'
+ 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('fc7fac9d66ef9b6b498f18a40fab3979f16ce0245ff75882cbfa467af619082db089b5c986d1fc3ab83c43319cb9f76a2476041c55a054cb42567c730996732a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-02-16 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 16, 2019 @ 20:59:51
  Author: jelle
Revision: 433835

kill python2 version

Modified:
  python-selenium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 20:59:10 UTC (rev 433834)
+++ PKGBUILD2019-02-16 20:59:51 UTC (rev 433835)
@@ -1,8 +1,7 @@
 # Maintainer: Jelle van der Waa 
 # Contributor: Aaron DeVore 
 
-pkgbase=python-selenium
-pkgname=('python-selenium' 'python2-selenium')
+pkgname=python-selenium
 pkgver=3.141.0
 pkgrel=1
 pkgdesc="Python binding for Selenium Remote Control"
@@ -9,21 +8,15 @@
 arch=('x86_64')
 url="https://pypi.python.org/pypi/selenium;
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python' 'python-urllib3')
+makedepends=('python-setuptools')
 optdepends=('geckodriver: Firefox driver support')
 source=("https://pypi.io/packages/source/s/selenium/selenium-$pkgver.tar.gz;)
-md5sums=('274693e383ff507df7ee190359828c84')
+sha512sums=('3d2afbe9e96f88e9c055a89786b5090af387d3feba4598577b70fd3e0b20c2c09c4b25af920c654f52ec7e34f23181e6d278ac05f1a1f960d2d371ce7a6b82d8')
 
-package_python-selenium() {
-  depends=('python' 'python-urllib3')
+package() {
   cd "$srcdir/selenium-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1
 }
 
-package_python2-selenium() {
-  depends=('python2' 'python2-urllib3')
-  cd "$srcdir/selenium-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
 # check() takes too many dependencies to run


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 20:58:53
  Author: felixonmars
Revision: 433833

upgpkg: cryptol 2.6.0-84

rebuild with hashable-time 0.2.0.2

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 20:56:00 UTC (rev 433832)
+++ PKGBUILD2019-02-16 20:58:53 UTC (rev 433833)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.6.0
-pkgrel=83
+pkgrel=84
 pkgdesc="The Language of Cryptography"
 url="http://www.cryptol.net;
 license=("BSD")


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 20:59:10
  Author: felixonmars
Revision: 433834

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 433833, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 20:59:10 UTC (rev 433834)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.6.0
+pkgrel=84
+pkgdesc="The Language of Cryptography"
+url="http://www.cryptol.net;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-gitrev' 
'haskell-graphscc' 'haskell-heredoc'
+ 'haskell-monad-control' 'haskell-monadlib' 'haskell-panic' 
'haskell-random' 'haskell-sbv'
+ 'haskell-simple-smt' 'haskell-strict' 'haskell-tf-random' 
'haskell-transformers-base'
+ 'haskell-ansi-terminal' 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;)
+sha512sums=('445a1656ffd0d260553e041de9b15b6257a4b068b5462d996e8207671c097ea814bc5b7aaeb527b5e9579bd8a3e5e8ced0aaf57c24fbccaa7410342a109e9325')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/<.*0.10/<1/' $pkgname.cabal
+sed -i '1i{-# language NoMonadFailDesugaring #-}' 
src/Cryptol/ModuleSystem/Renamer.hs src/Cryptol/Prims/Eval.hs 
src/Cryptol/TypeCheck/Infer.hs src/Cryptol/TypeCheck/CheckModuleInstance.hs 
src/Cryptol/Transform/Specialize.hs src/Cryptol/REPL/Monad.hs 
src/Cryptol/REPL/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/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 20:55:36
  Author: felixonmars
Revision: 433831

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 433829, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 20:55:36 UTC (rev 433831)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=7.13
+pkgrel=16
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="http://leventerkok.github.com/sbv;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-random' 'haskell-syb' 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6c44083fee95a711bc0153a4f1530338f0893522b481251365f4d35e0d990ba299c55acdf404803a5d1a5a4044d97e07eac6aecba82d052586b346be16c3ce1d')
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_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-sbv/trunk (PKGBUILD)

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 20:55:18
  Author: felixonmars
Revision: 433828

upgpkg: haskell-sbv 7.13-16

rebuild with hashable-time 0.2.0.2

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 20:50:49 UTC (rev 433827)
+++ PKGBUILD2019-02-16 20:55:18 UTC (rev 433828)
@@ -4,7 +4,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=7.13
-pkgrel=15
+pkgrel=16
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="http://leventerkok.github.com/sbv;
 license=("BSD")


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

2019-02-16 Thread David Runge via arch-commits
Date: Saturday, February 16, 2019 @ 20:55:30
  Author: dvzrv
Revision: 433830

archrelease: copy trunk to community-staging-x86_64

Added:
  carla/repos/community-staging-x86_64/
  carla/repos/community-staging-x86_64/PKGBUILD
(from rev 433829, carla/trunk/PKGBUILD)

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

Copied: carla/repos/community-staging-x86_64/PKGBUILD (from rev 433829, 
carla/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 20:55:30 UTC (rev 433830)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+# Contributor: Llewelyn Trahaearn 
+# Contributor: falkTX 
+
+_name=Carla
+pkgname=carla
+pkgver=1.9.13
+pkgrel=2
+pkgdesc="Audio Plugin Host"
+arch=('x86_64')
+url="https://kxstudio.linuxaudio.org/Applications:Carla;
+license=('GPL2')
+groups=('pro-audio')
+depends=('ffmpeg' 'file' 'fluidsynth' 'gtk2' 'gtk3' 'linuxsampler'
+'python-pyqt5' 'python-pyliblo' 'python-rdflib' 'qt5-svg')
+makedepends=('qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('9c32755cb036db54d514db167a81d1db8db609ada9866d486417c368805fcee6ef5059683001bcaef670429c4bcd04eb46d09896a0c81d648adf9407a556a0e5')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make features
+  make DEFAULT_QT=5
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DEFAULT_QT=5 \
+   DESTDIR="${pkgdir}/" \
+   PREFIX=/usr \
+   install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-16 Thread David Runge via arch-commits
Date: Saturday, February 16, 2019 @ 20:55:23
  Author: dvzrv
Revision: 433829

upgpkg: carla 1.9.13-2

Rebuilding against fluidsynth > 2.0.0.

Modified:
  carla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 20:55:18 UTC (rev 433828)
+++ PKGBUILD2019-02-16 20:55:23 UTC (rev 433829)
@@ -5,7 +5,7 @@
 _name=Carla
 pkgname=carla
 pkgver=1.9.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Audio Plugin Host"
 arch=('x86_64')
 url="https://kxstudio.linuxaudio.org/Applications:Carla;


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

2019-02-16 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 16, 2019 @ 20:56:00
  Author: jelle
Revision: 433832

kill python2 module

Modified:
  python-flask-talisman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 20:55:36 UTC (rev 433831)
+++ PKGBUILD2019-02-16 20:56:00 UTC (rev 433832)
@@ -1,8 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 _pyname=flask-talisman
-pkgbase=python-flask-talisman
-pkgname=('python-flask-talisman' 'python2-flask-talisman')
+pkgname=python-flask-talisman
 pkgver=0.6.0
 pkgrel=1
 pkgdesc='HTTP security headers for Flask'
@@ -9,13 +8,13 @@
 url='https://github.com/GoogleCloudPlatform/flask-talisman'
 arch=('any')
 license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask' 'python-six' 'python2-six')
-checkdepends=('python-nose' 'python2-nose')
+depends=('python-flask' 'python-six')
+makedepends=('python-setuptools' 'python-flask' 'python-six')
+checkdepends=('python-pytest')
 
source=("${pkgname}-${pkgver}.tar.gz"::https://github.com/GoogleCloudPlatform/flask-talisman/archive/v${pkgver}.tar.gz)
 sha256sums=('bfa74e9a6172ca877e087ba6c832182d93e7da96010f4951a1f95dfddd064505')
 
-package_python-flask-talisman() {
-  depends=('python-flask' 'python-six')
+package() {
   cd ${_pyname}-${pkgver}
 
   python setup.py install --root="${pkgdir}" -O1
@@ -23,20 +22,10 @@
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
-package_python2-flask-talisman() {
-  depends=('python2-flask' 'python2-six')
-  cd ${_pyname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
 check() {
   cd ${_pyname}-${pkgver}
 
-  nosetests flask_talisman
-  nosetests2 flask_talisman
+  pytest flask_talisman
 }
 
 # vim: ts=2 sw=2 et:


  1   2   3   4   5   >