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

2018-09-01 Thread Felix Yan via arch-commits
Date: Sunday, September 2, 2018 @ 05:29:13
  Author: felixonmars
Revision: 376014

archrelease: copy trunk to community-x86_64

Added:
  haskell-loop/repos/community-x86_64/
  haskell-loop/repos/community-x86_64/PKGBUILD
(from rev 376013, haskell-loop/trunk/PKGBUILD)

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

Copied: haskell-loop/repos/community-x86_64/PKGBUILD (from rev 376013, 
haskell-loop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-02 05:29:13 UTC (rev 376014)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=loop
+pkgname=haskell-loop
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Fast loops (for when GHC can't optimize forM_)"
+url="https://github.com/nh2/loop;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('c4f57547dc80a0afdb20f590564f36425b41263b420f64877b26650b8f15479c29c0d87a8bfeb751bf2abb85c019f3b3459ecda8b50ca35627e26599d284f8f8')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+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}"
+}


[arch-commits] Commit in (4 files)

2018-09-01 Thread Felix Yan via arch-commits
Date: Sunday, September 2, 2018 @ 05:28:47
  Author: felixonmars
Revision: 376013

addpkg: haskell-loop 0.3.0-1

Added:
  haskell-loop/
  haskell-loop/repos/
  haskell-loop/trunk/
  haskell-loop/trunk/PKGBUILD

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

Added: haskell-loop/trunk/PKGBUILD
===
--- haskell-loop/trunk/PKGBUILD (rev 0)
+++ haskell-loop/trunk/PKGBUILD 2018-09-02 05:28:47 UTC (rev 376013)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=loop
+pkgname=haskell-loop
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Fast loops (for when GHC can't optimize forM_)"
+url="https://github.com/nh2/loop;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('c4f57547dc80a0afdb20f590564f36425b41263b420f64877b26650b8f15479c29c0d87a8bfeb751bf2abb85c019f3b3459ecda8b50ca35627e26599d284f8f8')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+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}"
+}


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


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

2018-09-01 Thread David Runge via arch-commits
Date: Sunday, September 2, 2018 @ 01:30:01
  Author: dvzrv
Revision: 376012

archrelease: copy trunk to community-testing-any

Added:
  sigal/repos/community-testing-any/
  sigal/repos/community-testing-any/PKGBUILD
(from rev 376011, sigal/trunk/PKGBUILD)

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

Copied: sigal/repos/community-testing-any/PKGBUILD (from rev 376011, 
sigal/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-09-02 01:30:01 UTC (rev 376012)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+pkgname=sigal
+pkgver=1.4.0
+pkgrel=3
+pkgdesc="Yet another simple static gallery generator"
+arch=('any')
+url="http://sigal.saimon.org/en/latest/;
+license=('MIT')
+depends=('ffmpeg' 'python-blinker' 'python-click' 'python-feedgenerator' 
'python-jinja'
+'python-markdown' 'python-pillow' 'python-pilkit' 'python-setuptools'
+'python-twine')
+checkdepends=('python-pytest-cov' 'python-boto')
+optdepends=('python-boto: S3 connection')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/saimn/${pkgname}/archive/${pkgver}.tar.gz;)
+# tests are not included in pypi source: 
https://github.com/saimn/sigal/issues/337
+#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('b5352992fc2d9b397c8c60a614c57ca78749cd729a431c16c212b8ef48527c63612bb7f4bd12cd525be46bf5ad3b7534b8e0b332d56e941b2eed7dff5da5b908')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH=build:${PYTHONPATH}
+  # test_album fails because of missing fr_FR.UTF-8 locale:
+  # https://github.com/saimn/sigal/issues/338
+  py.test -k "not test_album"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {AUTHORS,{CONTRIBUTING,README}.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Sunday, September 2, 2018 @ 01:27:58
  Author: heftig
Revision: 333195

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 333194, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 333194, pipewire/trunk/pipewire.install)
  pipewire/repos/extra-x86_64/pkgconfig.diff
(from rev 333194, pipewire/trunk/pkgconfig.diff)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install
  pipewire/repos/extra-x86_64/unhide-providers.diff

---+
 PKGBUILD  |  102 --
 pipewire.install  |   28 -
 pkgconfig.diff|  142 
 unhide-providers.diff |   17 -
 4 files changed, 206 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-02 01:26:59 UTC (rev 333194)
+++ PKGBUILD2018-09-02 01:27:58 UTC (rev 333195)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
-makedepends=(git meson doxygen graphviz xmltoman valgrind)
-install=pipewire.install
-_commit=327ae5db6ef93724640c4c74664d693d7a530dbe  # tags/0.2.2
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;
-unhide-providers.diff)
-sha256sums=('SKIP'
-'8692ddbfc433bb4a56e3e4594683f9a7047b6cce539c7322dd3b74157a727f99')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # the pipewireprovider is broken: the devices provided have no caps
-  # at least don't hide other providers until this is fixed
-  patch -Np1 -i ../unhide-providers.diff
-
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgname build \
--D enable_docs=true \
--D enable_man=true \
--D enable_gstreamer=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 333194, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-02 01:27:58 UTC (rev 333195)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
+makedepends=(git meson doxygen graphviz xmltoman valgrind)
+install=pipewire.install
+_commit=8d53d3018f2d3bccd72bffb901ec36095d430382  # tags/0.2.3
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;
+pkgconfig.diff)
+sha256sums=('SKIP'
+'c4e145b4e18aa2d218b8f8ce96d5ba01626599e9349955226300b17779817fb5')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  patch -Np1 -i ../pkgconfig.diff
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname build \
+-D docs=true \
+-D man=true \
+-D gstreamer=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: pipewire.install
===
--- pipewire.install2018-09-02 01:26:59 UTC (rev 333194)
+++ pipewire.install2018-09-02 01:27:58 UTC (rev 333195)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 333194, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2018-09-02 01:27:58 UTC (rev 333195)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}

Copied: pipewire/repos/extra-x86_64/pkgconfig.diff (from rev 333194, 
pipewire/trunk/pkgconfig.diff)

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

2018-09-01 Thread David Runge via arch-commits
Date: Sunday, September 2, 2018 @ 01:27:35
  Author: dvzrv
Revision: 376011

Adding sigal from the AUR.

Added:
  sigal/
  sigal/repos/
  sigal/trunk/
  sigal/trunk/PKGBUILD

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

Added: sigal/trunk/PKGBUILD
===
--- sigal/trunk/PKGBUILD(rev 0)
+++ sigal/trunk/PKGBUILD2018-09-02 01:27:35 UTC (rev 376011)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+pkgname=sigal
+pkgver=1.4.0
+pkgrel=3
+pkgdesc="Yet another simple static gallery generator"
+arch=('any')
+url="http://sigal.saimon.org/en/latest/;
+license=('MIT')
+depends=('ffmpeg' 'python-blinker' 'python-click' 'python-feedgenerator' 
'python-jinja'
+'python-markdown' 'python-pillow' 'python-pilkit' 'python-setuptools'
+'python-twine')
+checkdepends=('python-pytest-cov' 'python-boto')
+optdepends=('python-boto: S3 connection')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/saimn/${pkgname}/archive/${pkgver}.tar.gz;)
+# tests are not included in pypi source: 
https://github.com/saimn/sigal/issues/337
+#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('b5352992fc2d9b397c8c60a614c57ca78749cd729a431c16c212b8ef48527c63612bb7f4bd12cd525be46bf5ad3b7534b8e0b332d56e941b2eed7dff5da5b908')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH=build:${PYTHONPATH}
+  # test_album fails because of missing fr_FR.UTF-8 locale:
+  # https://github.com/saimn/sigal/issues/338
+  py.test -k "not test_album"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {AUTHORS,{CONTRIBUTING,README}.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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


[arch-commits] Commit in pipewire/trunk (3 files)

2018-09-01 Thread Jan Steffens via arch-commits
Date: Sunday, September 2, 2018 @ 01:26:59
  Author: heftig
Revision: 333194

0.2.3-1

Added:
  pipewire/trunk/pkgconfig.diff
Modified:
  pipewire/trunk/PKGBUILD
Deleted:
  pipewire/trunk/unhide-providers.diff

---+
 PKGBUILD  |   18 ++
 pkgconfig.diff|  142 
 unhide-providers.diff |   17 -
 3 files changed, 150 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-02 00:37:21 UTC (rev 333193)
+++ PKGBUILD2018-09-02 01:26:59 UTC (rev 333194)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=pipewire
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc="Server and user space API to deal with multimedia pipelines"
 url="https://pipewire.org;
@@ -11,11 +11,11 @@
 depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
 makedepends=(git meson doxygen graphviz xmltoman valgrind)
 install=pipewire.install
-_commit=327ae5db6ef93724640c4c74664d693d7a530dbe  # tags/0.2.2
+_commit=8d53d3018f2d3bccd72bffb901ec36095d430382  # tags/0.2.3
 source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;
-unhide-providers.diff)
+pkgconfig.diff)
 sha256sums=('SKIP'
-'8692ddbfc433bb4a56e3e4594683f9a7047b6cce539c7322dd3b74157a727f99')
+'c4e145b4e18aa2d218b8f8ce96d5ba01626599e9349955226300b17779817fb5')
 
 
 pkgver() {
@@ -26,9 +26,7 @@
 prepare() {
   cd $pkgname
 
-  # the pipewireprovider is broken: the devices provided have no caps
-  # at least don't hide other providers until this is fixed
-  patch -Np1 -i ../unhide-providers.diff
+  patch -Np1 -i ../pkgconfig.diff
 
   # Reduce docs size
   printf '%s\n' >>doc/Doxyfile.in \
@@ -37,9 +35,9 @@
 
 build() {
   arch-meson $pkgname build \
--D enable_docs=true \
--D enable_man=true \
--D enable_gstreamer=true
+-D docs=true \
+-D man=true \
+-D gstreamer=true
   ninja -C build
 }
 

Added: pkgconfig.diff
===
--- pkgconfig.diff  (rev 0)
+++ pkgconfig.diff  2018-09-02 01:26:59 UTC (rev 333194)
@@ -0,0 +1,142 @@
+ meson.build |  4 ++--
+ pkgconfig/libpipewire.pc.in | 11 ---
+ pkgconfig/libspa.pc.in  |  7 ---
+ pkgconfig/meson.build   | 25 -
+ spa/meson.build |  6 ++
+ src/pipewire/meson.build| 11 ++-
+ 6 files changed, 18 insertions(+), 46 deletions(-)
+
+diff --git c/meson.build i/meson.build
+index 443da44c..bcbe35e9 100644
+--- c/meson.build
 i/meson.build
+@@ -1,6 +1,6 @@
+ project('pipewire', 'c',
+   version : '0.2.3',
+-  meson_version : '>= 0.36.0',
++  meson_version : '>= 0.42.0',
+   default_options : [ 'warning_level=1',
+   'c_std=gnu99',
+   'buildtype=debugoptimized' ])
+@@ -34,6 +34,7 @@ modules_install_dir = join_paths(pipewire_libdir, 
'pipewire-@0@'.format(apiversi
+ spa_plugindir = join_paths(pipewire_libdir, 'spa')
+ 
+ gnome = import('gnome')
++pkgconfig = import('pkgconfig')
+ 
+ cc = meson.get_compiler('c')
+ 
+@@ -164,7 +165,6 @@ endif
+ 
+ subdir('spa')
+ subdir('src')
+-subdir('pkgconfig')
+ 
+ if get_option('docs')
+   doxygen = find_program('doxygen', required : false)
+diff --git c/pkgconfig/libpipewire.pc.in i/pkgconfig/libpipewire.pc.in
+deleted file mode 100644
+index ca302fbe..
+--- c/pkgconfig/libpipewire.pc.in
 /dev/null
+@@ -1,11 +0,0 @@
+-prefix=@prefix@
+-exec_prefix=@exec_prefix@
+-libdir=@libdir@
+-includedir=@includedir@/
+-moduledir=@moduledir@
+-
+-Name: libpipewire
+-Description: PipeWire Interface
+-Version: @VERSION@
+-Libs: -L${libdir} -lpipewire-@PIPEWIRE_API_VERSION@
+-Cflags: -I${includedir} -D_REENTRANT
+diff --git c/pkgconfig/libspa.pc.in i/pkgconfig/libspa.pc.in
+deleted file mode 100644
+index e5878d2d..
+--- c/pkgconfig/libspa.pc.in
 /dev/null
+@@ -1,7 +0,0 @@
+-prefix=@prefix@
+-includedir=@includedir@/
+-
+-Name: libspa
+-Description: Simple Plugin API
+-Version: @VERSION@
+-Cflags: -I${includedir} -D_REENTRANT
+diff --git c/pkgconfig/meson.build i/pkgconfig/meson.build
+deleted file mode 100644
+index 9d575784..
+--- c/pkgconfig/meson.build
 /dev/null
+@@ -1,25 +0,0 @@
+-pkgconf = configuration_data()
+-
+-pkgconf.set('prefix', get_option('prefix'))
+-pkgconf.set('exec_prefix', '${prefix}')
+-pkgconf.set('libdir', '${prefix}/@0@'.format(get_option('libdir')))
+-pkgconf.set('includedir', '${prefix}/@0@'.format(get_option('includedir')))
+-pkgconf.set('moduledir', '${prefix}/@0@'.format(modules_install_dir))
+-pkgconf.set('PIPEWIRE_API_VERSION', apiversion)
+-pkgconf.set('VERSION', pipewire_version)
+-
+-pkg_install_dir = '@0@/pkgconfig'.format(get_option('libdir'))
+-
+-pkg_files = [
+-  [ 'libpipewire', apiversion ],
+-  [ 'libspa', spaversion ],
+-]
+-
+-foreach p : pkg_files
+-  infile = p.get(0) 

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

2018-09-01 Thread Christian Rebischke via arch-commits
Date: Sunday, September 2, 2018 @ 01:24:35
  Author: shibumi
Revision: 376010

archrelease: copy trunk to community-x86_64

Added:
  vault/repos/community-x86_64/PKGBUILD
(from rev 376009, vault/trunk/PKGBUILD)
  vault/repos/community-x86_64/vault.hcl
(from rev 376009, vault/trunk/vault.hcl)
  vault/repos/community-x86_64/vault.install
(from rev 376009, vault/trunk/vault.install)
  vault/repos/community-x86_64/vault.service
(from rev 376009, vault/trunk/vault.service)
  vault/repos/community-x86_64/vault.sysusers
(from rev 376009, vault/trunk/vault.sysusers)
  vault/repos/community-x86_64/vault.tmpfiles
(from rev 376009, vault/trunk/vault.tmpfiles)
Deleted:
  vault/repos/community-x86_64/PKGBUILD
  vault/repos/community-x86_64/vault.hcl
  vault/repos/community-x86_64/vault.install
  vault/repos/community-x86_64/vault.service
  vault/repos/community-x86_64/vault.sysusers
  vault/repos/community-x86_64/vault.tmpfiles

+
 PKGBUILD   |  146 +++
 vault.hcl  |   38 +++---
 vault.install  |   18 +++---
 vault.service  |   44 
 vault.sysusers |2 
 vault.tmpfiles |2 
 6 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-02 01:24:26 UTC (rev 376009)
+++ PKGBUILD2018-09-02 01:24:35 UTC (rev 376010)
@@ -1,73 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Tim Meusel 
-# Contributor: Sebastian Rakel sebast...@devunit.eu
-
-pkgname='vault'
-pkgdesc='A tool for managing secrets'
-pkgver='0.10.3'
-pkgrel='1'
-url="https://vaultproject.io/;
-license=('MPL')
-arch=('x86_64')
-makedepends=('go-pie' 'git' 'yarn' 'python2' 'bower' 'npm' 'zip')
-depends=('glibc')
-install='vault.install'
-backup=('etc/vault.hcl')
-_vault_commit='533003e27840d9646cb4e7d23b3a113895da1dd0'
-source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit};
-'vault.service'
-'vault.sysusers'
-'vault.tmpfiles'
-'vault.hcl')
-sha512sums=('SKIP'
-
'6619cf57668e995cddb29fb6c388c18c21b251052a53832415e415bb4fe538361ef77b74536f5b082b9cda6cd71b598fc50d8b7f51092c4d60262052c5725af2'
-
'92616ccf83fa5ca9f8b0d022cf8ceb1f3549e12b66bf21d9f77f3eb26bd75ec1dc36c155948ec987c642067b85fbfc30a9217d6c503d952a402aa5ef63e50928'
-
'073f0f400cba78521cd2709ce86d88fbb14125117f9f3beca657f625d04eab8e00f7a01b5d9a1cfc03e9038844f5732bdbb1a85dd65a803d3f0b90f8bf87880e'
-
'46106cc76151eef2dd5e4b2caa6a96aae4d6ce1ecbf977dcc8667a3f6c829cbea95133622adafcb15cdfaa066ecc94c73c983e7613ee2f6573694981569729fe')
-
-prepare () {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv "${pkgname}" "src/github.com/hashicorp/${pkgname}"
-  # this is temporary
-  go get github.com/kardianos/govendor
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/hashicorp/${pkgname}"
-}
-
-build () {
-  cd $PACKAGE_ROOT
-
-  # We will provide these packages in the future ourself
-  govendor fetch github.com/mitchellh/gox
-  govendor fetch github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
-  govendor fetch github.com/hashicorp/go-bindata/go-bindata
-
-  cd $PACKAGE_ROOT/vendor/github.com/hashicorp/go-bindata/go-bindata
-  go build
-  go install
-
-  cd 
$PACKAGE_ROOT/vendor/github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
-  go build
-  go install
-
-  cd $PACKAGE_ROOT/vendor/github.com/mitchellh/gox
-  go build
-  go install
-
-  cd $PACKAGE_ROOT
-  XC_OSARCH='linux/amd64' make static-dist bin
-}
-
-package () {
-  cd ${PACKAGE_ROOT}
-  install -Dm755 bin/vault "${pkgdir}/usr/bin/vault"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/vault.hcl" "${pkgdir}/etc/vault.hcl"
-  install -Dm644 "${srcdir}/vault.service" 
"${pkgdir}/usr/lib/systemd/system/vault.service"
-  install -Dm644 "${srcdir}/vault.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/vault.conf"
-  install -Dm644 "${srcdir}/vault.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/vault.conf"
-  for file in README.md CHANGELOG.md ; do
-install -Dm644 "${file}" "${pkgdir}/usr/share/doc/${pkgname}/${file}"
-  done
-}

Copied: vault/repos/community-x86_64/PKGBUILD (from rev 376009, 
vault/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-02 01:24:35 UTC (rev 376010)
@@ -0,0 +1,73 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Tim Meusel 
+# Contributor: Sebastian Rakel sebast...@devunit.eu
+
+pkgname='vault'
+pkgdesc='A tool for managing secrets'
+pkgver='0.11.0'
+pkgrel='1'
+url="https://vaultproject.io/;
+license=('MPL')
+arch=('x86_64')
+makedepends=('go-pie' 'git' 'yarn' 'python2' 'bower' 'npm' 'zip')
+depends=('glibc')
+install='vault.install'
+backup=('etc/vault.hcl')

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

2018-09-01 Thread Christian Rebischke via arch-commits
Date: Sunday, September 2, 2018 @ 01:24:26
  Author: shibumi
Revision: 376009

upgpkg: vault 0.11.0-1

Modified:
  vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-02 01:13:52 UTC (rev 376008)
+++ PKGBUILD2018-09-02 01:24:26 UTC (rev 376009)
@@ -4,7 +4,7 @@
 
 pkgname='vault'
 pkgdesc='A tool for managing secrets'
-pkgver='0.10.3'
+pkgver='0.11.0'
 pkgrel='1'
 url="https://vaultproject.io/;
 license=('MPL')
@@ -13,7 +13,7 @@
 depends=('glibc')
 install='vault.install'
 backup=('etc/vault.hcl')
-_vault_commit='533003e27840d9646cb4e7d23b3a113895da1dd0'
+_vault_commit='87492f9258e0227f3717e3883c6a8be5716bf564'
 source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit};
 'vault.service'
 'vault.sysusers'


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

2018-09-01 Thread Christian Rebischke via arch-commits
Date: Sunday, September 2, 2018 @ 01:13:52
  Author: shibumi
Revision: 376008

archrelease: copy trunk to community-x86_64

Added:
  hcloud/repos/community-x86_64/PKGBUILD
(from rev 376007, hcloud/trunk/PKGBUILD)
  hcloud/repos/community-x86_64/_hcloud.zsh
(from rev 376007, hcloud/trunk/_hcloud.zsh)
Deleted:
  hcloud/repos/community-x86_64/PKGBUILD
  hcloud/repos/community-x86_64/_hcloud.zsh

-+
 PKGBUILD|  100 +-
 _hcloud.zsh |4 +-
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-02 01:13:46 UTC (rev 376007)
+++ PKGBUILD2018-09-02 01:13:52 UTC (rev 376008)
@@ -1,50 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Konrad Tegtmeier 
-
-pkgname=hcloud
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="CLI for Hetzner Cloud"
-arch=('x86_64')
-url='https://github.com/hetznercloud/cli'
-license=('MIT')
-optdepends=(
-'bash-completion: tab auto-completion'
-'zsh: tab auto-completion')
-makedepends=('go-pie' 'git')
-depends=('glibc')
-provides=('hcloud')
-_hcloud_commit='aade4c065583613bac773c1f61133a1d2ecee319'
-source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit};
-_hcloud.zsh)
-sha512sums=('SKIP'
-
'1964c7445200327ee71974591516bdcc3a00751ff3407891a7401ad486b4a0ee51bfc8c0e8d0e074b788936f365a435322bd4c9b2b527f6621b0965b60477897')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hetznercloud
-  mv cli src/github.com/hetznercloud
-}
-
-build(){
-  cd src/github.com/hetznercloud/cli/cli/
-  go build  \
-  -ldflags "-w -X github.com/hetznercloud/cli/cli.Version=${pkgver}" \
-  github.com/hetznercloud/cli/cmd/hcloud
-  chmod +x ./hcloud
-  ./hcloud completion bash > "$pkgname-completion.bash"
-}
-
-check(){
-  cd src/github.com/hetznercloud/cli/cli
-  go test -v -x
-}
-
-package(){
-  cd src/github.com/hetznercloud/cli
-  install -Dsm755 cli/hcloud "${pkgdir}/usr/bin/hcloud"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "cli/${pkgname}-completion.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm644 "${srcdir}"/_hcloud.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_hcloud"
-}

Copied: hcloud/repos/community-x86_64/PKGBUILD (from rev 376007, 
hcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-02 01:13:52 UTC (rev 376008)
@@ -0,0 +1,50 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Konrad Tegtmeier 
+
+pkgname=hcloud
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="CLI for Hetzner Cloud"
+arch=('x86_64')
+url='https://github.com/hetznercloud/cli'
+license=('MIT')
+optdepends=(
+'bash-completion: tab auto-completion'
+'zsh: tab auto-completion')
+makedepends=('go-pie' 'git')
+depends=('glibc')
+provides=('hcloud')
+_hcloud_commit='a80f24289dfd290c50b3b9984d75e5bfe48aa16f'
+source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit};
+_hcloud.zsh)
+sha512sums=('SKIP'
+
'1964c7445200327ee71974591516bdcc3a00751ff3407891a7401ad486b4a0ee51bfc8c0e8d0e074b788936f365a435322bd4c9b2b527f6621b0965b60477897')
+
+prepare(){
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p src/github.com/hetznercloud
+  mv cli src/github.com/hetznercloud
+}
+
+build(){
+  cd src/github.com/hetznercloud/cli/cli/
+  go build  \
+  -ldflags "-w -X github.com/hetznercloud/cli/cli.Version=${pkgver}" \
+  github.com/hetznercloud/cli/cmd/hcloud
+  chmod +x ./hcloud
+  ./hcloud completion bash > "$pkgname-completion.bash"
+}
+
+check(){
+  cd src/github.com/hetznercloud/cli/cli
+  go test -v -x
+}
+
+package(){
+  cd src/github.com/hetznercloud/cli
+  install -Dsm755 cli/hcloud "${pkgdir}/usr/bin/hcloud"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "cli/${pkgname}-completion.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm644 "${srcdir}"/_hcloud.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_hcloud"
+}

Deleted: _hcloud.zsh
===
--- _hcloud.zsh 2018-09-02 01:13:46 UTC (rev 376007)
+++ _hcloud.zsh 2018-09-02 01:13:52 UTC (rev 376008)
@@ -1,2 +0,0 @@
-#compdef hcloud
-source <(hcloud completion zsh)

Copied: hcloud/repos/community-x86_64/_hcloud.zsh (from rev 376007, 
hcloud/trunk/_hcloud.zsh)
===
--- _hcloud.zsh (rev 0)
+++ _hcloud.zsh 2018-09-02 01:13:52 UTC (rev 376008)
@@ -0,0 +1,2 @@
+#compdef hcloud
+source <(hcloud completion zsh)


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

2018-09-01 Thread Christian Rebischke via arch-commits
Date: Sunday, September 2, 2018 @ 01:13:46
  Author: shibumi
Revision: 376007

upgpkg: hcloud 1.6.1-1

Modified:
  hcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-02 00:04:46 UTC (rev 376006)
+++ PKGBUILD2018-09-02 01:13:46 UTC (rev 376007)
@@ -2,7 +2,7 @@
 # Contributor: Konrad Tegtmeier 
 
 pkgname=hcloud
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="CLI for Hetzner Cloud"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go-pie' 'git')
 depends=('glibc')
 provides=('hcloud')
-_hcloud_commit='aade4c065583613bac773c1f61133a1d2ecee319'
+_hcloud_commit='a80f24289dfd290c50b3b9984d75e5bfe48aa16f'
 source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit};
 _hcloud.zsh)
 sha512sums=('SKIP'


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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Sunday, September 2, 2018 @ 00:37:21
  Author: heftig
Revision: 333193

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  glib2/repos/gnome-unstable-x86_64/
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 333192, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-x86_64/gio-querymodules.hook
(from rev 333192, glib2/trunk/gio-querymodules.hook)
  glib2/repos/gnome-unstable-x86_64/glib-compile-schemas.hook
(from rev 333192, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/gnome-unstable-x86_64/noisy-glib-compile-schemas.diff
(from rev 333192, glib2/trunk/noisy-glib-compile-schemas.diff)

-+
 PKGBUILD|   71 ++
 gio-querymodules.hook   |   11 +
 glib-compile-schemas.hook   |   12 ++
 noisy-glib-compile-schemas.diff |   24 
 4 files changed, 118 insertions(+)

Copied: glib2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333192, 
glib2/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2018-09-02 00:37:21 UTC (rev 333193)
@@ -0,0 +1,71 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.58.0
+pkgrel=1
+pkgdesc="Low level core library"
+url="https://wiki.gnome.org/Projects/GLib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(pcre libffi libutil-linux zlib)
+makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux 
meson dbus)
+checkdepends=(desktop-file-utils)
+optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, 
gtester-report'
+'libelf: gresource inspection tool')
+options=(!emptydirs)
+_commit=f0b57dd7a80425264e318f85c331a039a3cddd87  # tags/2.58.0^0
+source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
+noisy-glib-compile-schemas.diff
+glib-compile-schemas.hook gio-querymodules.hook)
+sha256sums=('SKIP'
+'81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
+'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
+'5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+
+  # Suppress noise from glib-compile-schemas.hook
+  patch -Np1 -i ../noisy-glib-compile-schemas.diff
+}
+
+build() {
+  arch-meson glib build \
+-D selinux=false \
+-D man=true \
+-D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build -t 2
+}
+
+package_glib2() {
+  DESTDIR="$pkgdir" meson install -C build
+  mv "$pkgdir/usr/share/gtk-doc" "$srcdir"
+  python -m compileall "$pkgdir/usr/share/glib-2.0/codegen"
+  python -O -m compileall "$pkgdir/usr/share/glib-2.0/codegen"
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for GLib"
+  depends=()
+  optdepends=()
+  license+=(custom)
+
+  mkdir -p "$pkgdir/usr/share"
+  mv gtk-doc "$pkgdir/usr/share"
+
+  install -Dt "$pkgdir/usr/share/licenses/glib2-docs" -m644 
glib/docs/reference/COPYING
+}
+
+# vim:set sw=2 et:

Copied: glib2/repos/gnome-unstable-x86_64/gio-querymodules.hook (from rev 
333192, glib2/trunk/gio-querymodules.hook)
===
--- gnome-unstable-x86_64/gio-querymodules.hook (rev 0)
+++ gnome-unstable-x86_64/gio-querymodules.hook 2018-09-02 00:37:21 UTC (rev 
333193)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gio/modules/*.so
+
+[Action]
+Description = Updating GIO module cache...
+When = PostTransaction
+Exec = /usr/bin/gio-querymodules /usr/lib/gio/modules

Copied: glib2/repos/gnome-unstable-x86_64/glib-compile-schemas.hook (from rev 
333192, glib2/trunk/glib-compile-schemas.hook)
===
--- gnome-unstable-x86_64/glib-compile-schemas.hook 
(rev 0)
+++ gnome-unstable-x86_64/glib-compile-schemas.hook 2018-09-02 00:37:21 UTC 
(rev 333193)
@@ -0,0 +1,12 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/glib-2.0/schemas/*.gschema.xml
+Target = usr/share/glib-2.0/schemas/*.gschema.override
+
+[Action]
+Description = Compiling GSettings XML schema files...
+When = PostTransaction
+Exec = /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas

Copied: glib2/repos/gnome-unstable-x86_64/noisy-glib-compile-schemas.diff (from 
rev 333192, glib2/trunk/noisy-glib-compile-schemas.diff)
===
--- gnome-unstable-x86_64/noisy-glib-compile-schemas.diff   
(rev 0)
+++ 

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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Sunday, September 2, 2018 @ 00:36:33
  Author: heftig
Revision: 333192

2.58.0-1

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 22:47:19 UTC (rev 333191)
+++ PKGBUILD2018-09-02 00:36:33 UTC (rev 333192)
@@ -1,9 +1,9 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Jan de Groot 
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.56.2
+pkgver=2.58.0
 pkgrel=1
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib;
@@ -10,12 +10,12 @@
 license=(LGPL2.1)
 arch=(x86_64)
 depends=(pcre libffi libutil-linux zlib)
-makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux 
dbus)
+makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux 
meson dbus)
 checkdepends=(desktop-file-utils)
 optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, 
gtester-report'
 'libelf: gresource inspection tool')
 options=(!emptydirs)
-_commit=d4b60396c79c7294ab69a2c591518e76ab17b603  # tags/2.56.2^0
+_commit=f0b57dd7a80425264e318f85c331a039a3cddd87  # tags/2.58.0^0
 source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
 noisy-glib-compile-schemas.diff
 glib-compile-schemas.hook gio-querymodules.hook)
@@ -34,38 +34,26 @@
 
   # Suppress noise from glib-compile-schemas.hook
   patch -Np1 -i ../noisy-glib-compile-schemas.diff
-
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  local debug=minimum
-  check_option debug y && debug=yes
-
-  cd glib
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib \
---sysconfdir=/etc \
---with-pcre=system \
---enable-debug=$debug \
---enable-gtk-doc \
---disable-fam
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  arch-meson glib build \
+-D selinux=false \
+-D man=true \
+-D gtk_doc=true
+  ninja -C build
 }
 
 check() {
-  cd glib
-  make check
+  meson test -C build -t 2
 }
 
 package_glib2() {
-  cd glib
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
   mv "$pkgdir/usr/share/gtk-doc" "$srcdir"
-
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 ../*.hook
+  python -m compileall "$pkgdir/usr/share/glib-2.0/codegen"
+  python -O -m compileall "$pkgdir/usr/share/glib-2.0/codegen"
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
 }
 
 package_glib2-docs() {
@@ -79,3 +67,5 @@
 
   install -Dt "$pkgdir/usr/share/licenses/glib2-docs" -m644 
glib/docs/reference/COPYING
 }
+
+# vim:set sw=2 et:


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

2018-09-01 Thread David Runge via arch-commits
Date: Sunday, September 2, 2018 @ 00:04:46
  Author: dvzrv
Revision: 376006

archrelease: copy trunk to community-testing-any

Added:
  python-pilkit/repos/community-testing-any/
  python-pilkit/repos/community-testing-any/PKGBUILD
(from rev 376005, python-pilkit/trunk/PKGBUILD)

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

Copied: python-pilkit/repos/community-testing-any/PKGBUILD (from rev 376005, 
python-pilkit/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-09-02 00:04:46 UTC (rev 376006)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+_name=pilkit
+pkgname=python-pilkit
+pkgver=2.0
+pkgrel=3
+pkgdesc="A collection of utilities for working with PIL (the Python Imaging 
Library)"
+arch=('any')
+url="https://github.com/matthewwithanm/pilkit;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-nose' 'python-nose-progressive' 
'python-pillow')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('7618d7de125f2813b25d707b02b70ca9cb4e19105ed0eb3be3ff6b926a812ed2a609e54f8e86535641fc4baef265fae58d70290c14011eeea744e90066b7bdae')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  python setup.py test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {AUTHORS,README.rst} -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2018-09-01 Thread David Runge via arch-commits
Date: Sunday, September 2, 2018 @ 00:03:00
  Author: dvzrv
Revision: 376005

Adding python-pilkit as dependency for sigal.

Added:
  python-pilkit/
  python-pilkit/repos/
  python-pilkit/trunk/
  python-pilkit/trunk/PKGBUILD

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

Added: python-pilkit/trunk/PKGBUILD
===
--- python-pilkit/trunk/PKGBUILD(rev 0)
+++ python-pilkit/trunk/PKGBUILD2018-09-02 00:03:00 UTC (rev 376005)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+_name=pilkit
+pkgname=python-pilkit
+pkgver=2.0
+pkgrel=3
+pkgdesc="A collection of utilities for working with PIL (the Python Imaging 
Library)"
+arch=('any')
+url="https://github.com/matthewwithanm/pilkit;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-nose' 'python-nose-progressive' 
'python-pillow')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('7618d7de125f2813b25d707b02b70ca9cb4e19105ed0eb3be3ff6b926a812ed2a609e54f8e86535641fc4baef265fae58d70290c14011eeea744e90066b7bdae')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  python setup.py test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {AUTHORS,README.rst} -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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


[arch-commits] Commit in python-nose-progressive/repos (3 files)

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 23:54:41
  Author: dvzrv
Revision: 376004

archrelease: copy trunk to community-testing-any

Added:
  python-nose-progressive/repos/community-testing-any/
  python-nose-progressive/repos/community-testing-any/LICENSE
(from rev 376003, python-nose-progressive/trunk/LICENSE)
  python-nose-progressive/repos/community-testing-any/PKGBUILD
(from rev 376003, python-nose-progressive/trunk/PKGBUILD)

--+
 LICENSE  |   20 
 PKGBUILD |   41 +
 2 files changed, 61 insertions(+)

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

Copied: python-nose-progressive/repos/community-testing-any/PKGBUILD (from rev 
376003, python-nose-progressive/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-09-01 23:54:41 UTC (rev 376004)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+_name=nose-progressive
+pkgname=python-nose-progressive
+pkgver=1.5.1
+pkgrel=3
+pkgdesc="Give your tests a progress bar and smarter tracebacks in 3 lines"
+arch=('any')
+url="https://github.com/erikrose/nose-progressive;
+license=('MIT')
+depends=('python-blessings' 'python-nose' 'python-setuptools')
+# LICENSE missing in pypi source: 
https://github.com/erikrose/nose-progressive/issues/89
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;
+
"https://raw.githubusercontent.com/erikrose/nose-progressive/master/LICENSE;)
+sha512sums=('75e10c21b734dbf66842c8c0f2514db27a4c5e1fcf893371072836c5b1c6cda9ad2ac12d847387a730982934397492c238b9d471dcd4cf584a9a43896b5ced17'
+
'263b406ff153e82c95fce08921a4b6dc0f627b374b2051a35490d37df8bdbf8269a04b3c11c84d8a16e19f7d60759711a30472032d4fe8f4942e0790f1d69d1e')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+# tests broken: https://github.com/erikrose/nose-progressive/issues/90
+#check() {
+#  cd "$pkgname-$pkgver"
+#  export PYTHONPATH=build:${PYTHONPATH}
+#  nosetests noseprogressive
+#}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 "${srcdir}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in (5 files)

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 23:50:03
  Author: dvzrv
Revision: 376003

Adding python-nose-progressive as checkdepends for python-pilkit.

Added:
  python-nose-progressive/
  python-nose-progressive/repos/
  python-nose-progressive/trunk/
  python-nose-progressive/trunk/LICENSE
  python-nose-progressive/trunk/PKGBUILD

--+
 LICENSE  |   20 
 PKGBUILD |   41 +
 2 files changed, 61 insertions(+)

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

Added: python-nose-progressive/trunk/PKGBUILD
===
--- python-nose-progressive/trunk/PKGBUILD  (rev 0)
+++ python-nose-progressive/trunk/PKGBUILD  2018-09-01 23:50:03 UTC (rev 
376003)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+_name=nose-progressive
+pkgname=python-nose-progressive
+pkgver=1.5.1
+pkgrel=3
+pkgdesc="Give your tests a progress bar and smarter tracebacks in 3 lines"
+arch=('any')
+url="https://github.com/erikrose/nose-progressive;
+license=('MIT')
+depends=('python-blessings' 'python-nose' 'python-setuptools')
+# LICENSE missing in pypi source: 
https://github.com/erikrose/nose-progressive/issues/89
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;
+
"https://raw.githubusercontent.com/erikrose/nose-progressive/master/LICENSE;)
+sha512sums=('75e10c21b734dbf66842c8c0f2514db27a4c5e1fcf893371072836c5b1c6cda9ad2ac12d847387a730982934397492c238b9d471dcd4cf584a9a43896b5ced17'
+
'263b406ff153e82c95fce08921a4b6dc0f627b374b2051a35490d37df8bdbf8269a04b3c11c84d8a16e19f7d60759711a30472032d4fe8f4942e0790f1d69d1e')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+# tests broken: https://github.com/erikrose/nose-progressive/issues/90
+#check() {
+#  cd "$pkgname-$pkgver"
+#  export PYTHONPATH=build:${PYTHONPATH}
+#  nosetests noseprogressive
+#}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 "${srcdir}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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


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

2018-09-01 Thread Morten Linderud via arch-commits
Date: Saturday, September 1, 2018 @ 23:11:05
  Author: foxboron
Revision: 376002

archrelease: copy trunk to community-x86_64

Added:
  acpid/repos/community-x86_64/PKGBUILD
(from rev 376001, acpid/trunk/PKGBUILD)
  acpid/repos/community-x86_64/acpid.service
(from rev 376001, acpid/trunk/acpid.service)
  acpid/repos/community-x86_64/anything
(from rev 376001, acpid/trunk/anything)
  acpid/repos/community-x86_64/handler.sh
(from rev 376001, acpid/trunk/handler.sh)
Deleted:
  acpid/repos/community-x86_64/PKGBUILD
  acpid/repos/community-x86_64/acpid.service
  acpid/repos/community-x86_64/anything
  acpid/repos/community-x86_64/handler.sh

---+
 PKGBUILD  |   92 -
 acpid.service |   18 +++---
 anything  |6 +-
 handler.sh|  154 
 4 files changed, 135 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 23:10:54 UTC (rev 376001)
+++ PKGBUILD2018-09-01 23:11:05 UTC (rev 376002)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contributor: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Manolis Tzanidakis
-# Contributor: Jonathan Schmidt https://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz;
-'acpid.service'
-'anything'
-'handler.sh')
-sha256sums=('58503b27975c466e627eb741c5453dd662f97edef1a3d0aac822fd03a84203ff'
-'a8236bbf774f5e90a4daa369731d6d335c3374ddc62f1224fba02a3d6d678111'
-'eb5230affb9dba7653890655b94e83f377c689a39131b6b13c8202ba2382c275'
-'1c1e39b7ecc57092ba9d747f452fb36d8ae0456e2e64849c9c4a2625d1d57413')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # default config
-  install -Dm644 ../anything "$pkgdir/etc/acpi/events/anything"
-  install -Dm755 ../handler.sh "$pkgdir/etc/acpi/handler.sh"
-
-  # systemd
-  install -Dm644 ../acpid.service 
"$pkgdir/usr/lib/systemd/system/acpid.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: acpid/repos/community-x86_64/PKGBUILD (from rev 376001, 
acpid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 23:11:05 UTC (rev 376002)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Manolis Tzanidakis
+# Contributor: Jonathan Schmidt https://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz;
+'acpid.service'
+'anything'
+'handler.sh')
+sha256sums=('28b77b62d3f64ebd1c2a3d16bccc6d4333b4e24a86aeacebec255fad223cf4cb'
+'a8236bbf774f5e90a4daa369731d6d335c3374ddc62f1224fba02a3d6d678111'
+'eb5230affb9dba7653890655b94e83f377c689a39131b6b13c8202ba2382c275'
+'1c1e39b7ecc57092ba9d747f452fb36d8ae0456e2e64849c9c4a2625d1d57413')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # default config
+  install -Dm644 ../anything "$pkgdir/etc/acpi/events/anything"
+  install -Dm755 ../handler.sh "$pkgdir/etc/acpi/handler.sh"
+
+  # systemd
+  install -Dm644 ../acpid.service 
"$pkgdir/usr/lib/systemd/system/acpid.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: acpid.service
===
--- acpid.service   2018-09-01 23:10:54 UTC (rev 376001)
+++ acpid.service   2018-09-01 23:11:05 UTC (rev 376002)
@@ -1,9 +0,0 @@
-[Unit]
-Description=ACPI event daemon
-Documentation=man:acpid(8)
-
-[Service]
-ExecStart=/usr/bin/acpid --foreground --netlink
-
-[Install]
-WantedBy=multi-user.target

Copied: acpid/repos/community-x86_64/acpid.service (from rev 376001, 
acpid/trunk/acpid.service)
===
--- acpid.service   (rev 0)
+++ acpid.service   2018-09-01 23:11:05 UTC (rev 376002)
@@ -0,0 +1,9 @@
+[Unit]
+Description=ACPI event daemon
+Documentation=man:acpid(8)
+
+[Service]
+ExecStart=/usr/bin/acpid --foreground --netlink
+
+[Install]
+WantedBy=multi-user.target

Deleted: anything
===
--- anything2018-09-01 23:10:54 UTC (rev 376001)
+++ anything2018-09-01 23:11:05 UTC (rev 376002)
@@ -1,3 +0,0 @@
-# Pass all events to our one handler script
-event=.*
-action=/etc/acpi/handler.sh %e

Copied: acpid/repos/community-x86_64/anything (from rev 376001, 
acpid/trunk/anything)
===
--- anything(rev 0)
+++ anything2018-09-01 23:11:05 UTC (rev 376002)
@@ -0,0 

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

2018-09-01 Thread Morten Linderud via arch-commits
Date: Saturday, September 1, 2018 @ 23:10:54
  Author: foxboron
Revision: 376001

upgpkg: acpid 2.0.30-1

Modified:
  acpid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 23:08:50 UTC (rev 376000)
+++ PKGBUILD2018-09-01 23:10:54 UTC (rev 376001)
@@ -6,8 +6,8 @@
 # Contributor: Jonathan Schmidt 

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

2018-09-01 Thread Morten Linderud via arch-commits
Date: Saturday, September 1, 2018 @ 23:08:50
  Author: foxboron
Revision: 376000

archrelease: copy trunk to community-x86_64

Added:
  jgmenu/repos/community-x86_64/PKGBUILD
(from rev 375999, jgmenu/trunk/PKGBUILD)
Deleted:
  jgmenu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 23:08:38 UTC (rev 375999)
+++ PKGBUILD2018-09-01 23:08:50 UTC (rev 376000)
@@ -1,29 +0,0 @@
-# Maintainer: Mortne Linderu 
-# Contributor: Johan Malm 
-
-pkgname=jgmenu
-pkgver=1.1
-pkgrel=1
-pkgdesc="Small X11 menu intended to be used with openbox and tint2"
-arch=('i686' 'x86_64')
-url="http://www.github.com/johanmalm/jgmenu;
-license=('GPL')
-depends=('libx11' 'cairo' 'pango' 'libxinerama' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
-source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
-sha256sums=('1478b763832f103ff4f57562c8fd21059dd647954dd4582dcf34135a5f7fb0d1')
-
-build() {
-   cd "$pkgname-$pkgver"
-   make
-}
-
-check(){
-   cd "$pkgname-$pkgver"
-   make check
-   make test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 375999, 
jgmenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 23:08:50 UTC (rev 376000)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu 
+# Contributor: Johan Malm 
+
+pkgname=jgmenu
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Small X11 menu intended to be used with openbox and tint2"
+arch=('i686' 'x86_64')
+url="http://www.github.com/johanmalm/jgmenu;
+license=('GPL')
+depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
+source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
+sha256sums=('0206b4c318aad3f9d9743ad9ef7f5c6c1f40213795dd945c69f99ec4cbbb5680')
+
+build() {
+   cd "$pkgname-$pkgver"
+   make
+}
+
+check(){
+   cd "$pkgname-$pkgver"
+   make check
+   make test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" prefix=/usr install
+}


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

2018-09-01 Thread Morten Linderud via arch-commits
Date: Saturday, September 1, 2018 @ 23:08:38
  Author: foxboron
Revision: 375999

upgpkg: jgmenu 1.2.1-1

Modified:
  jgmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 22:53:06 UTC (rev 375998)
+++ PKGBUILD2018-09-01 23:08:38 UTC (rev 375999)
@@ -2,15 +2,15 @@
 # Contributor: Johan Malm 
 
 pkgname=jgmenu
-pkgver=1.1
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Small X11 menu intended to be used with openbox and tint2"
 arch=('i686' 'x86_64')
 url="http://www.github.com/johanmalm/jgmenu;
 license=('GPL')
-depends=('libx11' 'cairo' 'pango' 'libxinerama' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
+depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
 
source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
-sha256sums=('1478b763832f103ff4f57562c8fd21059dd647954dd4582dcf34135a5f7fb0d1')
+sha256sums=('0206b4c318aad3f9d9743ad9ef7f5c6c1f40213795dd945c69f99ec4cbbb5680')
 
 build() {
cd "$pkgname-$pkgver"


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 22:53:06
  Author: dvzrv
Revision: 375998

archrelease: copy trunk to community-x86_64

Added:
  snd/repos/community-x86_64/PKGBUILD
(from rev 375997, snd/trunk/PKGBUILD)
Deleted:
  snd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 22:52:59 UTC (rev 375997)
+++ PKGBUILD2018-09-01 22:53:06 UTC (rev 375998)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Juergen Hoetzel 
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=18.6
-pkgrel=1
-pkgdesc="An advanced sound editor"
-arch=('x86_64')
-url="https://ccrma.stanford.edu/software/snd/;
-license=('custom:free')
-groups=('pro-audio')
-depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
-makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
-'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
-optdepends=('wavpack: For wav support'
-'flac: For flac support'
-'speex: For speex support'
-'mpg123: For MPEG support'
-'pulseaudio: For pulseaudio support'
-'timidity++: For MIDI to WAVE support'
-'vorbis-tools: For OGG support')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('c3f5aa175bbd92c9c8f442d0147a708485417ffd1e79c04f868b76528b3c0f9511b31997e19697b1bfa30e9712f495fd7159ae2455f01d677e98f31591e686b8')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-#  LDFLAGS+=" -Wl,-z,noexecstack"
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-gmp \
-  --with-gtk \
-  --with-jack \
-  --with-ladspa \
-  --with-pulseaudio \
-  --with-ruby
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" install
-  install -vDm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -vDm 644 HISTORY.Snd  "${pkgdir}/usr/share/doc/${pkgname}/HISTORY"
-  install -vDm 644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
-  install -vDm 644 README.Snd  "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/community-x86_64/PKGBUILD (from rev 375997, 
snd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 22:53:06 UTC (rev 375998)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Juergen Hoetzel 
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=18.7
+pkgrel=1
+pkgdesc="An advanced sound editor"
+arch=('x86_64')
+url="https://ccrma.stanford.edu/software/snd/;
+license=('custom:free')
+groups=('pro-audio')
+depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
+makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
+'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+optdepends=('wavpack: For wav support'
+'flac: For flac support'
+'speex: For speex support'
+'mpg123: For MPEG support'
+'pulseaudio: For pulseaudio support'
+'timidity++: For MIDI to WAVE support'
+'vorbis-tools: For OGG support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('18d17fa1049c142657989fcc8b2d1aef9e45a1e373b66ac6878de3056835728f41cfd0de4f33fff461044238d9b7e5c8be0bf4702d339702bb1df2157f80bcd1')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+#  LDFLAGS+=" -Wl,-z,noexecstack"
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --with-gmp \
+  --with-gtk \
+  --with-jack \
+  --with-ladspa \
+  --with-pulseaudio \
+  --with-ruby
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+  install -vDm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -vDm 644 HISTORY.Snd  "${pkgdir}/usr/share/doc/${pkgname}/HISTORY"
+  install -vDm 644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -vDm 644 README.Snd  "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 22:52:59
  Author: dvzrv
Revision: 375997

upgpkg: snd 18.7-1

Upgrading to 18.7.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 22:46:54 UTC (rev 375996)
+++ PKGBUILD2018-09-01 22:52:59 UTC (rev 375997)
@@ -5,7 +5,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=18.6
+pkgver=18.7
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('c3f5aa175bbd92c9c8f442d0147a708485417ffd1e79c04f868b76528b3c0f9511b31997e19697b1bfa30e9712f495fd7159ae2455f01d677e98f31591e686b8')
+sha512sums=('18d17fa1049c142657989fcc8b2d1aef9e45a1e373b66ac6878de3056835728f41cfd0de4f33fff461044238d9b7e5c8be0bf4702d339702bb1df2157f80bcd1')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Saturday, September 1, 2018 @ 22:47:19
  Author: heftig
Revision: 333191

archrelease: copy trunk to extra-x86_64

Added:
  python-evdev/repos/extra-x86_64/PKGBUILD
(from rev 333190, python-evdev/trunk/PKGBUILD)
Deleted:
  python-evdev/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 22:46:43 UTC (rev 333190)
+++ PKGBUILD2018-09-01 22:47:19 UTC (rev 333191)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=python-evdev
-pkgname=(python-evdev python2-evdev)
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="Python bindings for the Linux input subsystem"
-arch=(x86_64)
-url="https://python-evdev.readthedocs.io/en/latest/;
-license=(BSD)
-makedepends=(python python2 git)
-_commit=0303d3e73d997bb0501979f7b44c34d9e2bfff43  # tags/v1.0.0^0
-source=("$pkgbase::git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cp -a $pkgbase python2
-  cp -a $pkgbase python3
-}
-
-build() {
-  cd python3
-  python3 setup.py build
-
-  cd ../python2
-  python2 setup.py build
-}
-
-package_python-evdev() {
-  depends=(python)
-
-  cd python3
-  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dt "$pkgdir/usr/share/licenses/python-evdev" -m644 LICENSE
-}
-
-package_python2-evdev() {
-  depends=(python2)
-
-  cd python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dt "$pkgdir/usr/share/licenses/python2-evdev" -m644 LICENSE
-}

Copied: python-evdev/repos/extra-x86_64/PKGBUILD (from rev 333190, 
python-evdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 22:47:19 UTC (rev 333191)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=python-evdev
+pkgname=(python-evdev python2-evdev)
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="Python bindings for the Linux input subsystem"
+arch=(x86_64)
+url="https://python-evdev.readthedocs.io/en/latest/;
+license=(BSD)
+makedepends=(python python2 git)
+_commit=34a7535e8e160c78bf923adc48a1f1f6bcdcaae8  # tags/v1.1.2
+source=("$pkgbase::git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cp -a $pkgbase python2
+  cp -a $pkgbase python3
+}
+
+build() {
+  cd python3
+  python3 setup.py build
+
+  cd ../python2
+  python2 setup.py build
+}
+
+package_python-evdev() {
+  depends=(python)
+
+  cd python3
+  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/python-evdev" -m644 LICENSE
+}
+
+package_python2-evdev() {
+  depends=(python2)
+
+  cd python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/python2-evdev" -m644 LICENSE
+}


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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Saturday, September 1, 2018 @ 22:46:43
  Author: heftig
Revision: 333190

1.1.2-1

Modified:
  python-evdev/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 20:22:59 UTC (rev 333189)
+++ PKGBUILD2018-09-01 22:46:43 UTC (rev 333190)
@@ -1,16 +1,15 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=python-evdev
 pkgname=(python-evdev python2-evdev)
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc="Python bindings for the Linux input subsystem"
 arch=(x86_64)
 url="https://python-evdev.readthedocs.io/en/latest/;
 license=(BSD)
 makedepends=(python python2 git)
-_commit=0303d3e73d997bb0501979f7b44c34d9e2bfff43  # tags/v1.0.0^0
+_commit=34a7535e8e160c78bf923adc48a1f1f6bcdcaae8  # tags/v1.1.2
 
source=("$pkgbase::git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
 sha256sums=('SKIP')
 


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


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 22:46:44
  Author: dvzrv
Revision: 375995

upgpkg: x42-plugins 20180812-2

Adding XDG service files for all standalone applications.

Modified:
  x42-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 22:33:26 UTC (rev 375994)
+++ PKGBUILD2018-09-01 22:46:44 UTC (rev 375995)
@@ -4,21 +4,39 @@
 
 pkgname=x42-plugins
 pkgver=20180812
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of LV2 plugins"
 arch=('x86_64')
 url="https://github.com/x42/x42-plugins;
 license=('GPL')
 depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
-makedepends=('gtk2' 'ttf-dejavu' 'lv2')
+makedepends=('gendesk' 'gtk2' 'ttf-dejavu' 'lv2')
 groups=('lv2-plugins' 'pro-audio')
 source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
 
sha512sums=('26d381c5bda9022a2d150204318e3a390e1b6ad2fd0131d751fd877965e4d8fdff6275325b02118e067f709c9b66894813634e2232de0414a18ec61a0d79b1ca')
 
 prepare() {
+  declare -A descriptions=(
+["dpl1"]="Look-ahead digital peak limiter intended but not limited to the 
final step of mastering or mixing"
+["fat1"]="Auto-tuner based on Fons Adriaensen's zita-at1"
+["fil4"]="4 band parametric equalizer with additional low+high shelf 
filters, Low and High-pass"
+["meter"]="Collection of audio-level meters"
+["mixtri"]="Matrix mixer and trigger processor"
+["scope"]="Simple audio oscilloscope with variable time scale, triggering, 
cursors and numeric readout"
+["stepseq"]="Simple step sequencer for moddevices.com"
+["tuna"]="A musical instrument tuner with strobe characteristics"
+  )
   cd "${pkgname}-${pkgver}"
   # replace ttf-freefont with ttf-liberation
   export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
+  # XDG desktop files
+  for name in dpl1 fat1 fil4 meter mixtri scope stepseq tuna; do
+gendesk -n \
+--pkgname x42-${name} \
+--pkgdesc "${descriptions[$name]}" \
+--name x42-${name} \
+--categories "AudioVideo;Audio"
+  done
 }
 
 build() {
@@ -29,6 +47,7 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make install DESTDIR="$pkgdir/" PREFIX=/usr
+  install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 22:46:54
  Author: dvzrv
Revision: 375996

archrelease: copy trunk to community-x86_64

Added:
  x42-plugins/repos/community-x86_64/PKGBUILD
(from rev 375995, x42-plugins/trunk/PKGBUILD)
Deleted:
  x42-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 22:46:44 UTC (rev 375995)
+++ PKGBUILD2018-09-01 22:46:54 UTC (rev 375996)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20180812
-pkgrel=1
-pkgdesc="Collection of LV2 plugins"
-arch=('x86_64')
-url="https://github.com/x42/x42-plugins;
-license=('GPL')
-depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
-makedepends=('gtk2' 'ttf-dejavu' 'lv2')
-groups=('lv2-plugins' 'pro-audio')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('26d381c5bda9022a2d150204318e3a390e1b6ad2fd0131d751fd877965e4d8fdff6275325b02118e067f709c9b66894813634e2232de0414a18ec61a0d79b1ca')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # replace ttf-freefont with ttf-liberation
-  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="$pkgdir/" PREFIX=/usr
-}
-
-# vim:set ts=2 sw=2 et:

Copied: x42-plugins/repos/community-x86_64/PKGBUILD (from rev 375995, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 22:46:54 UTC (rev 375996)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20180812
+pkgrel=2
+pkgdesc="Collection of LV2 plugins"
+arch=('x86_64')
+url="https://github.com/x42/x42-plugins;
+license=('GPL')
+depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
+makedepends=('gendesk' 'gtk2' 'ttf-dejavu' 'lv2')
+groups=('lv2-plugins' 'pro-audio')
+source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('26d381c5bda9022a2d150204318e3a390e1b6ad2fd0131d751fd877965e4d8fdff6275325b02118e067f709c9b66894813634e2232de0414a18ec61a0d79b1ca')
+
+prepare() {
+  declare -A descriptions=(
+["dpl1"]="Look-ahead digital peak limiter intended but not limited to the 
final step of mastering or mixing"
+["fat1"]="Auto-tuner based on Fons Adriaensen's zita-at1"
+["fil4"]="4 band parametric equalizer with additional low+high shelf 
filters, Low and High-pass"
+["meter"]="Collection of audio-level meters"
+["mixtri"]="Matrix mixer and trigger processor"
+["scope"]="Simple audio oscilloscope with variable time scale, triggering, 
cursors and numeric readout"
+["stepseq"]="Simple step sequencer for moddevices.com"
+["tuna"]="A musical instrument tuner with strobe characteristics"
+  )
+  cd "${pkgname}-${pkgver}"
+  # replace ttf-freefont with ttf-liberation
+  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
+  # XDG desktop files
+  for name in dpl1 fat1 fil4 meter mixtri scope stepseq tuna; do
+gendesk -n \
+--pkgname x42-${name} \
+--pkgdesc "${descriptions[$name]}" \
+--name x42-${name} \
+--categories "AudioVideo;Audio"
+  done
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="$pkgdir/" PREFIX=/usr
+  install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in openbve/repos/community-any (8 files)

2018-09-01 Thread Balló György via arch-commits
Date: Saturday, September 1, 2018 @ 22:33:26
  Author: bgyorgy
Revision: 375994

archrelease: copy trunk to community-any

Added:
  openbve/repos/community-any/PKGBUILD
(from rev 375993, openbve/trunk/PKGBUILD)
  openbve/repos/community-any/force-close.patch
(from rev 375993, openbve/trunk/force-close.patch)
  openbve/repos/community-any/openbve.desktop
(from rev 375993, openbve/trunk/openbve.desktop)
  openbve/repos/community-any/openbve.sh
(from rev 375993, openbve/trunk/openbve.sh)
Deleted:
  openbve/repos/community-any/PKGBUILD
  openbve/repos/community-any/force-close.patch
  openbve/repos/community-any/openbve.desktop
  openbve/repos/community-any/openbve.sh

---+
 PKGBUILD  |  114 +-
 force-close.patch |  586 ++--
 openbve.desktop   |   18 -
 openbve.sh|4 
 4 files changed, 361 insertions(+), 361 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 22:33:14 UTC (rev 375993)
+++ PKGBUILD2018-09-01 22:33:26 UTC (rev 375994)
@@ -1,57 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=openbve
-_pkgname=OpenBVE
-pkgver=1.5.3.7
-pkgrel=1
-pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
-arch=('any')
-url="http://openbve-project.net/;
-license=('MIT' 'custom:public domain')
-depends=('libxi' 'mono' 'openal')
-source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
-$pkgname.sh
-$pkgname.desktop
-force-close.patch)
-sha256sums=('cd8e038809a8b43762e5ebdf90d3fc0280ef9f42ef89296f7c8a3b894cb6f5e1'
-'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
-'8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f'
-'b24f828f63fd0017afc49b266ea198725fd6fe3e68d1c86d40257047b6f7edfa')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  # Attempt to force close the window
-  # https://github.com/leezer3/OpenBVE/pull/214
-  patch -Np1 -i ../force-close.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  xbuild /p:Configuration=Release OpenBVE.sln
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  # Binaries
-  install -dm755 "$pkgdir/usr/lib/$pkgname/"
-  cp -r bin_release/* "$pkgdir/usr/lib/$pkgname/"
-
-  # Data
-  install -dm755 "$pkgdir/usr/share/games/$pkgname/"
-  mv "$pkgdir/usr/lib/$pkgname/Data" "$pkgdir/usr/share/games/$pkgname/"
-  ln -s ../../share/games/$pkgname/Data "$pkgdir/usr/lib/$pkgname/Data"
-
-  # Executable
-  install -Dm755 ../$pkgname.sh "$pkgdir/usr/bin/$pkgname"
-
-  # Desktop file and icon
-  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  mkdir -p "$pkgdir/usr/share/pixmaps"
-  ln -s ../games/$pkgname/Data/Menu/logo.png 
"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  # License
-  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
-  install -m644 licenses/* Readme.md \
-"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: openbve/repos/community-any/PKGBUILD (from rev 375993, 
openbve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 22:33:26 UTC (rev 375994)
@@ -0,0 +1,57 @@
+# Maintainer: Balló György 
+
+pkgname=openbve
+_pkgname=OpenBVE
+pkgver=1.5.3.8
+pkgrel=1
+pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
+arch=('any')
+url="http://openbve-project.net/;
+license=('MIT' 'custom:public domain')
+depends=('libxi' 'mono' 'openal')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
+$pkgname.sh
+$pkgname.desktop
+force-close.patch)
+sha256sums=('b7eaf59d26c2400c81fd9568fab141a23a0d536844164c9aa42d52ffd7a03338'
+'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
+'8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f'
+'b24f828f63fd0017afc49b266ea198725fd6fe3e68d1c86d40257047b6f7edfa')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  # Attempt to force close the window
+  # https://github.com/leezer3/OpenBVE/pull/214
+  patch -Np1 -i ../force-close.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  xbuild /p:Configuration=Release OpenBVE.sln
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  # Binaries
+  install -dm755 "$pkgdir/usr/lib/$pkgname/"
+  cp -r bin_release/* "$pkgdir/usr/lib/$pkgname/"
+
+  # Data
+  install -dm755 "$pkgdir/usr/share/games/$pkgname/"
+  mv "$pkgdir/usr/lib/$pkgname/Data" "$pkgdir/usr/share/games/$pkgname/"
+  ln -s ../../share/games/$pkgname/Data "$pkgdir/usr/lib/$pkgname/Data"
+
+  # Executable
+  install -Dm755 ../$pkgname.sh "$pkgdir/usr/bin/$pkgname"
+
+  # Desktop file and icon
+  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  mkdir -p "$pkgdir/usr/share/pixmaps"
+  ln -s ../games/$pkgname/Data/Menu/logo.png 

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

2018-09-01 Thread Balló György via arch-commits
Date: Saturday, September 1, 2018 @ 22:33:14
  Author: bgyorgy
Revision: 375993

upgpkg: openbve 1.5.3.8-1

Update to new version

Modified:
  openbve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 22:11:23 UTC (rev 375992)
+++ PKGBUILD2018-09-01 22:33:14 UTC (rev 375993)
@@ -2,7 +2,7 @@
 
 pkgname=openbve
 _pkgname=OpenBVE
-pkgver=1.5.3.7
+pkgver=1.5.3.8
 pkgrel=1
 pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
 arch=('any')
@@ -13,7 +13,7 @@
 $pkgname.sh
 $pkgname.desktop
 force-close.patch)
-sha256sums=('cd8e038809a8b43762e5ebdf90d3fc0280ef9f42ef89296f7c8a3b894cb6f5e1'
+sha256sums=('b7eaf59d26c2400c81fd9568fab141a23a0d536844164c9aa42d52ffd7a03338'
 'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
 '8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f'
 'b24f828f63fd0017afc49b266ea198725fd6fe3e68d1c86d40257047b6f7edfa')


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 22:11:14
  Author: dvzrv
Revision: 375991

upgpkg: zita-rev1 0.2.2-1

Upgrading to 0.2.2. Removing freetype2 fix.

Modified:
  zita-rev1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 22:05:32 UTC (rev 375990)
+++ PKGBUILD2018-09-01 22:11:14 UTC (rev 375991)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: David Runge 
 pkgname=zita-rev1
-pkgver=0.2.1
-pkgrel=5
+pkgver=0.2.2
+pkgrel=1
 pkgdesc="A reworked jack version of the reverb originally developed for 
Aeolus."
 arch=('x86_64')
 
url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-rev1-doc/quickguide.html;
@@ -11,13 +11,12 @@
 depends=('cairo' 'clxclient' 'clthreads' 'jack')
 makedepends=('gendesk')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('82d3106d9542c65b8249a3e9e0b3c210690e619e182c0521316d280d3cb4829e7ee624d577e09309ff5941bcc4a96113c50d4e40b886cc2f9eb11c43c3bd')
+sha512sums=('7ba145da6eb3163c84c8efac59c2bff3973d215caa1e4ffc9d6b9bf4eab50cc57133a439bde216724edbb0268366891bc2ddb1950c46804debde7404ce171279')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
   # strip march=native
   sed -e '/native/d' \
-  -e 's/freetype-config\ --cflags/pkgconf\ --cflags\ freetype2/' \
   -i source/Makefile
   # XDG desktop files
   gendesk -n \


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 22:11:23
  Author: dvzrv
Revision: 375992

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-rev1/repos/community-testing-x86_64/
  zita-rev1/repos/community-testing-x86_64/PKGBUILD
(from rev 375991, zita-rev1/trunk/PKGBUILD)

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

Copied: zita-rev1/repos/community-testing-x86_64/PKGBUILD (from rev 375991, 
zita-rev1/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 22:11:23 UTC (rev 375992)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=zita-rev1
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="A reworked jack version of the reverb originally developed for 
Aeolus."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-rev1-doc/quickguide.html;
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'jack')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('7ba145da6eb3163c84c8efac59c2bff3973d215caa1e4ffc9d6b9bf4eab50cc57133a439bde216724edbb0268366891bc2ddb1950c46804debde7404ce171279')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # strip march=native
+  sed -e '/native/d' \
+  -i source/Makefile
+  # XDG desktop files
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name zita-rev1 \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make DESTDIR="${pkgdir}/" PREFIX=/usr install
+  # XDG desktop integration
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/$pkgname" \
+-vDm 644 ../{AUTHORS,README,doc/*}
+}
+# vim:set ts=2 sw=2 et:


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 22:05:32
  Author: dvzrv
Revision: 375990

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-njbridge/repos/community-testing-x86_64/
  zita-njbridge/repos/community-testing-x86_64/PKGBUILD
(from rev 375989, zita-njbridge/trunk/PKGBUILD)

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

Copied: zita-njbridge/repos/community-testing-x86_64/PKGBUILD (from rev 375989, 
zita-njbridge/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 22:05:32 UTC (rev 375990)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+pkgname=zita-njbridge
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Jack client to transmit audio over a local IP network."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('jack' 'zita-resampler')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('ead0e3fae66581898d145c38c1ae51e40f2ea309bc87686ccdcb8a718f2a36f3490c79c1846af2e83c339162b03aab9051fd4a0023444233bba25a35ab1dacb4')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  # strip march=native
+  sed -e '/native/d' -i Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../{AUTHORS,README}
+}
+# vim:set ts=2 sw=2 et:


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 22:05:24
  Author: dvzrv
Revision: 375989

upgpkg: zita-njbridge 0.4.4-1

Upgrading to 0.4.4. Removing now unneeded Makefile modifications.

Modified:
  zita-njbridge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 22:00:33 UTC (rev 375988)
+++ PKGBUILD2018-09-01 22:05:24 UTC (rev 375989)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=zita-njbridge
-pkgver=0.4.2
+pkgver=0.4.4
 pkgrel=1
 pkgdesc="Jack client to transmit audio over a local IP network."
 arch=('x86_64')
@@ -9,22 +9,17 @@
 groups=('pro-audio')
 depends=('jack' 'zita-resampler')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('8970fb92cb012fbf4888b3c13eba3b38be32096c99010c1d2c2340fdb8c5c582940d03a5dc815c9f96b9c419c993be38fa3dda7ece958f382d4166b36fe53920')
+sha512sums=('ead0e3fae66581898d145c38c1ae51e40f2ea309bc87686ccdcb8a718f2a36f3490c79c1846af2e83c339162b03aab9051fd4a0023444233bba25a35ab1dacb4')
 
 prepare() {
   cd "${pkgname}-${pkgver}/source"
   # strip march=native
   sed -e '/native/d' -i Makefile
-  # fix man installation
-  sed -e 's/zita-j2n zita-n2j zita-njbridge.1.gz zita-j2n.1.gz 
zita-n2j.1.gz/zita-j2n zita-n2j/' \
-  -e 's/zita-njbridge.1.gz/zita-njbridge.1 -t/g' \
-  -e 's/zita-j2n.1.gz/zita-j2n.1 -t/g' \
-  -e 's/zita-n2j.1.gz/zita-n2j.1 -t/g' -i Makefile
 }
 
 build() {
   cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr
+  make
 }
 
 package() {


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 22:00:26
  Author: dvzrv
Revision: 375987

upgpkg: zita-mu1 0.3.3-1

Upgrading to 0.3.3. Removing now unneeded Makefile fixes.

Modified:
  zita-mu1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 21:55:48 UTC (rev 375986)
+++ PKGBUILD2018-09-01 22:00:26 UTC (rev 375987)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: David Runge 
 pkgname=zita-mu1
-pkgver=0.2.2
-pkgrel=6
+pkgver=0.3.3
+pkgrel=1
 pkgdesc="A simple JACK app used to organise stereo monitoring"
 arch=('x86_64')
 
url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-mu1-doc/quickguide.html;
@@ -11,16 +11,13 @@
 depends=('cairo' 'clxclient' 'clthreads' 'jack')
 makedepends=('gendesk')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('72d3d21ad8c8e597ea54de3c91abfb5783a24dd2e2a316afd2875f761ce51b3e88a010f183b9e0880fffbc61d2ba4ec6ab23e2486fe90058caa4418fd70c21e9')
+sha512sums=('1e01a92840e12854ffeb33e713a6257bc60ce140f0e7786a06dee73bd2cd8ce7f4904327ea107456a4c64eb8bf636a863ff12d0505512d21471ff08eb9d3f12c')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # strip march=native
-  # fix png install dir
+  # remove optimization
   # fix binary install
   sed -e '/native/d' \
-  -e 's/png\ \$(DESTDIR)\$(SHARED)/png\ -t\ \$(DESTDIR)\$(SHARED)/' \
-  -e 's|zita-mu1 $(DESTDIR)$(BINDIR)|zita-mu1 
$(DESTDIR)$(BINDIR)/$(PROGRAM)|' \
   -i source/Makefile
   # XDG desktop file
   gendesk -n \
@@ -32,7 +29,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr
+  make
 }
 
 package() {


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 22:00:33
  Author: dvzrv
Revision: 375988

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-mu1/repos/community-testing-x86_64/
  zita-mu1/repos/community-testing-x86_64/PKGBUILD
(from rev 375987, zita-mu1/trunk/PKGBUILD)

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

Copied: zita-mu1/repos/community-testing-x86_64/PKGBUILD (from rev 375987, 
zita-mu1/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 22:00:33 UTC (rev 375988)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=zita-mu1
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="A simple JACK app used to organise stereo monitoring"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-mu1-doc/quickguide.html;
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'jack')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('1e01a92840e12854ffeb33e713a6257bc60ce140f0e7786a06dee73bd2cd8ce7f4904327ea107456a4c64eb8bf636a863ff12d0505512d21471ff08eb9d3f12c')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove optimization
+  # fix binary install
+  sed -e '/native/d' \
+  -i source/Makefile
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name zita-mu1 \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../{AUTHORS,README}
+  # XDG desktop integration
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  # html
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/html" \
+-vDm644 ../doc/html/*
+}
+# vim:set ts=2 sw=2 et:


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:55:42
  Author: dvzrv
Revision: 375985

upgpkg: zita-lrx 0.1.2-1

Upgrading to 0.1.2. Shortening pkgdesc. Fixing make calls. Minor fixes.

Modified:
  zita-lrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 21:51:05 UTC (rev 375984)
+++ PKGBUILD2018-09-01 21:55:42 UTC (rev 375985)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 pkgname=zita-lrx
-pkgver=0.1.0
-pkgrel=4
-pkgdesc="A command line jack application providing 2, 3, or 4-band, 4th order 
crossover filters."
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Command line JACK application providing 2, 3, or 4-band, 4th order 
crossover filters"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio/;
 license=('GPL3')
@@ -9,17 +9,17 @@
 groups=('pro-audio')
 depends=('clthreads' 'jack')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('af85b3559390f3efbde13e2f6fe3b7710692b011e2a0bcee87be841515484646c41651263f316c6dc82ec64f8c00e0f97223c7ff9e2f1d96ef3550e23ebefc7d')
+sha512sums=('a3f74f788e2bb9d1ad13aa454552a61e08ca7b56fd286ee070aa746c40f9bc351ce8142dcd384a11b870b2379d531959c896a058e5601020ad82ac8a4cd92f09')
 
 prepare() {
   cd "${pkgname}-${pkgver}/source"
-  # strip -march=native
-  sed -i '/native/d' Makefile
+  # remove optimization
+  sed -e '/native/d' -i Makefile
 }
 
 build() {
   cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr
+  make
 }
 
 package() {
@@ -27,8 +27,8 @@
   make PREFIX=/usr DESTDIR="$pkgdir/" install
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 ../{AUTHORS,README*}
+-vDm 644 ../{AUTHORS,README*}
   # examples
   install -t "${pkgdir}/usr/share/${pkgname}/examples" \
--vDm644 ../examples/*
+-vDm 644 ../examples/*
 }


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:55:48
  Author: dvzrv
Revision: 375986

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-lrx/repos/community-testing-x86_64/
  zita-lrx/repos/community-testing-x86_64/PKGBUILD
(from rev 375985, zita-lrx/trunk/PKGBUILD)

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

Copied: zita-lrx/repos/community-testing-x86_64/PKGBUILD (from rev 375985, 
zita-lrx/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 21:55:48 UTC (rev 375986)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+pkgname=zita-lrx
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Command line JACK application providing 2, 3, or 4-band, 4th order 
crossover filters"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('clthreads' 'jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('a3f74f788e2bb9d1ad13aa454552a61e08ca7b56fd286ee070aa746c40f9bc351ce8142dcd384a11b870b2379d531959c896a058e5601020ad82ac8a4cd92f09')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  # remove optimization
+  sed -e '/native/d' -i Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../{AUTHORS,README*}
+  # examples
+  install -t "${pkgdir}/usr/share/${pkgname}/examples" \
+-vDm 644 ../examples/*
+}


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:51:05
  Author: dvzrv
Revision: 375984

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-jclient/repos/community-testing-x86_64/
  zita-jclient/repos/community-testing-x86_64/PKGBUILD
(from rev 375983, zita-jclient/trunk/PKGBUILD)

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

Copied: zita-jclient/repos/community-testing-x86_64/PKGBUILD (from rev 375983, 
zita-jclient/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 21:51:05 UTC (rev 375984)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=zita-jclient
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Create a Jack client with a few lines of C++"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html;
+license=('GPL3')
+depends=('jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('c785e4fe01561dde7fb6bca985de0c5735fdad1666f6c37ff2a783360b5c6fbe30837088715fe20e21c81cd9396e237fca25c91e8bd18d401032a8ca6a8f06e5')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # remove optimization
+  # call ldconfig in local context
+  sed -e '/march=native/d' \
+  -e 's/ldconfig/& -N $(DESTDIR)\/$(LIBDIR)/' \
+  -i source/Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+  make DESTDIR="$pkgdir/" PREFIX=/usr SUFFIX="" install
+  install -vDm 644 ../{AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:50:59
  Author: dvzrv
Revision: 375983

upgpkg: zita-jclient 0.4.2-1

Upgrading to 0.4.2. Switching to correct license (GPL3). Fixing local call to 
ldconfig. Fixing call to make install target.

Modified:
  zita-jclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 21:45:12 UTC (rev 375982)
+++ PKGBUILD2018-09-01 21:50:59 UTC (rev 375983)
@@ -1,31 +1,32 @@
 # $Id$
 # Maintainer: David Runge 
 pkgname=zita-jclient
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.4.2
+pkgrel=1
 pkgdesc="Create a Jack client with a few lines of C++"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html;
-license=('GPL')
+license=('GPL3')
 depends=('jack')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('2c23d9b9accc2458af4de2ff4ae2652534280b6911a15eb915eb71959d8df359cb284a6a837feb540a26c1d88e8839bee02025759a1180170bc66fe30fee20d9')
-validpgpkeys=()
+sha512sums=('c785e4fe01561dde7fb6bca985de0c5735fdad1666f6c37ff2a783360b5c6fbe30837088715fe20e21c81cd9396e237fca25c91e8bd18d401032a8ca6a8f06e5')
 
 prepare() {
   cd "$pkgname-$pkgver"
-  # remove optimization and call to ldconfig
+  # remove optimization
+  # call ldconfig in local context
   sed -e '/march=native/d' \
-  -e '/ldconfig/d' \
-  -i libs/Makefile
+  -e 's/ldconfig/& -N $(DESTDIR)\/$(LIBDIR)/' \
+  -i source/Makefile
 }
 
 build() {
-  cd "$pkgname-$pkgver/libs"
+  cd "$pkgname-$pkgver/source"
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver/libs"
-  make DESTDIR="$pkgdir/" LIBDIR=lib PREFIX=/usr install
+  cd "$pkgname-$pkgver/source"
+  make DESTDIR="$pkgdir/" PREFIX=/usr SUFFIX="" install
+  install -vDm 644 ../{AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
 }


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:45:06
  Author: dvzrv
Revision: 375981

upgpkg: zita-dpl1 0.3.3-1

Upgrading to 0.3.3. Removing custom license. Upstream turned everything into 
GPLv3.

Modified:
  zita-dpl1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 21:34:41 UTC (rev 375980)
+++ PKGBUILD2018-09-01 21:45:06 UTC (rev 375981)
@@ -1,22 +1,20 @@
 # $Id$
 # Maintainer: David Runge 
 pkgname=zita-dpl1
-pkgver=0.1.0
-pkgrel=6
+pkgver=0.3.3
+pkgrel=1
 pkgdesc="A look-ahead digital peak level limiter"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio/;
-license=('GPL2' 'custom')
+license=('GPL3')
 groups=('pro-audio')
 depends=('cairo' 'clthreads' 'clxclient' 'jack')
 makedepends=('gendesk')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('e1adf94a3acec5468f5fb2e3ac24ff9671588542754e792cbb73771f3043070ce577f122d21cd7a6c756eec51789b46b9a24fbe6128c274cb4d6554b5c7b37b1')
+sha512sums=('f1c5d3fb61feadb9c272d137669a5893fd949a9d75e76633baa0bcbc9755cb1ac0fb1faacffce03e747d383ddcf36f8c22ec83dea558c0fa674d6a898bb7e35c')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # split out custom license
-  head -n21 source/dplimit1.h > LICENSE
   # strip -march=native
   sed -e '/native/d' \
   -e 's/freetype-config\ --cflags/pkgconf\ --cflags\ freetype2/' \
@@ -30,14 +28,12 @@
 
 build() {
   cd "${pkgname}-${pkgver}/source"
-  make PREFIX='/usr'
+  make
 }
 
 package() {
   cd "${pkgname}-${pkgver}/source"
   make PREFIX=/usr DESTDIR="$pkgdir/" install
-  # custom LICENSE
-  install -vDm 644 ../LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
   # XDG desktop integration
   install -vDm 644 "../${pkgname}.desktop" \
 -t "${pkgdir}/usr/share/applications/"


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:45:12
  Author: dvzrv
Revision: 375982

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-dpl1/repos/community-testing-x86_64/
  zita-dpl1/repos/community-testing-x86_64/PKGBUILD
(from rev 375981, zita-dpl1/trunk/PKGBUILD)

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

Copied: zita-dpl1/repos/community-testing-x86_64/PKGBUILD (from rev 375981, 
zita-dpl1/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 21:45:12 UTC (rev 375982)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=zita-dpl1
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="A look-ahead digital peak level limiter"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'clthreads' 'clxclient' 'jack')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('f1c5d3fb61feadb9c272d137669a5893fd949a9d75e76633baa0bcbc9755cb1ac0fb1faacffce03e747d383ddcf36f8c22ec83dea558c0fa674d6a898bb7e35c')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # strip -march=native
+  sed -e '/native/d' \
+  -e 's/freetype-config\ --cflags/pkgconf\ --cflags\ freetype2/' \
+  -i source/Makefile
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name zita-dpl1 \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  # XDG desktop integration
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../doc/* \
+-vDm 644 ../{AUTHORS,README}
+}
+# vim:set ts=2 sw=2 et:


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:34:34
  Author: dvzrv
Revision: 375979

upgpkg: zita-bls1 0.3.3-1

Upgrading to 0.3.3. Making zita-convolver>4.0.0 patch obsolete. Removing 
freetype2 modifications for pkg-config.

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 21:28:51 UTC (rev 375978)
+++ PKGBUILD2018-09-01 21:34:34 UTC (rev 375979)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: David Runge 
 pkgname=zita-bls1
-pkgver=0.1.0
-pkgrel=6
-pkgdesc="Blumlein Shuffler implementation converting binaural stereo signals 
into a form suitable for reproduction on convential stereo speakers."
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Blumlein Shuffler (binaural stereo signals to convential stereo 
speaker conversion)"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio;
 license=('GPL2')
@@ -10,18 +10,14 @@
 groups=('pro-audio')
 depends=('cairo' 'clthreads' 'clxclient' 'jack' 'zita-convolver')
 makedepends=('gendesk')
-source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;
-'zita-convolver.patch')
-sha512sums=('a1b4bd7a7ca56afb627e9f095e5e1f67415a52ae316bdc6ce0eced191830f53eaf5ba3402a44fbbb97529e29a0b007d1f0f8e79c89c863207216bca1fb76435c'
-
'2f91833217428d2c0104006cb741f74abf709d21e33d4ec6d1a802d1c1f7a69a2465b73e4a44349cf7bde471538963ecc24f15a4a5de7d85978dd31539c57e81')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('a23624e674fb5cbbdfb8bbf01ab9010f79a942d41bb3a9c564bdec5d01e56fba3b548c766bfe257f087929b7b9cd1decdd4b8a3b4d4beddcddb3bce8ac714463')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
   # strip march=native
   sed -e '/native/d' \
-  -e 's/freetype-config\ --cflags/pkgconf\ --cflags\ freetype2/' \
   -i source/Makefile
-  patch -Np1 -i ../zita-convolver.patch
   # XDG desktop file
   gendesk -n \
   --pkgname ${pkgname} \
@@ -32,7 +28,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr
+  make
 }
 
 package() {

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


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:34:41
  Author: dvzrv
Revision: 375980

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-bls1/repos/community-testing-x86_64/
  zita-bls1/repos/community-testing-x86_64/PKGBUILD
(from rev 375979, zita-bls1/trunk/PKGBUILD)

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

Copied: zita-bls1/repos/community-testing-x86_64/PKGBUILD (from rev 375979, 
zita-bls1/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 21:34:41 UTC (rev 375980)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=zita-bls1
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Blumlein Shuffler (binaural stereo signals to convential stereo 
speaker conversion)"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio;
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clthreads' 'clxclient' 'jack' 'zita-convolver')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('a23624e674fb5cbbdfb8bbf01ab9010f79a942d41bb3a9c564bdec5d01e56fba3b548c766bfe257f087929b7b9cd1decdd4b8a3b4d4beddcddb3bce8ac714463')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # strip march=native
+  sed -e '/native/d' \
+  -i source/Makefile
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name zita-bls1 \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  # XDG desktop integration
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../doc/html/* \
+-vDm 644 ../{AUTHORS,README}
+}


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:28:51
  Author: dvzrv
Revision: 375978

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-at1/repos/community-testing-x86_64/
  zita-at1/repos/community-testing-x86_64/PKGBUILD
(from rev 375977, zita-at1/trunk/PKGBUILD)

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

Copied: zita-at1/repos/community-testing-x86_64/PKGBUILD (from rev 375977, 
zita-at1/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 21:28:51 UTC (rev 375978)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=zita-at1
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="An 'autotuner' Jack application."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html;
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'fftw' 'jack' 'zita-resampler')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('51845c9e04c456840408731b9d9144583ba1d70f52028432c2e240c261b4d1460330a96b5622d6ee33276f037a947c32fdb0bc70cb73c06d3621e406bee2e0f8')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # strip march=native
+  sed -e '/native/d' \
+  -i source/Makefile
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name zita-at1 \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  # XDG desktop integration
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../AUTHORS \
+-vDm 644 ../doc/*
+}
+# vim:set ts=2 sw=2 et:


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:28:45
  Author: dvzrv
Revision: 375977

upgpkg: zita-at1 0.6.2-1

Upgrading to 0.6.2. Removing obsoled files. Freetype2 fix not needed anymore.

Modified:
  zita-at1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 21:22:01 UTC (rev 375976)
+++ PKGBUILD2018-09-01 21:28:45 UTC (rev 375977)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: David Runge 
 pkgname=zita-at1
-pkgver=0.6.0
-pkgrel=7
+pkgver=0.6.2
+pkgrel=1
 pkgdesc="An 'autotuner' Jack application."
 arch=('x86_64')
 
url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html;
@@ -11,13 +11,12 @@
 depends=('cairo' 'clxclient' 'clthreads' 'fftw' 'jack' 'zita-resampler')
 makedepends=('gendesk')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('835bc336c35c9364753f1adaca9569852ed9eabdff20d618acc128735dafd383dfcb9a8b8c9f631f7bc6fe549dae3af9c5508ad378ed85169406855d37b4608d')
+sha512sums=('51845c9e04c456840408731b9d9144583ba1d70f52028432c2e240c261b4d1460330a96b5622d6ee33276f037a947c32fdb0bc70cb73c06d3621e406bee2e0f8')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
   # strip march=native
   sed -e '/native/d' \
-  -e 's/freetype-config\ --cflags/pkgconf\ --cflags\ freetype2/' \
   -i source/Makefile
   # XDG desktop file
   gendesk -n \
@@ -29,7 +28,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr
+  make
 }
 
 package() {
@@ -39,7 +38,7 @@
   install -vDm 644 "../${pkgname}.desktop" \
 -t "${pkgdir}/usr/share/applications/"
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 ../{AUTHORS,README} \
+-vDm 644 ../AUTHORS \
 -vDm 644 ../doc/*
 }
 # vim:set ts=2 sw=2 et:


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:22:01
  Author: dvzrv
Revision: 375976

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-ajbridge/repos/community-testing-x86_64/
  zita-ajbridge/repos/community-testing-x86_64/PKGBUILD
(from rev 375975, zita-ajbridge/trunk/PKGBUILD)

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

Copied: zita-ajbridge/repos/community-testing-x86_64/PKGBUILD (from rev 375975, 
zita-ajbridge/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 21:22:01 UTC (rev 375976)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+# Contributor: Joakim Hernberg 
+# Contributor: speps 
+
+pkgname=zita-ajbridge
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="Jack client to use additional ALSA devices."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-ajbridge-doc/quickguide.html;
+license=('GPL3')
+groups=('pro-audio')
+depends=('jack' 'zita-alsa-pcmi' 'zita-resampler')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('4813033ce6e16a7be013e82b9f0630a626a7515cd1ce8bd71b5f05239e5ef4cf3aecf522539557e159228d04459cb6ce112830619369c62e1e76bf95b84fbe71')
+
+#prepare() {
+#  cd "${pkgname}-${pkgver}/source"
+#  # fix man installation
+#  sed -e 's/zita-a2j zita-j2a zita-ajbridge.1.gz zita-a2j.1.gz 
zita-j2a.1.gz/zita-a2j zita-j2a/' \
+#  -e 's/zita-ajbridge.1.gz/zita-ajbridge.1 -t/g' \
+#  -e 's/zita-j2a.1.gz/zita-j2a.1 -t/g' \
+#  -e 's/zita-a2j.1.gz/zita-a2j.1 -t/g' -i Makefile
+#  # fix binary installation
+#  sed -e 's|zita-a2j $(DESTDIR)$(BINDIR)|zita-a2j 
$(DESTDIR)$(BINDIR)/zita-a2j|' \
+#  -e 's|zita-j2a $(DESTDIR)$(BINDIR)|zita-j2a 
$(DESTDIR)$(BINDIR)/zita-j2a|' -i Makefile
+#}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../{AUTHORS,README}
+}
+# vim:set ts=2 sw=2 et:
+


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:21:55
  Author: dvzrv
Revision: 375975

upgpkg: zita-ajbridge 0.8.2-1

Upgrading to 0.8.2.

Modified:
  zita-ajbridge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 21:11:59 UTC (rev 375974)
+++ PKGBUILD2018-09-01 21:21:55 UTC (rev 375975)
@@ -3,8 +3,8 @@
 # Contributor: speps 
 
 pkgname=zita-ajbridge
-pkgver=0.7.0
-pkgrel=5
+pkgver=0.8.2
+pkgrel=1
 pkgdesc="Jack client to use additional ALSA devices."
 arch=('x86_64')
 
url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-ajbridge-doc/quickguide.html;
@@ -12,23 +12,23 @@
 groups=('pro-audio')
 depends=('jack' 'zita-alsa-pcmi' 'zita-resampler')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('1b875bf1b9dfb8e9284af2ae03b6a6f82ad1cbe06eb24faa8485ac0db52f914cdc1a7447b1e9d46a42fb634848a2ee7904c658180f84cf4db210db59478a4806')
+sha512sums=('4813033ce6e16a7be013e82b9f0630a626a7515cd1ce8bd71b5f05239e5ef4cf3aecf522539557e159228d04459cb6ce112830619369c62e1e76bf95b84fbe71')
 
-prepare() {
-  cd "${pkgname}-${pkgver}/source"
-  # fix man installation
-  sed -e 's/zita-a2j zita-j2a zita-ajbridge.1.gz zita-a2j.1.gz 
zita-j2a.1.gz/zita-a2j zita-j2a/' \
-  -e 's/zita-ajbridge.1.gz/zita-ajbridge.1 -t/g' \
-  -e 's/zita-j2a.1.gz/zita-j2a.1 -t/g' \
-  -e 's/zita-a2j.1.gz/zita-a2j.1 -t/g' -i Makefile
-  # fix binary installation
-  sed -e 's|zita-a2j $(DESTDIR)$(BINDIR)|zita-a2j 
$(DESTDIR)$(BINDIR)/zita-a2j|' \
-  -e 's|zita-j2a $(DESTDIR)$(BINDIR)|zita-j2a 
$(DESTDIR)$(BINDIR)/zita-j2a|' -i Makefile
-}
+#prepare() {
+#  cd "${pkgname}-${pkgver}/source"
+#  # fix man installation
+#  sed -e 's/zita-a2j zita-j2a zita-ajbridge.1.gz zita-a2j.1.gz 
zita-j2a.1.gz/zita-a2j zita-j2a/' \
+#  -e 's/zita-ajbridge.1.gz/zita-ajbridge.1 -t/g' \
+#  -e 's/zita-j2a.1.gz/zita-j2a.1 -t/g' \
+#  -e 's/zita-a2j.1.gz/zita-a2j.1 -t/g' -i Makefile
+#  # fix binary installation
+#  sed -e 's|zita-a2j $(DESTDIR)$(BINDIR)|zita-a2j 
$(DESTDIR)$(BINDIR)/zita-a2j|' \
+#  -e 's|zita-j2a $(DESTDIR)$(BINDIR)|zita-j2a 
$(DESTDIR)$(BINDIR)/zita-j2a|' -i Makefile
+#}
 
 build() {
   cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr
+  make
 }
 
 package() {
@@ -36,7 +36,7 @@
   make PREFIX=/usr DESTDIR="$pkgdir" install
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 ../{AUTHORS,README}
+-vDm 644 ../{AUTHORS,README}
 }
 # vim:set ts=2 sw=2 et:
 


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:11:59
  Author: dvzrv
Revision: 375974

archrelease: copy trunk to community-testing-x86_64

Added:
  jnoisemeter/repos/community-testing-x86_64/
  jnoisemeter/repos/community-testing-x86_64/PKGBUILD
(from rev 375973, jnoisemeter/trunk/PKGBUILD)

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

Copied: jnoisemeter/repos/community-testing-x86_64/PKGBUILD (from rev 375973, 
jnoisemeter/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 21:11:59 UTC (rev 375974)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=jnoisemeter
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Measure audio test signals and in particular noise signals"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('clthreads' 'clxclient' 'jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('f7a1af765cea9b600d1d5320fd4ec6bdbdd1d7df54c441bd12f0086ce6fb994b5050db4c9438ec189c234440d992a5acdca42dd3d2c588c934a5b4cec763ce21')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # remove optimization
+  sed -e '/march=native/d' \
+  -i source/Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+
+  # doc
+  install -vDm 644 ../{AUTHORS,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:11:52
  Author: dvzrv
Revision: 375973

upgpkg: jnoisemeter 0.2.2-1

Upgrading to 0.2.2.

Modified:
  jnoisemeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 21:08:57 UTC (rev 375972)
+++ PKGBUILD2018-09-01 21:11:52 UTC (rev 375973)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: David Runge 
 pkgname=jnoisemeter
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.2
+pkgrel=1
 pkgdesc="Measure audio test signals and in particular noise signals"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio/;
@@ -10,7 +10,7 @@
 groups=('pro-audio')
 depends=('clthreads' 'clxclient' 'jack')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('744f69007aa7d5a5410e1c73fb5894cf9639c2958d6434f96eb5ec3ee191487ed919a030ba724e9a86d60fd15ce0c75c8ef1787e5eceec90d4f359c067a66781')
+sha512sums=('f7a1af765cea9b600d1d5320fd4ec6bdbdd1d7df54c441bd12f0086ce6fb994b5050db4c9438ec189c234440d992a5acdca42dd3d2c588c934a5b4cec763ce21')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -21,7 +21,7 @@
 
 build() {
   cd "$pkgname-$pkgver/source"
-  make LIBDIR=lib PREFIX=/usr
+  make
 }
 
 package() {


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:08:57
  Author: dvzrv
Revision: 375972

archrelease: copy trunk to community-testing-x86_64

Added:
  jconvolver/repos/community-testing-x86_64/
  jconvolver/repos/community-testing-x86_64/PKGBUILD
(from rev 375971, jconvolver/trunk/PKGBUILD)

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

Copied: jconvolver/repos/community-testing-x86_64/PKGBUILD (from rev 375971, 
jconvolver/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 21:08:57 UTC (rev 375972)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=jconvolver
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A real-time convolution engine"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('clthreads' 'jack' 'libsndfile' 'zita-convolver')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;
+
"https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-reverbs.tar.bz2;)
+sha512sums=('2411852ad15fec20eca54045f7a7dafb8bd4bea27bb7079e383b825f2cc1437ad0ef33b90f62a1d3a734d5cda70e3786e560d93e33b79c68abedfc35a6df5b01'
+
'aa79dab5cb5326e6eddbf99a3cfae97cf5052db9d75c74346bf70f1b210db5576e31cff70c3d6dc8ff88b8eff74e4163a770fd537db978c2b955855f8b2dfc7b')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # removing optimization
+  sed -e '/march=native/d' -i source/Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
+  # docs
+  install -vDm 644 ../{AUTHORS,README,README.CONFIG} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # configs and examples
+  cd ../config-files
+  for folder in $(ls |grep -vE "(.conf|.wav)"); do
+install -vDm 644 "$folder/"* \
+  -t "${pkgdir}/usr/share/doc/${pkgname}/examples/${folder}/"
+  done
+  install -vDm 644 *.conf -t "${pkgdir}/usr/share/doc/${pkgname}/examples/"
+  # reverbs
+  cd "${srcdir}/reverbs"
+  for folder in $(ls |grep -vE "(.conf|.wav)"); do
+install -vDm 644 "$folder/"* \
+  -t "${pkgdir}/usr/share/doc/${pkgname}/examples/${folder}/"
+  done
+  install -vDm 644 *.wav \
+-t "${pkgdir}/usr/share/doc/${pkgname}/examples/demo-reverbs/"
+}


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 21:08:50
  Author: dvzrv
Revision: 375971

upgpkg: jconvolver 1.0.2-1

Upgrading to 1.0.2.

Modified:
  jconvolver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 18:52:44 UTC (rev 375970)
+++ PKGBUILD2018-09-01 21:08:50 UTC (rev 375971)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: David Runge 
 pkgname=jconvolver
-pkgver=1.0.0
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="A real-time convolution engine"
 arch=('x86_64')
@@ -11,19 +11,18 @@
 depends=('clthreads' 'jack' 'libsndfile' 'zita-convolver')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;
 
"https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-reverbs.tar.bz2;)
-sha512sums=('a46d0ccd054d6c3a3cc90d95b2a1e2b93969db333e565e9a16dfb7469210b2f215412590da440dbe0ef807cdecd6c3fd0c20bfd9f692190946174a81d0a5ca68'
+sha512sums=('2411852ad15fec20eca54045f7a7dafb8bd4bea27bb7079e383b825f2cc1437ad0ef33b90f62a1d3a734d5cda70e3786e560d93e33b79c68abedfc35a6df5b01'
 
'aa79dab5cb5326e6eddbf99a3cfae97cf5052db9d75c74346bf70f1b210db5576e31cff70c3d6dc8ff88b8eff74e4163a770fd537db978c2b955855f8b2dfc7b')
-validpgpkeys=()
 
 prepare() {
   cd "$pkgname-$pkgver"
-  # removing optimizations
-  sed -e '/march=native/d' -i source/Makefile-linux
+  # removing optimization
+  sed -e '/march=native/d' -i source/Makefile
 }
 
 build() {
   cd "$pkgname-$pkgver/source"
-  make LIBDIR=lib PREFIX=/usr
+  make
 }
 
 package() {
@@ -38,8 +37,8 @@
 install -vDm 644 "$folder/"* \
   -t "${pkgdir}/usr/share/doc/${pkgname}/examples/${folder}/"
   done
-  install -vDm 644 *.{wav,conf} \
--t "${pkgdir}/usr/share/doc/${pkgname}/examples/"
+  install -vDm 644 *.conf -t "${pkgdir}/usr/share/doc/${pkgname}/examples/"
+  # reverbs
   cd "${srcdir}/reverbs"
   for folder in $(ls |grep -vE "(.conf|.wav)"); do
 install -vDm 644 "$folder/"* \


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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Saturday, September 1, 2018 @ 19:53:57
  Author: heftig
Revision: 333188

archrelease: copy trunk to staging-x86_64

Added:
  libphonenumber/repos/staging-x86_64/
  libphonenumber/repos/staging-x86_64/PKGBUILD
(from rev 333187, libphonenumber/trunk/PKGBUILD)

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

Copied: libphonenumber/repos/staging-x86_64/PKGBUILD (from rev 333187, 
libphonenumber/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-01 19:53:57 UTC (rev 333188)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.9.12
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber;
+arch=(x86_64)
+license=(Apache)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git 'java-environment>=9' ninja)
+_commit=d56bf9da349b862d87fb9b818d83380046e8f791  # tags/v8.9.12^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
+  cmake ../$pkgname/cpp -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  cmake --build .
+}
+
+check() {
+  cmake --build build --target tests
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Saturday, September 1, 2018 @ 19:53:16
  Author: heftig
Revision: 333187

8.9.12-1

Modified:
  libphonenumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 19:51:10 UTC (rev 333186)
+++ PKGBUILD2018-09-01 19:53:16 UTC (rev 333187)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libphonenumber
-pkgver=8.9.10
-pkgrel=2
+pkgver=8.9.12
+pkgrel=1
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
 url="https://github.com/googlei18n/libphonenumber;
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(icu protobuf boost-libs)
 makedepends=(boost cmake gtest git 'java-environment>=9' ninja)
-_commit=2ba8fa9025ab4ab7735902d8442805f1f9cdbc90  # tags/v8.9.10^0
+_commit=d56bf9da349b862d87fb9b818d83380046e8f791  # tags/v8.9.12^0
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Saturday, September 1, 2018 @ 19:51:10
  Author: heftig
Revision: 333186

archrelease: copy trunk to testing-x86_64

Added:
  nss/repos/testing-x86_64/
  nss/repos/testing-x86_64/PKGBUILD
(from rev 333185, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 333185, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 333185, nss/trunk/certdata2pem.py)

-+
 PKGBUILD|   95 +
 bundle.sh   |   22 +++
 certdata2pem.py |  378 ++
 3 files changed, 495 insertions(+)

Copied: nss/repos/testing-x86_64/PKGBUILD (from rev 333185, nss/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-01 19:51:10 UTC (rev 333186)
@@ -0,0 +1,95 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=nss
+pkgname=(nss ca-certificates-mozilla)
+pkgver=3.39
+pkgrel=1
+pkgdesc="Network Security Services"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+arch=(x86_64)
+license=(MPL GPL)
+_nsprver=4.20
+depends=("nspr>=${_nsprver}" sqlite zlib sh p11-kit)
+makedepends=(perl python2 gyp)
+options=(!strip !makeflags staticlibs)
+source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
+certdata2pem.py bundle.sh)
+sha256sums=('6be64dd76f212415cc8bc34343ac1e7389048db4db9a023a84873c411dc5864b'
+'512b12a2f13129be62c008b4df0153f527dd7d71c2c5183de99dfa2a1c49dd8a'
+'3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd')
+
+prepare() {
+  mkdir certs path
+
+  ln -s /usr/bin/python2 path/python
+
+  cd nss-$pkgver
+
+  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
+  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
+}
+
+build() {
+  cd certs
+  python2 ../certdata2pem.py
+
+  cd ..
+  sh bundle.sh
+
+  cd nss-$pkgver/nss
+  PATH="$srcdir/path:$PATH" bash -x ./build.sh -v \
+--opt --system-sqlite --system-nspr --enable-libpkix --disable-tests
+}
+
+package_nss() {
+  local vmajor vminor vpatch
+  cd nss-$pkgver
+
+  { read vmajor; read vminor; read vpatch; } \
+< <(awk '/#define.*NSS_V(MAJOR|MINOR|PATCH)/ {print $3}' nss/lib/nss/nss.h)
+
+  sed nss/pkg/pkg-config/nss.pc.in \
+-e "s,%libdir%,/usr/lib,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,$_nsprver,g" \
+-e "s,%NSS_VERSION%,$pkgver,g" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/pkgconfig/nss.pc"
+
+  ln -s nss.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nss.pc"
+
+  sed nss/pkg/pkg-config/nss-config.in \
+-e "s,@libdir@,/usr/lib,g" \
+-e "s,@prefix@,/usr/bin,g" \
+-e "s,@exec_prefix@,/usr/bin,g" \
+-e "s,@includedir@,/usr/include/nss,g" \
+-e "s,@MOD_MAJOR_VERSION@,$vmajor,g" \
+-e "s,@MOD_MINOR_VERSION@,$vminor,g" \
+-e "s,@MOD_PATCH_VERSION@,$vpatch,g" |
+install -D /dev/stdin "$pkgdir/usr/bin/nss-config"
+
+  cd nss/doc/nroff
+  install -Dt "$pkgdir/usr/share/man/man1" -m644 *util.1 signtool.1 signver.1 
ssltap.1
+
+  cd ../../../dist
+  install -Dt "$pkgdir/usr/include/nss" -m644 public/nss/*.h
+
+  cd Release/bin
+  install -Dt "$pkgdir/usr/bin" *util shlibsign signtool signver ssltap
+
+  cd ../lib
+  install -Dt "$pkgdir/usr/lib" *.so
+  install -Dt "$pkgdir/usr/lib" -m644 *.chk
+
+  # Replace built-in trust with p11-kit connection
+  ln -sf libnssckbi-p11-kit.so "$pkgdir/usr/lib/libnssckbi.so"
+}
+
+package_ca-certificates-mozilla() {
+  pkgdesc="Mozilla's set of trusted CA certificates"
+  depends=(ca-certificates-utils)
+
+  install -Dm644 ca-bundle.trust.p11-kit \
+"$pkgdir/usr/share/ca-certificates/trust-source/mozilla.trust.p11-kit"
+}

Copied: nss/repos/testing-x86_64/bundle.sh (from rev 333185, 
nss/trunk/bundle.sh)
===
--- testing-x86_64/bundle.sh(rev 0)
+++ testing-x86_64/bundle.sh2018-09-01 19:51:10 UTC (rev 333186)
@@ -0,0 +1,22 @@
+#!/bin/sh
+# From Fedora's ca-certificates.spec
+
+(
+  cat < ca-bundle.trust.p11-kit
+
+for p in certs/*.tmp-p11-kit; do 
+  cat "$p" >> ca-bundle.trust.p11-kit
+done

Copied: nss/repos/testing-x86_64/certdata2pem.py (from rev 333185, 
nss/trunk/certdata2pem.py)
===
--- testing-x86_64/certdata2pem.py  (rev 0)
+++ testing-x86_64/certdata2pem.py  2018-09-01 19:51:10 UTC (rev 333186)
@@ -0,0 +1,378 @@
+#!/usr/bin/python
+# vim:set et sw=4:
+#
+# certdata2pem.py - splits certdata.txt into multiple files
+#
+# Copyright (C) 2009 Philipp Kern 
+# Copyright (C) 2013 Kai Engert 
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the 

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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Saturday, September 1, 2018 @ 19:50:49
  Author: heftig
Revision: 333185

archrelease: copy trunk to testing-x86_64

Added:
  nspr/repos/testing-x86_64/
  nspr/repos/testing-x86_64/PKGBUILD
(from rev 333184, nspr/trunk/PKGBUILD)

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

Copied: nspr/repos/testing-x86_64/PKGBUILD (from rev 333184, 
nspr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-01 19:50:49 UTC (rev 333185)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=nspr
+pkgver=4.20
+pkgrel=1
+pkgdesc="Netscape Portable Runtime"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR;
+arch=(x86_64)
+license=(MPL GPL)
+depends=(glibc sh)
+makedepends=(zip)
+source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/nspr-${pkgver}.tar.gz)
+sha1sums=('ef1e2ca3205fd1658a69ada2e0436266ca3065b5')
+sha256sums=('2c8964913da89ffbaf464d49ce44d79e8804e1794ef9a8c52a7bff7224d1556e')
+
+prepare() {
+  cd nspr-$pkgver/nspr
+}
+
+build() {
+  cd nspr-$pkgver/nspr
+  ./configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug \
+  $([[ $CARCH == x86_64 ]] && echo --enable-64bit)
+  make
+}
+
+package() {
+  cd nspr-$pkgver/nspr
+  make DESTDIR="$pkgdir" install
+  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+"$pkgdir"/usr/include/nspr/md
+}


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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Saturday, September 1, 2018 @ 19:50:03
  Author: heftig
Revision: 333184

3.39-1

Modified:
  nss/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 19:48:47 UTC (rev 333183)
+++ PKGBUILD2018-09-01 19:50:03 UTC (rev 333184)
@@ -1,21 +1,20 @@
-# $Id$
 # Maintainer: Jan de Groot 
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.38
+pkgver=3.39
 pkgrel=1
 pkgdesc="Network Security Services"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
 arch=(x86_64)
 license=(MPL GPL)
-_nsprver=4.19
+_nsprver=4.20
 depends=("nspr>=${_nsprver}" sqlite zlib sh p11-kit)
 makedepends=(perl python2 gyp)
 options=(!strip !makeflags staticlibs)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
 certdata2pem.py bundle.sh)
-sha256sums=('2c643d3c08d6935f4d325f40743719b6990aa25a79ec2f8f712c99d086672f62'
+sha256sums=('6be64dd76f212415cc8bc34343ac1e7389048db4db9a023a84873c411dc5864b'
 '512b12a2f13129be62c008b4df0153f527dd7d71c2c5183de99dfa2a1c49dd8a'
 '3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd')
 


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


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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Saturday, September 1, 2018 @ 19:48:47
  Author: heftig
Revision: 333183

4.20-1

Modified:
  nspr/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 19:44:18 UTC (rev 333182)
+++ PKGBUILD2018-09-01 19:48:47 UTC (rev 333183)
@@ -1,9 +1,8 @@
-# $Id$
 # Maintainer: Jan de Groot 
 # Contributor: Alexander Baldeck 
 
 pkgname=nspr
-pkgver=4.19
+pkgver=4.20
 pkgrel=1
 pkgdesc="Netscape Portable Runtime"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR;
@@ -12,8 +11,8 @@
 depends=(glibc sh)
 makedepends=(zip)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/nspr-${pkgver}.tar.gz)
-sha1sums=('907221d51a1f8cca0c3a9e1af93c53e02f5e203b')
-sha256sums=('2ed95917fa2277910d1d1cf36030607dccc0ba522bba08e2af13c113dcd8f729')
+sha1sums=('ef1e2ca3205fd1658a69ada2e0436266ca3065b5')
+sha256sums=('2c8964913da89ffbaf464d49ce44d79e8804e1794ef9a8c52a7bff7224d1556e')
 
 prepare() {
   cd nspr-$pkgver/nspr


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


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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Saturday, September 1, 2018 @ 19:43:47
  Author: heftig
Revision: 333181

2.4.12-1

Modified:
  geoclue2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 18:59:15 UTC (rev 333180)
+++ PKGBUILD2018-09-01 19:43:47 UTC (rev 333181)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.4.11
+pkgver=2.4.12
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(x86_64)
@@ -13,8 +13,8 @@
 makedepends=(intltool python2 systemd gobject-introspection gnome-common git 
vala)
 backup=(etc/geoclue/geoclue.conf)
 conflicts=(geoclue)
-_commit=69a5d624c636f4e1fd6471db0d55b1100a0c4e65  # tags/2.4.11^0
-source=("git+https://anongit.freedesktop.org/git/geoclue#commit=$_commit;)
+_commit=db0ebbed54d91530309c6a4f7270f29654e836dd  # tags/2.4.12^0
+source=("git+https://gitlab.freedesktop.org/geoclue/geoclue.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)


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

2018-09-01 Thread Jan Steffens via arch-commits
Date: Saturday, September 1, 2018 @ 19:44:18
  Author: heftig
Revision: 333182

archrelease: copy trunk to extra-x86_64

Added:
  geoclue2/repos/extra-x86_64/PKGBUILD
(from rev 333181, geoclue2/trunk/PKGBUILD)
Deleted:
  geoclue2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 19:43:47 UTC (rev 333181)
+++ PKGBUILD2018-09-01 19:44:18 UTC (rev 333182)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2
-pkgver=2.4.11
-pkgrel=1
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/GeoClue/;
-license=(LGPL)
-depends=(libsoup json-glib libmm-glib avahi libnotify)
-makedepends=(intltool python2 systemd gobject-introspection gnome-common git 
vala)
-backup=(etc/geoclue/geoclue.conf)
-_commit=69a5d624c636f4e1fd6471db0d55b1100a0c4e65  # tags/2.4.11^0
-source=("git+https://anongit.freedesktop.org/git/geoclue#commit=$_commit;)
-sha256sums=('SKIP')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-pkgver() {
-  cd geoclue
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd geoclue
-  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
-  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
-  -i data/geoclue.conf.in
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd geoclue
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc --enable-vala
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd geoclue
-  make DESTDIR="$pkgdir" install
-}

Copied: geoclue2/repos/extra-x86_64/PKGBUILD (from rev 333181, 
geoclue2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 19:44:18 UTC (rev 333182)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.4.12
+pkgrel=1
+pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/GeoClue/;
+license=(LGPL)
+depends=(libsoup json-glib libmm-glib avahi libnotify)
+makedepends=(intltool python2 systemd gobject-introspection gnome-common git 
vala)
+backup=(etc/geoclue/geoclue.conf)
+conflicts=(geoclue)
+_commit=db0ebbed54d91530309c6a4f7270f29654e836dd  # tags/2.4.12^0
+source=("git+https://gitlab.freedesktop.org/geoclue/geoclue.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+pkgver() {
+  cd geoclue
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd geoclue
+  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
+  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
+  -i data/geoclue.conf.in
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd geoclue
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc --enable-vala
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd geoclue
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:


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

2018-09-01 Thread Felix Yan via arch-commits
Date: Saturday, September 1, 2018 @ 18:59:15
  Author: felixonmars
Revision: 333180

archrelease: copy trunk to testing-x86_64

Added:
  udisks2/repos/testing-x86_64/
  udisks2/repos/testing-x86_64/PKGBUILD
(from rev 333179, udisks2/trunk/PKGBUILD)

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

Copied: udisks2/repos/testing-x86_64/PKGBUILD (from rev 333179, 
udisks2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-01 18:59:15 UTC (rev 333180)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+
+pkgname=udisks2
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Disk Management Service, version 2"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL2')
+depends=('polkit' 'libatasmart' 'libgudev' 'libblockdev')
+makedepends=('docbook-xsl' 'gobject-introspection' 'gnome-common' 'intltool' 
'parted' 'libiscsi')
+optdepends=('gptfdisk: GUID partition table support'
+'ntfs-3g: NTFS filesystem management support'
+'dosfstools: VFAT filesystem management support'
+'libiscsi: iSCSI support')
+source=("https://github.com/storaged-project/udisks/archive/udisks-$pkgver.tar.gz;)
+sha512sums=('1b9f0bbf592c768b8b4193704493f188d4a601d203d37712f798403b0054a42a86884491449d0b1040c89782c00f1defbeb375d255047d69506cda6209048008')
+
+prepare() {
+  sed -e 's/AC_MSG_ERROR(\[libstoragemgmt/AC_MSG_WARN([libstoragemgmt/' \
+  -e 's/AC_MSG_ERROR(\[libconfig/AC_MSG_WARN([libconfig/' \
+  -i udisks-udisks-$pkgver/configure.ac
+}
+
+build() {
+  cd udisks-udisks-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --sbindir=/usr/bin --libexecdir=/usr/lib \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --localstatedir=/var --disable-static \
+  --enable-available-modules
+  make
+}
+
+check() {
+  cd udisks-udisks-$pkgver
+  make check
+}
+
+package() {
+  cd udisks-udisks-$pkgver
+  make DESTDIR="$pkgdir" install \
+bash_completiondir=/usr/share/bash-completion/completions
+}


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

2018-09-01 Thread Felix Yan via arch-commits
Date: Saturday, September 1, 2018 @ 18:59:01
  Author: felixonmars
Revision: 333179

upgpkg: udisks2 2.8.0-1

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 09:13:40 UTC (rev 333178)
+++ PKGBUILD2018-09-01 18:59:01 UTC (rev 333179)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=udisks2
-pkgver=2.7.7
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Disk Management Service, version 2"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'dosfstools: VFAT filesystem management support'
 'libiscsi: iSCSI support')
 
source=("https://github.com/storaged-project/udisks/archive/udisks-$pkgver.tar.gz;)
-sha512sums=('6e69a4d81ae9401deed7547f537456778f17718a35ecaf69f7636b0aa41d5ad62fb294440f23f4dfd089557b70bc154144e8317a505eaabc639b54e6b70e06e0')
+sha512sums=('1b9f0bbf592c768b8b4193704493f188d4a601d203d37712f798403b0054a42a86884491449d0b1040c89782c00f1defbeb375d255047d69506cda6209048008')
 
 prepare() {
   sed -e 's/AC_MSG_ERROR(\[libstoragemgmt/AC_MSG_WARN([libstoragemgmt/' \


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

2018-09-01 Thread Felix Yan via arch-commits
Date: Saturday, September 1, 2018 @ 18:52:44
  Author: felixonmars
Revision: 375970

archrelease: copy trunk to community-staging-x86_64

Added:
  etherwall/repos/community-staging-x86_64/
  etherwall/repos/community-staging-x86_64/PKGBUILD
(from rev 375969, etherwall/trunk/PKGBUILD)
  etherwall/repos/community-staging-x86_64/etherwall.desktop
(from rev 375969, etherwall/trunk/etherwall.desktop)

---+
 PKGBUILD  |   42 ++
 etherwall.desktop |9 +
 2 files changed, 51 insertions(+)

Copied: etherwall/repos/community-staging-x86_64/PKGBUILD (from rev 375969, 
etherwall/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-01 18:52:44 UTC (rev 375970)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ales Katona 
+
+pkgname=etherwall
+pkgver=2.2.3
+_ewnodecommit=9d9fbbe18a44a36456b90f51d14c241228b53c30
+_trezorcommit=4ac8e8cdffb04f83ba9f71c27513f8dced1aa3b0
+pkgrel=3
+pkgdesc="Ethereum GUI Wallet (QT5)"
+arch=('x86_64')
+url="http://etherwall.com;
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-websockets' 'geth' 'protobuf' 'hidapi' 'libsystemd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/almindor/${pkgname}/archive/v$pkgver.tar.gz;
+
"ew-node-$_ewnodecommit.tar.gz::https://github.com/almindor/ew-node/archive/$_ewnodecommit.tar.gz;
+
"trezor-common-$_trezorcommit.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz;
+etherwall.desktop)
+sha512sums=('701e9d1527e23d365e887634e4d96fefb50920696f18468c720cf69077df69322820544df7a5ceda79e98000f779fb8cc3cbd5d1571186730168615b9aaf92e5'
+
'34ef9911961a64d2f56eeac47a10205189522c02391ea0d0febba7cccf62ba056a4777cbf221b9f7b621a3970368742b1ae4f57472ca3c64b24a1f89e6f8f73b'
+
'a655df160b786934d50d7041de4b9b9b2d8d99107313173b8bf61f8f1a529fee1e328d0941454ab95d891ae67875a95b11a33aea469c24527ed1a550c6f7a6f3'
+
'82ecee1f1d7a6fe7014b928e3ab79ed507c3c5795ac3e832e0be1aca8fc5659212c5a4323d5dec4571b9e9255c5c46615bd9865dc03eba85d8be9b969b534d57')
+
+build() {
+  cd "etherwall-$pkgver"
+  rmdir "src/ew-node"
+  ln -s "../../ew-node-$_ewnodecommit" "src/ew-node"
+
+  SRCDIR="../trezor-common-$_trezorcommit/protob" ./generate_protobuf.sh
+  qmake -config release && make
+}
+
+package() {
+  mkdir -p "$pkgdir/usr/bin"
+  mkdir -p "$pkgdir/usr/share/pixmaps"
+  mkdir -p "$pkgdir/usr/share/applications"
+
+  cd "etherwall-$pkgver"
+  cp "$srcdir"/etherwall.desktop "$pkgdir"/usr/share/applications
+  cp "./Etherwall" "$pkgdir"/usr/bin/etherwall
+  cp "./qml/images/icon.png" "$pkgdir"/usr/share/pixmaps/etherwall.png
+}

Copied: etherwall/repos/community-staging-x86_64/etherwall.desktop (from rev 
375969, etherwall/trunk/etherwall.desktop)
===
--- community-staging-x86_64/etherwall.desktop  (rev 0)
+++ community-staging-x86_64/etherwall.desktop  2018-09-01 18:52:44 UTC (rev 
375970)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Etherwall
+Comment=Etherwall Ethereum Wallet
+Exec=etherwall
+Icon=etherwall.png
+Terminal=false
+Type=Application
+Encoding=UTF-8
+Categories=Network;Application;


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

2018-09-01 Thread Felix Yan via arch-commits
Date: Saturday, September 1, 2018 @ 18:52:21
  Author: felixonmars
Revision: 375969

upgpkg: etherwall 2.2.3-3

protobuf 3.6.1 rebuild

Modified:
  etherwall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 18:19:43 UTC (rev 375968)
+++ PKGBUILD2018-09-01 18:52:21 UTC (rev 375969)
@@ -6,7 +6,7 @@
 pkgver=2.2.3
 _ewnodecommit=9d9fbbe18a44a36456b90f51d14c241228b53c30
 _trezorcommit=4ac8e8cdffb04f83ba9f71c27513f8dced1aa3b0
-pkgrel=2
+pkgrel=3
 pkgdesc="Ethereum GUI Wallet (QT5)"
 arch=('x86_64')
 url="http://etherwall.com;


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

2018-09-01 Thread Felix Yan via arch-commits
Date: Saturday, September 1, 2018 @ 18:19:43
  Author: felixonmars
Revision: 375968

archrelease: copy trunk to community-x86_64

Added:
  deepin-screenshot/repos/community-x86_64/PKGBUILD
(from rev 375967, deepin-screenshot/trunk/PKGBUILD)
Deleted:
  deepin-screenshot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 18:19:27 UTC (rev 375967)
+++ PKGBUILD2018-09-01 18:19:43 UTC (rev 375968)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screenshot
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-screenshot;
-license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/deepin-screenshot/archive/$pkgver.tar.gz;)
-sha512sums=('a270197cc4a94243e9768cb934f1fb3088e510e55dcdac31e5227580986715d1545ebd7eb20efc41578b9370c5a9f7cf8530426df2e95cdb9b166bbf035ba33a')
-
-build() {
-  cd deepin-screenshot-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screenshot-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screenshot/repos/community-x86_64/PKGBUILD (from rev 375967, 
deepin-screenshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 18:19:43 UTC (rev 375968)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screenshot
+pkgver=4.1.0
+pkgrel=2
+pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-screenshot;
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'deepin-turbo')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/deepin-screenshot/archive/$pkgver.tar.gz;)
+sha512sums=('a270197cc4a94243e9768cb934f1fb3088e510e55dcdac31e5227580986715d1545ebd7eb20efc41578b9370c5a9f7cf8530426df2e95cdb9b166bbf035ba33a')
+
+build() {
+  cd deepin-screenshot-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screenshot-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-09-01 Thread Felix Yan via arch-commits
Date: Saturday, September 1, 2018 @ 18:19:27
  Author: felixonmars
Revision: 375967

upgpkg: deepin-screenshot 4.1.0-2

fix dependency on deepin-turbo

Modified:
  deepin-screenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 18:16:22 UTC (rev 375966)
+++ PKGBUILD2018-09-01 18:19:27 UTC (rev 375967)
@@ -5,12 +5,12 @@
 
 pkgname=deepin-screenshot
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-screenshot;
 license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm')
+depends=('deepin-qt5integration' 'dtkwm' 'deepin-turbo')
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/deepin-screenshot/archive/$pkgver.tar.gz;)


[arch-commits] Commit in (4 files)

2018-09-01 Thread Felix Yan via arch-commits
Date: Saturday, September 1, 2018 @ 18:15:34
  Author: felixonmars
Revision: 375965

addpkg: deepin-turbo 0.0.2-1

Added:
  deepin-turbo/
  deepin-turbo/repos/
  deepin-turbo/trunk/
  deepin-turbo/trunk/PKGBUILD

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

Added: deepin-turbo/trunk/PKGBUILD
===
--- deepin-turbo/trunk/PKGBUILD (rev 0)
+++ deepin-turbo/trunk/PKGBUILD 2018-09-01 18:15:34 UTC (rev 375965)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-turbo
+pkgver=0.0.2
+pkgrel=1
+pkgdesc='A daemon that helps to launch applications faster'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-turbo;
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('cmake')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-turbo/archive/$pkgver.tar.gz;)
+sha512sums=('d75298249ed0e4a6a41221c819c3ac11b5ddb54e697209f479a194eea82f8a18a4871774b9045d7db5399ff1855cee7cb601d3d654759585b8be92cebdbcac28')
+
+build() {
+  cd deepin-turbo-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-turbo-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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


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

2018-09-01 Thread Felix Yan via arch-commits
Date: Saturday, September 1, 2018 @ 18:16:22
  Author: felixonmars
Revision: 375966

archrelease: copy trunk to community-x86_64

Added:
  deepin-turbo/repos/community-x86_64/
  deepin-turbo/repos/community-x86_64/PKGBUILD
(from rev 375965, deepin-turbo/trunk/PKGBUILD)

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

Copied: deepin-turbo/repos/community-x86_64/PKGBUILD (from rev 375965, 
deepin-turbo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-01 18:16:22 UTC (rev 375966)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-turbo
+pkgver=0.0.2
+pkgrel=1
+pkgdesc='A daemon that helps to launch applications faster'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-turbo;
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('cmake')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-turbo/archive/$pkgver.tar.gz;)
+sha512sums=('d75298249ed0e4a6a41221c819c3ac11b5ddb54e697209f479a194eea82f8a18a4871774b9045d7db5399ff1855cee7cb601d3d654759585b8be92cebdbcac28')
+
+build() {
+  cd deepin-turbo-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-turbo-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-01 Thread Morten Linderud via arch-commits
Date: Saturday, September 1, 2018 @ 18:14:52
  Author: foxboron
Revision: 375964

archrelease: copy trunk to community-any

Added:
  python-json-rpc/repos/community-any/PKGBUILD
(from rev 375963, python-json-rpc/trunk/PKGBUILD)
Deleted:
  python-json-rpc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 18:14:42 UTC (rev 375963)
+++ PKGBUILD2018-09-01 18:14:52 UTC (rev 375964)
@@ -1,53 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Andy Weidenbaum 
-
-pkgbase=python-json-rpc
-pkgname=(python-json-rpc python2-json-rpc)
-pkgver=1.11.0
-pkgrel=3
-pkgdesc="JSON-RPC transport realisation"
-arch=('any')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-checkdepends=('python-nose' 'python-mock' 'python-flask'
-  'python2-nose' 'python2-mock' 'python2-flask')
-url="https://github.com/pavlov99/json-rpc;
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pavlov99/json-rpc/archive/$pkgver.tar.gz;)
-sha256sums=('20f895405eb9d1bf7c0470e8bb80c72c69d5b0389e0edfa7e20e810cf6a91f0f')
-
-prepare(){
-  cp -r json-rpc-$pkgver{,-py2}
-}
-
-build() {
-  cd  "$srcdir/json-rpc-$pkgver"
-  python setup.py build
-
-  cd  "$srcdir/json-rpc-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd  "$srcdir/json-rpc-$pkgver"
-  python setup.py nosetests
-
-  cd  "$srcdir/json-rpc-$pkgver-py2"
-  python2 setup.py nosetests
-}
-
-package_python-json-rpc() {
-  depends=('python')
-  cd "json-rpc-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-json-rpc() {
-  depends=('python2')
-  cd "json-rpc-$pkgver-py2"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-json-rpc/repos/community-any/PKGBUILD (from rev 375963, 
python-json-rpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 18:14:52 UTC (rev 375964)
@@ -0,0 +1,53 @@
+# Maintainer: Morten Linderud 
+# Contributor: Andy Weidenbaum 
+
+pkgbase=python-json-rpc
+pkgname=(python-json-rpc python2-json-rpc)
+pkgver=1.11.1
+pkgrel=1
+pkgdesc="JSON-RPC transport realisation"
+arch=('any')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+checkdepends=('python-nose' 'python-mock' 'python-flask'
+  'python2-nose' 'python2-mock' 'python2-flask')
+url="https://github.com/pavlov99/json-rpc;
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pavlov99/json-rpc/archive/$pkgver.tar.gz;)
+sha256sums=('23a975c2737595e94c86d0cc6c9506086a44a2dacc1d506059dbda7fe6ce2e95')
+
+prepare(){
+  cp -r json-rpc-$pkgver{,-py2}
+}
+
+build() {
+  cd  "$srcdir/json-rpc-$pkgver"
+  python setup.py build
+
+  cd  "$srcdir/json-rpc-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd  "$srcdir/json-rpc-$pkgver"
+  python setup.py nosetests
+
+  cd  "$srcdir/json-rpc-$pkgver-py2"
+  python2 setup.py nosetests
+}
+
+package_python-json-rpc() {
+  depends=('python')
+  cd "json-rpc-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-json-rpc() {
+  depends=('python2')
+  cd "json-rpc-$pkgver-py2"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-09-01 Thread Morten Linderud via arch-commits
Date: Saturday, September 1, 2018 @ 18:14:42
  Author: foxboron
Revision: 375963

upgpkg: python-json-rpc 1.11.1-1

Modified:
  python-json-rpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 18:11:11 UTC (rev 375962)
+++ PKGBUILD2018-09-01 18:14:42 UTC (rev 375963)
@@ -3,8 +3,8 @@
 
 pkgbase=python-json-rpc
 pkgname=(python-json-rpc python2-json-rpc)
-pkgver=1.11.0
-pkgrel=3
+pkgver=1.11.1
+pkgrel=1
 pkgdesc="JSON-RPC transport realisation"
 arch=('any')
 makedepends=('python' 'python-setuptools'
@@ -14,7 +14,7 @@
 url="https://github.com/pavlov99/json-rpc;
 license=('MIT')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pavlov99/json-rpc/archive/$pkgver.tar.gz;)
-sha256sums=('20f895405eb9d1bf7c0470e8bb80c72c69d5b0389e0edfa7e20e810cf6a91f0f')
+sha256sums=('23a975c2737595e94c86d0cc6c9506086a44a2dacc1d506059dbda7fe6ce2e95')
 
 prepare(){
   cp -r json-rpc-$pkgver{,-py2}


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

2018-09-01 Thread Morten Linderud via arch-commits
Date: Saturday, September 1, 2018 @ 18:11:11
  Author: foxboron
Revision: 375962

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 18:11:01 UTC (rev 375961)
+++ PKGBUILD2018-09-01 18:11:11 UTC (rev 375962)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-autobahn
-pkgname=(python-autobahn python2-autobahn)
-pkgver=18.7.1
-pkgrel=1
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(any)
-url='http://autobahn.ws/python/'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
-checkdepends=(python2-unittest2)
-source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('163dd329c2a29f4ef82f7fe85a6f6e654a2aa6837bd83834cf537e4efa9204be')
-
-prepare() {
-  cp -a autobahn-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  #It requires python-unittest2 in [community]
-  #python setup.py test
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  #python2 setup.py test
-}
-
-package_python-autobahn() {
-  depends=(python python-twisted python-six python-txaio)
-
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-autobahn() {
-  depends=(python2 python2-twisted python2-six python2-txaio)
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-any/PKGBUILD (from rev 375961, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 18:11:11 UTC (rev 375962)
@@ -0,0 +1,52 @@
+# Maintainer: Morten Linderud
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-autobahn
+pkgname=(python-autobahn python2-autobahn)
+pkgver=18.8.1
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(any)
+url='http://autobahn.ws/python/'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
+checkdepends=(python2-unittest2)
+source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha256sums=('b69858e0be4bff8437b0bd82a0db1cbef7405e16bd9354ba587c043d6d5e1ad9')
+
+prepare() {
+  cp -a autobahn-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  #It requires python-unittest2 in [community]
+  #python setup.py test
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  #python2 setup.py test
+}
+
+package_python-autobahn() {
+  depends=(python python-twisted python-six python-txaio)
+
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-autobahn() {
+  depends=(python2 python2-twisted python2-six python2-txaio)
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-09-01 Thread Morten Linderud via arch-commits
Date: Saturday, September 1, 2018 @ 18:11:01
  Author: foxboron
Revision: 375961

upgpkg: python-autobahn 18.8.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 16:53:04 UTC (rev 375960)
+++ PKGBUILD2018-09-01 18:11:01 UTC (rev 375961)
@@ -1,10 +1,9 @@
-# $Id$
 # Maintainer: Morten Linderud
 # Maintainer: Anatol Pomozov
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.7.1
+pkgver=18.8.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -13,7 +12,7 @@
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('163dd329c2a29f4ef82f7fe85a6f6e654a2aa6837bd83834cf537e4efa9204be')
+sha256sums=('b69858e0be4bff8437b0bd82a0db1cbef7405e16bd9354ba587c043d6d5e1ad9')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


[arch-commits] Commit in influxdb/repos/community-x86_64 (6 files)

2018-09-01 Thread Morten Linderud via arch-commits
Date: Saturday, September 1, 2018 @ 16:53:04
  Author: foxboron
Revision: 375960

archrelease: copy trunk to community-x86_64

Added:
  influxdb/repos/community-x86_64/PKGBUILD
(from rev 375959, influxdb/trunk/PKGBUILD)
  influxdb/repos/community-x86_64/influxdb.sysusers
(from rev 375959, influxdb/trunk/influxdb.sysusers)
  influxdb/repos/community-x86_64/influxdb.tmpfiles
(from rev 375959, influxdb/trunk/influxdb.tmpfiles)
Deleted:
  influxdb/repos/community-x86_64/PKGBUILD
  influxdb/repos/community-x86_64/influxdb.sysusers
  influxdb/repos/community-x86_64/influxdb.tmpfiles

---+
 PKGBUILD  |  146 ++--
 influxdb.sysusers |2 
 influxdb.tmpfiles |8 +-
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 16:52:54 UTC (rev 375959)
+++ PKGBUILD2018-09-01 16:53:04 UTC (rev 375960)
@@ -1,73 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Nicolas Leclercq 
-# Contributor: Adam S Levy 
-# Contributor: Charles B. Johnson 
-# Contributor: Daichi Shinozaki 
-# Contributor: Ben Alex 
-
-pkgname='influxdb'
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
-arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
-url='https://github.com/InfluxData/influxdb'
-license=('MIT')
-makedepends=('go-pie' 'git' 'asciidoc' 'xmlto' 'dep')
-backup=('etc/influxdb/influxdb.conf')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/influxdata/influxdb/archive/v${pkgver}.tar.gz;
-"influxdb.sysusers"
-"influxdb.tmpfiles")
-sha256sums=('908445f6a456ebcf9eef31ea6431b9f620342e29dd65b9b13d8aa310c90e5545'
-'809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'
-'e2aa59413a6204737383b86cedefd866d7073f56ace5b89aad38c530cc86e60c')
-
-prepare(){
-  export GOPATH="$srcdir/gopath"
-
-  mkdir -p "$GOPATH/src/github.com/influxdata/"
-  cp -r "${srcdir}/influxdb-$pkgver" 
"$GOPATH/src/github.com/influxdata/influxdb"
-  cd "$GOPATH/src/github.com/influxdata/influxdb"
-  dep ensure
-}
-
-build(){
-  export GOPATH="$srcdir/gopath"
-
-  _LDFLAGS="-X main.version=$pkgver -X main.branch=master"
-  go install -v -ldflags="$_LDFLAGS" "github.com/influxdata/influxdb/cmd/..."
-
-  cd "$GOPATH/src/github.com/influxdata/influxdb/man/"
-  make
-}
-
-check(){
-  export GOPATH="$srcdir/gopath"
-  #go test "github.com/influxdata/influxdb/..."
-}
-
-package(){
-  export GOPATH="$srcdir/gopath"
-
-  cd "$srcdir"
-  install -Dm644 influxdb.sysusers "$pkgdir/usr/lib/sysusers.d/influxdb.conf"
-  install -Dm644 influxdb.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/influxdb.conf"
-
-  cd "$GOPATH/bin"
-  install -d "$pkgdir/usr/bin/"
-  install -Dm755 influx "$pkgdir/usr/bin/"
-  install -Dm755 influxd"$pkgdir/usr/bin/"
-  install -Dm755 influx_inspect "$pkgdir/usr/bin/"
-  install -Dm755 influx_stress  "$pkgdir/usr/bin/"
-  install -Dm755 influx-tools   "$pkgdir/usr/bin/"
-  install -Dm755 influx_tsm "$pkgdir/usr/bin/"
-  install -Dm755 store  "$pkgdir/usr/bin/"
-
-  cd "$GOPATH/src/github.com/influxdata/influxdb"
-  install -Dm644 scripts/influxdb.service 
"$pkgdir/usr/lib/systemd/system/influxdb.service"
-  install -Dm644 etc/config.sample.toml   "$pkgdir/etc/influxdb/influxdb.conf"
-  install -Dm644 LICENSE  
"$pkgdir/usr/share/licenses/influxdb/LICENSE"
-
-  # Install man pages
-  install -d "$pkgdir/usr/share/man/man1"
-  install -Dm644 man/*.1 "$pkgdir/usr/share/man/man1/"
-}

Copied: influxdb/repos/community-x86_64/PKGBUILD (from rev 375959, 
influxdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 16:53:04 UTC (rev 375960)
@@ -0,0 +1,73 @@
+# Maintainer: Morten Linderud 
+# Contributor: Nicolas Leclercq 
+# Contributor: Adam S Levy 
+# Contributor: Charles B. Johnson 
+# Contributor: Daichi Shinozaki 
+# Contributor: Ben Alex 
+
+pkgname='influxdb'
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
+url='https://github.com/InfluxData/influxdb'
+license=('MIT')
+makedepends=('go-pie' 'git' 'asciidoc' 'xmlto' 'dep')
+backup=('etc/influxdb/influxdb.conf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/influxdata/influxdb/archive/v${pkgver}.tar.gz;
+"influxdb.sysusers"
+"influxdb.tmpfiles")
+sha256sums=('10184f858bc2ace0f21636bf00ebe17e969e0063861c7be667647dd6410bf861'
+'809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'
+'e2aa59413a6204737383b86cedefd866d7073f56ace5b89aad38c530cc86e60c')
+
+prepare(){
+  export GOPATH="$srcdir/gopath"
+
+  mkdir -p "$GOPATH/src/github.com/influxdata/"
+  cp -r "${srcdir}/influxdb-$pkgver" 

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

2018-09-01 Thread Morten Linderud via arch-commits
Date: Saturday, September 1, 2018 @ 16:52:54
  Author: foxboron
Revision: 375959

upgpkg: influxdb 1.6.2-1

Modified:
  influxdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 16:35:02 UTC (rev 375958)
+++ PKGBUILD2018-09-01 16:52:54 UTC (rev 375959)
@@ -6,7 +6,7 @@
 # Contributor: Ben Alex 
 
 pkgname='influxdb'
-pkgver=1.6.0
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -17,7 +17,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/influxdata/influxdb/archive/v${pkgver}.tar.gz;
 "influxdb.sysusers"
 "influxdb.tmpfiles")
-sha256sums=('908445f6a456ebcf9eef31ea6431b9f620342e29dd65b9b13d8aa310c90e5545'
+sha256sums=('10184f858bc2ace0f21636bf00ebe17e969e0063861c7be667647dd6410bf861'
 '809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'
 'e2aa59413a6204737383b86cedefd866d7073f56ace5b89aad38c530cc86e60c')
 
@@ -34,7 +34,7 @@
   export GOPATH="$srcdir/gopath"
 
   _LDFLAGS="-X main.version=$pkgver -X main.branch=master"
-  go install -v -ldflags="$_LDFLAGS" "github.com/influxdata/influxdb/cmd/..."
+  go install -v -ldflags="$_LDFLAGS" -gcflags "all=-trimpath=${GOPATH}" 
-asmflags "all=-trimpath=${GOPATH}" "github.com/influxdata/influxdb/cmd/..."
 
   cd "$GOPATH/src/github.com/influxdata/influxdb/man/"
   make
@@ -42,7 +42,7 @@
 
 check(){
   export GOPATH="$srcdir/gopath"
-  #go test "github.com/influxdata/influxdb/..."
+  go test "github.com/influxdata/influxdb/..."
 }
 
 package(){


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 16:35:02
  Author: dvzrv
Revision: 375958

archrelease: copy trunk to community-testing-x86_64

Added:
  japa/repos/community-testing-x86_64/
  japa/repos/community-testing-x86_64/PKGBUILD
(from rev 375957, japa/trunk/PKGBUILD)

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

Copied: japa/repos/community-testing-x86_64/PKGBUILD (from rev 375957, 
japa/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 16:35:02 UTC (rev 375958)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=japa
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="A 'perceptual' or 'psychoacoustic' audio spectrum analyser"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/index.html;
+license=('GPL2')
+groups=('pro-audio')
+depends=('clxclient' 'clthreads' 'fftw' 'jack' 'zita-alsa-pcmi')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('5930488ced374aca7c16ba6243145d941af4dd67f14e2eb94fc5014cf89ca12814a4445812fd1a36b0877d2063ed612044c7e584ecc11c3bb9a35f0ffbd682f8')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # disable optimizations
+  sed -e '/native/d' -i source/Makefile
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name JAPA \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX='/usr' DESTDIR="$pkgdir/" install
+  install -vDm 644 ../{AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # xdg desktop file
+  install -vDm 644 ../${pkgname}.desktop \
+-t "${pkgdir}/usr/share/applications"
+}


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 16:34:55
  Author: dvzrv
Revision: 375957

upgpkg: japa 0.9.2-1

Upgrading to 0.9.2.

Modified:
  japa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 16:31:30 UTC (rev 375956)
+++ PKGBUILD2018-09-01 16:34:55 UTC (rev 375957)
@@ -1,17 +1,17 @@
 # $Id$
 # Maintainer: David Runge 
 pkgname=japa
-pkgver=0.8.4
-pkgrel=3
+pkgver=0.9.2
+pkgrel=1
 pkgdesc="A 'perceptual' or 'psychoacoustic' audio spectrum analyser"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio/index.html;
 license=('GPL2')
 groups=('pro-audio')
-depends=('clxclient' 'clthreads' 'fftw' 'jack')
+depends=('clxclient' 'clthreads' 'fftw' 'jack' 'zita-alsa-pcmi')
 makedepends=('gendesk')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('d81652153e88394c81cc257af59b554718d3476c48062cfa7e246627171dc92842f6524a06ab8151220d4dae9d94a386f2d90efb1d238bbbc522988dfeaad32a')
+sha512sums=('5930488ced374aca7c16ba6243145d941af4dd67f14e2eb94fc5014cf89ca12814a4445812fd1a36b0877d2063ed612044c7e584ecc11c3bb9a35f0ffbd682f8')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -27,7 +27,7 @@
 
 build() {
   cd "$pkgname-$pkgver/source"
-  make PREFIX='/usr'
+  make
 }
 
 package() {


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 16:31:30
  Author: dvzrv
Revision: 375956

archrelease: copy trunk to community-testing-x86_64

Added:
  jaaa/repos/community-testing-x86_64/
  jaaa/repos/community-testing-x86_64/PKGBUILD
(from rev 375955, jaaa/trunk/PKGBUILD)

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

Copied: jaaa/repos/community-testing-x86_64/PKGBUILD (from rev 375955, 
jaaa/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 16:31:30 UTC (rev 375956)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Christopher Arndt 
+# Contributor: speps 
+# Contributor: Philipp Überbacher 
+# Contributor: Shinlun Hsieh 
+pkgname=jaaa
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="JACK and ALSA Audio Analyser"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('clthreads' 'clxclient' 'fftw' 'jack' 'zita-alsa-pcmi')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('bddc08774891e7cfda11a58b87b4150131577c8a4a200b7420e20937cb9fea264b9d3c335e56456d0040ec0d4ff0324821606dca85c96e43b4e3b0afe50ac83b')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # remove optimization
+  sed -e '/march=native/d' \
+  -i source/Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make LIBDIR=lib
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+
+  # doc
+  install -vDm 644 ../{AUTHORS,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 16:25:28
  Author: dvzrv
Revision: 375955

upgpkg: jaaa 0.9.2-1

Upgrading to 0.9.2.

Modified:
  jaaa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 14:50:50 UTC (rev 375954)
+++ PKGBUILD2018-09-01 16:25:28 UTC (rev 375955)
@@ -5,8 +5,8 @@
 # Contributor: Philipp Überbacher 
 # Contributor: Shinlun Hsieh 
 pkgname=jaaa
-pkgver=0.8.4
-pkgrel=3
+pkgver=0.9.2
+pkgrel=1
 pkgdesc="JACK and ALSA Audio Analyser"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio/;
@@ -14,7 +14,7 @@
 groups=('pro-audio')
 depends=('clthreads' 'clxclient' 'fftw' 'jack' 'zita-alsa-pcmi')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('d83dad995d4d6919e719671e19610be9cc6b9c14d922eabc6892f3427584baaacc212b37f0466373a38f1fcc65838851c09bb2ae72d9dfdc9c52921b594cbe8d')
+sha512sums=('bddc08774891e7cfda11a58b87b4150131577c8a4a200b7420e20937cb9fea264b9d3c335e56456d0040ec0d4ff0324821606dca85c96e43b4e3b0afe50ac83b')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in iio-sensor-proxy/repos (2 files)

2018-09-01 Thread Filipe Laíns via arch-commits
Date: Saturday, September 1, 2018 @ 14:50:50
  Author: ffy00
Revision: 375954

archrelease: copy trunk to community-x86_64

Added:
  iio-sensor-proxy/repos/community-x86_64/
  iio-sensor-proxy/repos/community-x86_64/PKGBUILD
(from rev 375953, iio-sensor-proxy/trunk/PKGBUILD)

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

Copied: iio-sensor-proxy/repos/community-x86_64/PKGBUILD (from rev 375953, 
iio-sensor-proxy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-01 14:50:50 UTC (rev 375954)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Eric Lehmann 
+# Contributor: Thomas Fanninger 
+# Contributor: ultraviolet 
+# Contributor: Pablo Lezeta 
+
+pkgname=iio-sensor-proxy
+pkgver=2.4
+pkgrel=4
+pkgdesc='IIO accelerometer sensor to input device proxy'
+arch=('x86_64')
+url='https://github.com/hadess/iio-sensor-proxy'
+license=('GPL2')
+depends=('systemd' 'libgudev' 'gtk3')
+source=("https://github.com/hadess/iio-sensor-proxy/releases/download/$pkgver/iio-sensor-proxy-$pkgver.tar.xz;)
+sha512sums=('d56316f4a606c7e453d5ede44cc31590cb9998dac31460037663bb75570fb221187c8b48e55f09263f3a461cd1f62b9066e3ec716636d1aabd635ff8e58955cd')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --libdir=/usr/lib \
+   --libexecdir=/usr/lib
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in (4 files)

2018-09-01 Thread Filipe Laíns via arch-commits
Date: Saturday, September 1, 2018 @ 14:50:44
  Author: ffy00
Revision: 375953

import from aur

Added:
  iio-sensor-proxy/
  iio-sensor-proxy/repos/
  iio-sensor-proxy/trunk/
  iio-sensor-proxy/trunk/PKGBUILD

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

Added: iio-sensor-proxy/trunk/PKGBUILD
===
--- iio-sensor-proxy/trunk/PKGBUILD (rev 0)
+++ iio-sensor-proxy/trunk/PKGBUILD 2018-09-01 14:50:44 UTC (rev 375953)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Eric Lehmann 
+# Contributor: Thomas Fanninger 
+# Contributor: ultraviolet 
+# Contributor: Pablo Lezeta 
+
+pkgname=iio-sensor-proxy
+pkgver=2.4
+pkgrel=4
+pkgdesc='IIO accelerometer sensor to input device proxy'
+arch=('x86_64')
+url='https://github.com/hadess/iio-sensor-proxy'
+license=('GPL2')
+depends=('systemd' 'libgudev' 'gtk3')
+source=("https://github.com/hadess/iio-sensor-proxy/releases/download/$pkgver/iio-sensor-proxy-$pkgver.tar.xz;)
+sha512sums=('d56316f4a606c7e453d5ede44cc31590cb9998dac31460037663bb75570fb221187c8b48e55f09263f3a461cd1f62b9066e3ec716636d1aabd635ff8e58955cd')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --libdir=/usr/lib \
+   --libexecdir=/usr/lib
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+


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


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 14:44:11
  Author: dvzrv
Revision: 375952

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 14:44:04 UTC (rev 375951)
+++ PKGBUILD2018-09-01 14:44:11 UTC (rev 375952)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Christoph Zeiler 
-# Contributor: Tom K 
-# Contributor: Shinlun Hsieh 
-# Contributor: Philipp Überbacher 
-
-pkgname=clxclient
-pkgver=3.9.2
-pkgrel=1
-pkgdesc="C++ wrapper library around the X Window System API"
-arch=('x86_64')
-url="https://kokkinizita.linuxaudio.org/linuxaudio/;
-license=('LGPL2.1')
-depends=('libxft')
-makedepends=('clthreads')
-source=("${url}downloads/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('38c2782e58df24c2dfcb936fc9cfe4d44016055fb1aa52ef8e789bf8ec327f45f2f7a91f18012e4b0c6f253f6f10329d6d1e9fc341017ace3f2b6fa050592049')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # removing optimization
-  # patch call to ldconfig to be local (upstream fix requested)
-  sed -e '/native/d' \
-  -e 's/ldconfig/& -N $(PREFIX)\/$(LIBDIR)/' \
-  -i source/Makefile
-  # fix global header include
-  sed -e 's//\"clxclient.h\"/' -i source/enumip.cc
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/source"
-  make
-}
-
-package(){
-  cd "${pkgname}-${pkgver}/source"
-  # install of include dir due to broken Makefile (upstream fix requested)
-  install -d "${pkgdir}/usr/include"
-  make DESTDIR="${pkgdir}/" PREFIX='/usr' LIBDIR='/usr/lib' install
-}
-

Copied: clxclient/repos/community-testing-x86_64/PKGBUILD (from rev 375951, 
clxclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 14:44:11 UTC (rev 375952)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Christoph Zeiler 
+# Contributor: Tom K 
+# Contributor: Shinlun Hsieh 
+# Contributor: Philipp Überbacher 
+
+pkgname=clxclient
+pkgver=3.9.2
+pkgrel=2
+pkgdesc="C++ wrapper library around the X Window System API"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('LGPL2.1')
+depends=('libxft')
+makedepends=('clthreads')
+source=("${url}downloads/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('38c2782e58df24c2dfcb936fc9cfe4d44016055fb1aa52ef8e789bf8ec327f45f2f7a91f18012e4b0c6f253f6f10329d6d1e9fc341017ace3f2b6fa050592049')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # removing optimization
+  # call ldconfig in local context
+  sed -e '/native/d' \
+  -e 's/ldconfig/& -N $(DESTDIR)\/$(LIBDIR)/' \
+  -i source/Makefile
+  # fix global header include
+  sed -e 's//\"clxclient.h\"/' -i source/enumip.cc
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make
+}
+
+package(){
+  cd "${pkgname}-${pkgver}/source"
+  make DESTDIR="${pkgdir}/" PREFIX='/usr' LIBDIR='/usr/lib' install
+  install -vDm 644 ../AUTHORS "${pkgdir}/usr/share/doc/${pkgname}"
+}
+


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 14:44:04
  Author: dvzrv
Revision: 375951

upgpkg: clxclient 3.9.2-2

Fixing local call to ldconfig properly. Adding AUTHORS file.

Modified:
  clxclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 14:34:14 UTC (rev 375950)
+++ PKGBUILD2018-09-01 14:44:04 UTC (rev 375951)
@@ -8,7 +8,7 @@
 
 pkgname=clxclient
 pkgver=3.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="C++ wrapper library around the X Window System API"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio/;
@@ -21,9 +21,9 @@
 prepare() {
   cd "$pkgname-$pkgver"
   # removing optimization
-  # patch call to ldconfig to be local (upstream fix requested)
+  # call ldconfig in local context
   sed -e '/native/d' \
-  -e 's/ldconfig/& -N $(PREFIX)\/$(LIBDIR)/' \
+  -e 's/ldconfig/& -N $(DESTDIR)\/$(LIBDIR)/' \
   -i source/Makefile
   # fix global header include
   sed -e 's//\"clxclient.h\"/' -i source/enumip.cc
@@ -36,8 +36,7 @@
 
 package(){
   cd "${pkgname}-${pkgver}/source"
-  # install of include dir due to broken Makefile (upstream fix requested)
-  install -d "${pkgdir}/usr/include"
   make DESTDIR="${pkgdir}/" PREFIX='/usr' LIBDIR='/usr/lib' install
+  install -vDm 644 ../AUTHORS "${pkgdir}/usr/share/doc/${pkgname}"
 }
 


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 14:34:14
  Author: dvzrv
Revision: 375950

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 14:34:07 UTC (rev 375949)
+++ PKGBUILD2018-09-01 14:34:14 UTC (rev 375950)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Christoph Zeiler 
-# Contributor: Tom K 
-# Contributor: Shinlun Hsieh 
-# Contributor: Philipp Überbacher 
-
-pkgname=clthreads
-pkgver=2.4.2
-pkgrel=2
-pkgdesc="C++ wrapper library around the POSIX threads API"
-arch=('x86_64')
-url="https://kokkinizita.linuxaudio.org/linuxaudio/;
-license=('LGPL2.1')
-depends=('gcc-libs')
-source=("${url}downloads/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('a91de7a287c2cb9b2ce17e4c158db79bbaeccb278510d11e6c05fcbe9295c26b4d0231fa97800b265decd1d0886b7425f7b5d4cbcb18758be540356408e72131')
-
-prepare() {
-  cd "${pkgname}-${pkgver}/source"
-  # remove optimization
-  # patch call to ldconfig to be local (upstream fix requested)
-  # remove wrongly applied use of PREFIX
-  sed -e '/native/d' \
-  -e 's/ldconfig/& -N $(PREFIX)\/$(LIBDIR)/' \
-  -e 's/(PREFIX)\/\$//g' \
-  -i Makefile
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/source"
-  make
-}
-
-package(){
-  cd "${pkgname}-${pkgver}/source"
-  make DESTDIR="${pkgdir}/" PREFIX='/usr' LIBDIR='/usr/lib' install
-}

Copied: clthreads/repos/community-testing-x86_64/PKGBUILD (from rev 375949, 
clthreads/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 14:34:14 UTC (rev 375950)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Christoph Zeiler 
+# Contributor: Tom K 
+# Contributor: Shinlun Hsieh 
+# Contributor: Philipp Überbacher 
+
+pkgname=clthreads
+pkgver=2.4.2
+pkgrel=3
+pkgdesc="C++ wrapper library around the POSIX threads API"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('LGPL2.1')
+depends=('gcc-libs')
+source=("${url}downloads/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('a91de7a287c2cb9b2ce17e4c158db79bbaeccb278510d11e6c05fcbe9295c26b4d0231fa97800b265decd1d0886b7425f7b5d4cbcb18758be540356408e72131')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  # remove optimization
+  # call ldconfig in local context
+  # remove wrongly applied use of PREFIX (line 54,55)
+  sed -e '/native/d' \
+  -e 's/ldconfig/& -N $(DESTDIR)\/$(LIBDIR)/' \
+  -e 's/(PREFIX)\/\$//g' \
+  -i Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make
+}
+
+package(){
+  cd "${pkgname}-${pkgver}/source"
+  make DESTDIR="${pkgdir}/" PREFIX='/usr' LIBDIR='/usr/lib' install
+}


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 14:34:07
  Author: dvzrv
Revision: 375949

upgpkg: clthreads 2.4.2-3

Fixing local call to ldconfig properly.

Modified:
  clthreads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 14:30:06 UTC (rev 375948)
+++ PKGBUILD2018-09-01 14:34:07 UTC (rev 375949)
@@ -8,7 +8,7 @@
 
 pkgname=clthreads
 pkgver=2.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="C++ wrapper library around the POSIX threads API"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio/;
@@ -20,10 +20,10 @@
 prepare() {
   cd "${pkgname}-${pkgver}/source"
   # remove optimization
-  # patch call to ldconfig to be local (upstream fix requested)
-  # remove wrongly applied use of PREFIX
+  # call ldconfig in local context
+  # remove wrongly applied use of PREFIX (line 54,55)
   sed -e '/native/d' \
-  -e 's/ldconfig/& -N $(PREFIX)\/$(LIBDIR)/' \
+  -e 's/ldconfig/& -N $(DESTDIR)\/$(LIBDIR)/' \
   -e 's/(PREFIX)\/\$//g' \
   -i Makefile
 }


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 14:30:00
  Author: dvzrv
Revision: 375947

upgpkg: zita-convolver 4.0.3-1

Upgrading to 4.0.3.

Modified:
  zita-convolver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 14:15:06 UTC (rev 375946)
+++ PKGBUILD2018-09-01 14:30:00 UTC (rev 375947)
@@ -6,7 +6,7 @@
 # Contributor: orbisvicis
 
 pkgname=zita-convolver
-pkgver=4.0.0
+pkgver=4.0.3
 pkgrel=1
 pkgdesc="A fast, partitioned convolution engine library."
 arch=('x86_64')
@@ -14,33 +14,25 @@
 license=('GPL3')
 depends=('fftw')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('249c87bc662d92ffbba6030bb7c1b1d78d573a7f8cb2178f162c3cd82738b16555234c7fe609d976a294d2bb169a00bf828f1505852cf005860d57d688aa6de5')
+sha512sums=('62d7841757f10c094e43ed755e187f947c5743f302ed2a1ee6064a850c18921466f4505d8a2a7b3ad23619db7f1ad7307e1dfb2e8a1e7685e60ece24f6ca')
 
 prepare() {
-  cd "${pkgname}-${pkgver}/libs"
-
+  cd "${pkgname}-${pkgver}"
   # FS#36248 - strip -march=native
-  sed -i '/native/d' Makefile
-
-  # prevent ldconfig call
-  sed -i '/ldconfig/d' Makefile
+  # call ldconfig in local context
+  sed -e '/native/d' \
+  -e 's/ldconfig/& -N $(DESTDIR)\/$(LIBDIR)/' \
+  -i source/Makefile
 }
 
 build() {
-  cd "${pkgname}-${pkgver}/libs"
+  cd "${pkgname}-${pkgver}/source"
   make
 }
 
 package() {
-  cd "${pkgname}-${pkgver}/libs"
+  cd "${pkgname}-${pkgver}/source"
   make SUFFIX="" PREFIX=/usr DESTDIR="${pkgdir}/" install
-
-  # missing softlink
-  ln -s "lib${pkgname}.so.${pkgver}" \
-"$pkgdir/usr/lib/lib${pkgname}.so.${pkgver%%.*}"
-
   # docs
-  cd ..
-  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -vDm 644 ../{AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
 }


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 14:30:06
  Author: dvzrv
Revision: 375948

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-convolver/repos/community-testing-x86_64/
  zita-convolver/repos/community-testing-x86_64/PKGBUILD
(from rev 375947, zita-convolver/trunk/PKGBUILD)

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

Copied: zita-convolver/repos/community-testing-x86_64/PKGBUILD (from rev 
375947, zita-convolver/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 14:30:06 UTC (rev 375948)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Philipp Überbacher 
+# Contributor: Stefan Husmann 
+# Contributor: orbisvicis
+
+pkgname=zita-convolver
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="A fast, partitioned convolution engine library."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL3')
+depends=('fftw')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('62d7841757f10c094e43ed755e187f947c5743f302ed2a1ee6064a850c18921466f4505d8a2a7b3ad23619db7f1ad7307e1dfb2e8a1e7685e60ece24f6ca')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # FS#36248 - strip -march=native
+  # call ldconfig in local context
+  sed -e '/native/d' \
+  -e 's/ldconfig/& -N $(DESTDIR)\/$(LIBDIR)/' \
+  -i source/Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make SUFFIX="" PREFIX=/usr DESTDIR="${pkgdir}/" install
+  # docs
+  install -vDm 644 ../{AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 14:14:58
  Author: dvzrv
Revision: 375945

upgpkg: python-furl 1.2.1-1

Upgrading to 1.2.1. Switching to github as source, as tests are removed from 
pypi package.

Modified:
  python-furl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 14:09:23 UTC (rev 375944)
+++ PKGBUILD2018-09-01 14:14:58 UTC (rev 375945)
@@ -5,8 +5,8 @@
 _name=furl
 pkgbase=python-furl
 pkgname=('python-furl' 'python2-furl')
-pkgver=1.2
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="A small Python library that makes parsing and manipulating URLs easy"
 url="https://github.com/gruns/furl;
 makedepends=('python-orderedmultidict' 'python-setuptools' 'python-six' 
'python2-orderedmultidict' 'python2-setuptools' 'python2-six')
@@ -13,31 +13,30 @@
 checkdepends=('flake8' 'python-pycodestyle' 'python-pyflakes' 'python2-flake8' 
'python2-pycodestyle' 'python2-pyflakes')
 license=('custom:Unlicense')
 arch=('any')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('dc14048dda61e7f33466f9547b3185bc482a27ad3ff4701a97364ca5e845e8ea7cca7747588d50478d37acf3b8ef641427957f3a63775bed24ace2de55a1fb65')
+# pypi upstream lost the tests temporarily: 
https://github.com/gruns/furl/issues/105
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gruns/${_name}/archive/${pkgver}.tar.gz;)
+#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('0c62cca8bbffcaaa5d2144aad6072a6e3e88c0ce7e04d33999a46c894edacc43be61ca46f4e4e5b009f9c957dc878208ebde289046c321b005d40f5e5d59f135')
 
 prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
+  mv -v "${_name}-${pkgver}" "${pkgbase}-${pkgver}"
 }
 
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${pkgbase}-${pkgver}"
   python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
   python2 setup.py build
 }
 
 check() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${pkgbase}-${pkgver}"
   python setup.py test
-  cd ../"${pkgname[1]}-${pkgver}"
   python2 setup.py test
 }
 
 package_python-furl() {
   depends=('python-six' 'python-orderedmultidict')
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgbase}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
@@ -48,7 +47,7 @@
 
 package_python2-furl() {
   depends=('python2-six' 'python2-orderedmultidict')
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgbase}-${pkgver}"
   python2 setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 14:15:06
  Author: dvzrv
Revision: 375946

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 14:14:58 UTC (rev 375945)
+++ PKGBUILD2018-09-01 14:15:06 UTC (rev 375946)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Husam Bilal 
-
-_name=furl
-pkgbase=python-furl
-pkgname=('python-furl' 'python2-furl')
-pkgver=1.2
-pkgrel=2
-pkgdesc="A small Python library that makes parsing and manipulating URLs easy"
-url="https://github.com/gruns/furl;
-makedepends=('python-orderedmultidict' 'python-setuptools' 'python-six' 
'python2-orderedmultidict' 'python2-setuptools' 'python2-six')
-checkdepends=('flake8' 'python-pycodestyle' 'python-pyflakes' 'python2-flake8' 
'python2-pycodestyle' 'python2-pyflakes')
-license=('custom:Unlicense')
-arch=('any')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('dc14048dda61e7f33466f9547b3185bc482a27ad3ff4701a97364ca5e845e8ea7cca7747588d50478d37acf3b8ef641427957f3a63775bed24ace2de55a1fb65')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
-}
-
-check() {
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py test
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py test
-}
-
-package_python-furl() {
-  depends=('python-six' 'python-orderedmultidict')
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm644 {API,README}.md
-}
-
-package_python2-furl() {
-  depends=('python2-six' 'python2-orderedmultidict')
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm 644 {API,README}.md
-}

Copied: python-furl/repos/community-any/PKGBUILD (from rev 375945, 
python-furl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 14:15:06 UTC (rev 375946)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Husam Bilal 
+
+_name=furl
+pkgbase=python-furl
+pkgname=('python-furl' 'python2-furl')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A small Python library that makes parsing and manipulating URLs easy"
+url="https://github.com/gruns/furl;
+makedepends=('python-orderedmultidict' 'python-setuptools' 'python-six' 
'python2-orderedmultidict' 'python2-setuptools' 'python2-six')
+checkdepends=('flake8' 'python-pycodestyle' 'python-pyflakes' 'python2-flake8' 
'python2-pycodestyle' 'python2-pyflakes')
+license=('custom:Unlicense')
+arch=('any')
+# pypi upstream lost the tests temporarily: 
https://github.com/gruns/furl/issues/105
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gruns/${_name}/archive/${pkgver}.tar.gz;)
+#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('0c62cca8bbffcaaa5d2144aad6072a6e3e88c0ce7e04d33999a46c894edacc43be61ca46f4e4e5b009f9c957dc878208ebde289046c321b005d40f5e5d59f135')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgbase}-${pkgver}"
+}
+
+build() {
+  cd "${pkgbase}-${pkgver}"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "${pkgbase}-${pkgver}"
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-furl() {
+  depends=('python-six' 'python-orderedmultidict')
+  cd "${pkgbase}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm644 {API,README}.md
+}
+
+package_python2-furl() {
+  depends=('python2-six' 'python2-orderedmultidict')
+  cd "${pkgbase}-${pkgver}"
+  python2 setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm 644 {API,README}.md
+}


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 14:09:23
  Author: dvzrv
Revision: 375944

archrelease: copy trunk to community-testing-x86_64

Added:
  yass/repos/community-testing-x86_64/
  yass/repos/community-testing-x86_64/PKGBUILD
(from rev 375943, yass/trunk/PKGBUILD)

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

Copied: yass/repos/community-testing-x86_64/PKGBUILD (from rev 375943, 
yass/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-01 14:09:23 UTC (rev 375944)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=yass
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Yet Another Scrolling Scope"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('clthreads' 'clxclient' 'jack')
+makedepends=('gendesk')
+backup=('etc/yass.conf')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('c8107368ea014c0f078cd73df325aa68e15af2ce8797e02dbcc4cff4b03b753f9dd7301d9ef675960021a94ca47354cc93cae3f0e8abbbece54d9333ee4f77a2')
+validpgpkeys=()
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -e '/native/d' \
+  -i source/Makefile
+  # XDG desktop files
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name YASS \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  # XDG desktop integration
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  # docs
+  install -vDm 644 ../{AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # configuration
+  install -vDm 644 ../.yassrc "${pkgdir}/etc/yass.conf"
+}


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 14:09:01
  Author: dvzrv
Revision: 375943

upgpkg: yass 0.1.0-1

Upgrading to 0.1.0. Using (now fixed) Makefile. Installing additional 
configuration system-wide.

Modified:
  yass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 13:56:18 UTC (rev 375942)
+++ PKGBUILD2018-09-01 14:09:01 UTC (rev 375943)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: David Runge 
 pkgname=yass
-pkgver=0.0.2
-pkgrel=3
+pkgver=0.1.0
+pkgrel=1
 pkgdesc="Yet Another Scrolling Scope"
 arch=('x86_64')
 url="https://kokkinizita.linuxaudio.org/linuxaudio/;
@@ -10,13 +10,15 @@
 groups=('pro-audio')
 depends=('clthreads' 'clxclient' 'jack')
 makedepends=('gendesk')
+backup=('etc/yass.conf')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('bd15d0f28c8877879f2cd75a18185234f254b8c7c00e78d6b8de84ed8c98ec014098aa0560d5f1efdaab8ad8638973d1e92230273d836903d553e56fa80e9a57')
+sha512sums=('c8107368ea014c0f078cd73df325aa68e15af2ce8797e02dbcc4cff4b03b753f9dd7301d9ef675960021a94ca47354cc93cae3f0e8abbbece54d9333ee4f77a2')
 validpgpkeys=()
 
 prepare() {
-  mv -v ${pkgname} ${pkgname}-${pkgver}
   cd "$pkgname-$pkgver"
+  sed -e '/native/d' \
+  -i source/Makefile
   # XDG desktop files
   gendesk -n \
   --pkgname ${pkgname} \
@@ -26,16 +28,18 @@
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver/source"
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  # Makefile is too broken to do things properly
-  install -vDm 755 ${pkgname} -t "${pkgdir}/usr/bin/"
+  cd "$pkgname-$pkgver/source"
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
   # XDG desktop integration
-  install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
   # docs
-  install -vDm 644 {AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 ../{AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # configuration
+  install -vDm 644 ../.yassrc "${pkgdir}/etc/yass.conf"
 }


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 13:56:18
  Author: dvzrv
Revision: 375942

archrelease: copy trunk to community-x86_64

Added:
  spectmorph/repos/community-x86_64/PKGBUILD
(from rev 375941, spectmorph/trunk/PKGBUILD)
Deleted:
  spectmorph/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 13:56:09 UTC (rev 375941)
+++ PKGBUILD2018-09-01 13:56:18 UTC (rev 375942)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-pkgname=spectmorph
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="A free software project which allows to analyze samples of musical 
instruments, and to combine them (morphing)"
-arch=('x86_64')
-url="http://spectmorph.org/;
-license=('LGPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'fftw' 'jack' 'libao' 'qt5-base')
-makedepends=('lv2')
-optdepends=('python2: For sminstbuilder')
-source=("http://spectmorph.org/downloads/${pkgname}-${pkgver}.tar.bz2;
-
"http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz;)
-sha512sums=('6b8139e9ee7b60889a78a21b03ae1ad06bc8b1d75b8bfdf72af64dc812028f4e83cfd8ed20af834a90ed5d62ee7234257db198371f90a909c72ca897aa17be3d'
-
'94fa1bc39f36677627b1f8699dc7e65be2567fedaf18b762ab5de83a2ffd8ef683e49b62a8a779346b359eb1438cbd0dd88b0bfb12e7fcdfb8f6e3b30ac1d495')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-  --with-lv2 \
-  --with-jack \
-  --with-qt
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  # standard instruments
-  install -vDm 644 ../instruments/standard/* \
--t "${pkgdir}/usr/share/${pkgname}/instruments/standard/"
-  # docs
-  install -vDm 644 {AUTHORS,DESIGN,NEWS,README.md,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: spectmorph/repos/community-x86_64/PKGBUILD (from rev 375941, 
spectmorph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 13:56:18 UTC (rev 375942)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+pkgname=spectmorph
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Analyze samples of musical instruments and combine them (morphing)"
+arch=('x86_64')
+url="http://spectmorph.org/;
+license=('LGPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'fftw' 'jack' 'libao' 'qt5-base')
+makedepends=('lv2')
+optdepends=('python2: For sminstbuilder')
+source=("http://www.spectmorph.org/files/releases/${pkgname}-${pkgver}.tar.bz2;
+
"http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz;)
+sha512sums=('9dd28ae09f56df07a224c5b3d3b500d117059a7585a405321d33c539dc4f5cbff1183602e10be1f0f343532b63f1a442c6df403fdf5356b0dbc566800aa0b5d2'
+
'b7b564dcd2d144272f2620172c43ed453069fa22b516e4f259e498acfe0f6720ead700fff672327786cda8e2f8723362169261219c79bd4a85078ab8edfe9029')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --with-lv2 \
+  --with-jack \
+  --with-qt
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # standard instruments
+  install -vDm 644 ../instruments/standard/* \
+-t "${pkgdir}/usr/share/${pkgname}/instruments/standard/"
+  # docs
+  install -vDm 644 {AUTHORS,DESIGN,NEWS,README.md,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 13:56:09
  Author: dvzrv
Revision: 375941

upgpkg: spectmorph 0.4.1-1

Upgrading to 0.4.1 (fixing source, as upstream has changed links to source 
tarball).

Modified:
  spectmorph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 13:04:41 UTC (rev 375940)
+++ PKGBUILD2018-09-01 13:56:09 UTC (rev 375941)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 pkgname=spectmorph
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="A free software project which allows to analyze samples of musical 
instruments, and to combine them (morphing)"
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Analyze samples of musical instruments and combine them (morphing)"
 arch=('x86_64')
 url="http://spectmorph.org/;
 license=('LGPL3')
@@ -10,10 +10,10 @@
 depends=('cairo' 'fftw' 'jack' 'libao' 'qt5-base')
 makedepends=('lv2')
 optdepends=('python2: For sminstbuilder')
-source=("http://spectmorph.org/downloads/${pkgname}-${pkgver}.tar.bz2;
+source=("http://www.spectmorph.org/files/releases/${pkgname}-${pkgver}.tar.bz2;
 
"http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz;)
-sha512sums=('6b8139e9ee7b60889a78a21b03ae1ad06bc8b1d75b8bfdf72af64dc812028f4e83cfd8ed20af834a90ed5d62ee7234257db198371f90a909c72ca897aa17be3d'
-
'94fa1bc39f36677627b1f8699dc7e65be2567fedaf18b762ab5de83a2ffd8ef683e49b62a8a779346b359eb1438cbd0dd88b0bfb12e7fcdfb8f6e3b30ac1d495')
+sha512sums=('9dd28ae09f56df07a224c5b3d3b500d117059a7585a405321d33c539dc4f5cbff1183602e10be1f0f343532b63f1a442c6df403fdf5356b0dbc566800aa0b5d2'
+
'b7b564dcd2d144272f2620172c43ed453069fa22b516e4f259e498acfe0f6720ead700fff672327786cda8e2f8723362169261219c79bd4a85078ab8edfe9029')
 
 build() {
   cd "$pkgname-$pkgver"


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

2018-09-01 Thread Filipe Laíns via arch-commits
Date: Saturday, September 1, 2018 @ 13:04:41
  Author: ffy00
Revision: 375940

archrelease: copy trunk to community-x86_64

Added:
  shotcut/repos/community-x86_64/PKGBUILD
(from rev 375939, shotcut/trunk/PKGBUILD)
  shotcut/repos/community-x86_64/melt.patch
(from rev 375939, shotcut/trunk/melt.patch)
Deleted:
  shotcut/repos/community-x86_64/PKGBUILD
  shotcut/repos/community-x86_64/melt.patch

+
 PKGBUILD   |   94 +--
 melt.patch |   26 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 13:04:35 UTC (rev 375939)
+++ PKGBUILD2018-09-01 13:04:41 UTC (rev 375940)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: nfnty 
-
-pkgname=shotcut
-pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=18.08.14
-pkgrel=3
-arch=('x86_64')
-url='https://www.shotcut.org'
-license=('GPL3')
-depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
- 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
- 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz;
-'melt.patch')
-sha512sums=('ee1f8bac04907aae1ac3d85d1f61d1e7cdf0e0f67117c968dd79313f31d5b7f2fcb32bc8066c14fb5bb09a315a81b067a88c75004dae87a00b5f316ae87be8a0'
-
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p1 < ../melt.patch
-}
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  qmake .. \
-PREFIX='/usr' \
-QMAKE_CFLAGS_RELEASE="$CFLAGS" \
-QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
-SHOTCUT_VERSION=$pkgver-ARCH
-
-  make
-
-  lrelease ../translations/*.ts
-}
-
-package() {
-cd $pkgname-$pkgver/build
-
-make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: shotcut/repos/community-x86_64/PKGBUILD (from rev 375939, 
shotcut/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 13:04:41 UTC (rev 375940)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: nfnty 
+
+pkgname=shotcut
+pkgdesc='Cross-platform Qt based Video Editor'
+pkgver=18.08.14
+pkgrel=4
+arch=('x86_64')
+url='https://www.shotcut.org'
+license=('GPL3')
+depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
+ 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
+ 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz;
+'melt.patch')
+sha512sums=('ee1f8bac04907aae1ac3d85d1f61d1e7cdf0e0f67117c968dd79313f31d5b7f2fcb32bc8066c14fb5bb09a315a81b067a88c75004dae87a00b5f316ae87be8a0'
+
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 < ../melt.patch
+}
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  qmake .. \
+PREFIX='/usr' \
+QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
+SHOTCUT_VERSION=$pkgver
+
+  make
+
+  lrelease ../translations/*.ts
+}
+
+package() {
+cd $pkgname-$pkgver/build
+
+make INSTALL_ROOT="$pkgdir" install
+}
+

Deleted: melt.patch
===
--- melt.patch  2018-09-01 13:04:35 UTC (rev 375939)
+++ melt.patch  2018-09-01 13:04:41 UTC (rev 375940)
@@ -1,13 +0,0 @@
-diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
-index f5390e4..693a089 100644
 a/src/jobs/meltjob.cpp
-+++ b/src/jobs/meltjob.cpp
-@@ -50,7 +50,7 @@ void MeltJob::start()
- #ifdef Q_OS_WIN
- QFileInfo meltPath(shotcutPath, "qmelt.exe");
- #else
--QFileInfo meltPath(shotcutPath, "qmelt");
-+QFileInfo meltPath(shotcutPath, "melt");
- #endif
- setReadChannel(QProcess::StandardError);
- QStringList args;

Copied: shotcut/repos/community-x86_64/melt.patch (from rev 375939, 
shotcut/trunk/melt.patch)
===
--- melt.patch  (rev 0)
+++ melt.patch  2018-09-01 13:04:41 UTC (rev 375940)
@@ -0,0 +1,13 @@
+diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
+index f5390e4..693a089 100644
+--- a/src/jobs/meltjob.cpp
 b/src/jobs/meltjob.cpp
+@@ -50,7 +50,7 @@ void MeltJob::start()
+ #ifdef Q_OS_WIN
+ QFileInfo meltPath(shotcutPath, "qmelt.exe");
+ #else
+-QFileInfo 

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

2018-09-01 Thread Filipe Laíns via arch-commits
Date: Saturday, September 1, 2018 @ 13:04:35
  Author: ffy00
Revision: 375939

upgpkg: shotcut 18.08.14-4

Modified:
  shotcut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 12:43:32 UTC (rev 375938)
+++ PKGBUILD2018-09-01 13:04:35 UTC (rev 375939)
@@ -5,7 +5,7 @@
 pkgname=shotcut
 pkgdesc='Cross-platform Qt based Video Editor'
 pkgver=18.08.14
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://www.shotcut.org'
 license=('GPL3')
@@ -32,7 +32,7 @@
 PREFIX='/usr' \
 QMAKE_CFLAGS_RELEASE="$CFLAGS" \
 QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
-SHOTCUT_VERSION=$pkgver-ARCH
+SHOTCUT_VERSION=$pkgver
 
   make
 


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

2018-09-01 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, September 1, 2018 @ 12:43:32
  Author: svenstaro
Revision: 375938

archrelease: copy trunk to community-x86_64

Added:
  kitty/repos/community-x86_64/PKGBUILD
(from rev 375937, kitty/trunk/PKGBUILD)
Deleted:
  kitty/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 12:43:21 UTC (rev 375937)
+++ PKGBUILD2018-09-01 12:43:32 UTC (rev 375938)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-# Contributor: Maximilian Kindshofer 
-
-pkgname=kitty
-pkgver=0.11.3
-pkgrel=2
-pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
-arch=('x86_64')
-url="https://github.com/kovidgoyal/kitty;
-license=('GPL3')
-depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'hicolor-icon-theme' 'libgl')
-makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa' 
'python-sphinx')
-optdepends=('imagemagick: viewing images with icat')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('a5b4af74c70222df8ef6a6a8414eb18b7ebc5c959b4031d7a67d636ee912800a2c5fe627c57cf39d9a9eb9c6c1904dbebb4d40575cc8673bf704dd36f58b0783')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py linux-package
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 setup.py linux-package --prefix ${pkgdir}/usr
-
-  install -Dm644 ${pkgdir}/usr/share/icons/hicolor/256x256/apps/kitty.png 
${pkgdir}/usr/share/pixmaps/kitty.png
-}

Copied: kitty/repos/community-x86_64/PKGBUILD (from rev 375937, 
kitty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 12:43:32 UTC (rev 375938)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Maximilian Kindshofer 
+
+pkgname=kitty
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
+arch=('x86_64')
+url="https://github.com/kovidgoyal/kitty;
+license=('GPL3')
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'hicolor-icon-theme' 'libgl')
+makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa' 
'python-sphinx')
+optdepends=('imagemagick: viewing images with icat')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('f854f61bd95b6a33de8c27e2c7edbd6a5257d817fadacb5341940e9cb0017031cd3f08300d3dab4866b20e53987fb7f59385dcd772b2abd2aced86df171e6de7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py linux-package
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py linux-package --prefix ${pkgdir}/usr
+
+  install -Dm644 ${pkgdir}/usr/share/icons/hicolor/256x256/apps/kitty.png 
${pkgdir}/usr/share/pixmaps/kitty.png
+}


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

2018-09-01 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, September 1, 2018 @ 12:43:21
  Author: svenstaro
Revision: 375937

upgpkg: kitty 0.12.0-1

Modified:
  kitty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 12:19:53 UTC (rev 375936)
+++ PKGBUILD2018-09-01 12:43:21 UTC (rev 375937)
@@ -3,8 +3,8 @@
 # Contributor: Maximilian Kindshofer 
 
 pkgname=kitty
-pkgver=0.11.3
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
 arch=('x86_64')
 url="https://github.com/kovidgoyal/kitty;
@@ -13,7 +13,7 @@
 makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa' 
'python-sphinx')
 optdepends=('imagemagick: viewing images with icat')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('a5b4af74c70222df8ef6a6a8414eb18b7ebc5c959b4031d7a67d636ee912800a2c5fe627c57cf39d9a9eb9c6c1904dbebb4d40575cc8673bf704dd36f58b0783')
+sha512sums=('f854f61bd95b6a33de8c27e2c7edbd6a5257d817fadacb5341940e9cb0017031cd3f08300d3dab4866b20e53987fb7f59385dcd772b2abd2aced86df171e6de7')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-09-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, September 1, 2018 @ 09:13:40
  Author: lfleischer
Revision: 333178

archrelease: copy trunk to staging-x86_64

Added:
  protobuf/repos/staging-x86_64/
  protobuf/repos/staging-x86_64/PKGBUILD
(from rev 333177, protobuf/trunk/PKGBUILD)

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

Copied: protobuf/repos/staging-x86_64/PKGBUILD (from rev 333177, 
protobuf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-01 09:13:40 UTC (rev 333178)
@@ -0,0 +1,97 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
+pkgver=3.6.1
+_gtestver=1.8.0
+pkgrel=1
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
+source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz;
+
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz;)
+md5sums=('e8ce2659ea4f5df1a1e0dbd107dd61d9'
+ '16877098823401d1bf2ed7891d7dce36')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+
+  cp -r "$srcdir/googletest-release-${_gtestver}/googletest" 
third_party/googletest/googletest
+  cp -r "$srcdir/googletest-release-${_gtestver}/googlemock" 
third_party/googletest/googlemock
+
+  sed -r 's|/usr/bin/env python|/usr/bin/env python2|' -i 
third_party/googletest/googletest/scripts/*.py
+}
+
+build() {
+  # GCC is stuck on 
src/google/protobuf/util/internal/protostream_objectsource_test.cc
+  # and src/google/protobuf/util/internal/protostream_objectwriter_test.cc.
+  export CC=/usr/bin/clang CXX=/usr/bin/clang++
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./autogen.sh
+
+  cd "$srcdir/$pkgbase-$pkgver/third_party/googletest/googletest"
+  autoreconf -fiv
+  ./configure
+  make
+
+  cd "$srcdir/$pkgbase-$pkgver/third_party/googletest/googlemock"
+  autoreconf -fiv
+  ./configure
+  make
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C "$srcdir/$pkgbase-$pkgver" check
+}
+
+package_protobuf() {
+  conflicts=('protobuf' 'protobuf-cpp')
+  provides=('protobuf' 'protobuf-cpp')
+  replaces=('protobuf-cpp')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 editors/protobuf-mode.el 
"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
+}
+
+package_python2-protobuf() {
+  pkgdesc='Python 2 bindings for Google Protocol Buffers'
+  depends=('python2' 'python2-six' "protobuf=$pkgver")
+  conflicts=('python2-protobuf')
+  provides=('python2-protobuf')
+
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python2 setup.py install --root="$pkgdir"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}
+
+package_python-protobuf() {
+  pkgdesc='Python 3 bindings for Google Protocol Buffers'
+  depends=('python' 'python-six' "protobuf=$pkgver")
+  conflicts=('python-protobuf')
+  provides=('python-protobuf')
+
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python3 setup.py install --root="$pkgdir"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2018-09-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, September 1, 2018 @ 09:13:34
  Author: lfleischer
Revision: 333177

upgpkg: protobuf 3.6.1-1

Upstream update.

Modified:
  protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 08:01:40 UTC (rev 333176)
+++ PKGBUILD2018-09-01 09:13:34 UTC (rev 333177)
@@ -8,7 +8,7 @@
 
 pkgbase='protobuf'
 pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
-pkgver=3.6.0.1
+pkgver=3.6.1
 _gtestver=1.8.0
 pkgrel=1
 pkgdesc="Protocol Buffers - Google's data interchange format"
@@ -19,7 +19,7 @@
 makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
 
source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz;
 
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz;)
-md5sums=('64827a068c449b5793ac4af886ea10a2'
+md5sums=('e8ce2659ea4f5df1a1e0dbd107dd61d9'
  '16877098823401d1bf2ed7891d7dce36')
 
 prepare() {


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

2018-09-01 Thread Felix Yan via arch-commits
Date: Saturday, September 1, 2018 @ 08:19:40
  Author: felixonmars
Revision: 375930

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 375929, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-01 08:19:40 UTC (rev 375930)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.5.0
+pkgrel=84
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('87861cddb353262630e4370e12e508224b3c14e128082909b4b35f0526dfe648a744d68cc27f77f2f8bb098af37a2af7bdc805d88018bba5e48b6c1ff1749f10')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-01 Thread Felix Yan via arch-commits
Date: Saturday, September 1, 2018 @ 08:19:27
  Author: felixonmars
Revision: 375929

upgpkg: shellcheck 0.5.0-84

rebuild with skylighting 0.7.3

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 08:16:33 UTC (rev 375928)
+++ PKGBUILD2018-09-01 08:19:27 UTC (rev 375929)
@@ -5,7 +5,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.5.0
-pkgrel=83
+pkgrel=84
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2018-09-01 Thread Felix Yan via arch-commits
Date: Saturday, September 1, 2018 @ 08:16:21
  Author: felixonmars
Revision: 375927

upgpkg: pandoc-crossref 0.3.2.1-73

rebuild with skylighting 0.7.3

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 08:15:07 UTC (rev 375926)
+++ PKGBUILD2018-09-01 08:16:21 UTC (rev 375927)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.2.1
-pkgrel=72
+pkgrel=73
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2018-09-01 Thread Felix Yan via arch-commits
Date: Saturday, September 1, 2018 @ 08:16:33
  Author: felixonmars
Revision: 375928

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
375927, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-01 08:16:33 UTC (rev 375928)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.2.1
+pkgrel=73
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-file-embed' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('224218d3a559fc6a2b574c4f62a7e99f28c25abb20f7fc2eb6b318f388d0c3e65f690c03b687964d50bb4fc87a77d79a6bebb20c196cd93f884f12c43ce1c68e')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+# 
https://github.com/lierdakil/pandoc-crossref/issues/181#issuecomment-398269601
+cd $pkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


  1   2   >