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

2018-07-25 Thread David Runge via arch-commits
Date: Thursday, July 26, 2018 @ 06:58:51
  Author: dvzrv
Revision: 363466

upgpkg: sratom 0.6.2-1

Upgrading to 0.6.2. Moving lv2 to makedepends. Using python2 for waf scripts.

Modified:
  sratom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 06:46:15 UTC (rev 363465)
+++ PKGBUILD2018-07-26 06:58:51 UTC (rev 363466)
@@ -1,19 +1,19 @@
 # $Id$
 # Maintainer: David Runge 
-# Maintainer: Ray Rashif 
+# Contributor: Ray Rashif 
 # Contributor: speps 
 
 pkgname=sratom
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.2
+pkgrel=1
 pkgdesc="An LV2 Atom RDF serialisation library"
 arch=('x86_64')
 url="https://drobilla.net/software/sratom/";
 license=('custom:ISC')
-depends=('lv2' 'sord')
-makedepends=('python')
-source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha512sums=('899bb01896e2b65b69482041c7e06edc9e45e9a3466392c82a58f16dfc71462a6c3e3e16a5aa50a6347c8366ea72898468910a59a084762f75eb8c7031ceacf8'
+depends=('sord')
+makedepends=('lv2' 'python2')
+source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('356e1dfde07fcc3eff99186ff79501557572f5d73338fd096bf639a82d1d4fe3c0e790627c8eb088053e4a2aeed4e548aca0a5572d1ab26316cfdb13374f10ac'
 'SKIP')
 validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3')
 
@@ -25,26 +25,25 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  python waf configure --prefix=/usr \
+  python2 waf configure --prefix=/usr \
--test
-  python waf build
+  python2 waf build
 }
 
 check() {
   cd "${pkgname}-${pkgver}"
-  python waf test --verbose-tests
+  python2 waf test --verbose-tests
 }
 
 
 package() {
   cd "${pkgname}-${pkgver}"
-  python waf install --destdir="${pkgdir}"
+  python2 waf install --destdir="${pkgdir}"
   # license
-  install -vDm644 COPYING \
+  install -vDm 644 COPYING \
 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 {NEWS,README}
+-vDm 644 {NEWS,README}
 }
-
 # vim:set ts=2 sw=2 et:


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

2018-07-25 Thread David Runge via arch-commits
Date: Thursday, July 26, 2018 @ 06:59:07
  Author: dvzrv
Revision: 363467

archrelease: copy trunk to community-staging-x86_64

Added:
  sratom/repos/community-staging-x86_64/
  sratom/repos/community-staging-x86_64/PKGBUILD
(from rev 363466, sratom/trunk/PKGBUILD)

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

Copied: sratom/repos/community-staging-x86_64/PKGBUILD (from rev 363466, 
sratom/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-26 06:59:07 UTC (rev 363467)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+
+pkgname=sratom
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="An LV2 Atom RDF serialisation library"
+arch=('x86_64')
+url="https://drobilla.net/software/sratom/";
+license=('custom:ISC')
+depends=('sord')
+makedepends=('lv2' 'python2')
+source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('356e1dfde07fcc3eff99186ff79501557572f5d73338fd096bf639a82d1d4fe3c0e790627c8eb088053e4a2aeed4e548aca0a5572d1ab26316cfdb13374f10ac'
+'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove local ldconfig call
+  sed -i '/ldconfig/d' wscript
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf configure --prefix=/usr \
+   --test
+  python2 waf build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf test --verbose-tests
+}
+
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf install --destdir="${pkgdir}"
+  # license
+  install -vDm 644 COPYING \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {NEWS,README}
+}
+# vim:set ts=2 sw=2 et:


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

2018-07-25 Thread Antonio Rojas via arch-commits
Date: Thursday, July 26, 2018 @ 06:46:15
  Author: arojas
Revision: 363465

Remove debug

Modified:
  kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 06:31:35 UTC (rev 363464)
+++ PKGBUILD2018-07-26 06:46:15 UTC (rev 363465)
@@ -29,9 +29,7 @@
 -DBUILD_TESTING=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DOpenGL_GL_PREFERENCE=GLVND \
--DCMAKE_CXX_FLAGS="${CXXFLAGS} -fexceptions"
-  make VERBOSE=1
+-DOpenGL_GL_PREFERENCE=GLVND
 }
 
 package() {


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

2018-07-25 Thread Antonio Rojas via arch-commits
Date: Thursday, July 26, 2018 @ 06:31:35
  Author: arojas
Revision: 363464

archrelease: copy trunk to community-x86_64

Added:
  kstars/repos/community-x86_64/PKGBUILD
(from rev 363463, kstars/trunk/PKGBUILD)
Deleted:
  kstars/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-26 06:31:14 UTC (rev 363463)
+++ PKGBUILD2018-07-26 06:31:35 UTC (rev 363464)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=2.9.6
-pkgrel=1
-epoch=1
-pkgdesc="Desktop Planetarium"
-url="https://kde.org/applications/education/kstars/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen)
-optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a0c8065433ba0f4068274a388a07a3499dcfe1ff09eea314f82a4baa1048d9a6'
-'SKIP')
-validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

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

Copied: kstars/repos/community-x86_64/PKGBUILD (from rev 363463, 
kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-26 06:31:35 UTC (rev 363464)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=2.9.7
+pkgrel=1
+epoch=1
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen)
+optdepends=('xplanet: XPlanet support')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4d80f5b5b5f38500f259c0272ba7f85bb4d1e877060bb3a1a0469a32573d0f53'
+'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

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


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

2018-07-25 Thread Antonio Rojas via arch-commits
Date: Thursday, July 26, 2018 @ 06:31:14
  Author: arojas
Revision: 363463

Update to 2.9.7

Modified:
  kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 06:16:21 UTC (rev 363462)
+++ PKGBUILD2018-07-26 06:31:14 UTC (rev 363463)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.9.6
+pkgver=2.9.7
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -11,11 +11,11 @@
 url="https://kde.org/applications/education/kstars/";
 arch=(x86_64)
 license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols hicolor-icon-theme)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a0c8065433ba0f4068274a388a07a3499dcfe1ff09eea314f82a4baa1048d9a6'
+sha256sums=('4d80f5b5b5f38500f259c0272ba7f85bb4d1e877060bb3a1a0469a32573d0f53'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 
@@ -29,8 +29,9 @@
 -DBUILD_TESTING=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DOpenGL_GL_PREFERENCE=GLVND
-  make
+-DOpenGL_GL_PREFERENCE=GLVND \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS} -fexceptions"
+  make VERBOSE=1
 }
 
 package() {


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Thursday, July 26, 2018 @ 06:22:37
  Author: heftig
Revision: 329557

archrelease: copy trunk to extra-x86_64

Added:
  pulseaudio/repos/extra-x86_64/PKGBUILD
(from rev 329556, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/extra-x86_64/pulseaudio.install
(from rev 329556, pulseaudio/trunk/pulseaudio.install)
Deleted:
  pulseaudio/repos/extra-x86_64/PKGBUILD
  pulseaudio/repos/extra-x86_64/pulseaudio.install

+
 PKGBUILD   |  386 +--
 pulseaudio.install |   28 +--
 2 files changed, 209 insertions(+), 205 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-26 06:21:44 UTC (rev 329556)
+++ PKGBUILD2018-07-26 06:22:37 UTC (rev 329557)
@@ -1,191 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel J Griffiths 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse 
pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer})
-pkgdesc="A featureful, general-purpose sound server"
-pkgver=12.2
-pkgrel=1
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/PulseAudio/";
-license=(GPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit 
libsoxr
- speexdsp tdb systemd dbus avahi bluez bluez-libs intltool 
jack2-dbus sbc
- lirc openssl fftw orc gtk3 webrtc-audio-processing
- check autoconf-archive git)
-options=(!emptydirs)
-_commit=ee910cf6daa5120ab534eb2e6c573d94b9b182e7  # tags/v12.2^0
-source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pulseaudio
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd pulseaudio
-  NOCONFIGURE=1 ./bootstrap.sh
-}
-
-build() {
-  cd pulseaudio
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-pulsedsp-location='/usr/\\$$LIB/pulseaudio' \
---with-database=tdb \
---disable-tcpwrap \
---disable-bluez4 \
---disable-samplerate \
---disable-rpath \
---disable-default-build-tests \
-DATADIRNAME=share
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_pulseaudio() {
-  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speexdsp tdb orc libsoxr
-   webrtc-audio-processing)
-  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-  replaces=('pulseaudio-xen<=9.0' 'pulseaudio-gconf<=11.1')
-
-  cd pulseaudio
-
-  _pulsever=$(./git-version-gen .tarball-version)
-  while [[ $_pulsever = *.*.* ]]; do
-_pulsever=${_pulsever%.*}
-  done
-  _pulsever=${_pulsever%%-*}
-
-  make -j1 DESTDIR="$pkgdir" install \
-bashcompletiondir=/usr/share/bash-completion/completions
-
-  cd "$pkgdir"
-
-  # Assumes that any volume adjustment is intended by the user, who can control
-  # each app's volume. Misbehaving clients can trigger earsplitting volume
-  # jumps. App volumes can diverge wildly and cause apps without their own
-  # volume control to fall below sink volume; a sink-only volume control will
-  # suddenly be unable to make such an app loud enough.
-  sed -e '/flat-volumes/iflat-volumes = no' \
-  -i etc/pulse/daemon.conf
-
-  # Superseded by socket activation
-  sed -e '/autospawn/iautospawn = no' \
-  -i etc/pulse/client.conf
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
-  -i usr/bin/start-pulseaudio-x11
-
-  rm etc/dbus-1/system.d/pulseaudio-system.conf
-
-### Split libpulse
-
-  mkdir -p 
"$srcdir"/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
-
-  mv etc/pulse/client.conf \
- "$srcdir/libpulse/etc/pulse"
-
-  mv usr/bin/pa{cat,ctl,dsp,mon,play,rec,record} \
- "$srcdir/libpulse/usr/bin"
-
-  mv usr/lib/libpulse{,-simple,-mainloop-glib}.so* \
- usr/lib/{cmake,pkgconfig} \
- "$srcdir/libpulse/usr/lib"
-
-  mv usr/lib/pulseaudio/libpulse{dsp,common-*}.so \
- "$srcdir/libpulse/usr/lib/pulseaudio"
-
-  mv usr/include \
- "$srcdir/libpulse/usr"
-
-  mv usr/share/man/man1/pa{cat,ctl,dsp,mon,play,rec,record}.1 \
- "$srcdir/libpulse/usr/share/man/man1"
-
-  mv usr/share/man/man5/pulse-client.conf.5 \
- "$srcdir/libpulse/usr/share/man/man5"
-
-  mv usr/share/vala \
- "$srcdir/libpulse/usr/share"
-
-### Split modules
-
-  mkdir -p 
"$srcdir"/{zeroconf,lirc,jack,bluetooth,equalizer}/usr/lib/pulse-$_pulsever/modules
 \
-   "$srcdir"/equalizer/usr/bin
-
-  mv 
usr/lib/pulse-$_pulsever/modules/{libavahi-wrap,module-{zeroconf-{publish,discover},raop-discov

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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Thursday, July 26, 2018 @ 06:21:44
  Author: heftig
Revision: 329556

12.2-2: FS#59372 equalizer fixes

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 03:10:04 UTC (rev 329555)
+++ PKGBUILD2018-07-26 06:21:44 UTC (rev 329556)
@@ -8,7 +8,7 @@
 pkgname=(pulseaudio libpulse 
pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
 pkgver=12.2
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/";
 license=(GPL)
@@ -92,6 +92,10 @@
   sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
   -i usr/bin/start-pulseaudio-x11
 
+  # Required by qpaeq
+  sed -e '/Load several protocols/aload-module module-dbus-protocol' \
+  -i etc/pulse/default.pa
+
   rm etc/dbus-1/system.d/pulseaudio-system.conf
 
 ### Split libpulse
@@ -185,7 +189,7 @@
 
 package_pulseaudio-equalizer(){
   pkgdesc="Equalizer for PulseAudio"
-  depends=("pulseaudio=$pkgver-$pkgrel" python-pyqt5 fftw)
+  depends=("pulseaudio=$pkgver-$pkgrel" python-{pyqt5,dbus,sip} fftw)
 
   mv "$srcdir"/equalizer/* "$pkgdir"
 }


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

2018-07-25 Thread Baptiste Jonglez via arch-commits
Date: Thursday, July 26, 2018 @ 06:16:21
  Author: zorun
Revision: 363462

archrelease: copy trunk to community-staging-x86_64

Added:
  opendht/repos/community-staging-x86_64/PKGBUILD
(from rev 363461, opendht/trunk/PKGBUILD)
Deleted:
  opendht/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-26 06:16:10 UTC (rev 363461)
+++ PKGBUILD2018-07-26 06:16:21 UTC (rev 363462)
@@ -1,58 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-pkgname=opendht
-pkgver=1.7.3rc4
-pkgrel=2
-epoch=1
-pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
-arch=('x86_64')
-depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
-makedepends=('msgpack-c' 'cmake' 'cython' 'systemd' 'cppunit')
-optdepends=('python: to use the Python bindings')
-url="https://github.com/savoirfairelinux/opendht";
-license=('GPL3')
-source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('5fced76228ca2603cd9f80a5537fc568cc9f19d139107a03dc1f0c40e9489476')
-sha512sums=('894499d4a49b664fb5372e36453fcd03f0aa5600be3e58eb03304422725de8caddbf03251d7c02d0a98c2bb82d7c31029d09fb244f24afe8cca03994cf9fd959')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Building...'
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=None \
--DOPENDHT_TESTS=ON \
--DOPENDHT_DOCUMENTATION=OFF \
--DOPENDHT_STATIC=OFF \
--DOPENDHT_SYSTEMD=ON \
--DOPENDHT_LTO=ON \
--DOPENDHT_TOOLS=ON \
--DOPENDHT_PYTHON=ON \
--DOPENDHT_PROXY_SERVER=ON \
--DOPENDHT_PROXY_CLIENT=ON \
--DOPENDHT_PUSH_NOTIFICATIONS=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  cd build
-  make test
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Installing...'
-  cd build
-  make DESTDIR="$pkgdir" install
-  cd ..
-
-  msg2 'Installing documentation...'
-  install -D -m644 README.md "${pkgdir}/usr/share/doc/opendht/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opendht/repos/community-staging-x86_64/PKGBUILD (from rev 363461, 
opendht/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-26 06:16:21 UTC (rev 363462)
@@ -0,0 +1,58 @@
+# Maintainer: Baptiste Jonglez 
+pkgname=opendht
+pkgver=1.7.3
+pkgrel=2
+epoch=1
+pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
+arch=('x86_64')
+depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
+makedepends=('msgpack-c' 'cmake' 'cython' 'systemd' 'cppunit')
+optdepends=('python: to use the Python bindings')
+url="https://github.com/savoirfairelinux/opendht";
+license=('GPL3')
+source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('957ddfd4acd366625bd0d1a22fceaad42e3768cdb391134f4dc100946f477227')
+sha512sums=('ee7af8aec5749965b4e46eb5ef9b4b4aac98b22930de6b239c51ec629abca67af017a99f3b282286a10dab1ef623ff761069566cc9fe1973d1cd06cbd2dee8a7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  msg2 'Building...'
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=None \
+-DOPENDHT_TESTS=ON \
+-DOPENDHT_DOCUMENTATION=OFF \
+-DOPENDHT_STATIC=OFF \
+-DOPENDHT_SYSTEMD=ON \
+-DOPENDHT_LTO=ON \
+-DOPENDHT_TOOLS=ON \
+-DOPENDHT_PYTHON=ON \
+-DOPENDHT_PROXY_SERVER=ON \
+-DOPENDHT_PROXY_CLIENT=ON \
+-DOPENDHT_PUSH_NOTIFICATIONS=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd build
+  make test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  msg2 'Installing...'
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ..
+
+  msg2 'Installing documentation...'
+  install -D -m644 README.md "${pkgdir}/usr/share/doc/opendht/README.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-25 Thread Baptiste Jonglez via arch-commits
Date: Thursday, July 26, 2018 @ 06:16:10
  Author: zorun
Revision: 363461

upgpkg: opendht 1:1.7.3-2

Python 3.7 rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 06:15:54 UTC (rev 363460)
+++ PKGBUILD2018-07-26 06:16:10 UTC (rev 363461)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
 pkgver=1.7.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')


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

2018-07-25 Thread Baptiste Jonglez via arch-commits
Date: Thursday, July 26, 2018 @ 06:15:54
  Author: zorun
Revision: 363460

archrelease: copy trunk to community-x86_64

Added:
  opendht/repos/community-x86_64/PKGBUILD
(from rev 363459, opendht/trunk/PKGBUILD)
Deleted:
  opendht/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-26 06:15:32 UTC (rev 363459)
+++ PKGBUILD2018-07-26 06:15:54 UTC (rev 363460)
@@ -1,58 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-pkgname=opendht
-pkgver=1.7.3rc4
-pkgrel=1
-epoch=1
-pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
-arch=('x86_64')
-depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
-makedepends=('msgpack-c' 'cmake' 'cython' 'systemd' 'cppunit')
-optdepends=('python: to use the Python bindings')
-url="https://github.com/savoirfairelinux/opendht";
-license=('GPL3')
-source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('5fced76228ca2603cd9f80a5537fc568cc9f19d139107a03dc1f0c40e9489476')
-sha512sums=('894499d4a49b664fb5372e36453fcd03f0aa5600be3e58eb03304422725de8caddbf03251d7c02d0a98c2bb82d7c31029d09fb244f24afe8cca03994cf9fd959')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Building...'
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=None \
--DOPENDHT_TESTS=ON \
--DOPENDHT_DOCUMENTATION=OFF \
--DOPENDHT_STATIC=OFF \
--DOPENDHT_SYSTEMD=ON \
--DOPENDHT_LTO=ON \
--DOPENDHT_TOOLS=ON \
--DOPENDHT_PYTHON=ON \
--DOPENDHT_PROXY_SERVER=ON \
--DOPENDHT_PROXY_CLIENT=ON \
--DOPENDHT_PUSH_NOTIFICATIONS=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  cd build
-  make test
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Installing...'
-  cd build
-  make DESTDIR="$pkgdir" install
-  cd ..
-
-  msg2 'Installing documentation...'
-  install -D -m644 README.md "${pkgdir}/usr/share/doc/opendht/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opendht/repos/community-x86_64/PKGBUILD (from rev 363459, 
opendht/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-26 06:15:54 UTC (rev 363460)
@@ -0,0 +1,58 @@
+# Maintainer: Baptiste Jonglez 
+pkgname=opendht
+pkgver=1.7.3
+pkgrel=1
+epoch=1
+pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
+arch=('x86_64')
+depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
+makedepends=('msgpack-c' 'cmake' 'cython' 'systemd' 'cppunit')
+optdepends=('python: to use the Python bindings')
+url="https://github.com/savoirfairelinux/opendht";
+license=('GPL3')
+source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('957ddfd4acd366625bd0d1a22fceaad42e3768cdb391134f4dc100946f477227')
+sha512sums=('ee7af8aec5749965b4e46eb5ef9b4b4aac98b22930de6b239c51ec629abca67af017a99f3b282286a10dab1ef623ff761069566cc9fe1973d1cd06cbd2dee8a7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  msg2 'Building...'
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=None \
+-DOPENDHT_TESTS=ON \
+-DOPENDHT_DOCUMENTATION=OFF \
+-DOPENDHT_STATIC=OFF \
+-DOPENDHT_SYSTEMD=ON \
+-DOPENDHT_LTO=ON \
+-DOPENDHT_TOOLS=ON \
+-DOPENDHT_PYTHON=ON \
+-DOPENDHT_PROXY_SERVER=ON \
+-DOPENDHT_PROXY_CLIENT=ON \
+-DOPENDHT_PUSH_NOTIFICATIONS=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd build
+  make test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  msg2 'Installing...'
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ..
+
+  msg2 'Installing documentation...'
+  install -D -m644 README.md "${pkgdir}/usr/share/doc/opendht/README.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-25 Thread Baptiste Jonglez via arch-commits
Date: Thursday, July 26, 2018 @ 06:15:32
  Author: zorun
Revision: 363459

upgpkg: opendht 1:1.7.3-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 06:03:04 UTC (rev 363458)
+++ PKGBUILD2018-07-26 06:15:32 UTC (rev 363459)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.7.3rc4
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('5fced76228ca2603cd9f80a5537fc568cc9f19d139107a03dc1f0c40e9489476')
-sha512sums=('894499d4a49b664fb5372e36453fcd03f0aa5600be3e58eb03304422725de8caddbf03251d7c02d0a98c2bb82d7c31029d09fb244f24afe8cca03994cf9fd959')
+sha256sums=('957ddfd4acd366625bd0d1a22fceaad42e3768cdb391134f4dc100946f477227')
+sha512sums=('ee7af8aec5749965b4e46eb5ef9b4b4aac98b22930de6b239c51ec629abca67af017a99f3b282286a10dab1ef623ff761069566cc9fe1973d1cd06cbd2dee8a7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 06:03:04
  Author: eschwartz
Revision: 363458

archrelease: copy trunk to community-staging-x86_64

Added:
  paraview/repos/community-staging-x86_64/
  paraview/repos/community-staging-x86_64/PKGBUILD
(from rev 363457, paraview/trunk/PKGBUILD)
  paraview/repos/community-staging-x86_64/fix-qt5.11-headers.patch
(from rev 363457, paraview/trunk/fix-qt5.11-headers.patch)

--+
 PKGBUILD |  113 ++
 fix-qt5.11-headers.patch |  120 +
 2 files changed, 233 insertions(+)

Copied: paraview/repos/community-staging-x86_64/PKGBUILD (from rev 363457, 
paraview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-26 06:03:04 UTC (rev 363458)
@@ -0,0 +1,113 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Oliver Goethel 
+# Contributor: eolianoe eolianoe 
+# Contributor: George Eleftheriou 
+# Contributor: Mathias Anselmann 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Michele Mocciola 
+# Contributor: Simon Zilliken 
+# Contributor: chuckdaniels
+
+_pkg=paraview
+_mpi=openmpi
+pkgname=${_pkg}
+#-${_mpi}
+pkgver=5.5.2
+pkgrel=2
+pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
+arch=('x86_64')
+url="https://www.paraview.org";
+license=('BSD' 'custom')
+depends=('qt5-tools' 'qt5-x11extras' 'ospray' 'ffmpeg' 'openmpi'
+ 'cgns' 'python-pygments' 'protobuf' 'pugixml'
+ 'python-matplotlib' 'python-numpy' 'python-mpi4py'
+ 'boost-libs' 'glew' 'expat' 'freetype2'
+ 'libjpeg' 'jsoncpp' 'libxml2' 'libpng'
+ 'libtiff' 'zlib' 'hdf5-openmpi' 'lz4' 'netcdf')
+#netcdf-cxx gl2ps libharu
+#python-txaio python-hyperlink
+#proj apparently not used in this VTK configuration
+makedepends=('cmake' 'boost' 'mesa' 'gcc-fortran' 'ninja' 'qt5-tools' 
'qt5-xmlpatterns')
+source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver}.tar.xz"
+'fix-qt5.11-headers.patch'
+
'https://gitlab.kitware.com/vtk/vtk/commit/706f1b397df09a27ab8981ab9464547028d0c322.patch'
+'0001-fix-build-on-python-3.7.patch')
+sha256sums=('4b9d186bac59e412ae09cae49c3ec3ec59803c25f63e89f92efe07b05dc1b896'
+'638e3148d855e1de2ca7711f9dd1eb6ec5410e3c412d949abf2a34ef2086f0c7'
+'37690540cc0cf6b52fb980b39f9f7bc603d1670fac9e2939ff05ddc349407448'
+'508717c9cf128772fb99f16354c5a645c6e0d432dd5cfda64d4898860e0c09df')
+
+prepare() {
+mkdir -p build
+cd ParaView-v${pkgver}/
+patch -p1 -i ../fix-qt5.11-headers.patch
+# https://gitlab.kitware.com/paraview/paraview/issues/18323
+patch -p1 -i ../0001-fix-build-on-python-3.7.patch
+cd VTK
+# https://gitlab.kitware.com/vtk/vtk/issues/17350
+patch -p1 -i "${srcdir}"/706f1b397df09a27ab8981ab9464547028d0c322.patch
+}
+
+build() {
+cd build
+
+# Flags to enable system libs in VTK building, as in VTK package
+# NETCDFCPP status?
+# GL2PS fails.
+# libharu blocked by https://github.com/libharu/libharu/pull/157
+# TXAIO HYPERLINK in a future VTK version
+# LIBPROJ4 apparently not used in this VTK configuration
+local VTK_USE_SYSTEM_LIB=""
+for lib in EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 MPI4PY JSONCPP GLEW 
HDF5 LZ4 NETCDF
+do
+VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
+done
+# Specific system libs for ParaView version
+for lib in CGNS PUGIXML PROTOBUF PYGMENTS
+do
+VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
+done
+
+cmake ../ParaView-v${pkgver} \
+-DBUILD_DOCUMENTATION=OFF \
+-DBUILD_EXAMPLES=ON \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_COMPILER=mpicc \
+-DCMAKE_CXX_COMPILER=mpicxx \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOSPRAY_INSTALL_DIR=/usr \
+-DPARAVIEW_ENABLE_FFMPEG=ON \
+-DPARAVIEW_ENABLE_MATPLOTLIB=ON \
+-DPARAVIEW_ENABLE_PYTHON=ON \
+-DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON \
+-DPARAVIEW_QT_VERSION=5 \
+-DPARAVIEW_USE_MPI=ON \
+-DPARAVIEW_USE_VISITBRIDGE=ON \
+-DPARAVIEW_USE_OSPRAY=ON \
+-DVISIT_BUILD_READER_CGNS=ON \
+-DVTK_PYTHON_FULL_THREADSAFE=ON \
+-DVTK_PYTHON_VERSION=3 \
+-DVTK_QT_VERSION=5 \
+-DVTK_RENDERING_BACKEND=OpenGL2 \
+-DVTK_SMP_IMPLEMENTATION_TYPE=OpenMP \
+${VTK_USE_SYSTEM_LIB} \
+-GNinja
+
+ninja ${MAKEFLAGS}
+}
+
+package() {
+cd build
+
+DESTDIR="${pkgdir}" ninja install
+
+# Install license
+install -Dm644 "${srcdir}"/ParaView-v${pkgver}/License_v1.2.txt 
"${pkgdir}"/usr/share/licenses/paraview/LICENSE
+
+# R

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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 06:02:39
  Author: eschwartz
Revision: 363457

upgpkg: paraview 5.5.2-2

python 3.7 rebuild
protobuf 3.6.0 rebuild

Modified:
  paraview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 05:40:43 UTC (rev 363456)
+++ PKGBUILD2018-07-26 06:02:39 UTC (rev 363457)
@@ -14,11 +14,11 @@
 pkgname=${_pkg}
 #-${_mpi}
 pkgver=5.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
 arch=('x86_64')
 url="https://www.paraview.org";
-license=('custom')
+license=('BSD' 'custom')
 depends=('qt5-tools' 'qt5-x11extras' 'ospray' 'ffmpeg' 'openmpi'
  'cgns' 'python-pygments' 'protobuf' 'pugixml'
  'python-matplotlib' 'python-numpy' 'python-mpi4py'
@@ -30,14 +30,23 @@
 #proj apparently not used in this VTK configuration
 makedepends=('cmake' 'boost' 'mesa' 'gcc-fortran' 'ninja' 'qt5-tools' 
'qt5-xmlpatterns')
 source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver}.tar.xz"
-'fix-qt5.11-headers.patch')
+'fix-qt5.11-headers.patch'
+
'https://gitlab.kitware.com/vtk/vtk/commit/706f1b397df09a27ab8981ab9464547028d0c322.patch'
+'0001-fix-build-on-python-3.7.patch')
 sha256sums=('4b9d186bac59e412ae09cae49c3ec3ec59803c25f63e89f92efe07b05dc1b896'
-'638e3148d855e1de2ca7711f9dd1eb6ec5410e3c412d949abf2a34ef2086f0c7')
+'638e3148d855e1de2ca7711f9dd1eb6ec5410e3c412d949abf2a34ef2086f0c7'
+'37690540cc0cf6b52fb980b39f9f7bc603d1670fac9e2939ff05ddc349407448'
+'508717c9cf128772fb99f16354c5a645c6e0d432dd5cfda64d4898860e0c09df')
 
 prepare() {
 mkdir -p build
 cd ParaView-v${pkgver}/
 patch -p1 -i ../fix-qt5.11-headers.patch
+# https://gitlab.kitware.com/paraview/paraview/issues/18323
+patch -p1 -i ../0001-fix-build-on-python-3.7.patch
+cd VTK
+# https://gitlab.kitware.com/vtk/vtk/issues/17350
+patch -p1 -i "${srcdir}"/706f1b397df09a27ab8981ab9464547028d0c322.patch
 }
 
 build() {
@@ -55,7 +64,7 @@
 VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
 done
 # Specific system libs for ParaView version
-for lib in CGNS PUGIXML PROTOBUF PYGMENTS 
+for lib in CGNS PUGIXML PROTOBUF PYGMENTS
 do
 VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
 done


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

2018-07-25 Thread Felix Yan via arch-commits
Date: Thursday, July 26, 2018 @ 05:22:49
  Author: felixonmars
Revision: 363454

upgpkg: deepin-anything 0.0.2-1

Modified:
  deepin-anything/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 03:51:22 UTC (rev 363453)
+++ PKGBUILD2018-07-26 05:22:49 UTC (rev 363454)
@@ -2,22 +2,20 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-anything
-pkgver=0.0.1
-pkgrel=2
+pkgver=0.0.2
+pkgrel=1
 pkgdesc="Deepin Anything file search tool"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything";
 license=('GPL3')
-depends=('dkms')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz";
-linux-4.17.patch)
-sha512sums=('6a210f2b3797647b0bf280ecd97b2d71ff6c882d9cd8d8daadf141b2125c5ade3af4f27086be3c6e68e3f823c0acb4753afbbadcee2cf82b0d18559409b7d64d'
-
'fe951583cf18401eef4b8f85c1113dee9de50633da059ad9e0f8f887c9cd8c4a80998bc16d66438efe7ccf8ca524426bf980aa00e4c4b840d1ced10c72da32c9')
+depends=('dkms' 'qt5-base')
+groups=('deepin' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz";)
+sha512sums=('90ebd80800e09f2f110d3b40472615fe82cbcdda48b8d71bfdf17691d63bfc74fc3eb4779920e94fd7292b086aafdf905a9405456d50210b6270ce1a92ec8090')
 
 prepare() {
   cd deepin-anything-$pkgver
-  patch -p1 -i ../linux-4.17.patch
+  sed -i 's|^systemd_service.path.*|systemd_service.path = 
/usr/lib/systemd/system|' server/src/src.pro
 }
 
 build() {


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

2018-07-25 Thread Felix Yan via arch-commits
Date: Thursday, July 26, 2018 @ 05:23:06
  Author: felixonmars
Revision: 363455

archrelease: copy trunk to community-x86_64

Added:
  deepin-anything/repos/community-x86_64/PKGBUILD
(from rev 363454, deepin-anything/trunk/PKGBUILD)
  deepin-anything/repos/community-x86_64/linux-4.17.patch
(from rev 363454, deepin-anything/trunk/linux-4.17.patch)
Deleted:
  deepin-anything/repos/community-x86_64/PKGBUILD
  deepin-anything/repos/community-x86_64/linux-4.17.patch

--+
 PKGBUILD |   64 +++
 linux-4.17.patch |  108 ++---
 2 files changed, 85 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-26 05:22:49 UTC (rev 363454)
+++ PKGBUILD2018-07-26 05:23:06 UTC (rev 363455)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-anything
-pkgver=0.0.1
-pkgrel=2
-pkgdesc="Deepin Anything file search tool"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-anything";
-license=('GPL3')
-depends=('dkms')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz";
-linux-4.17.patch)
-sha512sums=('6a210f2b3797647b0bf280ecd97b2d71ff6c882d9cd8d8daadf141b2125c5ade3af4f27086be3c6e68e3f823c0acb4753afbbadcee2cf82b0d18559409b7d64d'
-
'fe951583cf18401eef4b8f85c1113dee9de50633da059ad9e0f8f887c9cd8c4a80998bc16d66438efe7ccf8ca524426bf980aa00e4c4b840d1ced10c72da32c9')
-
-prepare() {
-  cd deepin-anything-$pkgver
-  patch -p1 -i ../linux-4.17.patch
-}
-
-build() {
-  cd deepin-anything-$pkgver
-  make VERSION=$pkgver
-}
-
-package() {
-  cd deepin-anything-$pkgver
-  make VERSION=$pkgver DESTDIR="$pkgdir" install
-
-  cp debian/deepin-anything-dkms.dkms 
"$pkgdir"/usr/src/deepin-anything-$pkgver/dkms.conf
-}

Copied: deepin-anything/repos/community-x86_64/PKGBUILD (from rev 363454, 
deepin-anything/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-26 05:23:06 UTC (rev 363455)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="Deepin Anything file search tool"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything";
+license=('GPL3')
+depends=('dkms' 'qt5-base')
+groups=('deepin' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz";)
+sha512sums=('90ebd80800e09f2f110d3b40472615fe82cbcdda48b8d71bfdf17691d63bfc74fc3eb4779920e94fd7292b086aafdf905a9405456d50210b6270ce1a92ec8090')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  sed -i 's|^systemd_service.path.*|systemd_service.path = 
/usr/lib/systemd/system|' server/src/src.pro
+}
+
+build() {
+  cd deepin-anything-$pkgver
+  make VERSION=$pkgver
+}
+
+package() {
+  cd deepin-anything-$pkgver
+  make VERSION=$pkgver DESTDIR="$pkgdir" install
+
+  cp debian/deepin-anything-dkms.dkms 
"$pkgdir"/usr/src/deepin-anything-$pkgver/dkms.conf
+}

Deleted: linux-4.17.patch
===
--- linux-4.17.patch2018-07-26 05:22:49 UTC (rev 363454)
+++ linux-4.17.patch2018-07-26 05:23:06 UTC (rev 363455)
@@ -1,54 +0,0 @@
-From b3997f5be93f727be2047e8e27ed0b5b3873af55 Mon Sep 17 00:00:00 2001
-From: zccrs 
-Date: Fri, 22 Jun 2018 08:58:22 +0800
-Subject: [PATCH] fix: failed when insert the module on 4.17 version kernel
-
-sys_umount is removed
-see: 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3a18ef5c1b3935cb05888fc37964321f7bd6231d
-
-Change-Id: Id865b20514248b432a49c4659bf91b0da037679f

-
-diff --git a/kernelmod/vfs_kretprobes.c b/kernelmod/vfs_kretprobes.c
-index ddc264b..6744a35 100644
 a/kernelmod/vfs_kretprobes.c
-+++ b/kernelmod/vfs_kretprobes.c
-@@ -8,6 +8,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "arg_extractor.h"
- #include "vfs_change_consts.h"
-@@ -18,14 +19,16 @@
-   char dir_name[NAME_MAX];
- } do_mount_args;
- 
--#define DECL_CMN_KRP(fn) static struct kretprobe fn##_krp = {\
-+#define _DECL_CMN_KRP(fn, symbol) static struct kretprobe fn##_krp = {\
-   .entry_handler  = on_##fn##_ent,\
-   .handler= on_##fn##_ret,\
-   .data_size  = sizeof(fn##_args),\
-   .maxactive  = 64,\
--  .kp.symbol_name = ""#fn"",\
-+  .kp.symbol_name = ""#symbol"",\
- };
- 
-+#define DECL_CMN_KRP(fn) _DECL_CMN_KRP(fn, fn)
-+
- static DEFINE_SPINLOCK(sl_parts);
- static LIST_HEAD(partitions);
- 
-@@ -207,7 +210,11 @@
- }
- 
- DECL_CMN_KRP(do_mount);
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 17, 0)
- DECL_CMN_KRP(sys_umount);
-+#else
-+_DECL_CMN_KRP(sys_umount, ksys_umount);
-+#endif
- 
- typedef struct __vfs_op_args__ {
-   unsigned char major, minor;

Copied: de

[arch-commits] Commit in bitcoin (2 files)

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 03:51:22
  Author: eschwartz
Revision: 363453

Also rm dead patch

Deleted:
  
bitcoin/repos/community-staging-x86_64/0001-Make-boost-multi_index-comparators-const.patch
  bitcoin/trunk/0001-Make-boost-multi_index-comparators-const.patch

+
 
repos/community-staging-x86_64/0001-Make-boost-multi_index-comparators-const.patch
 |   85 --
 trunk/0001-Make-boost-multi_index-comparators-const.patch  
|   85 --
 2 files changed, 170 deletions(-)

Deleted: 
repos/community-staging-x86_64/0001-Make-boost-multi_index-comparators-const.patch
===
--- 
repos/community-staging-x86_64/0001-Make-boost-multi_index-comparators-const.patch
  2018-07-26 03:46:56 UTC (rev 363452)
+++ 
repos/community-staging-x86_64/0001-Make-boost-multi_index-comparators-const.patch
  2018-07-26 03:51:22 UTC (rev 363453)
@@ -1,85 +0,0 @@
-From 1ec0c0a01c316146434642ab2f14a7367306dbec Mon Sep 17 00:00:00 2001
-From: Suhas Daftuar 
-Date: Thu, 7 Dec 2017 09:57:53 -0500
-Subject: [PATCH] Make boost::multi_index comparators const
-
-This fixes compatibility with boost 1.66

- src/miner.h |  4 ++--
- src/txmempool.h | 10 +-
- 2 files changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/src/miner.h b/src/miner.h
-index 36276dc36..d81ec6421 100644
 a/src/miner.h
-+++ b/src/miner.h
-@@ -71,7 +71,7 @@ struct modifiedentry_iter {
- // except operating on CTxMemPoolModifiedEntry.
- // TODO: refactor to avoid duplication of this logic.
- struct CompareModifiedEntry {
--bool operator()(const CTxMemPoolModifiedEntry &a, const 
CTxMemPoolModifiedEntry &b)
-+bool operator()(const CTxMemPoolModifiedEntry &a, const 
CTxMemPoolModifiedEntry &b) const
- {
- double f1 = (double)a.nModFeesWithAncestors * b.nSizeWithAncestors;
- double f2 = (double)b.nModFeesWithAncestors * a.nSizeWithAncestors;
-@@ -86,7 +86,7 @@ struct CompareModifiedEntry {
- // This is sufficient to sort an ancestor package in an order that is valid
- // to appear in a block.
- struct CompareTxIterByAncestorCount {
--bool operator()(const CTxMemPool::txiter &a, const CTxMemPool::txiter &b)
-+bool operator()(const CTxMemPool::txiter &a, const CTxMemPool::txiter &b) 
const
- {
- if (a->GetCountWithAncestors() != b->GetCountWithAncestors())
- return a->GetCountWithAncestors() < b->GetCountWithAncestors();
-diff --git a/src/txmempool.h b/src/txmempool.h
-index 346585ab1..86a008d7b 100644
 a/src/txmempool.h
-+++ b/src/txmempool.h
-@@ -204,7 +204,7 @@ struct mempoolentry_txid
- class CompareTxMemPoolEntryByDescendantScore
- {
- public:
--bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b)
-+bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const
- {
- bool fUseADescendants = UseDescendantScore(a);
- bool fUseBDescendants = UseDescendantScore(b);
-@@ -226,7 +226,7 @@ public:
- }
- 
- // Calculate which score to use for an entry (avoiding division).
--bool UseDescendantScore(const CTxMemPoolEntry &a)
-+bool UseDescendantScore(const CTxMemPoolEntry &a) const
- {
- double f1 = (double)a.GetModifiedFee() * a.GetSizeWithDescendants();
- double f2 = (double)a.GetModFeesWithDescendants() * a.GetTxSize();
-@@ -241,7 +241,7 @@ public:
- class CompareTxMemPoolEntryByScore
- {
- public:
--bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b)
-+bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const
- {
- double f1 = (double)a.GetModifiedFee() * b.GetTxSize();
- double f2 = (double)b.GetModifiedFee() * a.GetTxSize();
-@@ -255,7 +255,7 @@ public:
- class CompareTxMemPoolEntryByEntryTime
- {
- public:
--bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b)
-+bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const
- {
- return a.GetTime() < b.GetTime();
- }
-@@ -264,7 +264,7 @@ public:
- class CompareTxMemPoolEntryByAncestorFee
- {
- public:
--bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b)
-+bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const
- {
- double aFees = a.GetModFeesWithAncestors();
- double aSize = a.GetSizeWithAncestors();
--- 
-2.15.1
-

Deleted: trunk/0001-Make-boost-multi_index-comparators-const.patch
===
--- trunk/0001-Make-boost-multi_index-comparators-const.patch   2018-07-26 
03:46:56 UTC (rev 363452)
+++ trunk/0001-Make-boost-multi_index-comparators-const.patch   2018-07-26 
03:51:22 UTC (rev 363453)
@@ -1,85 +0,0 @@
-From 1ec0c0a01c316146434642ab2f14a7367306dbec Mon Sep 17 00:00:00 2001
-From: Suhas Daftuar 
-Date: Thu, 7 Dec 2017 09:57:53 -0500
-Su

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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 03:46:56
  Author: eschwartz
Revision: 363452

archrelease: copy trunk to community-staging-x86_64

Added:
  bitcoin/repos/community-staging-x86_64/
  
bitcoin/repos/community-staging-x86_64/0001-Make-boost-multi_index-comparators-const.patch
(from rev 363451, 
bitcoin/trunk/0001-Make-boost-multi_index-comparators-const.patch)
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 363451, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/bitcoin.sysusers
(from rev 363451, bitcoin/trunk/bitcoin.sysusers)
  bitcoin/repos/community-staging-x86_64/bitcoin.tmpfiles
(from rev 363451, bitcoin/trunk/bitcoin.tmpfiles)

-+
 0001-Make-boost-multi_index-comparators-const.patch |   85 +++
 PKGBUILD|  100 ++
 bitcoin.sysusers|1 
 bitcoin.tmpfiles|2 
 4 files changed, 188 insertions(+)

Copied: 
bitcoin/repos/community-staging-x86_64/0001-Make-boost-multi_index-comparators-const.patch
 (from rev 363451, 
bitcoin/trunk/0001-Make-boost-multi_index-comparators-const.patch)
===
--- 
community-staging-x86_64/0001-Make-boost-multi_index-comparators-const.patch
(rev 0)
+++ 
community-staging-x86_64/0001-Make-boost-multi_index-comparators-const.patch
2018-07-26 03:46:56 UTC (rev 363452)
@@ -0,0 +1,85 @@
+From 1ec0c0a01c316146434642ab2f14a7367306dbec Mon Sep 17 00:00:00 2001
+From: Suhas Daftuar 
+Date: Thu, 7 Dec 2017 09:57:53 -0500
+Subject: [PATCH] Make boost::multi_index comparators const
+
+This fixes compatibility with boost 1.66
+---
+ src/miner.h |  4 ++--
+ src/txmempool.h | 10 +-
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/src/miner.h b/src/miner.h
+index 36276dc36..d81ec6421 100644
+--- a/src/miner.h
 b/src/miner.h
+@@ -71,7 +71,7 @@ struct modifiedentry_iter {
+ // except operating on CTxMemPoolModifiedEntry.
+ // TODO: refactor to avoid duplication of this logic.
+ struct CompareModifiedEntry {
+-bool operator()(const CTxMemPoolModifiedEntry &a, const 
CTxMemPoolModifiedEntry &b)
++bool operator()(const CTxMemPoolModifiedEntry &a, const 
CTxMemPoolModifiedEntry &b) const
+ {
+ double f1 = (double)a.nModFeesWithAncestors * b.nSizeWithAncestors;
+ double f2 = (double)b.nModFeesWithAncestors * a.nSizeWithAncestors;
+@@ -86,7 +86,7 @@ struct CompareModifiedEntry {
+ // This is sufficient to sort an ancestor package in an order that is valid
+ // to appear in a block.
+ struct CompareTxIterByAncestorCount {
+-bool operator()(const CTxMemPool::txiter &a, const CTxMemPool::txiter &b)
++bool operator()(const CTxMemPool::txiter &a, const CTxMemPool::txiter &b) 
const
+ {
+ if (a->GetCountWithAncestors() != b->GetCountWithAncestors())
+ return a->GetCountWithAncestors() < b->GetCountWithAncestors();
+diff --git a/src/txmempool.h b/src/txmempool.h
+index 346585ab1..86a008d7b 100644
+--- a/src/txmempool.h
 b/src/txmempool.h
+@@ -204,7 +204,7 @@ struct mempoolentry_txid
+ class CompareTxMemPoolEntryByDescendantScore
+ {
+ public:
+-bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b)
++bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const
+ {
+ bool fUseADescendants = UseDescendantScore(a);
+ bool fUseBDescendants = UseDescendantScore(b);
+@@ -226,7 +226,7 @@ public:
+ }
+ 
+ // Calculate which score to use for an entry (avoiding division).
+-bool UseDescendantScore(const CTxMemPoolEntry &a)
++bool UseDescendantScore(const CTxMemPoolEntry &a) const
+ {
+ double f1 = (double)a.GetModifiedFee() * a.GetSizeWithDescendants();
+ double f2 = (double)a.GetModFeesWithDescendants() * a.GetTxSize();
+@@ -241,7 +241,7 @@ public:
+ class CompareTxMemPoolEntryByScore
+ {
+ public:
+-bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b)
++bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const
+ {
+ double f1 = (double)a.GetModifiedFee() * b.GetTxSize();
+ double f2 = (double)b.GetModifiedFee() * a.GetTxSize();
+@@ -255,7 +255,7 @@ public:
+ class CompareTxMemPoolEntryByEntryTime
+ {
+ public:
+-bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b)
++bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const
+ {
+ return a.GetTime() < b.GetTime();
+ }
+@@ -264,7 +264,7 @@ public:
+ class CompareTxMemPoolEntryByAncestorFee
+ {
+ public:
+-bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b)
++bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const
+ {
+ double aFees = a.GetModFeesWithAncestors();
+ doub

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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 03:46:31
  Author: eschwartz
Revision: 363451

upgpkg: bitcoin 0.16.1-2

protobuf 3.6.0 rebuild

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 03:16:49 UTC (rev 363450)
+++ PKGBUILD2018-07-26 03:46:31 UTC (rev 363451)
@@ -7,17 +7,15 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
 pkgver=0.16.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://www.bitcoin.org/";
 makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
 license=('MIT')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz";
-"0001-Make-boost-multi_index-comparators-const.patch"
 "bitcoin.sysusers"
 "bitcoin.tmpfiles")
 sha256sums=('c0065f63509c1ca8b45057b415f8e4cbaf0f234def6090511d68fd3df3a56380'
-'f302218b0366c2102a3447330684adcdb576217aba5d1bb157e73717d6734ce5'
 '6f70b0d3d5e4a3f78b15d8f49515cd33cbf0c9d2ac22f94f0d3fabb3f620e458'
 'b769c977b193680f2f549997fd8e07f6aa507071dfd519d59255ab4c687ebfcd')
 validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
@@ -24,8 +22,7 @@
 
 prepare() {
   cd "$pkgbase-$pkgver"
-  #patch -Np1 -i "$srcdir/0001-Make-boost-multi_index-comparators-const.patch"
-  ./autogen.sh
+  autoreconf -fi
 }
 
 build() {


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 03:16:49
  Author: eschwartz
Revision: 363450

archrelease: copy trunk to community-staging-any

Added:
  gufw/repos/community-staging-any/
  gufw/repos/community-staging-any/PKGBUILD
(from rev 363449, gufw/trunk/PKGBUILD)

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

Copied: gufw/repos/community-staging-any/PKGBUILD (from rev 363449, 
gufw/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-26 03:16:49 UTC (rev 363450)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+# Contributor : Martin Wimpress 
+
+pkgname=gufw
+_pkgver=18.04
+pkgver=${_pkgver}.0
+pkgrel=2
+pkgdesc='Uncomplicated way to manage your Linux firewall'
+url='https://gufw.org/'
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'polkit' 'python-gobject' 'ufw' 'webkit2gtk' 
'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('intltool' 'python-distutils-extra')
+source=(https://launchpad.net/gui-ufw/trunk/${_pkgver}/+download/gui-ufw-${pkgver}.tar.gz)
+sha256sums=('b6b12524d3d2c6035288f15003c97aa23eef862fdaa78fb621e045cd793374fc')
+sha512sums=('86154bd802e87ecd4bb6cfe74ae50d716d96bf33ca21847d439f602a4d318f7fcfa1f8a7222567ba194dba479f217842be7f1538ad725256458ebc428a33e831')
+
+prepare() {
+  cd gui-ufw-${pkgver}
+  sed 's|python3.5|python3.7|g' -i bin/gufw-pkexec
+}
+
+package(){
+  cd gui-ufw-${pkgver}
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python setup.py install --root="${pkgdir}" -O1
+}
+
+# vim: ts=2 sw=2 et:


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 03:16:28
  Author: eschwartz
Revision: 363449

upgpkg: gufw 18.04.0-2

python 3.7 rebuild

Modified:
  gufw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 03:14:36 UTC (rev 363448)
+++ PKGBUILD2018-07-26 03:16:28 UTC (rev 363449)
@@ -4,7 +4,7 @@
 pkgname=gufw
 _pkgver=18.04
 pkgver=${_pkgver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Uncomplicated way to manage your Linux firewall'
 url='https://gufw.org/'
 arch=('any')
@@ -17,7 +17,7 @@
 
 prepare() {
   cd gui-ufw-${pkgver}
-  sed 's|python3.5|python3.6|g' -i bin/gufw-pkexec
+  sed 's|python3.5|python3.7|g' -i bin/gufw-pkexec
 }
 
 package(){


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 03:14:36
  Author: eschwartz
Revision: 363448

archrelease: copy trunk to community-staging-x86_64

Added:
  powerdns-recursor/repos/community-staging-x86_64/
  powerdns-recursor/repos/community-staging-x86_64/PKGBUILD
(from rev 363447, powerdns-recursor/trunk/PKGBUILD)

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

Copied: powerdns-recursor/repos/community-staging-x86_64/PKGBUILD (from rev 
363447, powerdns-recursor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-26 03:14:36 UTC (rev 363448)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns-recursor
+pkgver=4.1.3
+pkgrel=3
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'boost-libs' 'libsodium' 'libsystemd' 'lua' 'openssl' 
'protobuf'
+ 'libboost_context.so')
+makedepends=('boost' 'inetutils' 'pandoc' 'ragel' 'systemd')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
+sha512sums=('5ea7e027131143b3ca45ca4a97316f52207a55cf5498a136e44cf5ee78bee00efecf3cd7c9c46261002cbd6e4ea0cd2af62c456b71fd2366729242950b7c060d'
+'SKIP')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

+  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

+
+build() {
+  cd pdns-recursor-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/powerdns \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-systemd \
+--enable-protobuf \
+--enable-libsodium
+  make
+}
+
+package() {
+  cd pdns-recursor-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 03:14:11
  Author: eschwartz
Revision: 363447

upgpkg: powerdns-recursor 4.1.3-3

protobuf 3.6.0 rebuild

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 02:48:58 UTC (rev 363446)
+++ PKGBUILD2018-07-26 03:14:11 UTC (rev 363447)
@@ -6,7 +6,7 @@
 
 pkgname=powerdns-recursor
 pkgver=4.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('GPL2')
 depends=('gcc-libs' 'boost-libs' 'libsodium' 'libsystemd' 'lua' 'openssl' 
'protobuf'
  'libboost_context.so')
-makedepends=('boost' 'inetutils' 'systemd' 'pandoc' 'ragel' 'systemd')
+makedepends=('boost' 'inetutils' 'pandoc' 'ragel' 'systemd')
 provides=('pdns-recursor')
 conflicts=('pdns-recursor')
 backup=('etc/powerdns/recursor.conf')


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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Thursday, July 26, 2018 @ 03:10:04
  Author: demize
Revision: 329555

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

Added:
  pkgconf/repos/core-x86_64/PKGBUILD
(from rev 329554, pkgconf/repos/extra-x86_64/PKGBUILD)
  pkgconf/repos/core-x86_64/platform-pkg-config.in
(from rev 329554, pkgconf/repos/extra-x86_64/platform-pkg-config.in)
Deleted:
  pkgconf/repos/core-x86_64/PKGBUILD
  pkgconf/repos/core-x86_64/platform-pkg-config.in
  pkgconf/repos/extra-x86_64/

+
 /PKGBUILD  |   81 +++
 /platform-pkg-config.in|   11 
 core-x86_64/PKGBUILD   |   81 ---
 core-x86_64/platform-pkg-config.in |   11 
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-07-25 21:11:15 UTC (rev 329554)
+++ core-x86_64/PKGBUILD2018-07-26 03:10:04 UTC (rev 329555)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Johannes Löthberg 
-# Contributor: Piotr Gorski 
-# Contributor: Lucy 
-# Contributor: Bartlomiej Piotrowski 
-
-pkgname=pkgconf
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Package compiler and linker metadata toolkit"
-url="https://git.dereferenced.org/pkgconf/pkgconf";
-license=(custom:ISC)
-arch=(x86_64)
-depends=(glibc sh)
-makedepends=(git)
-provides=(pkg-config pkgconfig)
-conflicts=(pkg-config)
-replaces=(pkg-config)
-groups=(base-devel)
-_commit=5601568267939c4890bab9cbd64c30256455f29a  # tags/pkgconf-1.5.1
-source=("git+$url#commit=$_commit" platform-pkg-config.in)
-sha256sums=('SKIP'
-'7c61338fbd83f9783d805c2f2f97b426977895a2f4b79e0ae5bc8e9d7996edaa')
-
-_pcdirs=/usr/lib/pkgconfig:/usr/share/pkgconfig
-_libdir=/usr/lib
-_includedir=/usr/include
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^pkgconf-//;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  ./autogen.sh
-}
-
-build() {
-  cd build
-  ../$pkgname/configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-pkg-config-dir="$_pcdirs" \
---with-system-libdir="$_libdir" \
---with-system-includedir="$_includedir" \
---disable-static
-  make
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C build install
-
-  # From https://src.fedoraproject.org/rpms/pkgconf/
-  sed -e "s|@TARGET_PLATFORM@|$CHOST|g" \
-  -e "s|@PKGCONF_LIBDIRS@|$_pcdirs|g" \
-  -e "s|@PKGCONF_SYSLIBDIR@|$_libdir|g" \
-  -e "s|@PKGCONF_SYSINCDIR@|$_includedir|g" \
-  platform-pkg-config.in |
-install -D /dev/stdin "$pkgdir/usr/bin/$CHOST-pkg-config"
-  ln -s $CHOST-pkg-config "$pkgdir/usr/bin/pkg-config"
-
-  # Multilib
-  if [[ $CARCH = x86_64 ]]; then
-_host32=${CHOST/x86_64/i686}
-sed -e "s|@TARGET_PLATFORM@|$_host32|g" \
--e "s|@PKGCONF_LIBDIRS@|${_pcdirs/lib/lib32}|g" \
--e "s|@PKGCONF_SYSLIBDIR@|${_libdir/lib/lib32}|g" \
--e "s|@PKGCONF_SYSINCDIR@|$_includedir|g" \
-platform-pkg-config.in |
-  install -D /dev/stdin "$pkgdir/usr/bin/$_host32-pkg-config"
-ln -s $_host32-pkg-config "$pkgdir/usr/bin/pkg-config-32"
-  fi
-
-  ln -s pkgconf.1 "$pkgdir/usr/share/man/man1/pkg-config.1"
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}
-
-# vim:set sw=2 et:

Copied: pkgconf/repos/core-x86_64/PKGBUILD (from rev 329554, 
pkgconf/repos/extra-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-07-26 03:10:04 UTC (rev 329555)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Johannes Löthberg 
+# Contributor: Piotr Gorski 
+# Contributor: Lucy 
+# Contributor: Bartlomiej Piotrowski 
+
+pkgname=pkgconf
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Package compiler and linker metadata toolkit"
+url="https://git.dereferenced.org/pkgconf/pkgconf";
+license=(custom:ISC)
+arch=(x86_64)
+depends=(glibc sh)
+makedepends=(git)
+provides=(pkg-config pkgconfig)
+conflicts=(pkg-config)
+replaces=(pkg-config)
+groups=(base-devel)
+_commit=4735e17287003b24e86b909f473af14771b8b32c  # tags/pkgconf-1.5.2
+source=("git+$url#commit=$_commit" platform-pkg-config.in)
+sha256sums=('SKIP'
+'7c61338fbd83f9783d805c2f2f97b426977895a2f4b79e0ae5bc8e9d7996edaa')
+
+_pcdirs=/usr/lib/pkgconfig:/usr/share/pkgconfig
+_libdir=/usr/lib
+_includedir=/usr/include
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^pkgconf-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  ./autogen.sh
+}
+
+build() {
+  cd build
+  ../$pkgname/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-pkg-config-dir="$_pcdirs" \
+--with-system-libdir="$_libdir" \
+--with-system-includedir="$_includedir" \
+--disable-static
+  make
+}
+
+package() 

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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 02:48:58
  Author: eschwartz
Revision: 363446

archrelease: copy trunk to community-staging-x86_64

Added:
  powerdns/repos/community-staging-x86_64/
  powerdns/repos/community-staging-x86_64/PKGBUILD
(from rev 363445, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-x86_64/sysusers.conf
(from rev 363445, powerdns/trunk/sysusers.conf)

---+
 PKGBUILD  |   78 
 sysusers.conf |1 
 2 files changed, 79 insertions(+)

Copied: powerdns/repos/community-staging-x86_64/PKGBUILD (from rev 363445, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-26 02:48:58 UTC (rev 363446)
@@ -0,0 +1,78 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.1.3
+pkgrel=5
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua')
+makedepends=('boost' 'geoip' 'libldap' 'libmariadbclient' 'opendbx'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'libmariadbclient: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'opendbx: OpenDBX backend'
+'postgresql-libs: PostgreSQL backend'
+'unixodbc: ODBC backend'
+'tinycdb: TinyDNS backend'
+'yaml-cpp: GeoIP backend')
+provides=('pdns')
+conflicts=('pdns')
+backup=('etc/powerdns/pdns.conf')
+source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
+sysusers.conf)
+sha512sums=('a5201cf48911188db0c70cb44a27b9a6cebc16f6b740abdadd283dd53feedeed9cfa16ab833b8230f24790f349a0f2ebcca653ca502bb9b2c75d08bd7c60140c'
+'SKIP'
+
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

+  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

+
+prepare() {
+  cd pdns-${pkgver}
+  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
+  # This allows for running pdns_server without setting `module-dir` in the 
config.
+  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
+}
+
+build() {
+  cd pdns-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--sbindir=/usr/bin \
+--with-modules='' \
+--with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
+--docdir=/usr/share/doc/powerdns \
+--enable-libsodium \
+--enable-botan \
+--enable-tools \
+--disable-dependency-tracking \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-unit-tests \
+--enable-systemd
+  make
+}
+
+check() {
+  make -C pdns-${pkgver} check
+}
+
+package() {
+  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
+  install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
+  # Ensure we run as the powerdns user
+  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-staging-x86_64/sysusers.conf (from rev 363445, 
powerdns/trunk/sysusers.conf)
===
--- community-staging-x86_64/sysusers.conf  (rev 0)
+++ community-staging-x86_64/sysusers.conf  2018-07-26 02:48:58 UTC (rev 
363446)
@@ -0,0 +1 @@
+u powerdns - "PowerDNS Authoritative Server" -


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 02:48:05
  Author: eschwartz
Revision: 363443

upgpkg: mixxx 2.1.1-2

protobuf 3.6.0 rebuild

Modified:
  mixxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 00:11:18 UTC (rev 363442)
+++ PKGBUILD2018-07-26 02:48:05 UTC (rev 363443)
@@ -5,10 +5,10 @@
 
 pkgname=mixxx
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Free, open source software for digital DJ'ing."
 arch=('x86_64')
-url='http://www.mixxx.org'
+url='https://www.mixxx.org'
 license=('GPL')
 depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 
'portaudio' 'portmidi'
  'taglib' 'qt4' 'vamp-plugin-sdk' 'libusbx' 'protobuf' 'faad2' 
'libmp4v2'


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 02:48:30
  Author: eschwartz
Revision: 363444

archrelease: copy trunk to community-staging-x86_64

Added:
  mixxx/repos/community-staging-x86_64/
  mixxx/repos/community-staging-x86_64/PKGBUILD
(from rev 363443, mixxx/trunk/PKGBUILD)

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

Copied: mixxx/repos/community-staging-x86_64/PKGBUILD (from rev 363443, 
mixxx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-26 02:48:30 UTC (rev 363444)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ali H. Caliskan 
+# Contributor: Ryan Coyner 
+# Contributor: Stefan Husmann 
+
+pkgname=mixxx
+pkgver=2.1.1
+pkgrel=2
+pkgdesc="Free, open source software for digital DJ'ing."
+arch=('x86_64')
+url='https://www.mixxx.org'
+license=('GPL')
+depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 
'portaudio' 'portmidi'
+ 'taglib' 'qt4' 'vamp-plugin-sdk' 'libusbx' 'protobuf' 'faad2' 
'libmp4v2'
+ 'rubberband' 'chromaprint' 'sqlite' 'opus' 'opusfile' 'upower')
+makedepends=('mesa' 'scons' 'libshout' 'glu')
+source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz";)
+md5sums=('6336d6568bbf860c4e03295ae51ee286')
+
+build() {
+  cd "${srcdir}/${pkgname}-release-${pkgver}"
+  export SCONSFLAGS="-j $(nproc)"
+  scons build=release optimize=portable virtualize=0 localecompare=1 
qt_sqlite_plugin=0 opus=1 \
+qtdir=/usr/lib/qt4 prefix=/usr faad=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-release-${pkgver}"
+  scons qtdir=/usr/lib/qt4 prefix=/usr install_root="${pkgdir}/usr" install
+}


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 02:48:37
  Author: eschwartz
Revision: 363445

upgpkg: powerdns 4.1.3-5

protobuf 3.6.0 rebuild

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 02:48:30 UTC (rev 363444)
+++ PKGBUILD2018-07-26 02:48:37 UTC (rev 363445)
@@ -7,7 +7,7 @@
 
 pkgname=powerdns
 pkgver=4.1.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Authoritative DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 license=('GPL2')
 depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
  'sqlite' 'systemd' 'lua')
-makedepends=('boost' 'geoip' 'libldap' 'libmariadbclient' 'opendbx' 
'pkg-config'
+makedepends=('boost' 'geoip' 'libldap' 'libmariadbclient' 'opendbx'
  'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
 optdepends=('geoip: GeoIP backend'
 'libmariadbclient: MariaDB/MySQL and MyDNS backend'


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 00:10:56
  Author: eschwartz
Revision: 363441

upgpkg: pitivi 0.99-5

python 3.7 rebuild
fix FTBFS with python-cairo 1.17.x

Modified:
  pitivi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 23:56:32 UTC (rev 363440)
+++ PKGBUILD2018-07-26 00:10:56 UTC (rev 363441)
@@ -6,7 +6,7 @@
 
 pkgname=pitivi
 pkgver=0.99
-pkgrel=4
+pkgrel=5
 pkgdesc="Editor for audio/video projects using the GStreamer framework"
 arch=('x86_64')
 url="http://pitivi.org/";
@@ -18,11 +18,16 @@
 optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
 'gst-libav: additional multimedia codecs'
 'gst-plugins-ugly: additional multimedia codecs')
-source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c')
+source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+
https://gitlab.gnome.org/GNOME/pitivi/commit/0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch)
+sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c'
+'988604de000f6eb5989c6386a488e7d3089c54f6f94fe4b9eb24189a6c5a8662')
 
 prepare() {
-  mkdir build
+  mkdir -p build
+  cd $pkgname-$pkgver
+  # https://gitlab.gnome.org/GNOME/pitivi/merge_requests/58
+  patch -p1 -i ../0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch
 }
 
 build() {


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 00:11:18
  Author: eschwartz
Revision: 363442

archrelease: copy trunk to community-staging-x86_64

Added:
  pitivi/repos/community-staging-x86_64/
  pitivi/repos/community-staging-x86_64/PKGBUILD
(from rev 363441, pitivi/trunk/PKGBUILD)

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

Copied: pitivi/repos/community-staging-x86_64/PKGBUILD (from rev 363441, 
pitivi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-26 00:11:18 UTC (rev 363442)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Gabor Nyekhelyi (n0gabor) 
+
+pkgname=pitivi
+pkgver=0.99
+pkgrel=5
+pkgdesc="Editor for audio/video projects using the GStreamer framework"
+arch=('x86_64')
+url="http://pitivi.org/";
+license=('LGPL')
+depends=('gsound' 'gst-editing-services' 'gst-plugins-bad' 'gst-plugins-good' 
'gst-python'
+ 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 
'python-matplotlib'
+ 'python-numpy')
+makedepends=('gst-validate' 'intltool' 'itstool' 'meson')
+optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
+'gst-libav: additional multimedia codecs'
+'gst-plugins-ugly: additional multimedia codecs')
+source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+
https://gitlab.gnome.org/GNOME/pitivi/commit/0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch)
+sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c'
+'988604de000f6eb5989c6386a488e7d3089c54f6f94fe4b9eb24189a6c5a8662')
+
+prepare() {
+  mkdir -p build
+  cd $pkgname-$pkgver
+  # https://gitlab.gnome.org/GNOME/pitivi/merge_requests/58
+  patch -p1 -i ../0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 25, 2018 @ 23:56:32
  Author: eschwartz
Revision: 363440

archrelease: copy trunk to community-staging-any

Added:
  scrapy/repos/community-staging-any/
  scrapy/repos/community-staging-any/PKGBUILD
(from rev 363439, scrapy/trunk/PKGBUILD)

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

Copied: scrapy/repos/community-staging-any/PKGBUILD (from rev 363439, 
scrapy/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-25 23:56:32 UTC (rev 363440)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: PyroDevil 
+# Contributor: Anibal Pacheco 
+
+pkgname=scrapy
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="A fast high-level scraping and web crawling framework."
+arch=('any')
+license=('BSD')
+url="http://scrapy.org";
+depends=('python-twisted' 'libxml2' 'python-w3lib' 'python-lxml' 'python-six' 
'python-queuelib'
+ 'python-setuptools' 'python-cssselect' 'python-pyopenssl' 
'python-parsel'
+ 'python-pydispatcher' 'python-service-identity')
+checkdepends=('python-pytest-runner' 'python-pillow' 'python-testfixtures' 
'python-botocore'
+  'python-jmespath' 'mitmproxy')
+optdepends=('ipython: for enhanced support of the interactive scraping shell')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz";
+
"https://github.com/scrapy/scrapy/commit/b364d27247b2d9b86c164569c7e0459fa3f8391b.patch";
+
"https://github.com/scrapy/scrapy/commit/f4f39057cbbfa4daf66f82061e57101b88d88d05.patch";)
+sha512sums=('3811d10e901ec049bb7ea4d4c477e5115fc8a1090c7cb5888fddeee51a56f60679ccb7e85da5a4d9ce7320f8cc67eefe3eaa335e27d9c696e6a875a5058121bb'
+
'd710e737d21ac52acb5de4b85ec757b13e492635c0c98249b3b5463b7a4471cabe434f9cd4a809db6e365019c1a71cc1bd555057a0545460c5bcbe147afe552a'
+
'6300a2b790b4d377877d6883644627d7ff94dbd38f04cc1561e87bba2ba6ad474c41153dc0b8b55768ac38ae4cf72af942fcdb465e31fe90741471adb947d1d0')
+
+prepare() {
+  cd scrapy-$pkgver
+  # fix flaky tests: https://github.com/scrapy/scrapy/pull/3210
+  patch -p1 -i ../b364d27247b2d9b86c164569c7e0459fa3f8391b.patch
+  # fix python37 issues: https://github.com/scrapy/scrapy/pull/3326
+  patch -p1 -i ../f4f39057cbbfa4daf66f82061e57101b88d88d05.patch
+}
+
+build() {
+  cd scrapy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd scrapy-$pkgver
+  python setup.py pytest --addopts tests
+}
+
+package() {
+  cd scrapy-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname/README.rst
+  install -D -m644 docs/intro/install.rst 
"$pkgdir"/usr/share/doc/$pkgname/INSTALL.rst
+}


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 25, 2018 @ 23:56:06
  Author: eschwartz
Revision: 363439

upgpkg: scrapy 1.5.1-1

python 3.7 rebuild

Modified:
  scrapy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 22:37:40 UTC (rev 363438)
+++ PKGBUILD2018-07-25 23:56:06 UTC (rev 363439)
@@ -4,7 +4,7 @@
 # Contributor: Anibal Pacheco 
 
 pkgname=scrapy
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="A fast high-level scraping and web crawling framework."
 arch=('any')
@@ -16,9 +16,21 @@
 checkdepends=('python-pytest-runner' 'python-pillow' 'python-testfixtures' 
'python-botocore'
   'python-jmespath' 'mitmproxy')
 optdepends=('ipython: for enhanced support of the interactive scraping shell')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz";)
-sha512sums=('06c3ee55706e25f1bfea0d13843835b3d6ee2946509b279c84cb6f3ca31b9d005e0aa93de0b4b82cacee658bf7382eafcb92bc6d9d7dac18fc659a7bcaa218a1')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz";
+
"https://github.com/scrapy/scrapy/commit/b364d27247b2d9b86c164569c7e0459fa3f8391b.patch";
+
"https://github.com/scrapy/scrapy/commit/f4f39057cbbfa4daf66f82061e57101b88d88d05.patch";)
+sha512sums=('3811d10e901ec049bb7ea4d4c477e5115fc8a1090c7cb5888fddeee51a56f60679ccb7e85da5a4d9ce7320f8cc67eefe3eaa335e27d9c696e6a875a5058121bb'
+
'd710e737d21ac52acb5de4b85ec757b13e492635c0c98249b3b5463b7a4471cabe434f9cd4a809db6e365019c1a71cc1bd555057a0545460c5bcbe147afe552a'
+
'6300a2b790b4d377877d6883644627d7ff94dbd38f04cc1561e87bba2ba6ad474c41153dc0b8b55768ac38ae4cf72af942fcdb465e31fe90741471adb947d1d0')
 
+prepare() {
+  cd scrapy-$pkgver
+  # fix flaky tests: https://github.com/scrapy/scrapy/pull/3210
+  patch -p1 -i ../b364d27247b2d9b86c164569c7e0459fa3f8391b.patch
+  # fix python37 issues: https://github.com/scrapy/scrapy/pull/3326
+  patch -p1 -i ../f4f39057cbbfa4daf66f82061e57101b88d88d05.patch
+}
+
 build() {
   cd scrapy-$pkgver
   python setup.py build


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

2018-07-25 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, July 25, 2018 @ 22:37:40
  Author: zorun
Revision: 363438

archrelease: copy trunk to community-staging-any

Added:
  python-sphinxcontrib-bibtex/repos/community-staging-any/
  python-sphinxcontrib-bibtex/repos/community-staging-any/PKGBUILD
(from rev 363437, python-sphinxcontrib-bibtex/trunk/PKGBUILD)

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

Copied: python-sphinxcontrib-bibtex/repos/community-staging-any/PKGBUILD (from 
rev 363437, python-sphinxcontrib-bibtex/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-25 22:37:40 UTC (rev 363438)
@@ -0,0 +1,54 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Patrice Peterson 
+
+pkgbase=python-sphinxcontrib-bibtex
+pkgname=(python-sphinxcontrib-bibtex python2-sphinxcontrib-bibtex)
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="A Sphinx extension for BibTeX style citations"
+arch=('any')
+url="http://sphinxcontrib-bibtex.readthedocs.org";
+license=('BSD')
+depends=('python-six' 'python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset'
+ 'python2-six' 'python2-sphinx' 'python2-pybtex' 
'python2-pybtex-docutils' 'python2-oset')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python-sphinx-testing'
+  'python2-nose' 'python2-sphinx-testing')
+source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz";)
+sha256sums=('cb9fb4526642fc080204fccd5cd8f41e9e95387278e17b1d6969b1e27c2d3e0c')
+
+prepare() {
+  cp -a sphinxcontrib-bibtex-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
+  python setup.py nosetests || warning "Some python3 tests failed"
+
+  cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
+  python2 setup.py nosetests || warning "Some python2 tests failed"
+}
+
+package_python-sphinxcontrib-bibtex() {
+  depends=('python-six' 'python-sphinx' 'python-pybtex' 
'python-pybtex-docutils' 'python-oset')
+
+  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sphinxcontrib-bibtex() {
+  depends=('python2-six' 'python2-sphinx' 'python2-pybtex' 
'python2-pybtex-docutils' 'python2-oset')
+
+  cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-07-25 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, July 25, 2018 @ 22:37:24
  Author: zorun
Revision: 363437

upgpkg: python-sphinxcontrib-bibtex 0.4.0-2

Python 3.7 rebuild

Modified:
  python-sphinxcontrib-bibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 21:11:03 UTC (rev 363436)
+++ PKGBUILD2018-07-25 22:37:24 UTC (rev 363437)
@@ -4,7 +4,7 @@
 pkgbase=python-sphinxcontrib-bibtex
 pkgname=(python-sphinxcontrib-bibtex python2-sphinxcontrib-bibtex)
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
 url="http://sphinxcontrib-bibtex.readthedocs.org";


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:09:40
  Author: heftig
Revision: 329548

archrelease: copy trunk to staging-x86_64

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

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

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

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

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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:09:57
  Author: heftig
Revision: 329549

archrelease: copy trunk to staging-x86_64

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

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

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 329548, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-25 21:09:57 UTC (rev 329549)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.107
+_extramodules=extramodules-4.17-ARCH
+pkgrel=14
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.17.1' 
'linux-headers<4.18')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";
+'kernel-4.11.patch')
+sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.17.1' 'linux<4.18' "nvidia-340xx-utils=${pkgver}" 
'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-340xx=$pkgver")
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}

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

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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:09:09
  Author: heftig
Revision: 363429

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 363428, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 363428, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 363428, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-25 21:09:09 UTC (rev 363429)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=145
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux>=4.17' 'linux<4.18')
+makedepends=('linux-headers>=4.17' 'linux-headers<4.18')
+_extramodules=extramodules-4.17-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 363428, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-07-25 21:09:09 UTC (rev 363429)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:09:24
  Author: heftig
Revision: 329547

archrelease: copy trunk to staging-x86_64

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

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

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

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 329546, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-07-25 21:09:24 UTC (rev 329547)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23d

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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:08:35
  Author: heftig
Revision: 363427

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 363426, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.15.patch
(from rev 363426, r8168/trunk/linux-4.15.patch)

--+
 PKGBUILD |   47 ++
 linux-4.15.patch |   81 +
 2 files changed, 128 insertions(+)

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 363426, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-25 21:08:35 UTC (rev 363427)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=73
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.15.patch)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31'
+'6434f0d1fcb08e3605a17859d3b8946c65bcf14737e223315b6468b3394c5cd7')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux-4.15.patch
+}
+
+build() {
+   KERNEL_VERSION=$(cat /usr/lib/modules/extramodules-4.17-ARCH/version)
+   msg2 "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   depends=("linux>=4.17" "linux<4.18")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-4.17-ARCH" -m644 
src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}

Copied: r8168/repos/community-staging-x86_64/linux-4.15.patch (from rev 363426, 
r8168/trunk/linux-4.15.patch)
===
--- community-staging-x86_64/linux-4.15.patch   (rev 0)
+++ community-staging-x86_64/linux-4.15.patch   2018-07-25 21:08:35 UTC (rev 
363427)
@@ -0,0 +1,81 @@
+diff -u -r r8168-8.045.08/src/r8168_n.c r8168-8.045.08-4.15/src/r8168_n.c
+--- r8168-8.045.08/src/r8168_n.c   2017-09-22 17:31:17.0 +0200
 r8168-8.045.08-4.15/src/r8168_n.c  2018-01-29 12:33:34.283394438 +0100
+@@ -407,8 +407,13 @@
+ static void rtl8168_sleep_rx_enable(struct net_device *dev);
+ static void rtl8168_dsm(struct net_device *dev, int dev_state);
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ static void rtl8168_esd_timer(unsigned long __opaque);
+ static void rtl8168_link_timer(unsigned long __opaque);
++#else
++static void rtl8168_esd_timer(struct timer_list *timer_list);
++static void rtl8168_link_timer(struct timer_list *timer_list);
++#endif
+ static void rtl8168_tx_clear(struct rtl8168_private *tp);
+ static void rtl8168_rx_clear(struct rtl8168_private *tp);
+ 
+@@ -22964,7 +22969,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = &tp->esd_timer;
+ 
+-setup_timer(timer, rtl8168_esd_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_esd_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_esd_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_ESD_TIMEOUT);
+ }
+ 
+@@ -22978,7 +22987,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = &tp->link_timer;
+ 
+-setup_timer(timer, rtl8168_link_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_link_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_link_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_LINK_TIMEOUT);
+ }
+ 
+@@ -24717,10 +24730,16 @@
+ #define PCI_DEVICE_SERIAL_NUMBER (0x0164)
+ 
+ static void
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ rtl8168_esd_timer(unsigned long __opaque)
+ {
+-struct net_device *dev = (struct net_device *)__opaque;
+-struct rtl8168_private *tp = netdev_priv(dev);
++struct rtl8168_private *tp = (struct rtl8168_private *)__opaque;
++#else
++

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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:08:53
  Author: heftig
Revision: 363428

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 363427, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 363427, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 363427, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   52 
 dkms.conf |9 +
 3 files changed, 62 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
363427, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-07-25 21:08:53 UTC (rev 
363428)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 363427, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-25 21:08:53 UTC (rev 363428)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=86
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/";
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.17' 'linux<4.18')
+makedepends=('linux-headers>=4.17' 'linux-headers<4.18')
+_extramodules=extramodules-4.17-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 363427, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-07-25 21:08:53 UTC (rev 363428)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:08:02
  Author: heftig
Revision: 363425

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 363424, virtualbox-modules-arch/trunk/PKGBUILD)

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

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


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:08:19
  Author: heftig
Revision: 363426

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 363425, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 363425, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-25 21:08:19 UTC (rev 363426)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=151
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch";
+license=('GPL')
+depends=('linux>=4.17' 'linux<4.18')
+makedepends=('linux-headers>=4.17' 'linux-headers<4.18')
+_extramodules=extramodules-4.17-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:07:44
  Author: heftig
Revision: 363424

archrelease: copy trunk to community-staging-x86_64

Added:
  broadcom-wl/repos/community-staging-x86_64/
  broadcom-wl/repos/community-staging-x86_64/PKGBUILD
(from rev 363423, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 363423, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-25 21:07:44 UTC (rev 363424)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgname=broadcom-wl# Build against stock -ARCH kernel
+#pkgname=broadcom-wl-custom# Build agains kernel with a different name
+_kernelname=${pkgname#broadcom-wl}
+pkgver=6.30.223.271
+pkgrel=32
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" 
"${pkgname%$_kernelname}-dkms=${pkgver}")
+
+build() {
+_kernmajor="$(pacman -Q linux${_kernelname} | sed -r 
's/linux'"${_kernelname}"' ([0-9]*.[0-9]*).*/\1/')"
+
_kernver="$(

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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:07:25
  Author: heftig
Revision: 363423

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 363422, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 363422, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-25 21:07:25 UTC (rev 363423)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=39
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.17' 'linux<4.18')
+makedepends=('linux-headers>=4.17' 'linux-headers<4.18' 'git')
+_extradir=/usr/lib/modules/extramodules-4.17-ARCH
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:00:27
  Author: heftig
Revision: 329545

396.24-20: kernel 4.17.10-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 21:00:25 UTC (rev 329544)
+++ PKGBUILD2018-07-25 21:00:27 UTC (rev 329545)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=396.24
 _extramodules=extramodules-4.17-ARCH
-pkgrel=19
+pkgrel=20
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/";


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:00:14
  Author: heftig
Revision: 363419

0.8-151: kernel 4.17.10-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 21:00:12 UTC (rev 363418)
+++ PKGBUILD2018-07-25 21:00:14 UTC (rev 363419)
@@ -6,7 +6,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=150
+pkgrel=151
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:00:25
  Author: heftig
Revision: 329544

390.67-12: kernel 4.17.10-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 18:40:52 UTC (rev 329543)
+++ PKGBUILD2018-07-25 21:00:25 UTC (rev 329544)
@@ -7,7 +7,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.67
 _extramodules=extramodules-4.17-ARCH
-pkgrel=11
+pkgrel=12
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/";


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:00:12
  Author: heftig
Revision: 363418

5.2.16-5: kernel 4.17.10-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 21:00:10 UTC (rev 363417)
+++ PKGBUILD2018-07-25 21:00:12 UTC (rev 363418)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.16
-pkgrel=4
+pkgrel=5
 _linux_major=4
 _linux_minor=17
 arch=('x86_64')


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:00:23
  Author: heftig
Revision: 363422

1.1.0-145: kernel 4.17.10-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 21:00:20 UTC (rev 363421)
+++ PKGBUILD2018-07-25 21:00:23 UTC (rev 363422)
@@ -6,7 +6,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=144
+pkgrel=145
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:00:30
  Author: heftig
Revision: 329546

340.107-14: kernel 4.17.10-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 21:00:27 UTC (rev 329545)
+++ PKGBUILD2018-07-25 21:00:30 UTC (rev 329546)
@@ -7,7 +7,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-4.17-ARCH
-pkgrel=13
+pkgrel=14
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/";


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:00:18
  Author: heftig
Revision: 363420

8.045.08-73: kernel 4.17.10-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 21:00:14 UTC (rev 363419)
+++ PKGBUILD2018-07-25 21:00:18 UTC (rev 363420)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=72
+pkgrel=73
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:00:20
  Author: heftig
Revision: 363421

20170610-86: kernel 4.17.10-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 21:00:18 UTC (rev 363420)
+++ PKGBUILD2018-07-25 21:00:20 UTC (rev 363421)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=85
+pkgrel=86
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/";
 arch=(x86_64)


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:00:08
  Author: heftig
Revision: 363416

0.43-39: kernel 4.17.10-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 20:56:46 UTC (rev 363415)
+++ PKGBUILD2018-07-25 21:00:08 UTC (rev 363416)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=38
+pkgrel=39
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 21:00:10
  Author: heftig
Revision: 363417

6.30.223.271-32: kernel 4.17.10-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 21:00:08 UTC (rev 363416)
+++ PKGBUILD2018-07-25 21:00:10 UTC (rev 363417)
@@ -5,7 +5,7 @@
 #pkgname=broadcom-wl-custom# Build agains kernel with a different name
 _kernelname=${pkgname#broadcom-wl}
 pkgver=6.30.223.271
-pkgrel=31
+pkgrel=32
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 25, 2018 @ 20:56:46
  Author: eschwartz
Revision: 363415

archrelease: copy trunk to community-staging-any

Added:
  python-envisage/repos/community-staging-any/
  python-envisage/repos/community-staging-any/PKGBUILD
(from rev 363414, python-envisage/trunk/PKGBUILD)

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

Copied: python-envisage/repos/community-staging-any/PKGBUILD (from rev 363414, 
python-envisage/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-25 20:56:46 UTC (rev 363415)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgbase=python-envisage
+pkgname=('python2-envisage' 'python-envisage')
+pkgver=4.6.0
+pkgrel=2
+pkgdesc="Extensible Application Framework"
+arch=('any')
+url="https://github.com/enthought/envisage";
+license=('BSD')
+makedepends=('python-setuptools' 'python-apptools' 'python2-setuptools' 
'python2-apptools')
+checkdepends=('python-nose' 'python-configobj' 'python2-nose' 
'python2-configobj')
+source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz";)
+md5sums=('186b566271b4b7125761fd6734a7e370')
+
+prepare() {
+  cd "$srcdir"
+  cp -a envisage-${pkgver} envisage-py2-${pkgver}
+}
+
+build() {
+  cd "$srcdir"/envisage-py2-$pkgver
+
+  msg "Building Python2"
+  python2 setup.py build
+
+  cd "$srcdir"/envisage-$pkgver
+
+  msg "Building Python3"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/envisage-py2-$pkgver
+  nosetests2 envisage
+
+  cd "$srcdir"/envisage-$pkgver
+  nosetests envisage || warning "tests failed"
+}
+
+package_python2-envisage() {
+  depends=('python2-apptools')
+  optdepends=('ipython2: for IPython shell plugin')
+  cd "$srcdir"/envisage-py2-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/  --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-envisage() {
+  depends=('python-apptools')
+  optdepends=('ipython: for IPython shell plugin')
+  cd "$srcdir"/envisage-$pkgver
+
+  python setup.py install --root="$pkgdir"/  --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 25, 2018 @ 20:56:21
  Author: eschwartz
Revision: 363414

upgpkg: python-envisage 4.6.0-2

python 3.7 rebuild

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 20:04:53 UTC (rev 363413)
+++ PKGBUILD2018-07-25 20:56:21 UTC (rev 363414)
@@ -4,15 +4,15 @@
 pkgbase=python-envisage
 pkgname=('python2-envisage' 'python-envisage')
 pkgver=4.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage";
 license=('BSD')
 makedepends=('python-setuptools' 'python-apptools' 'python2-setuptools' 
'python2-apptools')
-
+checkdepends=('python-nose' 'python-configobj' 'python2-nose' 
'python2-configobj')
 
source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz";)
-md5sums=('86a7ff9e78960f3e294ace185cb3980e')
+md5sums=('186b566271b4b7125761fd6734a7e370')
 
 prepare() {
   cd "$srcdir"
@@ -31,6 +31,14 @@
   python setup.py build
 }
 
+check() {
+  cd "$srcdir"/envisage-py2-$pkgver
+  nosetests2 envisage
+
+  cd "$srcdir"/envisage-$pkgver
+  nosetests envisage || warning "tests failed"
+}
+
 package_python2-envisage() {
   depends=('python2-apptools')
   optdepends=('ipython2: for IPython shell plugin')


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

2018-07-25 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, July 25, 2018 @ 20:04:53
  Author: grazzolini
Revision: 363413

archrelease: copy trunk to community-testing-x86_64

Added:
  nginx-mainline/repos/community-testing-x86_64/
  nginx-mainline/repos/community-testing-x86_64/PKGBUILD
(from rev 363412, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-testing-x86_64/logrotate
(from rev 363412, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-testing-x86_64/nginx.install
(from rev 363412, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-testing-x86_64/service
(from rev 363412, nginx-mainline/trunk/service)

---+
 PKGBUILD  |  133 
 logrotate |   10 
 nginx.install |   12 +
 service   |   17 +++
 4 files changed, 172 insertions(+)

Copied: nginx-mainline/repos/community-testing-x86_64/PKGBUILD (from rev 
363412, nginx-mainline/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-07-25 20:04:53 UTC (rev 363413)
@@ -0,0 +1,133 @@
+# $Id$
+# Maintainer:  Giancarlo Razzolini 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Sébastien Luttringer
+# Contributor: Drew DeVault
+
+pkgname=nginx-mainline
+pkgver=1.15.2
+pkgrel=1
+pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
+arch=('x86_64')
+url='https://nginx.org'
+license=('custom')
+depends=('pcre' 'zlib' 'openssl' 'geoip' 'mailcap')
+backup=('etc/nginx/fastcgi.conf'
+'etc/nginx/fastcgi_params'
+'etc/nginx/koi-win'
+'etc/nginx/koi-utf'
+'etc/nginx/nginx.conf'
+'etc/nginx/scgi_params'
+'etc/nginx/uwsgi_params'
+'etc/nginx/win-utf'
+'etc/logrotate.d/nginx')
+install=nginx.install
+provides=('nginx')
+conflicts=('nginx')
+source=($url/download/nginx-$pkgver.tar.gz{,.asc}
+service
+logrotate)
+validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

+md5sums=('d063f746d3dc4298aed9c518f1684166'
+ 'SKIP'
+ 'ef491e760e7c1ffec9ca25441a150c83'
+ '6a01fb17af86f03707c8ae60f98a2dc2')
+sha512sums=('ef8171138246b851f3713ea027d6b96de414b15e24de244fa4fcb428da3a68f4df0c54152e5c0993e36c9c97d4dabcd55a019d6709840b4393c86995604668ff'
+'SKIP'
+
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
+
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
+
+_common_flags=(
+  --with-compat
+  --with-debug
+  --with-file-aio
+  --with-http_addition_module
+  --with-http_auth_request_module
+  --with-http_dav_module
+  --with-http_degradation_module
+  --with-http_flv_module
+  --with-http_geoip_module
+  --with-http_gunzip_module
+  --with-http_gzip_static_module
+  --with-http_mp4_module
+  --with-http_realip_module
+  --with-http_secure_link_module
+  --with-http_slice_module
+  --with-http_ssl_module
+  --with-http_stub_status_module
+  --with-http_sub_module
+  --with-http_v2_module
+  --with-mail
+  --with-mail_ssl_module
+  --with-pcre-jit
+  --with-stream
+  --with-stream_geoip_module
+  --with-stream_realip_module
+  --with-stream_ssl_module
+  --with-stream_ssl_preread_module
+  --with-threads
+)
+
+_mainline_flags=(
+)
+
+build() {
+  cd $provides-$pkgver
+  ./configure \
+--prefix=/etc/nginx \
+--conf-path=/etc/nginx/nginx.conf \
+--sbin-path=/usr/bin/nginx \
+--pid-path=/run/nginx.pid \
+--lock-path=/run/lock/nginx.lock \
+--user=http \
+--group=http \
+--http-log-path=/var/log/nginx/access.log \
+--error-log-path=stderr \
+--http-client-body-temp-path=/var/lib/nginx/client-body \
+--http-proxy-temp-path=/var/lib/nginx/proxy \
+--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
+--http-scgi-temp-path=/var/lib/nginx/scgi \
+--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
+--with-cc-opt="$CFLAGS $CPPFLAGS" \
+--with-ld-opt="$LDFLAGS" \
+${_common_flags[@]} \
+${_mainline_flags[@]}
+
+  make
+}
+
+package() {
+  cd $provides-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
+
+  for i in ftdetect indent syntax; do
+install -Dm644 contrib/vim/$i/nginx.vim \
+  "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
+  done
+}

Copied: nginx-mainline/repos/community-testing-x86_64/logrotate (from rev 
363412, nginx-mainline/trunk/logrotate)
===
--- community-testing-x86_64/logrotate  (rev 0)
+++ community-testing-x86_64/logrotate  2018-07-25 20:04:53 UTC (rev 363413)
@@ -0,0 +1,10 @@
+/var/log/nginx/*log {
+   missingok
+   notifempty
+   create 640 http log

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

2018-07-25 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, July 25, 2018 @ 20:04:04
  Author: grazzolini
Revision: 363412

upgpkg: nginx-mainline 1.15.2-1

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 19:52:03 UTC (rev 363411)
+++ PKGBUILD2018-07-25 20:04:04 UTC (rev 363412)
@@ -5,7 +5,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.15.1
+pkgver=1.15.2
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('x86_64')
@@ -28,11 +28,11 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('2dd5a265c54a76b699443931d80a61b9'
+md5sums=('d063f746d3dc4298aed9c518f1684166'
  'SKIP'
  'ef491e760e7c1ffec9ca25441a150c83'
  '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('bdb15791cd599d72a93d85772f8d35d83a76bab10fdfd76929173f81ed1dbad125addc305a6308c0f3d71efb836bc715acf48940047ec17fd48cf37e05b56d17'
+sha512sums=('ef8171138246b851f3713ea027d6b96de414b15e24de244fa4fcb428da3a68f4df0c54152e5c0993e36c9c97d4dabcd55a019d6709840b4393c86995604668ff'
 'SKIP'
 
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
 
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')


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

2018-07-25 Thread Ike Devolder via arch-commits
Date: Wednesday, July 25, 2018 @ 19:51:57
  Author: idevolder
Revision: 363410

upgpkg: qcad 3.21.2.3-1

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 19:50:59 UTC (rev 363409)
+++ PKGBUILD2018-07-25 19:51:57 UTC (rev 363410)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.21.2.2
+pkgver=3.21.2.3
 pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz";)
-sha512sums=('c19ec6ad3b535b37bda950cde6beae7236f5f790ddae0add06872e8252a93c8ec6587de230eabd32b8c3cbffa2db37efd657fae7e8435f7de7648cfab8ff24f5')
+sha512sums=('83f88da8afbde9a658dee8c1f0d9019712db3fe3c3302ba56ba90c2a8c7b7f630b60e17e7a88fcd2acd4df94614af6a34594c1a72b9b87d915044e787086ae91')
 
 prepare() {
   rm *.tar.gz


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

2018-07-25 Thread Ike Devolder via arch-commits
Date: Wednesday, July 25, 2018 @ 19:52:03
  Author: idevolder
Revision: 363411

archrelease: copy trunk to community-x86_64

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

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

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

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

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

2018-07-25 Thread Ike Devolder via arch-commits
Date: Wednesday, July 25, 2018 @ 19:50:49
  Author: idevolder
Revision: 363408

upgpkg: opera 54.0.2952.64-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 18:40:18 UTC (rev 363407)
+++ PKGBUILD2018-07-25 19:50:49 UTC (rev 363408)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=54.0.2952.60
+pkgver=54.0.2952.64
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/";
@@ -32,7 +32,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('e650f202fed6bf962bc3f94aad3eadcf5cfb9a82a6588263d4cf4bec5e4ce3a798aab0be1692c385579964031785fb4875528be803aa8dd93ca8eaecc22812e6'
+sha512sums=('410f6fae8bfc35373e22e73465af87544e0051c4fd04df560601fb57ae313b2db849d862387a8769c65bdc22b02e9ba81600ff44ae65f612e838b9bfcfa9a40c'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'285a0633e5863ec9c9af99138ff0b59da155a2dd72a340e784e53de3e801029eb6ca2e4b38846592b85b9f8b99dcb6f6eedbed273057a9216abe31c396d9f28a'


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

2018-07-25 Thread Ike Devolder via arch-commits
Date: Wednesday, July 25, 2018 @ 19:50:59
  Author: idevolder
Revision: 363409

archrelease: copy trunk to community-x86_64

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

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

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


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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:40:52
  Author: demize
Revision: 329543

archrelease: copy trunk to extra-x86_64

Added:
  pkgconf/repos/extra-x86_64/
  pkgconf/repos/extra-x86_64/PKGBUILD
(from rev 329542, pkgconf/trunk/PKGBUILD)
  pkgconf/repos/extra-x86_64/platform-pkg-config.in
(from rev 329542, pkgconf/trunk/platform-pkg-config.in)

+
 PKGBUILD   |   81 +++
 platform-pkg-config.in |   11 ++
 2 files changed, 92 insertions(+)

Copied: pkgconf/repos/extra-x86_64/PKGBUILD (from rev 329542, 
pkgconf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-07-25 18:40:52 UTC (rev 329543)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Johannes Löthberg 
+# Contributor: Piotr Gorski 
+# Contributor: Lucy 
+# Contributor: Bartlomiej Piotrowski 
+
+pkgname=pkgconf
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Package compiler and linker metadata toolkit"
+url="https://git.dereferenced.org/pkgconf/pkgconf";
+license=(custom:ISC)
+arch=(x86_64)
+depends=(glibc sh)
+makedepends=(git)
+provides=(pkg-config pkgconfig)
+conflicts=(pkg-config)
+replaces=(pkg-config)
+groups=(base-devel)
+_commit=4735e17287003b24e86b909f473af14771b8b32c  # tags/pkgconf-1.5.2
+source=("git+$url#commit=$_commit" platform-pkg-config.in)
+sha256sums=('SKIP'
+'7c61338fbd83f9783d805c2f2f97b426977895a2f4b79e0ae5bc8e9d7996edaa')
+
+_pcdirs=/usr/lib/pkgconfig:/usr/share/pkgconfig
+_libdir=/usr/lib
+_includedir=/usr/include
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^pkgconf-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  ./autogen.sh
+}
+
+build() {
+  cd build
+  ../$pkgname/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-pkg-config-dir="$_pcdirs" \
+--with-system-libdir="$_libdir" \
+--with-system-includedir="$_includedir" \
+--disable-static
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C build install
+
+  # From https://src.fedoraproject.org/rpms/pkgconf/
+  sed -e "s|@TARGET_PLATFORM@|$CHOST|g" \
+  -e "s|@PKGCONF_LIBDIRS@|$_pcdirs|g" \
+  -e "s|@PKGCONF_SYSLIBDIR@|$_libdir|g" \
+  -e "s|@PKGCONF_SYSINCDIR@|$_includedir|g" \
+  platform-pkg-config.in |
+install -D /dev/stdin "$pkgdir/usr/bin/$CHOST-pkg-config"
+  ln -s $CHOST-pkg-config "$pkgdir/usr/bin/pkg-config"
+
+  # Multilib
+  if [[ $CARCH = x86_64 ]]; then
+_host32=${CHOST/x86_64/i686}
+sed -e "s|@TARGET_PLATFORM@|$_host32|g" \
+-e "s|@PKGCONF_LIBDIRS@|${_pcdirs/lib/lib32}|g" \
+-e "s|@PKGCONF_SYSLIBDIR@|${_libdir/lib/lib32}|g" \
+-e "s|@PKGCONF_SYSINCDIR@|$_includedir|g" \
+platform-pkg-config.in |
+  install -D /dev/stdin "$pkgdir/usr/bin/$_host32-pkg-config"
+ln -s $_host32-pkg-config "$pkgdir/usr/bin/pkg-config-32"
+  fi
+
+  ln -s pkgconf.1 "$pkgdir/usr/share/man/man1/pkg-config.1"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}
+
+# vim:set sw=2 et:

Copied: pkgconf/repos/extra-x86_64/platform-pkg-config.in (from rev 329542, 
pkgconf/trunk/platform-pkg-config.in)
===
--- extra-x86_64/platform-pkg-config.in (rev 0)
+++ extra-x86_64/platform-pkg-config.in 2018-07-25 18:40:52 UTC (rev 329543)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# Simple wrapper to tell pkgconf to behave as a platform-specific version of 
pkg-config
+# Platform: @TARGET_PLATFORM@
+
+: ${PKG_CONFIG_LIBDIR=@PKGCONF_LIBDIRS@}
+: ${PKG_CONFIG_SYSTEM_LIBRARY_PATH=@PKGCONF_SYSLIBDIR@} 
+: ${PKG_CONFIG_SYSTEM_INCLUDE_PATH=@PKGCONF_SYSINCDIR@}
+export PKG_CONFIG_LIBDIR PKG_CONFIG_SYSTEM_LIBRARY_PATH 
PKG_CONFIG_SYSTEM_INCLUDE_PATH
+
+exec pkgconf "$@"


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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:40:49
  Author: demize
Revision: 329542

upgpkg: pkgconf 1.5.2-1

Modified:
  pkgconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 13:37:50 UTC (rev 329541)
+++ PKGBUILD2018-07-25 18:40:49 UTC (rev 329542)
@@ -6,7 +6,7 @@
 # Contributor: Bartlomiej Piotrowski 
 
 pkgname=pkgconf
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Package compiler and linker metadata toolkit"
 url="https://git.dereferenced.org/pkgconf/pkgconf";
@@ -18,7 +18,7 @@
 conflicts=(pkg-config)
 replaces=(pkg-config)
 groups=(base-devel)
-_commit=5601568267939c4890bab9cbd64c30256455f29a  # tags/pkgconf-1.5.1
+_commit=4735e17287003b24e86b909f473af14771b8b32c  # tags/pkgconf-1.5.2
 source=("git+$url#commit=$_commit" platform-pkg-config.in)
 sha256sums=('SKIP'
 '7c61338fbd83f9783d805c2f2f97b426977895a2f4b79e0ae5bc8e9d7996edaa')


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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:40:18
  Author: demize
Revision: 363407

Removed community-any for anki

Deleted:
  anki/repos/community-any/


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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:40:16
  Author: demize
Revision: 363406

archrelease: copy trunk to community-x86_64

Added:
  anki/repos/community-x86_64/PKGBUILD
(from rev 363405, anki/trunk/PKGBUILD)
  anki/repos/community-x86_64/makefile-fix.patch
(from rev 363405, anki/trunk/makefile-fix.patch)
Deleted:
  anki/repos/community-x86_64/PKGBUILD
  anki/repos/community-x86_64/makefile-fix.patch

+
 PKGBUILD   |   76 -
 makefile-fix.patch |   78 +--
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 18:40:05 UTC (rev 363405)
+++ PKGBUILD2018-07-25 18:40:16 UTC (rev 363406)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.0rc1
-pkgrel=1
-
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/";
-arch=('x86_64')
-license=('AGPL3')
-
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-requests' 'python-send2trash'
- 'python-decorator' 'python-markdown')
-optdepends=('lame: record sound'
-'mplayer: play sound')
-
-source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-linux-amd64.tar.bz2
-makefile-fix.patch)
-sha256sums=('f2cf9b854a26654bbbd2a6a75c8d15dafc79cd4f3c0bd72962ea5ed32e4487de'
-'0e9e75cec931ed5b81fbf3d27ab151409cc5044204f92c1e68149013f8688b10')
-
-prepare() {
-  cd anki-$pkgver-linux-amd64
-
-  patch <"$srcdir"/makefile-fix.patch
-}
-
-package() {
-  cd anki-$pkgver-linux-amd64
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: anki/repos/community-x86_64/PKGBUILD (from rev 363405, 
anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 18:40:16 UTC (rev 363406)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.0rc1
+pkgrel=1
+
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/";
+arch=('x86_64')
+license=('AGPL3')
+
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-requests' 'python-send2trash'
+ 'python-decorator' 'python-markdown')
+optdepends=('lame: record sound'
+'mplayer: play sound')
+
+source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-linux-amd64.tar.bz2
+makefile-fix.patch)
+sha256sums=('f2cf9b854a26654bbbd2a6a75c8d15dafc79cd4f3c0bd72962ea5ed32e4487de'
+'0e9e75cec931ed5b81fbf3d27ab151409cc5044204f92c1e68149013f8688b10')
+
+prepare() {
+  cd anki-$pkgver-linux-amd64
+
+  patch <"$srcdir"/makefile-fix.patch
+}
+
+package() {
+  cd anki-$pkgver-linux-amd64
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Deleted: makefile-fix.patch
===
--- makefile-fix.patch  2018-07-25 18:40:05 UTC (rev 363405)
+++ makefile-fix.patch  2018-07-25 18:40:16 UTC (rev 363406)
@@ -1,39 +0,0 @@
 Makefile.old   2018-05-28 21:48:31.247309797 +0200
-+++ Makefile   2018-05-28 21:49:39.073973458 +0200
-@@ -6,23 +6,20 @@
-   @echo "Uninstall with 'sudo make uninstall'"
- 
- install:
--  rm -rf ${PREFIX}/share/anki
--  mkdir -p ${PREFIX}/share/anki
--  cp -av * ${PREFIX}/share/anki/
--  mkdir -p ${PREFIX}/bin
--  ln -sf ${PREFIX}/share/anki/bin/anki ${PREFIX}/bin/
-+  rm -rf $(DESTDIR)${PREFIX}/share/anki
-+  mkdir -p $(DESTDIR)${PREFIX}/share/anki
-+  cp -av * $(DESTDIR)${PREFIX}/share/anki/
-+  mkdir -p $(DESTDIR)${PREFIX}/bin
-+  ln -sf ${PREFIX}/share/anki/bin/anki $(DESTDIR)${PREFIX}/bin/
-   # fix a previous packaging issue where we created this as a file
--  (test -f ${PREFIX}/share/applications && rm 
${PREFIX}/share/applications)||true
--  mkdir -p ${PREFIX}/share/pixmaps
--  mkdir -p ${PREFIX}/share/applications
--  mkdir -p ${PREFIX}/share/man/man1
--  cd ${PREFIX}/share/anki && (\
--  mv anki.xpm anki.png ${PREFIX}/share/pixmaps/;\
--  mv anki.desktop ${PREFIX}/share/applications/;\
--  mv anki.1 ${PREFIX}/share/man/man1/)
--  xdg-mime install anki.xml --novendor
--  xdg-mime default anki.desktop application/x-anki
--  xdg-mime default anki.desktop application/x-apkg
-+  (test -f $(DESTDIR)${PREFIX}/share/applications && rm 
$(DESTDIR)${PREFIX}/share/applications)||true
-+  mkdir -p $(DESTDIR)${PREFIX}/share/pix

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

2018-07-25 Thread Alexander Rødseth via arch-commits
Date: Wednesday, July 25, 2018 @ 18:40:05
  Author: arodseth
Revision: 363405

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 363403, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 363403, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 363404, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 363404, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  156 -
 epmd.conf|6 +-
 epmd.service |   22 
 epmd.socket  |   18 +++---
 4 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 18:39:37 UTC (rev 363404)
+++ PKGBUILD2018-07-25 18:40:05 UTC (rev 363405)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=21.0.2
-_docver=21.0
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
-arch=('x86_64')
-url='http://www.erlang.org/'
-license=('Apache')
-depends=('ncurses' 'openssl')
-makedepends=('fop' 'git' 'java-environment' 'libxslt' 'lksctp-tools' 
'unixodbc')
-conflicts=('erlang')
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=('staticlibs')
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
-"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz";
-'epmd.service' 'epmd.socket' 'epmd.conf')
-sha256sums=('SKIP'
-'10bf0e44b97ee8320c4868d5a4259c49d4d2a74e9c48583735ae0401f010fb31'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-
-  ./configure \
---prefix=/usr \
---enable-smp-support \
---with-odbc \
---enable-builtin-zlib
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 363403, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 18:40:05 UTC (rev 363405)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=21.0.3
+_docver=21.0
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
+arch=('x86_64')
+url='http://www.erlang.org/'
+license=('Apache')
+depends=('ncurses' 'openssl')
+makedepends=('fop' 'git' 'java-environment' 'libxslt' 'lksctp-tools' 
'unixodbc')
+conflicts=('erlang')
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=('staticlibs')
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
+"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz";
+'epmd.service' 'epmd.socket' 'epmd.conf')
+sha256sums=('SKIP'
+'10bf0e44b97ee8320c4868d5a4259c49d4d2a74e9c48583735ae0401f010fb31'
+'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a1

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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:39:20
  Author: demize
Revision: 363403

archrelease: copy trunk to community-x86_64

Added:
  anki/repos/community-x86_64/PKGBUILD
(from rev 363402, anki/trunk/PKGBUILD)
  anki/repos/community-x86_64/makefile-fix.patch
(from rev 363402, anki/trunk/makefile-fix.patch)
Deleted:
  anki/repos/community-x86_64/PKGBUILD
  anki/repos/community-x86_64/makefile-fix.patch

+
 PKGBUILD   |   76 -
 makefile-fix.patch |   78 +--
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 18:38:45 UTC (rev 363402)
+++ PKGBUILD2018-07-25 18:39:20 UTC (rev 363403)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.0rc1
-pkgrel=1
-
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/";
-arch=('x86_64')
-license=('AGPL3')
-
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-requests' 'python-send2trash'
- 'python-decorator' 'python-markdown')
-optdepends=('lame: record sound'
-'mplayer: play sound')
-
-source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-linux-amd64.tar.bz2
-makefile-fix.patch)
-sha256sums=('f2cf9b854a26654bbbd2a6a75c8d15dafc79cd4f3c0bd72962ea5ed32e4487de'
-'0e9e75cec931ed5b81fbf3d27ab151409cc5044204f92c1e68149013f8688b10')
-
-prepare() {
-  cd anki-$pkgver-linux-amd64
-
-  patch <"$srcdir"/makefile-fix.patch
-}
-
-package() {
-  cd anki-$pkgver-linux-amd64
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: anki/repos/community-x86_64/PKGBUILD (from rev 363402, 
anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 18:39:20 UTC (rev 363403)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.0rc1
+pkgrel=1
+
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/";
+arch=('x86_64')
+license=('AGPL3')
+
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-requests' 'python-send2trash'
+ 'python-decorator' 'python-markdown')
+optdepends=('lame: record sound'
+'mplayer: play sound')
+
+source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-linux-amd64.tar.bz2
+makefile-fix.patch)
+sha256sums=('f2cf9b854a26654bbbd2a6a75c8d15dafc79cd4f3c0bd72962ea5ed32e4487de'
+'0e9e75cec931ed5b81fbf3d27ab151409cc5044204f92c1e68149013f8688b10')
+
+prepare() {
+  cd anki-$pkgver-linux-amd64
+
+  patch <"$srcdir"/makefile-fix.patch
+}
+
+package() {
+  cd anki-$pkgver-linux-amd64
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Deleted: makefile-fix.patch
===
--- makefile-fix.patch  2018-07-25 18:38:45 UTC (rev 363402)
+++ makefile-fix.patch  2018-07-25 18:39:20 UTC (rev 363403)
@@ -1,39 +0,0 @@
 Makefile.old   2018-05-28 21:48:31.247309797 +0200
-+++ Makefile   2018-05-28 21:49:39.073973458 +0200
-@@ -6,23 +6,20 @@
-   @echo "Uninstall with 'sudo make uninstall'"
- 
- install:
--  rm -rf ${PREFIX}/share/anki
--  mkdir -p ${PREFIX}/share/anki
--  cp -av * ${PREFIX}/share/anki/
--  mkdir -p ${PREFIX}/bin
--  ln -sf ${PREFIX}/share/anki/bin/anki ${PREFIX}/bin/
-+  rm -rf $(DESTDIR)${PREFIX}/share/anki
-+  mkdir -p $(DESTDIR)${PREFIX}/share/anki
-+  cp -av * $(DESTDIR)${PREFIX}/share/anki/
-+  mkdir -p $(DESTDIR)${PREFIX}/bin
-+  ln -sf ${PREFIX}/share/anki/bin/anki $(DESTDIR)${PREFIX}/bin/
-   # fix a previous packaging issue where we created this as a file
--  (test -f ${PREFIX}/share/applications && rm 
${PREFIX}/share/applications)||true
--  mkdir -p ${PREFIX}/share/pixmaps
--  mkdir -p ${PREFIX}/share/applications
--  mkdir -p ${PREFIX}/share/man/man1
--  cd ${PREFIX}/share/anki && (\
--  mv anki.xpm anki.png ${PREFIX}/share/pixmaps/;\
--  mv anki.desktop ${PREFIX}/share/applications/;\
--  mv anki.1 ${PREFIX}/share/man/man1/)
--  xdg-mime install anki.xml --novendor
--  xdg-mime default anki.desktop application/x-anki
--  xdg-mime default anki.desktop application/x-apkg
-+  (test -f $(DESTDIR)${PREFIX}/share/applications && rm 
$(DESTDIR)${PREFIX}/share/applications)||true
-+  mkdir -p $(DESTDIR)${PREFIX}/share/pix

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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:39:37
  Author: demize
Revision: 363404

archrelease: copy trunk to community-x86_64

Added:
  anki/repos/community-x86_64/PKGBUILD
(from rev 363403, anki/trunk/PKGBUILD)
  anki/repos/community-x86_64/makefile-fix.patch
(from rev 363403, anki/trunk/makefile-fix.patch)
Deleted:
  anki/repos/community-x86_64/PKGBUILD
  anki/repos/community-x86_64/makefile-fix.patch

+
 PKGBUILD   |   76 -
 makefile-fix.patch |   78 +--
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 18:39:20 UTC (rev 363403)
+++ PKGBUILD2018-07-25 18:39:37 UTC (rev 363404)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.0rc1
-pkgrel=1
-
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/";
-arch=('x86_64')
-license=('AGPL3')
-
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-requests' 'python-send2trash'
- 'python-decorator' 'python-markdown')
-optdepends=('lame: record sound'
-'mplayer: play sound')
-
-source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-linux-amd64.tar.bz2
-makefile-fix.patch)
-sha256sums=('f2cf9b854a26654bbbd2a6a75c8d15dafc79cd4f3c0bd72962ea5ed32e4487de'
-'0e9e75cec931ed5b81fbf3d27ab151409cc5044204f92c1e68149013f8688b10')
-
-prepare() {
-  cd anki-$pkgver-linux-amd64
-
-  patch <"$srcdir"/makefile-fix.patch
-}
-
-package() {
-  cd anki-$pkgver-linux-amd64
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: anki/repos/community-x86_64/PKGBUILD (from rev 363403, 
anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 18:39:37 UTC (rev 363404)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.0rc1
+pkgrel=1
+
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/";
+arch=('x86_64')
+license=('AGPL3')
+
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-requests' 'python-send2trash'
+ 'python-decorator' 'python-markdown')
+optdepends=('lame: record sound'
+'mplayer: play sound')
+
+source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-linux-amd64.tar.bz2
+makefile-fix.patch)
+sha256sums=('f2cf9b854a26654bbbd2a6a75c8d15dafc79cd4f3c0bd72962ea5ed32e4487de'
+'0e9e75cec931ed5b81fbf3d27ab151409cc5044204f92c1e68149013f8688b10')
+
+prepare() {
+  cd anki-$pkgver-linux-amd64
+
+  patch <"$srcdir"/makefile-fix.patch
+}
+
+package() {
+  cd anki-$pkgver-linux-amd64
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Deleted: makefile-fix.patch
===
--- makefile-fix.patch  2018-07-25 18:39:20 UTC (rev 363403)
+++ makefile-fix.patch  2018-07-25 18:39:37 UTC (rev 363404)
@@ -1,39 +0,0 @@
 Makefile.old   2018-05-28 21:48:31.247309797 +0200
-+++ Makefile   2018-05-28 21:49:39.073973458 +0200
-@@ -6,23 +6,20 @@
-   @echo "Uninstall with 'sudo make uninstall'"
- 
- install:
--  rm -rf ${PREFIX}/share/anki
--  mkdir -p ${PREFIX}/share/anki
--  cp -av * ${PREFIX}/share/anki/
--  mkdir -p ${PREFIX}/bin
--  ln -sf ${PREFIX}/share/anki/bin/anki ${PREFIX}/bin/
-+  rm -rf $(DESTDIR)${PREFIX}/share/anki
-+  mkdir -p $(DESTDIR)${PREFIX}/share/anki
-+  cp -av * $(DESTDIR)${PREFIX}/share/anki/
-+  mkdir -p $(DESTDIR)${PREFIX}/bin
-+  ln -sf ${PREFIX}/share/anki/bin/anki $(DESTDIR)${PREFIX}/bin/
-   # fix a previous packaging issue where we created this as a file
--  (test -f ${PREFIX}/share/applications && rm 
${PREFIX}/share/applications)||true
--  mkdir -p ${PREFIX}/share/pixmaps
--  mkdir -p ${PREFIX}/share/applications
--  mkdir -p ${PREFIX}/share/man/man1
--  cd ${PREFIX}/share/anki && (\
--  mv anki.xpm anki.png ${PREFIX}/share/pixmaps/;\
--  mv anki.desktop ${PREFIX}/share/applications/;\
--  mv anki.1 ${PREFIX}/share/man/man1/)
--  xdg-mime install anki.xml --novendor
--  xdg-mime default anki.desktop application/x-anki
--  xdg-mime default anki.desktop application/x-apkg
-+  (test -f $(DESTDIR)${PREFIX}/share/applications && rm 
$(DESTDIR)${PREFIX}/share/applications)||true
-+  mkdir -p $(DESTDIR)${PREFIX}/share/pix

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

2018-07-25 Thread Alexander Rødseth via arch-commits
Date: Wednesday, July 25, 2018 @ 18:38:45
  Author: arodseth
Revision: 363402

upgpkg: erlang-nox 21.0.3-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 18:38:17 UTC (rev 363401)
+++ PKGBUILD2018-07-25 18:38:45 UTC (rev 363402)
@@ -7,7 +7,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=21.0.2
+pkgver=21.0.3
 _docver=21.0
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'


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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:38:17
  Author: demize
Revision: 363401

archrelease: copy trunk to community-x86_64

Added:
  anki/repos/community-x86_64/PKGBUILD
(from rev 363400, anki/trunk/PKGBUILD)
  anki/repos/community-x86_64/makefile-fix.patch
(from rev 363400, anki/trunk/makefile-fix.patch)
Deleted:
  anki/repos/community-x86_64/PKGBUILD
  anki/repos/community-x86_64/makefile-fix.patch

+
 PKGBUILD   |   76 -
 makefile-fix.patch |   78 +--
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 18:38:08 UTC (rev 363400)
+++ PKGBUILD2018-07-25 18:38:17 UTC (rev 363401)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.0beta40
-pkgrel=1
-
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/";
-arch=('x86_64')
-license=('AGPL3')
-
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-requests' 'python-send2trash'
- 'python-decorator' 'python-markdown')
-optdepends=('lame: record sound'
-'mplayer: play sound')
-
-source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-amd64.tar.bz2
-makefile-fix.patch)
-sha256sums=('d833562df63d4e82acb728c3ccfdf81a2246897f4b9e0bbeb6437bfd6cc4b780'
-'0e9e75cec931ed5b81fbf3d27ab151409cc5044204f92c1e68149013f8688b10')
-
-prepare() {
-  cd anki-$pkgver-amd64
-
-  patch <"$srcdir"/makefile-fix.patch
-}
-
-package() {
-  cd anki-$pkgver-amd64
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: anki/repos/community-x86_64/PKGBUILD (from rev 363400, 
anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 18:38:17 UTC (rev 363401)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.0rc1
+pkgrel=1
+
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/";
+arch=('x86_64')
+license=('AGPL3')
+
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-requests' 'python-send2trash'
+ 'python-decorator' 'python-markdown')
+optdepends=('lame: record sound'
+'mplayer: play sound')
+
+source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-linux-amd64.tar.bz2
+makefile-fix.patch)
+sha256sums=('f2cf9b854a26654bbbd2a6a75c8d15dafc79cd4f3c0bd72962ea5ed32e4487de'
+'0e9e75cec931ed5b81fbf3d27ab151409cc5044204f92c1e68149013f8688b10')
+
+prepare() {
+  cd anki-$pkgver-linux-amd64
+
+  patch <"$srcdir"/makefile-fix.patch
+}
+
+package() {
+  cd anki-$pkgver-linux-amd64
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Deleted: makefile-fix.patch
===
--- makefile-fix.patch  2018-07-25 18:38:08 UTC (rev 363400)
+++ makefile-fix.patch  2018-07-25 18:38:17 UTC (rev 363401)
@@ -1,39 +0,0 @@
 Makefile.old   2018-05-28 21:48:31.247309797 +0200
-+++ Makefile   2018-05-28 21:49:39.073973458 +0200
-@@ -6,23 +6,20 @@
-   @echo "Uninstall with 'sudo make uninstall'"
- 
- install:
--  rm -rf ${PREFIX}/share/anki
--  mkdir -p ${PREFIX}/share/anki
--  cp -av * ${PREFIX}/share/anki/
--  mkdir -p ${PREFIX}/bin
--  ln -sf ${PREFIX}/share/anki/bin/anki ${PREFIX}/bin/
-+  rm -rf $(DESTDIR)${PREFIX}/share/anki
-+  mkdir -p $(DESTDIR)${PREFIX}/share/anki
-+  cp -av * $(DESTDIR)${PREFIX}/share/anki/
-+  mkdir -p $(DESTDIR)${PREFIX}/bin
-+  ln -sf ${PREFIX}/share/anki/bin/anki $(DESTDIR)${PREFIX}/bin/
-   # fix a previous packaging issue where we created this as a file
--  (test -f ${PREFIX}/share/applications && rm 
${PREFIX}/share/applications)||true
--  mkdir -p ${PREFIX}/share/pixmaps
--  mkdir -p ${PREFIX}/share/applications
--  mkdir -p ${PREFIX}/share/man/man1
--  cd ${PREFIX}/share/anki && (\
--  mv anki.xpm anki.png ${PREFIX}/share/pixmaps/;\
--  mv anki.desktop ${PREFIX}/share/applications/;\
--  mv anki.1 ${PREFIX}/share/man/man1/)
--  xdg-mime install anki.xml --novendor
--  xdg-mime default anki.desktop application/x-anki
--  xdg-mime default anki.desktop application/x-apkg
-+  (test -f $(DESTDIR)${PREFIX}/share/applications && rm 
$(DESTDIR)${PREFIX}/share/applications)||true
-+  mkdir -p $(DESTDIR)${PREFIX}/share/pixmaps
-+  mk

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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:38:08
  Author: demize
Revision: 363400

upgpkg: anki 2.1.0rc1-1

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 18:32:19 UTC (rev 363399)
+++ PKGBUILD2018-07-25 18:38:08 UTC (rev 363400)
@@ -6,7 +6,7 @@
 # Contributor: Dave Pretty 
 
 pkgname=anki
-pkgver=2.1.0beta40
+pkgver=2.1.0rc1
 pkgrel=1
 
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
@@ -20,19 +20,19 @@
 optdepends=('lame: record sound'
 'mplayer: play sound')
 
-source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-amd64.tar.bz2
+source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-linux-amd64.tar.bz2
 makefile-fix.patch)
-sha256sums=('d833562df63d4e82acb728c3ccfdf81a2246897f4b9e0bbeb6437bfd6cc4b780'
+sha256sums=('f2cf9b854a26654bbbd2a6a75c8d15dafc79cd4f3c0bd72962ea5ed32e4487de'
 '0e9e75cec931ed5b81fbf3d27ab151409cc5044204f92c1e68149013f8688b10')
 
 prepare() {
-  cd anki-$pkgver-amd64
+  cd anki-$pkgver-linux-amd64
 
   patch <"$srcdir"/makefile-fix.patch
 }
 
 package() {
-  cd anki-$pkgver-amd64
+  cd anki-$pkgver-linux-amd64
 
   make DESTDIR="$pkgdir" PREFIX=/usr install
 }


[arch-commits] Commit in python-pycryptodomex/repos/community-staging-x86_64 (2 files)

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:32:19
  Author: demize
Revision: 363399

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pycryptodomex/repos/community-staging-x86_64/PKGBUILD
(from rev 363398, python-pycryptodomex/trunk/PKGBUILD)
Deleted:
  python-pycryptodomex/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 18:32:15 UTC (rev 363398)
+++ PKGBUILD2018-07-25 18:32:19 UTC (rev 363399)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgbase=python-pycryptodomex
-pkgname=(python-pycryptodomex python2-pycryptodomex)
-pkgver=3.6.3
-pkgrel=2
-
-pkgdesc='A self-contained Python package of low-level cryptographic primitives'
-url='http://www.pycryptodome.org/'
-arch=('x86_64')
-license=('BSD')
-
-makedepends=('python-setuptools'
- 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz";)
-
-md5sums=('ed1dc06ca4ba6a058ef47db56462234f')
-
-prepare() {
-   cp -a pycryptodomex-$pkgver{,-python2}
-}
-
-build() {
-   cd "$srcdir"/pycryptodomex-$pkgver
-   python setup.py build
-
-   cd "$srcdir"/pycryptodomex-$pkgver-python2
-   python2 setup.py build
-}
-
-package_python-pycryptodomex() {
-   depends=('python')
-
-   cd pycryptodomex-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}
-
-package_python2-pycryptodomex() {
-   depends=('python2')
-
-   cd pycryptodomex-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}

Copied: python-pycryptodomex/repos/community-staging-x86_64/PKGBUILD (from rev 
363398, python-pycryptodomex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 18:32:19 UTC (rev 363399)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pycryptodomex
+pkgname=(python-pycryptodomex python2-pycryptodomex)
+pkgver=3.6.4
+pkgrel=2
+
+pkgdesc='A self-contained Python package of low-level cryptographic primitives'
+url='http://www.pycryptodome.org/'
+arch=('x86_64')
+license=('BSD')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz";)
+
+md5sums=('e14d24ff63ce15b095935ecca490628b')
+
+prepare() {
+   cp -a pycryptodomex-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/pycryptodomex-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/pycryptodomex-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pycryptodomex() {
+   depends=('python')
+
+   cd pycryptodomex-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+package_python2-pycryptodomex() {
+   depends=('python2')
+
+   cd pycryptodomex-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}


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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:32:15
  Author: demize
Revision: 363398

Python 3.7 rebuild

Modified:
  python-pycryptodomex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 18:28:56 UTC (rev 363397)
+++ PKGBUILD2018-07-25 18:32:15 UTC (rev 363398)
@@ -4,7 +4,7 @@
 pkgbase=python-pycryptodomex
 pkgname=(python-pycryptodomex python2-pycryptodomex)
 pkgver=3.6.4
-pkgrel=1
+pkgrel=2
 
 pkgdesc='A self-contained Python package of low-level cryptographic primitives'
 url='http://www.pycryptodome.org/'


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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:28:56
  Author: demize
Revision: 363397

archrelease: copy trunk to community-x86_64

Added:
  python-pycryptodomex/repos/community-x86_64/PKGBUILD
(from rev 363396, python-pycryptodomex/trunk/PKGBUILD)
Deleted:
  python-pycryptodomex/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 18:28:52 UTC (rev 363396)
+++ PKGBUILD2018-07-25 18:28:56 UTC (rev 363397)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgbase=python-pycryptodomex
-pkgname=(python-pycryptodomex python2-pycryptodomex)
-pkgver=3.6.3
-pkgrel=1
-
-pkgdesc='A self-contained Python package of low-level cryptographic primitives'
-url='http://www.pycryptodome.org/'
-arch=('x86_64')
-license=('BSD')
-
-makedepends=('python-setuptools'
- 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz";)
-
-md5sums=('ed1dc06ca4ba6a058ef47db56462234f')
-
-prepare() {
-   cp -a pycryptodomex-$pkgver{,-python2}
-}
-
-build() {
-   cd "$srcdir"/pycryptodomex-$pkgver
-   python setup.py build
-
-   cd "$srcdir"/pycryptodomex-$pkgver-python2
-   python2 setup.py build
-}
-
-package_python-pycryptodomex() {
-   depends=('python')
-
-   cd pycryptodomex-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}
-
-package_python2-pycryptodomex() {
-   depends=('python2')
-
-   cd pycryptodomex-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}

Copied: python-pycryptodomex/repos/community-x86_64/PKGBUILD (from rev 363396, 
python-pycryptodomex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 18:28:56 UTC (rev 363397)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pycryptodomex
+pkgname=(python-pycryptodomex python2-pycryptodomex)
+pkgver=3.6.4
+pkgrel=1
+
+pkgdesc='A self-contained Python package of low-level cryptographic primitives'
+url='http://www.pycryptodome.org/'
+arch=('x86_64')
+license=('BSD')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz";)
+
+md5sums=('e14d24ff63ce15b095935ecca490628b')
+
+prepare() {
+   cp -a pycryptodomex-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/pycryptodomex-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/pycryptodomex-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pycryptodomex() {
+   depends=('python')
+
+   cd pycryptodomex-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+package_python2-pycryptodomex() {
+   depends=('python2')
+
+   cd pycryptodomex-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}


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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:28:52
  Author: demize
Revision: 363396

upgpkg: python-pycryptodomex 3.6.4-1

Modified:
  python-pycryptodomex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 18:27:21 UTC (rev 363395)
+++ PKGBUILD2018-07-25 18:28:52 UTC (rev 363396)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pycryptodomex
 pkgname=(python-pycryptodomex python2-pycryptodomex)
-pkgver=3.6.3
-pkgrel=2
+pkgver=3.6.4
+pkgrel=1
 
 pkgdesc='A self-contained Python package of low-level cryptographic primitives'
 url='http://www.pycryptodome.org/'
@@ -16,7 +16,7 @@
 
 
source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz";)
 
-md5sums=('ed1dc06ca4ba6a058ef47db56462234f')
+md5sums=('e14d24ff63ce15b095935ecca490628b')
 
 prepare() {
cp -a pycryptodomex-$pkgver{,-python2}


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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:27:13
  Author: demize
Revision: 363394

upgpkg: parallel 20180722-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 16:40:11 UTC (rev 363393)
+++ PKGBUILD2018-07-25 18:27:13 UTC (rev 363394)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20180622
+pkgver=20180722
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('5ccc0d961cc21622f43ae3cf5399e2c7'
+md5sums=('a9dd043304b898561edac5a09f6e7928'
  'SKIP')
-sha1sums=('9243a8893ac4821dc0af9503bc94c065db73c305'
+sha1sums=('299fb166e101e201539f4467814a351b8a0687b8'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


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

2018-07-25 Thread Johannes Löthberg via arch-commits
Date: Wednesday, July 25, 2018 @ 18:27:21
  Author: demize
Revision: 363395

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 363394, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 18:27:13 UTC (rev 363394)
+++ PKGBUILD2018-07-25 18:27:21 UTC (rev 363395)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20180622
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('5ccc0d961cc21622f43ae3cf5399e2c7'
- 'SKIP')
-sha1sums=('9243a8893ac4821dc0af9503bc94c065db73c305'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd parallel-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd parallel-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 363394, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 18:27:21 UTC (rev 363395)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons 
+
+pkgname=parallel
+pkgver=20180722
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('a9dd043304b898561edac5a09f6e7928'
+ 'SKIP')
+sha1sums=('299fb166e101e201539f4467814a351b8a0687b8'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd parallel-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd parallel-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 25, 2018 @ 16:39:48
  Author: eschwartz
Revision: 363392

upgpkg: aubio 0.4.6-7

python 3.7 rebuild

Modified:
  aubio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 16:10:46 UTC (rev 363391)
+++ PKGBUILD2018-07-25 16:39:48 UTC (rev 363392)
@@ -6,7 +6,7 @@
 pkgbase=aubio
 pkgname=('aubio' 'python-aubio' 'python2-aubio')
 pkgver=0.4.6
-pkgrel=6
+pkgrel=7
 pkgdesc="A tool for extracting annotations from audio signals"
 arch=('x86_64')
 url="https://aubio.org/";
@@ -51,12 +51,10 @@
 
 check() {
   cd "${pkgname[1]}-${pkgver}"
-  export 
PYTHONPATH="${srcdir}/${pkgname[1]}-${pkgver}/build/lib.linux-${arch}-3.6":${PYTHONPATH}
-  python setup.py test
+  PYTHONPATH="${PWD}/build/lib.linux-${CARCH}-3.7:${PYTHONPATH}" python 
setup.py test
 
   cd ../"${pkgname[2]}-${pkgver}"
-  export 
PYTHONPATH="${srcdir}/${pkgname[2]}-${pkgver}/build/lib.linux-${arch}-2.7":${PYTHONPATH}
-  python2 setup.py test
+  PYTHONPATH="${PWD}/build/lib.linux-${CARCH}-2.7:${PYTHONPATH}" python2 
setup.py test
 }
 
 package_aubio() {
@@ -80,7 +78,6 @@
   cd "${pkgname}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
---prefix=/usr \
 --root="${pkgdir}"
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
 -vDm 644 {AUTHORS,ChangeLog,README.md}
@@ -92,7 +89,6 @@
   cd "${pkgname}-${pkgver}"
   python2 setup.py install --skip-build \
 --optimize=1 \
---prefix=/usr \
 --root="${pkgdir}"
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
 -vDm 644 {AUTHORS,ChangeLog,README.md}


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 25, 2018 @ 16:40:11
  Author: eschwartz
Revision: 363393

archrelease: copy trunk to community-staging-x86_64

Added:
  aubio/repos/community-staging-x86_64/
  aubio/repos/community-staging-x86_64/0001-Fix-build-with-FFmpeg-4.0.patch
(from rev 363392, aubio/trunk/0001-Fix-build-with-FFmpeg-4.0.patch)
  aubio/repos/community-staging-x86_64/PKGBUILD
(from rev 363392, aubio/trunk/PKGBUILD)

--+
 0001-Fix-build-with-FFmpeg-4.0.patch |   28 +
 PKGBUILD |  100 +
 2 files changed, 128 insertions(+)

Copied: 
aubio/repos/community-staging-x86_64/0001-Fix-build-with-FFmpeg-4.0.patch (from 
rev 363392, aubio/trunk/0001-Fix-build-with-FFmpeg-4.0.patch)
===
--- community-staging-x86_64/0001-Fix-build-with-FFmpeg-4.0.patch   
(rev 0)
+++ community-staging-x86_64/0001-Fix-build-with-FFmpeg-4.0.patch   
2018-07-25 16:40:11 UTC (rev 363393)
@@ -0,0 +1,28 @@
+From 5690daf759b473b9d13b4547ef37adc2695cf524 Mon Sep 17 00:00:00 2001
+From: James Cowgill 
+Date: Sun, 25 Feb 2018 14:23:25 +
+Subject: [PATCH] Fix build with FFmpeg 4.0
+
+---
+ src/io/source_avcodec.c | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/io/source_avcodec.c b/src/io/source_avcodec.c
+index ccdce807..8197445c 100644
+--- a/src/io/source_avcodec.c
 b/src/io/source_avcodec.c
+@@ -58,7 +58,11 @@
+ #include "fmat.h"
+ #include "source_avcodec.h"
+ 
++#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(56, 56, 0)
+ #define AUBIO_AVCODEC_MAX_BUFFER_SIZE FF_MIN_BUFFER_SIZE
++#else
++#define AUBIO_AVCODEC_MAX_BUFFER_SIZE AV_INPUT_BUFFER_MIN_SIZE
++#endif
+ 
+ struct _aubio_source_avcodec_t {
+   uint_t hop_size;
+-- 
+2.17.0
+

Copied: aubio/repos/community-staging-x86_64/PKGBUILD (from rev 363392, 
aubio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-25 16:40:11 UTC (rev 363393)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Tobias Kieslich tobias [funnychar] archlinux org
+
+pkgbase=aubio
+pkgname=('aubio' 'python-aubio' 'python2-aubio')
+pkgver=0.4.6
+pkgrel=7
+pkgdesc="A tool for extracting annotations from audio signals"
+arch=('x86_64')
+url="https://aubio.org/";
+license=('GPL3')
+makedepends=('doxygen' 'ffmpeg' 'fftw' 'jack' 'libsamplerate' 'libsndfile'
+'python-numpy' 'python-setuptools' 'python-sphinx' 'python2-numpy'
+'python2-setuptools' 'python2-sphinx' 'txt2man')
+checkdepends=('python-nose2' 'python2-nose2')
+source=("https://${pkgname}.org/pub/${pkgname}-${pkgver}.tar.bz2";
+"0001-Fix-build-with-FFmpeg-4.0.patch")
+sha512sums=('0e5cab0c88d51f2fb70c0d85e1c067a7b3758fbffdbd5026686726379aa36203adb63ed3f8e40c83ea02930e0ffc4e6c246803f1d518d448d47a01984678e77d'
+
'46fadc289bf6ae5b57d9ba15de0e3a892e255b26c0420efea6d0acdf39cd553d7e8c4ae9a2cde0fdfe0d99b3f05ef18b41e07288174c0fbf49c8d16f8d766f9a')
+
+prepare() {
+  cd "${pkgname[0]}-${pkgver}"
+  # apply patch to build with ffmpeg >= 4.0
+  patch -Np1 -i "../0001-Fix-build-with-FFmpeg-4.0.patch"
+  cd ..
+  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
+  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[2]}-${pkgver}"
+  cd "${pkgname[2]}-${pkgver}"
+  # python2 shebang
+  sed -e '1s/python/&2/' \
+-i "python/lib/${pkgname}/"{__init__,cmd,cut}.py \
+-i "python/tests/"*.py
+}
+
+build() {
+  cd "${pkgname[0]}-${pkgver}"
+  echo "$(pwd)"
+  python2 waf configure --prefix=/usr \
+--enable-fftw3 \
+--htmldir=/usr/share/doc/${pkgname} \
+--docdir=/usr/share/doc/${pkgname} \
+--libdir=/usr/lib
+  python2 waf build
+  cd ../"${pkgname[1]}-${pkgver}"
+  python setup.py build
+  cd ../"${pkgname[2]}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${pkgname[1]}-${pkgver}"
+  PYTHONPATH="${PWD}/build/lib.linux-${CARCH}-3.7:${PYTHONPATH}" python 
setup.py test
+
+  cd ../"${pkgname[2]}-${pkgver}"
+  PYTHONPATH="${PWD}/build/lib.linux-${CARCH}-2.7:${PYTHONPATH}" python2 
setup.py test
+}
+
+package_aubio() {
+  pkgdesc="A tool for extracting annotations from audio signals"
+  depends=('ffmpeg' 'fftw' 'jack' 'libsamplerate')
+  optdepends=('python2-numpy: Python 2.x interface'
+  'python-numpy: Python 3.x interface')
+  groups=('pro-audio')
+  cd "${pkgname}-${pkgver}"
+  python2 waf --destdir="${pkgdir}" install
+  # move doc, as waf configure doesn't honor the htmldir and docdir settings
+  mv -v "${pkgdir}/usr/share/doc/lib${pkgname}-doc" \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,ChangeLog,README.md}
+}
+
+package_python-aubio() {
+  pkgdesc="Python 3.x bindings for aubio."
+  depends=('aubio' 'python-numpy' 'python-s

[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2018-07-25 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 25, 2018 @ 16:10:46
  Author: andrewsc
Revision: 363391

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 363390, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  466 ++---
 1 file changed, 233 insertions(+), 233 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 16:10:17 UTC (rev 363390)
+++ PKGBUILD2018-07-25 16:10:46 UTC (rev 363391)
@@ -1,233 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=62.0b10
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('dc633ac36217050a761eaa18e9fe518e7fe64b2201df5b3126eda3c46392f107c58c9bd09891e8563284f469165694ffc566af56234fe533c2b077be4f8dd462'
-
'2188dfa3e5939f10e16f6fe3469b55b47fda7a0bd64e929ddd4a1834dfb4c28f8908283aee5e018589ef0860e9ef586d64de1087764d7b864e28bc72b81ec320'
-
'7e8dc5c8851ac55dc3b86cfa38b0a3a9007da4b9e6413df650a230ce5128625ea97c619d0b9309bc8c18444bfa2207da780c2450ba6a0df73537710a23616d3e'
-
'd55c9349a5bd7db7411075cf8cad4634aec45a4dde2bf0f2abcee5e3cde7340ae9337f822cc2ca2b215e90b8e54a8a46e7f02e663a6895a28098a98a39ad6079'
-
'874e991e1080ff7ebdc54cc1cffddaccd10f005acc0b0b55318da764158b97ca6f5393bbc1d1d580fa953f5ddfc205209a9734b16ea056a79a005f2501382061'
-
'a444ff57b2ab7e550628d4c211f0aa55917539097d43671bba69f8f4814b9d06b8bafe4cdfbdb88b572d9ec8df4d8e17801d9ce2644dabfd2467ab3eb65cb4a2'
-
'ad50d3f031938819a612a165162524b3adb06a8bd

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2018-07-25 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 25, 2018 @ 16:10:17
  Author: andrewsc
Revision: 363390

upgpkg: firefox-developer-edition-i18n 62.0b11-1

firefox-developer-edition-i18n: Updating to 62.0b11

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  196 ++---
 1 file changed, 98 insertions(+), 98 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 16:03:18 UTC (rev 363389)
+++ PKGBUILD2018-07-25 16:10:17 UTC (rev 363390)
@@ -2,7 +2,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=62.0b10
+pkgver=62.0b11
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -134,100 +134,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('dc633ac36217050a761eaa18e9fe518e7fe64b2201df5b3126eda3c46392f107c58c9bd09891e8563284f469165694ffc566af56234fe533c2b077be4f8dd462'
-
'2188dfa3e5939f10e16f6fe3469b55b47fda7a0bd64e929ddd4a1834dfb4c28f8908283aee5e018589ef0860e9ef586d64de1087764d7b864e28bc72b81ec320'
-
'7e8dc5c8851ac55dc3b86cfa38b0a3a9007da4b9e6413df650a230ce5128625ea97c619d0b9309bc8c18444bfa2207da780c2450ba6a0df73537710a23616d3e'
-
'd55c9349a5bd7db7411075cf8cad4634aec45a4dde2bf0f2abcee5e3cde7340ae9337f822cc2ca2b215e90b8e54a8a46e7f02e663a6895a28098a98a39ad6079'
-
'874e991e1080ff7ebdc54cc1cffddaccd10f005acc0b0b55318da764158b97ca6f5393bbc1d1d580fa953f5ddfc205209a9734b16ea056a79a005f2501382061'
-
'a444ff57b2ab7e550628d4c211f0aa55917539097d43671bba69f8f4814b9d06b8bafe4cdfbdb88b572d9ec8df4d8e17801d9ce2644dabfd2467ab3eb65cb4a2'
-
'ad50d3f031938819a612a165162524b3adb06a8bd8f5c119694b9d750c6160eaf4b127d003594021e4abe80095d835335a179ac39b5bcfe7a8d48bd1a4242f16'
-
'8818a37bbeaf32d6b5571055ea43c30a546f315108a150a33ba6e014cf8ff0d367b85124eda70f5b2b3fed1715061ac7abba534c5251ab9c3e7985e93ea5bc74'
-
'63fed5c64597d4e1b4bee77c1c5c1aeaa6b92bf2deaeb98df39183f82dca2b3855a090bb4632f37c7c5cca425a97ef12d0fa6b66610dfc21f4502e94ebb5e970'
-
'f7096ed6c0d470f205b99355e7ae7f04db707275adaa0d38b07123ee634b9e87e15f23cec339d823aa3710e4ac604d8a2e57663ffa384a6ed6314d374e19ae57'
-
'4c5aa74e3175acb9b34670629d790da8a9aa1585fe1ed381461e3c31cc2b1e506ce3a475733540c0a044c3d7fb2108466490e53f931321c3605a16d8d0959046'
-
'89047b7f648e51a05ddfa1dd8920ca94d426259b4c95ce9165d7cfa0cd399568ea3a4d7b1c6001ad6e3804821f4398c177803204dcd1de0955624d598ccf4a3e'
-
'8ac8768f718547a3363b11225b7cc7cff4cf7c701c7b410901ce910846add6bc39a3a5df893bce986bef8298f6f12ef327dee1a5991a65b7759f927fd2fdc643'
-
'41daa35c84c890d5693b272aee9212b2b5584cd55deb0027290220f7c07ec4f3587c7af519c4cb31821d38ee3397176143a42b16464975f5a7e3ae3e6d700d13'
-
'40a682d72a50fa1b30385fdbd36dccfde70120d4002b61260bbbffccb55e5c0f3115562e9e09331e547a53a13a997a3b7d9fb7b1e9c8e4cc5fc402b461e7ed15'
-
'0cbcc1cc86830cd0d9315200c5c91c46236fe70c9396882f209734cc64a5b2312530f032ca8735aa37786ae27ac30b33a328aedab999b410e00f9b96d00b895f'
-
'eaa1f5a63157883c55eb902567be4b5978bf3c1450a6be892f3d5572d8bb745c23e674d3c5803135586abadd9709bf8571b3514fc7d48f0d88b106d613891089'
-
'b85130044adc5c890c630e48e2013291d731310396e87a9a6624d881553db9eeb64d64c6f3a9f9cb292b461565cae79425da98c02cc3d173ad5f31b7d0956ddc'
-
'4e484fdba7b9cb034b96a44c23525ec2d50ad17fe69392a2804de75e184d60f29bb8af4619a5bf9b9bd05c0f69b849a9dacfdaa43382f8d776343e6ac09e7757'
-
'48c4e0874074e65dc4de580ec810d05818cbe19783ac4af1de7cadfca917d4bd02fae6cfd7d25ac851ee219f866a05e61271c7636072675eeaf1db0f93f12374'
-
'791867a33db1976d1d26776c47b532da8bb895a8c21ab63f967d2d210455d9b59a3b6dd39b9ab5b1ce8223baf7ce95524436173fc9ce501a5ed772afad35'
-
'623644616190ed099e601488bfa44cf68323dc17eed45262cc8fa10afd73b21c4a69ef917d31305ce78051bd8dc5c342c873ab66c70e2e180b903dd3a8cbc4fa'
-
'2ed1ec6bfc9add90754bdde00b7daa458c0c66847b77c2523cc932ac85095c8e20bbefc254847904efb6720f606263d40d3251db5b7c90e35e32d3f64fb9b050'
-
'25cca5f56c77ed73811f5bb1c2f23803c939250e323176fbefc67e3772b860ee9ffbed95c41700c727b4d633962e8db575803ac8bb4ea7f1ac552cfe890ae702'
-
'377ec68436fdc09c1455b4bd8cc04c5f57c11544fabaedf29ad95e18dc8b3c0ffdfd621068fd80bb0507aa2249fbada33344c64a14e873a71eb27047e2cdcfd8'
-
'7b60ebe41b701c08e712ce5df7aef4ad69f7d7decddfe01c65545171b944d159c23f2032fe1aeec0d11a2f391380c3b12747055a5e16e5364a50d5f67bf4d437'
-
'14d4b3f7a7ab2a41d3cb4b5a5ab3e005ede147afeb15e7452690c73ddce5fcc7d9a3755dca7dab049ce0b716b3001d97c024a7f0d71546536e6df1df53ca89f1'
-
'634dd4ab98d64eda8f8f2d9d1a7c640fc6e5e735bb97d06b8bca6a6d1a9b2a3171cb669aea7f26b11492b77f14339e0e297860eb7f2d5cfba76b8cb18181af80'
-
'7f448

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2018-07-25 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 25, 2018 @ 16:03:18
  Author: andrewsc
Revision: 363389

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 363388, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 363388, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 363388, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 363388, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  322 +-
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 578 insertions(+), 578 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 16:01:28 UTC (rev 363388)
+++ PKGBUILD2018-07-25 16:03:18 UTC (rev 363389)
@@ -1,161 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=62.0b10
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer";
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell-en_US' 'sqlite' 'ttf-font' 
'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'gconf' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack' 'gtk2')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# 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
-
-prepare() {
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-linker=gold
-ac_add_options --enable-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
-ac_add_options --enable-system-sqlite
-ac_add_options --enable-system-ffi
-
-# Features
-ac_add_options --enable-alsa
-ac_add_options --enable-jack
-ac_add_options 

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

2018-07-25 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 25, 2018 @ 16:01:28
  Author: andrewsc
Revision: 363388

upgpkg: firefox-developer-edition 62.0b11-1

firefox-developer-edition: Updating to 62.0b11

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 15:45:43 UTC (rev 363387)
+++ PKGBUILD2018-07-25 16:01:28 UTC (rev 363388)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=62.0b10
+pkgver=62.0b11
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2018-07-25 Thread David Runge via arch-commits
Date: Wednesday, July 25, 2018 @ 15:45:43
  Author: dvzrv
Revision: 363387

archrelease: copy trunk to community-staging-x86_64

Added:
  sord/repos/community-staging-x86_64/
  sord/repos/community-staging-x86_64/PKGBUILD
(from rev 363386, sord/trunk/PKGBUILD)

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

Copied: sord/repos/community-staging-x86_64/PKGBUILD (from rev 363386, 
sord/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-25 15:45:43 UTC (rev 363387)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: David Runge 
+# Maintainer: Ray Rashif 
+# Contributor: speps 
+
+pkgname=sord
+pkgver=0.16.2
+pkgrel=1
+pkgdesc="A lightweight C library for storing RDF data in memory"
+arch=('x86_64')
+url="https://drobilla.net/software/sord/";
+license=('custom:ISC')
+depends=('serd' 'pcre')
+makedepends=('python2')
+source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('fe143c07ed18c15ffaf2461ca587df76e365a075f5d93f5eaa4c26196e0b1dd59d24d16e176de3664a2658377a2934083af5742c80884e8e7dd201dcaccb9698'
+'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove local call to ldconfig
+  sed -i "/ldconfig/d" wscript
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf configure --prefix=/usr \
+   --test
+  python2 waf build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf test --verbose-tests
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf install --destdir="$pkgdir"
+  # license
+  install -vDm 644 COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # docs
+  install -t "$pkgdir/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,NEWS,README}
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-25 Thread David Runge via arch-commits
Date: Wednesday, July 25, 2018 @ 15:45:34
  Author: dvzrv
Revision: 363386

upgpkg: sord 0.16.2-1

Upgrading to 0.16.2.

Modified:
  sord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 15:25:35 UTC (rev 363385)
+++ PKGBUILD2018-07-25 15:45:34 UTC (rev 363386)
@@ -4,16 +4,16 @@
 # Contributor: speps 
 
 pkgname=sord
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.16.2
+pkgrel=1
 pkgdesc="A lightweight C library for storing RDF data in memory"
 arch=('x86_64')
 url="https://drobilla.net/software/sord/";
 license=('custom:ISC')
 depends=('serd' 'pcre')
-makedepends=('python')
-source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha512sums=('e18c6de62f2cbffedd4c200f6452f4fd37f719aed764ccc1b77c8da04a0f3394d47e8b57e19eefd6d600770926f505fdfa5da91564bbff5f4ead49f1adaba249'
+makedepends=('python2')
+source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('fe143c07ed18c15ffaf2461ca587df76e365a075f5d93f5eaa4c26196e0b1dd59d24d16e176de3664a2658377a2934083af5742c80884e8e7dd201dcaccb9698'
 'SKIP')
 validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
 
@@ -25,25 +25,25 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  python waf configure --prefix=/usr \
+  python2 waf configure --prefix=/usr \
--test
-  python waf build
+  python2 waf build
 }
 
 check() {
   cd "${pkgname}-${pkgver}"
-  python waf test --verbose-tests
+  python2 waf test --verbose-tests
 }
 
 package() {
   cd "${pkgname}-${pkgver}"
-  python waf install --destdir="$pkgdir"
+  python2 waf install --destdir="$pkgdir"
   # license
-  install -vDm644 COPYING \
+  install -vDm 644 COPYING \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   # docs
   install -t "$pkgdir/usr/share/doc/${pkgname}" \
--vDm644 {AUTHORS,NEWS,README}
+-vDm 644 {AUTHORS,NEWS,README}
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-07-25 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 25, 2018 @ 15:25:35
  Author: arojas
Revision: 363385

archrelease: copy trunk to community-x86_64

Added:
  libindi/repos/community-x86_64/PKGBUILD
(from rev 363384, libindi/trunk/PKGBUILD)
Deleted:
  libindi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 15:25:05 UTC (rev 363384)
+++ PKGBUILD2018-07-25 15:25:35 UTC (rev 363385)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.7.2
-pkgrel=2
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page";
-license=(GPL2)
-arch=(x86_64)
-depends=(libnova cfitsio libusb libjpeg gsl libtheora)
-makedepends=(cmake boost qt5-base)
-#source=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz";)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/indilib/indi/archive/v$pkgver.tar.gz";)
-sha256sums=('5ec9aea9e8b1a79ea440327c25a7c7cfde6f9145b066e42eaaec3e76f8e37b93')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
indi-$pkgver/libindi/drivers/*/*.rules
-}
-
-build() {
-  cd build
-  cmake ../indi-$pkgver/libindi \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DINDI_BUILD_QT5_CLIENT=ON \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/community-x86_64/PKGBUILD (from rev 363384, 
libindi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 15:25:35 UTC (rev 363385)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.7.4
+pkgrel=1
+pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
+url="http://www.indilib.org/index.php?title=Main_Page";
+license=(GPL2)
+arch=(x86_64)
+depends=(libnova cfitsio libusb libjpeg gsl libtheora)
+makedepends=(cmake boost qt5-base)
+#source=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz";)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/indilib/indi/archive/v$pkgver.tar.gz";)
+sha256sums=('214132d011ca4cf72cb6408dae0a3b6f96fed1e8ef988738b4b50c64916c3d99')
+
+prepare() {
+  mkdir -p build
+
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
indi-$pkgver/libindi/drivers/*/*.rules
+}
+
+build() {
+  cd build
+  cmake ../indi-$pkgver/libindi \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DINDI_BUILD_QT5_CLIENT=ON \
+-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-07-25 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 25, 2018 @ 15:25:05
  Author: arojas
Revision: 363384

Update to 1.7.4

Modified:
  libindi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 13:58:51 UTC (rev 363383)
+++ PKGBUILD2018-07-25 15:25:05 UTC (rev 363384)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libindi
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.7.4
+pkgrel=1
 pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
 url="http://www.indilib.org/index.php?title=Main_Page";
 license=(GPL2)
@@ -14,7 +14,7 @@
 makedepends=(cmake boost qt5-base)
 
#source=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz";)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/indilib/indi/archive/v$pkgver.tar.gz";)
-sha256sums=('5ec9aea9e8b1a79ea440327c25a7c7cfde6f9145b066e42eaaec3e76f8e37b93')
+sha256sums=('214132d011ca4cf72cb6408dae0a3b6f96fed1e8ef988738b4b50c64916c3d99')
 
 prepare() {
   mkdir -p build


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

2018-07-25 Thread Alexander Rødseth via arch-commits
Date: Wednesday, July 25, 2018 @ 13:58:51
  Author: arodseth
Revision: 363383

archrelease: copy trunk to community-x86_64

Added:
  erlang/repos/community-x86_64/PKGBUILD
(from rev 363382, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 363382, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 363382, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 363382, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  172 -
 epmd.conf|6 -
 epmd.service |   22 +++
 epmd.socket  |   18 ++---
 4 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 13:57:47 UTC (rev 363382)
+++ PKGBUILD2018-07-25 13:58:51 UTC (rev 363383)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=21.0.2
-pkgrel=1
-_docver=21.0
-arch=('x86_64')
-url='https://www.erlang.org/'
-license=('Apache')
-makedepends=('fop' 'git' 'glu' 'java-environment' 'libxslt' 'lksctp-tools'
- 'mesa' 'perl' 'unixodbc' 'wxgtk')
-options=('staticlibs')
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
-"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz";
-'epmd.service' 'epmd.socket' 'epmd.conf')
-sha256sums=('SKIP'
-'10bf0e44b97ee8320c4868d5a4259c49d4d2a74e9c48583735ae0401f010fb31'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---with-odbc \
---enable-smp-support
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # move files that belong to the erlang-unixodbc package
-  mkdir -p unixodbc
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-
-  # services and configuration
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-
-  # readme and licenses
-  install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  install -d "$pkgdir/usr/lib/erlang/lib"
-  mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/"
-  install -Dm644 otp/LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang/repos/community-x86_64/PKGBUILD (from rev 363382, 
erlang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 13:58:51 UTC (rev 363383)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgbase=erlang
+pkgname=('erlang' 'erlang-unixodbc')
+pkgver=21.0.3
+pkgrel=1
+_docver=21.0
+arch=('x86_64')
+url='https://www.erlang.org/'
+license=('Apache')
+makedepends=('fop' 'git' 'glu' 'java-environment' 'libxslt' 'lksctp-tools'
+ 'mesa' 'perl' 'unixodbc' 'wxgtk')
+options=('staticlibs')
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
+"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz";
+'epmd.service' 'epmd.socket' 'epmd.conf')
+sha256sums=('SKIP'
+'10bf0e44b97ee8320c4868d5a4259c49d4d2a74e9c48583735ae0401f010fb31'
+'b121ec9053fb37abca5f910a81c526f9

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

2018-07-25 Thread Alexander Rødseth via arch-commits
Date: Wednesday, July 25, 2018 @ 13:57:47
  Author: arodseth
Revision: 363382

upgpkg: erlang 21.0.3-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 13:55:52 UTC (rev 363381)
+++ PKGBUILD2018-07-25 13:57:47 UTC (rev 363382)
@@ -8,7 +8,7 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=21.0.2
+pkgver=21.0.3
 pkgrel=1
 _docver=21.0
 arch=('x86_64')


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

2018-07-25 Thread Thore Bödecker via arch-commits
Date: Wednesday, July 25, 2018 @ 13:55:52
  Author: foxxx0
Revision: 363381

archrelease: copy trunk to community-staging-any

Added:
  python-pecan/repos/community-staging-any/
  python-pecan/repos/community-staging-any/PKGBUILD
(from rev 363380, python-pecan/trunk/PKGBUILD)

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

Copied: python-pecan/repos/community-staging-any/PKGBUILD (from rev 363380, 
python-pecan/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-25 13:55:52 UTC (rev 363381)
@@ -0,0 +1,75 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Tim Meusel 
+pkgbase='python-pecan'
+_pkgbase="${pkgbase#python-}"
+pkgname=("python-${_pkgbase}" "python2-${_pkgbase}")
+pkgdesc='A WSGI object-dispatching web framework, designed to be lean and fast 
with few dependencies.'
+pkgver=1.3.2
+pkgrel=3
+arch=('any')
+url='https://github.com/pecan/pecan'
+license=('BSD')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools'
+ 'python-sphinx' 'python2-sphinx' 'python-webob' 'python2-webob'
+ 'python-mako' 'python2-mako' 'python-webtest' 'python2-webtest'
+ 'python-six' 'python2-six' 'python-logutils' 'python2-logutils')
+checkdepends=('python-virtualenv' 'python2-virtualenv'
+  'python-jinja' 'python2-jinja' 'gunicorn' 'python2-gunicorn'
+  'python-mock' 'python2-mock' 'python-sqlalchemy' 
'python2-sqlalchemy'
+  'python2-kajiki' 'python-genshi' 'python2-genshi'
+  'python2-singledispatch' 'python-nine' 'python2-nine')
+source=("${_pkgbase}-${pkgver}.tar.gz::https://github.com/pecan/pecan/archive/${pkgver}.tar.gz";)
+sha512sums=('21eca763571c66d5bd2cecf59ebf5b4a70476088a670a5d8067ab84dc67881b81ae5a85fe2f262ca90a8a39b3a9bf8310651d0c595e331fcd0457b01f7f9cf2e')
+
+prepare(){
+  # fix manpage build
+  sed -i '/^dist = /d' "${srcdir}/${_pkgbase}-${pkgver}/docs/source/conf.py"
+  sed -i "s/^version = release = .*\$/version = release = '${pkgver}'/" 
"${srcdir}/${_pkgbase}-${pkgver}/docs/source/conf.py"
+
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+
+  # fix python interpreter for python2 stuff
+  find "${srcdir}/${_pkgbase}-${pkgver}-py2" -type f -name '*.py' \
+-exec sed -i 's|^#!/usr/bin/env python$|#!/usr/bin/env python2|1' {} +
+}
+
+build() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py build
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py build
+}
+
+check() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python setup.py test
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 setup.py test
+}
+
+package_python-pecan() {
+  depends=('python' 'python-webob' 'python-mako' 'python-webtest' 'python-six' 
'python-logutils')
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  cd docs
+  PYTHONPATH="${PWD}/../" make man
+  install -D -m644 "./build/man/pecan.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-pecan() {
+  depends=('python2' 'python2-webob' 'python2-mako' 'python2-webtest' 
'python2-six' 'python2-logutils')
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  cd docs
+  PYTHONPATH="${PWD}/../" make man
+  install -D -m644 "./build/man/pecan.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+
+  # fix conflicting files
+  for file in gunicorn_pecan pecan; do
+mv "${pkgdir}/usr/bin/${file}" "${pkgdir}/usr/bin/${file}2"
+  done
+}


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

2018-07-25 Thread Thore Bödecker via arch-commits
Date: Wednesday, July 25, 2018 @ 13:55:48
  Author: foxxx0
Revision: 363380

upgpkg: python-pecan 1.3.2-3

py3.7 rebuild

Modified:
  python-pecan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 12:34:09 UTC (rev 363379)
+++ PKGBUILD2018-07-25 13:55:48 UTC (rev 363380)
@@ -5,7 +5,7 @@
 pkgname=("python-${_pkgbase}" "python2-${_pkgbase}")
 pkgdesc='A WSGI object-dispatching web framework, designed to be lean and fast 
with few dependencies.'
 pkgver=1.3.2
-pkgrel=2
+pkgrel=3
 arch=('any')
 url='https://github.com/pecan/pecan'
 license=('BSD')


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 13:37:50
  Author: heftig
Revision: 329541

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  
linux/repos/staging-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 329540, 
linux/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux/repos/staging-x86_64/0002-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 329540, 
linux/trunk/0002-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  
linux/repos/staging-x86_64/0003-ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch
(from rev 329540, 
linux/trunk/0003-ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch)
  
linux/repos/staging-x86_64/0004-mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch
(from rev 329540, 
linux/trunk/0004-mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch)
  linux/repos/staging-x86_64/60-linux.hook
(from rev 329540, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 329540, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 329540, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 329540, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 329540, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 329540, linux/trunk/linux.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0002-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  242 
 0003-ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch |  132 
 0004-mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch |   46 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  248 
 config  | 9550 
++
 linux.install   |   10 
 linux.preset|   14 
 10 files changed, 10368 insertions(+)

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


[arch-commits] Commit in linux-zen/repos (7 files)

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 13:37:14
  Author: heftig
Revision: 329540

archrelease: copy trunk to staging-x86_64

Added:
  linux-zen/repos/staging-x86_64/
  linux-zen/repos/staging-x86_64/60-linux.hook
(from rev 329539, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 329539, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 329539, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 329539, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 329539, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 329539, linux-zen/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  237 +
 config| 9592 
 linux.install |   10 
 linux.preset  |   14 
 6 files changed, 9876 insertions(+)

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


[arch-commits] Commit in webrtc-audio-processing/repos/extra-x86_64 (2 files)

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 13:16:16
  Author: heftig
Revision: 329539

archrelease: copy trunk to extra-x86_64

Added:
  webrtc-audio-processing/repos/extra-x86_64/PKGBUILD
(from rev 329538, webrtc-audio-processing/trunk/PKGBUILD)
Deleted:
  webrtc-audio-processing/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 13:15:25 UTC (rev 329538)
+++ PKGBUILD2018-07-25 13:16:16 UTC (rev 329539)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=webrtc-audio-processing
-pkgver=0.3
-pkgrel=2
-pkgdesc="AudioProcessing library based on Google's implementation of WebRTC"
-url="https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/";
-arch=(i686 x86_64)
-license=(custom)
-depends=(gcc-libs)
-makedepends=(git)
-_commit=fc0e76139404e08cc5b8024daafa1ddf576a4e21  # tags/v0.3^0
-source=("git+https://anongit.freedesktop.org/git/pulseaudio/webrtc-audio-processing#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: webrtc-audio-processing/repos/extra-x86_64/PKGBUILD (from rev 329538, 
webrtc-audio-processing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 13:16:16 UTC (rev 329539)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=webrtc-audio-processing
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="AudioProcessing library based on Google's implementation of WebRTC"
+url="https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/";
+arch=(x86_64)
+license=(custom)
+depends=(gcc-libs)
+makedepends=(git)
+_commit=e882a5442ac22c93648e12837248d651d18b9247  # tags/v0.3.1^0
+source=("git+https://anongit.freedesktop.org/git/pulseaudio/webrtc-audio-processing#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 13:15:25
  Author: heftig
Revision: 329538

4.17.10-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 13:15:17 UTC (rev 329537)
+++ PKGBUILD2018-07-25 13:15:25 UTC (rev 329538)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.17
-_zenpatch=zen-4.17.9-c5cc25e04ed21f10f84ad4fd9419f7fd11ac9817.diff
-pkgver=4.17.9
+_zenpatch=zen-4.17.10-ed1ffbadb5803a54972937f4b2d5a97b7c0ed317.diff
+pkgver=4.17.10
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/zen-kernel/zen-kernel";
@@ -30,9 +30,9 @@
 )
 sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'
 'SKIP'
-'52131a497efaed724afaa7f7022249f8f8e6e555cbe407a6619908ed2ebcee89'
+'41ad005296c7a1b5245a87881f666b3f4d7aa05a6b9409454b2e473d473c4cee'
 'SKIP'
-'7abf14442efd71b1acce040d1797ea05b51008aef36987bcda09181c1c6b6f42'
+'6acc4c2a17495cdf17a0c470e23e01688e390c6e9d8ba839d173b2e5c5fff435'
 'SKIP'
 '02684ffee3ee036bc7b5362e413dd04fe7dcaed307f9dbd36e3b1f8fc6f05d54'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 13:15:17
  Author: heftig
Revision: 329537

4.17.10-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 12:19:30 UTC (rev 329536)
+++ PKGBUILD2018-07-25 13:15:17 UTC (rev 329537)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.17
-pkgver=4.17.9
+pkgver=4.17.10
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/";
@@ -30,7 +30,7 @@
 )
 sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'
 'SKIP'
-'52131a497efaed724afaa7f7022249f8f8e6e555cbe407a6619908ed2ebcee89'
+'41ad005296c7a1b5245a87881f666b3f4d7aa05a6b9409454b2e473d473c4cee'
 'SKIP'
 'f8e890eac9779a89009c1e2339f757e9781864df09805211fad005146fe2578b'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


[arch-commits] Commit in canorus/trunk (PKGBUILD python-3.7.patch)

2018-07-25 Thread Evgeniy Alekseev via arch-commits
Date: Wednesday, July 25, 2018 @ 12:33:56
  Author: arcanis
Revision: 363378

upgpkg: canorus 0.7.3rc3-1

python-3.7 rebuild fixes

Added:
  canorus/trunk/python-3.7.patch
Modified:
  canorus/trunk/PKGBUILD

--+
 PKGBUILD |   15 --
 python-3.7.patch |  126 +
 2 files changed, 137 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 11:27:08 UTC (rev 363377)
+++ PKGBUILD2018-07-25 12:33:56 UTC (rev 363378)
@@ -5,7 +5,7 @@
 # Contributor: hm_b 
 
 pkgname=canorus
-pkgver=0.7.3rc1
+pkgver=0.7.3rc3
 pkgrel=1
 pkgdesc="A free music score editor"
 arch=('x86_64')
@@ -13,12 +13,19 @@
 license=('GPL')
 depends=('qt5-svg' 'qt5-webengine' 'alsa-lib' 'zlib' 'python')
 makedepends=('cmake' 'swig' 'qt5-tools' 'ruby')
-source=("http://downloads.sourceforge.net/project/canorus/0.7.3/canorus-${pkgver}.tar.bz2";)
-sha256sums=('e363f3cdb382a78d22c0c41541ed087197ddb3df1b981ec80072ec52f9c4')
+source=("http://downloads.sourceforge.net/project/canorus/0.7.3/canorus-${pkgver}.tar.bz2";
+"python-3.7.patch")
+sha256sums=('c5d470ac6cae696472dcb7176e0cd4545b883ff84ae2dc767a8956546f5b4b15'
+'5474199c0f02e4ec1ea6062b2aa9fb48cdeab9ba4c895f236918aed43a18c070')
 
+prepare() {
+  patch -p0 -i "${srcdir}/python-3.7.patch"
+}
+
 build() {
   cd $pkgname-$pkgver
-  export CXXFLAGS+=" -Wno-misleading-indentation -Wno-dangling-else"
+  # stringop-truncation will be fixes in swig, see 
https://github.com/swig/swig/issues/893
+  export CXXFLAGS+=" -Wno-misleading-indentation -Wno-dangling-else 
-Wno-stringop-truncation"
   cmake . -DCMAKE_INSTALL_PREFIX="$pkgdir"/usr \
-DDEFAULT_DATA_DIR="/usr/share/canorus"
 }

Added: python-3.7.patch
===
--- python-3.7.patch(rev 0)
+++ python-3.7.patch2018-07-25 12:33:56 UTC (rev 363378)
@@ -0,0 +1,126 @@
+diff -ruN canorus-0.7.3rc3-orig/src/scripting/swigpython.cpp 
canorus-0.7.3rc3/src/scripting/swigpython.cpp
+--- canorus-0.7.3rc3-orig/src/scripting/swigpython.cpp 2018-07-25 
14:59:07.105433821 +0300
 canorus-0.7.3rc3/src/scripting/swigpython.cpp  2018-07-25 
15:01:53.615606426 +0300
+@@ -81,13 +81,14 @@
+ PyEval_ReleaseLock();
+ 
+// my section with thread initialization
+-PyEval_AcquireLock();
++PyThreadState *state = nullptr;
++PyEval_AcquireThread(state);
+ PyInterpreterState * mainInterpreterState = mainThreadState->interp;
+ 
+ pycliThreadState = PyThreadState_New(mainInterpreterState);
+ PyThreadState_Swap(mainThreadState);
+ 
+-PyEval_ReleaseLock();
++PyEval_ReleaseThread(state);
+ }
+ 
+ /*!
+@@ -136,7 +137,8 @@
+   QString moduleName = fileName.left(fileName.lastIndexOf(".py"));
+   moduleName = moduleName.remove(0, moduleName.lastIndexOf("/")+1);
+ 
+-  PyEval_AcquireLock();
++  PyThreadState *state = nullptr;
++  PyEval_AcquireThread(state);
+   
+   PyObject *pyModule;
+   if (autoReload) {
+@@ -152,11 +154,11 @@
+   } else {
+   pyModule = 
PyImport_ImportModule((char*)moduleName.toStdString().c_str());
+   }
+-  if (PyErr_Occurred()) { PyErr_Print(); PyEval_ReleaseLock(); return 
NULL; }
++  if (PyErr_Occurred()) { PyErr_Print(); PyEval_ReleaseThread(state); 
return NULL; }
+ 
+   // Get function object
+   PyObject *pyFunction = PyObject_GetAttrString(pyModule, 
(char*)function.toStdString().c_str());
+-  if (PyErr_Occurred()) { PyErr_Print(); PyEval_ReleaseLock(); return 
NULL; }
++  if (PyErr_Occurred()) { PyErr_Print(); PyEval_ReleaseThread(state); 
return NULL; }
+ 
+   // Call the actual function
+   PyObject *ret;
+@@ -164,7 +166,7 @@
+   ret = PyEval_CallObject(pyFunction, pyArgs);
+   else
+   ret = PyEval_CallObject(pyFunction, NULL);
+-  if (PyErr_Occurred()) { PyErr_Print(); PyEval_ReleaseLock(); return 
NULL; }
++  if (PyErr_Occurred()) { PyErr_Print(); PyEval_ReleaseThread(state); 
return NULL; }
+ 
+ //Py_DECREF(pyFunction); // -Matevz
+ //Py_DECREF(pyModule); // -Matevz
+@@ -172,7 +174,7 @@
+ //for (int i=0; ilock();
+   _thrWait->wait(_thrWaitMut);
+ //Py_END_ALLOW_THREADS
+ 
+-PyEval_AcquireLock();
++PyThreadState *state = nullptr;
++PyEval_AcquireThread(state);
+ PyThreadState_Swap(CASwigPython::pycliThreadState);
+ 
+   QString *str = new QString(_bufSend);   //put contents of _bufSend into 
buffer \todo: synch


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

2018-07-25 Thread Evgeniy Alekseev via arch-commits
Date: Wednesday, July 25, 2018 @ 12:34:09
  Author: arcanis
Revision: 363379

archrelease: copy trunk to community-staging-x86_64

Added:
  canorus/repos/community-staging-x86_64/
  canorus/repos/community-staging-x86_64/PKGBUILD
(from rev 363378, canorus/trunk/PKGBUILD)
  canorus/repos/community-staging-x86_64/python-3.7.patch
(from rev 363378, canorus/trunk/python-3.7.patch)

--+
 PKGBUILD |   39 
 python-3.7.patch |  126 +
 2 files changed, 165 insertions(+)

Copied: canorus/repos/community-staging-x86_64/PKGBUILD (from rev 363378, 
canorus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-25 12:34:09 UTC (rev 363379)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Linux Pro Audio 
+# Contributor: Coenraad van der Westhuizen 
+# Contributor: hm_b 
+
+pkgname=canorus
+pkgver=0.7.3rc3
+pkgrel=1
+pkgdesc="A free music score editor"
+arch=('x86_64')
+url="http://www.canorus.org/";
+license=('GPL')
+depends=('qt5-svg' 'qt5-webengine' 'alsa-lib' 'zlib' 'python')
+makedepends=('cmake' 'swig' 'qt5-tools' 'ruby')
+source=("http://downloads.sourceforge.net/project/canorus/0.7.3/canorus-${pkgver}.tar.bz2";
+"python-3.7.patch")
+sha256sums=('c5d470ac6cae696472dcb7176e0cd4545b883ff84ae2dc767a8956546f5b4b15'
+'5474199c0f02e4ec1ea6062b2aa9fb48cdeab9ba4c895f236918aed43a18c070')
+
+prepare() {
+  patch -p0 -i "${srcdir}/python-3.7.patch"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  # stringop-truncation will be fixes in swig, see 
https://github.com/swig/swig/issues/893
+  export CXXFLAGS+=" -Wno-misleading-indentation -Wno-dangling-else 
-Wno-stringop-truncation"
+  cmake . -DCMAKE_INSTALL_PREFIX="$pkgdir"/usr \
+   -DDEFAULT_DATA_DIR="/usr/share/canorus"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install
+  install -d "$pkgdir"/usr/share/{applications,pixmaps}
+  cp canorus.desktop "$pkgdir"/usr/share/applications
+  cp "$pkgdir"/usr/share/{canorus/images/clogosm.png,pixmaps/canorus.png}
+}

Copied: canorus/repos/community-staging-x86_64/python-3.7.patch (from rev 
363378, canorus/trunk/python-3.7.patch)
===
--- community-staging-x86_64/python-3.7.patch   (rev 0)
+++ community-staging-x86_64/python-3.7.patch   2018-07-25 12:34:09 UTC (rev 
363379)
@@ -0,0 +1,126 @@
+diff -ruN canorus-0.7.3rc3-orig/src/scripting/swigpython.cpp 
canorus-0.7.3rc3/src/scripting/swigpython.cpp
+--- canorus-0.7.3rc3-orig/src/scripting/swigpython.cpp 2018-07-25 
14:59:07.105433821 +0300
 canorus-0.7.3rc3/src/scripting/swigpython.cpp  2018-07-25 
15:01:53.615606426 +0300
+@@ -81,13 +81,14 @@
+ PyEval_ReleaseLock();
+ 
+// my section with thread initialization
+-PyEval_AcquireLock();
++PyThreadState *state = nullptr;
++PyEval_AcquireThread(state);
+ PyInterpreterState * mainInterpreterState = mainThreadState->interp;
+ 
+ pycliThreadState = PyThreadState_New(mainInterpreterState);
+ PyThreadState_Swap(mainThreadState);
+ 
+-PyEval_ReleaseLock();
++PyEval_ReleaseThread(state);
+ }
+ 
+ /*!
+@@ -136,7 +137,8 @@
+   QString moduleName = fileName.left(fileName.lastIndexOf(".py"));
+   moduleName = moduleName.remove(0, moduleName.lastIndexOf("/")+1);
+ 
+-  PyEval_AcquireLock();
++  PyThreadState *state = nullptr;
++  PyEval_AcquireThread(state);
+   
+   PyObject *pyModule;
+   if (autoReload) {
+@@ -152,11 +154,11 @@
+   } else {
+   pyModule = 
PyImport_ImportModule((char*)moduleName.toStdString().c_str());
+   }
+-  if (PyErr_Occurred()) { PyErr_Print(); PyEval_ReleaseLock(); return 
NULL; }
++  if (PyErr_Occurred()) { PyErr_Print(); PyEval_ReleaseThread(state); 
return NULL; }
+ 
+   // Get function object
+   PyObject *pyFunction = PyObject_GetAttrString(pyModule, 
(char*)function.toStdString().c_str());
+-  if (PyErr_Occurred()) { PyErr_Print(); PyEval_ReleaseLock(); return 
NULL; }
++  if (PyErr_Occurred()) { PyErr_Print(); PyEval_ReleaseThread(state); 
return NULL; }
+ 
+   // Call the actual function
+   PyObject *ret;
+@@ -164,7 +166,7 @@
+   ret = PyEval_CallObject(pyFunction, pyArgs);
+   else
+   ret = PyEval_CallObject(pyFunction, NULL);
+-  if (PyErr_Occurred()) { PyErr_Print(); PyEval_ReleaseLock(); return 
NULL; }
++  if (PyErr_Occurred()) { PyErr_Print(); PyEval_ReleaseThread(state); 
return NULL; }
+ 
+ //Py_DECREF(pyFunction); // -Matevz
+ //Py_DECREF(pyModule); // -Matevz
+@@ -172,7 +174,7 @@
+ //for (int i=0; ilock();
+   _thrWait->wait(_thrWaitMut);
+ //Py_END_ALLOW_THREADS
+ 
+-PyEval_AcquireLock();
++PyThreadState *state = nullptr;
++PyEval_AcquireThread(state)

[arch-commits] Commit in webrtc-audio-processing/trunk (PKGBUILD)

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 12:19:30
  Author: heftig
Revision: 329536

0.3.1-1

Modified:
  webrtc-audio-processing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 12:01:38 UTC (rev 329535)
+++ PKGBUILD2018-07-25 12:19:30 UTC (rev 329536)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=webrtc-audio-processing
-pkgver=0.3
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="AudioProcessing library based on Google's implementation of WebRTC"
 url="https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/";
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(custom)
 depends=(gcc-libs)
 makedepends=(git)
-_commit=fc0e76139404e08cc5b8024daafa1ddf576a4e21  # tags/v0.3^0
+_commit=e882a5442ac22c93648e12837248d651d18b9247  # tags/v0.3.1^0
 
source=("git+https://anongit.freedesktop.org/git/pulseaudio/webrtc-audio-processing#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2018-07-25 Thread Jan Steffens via arch-commits
Date: Wednesday, July 25, 2018 @ 12:01:38
  Author: heftig
Revision: 329535

archrelease: copy trunk to extra-x86_64

Added:
  networkmanager/repos/extra-x86_64/20-connectivity.conf
(from rev 329534, networkmanager/trunk/20-connectivity.conf)
  networkmanager/repos/extra-x86_64/NetworkManager.conf
(from rev 329534, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 329534, networkmanager/trunk/PKGBUILD)
Deleted:
  networkmanager/repos/extra-x86_64/20-connectivity.conf
  networkmanager/repos/extra-x86_64/NetworkManager.conf
  networkmanager/repos/extra-x86_64/PKGBUILD

--+
 20-connectivity.conf |4 
 NetworkManager.conf  |4 
 PKGBUILD |  360 -
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: 20-connectivity.conf
===
--- 20-connectivity.conf2018-07-25 12:00:42 UTC (rev 329534)
+++ 20-connectivity.conf2018-07-25 12:01:38 UTC (rev 329535)
@@ -1,2 +0,0 @@
-[connectivity]
-uri=http://www.archlinux.org/check_network_status.txt

Copied: networkmanager/repos/extra-x86_64/20-connectivity.conf (from rev 
329534, networkmanager/trunk/20-connectivity.conf)
===
--- 20-connectivity.conf(rev 0)
+++ 20-connectivity.conf2018-07-25 12:01:38 UTC (rev 329535)
@@ -0,0 +1,2 @@
+[connectivity]
+uri=http://www.archlinux.org/check_network_status.txt

Deleted: NetworkManager.conf
===
--- NetworkManager.conf 2018-07-25 12:00:42 UTC (rev 329534)
+++ NetworkManager.conf 2018-07-25 12:01:38 UTC (rev 329535)
@@ -1,2 +0,0 @@
-# Configuration file for NetworkManager.
-# See "man 5 NetworkManager.conf" for details.

Copied: networkmanager/repos/extra-x86_64/NetworkManager.conf (from rev 329534, 
networkmanager/trunk/NetworkManager.conf)
===
--- NetworkManager.conf (rev 0)
+++ NetworkManager.conf 2018-07-25 12:01:38 UTC (rev 329535)
@@ -0,0 +1,2 @@
+# Configuration file for NetworkManager.
+# See "man 5 NetworkManager.conf" for details.

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 12:00:42 UTC (rev 329534)
+++ PKGBUILD2018-07-25 12:01:38 UTC (rev 329535)
@@ -1,180 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm libnm-glib)
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="Network connection manager and user applications"
-url="https://wiki.gnome.org/Projects/NetworkManager";
-arch=(x86_64)
-license=(GPL2 LGPL2.1)
-_pppver=2.4.7
-makedepends=(intltool dhclient iptables gobject-introspection gtk-doc 
"ppp=$_pppver" modemmanager
- dbus-glib iproute2 nss polkit wpa_supplicant curl systemd 
libmm-glib
- libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
- glib2-docs dhcpcd iwd dnsmasq systemd-resolvconf libpsl)
-checkdepends=(libx11 python-dbus)
-_commit=8964dbe8bc9cbe7300a48bffe86faee6b149fbf2  # tags/1.12.0^0
-source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-  git describe | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd NetworkManager
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
-runstatedir=/run \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-ifcfg-rh \
---disable-ifupdown \
---disable-lto \
---disable-more-logging \
---disable-more-warnings \
---disable-qt \
---disable-static \
---enable-bluez5-dun \
---enable-concheck \
---enable-config-plugin-ibft \
---enable-gtk-doc \
---enable-introspection \
---enable-json-validation \
---enable-ld-gc \
---enable-modify-system \
---enable-polkit \
---enable-polkit-agent \
---enable-teamdctl \
---enable-wifi \
---with-config-dhcp-default=internal \
---with-config-dns-rc-manager-default=symlink \
---with-config-logging-backend-default=journal \
---with-config-plugins-default=keyfile,ibft \
---with-crypto=nss \
---with-dbus-sys-dir=/usr/share/dbus-1/system.d \
---with-dhclient=/usr/bin/dhclient \
---with-dhcpcd-supports-ipv6 \
---with-dhcpcd=/usr/bin/dhcpcd \
---with-dist-version="$pkgver-$pkgrel" \
---with-dnsmasq=/usr/bin/dnsmasq \
---with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \
-   

  1   2   >