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

2020-03-12 Thread Kyle Keen via arch-commits
Date: Friday, March 13, 2020 @ 02:55:26
  Author: kkeen
Revision: 595635

upgpkg: soapyosmo 0.2.5-5  osmosdr rebuild

Modified:
  soapyosmo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 02:46:38 UTC (rev 595634)
+++ PKGBUILD2020-03-13 02:55:26 UTC (rev 595635)
@@ -4,7 +4,7 @@
 _pkgname=SoapyOsmo
 pkgver=0.2.5
 _gitver=soapy-osmo-$pkgver
-pkgrel=4
+pkgrel=5
 pkgdesc='Soapy SDR plugins for OsmoSDR devices'
 arch=('x86_64')
 url='https://github.com/pothosware/SoapyOsmo'


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

2020-03-12 Thread Kyle Keen via arch-commits
Date: Friday, March 13, 2020 @ 02:55:36
  Author: kkeen
Revision: 595636

archrelease: copy trunk to community-staging-x86_64

Added:
  soapyosmo/repos/community-staging-x86_64/
  soapyosmo/repos/community-staging-x86_64/PKGBUILD
(from rev 595635, soapyosmo/trunk/PKGBUILD)

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

Copied: soapyosmo/repos/community-staging-x86_64/PKGBUILD (from rev 595635, 
soapyosmo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 02:55:36 UTC (rev 595636)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapyosmo
+_pkgname=SoapyOsmo
+pkgver=0.2.5
+_gitver=soapy-osmo-$pkgver
+pkgrel=5
+pkgdesc='Soapy SDR plugins for OsmoSDR devices'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyOsmo'
+license=('GPL3')
+depends=('soapysdr' 'gnuradio-osmosdr' 'boost-libs')
+makedepends=('cmake' 'boost' 'airspy' 'hackrf' 'libosmosdr' 'rtl-sdr') # 
'bladerf'
+optdepends=('airspy: AirSpy support'
+'hackrf: HackRF support'
+'libosmosdr: OsmoSDR support'
+'rtl-sdr: RTL-SDR support')
+#'bladerf: BladeRF support'
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('a1aa5f3c84f5e9cf8cc0329445836162586c3fd301f126310e2a3131c170f1d213fcb214162a28c448a49f57fcf177b7a00d10967ba88a8434a6ac26fa2264e8')
+
+prepare() {
+  cd $_pkgname-$_gitver
+  sed -i 's|#ADD_DEFINITIONS(-Wconversion)|SET(CMAKE_CXX_FLAGS 
"${CMAKE_CXX_FLAGS} -pthread")|' CMakeLists.txt
+  sed -i 's|SET(BOOST_REQUIRED_COMPONENTS|SET(BOOST_REQUIRED_COMPONENTS 
chrono|' CMakeLists.txt gr-osmosdr/CMakeLists.txt
+}
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DUSE_OSMO_RTLSDR=ON \
+   -DUSE_OSMO_HACKRF=ON \
+   -DUSE_OSMO_AIRSPY=ON
+
+#  -DUSE_OSMO_BLADERF=ON
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2020-03-12 Thread Kyle Keen via arch-commits
Date: Friday, March 13, 2020 @ 02:46:38
  Author: kkeen
Revision: 595634

archrelease: copy trunk to community-staging-x86_64

Added:
  gqrx/repos/community-staging-x86_64/
  gqrx/repos/community-staging-x86_64/PKGBUILD
(from rev 595633, gqrx/trunk/PKGBUILD)

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

Copied: gqrx/repos/community-staging-x86_64/PKGBUILD (from rev 595633, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 02:46:38 UTC (rev 595634)
@@ -0,0 +1,55 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.12.1
+pkgrel=2
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tgz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;)
+#source=("https://github.com/csete/gqrx/releases/download/v$pkgver/gqrx-sdr-$pkgver-src.tar.xz;)
+md5sums=('a355b630c6999c250103d04ed13edd7b')
+
+prepare() {
+  cd "$srcdir/gqrx-$pkgver"
+  echo "StartupNotify=false" >> gqrx.desktop
+
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  sed -i 's|-lpthread|& -llog4cpp|' Makefile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+


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

2020-03-12 Thread Kyle Keen via arch-commits
Date: Friday, March 13, 2020 @ 02:46:14
  Author: kkeen
Revision: 595633

upgpkg: gqrx 2.12.1-2

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 02:39:24 UTC (rev 595632)
+++ PKGBUILD2020-03-13 02:46:14 UTC (rev 595633)
@@ -3,7 +3,7 @@
 
 pkgname=gqrx
 pkgver=2.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('x86_64')
 url="http://gqrx.dk/;


[arch-commits] Commit in gnuradio-osmosdr/trunk (PKGBUILD gnuradio-osmosdr.pc)

2020-03-12 Thread Kyle Keen via arch-commits
Date: Friday, March 13, 2020 @ 02:39:12
  Author: kkeen
Revision: 595631

upgpkg: gnuradio-osmosdr 0.2.0-2  manual pkgconfig

Added:
  gnuradio-osmosdr/trunk/gnuradio-osmosdr.pc
Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 gnuradio-osmosdr.pc |   15 +++
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 01:29:11 UTC (rev 595630)
+++ PKGBUILD2020-03-13 02:39:12 UTC (rev 595631)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _reponame=gr-osmosdr
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices'
 url='http://osmocom.org/projects/gr-osmosdr'
 arch=('x86_64')
@@ -13,10 +13,13 @@
 optdepends=('python-opengl: osmocom_fft')
 makedepends=('git' 'cmake' 'boost' 'swig')
 replaces=('gr-osmosdr')
-source=("git://git.osmocom.org/gr-osmosdr/#tag=v$pkgver")
-md5sums=('SKIP')
+source=("git://git.osmocom.org/gr-osmosdr/#tag=v$pkgver"
+"gnuradio-osmosdr.pc")
+md5sums=('SKIP'
+ 'a62fdf732f8a9a59f667bbda5542a824')
 
 # add support for miri, osmo?
+# figure out what happened to libtool
 
 build() {
   cd $_reponame
@@ -40,4 +43,6 @@
   cd $_reponame/build
 
   make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/gnuradio-osmosdr.pc" 
"$pkgdir/usr/lib/pkgconfig/gnuradio-osmosdr.pc"
 }

Added: gnuradio-osmosdr.pc
===
--- gnuradio-osmosdr.pc (rev 0)
+++ gnuradio-osmosdr.pc 2020-03-13 02:39:12 UTC (rev 595631)
@@ -0,0 +1,15 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: gnuradio-osmosdr
+Description: GNU Radio block for various radio hardware
+URL: http://sdr.osmocom.org/trac/wiki/GrOsmoSDR
+Version: v0.2.0
+Requires: gnuradio-runtime gnuradio-blocks
+Requires.private: 
+Conflicts:
+Cflags: -I${includedir} -I/usr/include
+Libs: -L${libdir} -lgnuradio-osmosdr
+Libs.private: -L/usr/lib


[arch-commits] Commit in gnuradio-osmosdr/repos/community-staging-x86_64 (3 files)

2020-03-12 Thread Kyle Keen via arch-commits
Date: Friday, March 13, 2020 @ 02:39:24
  Author: kkeen
Revision: 595632

archrelease: copy trunk to community-staging-x86_64

Added:
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 595631, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-staging-x86_64/gnuradio-osmosdr.pc
(from rev 595631, gnuradio-osmosdr/trunk/gnuradio-osmosdr.pc)
Deleted:
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD

-+
 PKGBUILD|   91 ++
 gnuradio-osmosdr.pc |   15 
 2 files changed, 63 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-13 02:39:12 UTC (rev 595631)
+++ PKGBUILD2020-03-13 02:39:24 UTC (rev 595632)
@@ -1,43 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=gnuradio-osmosdr
-_reponame=gr-osmosdr
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices'
-url='http://osmocom.org/projects/gr-osmosdr'
-arch=('x86_64')
-license=('GPL')
-depends=('gnuradio' 'libvolk' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 
'hackrf' 'bladerf' 'airspy' 'soapysdr')
-optdepends=('python-opengl: osmocom_fft')
-makedepends=('git' 'cmake' 'boost' 'swig')
-replaces=('gr-osmosdr')
-source=("git://git.osmocom.org/gr-osmosdr/#tag=v$pkgver")
-md5sums=('SKIP')
-
-# add support for miri, osmo?
-
-build() {
-  cd $_reponame
-
-  mkdir -p build
-  cd build
-
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE="$(which python3)" \
--DPYTHON_INCLUDE_DIR="$(echo /usr/include/python3*)" \
--DPYTHON_LIBRARY="$(echo /usr/lib/libpython3.*.so)" \
--DBoost_NO_BOOST_CMAKE=ON \
--DCMAKE_INSTALL_PREFIX=/usr ../
-
-  make
-}
-
-package() {
-  cd $_reponame/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD (from rev 
595631, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-13 02:39:24 UTC (rev 595632)
@@ -0,0 +1,48 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gnuradio-osmosdr
+_reponame=gr-osmosdr
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices'
+url='http://osmocom.org/projects/gr-osmosdr'
+arch=('x86_64')
+license=('GPL')
+depends=('gnuradio' 'libvolk' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 
'hackrf' 'bladerf' 'airspy' 'soapysdr')
+optdepends=('python-opengl: osmocom_fft')
+makedepends=('git' 'cmake' 'boost' 'swig')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr/#tag=v$pkgver"
+"gnuradio-osmosdr.pc")
+md5sums=('SKIP'
+ 'a62fdf732f8a9a59f667bbda5542a824')
+
+# add support for miri, osmo?
+# figure out what happened to libtool
+
+build() {
+  cd $_reponame
+
+  mkdir -p build
+  cd build
+
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE="$(which python3)" \
+-DPYTHON_INCLUDE_DIR="$(echo /usr/include/python3*)" \
+-DPYTHON_LIBRARY="$(echo /usr/lib/libpython3.*.so)" \
+-DBoost_NO_BOOST_CMAKE=ON \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+
+  make
+}
+
+package() {
+  cd $_reponame/build
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/gnuradio-osmosdr.pc" 
"$pkgdir/usr/lib/pkgconfig/gnuradio-osmosdr.pc"
+}

Copied: gnuradio-osmosdr/repos/community-staging-x86_64/gnuradio-osmosdr.pc 
(from rev 595631, gnuradio-osmosdr/trunk/gnuradio-osmosdr.pc)
===
--- gnuradio-osmosdr.pc (rev 0)
+++ gnuradio-osmosdr.pc 2020-03-13 02:39:24 UTC (rev 595632)
@@ -0,0 +1,15 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: gnuradio-osmosdr
+Description: GNU Radio block for various radio hardware
+URL: http://sdr.osmocom.org/trac/wiki/GrOsmoSDR
+Version: v0.2.0
+Requires: gnuradio-runtime gnuradio-blocks
+Requires.private: 
+Conflicts:
+Cflags: -I${includedir} -I/usr/include
+Libs: -L${libdir} -lgnuradio-osmosdr
+Libs.private: -L/usr/lib


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

2020-03-12 Thread Kyle Keen via arch-commits
Date: Friday, March 13, 2020 @ 01:29:11
  Author: kkeen
Revision: 595630

archrelease: copy trunk to community-staging-x86_64

Added:
  gnuradio-osmosdr/repos/community-staging-x86_64/
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 595629, gnuradio-osmosdr/trunk/PKGBUILD)

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

Copied: gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD (from rev 
595629, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 01:29:11 UTC (rev 595630)
@@ -0,0 +1,43 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gnuradio-osmosdr
+_reponame=gr-osmosdr
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices'
+url='http://osmocom.org/projects/gr-osmosdr'
+arch=('x86_64')
+license=('GPL')
+depends=('gnuradio' 'libvolk' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 
'hackrf' 'bladerf' 'airspy' 'soapysdr')
+optdepends=('python-opengl: osmocom_fft')
+makedepends=('git' 'cmake' 'boost' 'swig')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr/#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+build() {
+  cd $_reponame
+
+  mkdir -p build
+  cd build
+
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE="$(which python3)" \
+-DPYTHON_INCLUDE_DIR="$(echo /usr/include/python3*)" \
+-DPYTHON_LIBRARY="$(echo /usr/lib/libpython3.*.so)" \
+-DBoost_NO_BOOST_CMAKE=ON \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+
+  make
+}
+
+package() {
+  cd $_reponame/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-12 Thread Kyle Keen via arch-commits
Date: Friday, March 13, 2020 @ 01:28:58
  Author: kkeen
Revision: 595629

upgpkg: gnuradio-osmosdr 0.2.0-1

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 01:09:56 UTC (rev 595628)
+++ PKGBUILD2020-03-13 01:28:58 UTC (rev 595629)
@@ -2,28 +2,24 @@
 # Contributor: Dominik Heidler 
 
 pkgname=gnuradio-osmosdr
-_pkgname=gr-osmosdr
-_r=128
-_commit=f3905d3510dfb3851f946f097a9e2ddaa5fb333b
-pkgver=0.1.5.r$_r.${_commit:0:6}
-pkgrel=6
+_reponame=gr-osmosdr
+pkgver=0.2.0
+pkgrel=1
 pkgdesc='Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices'
-url='https://sdr.osmocom.org/trac/'
+url='http://osmocom.org/projects/gr-osmosdr'
 arch=('x86_64')
 license=('GPL')
-depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy' 'soapysdr')
+depends=('gnuradio' 'libvolk' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 
'hackrf' 'bladerf' 'airspy' 'soapysdr')
 optdepends=('python-opengl: osmocom_fft')
 makedepends=('git' 'cmake' 'boost' 'swig')
 replaces=('gr-osmosdr')
-#source=("git://git.osmocom.org/gr-osmosdr#commit=$_commit")
-# use this random dude's repo, because where is osmocom?
-source=("git://github.com/igorauad/gr-osmosdr/#commit=$_commit")
+source=("git://git.osmocom.org/gr-osmosdr/#tag=v$pkgver")
 md5sums=('SKIP')
 
 # add support for miri, osmo?
 
 build() {
-  cd $_pkgname
+  cd $_reponame
 
   mkdir -p build
   cd build
@@ -41,7 +37,7 @@
 }
 
 package() {
-  cd $_pkgname/build
+  cd $_reponame/build
 
   make DESTDIR="$pkgdir" install
 }


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

2020-03-12 Thread Anatol Pomozov via arch-commits
Date: Friday, March 13, 2020 @ 01:09:56
  Author: anatolik
Revision: 595628

archrelease: copy trunk to community-x86_64

Added:
  dpkg/repos/community-x86_64/PKGBUILD
(from rev 595627, dpkg/trunk/PKGBUILD)
  dpkg/repos/community-x86_64/dpkg.install
(from rev 595627, dpkg/trunk/dpkg.install)
Deleted:
  dpkg/repos/community-x86_64/PKGBUILD
  dpkg/repos/community-x86_64/dpkg.install

--+
 PKGBUILD |  112 -
 dpkg.install |   16 
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-13 01:09:31 UTC (rev 595627)
+++ PKGBUILD2020-03-13 01:09:56 UTC (rev 595628)
@@ -1,56 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Alad Wenter 
-# Contributor: Jochen Schalanda 
-# Contributor: C. Dominik Bódi 
-# Contributor: Pierre Carrier 
-# Contributor: Thomas Dziedzic 
-# Contributor: Chris Giles 
-# Contributor: seblu 
-# Contributor: squiddo 
-# Contributor: dront78 
-# Contributor: hugelgupf 
-
-pkgname=dpkg
-pkgver=1.19.7
-pkgrel=2
-pkgdesc='The Debian Package Manager tools'
-arch=('x86_64')
-url="https://tracker.debian.org/pkg/dpkg;
-license=('GPL')
-options=('emptydirs')
-depends=('xz' 'zlib' 'bzip2' 'perl')
-makedepends=('perl-io-string' 'perl-timedate' 'git')
-checkdepends=('perl-io-string' 'perl-test-pod')
-install=dpkg.install
-source=(https://salsa.debian.org/dpkg-team/dpkg/-/archive/1.19.7/dpkg-$pkgver.tar.bz2)
-sha256sums=('6b22f62882daf3e0b4d6986a975319ab371a1b18244ff791e8bc93892c0d9c5b')
-
-prepare() {
-cd dpkg-$pkgver
-echo "$pkgver" > .dist-version
-./autogen
-}
-
-build() {
-cd dpkg-$pkgver
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-start-stop-daemon
-make
-}
-
-check() {
-cd dpkg-$pkgver
-# make check
-}
-
-package() {
-cd dpkg-$pkgver
-make DESTDIR="$pkgdir" install
-
-install -d "$pkgdir/var/dpkg"/updates/
-touch "$pkgdir/var/lib/dpkg"/{status,available}
-}

Copied: dpkg/repos/community-x86_64/PKGBUILD (from rev 595627, 
dpkg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-13 01:09:56 UTC (rev 595628)
@@ -0,0 +1,56 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Alad Wenter 
+# Contributor: Jochen Schalanda 
+# Contributor: C. Dominik Bódi 
+# Contributor: Pierre Carrier 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris Giles 
+# Contributor: seblu 
+# Contributor: squiddo 
+# Contributor: dront78 
+# Contributor: hugelgupf 
+
+pkgname=dpkg
+pkgver=1.20.0
+pkgrel=1
+pkgdesc='The Debian Package Manager tools'
+arch=('x86_64')
+url="https://tracker.debian.org/pkg/dpkg;
+license=('GPL')
+options=('emptydirs')
+depends=('xz' 'zlib' 'bzip2' 'perl')
+makedepends=('perl-io-string' 'perl-timedate' 'git')
+checkdepends=('perl-io-string' 'perl-test-pod')
+install=dpkg.install
+source=(https://salsa.debian.org/dpkg-team/dpkg/-/archive/$pkgver/dpkg-$pkgver.tar.bz2)
+sha256sums=('036b402c49b2ef0c6e2c43ef0aaa3f13c3f16ce1de615fba0ef1f28400fe7035')
+
+prepare() {
+cd dpkg-$pkgver
+echo "$pkgver" > .dist-version
+./autogen
+}
+
+build() {
+cd dpkg-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--disable-start-stop-daemon
+make
+}
+
+check() {
+cd dpkg-$pkgver
+# make check
+}
+
+package() {
+cd dpkg-$pkgver
+make DESTDIR="$pkgdir" install
+
+install -d "$pkgdir/var/dpkg"/updates/
+touch "$pkgdir/var/lib/dpkg"/{status,available}
+}

Deleted: dpkg.install
===
--- dpkg.install2020-03-13 01:09:31 UTC (rev 595627)
+++ dpkg.install2020-03-13 01:09:56 UTC (rev 595628)
@@ -1,8 +0,0 @@
-post_install() {
-   echo "dpkg installs Debian package manager."
-   echo "This is useful for those who want to create/modify DEB files."
-   echo "However, *do not* use dpkg to install Debian packages in your 
ArchLinux machine."
-   echo "This will break your system!"
-   echo "You will need to go back to Arch wiki and read the installation 
guide again."
-   echo "You've been warned!"
-}

Copied: dpkg/repos/community-x86_64/dpkg.install (from rev 595627, 
dpkg/trunk/dpkg.install)
===
--- dpkg.install(rev 0)
+++ dpkg.install2020-03-13 01:09:56 UTC (rev 595628)
@@ -0,0 +1,8 @@
+post_install() {
+   echo "dpkg installs Debian package manager."
+   echo "This is useful for those who want to create/modify DEB files."
+   echo "However, *do not* use dpkg to install 

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

2020-03-12 Thread Anatol Pomozov via arch-commits
Date: Friday, March 13, 2020 @ 01:09:31
  Author: anatolik
Revision: 595627

upgpkg: dpkg 1.20.0-1

Modified:
  dpkg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:26:02 UTC (rev 595626)
+++ PKGBUILD2020-03-13 01:09:31 UTC (rev 595627)
@@ -11,8 +11,8 @@
 # Contributor: hugelgupf 
 
 pkgname=dpkg
-pkgver=1.19.7
-pkgrel=2
+pkgver=1.20.0
+pkgrel=1
 pkgdesc='The Debian Package Manager tools'
 arch=('x86_64')
 url="https://tracker.debian.org/pkg/dpkg;
@@ -22,8 +22,8 @@
 makedepends=('perl-io-string' 'perl-timedate' 'git')
 checkdepends=('perl-io-string' 'perl-test-pod')
 install=dpkg.install
-source=(https://salsa.debian.org/dpkg-team/dpkg/-/archive/1.19.7/dpkg-$pkgver.tar.bz2)
-sha256sums=('6b22f62882daf3e0b4d6986a975319ab371a1b18244ff791e8bc93892c0d9c5b')
+source=(https://salsa.debian.org/dpkg-team/dpkg/-/archive/$pkgver/dpkg-$pkgver.tar.bz2)
+sha256sums=('036b402c49b2ef0c6e2c43ef0aaa3f13c3f16ce1de615fba0ef1f28400fe7035')
 
 prepare() {
 cd dpkg-$pkgver


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

2020-03-12 Thread Brett Cornwall via arch-commits
Date: Friday, March 13, 2020 @ 00:26:02
  Author: ainola
Revision: 595626

archrelease: copy trunk to community-x86_64

Added:
  cage/repos/community-x86_64/PKGBUILD
(from rev 595625, cage/trunk/PKGBUILD)
Deleted:
  cage/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-13 00:25:48 UTC (rev 595625)
+++ PKGBUILD2020-03-13 00:26:02 UTC (rev 595626)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=cage
-pkgver=0.1.1.r40.gcc1f975
-pkgrel=1
-pkgdesc="A kiosk compositor for Wayland"
-arch=('x86_64')
-url="https://www.hjdskes.nl/projects/cage/;
-license=('MIT')
-depends=('glibc' 'libxkbcommon' 'pixman' 'wayland')
-makedepends=('git' 'meson' 'wayland-protocols' 'wlroots' 
'xorg-server-xwayland')
-optdepends=('xorg-server-xwayland: X11 support')
-# cage 0.1.1 not compatible with wlroots > 0.8.1
-# therefore pinning current HEAD to be able to upgrade wlroots
-# https://github.com/Hjdskes/cage/issues/107
-# 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Hjdskes/${pkgname}/archive/v${pkgver}.tar.gz;
-# 
"https://github.com/Hjdskes/cage/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig;)
-source=("${pkgname}-${pkgver}::git+https://github.com/Hjdskes/${pkgname}.git#commit=cc1f975?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes 

-
-pkgver() {
-  cd "$pkgname-$pkgver"
-  git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- -Dxwayland=true \
- build
-  ninja -C build
-}
-
-package() {
-  depends+=('libwlroots.so')
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  #docs
-  install -vDm 644 README.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: cage/repos/community-x86_64/PKGBUILD (from rev 595625, 
cage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-13 00:26:02 UTC (rev 595626)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+# Maintainer: Brett Cornwall 
+
+pkgname=cage
+pkgver=0.1.1.r40.gcc1f975
+pkgrel=2
+pkgdesc="A kiosk compositor for Wayland"
+arch=('x86_64')
+url="https://www.hjdskes.nl/projects/cage/;
+license=('MIT')
+depends=('glibc' 'libxkbcommon' 'polkit' 'pixman' 'wayland')
+makedepends=('git' 'meson' 'wayland-protocols' 'wlroots' 
'xorg-server-xwayland')
+optdepends=('xorg-server-xwayland: X11 support')
+# cage 0.1.1 not compatible with wlroots > 0.8.1
+# therefore pinning current HEAD to be able to upgrade wlroots
+# https://github.com/Hjdskes/cage/issues/107
+# 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Hjdskes/${pkgname}/archive/v${pkgver}.tar.gz;
+# 
"https://github.com/Hjdskes/cage/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig;)
+source=("${pkgname}-${pkgver}::git+https://github.com/Hjdskes/${pkgname}.git#commit=cc1f975?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes 

+
+pkgver() {
+  cd "$pkgname-$pkgver"
+  git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  arch-meson --prefix=/usr \
+ --libdir=lib \
+ --buildtype=release \
+ -Dxwayland=true \
+ build
+  ninja -C build
+}
+
+package() {
+  depends+=('libwlroots.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  #docs
+  install -vDm 644 README.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:59
  Author: heftig
Revision: 377472

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  linux/repos/staging-x86_64/PKGBUILD
(from rev 377470, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 377471, linux/trunk/config)

--+
 PKGBUILD |  201 +
 config   |10680 +
 2 files changed, 10881 insertions(+)

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


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:52
  Author: heftig
Revision: 377468

archrelease: copy trunk to staging-x86_64

Added:
  wireguard-lts/repos/staging-x86_64/
  wireguard-lts/repos/staging-x86_64/PKGBUILD
(from rev 377467, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/staging-x86_64/PKGBUILD (from rev 377467, 
wireguard-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-03-13 00:23:52 UTC (rev 377468)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=0.0.20200215
+pkgrel=8
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver=$(

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

2020-03-12 Thread Brett Cornwall via arch-commits
Date: Friday, March 13, 2020 @ 00:25:48
  Author: ainola
Revision: 595625

Add polkit as dependency

Without polkit Cage fails to obtain CAP_SYS_ADMIN to become a DRM master. This 
ensures that a base Arch installation + pacman -S cage gives a working session.

Modified:
  cage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:23:59 UTC (rev 595624)
+++ PKGBUILD2020-03-13 00:25:48 UTC (rev 595625)
@@ -1,13 +1,14 @@
 # Maintainer: David Runge 
+# Maintainer: Brett Cornwall 
 
 pkgname=cage
 pkgver=0.1.1.r40.gcc1f975
-pkgrel=1
+pkgrel=2
 pkgdesc="A kiosk compositor for Wayland"
 arch=('x86_64')
 url="https://www.hjdskes.nl/projects/cage/;
 license=('MIT')
-depends=('glibc' 'libxkbcommon' 'pixman' 'wayland')
+depends=('glibc' 'libxkbcommon' 'polkit' 'pixman' 'wayland')
 makedepends=('git' 'meson' 'wayland-protocols' 'wlroots' 
'xorg-server-xwayland')
 optdepends=('xorg-server-xwayland: X11 support')
 # cage 0.1.1 not compatible with wlroots > 0.8.1


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:24:01
  Author: heftig
Revision: 377474

archrelease: copy trunk to staging-x86_64

Added:
  linux-zen/repos/staging-x86_64/
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 377471, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 377471, linux-zen/trunk/config)

--+
 PKGBUILD |  201 +
 config   |10710 +
 2 files changed, 10911 insertions(+)

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


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:55
  Author: heftig
Revision: 377470

archrelease: copy trunk to staging-x86_64

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

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

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 377468, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-03-13 00:23:55 UTC (rev 377470)
@@ -0,0 +1,77 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=440.64
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-headers')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('26156974d9a18456ada329f19e93c2f2abb1c5b12fec47df870a0e5b7788204cf0a745ebfefad6ab50d8f659127722905d5156462d4ce794cc52d796b762bf43')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+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() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:24:00
  Author: heftig
Revision: 377473

archrelease: copy trunk to staging-x86_64

Added:
  linux-lts/repos/staging-x86_64/
  
linux-lts/repos/staging-x86_64/0001-add-sysctl-and-CONFIG-for-unprivileged_userns_clone.patch
(from rev 377470, 
linux-lts/trunk/0001-add-sysctl-and-CONFIG-for-unprivileged_userns_clone.patch)
  linux-lts/repos/staging-x86_64/PKGBUILD
(from rev 377470, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/staging-x86_64/config
(from rev 377471, linux-lts/trunk/config)

+
 0001-add-sysctl-and-CONFIG-for-unprivileged_userns_clone.patch |  132 
 PKGBUILD   |  202 
 config |10597 
++
 3 files changed, 10931 insertions(+)

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


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:51
  Author: heftig
Revision: 595621

archrelease: copy trunk to community-staging-x86_64

Added:
  ndiswrapper-arch/repos/community-staging-x86_64/
  ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 595617, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.3.patch
(from rev 595617, ndiswrapper-arch/trunk/kernel-5.3.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.4.patch
(from rev 595617, ndiswrapper-arch/trunk/kernel-5.4.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.5.patch
(from rev 595618, ndiswrapper-arch/trunk/kernel-5.5.patch)

--+
 PKGBUILD |   42 ++
 kernel-5.3.patch |   69 ++
 kernel-5.4.patch |   22 
 kernel-5.5.patch |   72 +
 4 files changed, 205 insertions(+)

Copied: ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
595617, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 00:23:51 UTC (rev 595621)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.62
+pkgrel=37
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
+'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch')
+sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
+
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
+
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
+}
+
+build() {
+  _kernver="$(task = NULL;
+   info->count = 0;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_setall(>cpus_allowed);
++#else
++  cpumask_setall(>cpus_mask);
++#endif
+ #endif
+   }
+   } while (0);
+diff --git a/ndiswrapper/driver/ntoskernel.h b/ndiswrapper/driver/ntoskernel.h
+index 3c4c6ff..8a71ae3 100644
+--- a/ndiswrapper/driver/ntoskernel.h
 b/ndiswrapper/driver/ntoskernel.h
+@@ -107,7 +107,11 @@ static cpumask_t cpumasks[NR_CPUS];
+ #endif /* CONFIG_SMP */
+ 
+ #ifndef tsk_cpus_allowed
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+ #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed)
++#else
++#define tsk_cpus_allowed(tsk) (&(tsk)->cpus_mask)
++#endif
+ #endif
+ 
+ #ifndef __packed
+@@ -631,7 +635,12 @@ struct irql_info {
+   int count;
+   struct mutex lock;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_t cpus_allowed;
++#else
++  const cpumask_t *cpus_ptr;
++  cpumask_t   cpus_mask;
++#endif
+ #endif
+   struct task_struct *task;
+ };
+@@ -658,7 +667,11 @@ static inline KIRQL raise_irql(KIRQL newirql)
+   /* TODO: is this enough to pin down to current cpu? */
+ #ifdef CONFIG_SMP
+   assert(task_cpu(current) == smp_processor_id());
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_copy(>cpus_allowed, tsk_cpus_allowed(current));
++#else
++  cpumask_copy(>cpus_mask, tsk_cpus_allowed(current));
++#endif
+   set_cpus_allowed_ptr(current, cpumask_of(smp_processor_id()));
+ #endif
+   put_cpu_var(irql_info);
+@@ -682,7 +695,11 @@ static inline void lower_irql(KIRQL oldirql)
+   if (--info->count == 0) {
+   info->task = NULL;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   set_cpus_allowed_ptr(current, >cpus_allowed);
++#else
++  set_cpus_allowed_ptr(current, >cpus_mask);
++#endif
+ #endif
+   mutex_unlock(>lock);
+   }

Copied: ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.4.patch (from 
rev 595617, ndiswrapper-arch/trunk/kernel-5.4.patch)

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:56
  Author: heftig
Revision: 377471

archrelease: copy trunk to staging-x86_64

Added:
  wireguard-arch/repos/staging-x86_64/
  wireguard-arch/repos/staging-x86_64/PKGBUILD
(from rev 377468, wireguard-arch/trunk/PKGBUILD)

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

Copied: wireguard-arch/repos/staging-x86_64/PKGBUILD (from rev 377468, 
wireguard-arch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-03-13 00:23:56 UTC (rev 377471)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-arch
+pkgver=0.0.20200215
+pkgrel=8
+pkgdesc='Wireguard module for Arch Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver=$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:44
  Author: heftig
Revision: 595615

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: tp_smapi-lts/repos/community-staging-x86_64/PKGBUILD (from rev 595612, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 00:23:44 UTC (rev 595615)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+pkgver=0.43
+pkgrel=47
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # 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="$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:53
  Author: heftig
Revision: 377469

archrelease: copy trunk to staging-x86_64

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

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

Copied: nvidia-lts/repos/staging-x86_64/PKGBUILD (from rev 377467, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-03-13 00:23:53 UTC (rev 377469)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=440.64
+pkgrel=4
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
+provides=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('26156974d9a18456ada329f19e93c2f2abb1c5b12fec47df870a0e5b7788204cf0a745ebfefad6ab50d8f659127722905d5156462d4ce794cc52d796b762bf43')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux-lts module
+}
+
+package() {
+depends=('linux-lts' "nvidia-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:59
  Author: heftig
Revision: 595624

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: acpi_call-lts/repos/community-staging-x86_64/PKGBUILD (from rev 595618, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 00:23:59 UTC (rev 595624)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=128
+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')
+makedepends=('linux-lts-headers')
+provides=('acpi_call')
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-$pkgver
+  make KVERSION="$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:47
  Author: heftig
Revision: 595617

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-anything-arch/repos/community-staging-x86_64/
  deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 595613, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
595613, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 00:23:47 UTC (rev 595617)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+pkgrel=58
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;)
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14')
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:45
  Author: heftig
Revision: 595616

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168-lts/repos/community-staging-x86_64/
  r8168-lts/repos/community-staging-x86_64/PKGBUILD
(from rev 595612, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-staging-x86_64/PKGBUILD (from rev 595612, 
r8168-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 00:23:45 UTC (rev 595616)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.048.00
+pkgrel=17
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('0aacba20d985ba5e67e21bdad89a099e102f7bef3027adb647ffbb80b01ac8d0')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:49
  Author: heftig
Revision: 595619

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 595614, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 595614, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 00:23:49 UTC (rev 595619)
@@ -0,0 +1,37 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.00
+pkgrel=18
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0aacba20d985ba5e67e21bdad89a099e102f7bef3027adb647ffbb80b01ac8d0')
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:48
  Author: heftig
Revision: 595618

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 595614, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 595614, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 00:23:48 UTC (rev 595618)
@@ -0,0 +1,41 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=178
+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')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:43
  Author: heftig
Revision: 595614

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 595612, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 595612, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 00:23:43 UTC (rev 595614)
@@ -0,0 +1,50 @@
+# 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=185
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_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="$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:50
  Author: heftig
Revision: 595620

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 595615, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 00:23:50 UTC (rev 595620)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=297
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:52
  Author: heftig
Revision: 595622

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 595616, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 595616, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 00:23:52 UTC (rev 595622)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=296
+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')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:58
  Author: heftig
Revision: 595623

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 595612, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 595612, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 595612, vhba-module/trunk/dkms.conf)

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

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
595612, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2020-03-13 00:23:58 UTC (rev 
595623)
@@ -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 595612, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 00:23:58 UTC (rev 595623)
@@ -0,0 +1,53 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=21
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:25
  Author: heftig
Revision: 595612

5.0.1-58: linux 5.5.9.arch1-2

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:23:19 UTC (rev 595611)
+++ PKGBUILD2020-03-13 00:23:25 UTC (rev 595612)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=57
+pkgrel=58
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:12
  Author: heftig
Revision: 595609

20200106-21: linux 5.5.9.arch1-2

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:23:09 UTC (rev 595608)
+++ PKGBUILD2020-03-13 00:23:12 UTC (rev 595609)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=20
+pkgrel=21
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:16
  Author: heftig
Revision: 377466

440.64-4: linux 5.5.9.arch1-2

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:20:46 UTC (rev 377465)
+++ PKGBUILD2020-03-13 00:23:16 UTC (rev 377466)
@@ -5,7 +5,7 @@
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
 pkgver=440.64
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:19
  Author: heftig
Revision: 595611

1.62-37: linux 5.5.9.arch1-2

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:23:14 UTC (rev 595610)
+++ PKGBUILD2020-03-13 00:23:19 UTC (rev 595611)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=36
+pkgrel=37
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/;


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:22
  Author: heftig
Revision: 377467

0.0.20200215-8: linux 5.5.9.arch1-2

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:23:16 UTC (rev 377466)
+++ PKGBUILD2020-03-13 00:23:22 UTC (rev 377467)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20200215
-pkgrel=7
+pkgrel=8
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:42
  Author: heftig
Revision: 595613

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 595612, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 595612, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 00:23:42 UTC (rev 595613)
@@ -0,0 +1,58 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.1.4
+pkgrel=7
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms=$pkgver"
+ "virtualbox-guest-dkms=$pkgver")
+
+build() {
+_kernver=$(

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:09
  Author: heftig
Revision: 595608

8.048.00-18: linux 5.5.9.arch1-2

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:23:04 UTC (rev 595607)
+++ PKGBUILD2020-03-13 00:23:09 UTC (rev 595608)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.00
-pkgrel=17
+pkgrel=18
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:14
  Author: heftig
Revision: 595610

1.1.0-296: linux 5.5.9.arch1-2

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:23:12 UTC (rev 595609)
+++ PKGBUILD2020-03-13 00:23:14 UTC (rev 595610)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=295
+pkgrel=296
 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 virtualbox-modules-arch/trunk (PKGBUILD)

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:01
  Author: heftig
Revision: 595606

6.1.4-7: linux 5.5.9.arch1-2

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:22:45 UTC (rev 595605)
+++ PKGBUILD2020-03-13 00:23:01 UTC (rev 595606)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.1.4
-pkgrel=6
+pkgrel=7
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:23:04
  Author: heftig
Revision: 595607

0.8-297: linux 5.5.9.arch1-2

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:23:01 UTC (rev 595606)
+++ PKGBUILD2020-03-13 00:23:04 UTC (rev 595607)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=296
+pkgrel=297
 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 broadcom-wl/trunk (PKGBUILD)

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:22:45
  Author: heftig
Revision: 595605

6.30.223.271-178: linux 5.5.9.arch1-2

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:22:43 UTC (rev 595604)
+++ PKGBUILD2020-03-13 00:22:45 UTC (rev 595605)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=177
+pkgrel=178
 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 tp_smapi/trunk (PKGBUILD)

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:22:43
  Author: heftig
Revision: 595604

0.43-185: linux 5.5.9.arch1-2

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:18:52 UTC (rev 595603)
+++ PKGBUILD2020-03-13 00:22:43 UTC (rev 595604)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=184
+pkgrel=185
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:20:46
  Author: heftig
Revision: 377465

5.5.9.arch1-2

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:19:53 UTC (rev 377464)
+++ PKGBUILD2020-03-13 00:20:46 UTC (rev 377465)
@@ -2,7 +2,7 @@
 
 pkgbase=linux
 pkgver=5.5.9.arch1
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://git.archlinux.org/linux.git/log/?h=$_srctag;


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:19:53
  Author: heftig
Revision: 377464

archrelease: copy trunk to extra-x86_64

Added:
  avahi/repos/extra-x86_64/PKGBUILD
(from rev 377463, avahi/trunk/PKGBUILD)
Deleted:
  avahi/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  161 ++---
 1 file changed, 80 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-13 00:19:35 UTC (rev 377463)
+++ PKGBUILD2020-03-13 00:19:53 UTC (rev 377464)
@@ -1,81 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Gaetan Bisson 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=avahi
-pkgver=0.8+6+g751be80
-pkgrel=1
-pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with 
Bonjour'
-url='https://github.com/lathiat/avahi'
-license=(LGPL)
-arch=(x86_64)
-depends=(expat libdaemon glib2 libcap gdbm dbus)
-makedepends=(git pygtk gobject-introspection gtk3 qt5-base xmltoman python-dbus
- python-gobject doxygen graphviz libevent)
-optdepends=('gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, 
bvnc'
-'qt5-base: qt5 bindings'
-'libevent: libevent bindings'
-'nss-mdns: NSS support for mDNS'
-'pygtk: avahi-bookmarks'
-'python-twisted: avahi-bookmarks'
-'python-gobject: avahi-bookmarks, avahi-discover'
-'python-dbus: avahi-bookmarks, avahi-discover')
-provides=(libavahi-client.so libavahi-common.so libavahi-core.so
-  libavahi-glib.so libavahi-gobject.so libavahi-libevent.so
-  libavahi-qt5.so libavahi-ui-gtk3.so libdns_sd.so)
-backup=(etc/avahi/{hosts,avahi-daemon.conf,avahi-{autoip,dnsconf}d.action}
-usr/lib/avahi/service-types.db)
-_commit=751be804e891aec5701a059144e2f5cbfc981b36  # master
-source=("git+https://github.com/lathiat/avahi#commit=$_commit;)
-sha512sums=('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 \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
-with_dbus_sys=/usr/share/dbus-1/system.d \
---disable-mono \
---enable-compat-libdns_sd \
---with-distro=archlinux \
---with-avahi-priv-access-group=network \
---with-autoipd-user=avahi \
---with-autoipd-group=avahi \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  depends+=(libdbus-1.so)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  rmdir "$pkgdir/run"
-
-  # mdnsresponder compat
-  ln -s avahi-compat-libdns_sd/dns_sd.h "$pkgdir/usr/include/dns_sd.h"
-
-  # move example services https://bugs.archlinux.org/task/47822
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  mv "$pkgdir"/etc/avahi/services/{,sftp-}ssh.service \
-"$pkgdir/usr/share/doc/$pkgname/"
-
-  echo 'u avahi - "Avahi mDNS/DNS-SD daemon"' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}

Copied: avahi/repos/extra-x86_64/PKGBUILD (from rev 377463, 
avahi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-13 00:19:53 UTC (rev 377464)
@@ -0,0 +1,80 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=avahi
+pkgver=0.8+15+ge8a3dd0
+pkgrel=1
+pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with 
Bonjour'
+url='https://github.com/lathiat/avahi'
+license=(LGPL)
+arch=(x86_64)
+depends=(expat libdaemon glib2 libcap gdbm dbus)
+makedepends=(git gobject-introspection gtk3 qt5-base xmltoman python-dbus
+ python-gobject doxygen graphviz libevent)
+optdepends=('gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, 
bvnc'
+'qt5-base: qt5 bindings'
+'libevent: libevent bindings'
+'nss-mdns: NSS support for mDNS'
+'python-twisted: avahi-bookmarks'
+'python-gobject: avahi-bookmarks, avahi-discover'
+'python-dbus: avahi-bookmarks, avahi-discover')
+provides=(libavahi-client.so libavahi-common.so libavahi-core.so
+  libavahi-glib.so libavahi-gobject.so libavahi-libevent.so
+  libavahi-qt5.so libavahi-ui-gtk3.so libdns_sd.so)
+backup=(etc/avahi/{hosts,avahi-daemon.conf,avahi-{autoip,dnsconf}d.action}
+usr/lib/avahi/service-types.db)
+_commit=e8a3dd0d480a754318e312e6fa66fea249808187  # master
+source=("git+https://github.com/lathiat/avahi#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  

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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:19:35
  Author: heftig
Revision: 377463

0.8+15+ge8a3dd0-1

Modified:
  avahi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:16:48 UTC (rev 377462)
+++ PKGBUILD2020-03-13 00:19:35 UTC (rev 377463)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=avahi
-pkgver=0.8+6+g751be80
+pkgver=0.8+15+ge8a3dd0
 pkgrel=1
 pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with 
Bonjour'
 url='https://github.com/lathiat/avahi'
@@ -10,13 +10,12 @@
 license=(LGPL)
 arch=(x86_64)
 depends=(expat libdaemon glib2 libcap gdbm dbus)
-makedepends=(git pygtk gobject-introspection gtk3 qt5-base xmltoman python-dbus
+makedepends=(git gobject-introspection gtk3 qt5-base xmltoman python-dbus
  python-gobject doxygen graphviz libevent)
 optdepends=('gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, 
bvnc'
 'qt5-base: qt5 bindings'
 'libevent: libevent bindings'
 'nss-mdns: NSS support for mDNS'
-'pygtk: avahi-bookmarks'
 'python-twisted: avahi-bookmarks'
 'python-gobject: avahi-bookmarks, avahi-discover'
 'python-dbus: avahi-bookmarks, avahi-discover')
@@ -25,7 +24,7 @@
   libavahi-qt5.so libavahi-ui-gtk3.so libdns_sd.so)
 backup=(etc/avahi/{hosts,avahi-daemon.conf,avahi-{autoip,dnsconf}d.action}
 usr/lib/avahi/service-types.db)
-_commit=751be804e891aec5701a059144e2f5cbfc981b36  # master
+_commit=e8a3dd0d480a754318e312e6fa66fea249808187  # master
 source=("git+https://github.com/lathiat/avahi#commit=$_commit;)
 sha512sums=('SKIP')
 


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

2020-03-12 Thread Kyle Keen via arch-commits
Date: Friday, March 13, 2020 @ 00:18:52
  Author: kkeen
Revision: 595603

archrelease: copy trunk to community-staging-x86_64

Added:
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 595602, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 595602, gnuradio/trunk/PKGBUILD)

--+
 21-fcd.rules |9 
 PKGBUILD |  103 +
 2 files changed, 112 insertions(+)

Copied: gnuradio/repos/community-staging-x86_64/21-fcd.rules (from rev 595602, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-x86_64/21-fcd.rules   (rev 0)
+++ community-staging-x86_64/21-fcd.rules   2020-03-13 00:18:52 UTC (rev 
595603)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-x86_64/PKGBUILD (from rev 595602, 
gnuradio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-13 00:18:52 UTC (rev 595603)
@@ -0,0 +1,103 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+# Contributor: Jonatan Sastre 
+pkgbase=gnuradio
+pkgname=(gnuradio gnuradio-companion)
+pkgver=3.8.0.0
+pkgrel=9
+pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
+arch=('x86_64')
+url="https://gnuradio.org;
+license=('GPL')
+depends=('fftw' 'python-numpy' 'gsl' 'blas' 'boost-libs>=1.53'
+'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk' 'log4cpp' 'python-yaml'
+'gmp' 'gsm' 'codec2' 'python-mako' 'python-click-plugins' 'pango' 'gtk3')
+makedepends=('boost' 'cmake' 'python-lxml' 'glu' 'swig' 'python-gobject'
+'qwt' 'python-pyqt5' 'python-cairo')
+
+# todo
+# split the gui components?
+# build doxygen docs?
+# gr-video-sdl ?
+# icons
+# add thrift?
+
+# zeroc-ice: gr-ctrlport
+# doxygen: C++ autogenerated documentation
+# python-sphinx: Python autogenerated documentation
+
+# secret release directory
+#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
+# neglected official release directory
+#source=("https://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
+source=("https://github.com/gnuradio/gnuradio/releases/download/v$pkgver/gnuradio-$pkgver.tar.gz;
+
"https://github.com/gnuradio/gnuradio/releases/download/v$pkgver/gnuradio-$pkgver.tar.gz.asc;
+"21-fcd.rules")
+validpgpkeys=('B90DDFAC56989BF62262EB812987C77CBB8ED9B2'  # GNU Radio Project
+  'D74F9F146E7F755783583158B343B2BA293E5174') # Marcus Müller
+md5sums=('85e1ed4b18c46227731d83f8c3fbe45a'
+ 'SKIP'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/scripts/freedesktop/CMakeLists.txt
+  #sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
+  sed -i -e "s| sphinx-build$| sphinx-build2|" cmake/Modules/FindSphinx.cmake
+}
+
+build() {
+  export PYTHON=python3
+  cd "$srcdir/$pkgbase-$pkgver"
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python3) \
+-DPYTHON_INCLUDE_DIR=/usr/include/python3.8 \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.8.so \
+-DGR_PYTHON_DIR=/usr/lib/python3.8/site-packages \
+-DENABLE_INTERNAL_VOLK=OFF \
+-DENABLE_GRC=ON \
+-DENABLE_GR_QTGUI=ON \
+-DQWT_LIBRARIES=/usr/lib/libqwt.so \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  export PYTHON=python3
+  #make test
+}
+
+package_gnuradio() {
+  optdepends=('boost: gr_modtool'
+  'swig: gr_modtool'
+  'cmake: gr_modtool'
+  'pkgconfig: libuhd')
+  cd "$srcdir"
+  install -Dm644 21-fcd.rules "$pkgdir/usr/lib/udev/rules.d/21-fcd.rules"
+  cd "$srcdir/$pkgbase-$pkgver/grc/scripts/freedesktop"
+  install -Dm644 gnuradio-grc.desktop 
"$pkgdir/usr/share/applications/gnuradio-grc.desktop"
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}
+
+package_gnuradio-companion() {
+  pkgdesc="GUI frontend for gnuradio and SDR."
+  depends=('gnuradio' 'qwt' 'python-lxml'
+   'python-opengl' 'python-cairo' 'python-pyqt5')
+  # Yup, nothing in the package except dependencies,
+  # because more than five optdeps is too many for most people.
+}
+
+# options for 

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

2020-03-12 Thread Kyle Keen via arch-commits
Date: Friday, March 13, 2020 @ 00:18:16
  Author: kkeen
Revision: 595602

upgpkg: gnuradio 3.8.0.0-9

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:16:39 UTC (rev 595601)
+++ PKGBUILD2020-03-13 00:18:16 UTC (rev 595602)
@@ -4,7 +4,7 @@
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
 pkgver=3.8.0.0
-pkgrel=8
+pkgrel=9
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('x86_64')
 url="https://gnuradio.org;


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

2020-03-12 Thread Levente Polyak via arch-commits
Date: Friday, March 13, 2020 @ 00:11:27
  Author: anthraxx
Revision: 377457

upgpkg: linux-hardened 5.4.25.a-2: toolchain rebuild

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 23:42:59 UTC (rev 377456)
+++ PKGBUILD2020-03-13 00:11:27 UTC (rev 377457)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 pkgver=5.4.25.a
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
 arch=(x86_64)


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

2020-03-12 Thread Levente Polyak via arch-commits
Date: Friday, March 13, 2020 @ 00:11:36
  Author: anthraxx
Revision: 377458

archrelease: copy trunk to staging-x86_64

Added:
  linux-hardened/repos/staging-x86_64/
  linux-hardened/repos/staging-x86_64/PKGBUILD
(from rev 377457, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/staging-x86_64/config
(from rev 377457, linux-hardened/trunk/config)
  linux-hardened/repos/staging-x86_64/config.5.5
(from rev 377457, linux-hardened/trunk/config.5.5)

+
 PKGBUILD   |  209 +
 config |10585 ++
 config.5.5 |10661 +++
 3 files changed, 21455 insertions(+)

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


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:16:39
  Author: heftig
Revision: 595601

8.048.00-17: linux-lts 5.4.25-2

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:16:37 UTC (rev 595600)
+++ PKGBUILD2020-03-13 00:16:39 UTC (rev 595601)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.048.00
-pkgrel=16
+pkgrel=17
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:16:48
  Author: heftig
Revision: 377462

0.0.20200215-8: linux-lts 5.4.25-2

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:16:32 UTC (rev 377461)
+++ PKGBUILD2020-03-13 00:16:48 UTC (rev 377462)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=0.0.20200215
-pkgrel=7
+pkgrel=8
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:16:36
  Author: heftig
Revision: 595599

0.43-47: linux-lts 5.4.25-2

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 23:56:40 UTC (rev 595598)
+++ PKGBUILD2020-03-13 00:16:36 UTC (rev 595599)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=46
+pkgrel=47
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:16:07
  Author: heftig
Revision: 377460

5.4.25-2

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:11:53 UTC (rev 377459)
+++ PKGBUILD2020-03-13 00:16:07 UTC (rev 377460)
@@ -2,7 +2,7 @@
 
 pkgbase=linux-lts
 pkgver=5.4.25
-pkgrel=1
+pkgrel=2
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
 arch=(x86_64)


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:16:32
  Author: heftig
Revision: 377461

440.64-4: linux-lts 5.4.25-2

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:16:07 UTC (rev 377460)
+++ PKGBUILD2020-03-13 00:16:32 UTC (rev 377461)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=440.64
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')


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

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:16:37
  Author: heftig
Revision: 595600

1.1.0-128: linux-lts 5.4.25-2

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:16:36 UTC (rev 595599)
+++ PKGBUILD2020-03-13 00:16:37 UTC (rev 595600)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=127
+pkgrel=128
 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 linux-zen/trunk (PKGBUILD)

2020-03-12 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 00:11:53
  Author: heftig
Revision: 377459

5.5.9.zen1-2

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 00:11:36 UTC (rev 377458)
+++ PKGBUILD2020-03-13 00:11:53 UTC (rev 377459)
@@ -2,7 +2,7 @@
 
 pkgbase=linux-zen
 pkgver=5.5.9.zen1
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://github.com/zen-kernel/zen-kernel/commits/$_srctag;


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

2020-03-12 Thread Kyle Keen via arch-commits
Date: Thursday, March 12, 2020 @ 23:56:40
  Author: kkeen
Revision: 595598

archrelease: copy trunk to community-staging-x86_64

Added:
  libvolk/repos/community-staging-x86_64/
  libvolk/repos/community-staging-x86_64/PKGBUILD
(from rev 595597, libvolk/trunk/PKGBUILD)

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

Copied: libvolk/repos/community-staging-x86_64/PKGBUILD (from rev 595597, 
libvolk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-12 23:56:40 UTC (rev 595598)
@@ -0,0 +1,47 @@
+# Maintainer: Kyle Keen 
+
+pkgname=libvolk
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
+arch=('x86_64')
+url="http://libvolk.org/;
+license=('GPL3')
+depends=('gcc-libs' 'boost-libs' 'orc' 'python' 'python-six')
+makedepends=('boost' 'cmake' 'python-mako')
+#source=("http://libvolk.org/releases/volk-$pkgver.tar.gz"{,.asc})
+#source=("http://libvolk.org/releases/volk-$pkgver.tar.gz;)
+#source=("https://github.com/gnuradio/volk/releases/download/v$pkgver/volk-v$pkgver.tar.gz"{,.asc})
+source=("volk-$pkgver.tgz::https://github.com/gnuradio/volk/archive/v$pkgver.tar.gz;)
+# new upstream maintainer, no sig for 2.1.0 or real release?
+md5sums=('ebf09b97e56a5da3817a5c98a9731daa')
+validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D'
+  'D74F9F146E7F755783583158B343B2BA293E5174')
+
+# doxygen for docs
+
+build() {
+  export PYTHON=python3
+  cd "$srcdir/volk-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python3) \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/volk-$pkgver/build"
+  export PYTHON=python3
+  return
+  if [[ "$CARCH" == "x86_64" ]]; then
+make test
+  fi
+}
+
+package() {
+  cd "$srcdir/volk-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-12 Thread Kyle Keen via arch-commits
Date: Thursday, March 12, 2020 @ 23:56:29
  Author: kkeen
Revision: 595597

upgpkg: libvolk 2.2.1-1

Modified:
  libvolk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 23:32:53 UTC (rev 595596)
+++ PKGBUILD2020-03-12 23:56:29 UTC (rev 595597)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=libvolk
-pkgver=2.1.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
#source=("https://github.com/gnuradio/volk/releases/download/v$pkgver/volk-v$pkgver.tar.gz"{,.asc})
 
source=("volk-$pkgver.tgz::https://github.com/gnuradio/volk/archive/v$pkgver.tar.gz;)
 # new upstream maintainer, no sig for 2.1.0 or real release?
-md5sums=('a3b24a84bf109c5bd07b0284bbd756d0')
+md5sums=('ebf09b97e56a5da3817a5c98a9731daa')
 validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D'
   'D74F9F146E7F755783583158B343B2BA293E5174')
 


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

2020-03-12 Thread Levente Polyak via arch-commits
Date: Thursday, March 12, 2020 @ 23:42:59
  Author: anthraxx
Revision: 377456

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 377455, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 377455, linux-hardened/trunk/config)
  linux-hardened/repos/extra-x86_64/config.5.5
(from rev 377455, linux-hardened/trunk/config.5.5)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config

+
 PKGBUILD   |  417 -
 config |21170 +--
 config.5.5 |10661 +
 3 files changed, 21455 insertions(+), 10793 deletions(-)

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


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

2020-03-12 Thread Levente Polyak via arch-commits
Date: Thursday, March 12, 2020 @ 23:41:47
  Author: anthraxx
Revision: 377455

upgpkg: linux-hardened 5.4.25.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config

--+
 PKGBUILD |   51 ++-
 config   |2 +-
 2 files changed, 27 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 23:30:47 UTC (rev 377454)
+++ PKGBUILD2020-03-12 23:41:47 UTC (rev 377455)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.4.24.a
+pkgver=5.4.25.a
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -27,11 +27,11 @@
   '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A'  # Daniel Micay
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('7fa0ac784c78129beed43260a7a22a077f1041ac0e8e88647284d2cf7b1d7eb3'
+sha256sums=('c0ed974b088d84847aeca0ab99943918c472739db4480b263e75e8c19a025e25'
 'SKIP'
-'61b05c318700ad899157f6541e4c1bb1dc7a2d7af8d0cd49b947cf4a88493c4e'
+'f44758f60fc882d2c54c3e0e9e6223efff82fbf81c030a00ee50b5287657cc81'
 'SKIP'
-'1d8405d36d4bafb22580686bb6708e2fc9effb8d562693622863037e0564cafd')
+'2bc6dbf633770139bef55b775ee43f95ec30f32d4a5e3c8bcce90f0bf0344a7b')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase
@@ -40,7 +40,7 @@
 prepare() {
   cd $_srcname
 
-  msg2 "Setting version..."
+  echo "Setting version..."
   sed -e "/^EXTRAVERSION =/s/=.*/= .${pkgver##*.}/" -i Makefile
   scripts/setlocalversion --save-scmversion
   echo "-$pkgrel" > localversion.10-pkgrel
@@ -51,21 +51,22 @@
 src="${src%%::*}"
 src="${src##*/}"
 [[ $src = *.patch ]] || continue
-msg2 "Applying patch $src..."
+echo "Applying patch $src..."
 patch -Np1 < "../$src"
   done
 
-  msg2 "Setting config..."
+  echo "Setting config..."
   cp ../config .config
   make olddefconfig
 
   make -s kernelrelease > version
-  msg2 "Prepared %s version %s" "$pkgbase" "$(https://github.com/systemd/systemd/commit/edda44605f06a41fb86b7ab8128dcf99161d2344
   install -Dm644 "$(make -s image_name)" "$modulesdir/vmlinuz"
@@ -87,13 +88,13 @@
   # Used by mkinitcpio to name the kernel
   echo "$pkgbase" | install -Dm644 /dev/stdin "$modulesdir/pkgbase"
 
-  msg2 "Installing modules..."
+  echo "Installing modules..."
   make INSTALL_MOD_PATH="$pkgdir/usr" modules_install
 
   # remove build and source links
   rm "$modulesdir"/{source,build}
 
-  msg2 "Fixing permissions..."
+  echo "Fixing permissions..."
   chmod -Rc u=rwX,go=rX "$pkgdir"
 }
 
@@ -103,7 +104,7 @@
   cd $_srcname
   local builddir="$pkgdir/usr/lib/modules/$(

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

2020-03-12 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, March 12, 2020 @ 23:32:36
  Author: mtorromeo
Revision: 595595

upgpkg: cockpit 214.1-1

Modified:
  cockpit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 22:28:03 UTC (rev 595594)
+++ PKGBUILD2020-03-12 23:32:36 UTC (rev 595595)
@@ -5,7 +5,7 @@
 
 pkgbase=cockpit
 pkgname=(cockpit cockpit-pcp cockpit-dashboard)
-pkgver=214
+pkgver=214.1
 pkgrel=1
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
@@ -18,8 +18,8 @@
 "cockpit.pam"
 "cockpit-ws.sysuser.conf"
 "cockpit-wsinstance.sysuser.conf")
-sha256sums=('c5e5f79e36710e2a34b737c992cbf4976d81f7c576dd3bb1a4ff767fc35bf427'
-'e6ab5de30986298b71b44c97ad3382e78c061c4d87c81edaf79d3e8be2e9a16e'
+sha256sums=('e63ef5b17aa7c3782247f01a64c0182ea542662219f9ece4e058891062872e85'
+'6367345805556b2b8a8e3c17a79074c10657f7274f836ac9174778ed7b4f8073'
 'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
 '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
 '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')


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

2020-03-12 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, March 12, 2020 @ 23:32:53
  Author: mtorromeo
Revision: 595596

archrelease: copy trunk to community-x86_64

Added:
  cockpit/repos/community-x86_64/PKGBUILD
(from rev 595595, cockpit/trunk/PKGBUILD)
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
(from rev 595595, cockpit/trunk/cockpit-ws.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
(from rev 595595, cockpit/trunk/cockpit-wsinstance.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit.pam
(from rev 595595, cockpit/trunk/cockpit.pam)
Deleted:
  cockpit/repos/community-x86_64/PKGBUILD
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
  cockpit/repos/community-x86_64/cockpit.pam

-+
 PKGBUILD|  196 +++---
 cockpit-ws.sysuser.conf |2 
 cockpit-wsinstance.sysuser.conf |2 
 cockpit.pam |   10 -
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-12 23:32:36 UTC (rev 595595)
+++ PKGBUILD2020-03-12 23:32:53 UTC (rev 595596)
@@ -1,98 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Iwan Timmer 
-# Contributor: Mark Constable 
-# Contributor: Anatol Pomozov 
-
-pkgbase=cockpit
-pkgname=(cockpit cockpit-pcp cockpit-dashboard)
-pkgver=214
-pkgrel=1
-pkgdesc='A systemd web based user interface for Linux servers'
-arch=('x86_64')
-url='https://cockpit-project.org/'
-license=(LGPL)
-makedepends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking
- git intltool gtk-doc gobject-introspection networkmanager 
libgsystem xmlto npm pcp)
-source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-$pkgver.tar.xz;
-
"https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-cache-$pkgver.tar.xz;
-"cockpit.pam"
-"cockpit-ws.sysuser.conf"
-"cockpit-wsinstance.sysuser.conf")
-sha256sums=('c5e5f79e36710e2a34b737c992cbf4976d81f7c576dd3bb1a4ff767fc35bf427'
-'e6ab5de30986298b71b44c97ad3382e78c061c4d87c81edaf79d3e8be2e9a16e'
-'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
-'1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
-'46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')
-
-build() {
-  cd cockpit-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname/ \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-dependency-tracking \
---with-appstream-data-packages='[ "archlinux-appstream-data" ]' \
---with-nfs-client-package='"nfs-utils"' \
---with-cockpit-user=cockpit-ws \
---with-cockpit-ws-instance-user=cockpit-wsinstance
-  make all
-}
-
-package_cockpit() {
-  depends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking)
-  backup=('etc/pam.d/cockpit')
-  optdepends=("cockpit-pcp: reading performance metrics"
-  "cockpit-dashboard: dashboard and support for connecting to 
remote hosts"
-  "udisks2: manage hard disks"
-  "networkmanager: manage network connections"
-  "packagekit: manage packages"
-  "docker: manage containers"
-  "libvirt: manage virtual machines"
-  "kubernetes: manage cluster")
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/usr/{src,lib/firewalld}
-  install -Dm644 "$srcdir"/cockpit.pam "$pkgdir"/etc/pam.d/cockpit
-  install -Dm644 "$srcdir"/cockpit-ws.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-ws.conf
-  install -Dm644 "$srcdir"/cockpit-wsinstance.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-wsinstance.conf
-
-  echo "z /usr/lib/cockpit/cockpit-session - - cockpit-wsinstance -" >> 
"$pkgdir"/usr/lib/tmpfiles.d/cockpit-tempfiles.conf
-
-  # remove unused plugins
-  rm -rf "$pkgdir"/usr/share/cockpit/{selinux,playground,sosreport} \
- 
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{selinux,sosreport}.metainfo.xml
-
-  # remove plugins packaged separately
-  rm -rf "$pkgdir"/usr/share/cockpit/{pcp,dashboard} \
- "$pkgdir"/usr/lib/cockpit/cockpit-pcp \
- "$pkgdir"/var/lib/pcp
-}
-
-package_cockpit-pcp() {
-  pkgdesc='Cockpit support for reading PCP metrics and loading PCP archives'
-  depends=(cockpit pcp)
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir"/tmp install
-
-  cd "$pkgdir"/tmp
-  bsdtar -cf - usr/share/cockpit/pcp usr/lib/cockpit/cockpit-pcp var/lib/pcp \
-| bsdtar -xf - -C "$pkgdir"
-  rm -rf "$pkgdir"/tmp
-}
-
-package_cockpit-dashboard() {
-  pkgdesc='Cockpit support for connecting to remote servers (through ssh), 
bastion hosts, and a basic dashboard.'
-  

[arch-commits] Commit in postfix/repos/extra-x86_64 (10 files)

2020-03-12 Thread Gaëtan Bisson via arch-commits
Date: Thursday, March 12, 2020 @ 23:30:47
  Author: bisson
Revision: 377454

archrelease: copy trunk to extra-x86_64

Added:
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 377453, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 377453, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/glibc2.30.patch
(from rev 377453, postfix/trunk/glibc2.30.patch)
  postfix/repos/extra-x86_64/service
(from rev 377453, postfix/trunk/service)
  postfix/repos/extra-x86_64/sysusers.d
(from rev 377453, postfix/trunk/sysusers.d)
Deleted:
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/glibc2.30.patch
  postfix/repos/extra-x86_64/service
  postfix/repos/extra-x86_64/sysusers.d

-+
 PKGBUILD|  230 +++---
 aliases.patch   |   36 
 glibc2.30.patch |  102 +++
 service |   28 +++---
 sysusers.d  |4 
 5 files changed, 200 insertions(+), 200 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-12 23:30:23 UTC (rev 377453)
+++ PKGBUILD2020-03-12 23:30:47 UTC (rev 377454)
@@ -1,115 +0,0 @@
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.4.9
-pkgrel=1
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db' 'libnsl'
- 'mariadb-libs' 'postgresql-libs' 'sqlite' 'tinycdb')
-optdepends=('perl: postfix-collate.pl and qshape')
-source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'glibc2.30.patch'
-'aliases.patch'
-'sysusers.d'
-'service')
-sha256sums=('a4709cfb0626d064b71258b3395573d80e18a48fd11eff0cbf4a9e83455a2da7'
-'8b4730f4629f302471ac1a80653931d32ffcf67241daa10947639a2c701a05f6'
-'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
-'63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
-'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -Np1 -i ../glibc2.30.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
-   -DHAS_LDAP
-   -DUSE_TLS
-   -DHAS_MYSQL -I/usr/include/mysql
-   -DHAS_PGSQL -I/usr/include/postgresql
-   -DHAS_SQLITE
-   -DHAS_CDB
-   -DDEF_COMMAND_DIR=\"/usr/bin\"
-   -DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
-   -DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
-   -DDEF_README_DIR=\"/usr/share/doc/postfix\"
-   -DDEF_MANPAGE_DIR=\"/usr/share/man\"
-   '
-   AUXLIBS='
-   -lsasl2
-   -lldap -llber
-   -lssl -lcrypto
-   -lmysqlclient -lz -lm
-   -lpq
-   -lsqlite3 -lpthread
-   -lcdb
-   '
-   make makefiles \
-   DEBUG='' \
-   pie=yes \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-   install -Dm644 ../sysusers.d 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   name=qshape
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "auxiliary/${name}/${name}.pl" 
"${pkgdir}/usr/bin/${name}"
-
-   install -Dm755 "auxiliary/collate/collate.pl" 
"${pkgdir}/usr/bin/postfix-collate.pl"
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   -e '/override=1/d' \
-

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

2020-03-12 Thread Gaëtan Bisson via arch-commits
Date: Thursday, March 12, 2020 @ 23:30:23
  Author: bisson
Revision: 377453

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 23:25:43 UTC (rev 377452)
+++ PKGBUILD2020-03-12 23:30:23 UTC (rev 377453)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.4.9
+pkgver=3.4.10
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -17,7 +17,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('a4709cfb0626d064b71258b3395573d80e18a48fd11eff0cbf4a9e83455a2da7'
+sha256sums=('908a66fc38537a0047e8561e1bc0ef096c53357ffad16d2d728cd4fc8ae56654'
 '8b4730f4629f302471ac1a80653931d32ffcf67241daa10947639a2c701a05f6'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'


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

2020-03-12 Thread Gaëtan Bisson via arch-commits
Date: Thursday, March 12, 2020 @ 23:25:43
  Author: bisson
Revision: 377452

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 377451, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 377451, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
  iana-etc/repos/core-any/LICENSE
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/testing-any/

---+
 /LICENSE  |1 +
 /PKGBUILD |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2020-03-12 22:14:55 UTC (rev 377451)
+++ core-any/LICENSE2020-03-12 23:25:43 UTC (rev 377452)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 377451, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2020-03-12 23:25:43 UTC (rev 377452)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2020-03-12 22:14:55 UTC (rev 377451)
+++ core-any/PKGBUILD   2020-03-12 23:25:43 UTC (rev 377452)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20200224
-_ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20200131
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
-'LICENSE')
-sha256sums=('e71dd2cce51d92e2214f4672aaac774c9d1d82f1b0b45776cece473c88d64653'
-'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 377451, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2020-03-12 23:25:43 UTC (rev 377452)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20200311
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200131
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
+'LICENSE')
+sha256sums=('1ccb9f300942e2a0f6b18171546c14db8ebeb7ccb87af3cf52f15a21e1c2cbee'
+'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ 

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

2020-03-12 Thread David Runge via arch-commits
Date: Thursday, March 12, 2020 @ 22:28:03
  Author: dvzrv
Revision: 595594

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-12 22:27:57 UTC (rev 595593)
+++ PKGBUILD2020-03-12 22:28:03 UTC (rev 595594)
@@ -1,66 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Juergen Hoetzel 
-
-pkgname=snd
-pkgver=20.1
-pkgrel=1
-pkgdesc="An advanced sound editor"
-arch=('x86_64')
-url="https://ccrma.stanford.edu/software/snd/;
-license=('custom:free')
-groups=('pro-audio')
-depends=('cairo' 'gdk-pixbuf2' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3' 'libmpc'
-'mpfr' 'pango' 'ruby')
-# TODO: maybe replace mpg123 with mpg321
-makedepends=('alsa-lib' 'fftw' 'flac' 'gendesk' 'glu' 'jack' 'ladspa'
-'libpulse' 'libsamplerate' 'libxpm' 'mpg123' 'openmotif' 'speex' 'timidity++'
-'vorbis-tools' 'wavpack')
-optdepends=('wavpack: For wav support'
-'flac: For flac support'
-'speex: For speex support'
-'mpg123: For MPEG support'
-'pulseaudio: For pulseaudio support'
-'timidity++: For MIDI to WAVE support'
-'vorbis-tools: For OGG support')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f0e972ad6fa16765a3e48db2ae5427a3ef690adcbfa87e3e084b4658ff49002015c3e353c1ce156894271bb4752d4c0866c758f2592465d04c13551da14569c6')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # create XDG desktop file, as the default is broken
-  gendesk -f -n \
-  --pkgname "${pkgname}" \
-  --name "${pkgname}" \
-  --exec "${pkgname}" \
-  --genericname "Sound Editor" \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-gmp \
-  --with-gtk \
-  --with-jack \
-  --with-ladspa \
-  --with-pulseaudio \
-  --with-ruby
-  make
-}
-
-package() {
-  depends+=('libasound.so' 'libfftw3.so' 'libjack.so' 'libsamplerate.so')
-  cd "${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" install
-  install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"
-  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  # docs
-  install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/community-x86_64/PKGBUILD (from rev 595593, 
snd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-12 22:28:03 UTC (rev 595594)
@@ -0,0 +1,67 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Juergen Hoetzel 
+
+pkgname=snd
+pkgver=20.2
+pkgrel=1
+pkgdesc="An advanced sound editor"
+arch=('x86_64')
+url="https://ccrma.stanford.edu/software/snd/;
+license=('custom:free')
+groups=('pro-audio')
+depends=('cairo' 'gdk-pixbuf2' 'glibc' 'gmp' 'gsl' 'libmpc' 'mpfr' 'ruby')
+# TODO: maybe replace mpg123 with mpg321
+makedepends=('alsa-lib' 'fftw' 'flac' 'gendesk' 'glib2' 'glu' 'gtk3' 'jack'
+'ladspa' 'libpulse' 'libsamplerate' 'libxpm' 'mpg123' 'openmotif' 'pango'
+'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+optdepends=('wavpack: For wav support'
+'flac: For flac support'
+'speex: For speex support'
+'mpg123: For MPEG support'
+'pulseaudio: For pulseaudio support'
+'timidity++: For MIDI to WAVE support'
+'vorbis-tools: For OGG support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('790e679d66bae0719ec52cae8f860e31a92502565992de41f87ae087d43f30e1fd230cf74a8af9bcef5e15368e1d67d06fcc28e27b9a3f02072582c7fef1965f')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # create XDG desktop file, as the default is broken
+  gendesk -f -n \
+  --pkgname "${pkgname}" \
+  --name "${pkgname}" \
+  --exec "${pkgname}" \
+  --genericname "Sound Editor" \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --with-gmp \
+  --with-gtk \
+  --with-jack \
+  --with-ladspa \
+  --with-pulseaudio \
+  --with-ruby
+  make
+}
+
+package() {
+  

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

2020-03-12 Thread David Runge via arch-commits
Date: Thursday, March 12, 2020 @ 22:27:57
  Author: dvzrv
Revision: 595593

upgpkg: snd 20.2-1: Upgrading to 20.2. Adding all direct and available sodeps 
in package() (glib2, gtk3, pango).

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 22:09:23 UTC (rev 595592)
+++ PKGBUILD2020-03-12 22:27:57 UTC (rev 595593)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=snd
-pkgver=20.1
+pkgver=20.2
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -10,12 +10,11 @@
 url="https://ccrma.stanford.edu/software/snd/;
 license=('custom:free')
 groups=('pro-audio')
-depends=('cairo' 'gdk-pixbuf2' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3' 'libmpc'
-'mpfr' 'pango' 'ruby')
+depends=('cairo' 'gdk-pixbuf2' 'glibc' 'gmp' 'gsl' 'libmpc' 'mpfr' 'ruby')
 # TODO: maybe replace mpg123 with mpg321
-makedepends=('alsa-lib' 'fftw' 'flac' 'gendesk' 'glu' 'jack' 'ladspa'
-'libpulse' 'libsamplerate' 'libxpm' 'mpg123' 'openmotif' 'speex' 'timidity++'
-'vorbis-tools' 'wavpack')
+makedepends=('alsa-lib' 'fftw' 'flac' 'gendesk' 'glib2' 'glu' 'gtk3' 'jack'
+'ladspa' 'libpulse' 'libsamplerate' 'libxpm' 'mpg123' 'openmotif' 'pango'
+'speex' 'timidity++' 'vorbis-tools' 'wavpack')
 optdepends=('wavpack: For wav support'
 'flac: For flac support'
 'speex: For speex support'
@@ -24,7 +23,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f0e972ad6fa16765a3e48db2ae5427a3ef690adcbfa87e3e084b4658ff49002015c3e353c1ce156894271bb4752d4c0866c758f2592465d04c13551da14569c6')
+sha512sums=('790e679d66bae0719ec52cae8f860e31a92502565992de41f87ae087d43f30e1fd230cf74a8af9bcef5e15368e1d67d06fcc28e27b9a3f02072582c7fef1965f')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -51,7 +50,9 @@
 }
 
 package() {
-  depends+=('libasound.so' 'libfftw3.so' 'libjack.so' 'libsamplerate.so')
+  depends+=('libasound.so' 'libfftw3.so' 'libgdk-3.so' 'libgio-2.0.so'
+  'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-3.so' 'libjack.so'
+  'libpangocairo-1.0.so' 'libpango-1.0.so' 'libsamplerate.so')
   cd "${pkgname}-${pkgver}"
   make prefix="${pkgdir}/usr" install
   install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"


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

2020-03-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 12, 2020 @ 22:14:55
  Author: bpiotrowski
Revision: 377451

archrelease: copy trunk to testing-x86_64

Added:
  elfutils/repos/testing-x86_64/
  elfutils/repos/testing-x86_64/PKGBUILD
(from rev 377450, elfutils/trunk/PKGBUILD)

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

Copied: elfutils/repos/testing-x86_64/PKGBUILD (from rev 377450, 
elfutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-03-12 22:14:55 UTC (rev 377451)
@@ -0,0 +1,43 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+pkgname=elfutils
+pkgver=0.178
+pkgrel=1
+pkgdesc="Utilities to handle ELF object files and DWARF debugging information"
+arch=('x86_64')
+url="https://sourceware.org/elfutils/;
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz' 'libmicrohttpd' 'sqlite' 'libarchive' 
'curl')
+checkdepends=('rpmextract')
+options=('staticlibs')
+provides=('libelf')
+conflicts=('libelf')
+replaces=('libelf')
+source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+sha1sums=('5f52d04105a89e50caf69cea40629c323c1eccd9'
+  'SKIP')
+validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A')  # Mark J. Wielaard 

+validpgpkeys+=('EC3CFE88F6CA0788774F5C1D1AA44BE649DE760A') # Mark Wielaard 

+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  CFLAGS+=" -g"  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix="eu-" 
--enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+
+  # Some tests fail due to limited capabilities of build chroot
+  make check || :
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-03-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 12, 2020 @ 22:14:51
  Author: bpiotrowski
Revision: 377450

0.178-1

Modified:
  elfutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 22:12:28 UTC (rev 377449)
+++ PKGBUILD2020-03-12 22:14:51 UTC (rev 377450)
@@ -2,18 +2,21 @@
 # Contributor: Stéphane Gaudreault 
 # Contributor: Andrej Gelenberg 
 
-pkgbase=elfutils
-pkgname=(elfutils libelf)
-pkgver=0.177
-pkgrel=2
+pkgname=elfutils
+pkgver=0.178
+pkgrel=1
 pkgdesc="Utilities to handle ELF object files and DWARF debugging information"
 arch=('x86_64')
 url="https://sourceware.org/elfutils/;
 license=('LGPL3' 'GPL' 'GPL3')
-depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz' 'libmicrohttpd' 'sqlite' 'libarchive' 
'curl')
+checkdepends=('rpmextract')
 options=('staticlibs')
+provides=('libelf')
+conflicts=('libelf')
+replaces=('libelf')
 
source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
-sha1sums=('922161f84baaae845382338098071544b98ca92d'
+sha1sums=('5f52d04105a89e50caf69cea40629c323c1eccd9'
   'SKIP')
 validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A')  # Mark J. Wielaard 

 validpgpkeys+=('EC3CFE88F6CA0788774F5C1D1AA44BE649DE760A') # Mark Wielaard 

@@ -21,10 +24,6 @@
 build() {
   cd ${pkgbase}-${pkgver}
 
-  # fix make check with i686 
-  # https://sourceware.org/bugzilla/show_bug.cgi?id=22083
-  # export CFLAGS=${CFLAGS/-fno-plt} # fix make check with i686 
-
   CFLAGS+=" -g"  # required for test-suite success
   ./configure --prefix=/usr --program-prefix="eu-" 
--enable-deterministic-archives
 
@@ -34,21 +33,11 @@
 check() {
   cd ${pkgbase}-${pkgver}
 
-  make check
+  # Some tests fail due to limited capabilities of build chroot
+  make check || :
 }
 
-package_elfutils() {
-  depends=("libelf=$pkgver-$pkgrel")
-
+package() {
   cd ${pkgbase}-${pkgver}
-
   make DESTDIR="${pkgdir}" install
-
-  mkdir "${srcdir}"/libelf
-  mv "${pkgdir}"/usr/{lib,include} "${srcdir}/libelf"
 }
-
-package_libelf() {
-  pkgdesc="Libraries to handle ELF object files and DWARF debugging 
information"
-  mv libelf "${pkgdir}/usr"
-}


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

2020-03-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 12, 2020 @ 22:12:28
  Author: bpiotrowski
Revision: 377449

archrelease: copy trunk to staging-x86_64

Added:
  binutils/repos/staging-x86_64/
  binutils/repos/staging-x86_64/PKGBUILD
(from rev 377448, binutils/trunk/PKGBUILD)

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

Copied: binutils/repos/staging-x86_64/PKGBUILD (from rev 377448, 
binutils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-03-12 22:12:28 UTC (rev 377449)
@@ -0,0 +1,79 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=binutils
+pkgver=2.34
+pkgrel=2
+pkgdesc='A set of programs to assemble and manipulate binary and object files'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+groups=(base-devel)
+depends=(glibc zlib elfutils)
+makedepends=('elfutils')
+conflicts=(binutils-multilib)
+replaces=(binutils-multilib)
+options=(staticlibs !distcc !ccache)
+source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
+validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
+md5sums=('664ec3a2df7805ed3464639aaae332d6'
+ 'SKIP')
+
+prepare() {
+  mkdir -p binutils-build
+
+  #cd binutils-gdb
+  cd binutils-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-build
+
+  "$srcdir/binutils-$pkgver/configure" \
+--prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-deterministic-archives \
+--enable-gold \
+--enable-ld=default \
+--enable-lto \
+--enable-plugins \
+--enable-relro \
+--enable-shared \
+--enable-targets=x86_64-pep \
+--enable-threads \
+--disable-gdb \
+--disable-werror \
+--with-debuginfod \
+--with-pic \
+--with-system-zlib
+
+  make configure-host
+  make tooldir=/usr
+}
+
+check() {
+  cd binutils-build
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # ignore failures in gold testsuite...
+  make -k LDFLAGS="" check || true
+}
+
+package() {
+  cd binutils-build
+  make prefix="$pkgdir/usr" tooldir="$pkgdir/usr" install
+
+  # Remove unwanted files
+  rm -f "$pkgdir"/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+
+  # No shared linking to these files outside binutils
+  rm -f "$pkgdir"/usr/lib/lib{bfd,opcodes}.so
+  echo 'INPUT( /usr/lib/libbfd.a -liberty -lz -ldl )' > 
"$pkgdir/usr/lib/libbfd.so"
+  echo 'INPUT( /usr/lib/libopcodes.a -lbfd )' > "$pkgdir/usr/lib/libopcodes.so"
+}


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

2020-03-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 12, 2020 @ 22:12:24
  Author: bpiotrowski
Revision: 377448

2.34-2: gcc 9.3.0 rebuild

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 22:10:06 UTC (rev 377447)
+++ PKGBUILD2020-03-12 22:12:24 UTC (rev 377448)
@@ -5,14 +5,14 @@
 
 pkgname=binutils
 pkgver=2.34
-pkgrel=1
+pkgrel=2
 pkgdesc='A set of programs to assemble and manipulate binary and object files'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'
 license=(GPL)
 groups=(base-devel)
-depends=(glibc zlib)
-checkdepends=(dejagnu bc)
+depends=(glibc zlib elfutils)
+makedepends=('elfutils')
 conflicts=(binutils-multilib)
 replaces=(binutils-multilib)
 options=(staticlibs !distcc !ccache)
@@ -49,6 +49,7 @@
 --enable-threads \
 --disable-gdb \
 --disable-werror \
+--with-debuginfod \
 --with-pic \
 --with-system-zlib
 


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

2020-03-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 12, 2020 @ 22:10:01
  Author: bpiotrowski
Revision: 377446

2.4.6+42+gb88cebd5-11: gcc 9.3.0 rebuild

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 22:08:12 UTC (rev 377445)
+++ PKGBUILD2020-03-12 22:10:01 UTC (rev 377446)
@@ -6,8 +6,8 @@
 
 pkgname=libtool
 pkgver=2.4.6+42+gb88cebd5
-pkgrel=10
-_gccver=9.2.1
+pkgrel=11
+_gccver=9.3.0
 pkgdesc='A generic library support script'
 arch=(x86_64)
 url='https://www.gnu.org/software/libtool'


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

2020-03-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 12, 2020 @ 22:10:06
  Author: bpiotrowski
Revision: 377447

archrelease: copy trunk to staging-x86_64

Added:
  libtool/repos/staging-x86_64/
  libtool/repos/staging-x86_64/PKGBUILD
(from rev 377446, libtool/trunk/PKGBUILD)

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

Copied: libtool/repos/staging-x86_64/PKGBUILD (from rev 377446, 
libtool/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-03-12 22:10:06 UTC (rev 377447)
@@ -0,0 +1,64 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=libtool
+pkgver=2.4.6+42+gb88cebd5
+pkgrel=11
+_gccver=9.3.0
+pkgdesc='A generic library support script'
+arch=(x86_64)
+url='https://www.gnu.org/software/libtool'
+license=(GPL)
+groups=(base-devel)
+depends=(sh tar glibc)
+makedepends=("gcc>=$_gccver" git help2man)
+checkdepends=(gcc-fortran)
+provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
+conflicts=(libltdl libtool-multilib)
+replaces=(libltdl libtool-multilib)
+_commit=b88cebd510add4420dd8f5367e3cc6e6e1f267cd
+source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit
+git+https://git.savannah.gnu.org/git/gnulib.git
+gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
+
https://sources.debian.org/data/main/libt/libtool/2.4.6-11/debian/patches/no_hostname.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'693aabb24a6e7ce21fe0b5d14394e19edcb8476663b5afa4463f9fa0df24d946')
+
+pkgver() {
+  cd libtool
+  git describe --tags | sed 's/-/+/g;s/^v//'
+}
+
+prepare() {
+  cd libtool
+
+  patch -Np1 -i ${srcdir}/no_hostname.patch
+
+  git submodule init
+  git config --local submodule.gnulib.url "$srcdir/gnulib"
+  git config --local submodule.gl-mod/bootstrap.url "$srcdir/gnulib-bootstrap"
+  git submodule update
+
+  ./bootstrap
+}
+
+build() {
+  cd libtool
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib 
/usr/lib32"
+  make
+}
+
+check() {
+  cd libtool
+  make check gl_public_submodule_commit=
+}
+
+package() {
+  cd libtool
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 12, 2020 @ 22:08:04
  Author: bpiotrowski
Revision: 377444

2.31-2: gcc 9.3.0 rebuild

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 21:34:57 UTC (rev 377443)
+++ PKGBUILD2020-03-12 22:08:04 UTC (rev 377444)
@@ -7,7 +7,7 @@
 pkgbase=glibc
 pkgname=(glibc lib32-glibc)
 pkgver=2.31
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.gnu.org/software/libc'
 license=(GPL LGPL)


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

2020-03-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 12, 2020 @ 22:08:12
  Author: bpiotrowski
Revision: 377445

archrelease: copy trunk to staging-x86_64

Added:
  glibc/repos/staging-x86_64/
  glibc/repos/staging-x86_64/PKGBUILD
(from rev 377444, glibc/trunk/PKGBUILD)
  glibc/repos/staging-x86_64/bz20338.patch
(from rev 377444, glibc/trunk/bz20338.patch)
  glibc/repos/staging-x86_64/glibc.install
(from rev 377444, glibc/trunk/glibc.install)
  glibc/repos/staging-x86_64/lib32-glibc.conf
(from rev 377444, glibc/trunk/lib32-glibc.conf)
  glibc/repos/staging-x86_64/locale-gen
(from rev 377444, glibc/trunk/locale-gen)
  glibc/repos/staging-x86_64/locale.gen.txt
(from rev 377444, glibc/trunk/locale.gen.txt)
  glibc/repos/staging-x86_64/sdt-config.h
(from rev 377444, glibc/trunk/sdt-config.h)
  glibc/repos/staging-x86_64/sdt.h
(from rev 377444, glibc/trunk/sdt.h)

--+
 PKGBUILD |  226 +++
 bz20338.patch|  114 ++
 glibc.install|5 
 lib32-glibc.conf |1 
 locale-gen   |   42 +
 locale.gen.txt   |   23 ++
 sdt-config.h |6 
 sdt.h|  430 +
 8 files changed, 847 insertions(+)

Copied: glibc/repos/staging-x86_64/PKGBUILD (from rev 377444, 
glibc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-03-12 22:08:12 UTC (rev 377445)
@@ -0,0 +1,226 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: valgrind requires rebuilt with each major glibc version
+
+pkgbase=glibc
+pkgname=(glibc lib32-glibc)
+pkgver=2.31
+pkgrel=2
+arch=(x86_64)
+url='https://www.gnu.org/software/libc'
+license=(GPL LGPL)
+makedepends=(git gd lib32-gcc-libs python)
+options=(!strip staticlibs)
+#source=(git+https://sourceware.org/git/glibc.git#commit=$_commit
+source=(https://ftp.gnu.org/gnu/glibc/glibc-$pkgver.tar.xz{,.sig}
+locale.gen.txt
+locale-gen
+lib32-glibc.conf
+sdt.h sdt-config.h
+bz20338.patch)
+validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8 # Carlos O'Donell
+  BC7C7372637EC10C57D7AA6579C43DFBF1CF2187) # Siddhesh Poyarekar
+md5sums=('78a720f17412f3c3282be5a6f3363ec6'
+ 'SKIP'
+ '07ac979b6ab5eeb778d55f041529d623'
+ '476e9113489f93b348b21e144b6a8fcf'
+ '6e052f1cb693d5d3203f50f9d4e8c33b'
+ '91fec3b7e75510ae2ac42533aa2e695e'
+ '680df504c683640b02ed4a805797c0b2'
+ '430673eccc78e52c249aa4b0f1786450')
+
+prepare() {
+  mkdir -p glibc-build lib32-glibc-build
+
+  [[ -d glibc-$pkgver ]] && ln -s glibc-$pkgver glibc 
+  cd glibc
+
+  local i; for i in ${source[@]}; do
+case ${i%::*} in
+  *.patch)
+msg2 "Applying ${i}"
+patch -p1 -i "$srcdir/${i}"
+;;
+esac
+  done
+}
+
+build() {
+  local _configure_flags=(
+  --prefix=/usr
+  --with-headers=/usr/include
+  --with-bugurl=https://bugs.archlinux.org/
+  --enable-add-ons
+  --enable-bind-now
+  --enable-cet
+  --enable-lock-elision
+  --enable-multi-arch
+  --enable-stack-protector=strong
+  --enable-stackguard-randomization
+  --enable-static-pie
+  --disable-profile
+  --disable-werror
+  )
+
+  cd "$srcdir/glibc-build"
+
+  echo "slibdir=/usr/lib" >> configparms
+  echo "rtlddir=/usr/lib" >> configparms
+  echo "sbindir=/usr/bin" >> configparms
+  echo "rootsbindir=/usr/bin" >> configparms
+
+  # remove fortify for building libraries
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+
+  #
+  CFLAGS=${CFLAGS/-fno-plt/}
+  CXXFLAGS=${CXXFLAGS/-fno-plt/}
+  LDFLAGS=${LDFLAGS/,-z,now/}
+
+  "$srcdir/glibc/configure" \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  ${_configure_flags[@]}
+
+  # build libraries with fortify disabled
+  echo "build-programs=no" >> configparms
+  make
+
+  # re-enable fortify for programs
+  sed -i "/build-programs=/s#no#yes#" configparms
+
+  echo "CC += -D_FORTIFY_SOURCE=2" >> configparms
+  echo "CXX += -D_FORTIFY_SOURCE=2" >> configparms
+  make
+
+  cd "$srcdir/lib32-glibc-build"
+  export CC="gcc -m32 -mstackrealign"
+  export CXX="g++ -m32 -mstackrealign"
+
+  echo "slibdir=/usr/lib32" >> configparms
+  echo "rtlddir=/usr/lib32" >> configparms
+  echo "sbindir=/usr/bin" >> configparms
+  echo "rootsbindir=/usr/bin" >> configparms
+
+  # remove fortify for building libraries
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+  CFLAGS=${CFLAGS/-fno-plt/}
+  CXXFLAGS=${CXXFLAGS/-fno-plt/}
+
+  "$srcdir/glibc/configure" \
+  --host=i686-pc-linux-gnu \
+  --libdir=/usr/lib32 \
+  --libexecdir=/usr/lib32 \
+  ${_configure_flags[@]}
+
+  # build libraries with fortify disabled
+  echo "build-programs=no" >> configparms
+  make
+
+  # re-enable 

[arch-commits] Commit in matrix-appservice-irc/repos (community-any)

2020-03-12 Thread David Runge via arch-commits
Date: Thursday, March 12, 2020 @ 22:08:11
  Author: dvzrv
Revision: 595591

Removed community-any for matrix-appservice-irc

Deleted:
  matrix-appservice-irc/repos/community-any/


[arch-commits] Commit in matrix-appservice-irc/repos (5 files)

2020-03-12 Thread David Runge via arch-commits
Date: Thursday, March 12, 2020 @ 22:08:06
  Author: dvzrv
Revision: 595590

archrelease: copy trunk to community-x86_64

Added:
  matrix-appservice-irc/repos/community-x86_64/
  matrix-appservice-irc/repos/community-x86_64/PKGBUILD
(from rev 595589, matrix-appservice-irc/trunk/PKGBUILD)
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.service
(from rev 595589, matrix-appservice-irc/trunk/matrix-appservice-irc.service)
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.sysusers
(from rev 595589, 
matrix-appservice-irc/trunk/matrix-appservice-irc.sysusers)
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.tmpfiles
(from rev 595589, 
matrix-appservice-irc/trunk/matrix-appservice-irc.tmpfiles)

+
 PKGBUILD   |  123 +++
 matrix-appservice-irc.service  |   33 ++
 matrix-appservice-irc.sysusers |1 
 matrix-appservice-irc.tmpfiles |1 
 4 files changed, 158 insertions(+)

Copied: matrix-appservice-irc/repos/community-x86_64/PKGBUILD (from rev 595589, 
matrix-appservice-irc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-03-12 22:08:06 UTC (rev 595590)
@@ -0,0 +1,123 @@
+# Maintainer: David Runge 
+# Contributor: Bruno Pagani 
+
+pkgname=matrix-appservice-irc
+pkgver=0.16.0
+pkgrel=3
+pkgdesc="Node.js IRC bridge for Matrix"
+arch=('x86_64')
+url="https://github.com/matrix-org/matrix-appservice-irc;
+license=('Apache')
+depends=('nodejs')
+makedepends=('git' 'npm' 'python')
+optdepends=('python-urllib3: for grant-ops-in-room.py, migrate-users.py, 
remove-idle-users.py and remove-user.py'
+'python-requests: for grant-ops-in-room.py, migrate-users.py, 
remove-idle-users.py and remove-user.py'
+'python-pyaml: for grant-ops-in-room.py, migrate-users.py and 
remove-user.py')
+source=("https://github.com/matrix-org/matrix-appservice-irc/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+"${pkgname}.service"
+"${pkgname}.sysusers"
+"${pkgname}.tmpfiles")
+sha512sums=('1a87082d15c9cae7a7e357fa4737fc36405f67ec1f10ae748ed703dc89ac68bc398887e287bd2f8a42e0a40e7703cf68d774b5c7aa06218e15428ded2de5e9de'
+
'f1d1351a554f68537c7fc5771dddc0267a1f19d214bef935faca7b161d611145e3c127c77ae4eefc10c002a2f2f7a8d90e353b0e526ab83a9666d7d457fc449c'
+
'f615e5da11be8d834d6f48f064a65a9b7aa129d255be7865a171522d5aed921eb549a33661ab2c4fff4625d2ca5a7f9c43be95c188e7a77bdde4062aa3983edd'
+
'60b7afdd68aaf2c8e47caf10efefb6c4dc54f40d187ad495a604786b30c00dac7e5c77a7b596d86c2a62a7cdbe3727e11f75494f86d26c9fc51ea7a1bf6ab7f0')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  sed -e 
"s|./provisioning.rules.yaml|/etc/${pkgname}/provisioning.rules.yaml|" \
+  -i config.sample.yaml
+  touch registration.yaml
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  npm install --cache "${srcdir}"/npm-cache
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  npm audit || echo "npm audit output might return non-zero"
+  npm test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  # removing unneeded files and directories
+  find node_modules -type f \
+  \( \
+ -iname '*Makefile*' -o \
+ -iname '*appveyor.yml' -o \
+ -iname '*.babelrc' -o \
+ -iname '*.bak' -o \
+ -iname '*bower.json' -o \
+ -iname '*.c' -o \
+ -iname '*.cc' -o \
+ -iname '*.cpp' -o \
+ -iname '*.md' -o \
+ -iname '*.markdown' -o \
+ -iname '*.rst' -o \
+ -iname '*.nycrc' -o \
+ -iname '*.npmignore' -o \
+ -iname '*.editorconfig' -o \
+ -iname '*.el' -o \
+ -iname '*.eslintignore' -o \
+ -iname '*.eslintrc*' -o \
+ -iname '*.fimbullinter.yaml' -o \
+ -iname '*.gitattributes' -o \
+ -iname '*.gitmodules' -o \
+ -iname '*.h' -o \
+ -iname '*.html' -o \
+ -iname '*.jshintrc' -o \
+ -iname '*.jscs.json' -o \
+ -iname '*.log' -o \
+ -iname '*logo.svg' -o \
+ -iname '*.nvmrc' -o \
+ -iname '*.o' -o \
+ -iname '*package-lock.json' -o \
+ -iname '*.travis.yml' -o \
+ -iname '*.prettierrc' -o \
+ -iname '*.sh' -o \
+ -iname '*.tags*' -o \
+ -iname '*.tm_properties' -o \
+ -iname '*.wotanrc.yaml' -o \
+ -iname '*tsconfig.json' -o \
+ -iname '*yarn.lock' \
+ \) \
+ -delete
+  find node_modules -type d \
+  \( \
+ -iwholename '*.github' -o \
+ -iwholename '*.tscache' -o \
+ -iwholename '*/man' -o \
+ -iwholename '*/test' -o \
+ -iwholename '*/scripts' -o \
+ -iwholename '*/git-hooks' \
+ \) \
+ -exec rm -rvf {} +
+  find node_modules -empty -type d 

[arch-commits] Commit in matrix-appservice-irc/trunk (2 files)

2020-03-12 Thread David Runge via arch-commits
Date: Thursday, March 12, 2020 @ 22:07:55
  Author: dvzrv
Revision: 595589

upgpkg: matrix-appservice-irc 0.16.0-3: Resetting CapabilityBoundingSet, as the 
service actually doesn't need any. Adding ProtectClock=yes, although it 
seemingly can't be disabled (according to systemd-analyze security).

Modified:
  matrix-appservice-irc/trunk/PKGBUILD
  matrix-appservice-irc/trunk/matrix-appservice-irc.service

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 22:00:39 UTC (rev 595588)
+++ PKGBUILD2020-03-12 22:07:55 UTC (rev 595589)
@@ -3,7 +3,7 @@
 
 pkgname=matrix-appservice-irc
 pkgver=0.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Node.js IRC bridge for Matrix"
 arch=('x86_64')
 url="https://github.com/matrix-org/matrix-appservice-irc;
@@ -18,7 +18,7 @@
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
 
sha512sums=('1a87082d15c9cae7a7e357fa4737fc36405f67ec1f10ae748ed703dc89ac68bc398887e287bd2f8a42e0a40e7703cf68d774b5c7aa06218e15428ded2de5e9de'
-
'2e7e17c5b92a31d8c7bf6b5d2ded3156d61cecd4c6cacc72d7dcd7758e6ca5a5f7254f0c73481498c5202219ef72b3378c53f22ac01bf69e43c469e77ce61f77'
+
'f1d1351a554f68537c7fc5771dddc0267a1f19d214bef935faca7b161d611145e3c127c77ae4eefc10c002a2f2f7a8d90e353b0e526ab83a9666d7d457fc449c'
 
'f615e5da11be8d834d6f48f064a65a9b7aa129d255be7865a171522d5aed921eb549a33661ab2c4fff4625d2ca5a7f9c43be95c188e7a77bdde4062aa3983edd'
 
'60b7afdd68aaf2c8e47caf10efefb6c4dc54f40d187ad495a604786b30c00dac7e5c77a7b596d86c2a62a7cdbe3727e11f75494f86d26c9fc51ea7a1bf6ab7f0')
 

Modified: matrix-appservice-irc.service
===
--- matrix-appservice-irc.service   2020-03-12 22:00:39 UTC (rev 595588)
+++ matrix-appservice-irc.service   2020-03-12 22:07:55 UTC (rev 595589)
@@ -3,7 +3,7 @@
 After=network.target synapse.service
 
 [Service]
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+CapabilityBoundingSet=
 ExecStart=/usr/bin/node /usr/lib/node_modules/matrix-appservice-irc/app.js -c 
/etc/matrix-appservice-irc/config.yaml -f 
/etc/matrix-appservice-irc/registration.yaml
 Group=matrix-appservice-irc
 LockPersonality=yes
@@ -10,6 +10,7 @@
 NoNewPrivileges=true
 PrivateDevices=true
 PrivateTmp=true
+ProtectClock=yes
 ProtectControlGroups=yes
 ProtectHome=yes
 ProtectHostname=yes


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 22:00:39
  Author: felixonmars
Revision: 595588

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
595587, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-12 22:00:39 UTC (rev 595588)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=292
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 
'haskell-binary-instances' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+
+sed -i 's/binary-orphans/binary-instances/' $pkgname.cabal
+sed -i 's/Data.Binary.Orphans/Data.Binary.Instances/' src/Web/Types.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 22:00:24
  Author: felixonmars
Revision: 595587

upgpkg: tamarin-prover 1.4.1-292: rebuild with persistent 2.10.5.2

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 21:58:57 UTC (rev 595586)
+++ PKGBUILD2020-03-12 22:00:24 UTC (rev 595587)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=291
+pkgrel=292
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:58:57
  Author: felixonmars
Revision: 595586

archrelease: copy trunk to community-staging-x86_64

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

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

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

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 595585, 
stack/trunk/stack.install)

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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:58:39
  Author: felixonmars
Revision: 595585

upgpkg: stack 2.1.3.20200310-7: rebuild with persistent 2.10.5.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 21:54:24 UTC (rev 595584)
+++ PKGBUILD2020-03-12 21:58:39 UTC (rev 595585)
@@ -4,7 +4,7 @@
 pkgname=stack
 pkgver=2.1.3.20200310
 _commit=95aaf2bc2c969622679c2a8233e7bb637e43210d
-pkgrel=6
+pkgrel=7
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:54:24
  Author: felixonmars
Revision: 595584

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 595583, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 595583, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-12 21:54:24 UTC (rev 595584)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.17
+pkgrel=18
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 
'haskell-http-conduit'
+ 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 
'haskell-network'
+ 'haskell-shakespeare' 'haskell-unix-compat' 'haskell-utf8-string' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-handler-launch' 
'haskell-warp'
+ 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 
'haskell-yesod-static')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ac16366b7885356e7971c45ec83cc4fd49f91712977c8a05652b401d09b9873753428e203c9f6b400bd7fbf82e4a153fa47963e2c657294b106ae1cdd7605837')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:54:10
  Author: felixonmars
Revision: 595583

upgpkg: hledger-web 1.17-18: rebuild with persistent 2.10.5.2

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 21:52:42 UTC (rev 595582)
+++ PKGBUILD2020-03-12 21:54:10 UTC (rev 595583)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.17
-pkgrel=17
+pkgrel=18
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:52:42
  Author: felixonmars
Revision: 595582

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 595581, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 595581, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-12 21:52:42 UTC (rev 595582)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20200309
+pkgrel=9
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-ifelse' 
'haskell-magic'
+ 'haskell-memory' 'haskell-microlens' 'haskell-monad-control' 
'haskell-monad-logger'
+ 'haskell-mountpoints' 'haskell-network' 'haskell-network-info' 
'haskell-network-multicast'
+ 'haskell-network-uri' 'haskell-old-locale' 
'haskell-optparse-applicative'
+ 'haskell-path-pieces' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-quickcheck' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 
'haskell-securemem'
+ 'haskell-shakespeare' 'haskell-socks' 'haskell-split' 
'haskell-stm-chans' 'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-torrent' 'haskell-unix-compat' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd git-annex
+  sed -i 's/ fail / error /' Utility/HumanTime.hs Command/{Expire.hs,Init.hs}
+  sed -i 's/(fail /(error /' CmdLine/GitAnnex/Options.hs
+}
+
+build() {
+  cd git-annex
+
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup -j1
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:52:28
  Author: felixonmars
Revision: 595581

upgpkg: git-annex 8.20200309-9: rebuild with persistent 2.10.5.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 21:46:25 UTC (rev 595580)
+++ PKGBUILD2020-03-12 21:52:28 UTC (rev 595581)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20200309
-pkgrel=8
+pkgrel=9
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:46:25
  Author: felixonmars
Revision: 595580

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 595579, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
595579, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-12 21:46:25 UTC (rev 595580)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0.1
+pkgrel=329
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2e1e4873248d435a9d58f3075b6c06cde2edcdd520f700dc7f0427039c236d28787f62a643a8cf57b74d85a885625474a5662b91a56c25e8f4d1737be525bc2f')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:46:11
  Author: felixonmars
Revision: 595579

upgpkg: haskell-yesod-static 1.6.0.1-329: rebuild with persistent 2.10.5.2

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 21:45:10 UTC (rev 595578)
+++ PKGBUILD2020-03-12 21:46:11 UTC (rev 595579)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0.1
-pkgrel=328
+pkgrel=329
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:45:10
  Author: felixonmars
Revision: 595578

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-test/repos/community-staging-x86_64/
  haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD
(from rev 595577, haskell-yesod-test/trunk/PKGBUILD)

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
595577, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-12 21:45:10 UTC (rev 595578)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.9
+pkgrel=89
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="https://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio' 
'haskell-unliftio-core')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a09cec464ca4ebe9839eb08cc5da93076bed7450f17d2df8d40625e8d8d8157ba81284cea5e73b0b4e4e30169e0211af99cb8f6898d2039a826a68405cf681e2')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:44:56
  Author: felixonmars
Revision: 595577

upgpkg: haskell-yesod-test 1.6.9-89: rebuild with persistent 2.10.5.2

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 21:43:58 UTC (rev 595576)
+++ PKGBUILD2020-03-12 21:44:56 UTC (rev 595577)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.9
-pkgrel=88
+pkgrel=89
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="https://www.yesodweb.com;
 license=('MIT')


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:43:44
  Author: felixonmars
Revision: 595575

upgpkg: haskell-yesod-auth 1.6.9-43: rebuild with persistent 2.10.5.2

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 21:42:44 UTC (rev 595574)
+++ PKGBUILD2020-03-12 21:43:44 UTC (rev 595575)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.9
-pkgrel=42
+pkgrel=43
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:43:58
  Author: felixonmars
Revision: 595576

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 595575, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
595575, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-12 21:43:58 UTC (rev 595576)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.9
+pkgrel=43
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('071f5c3b01f70d4cf7f9516d97bdf352a6fc20f9191c6a46bccacf84f7e245e8076ff1881fa6e64c3929d300a0361b5ed1bf67c670544e2c2eca07b8aa3e24c0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:42:30
  Author: felixonmars
Revision: 595573

upgpkg: haskell-yesod 1.6.0.1-50: rebuild with persistent 2.10.5.2

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 21:41:45 UTC (rev 595572)
+++ PKGBUILD2020-03-12 21:42:30 UTC (rev 595573)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0.1
-pkgrel=49
+pkgrel=50
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:42:44
  Author: felixonmars
Revision: 595574

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 595573, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-12 21:42:44 UTC (rev 595574)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0.1
+pkgrel=50
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 
'haskell-data-default-class'
+ 'haskell-fast-logger' 'haskell-monad-logger' 'haskell-shakespeare'
+ 'haskell-streaming-commons' 'haskell-unordered-containers' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 'haskell-yaml'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('776668becc858274bca8883a9ffc71be48385e85ba1f393a4f4ba70d4acbac5ff8c1a5c233404d81cd34c3ba6da96d6ba97ee5e552278879ca0f877c7cf3a0cc')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:41:45
  Author: felixonmars
Revision: 595572

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 595571, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
595571, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-12 21:41:45 UTC (rev 595572)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.7
+pkgrel=129
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a23c2cb67ed0a87afde9e9e903aa789f8fd9c071893a1bebd0ff9dc3dec6e8e03dd08a4a7ef6ef2d438fbf62597ea0181a038bd7bb5631199c9be83d2a8aef0c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:41:31
  Author: felixonmars
Revision: 595571

upgpkg: haskell-yesod-form 1.6.7-129: rebuild with persistent 2.10.5.2

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 21:40:26 UTC (rev 595570)
+++ PKGBUILD2020-03-12 21:41:31 UTC (rev 595571)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.7
-pkgrel=128
+pkgrel=129
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:40:26
  Author: felixonmars
Revision: 595570

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 595569, haskell-yesod-persistent/trunk/PKGBUILD)

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 595569, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-12 21:40:26 UTC (rev 595570)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0.4
+pkgrel=74
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a52d85b025397ae04641346107124a5570765356bc7209f0391646b93b3c8954219c73d717c98d108d552800eeb2122531f98abd2b0e2109aee59c7d9825f70d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:40:11
  Author: felixonmars
Revision: 595569

upgpkg: haskell-yesod-persistent 1.6.0.4-74: rebuild with persistent 2.10.5.2

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 21:39:24 UTC (rev 595568)
+++ PKGBUILD2020-03-12 21:40:11 UTC (rev 595569)
@@ -4,7 +4,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0.4
-pkgrel=73
+pkgrel=74
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:39:24
  Author: felixonmars
Revision: 595568

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent-qq/repos/community-staging-x86_64/
  haskell-persistent-qq/repos/community-staging-x86_64/PKGBUILD
(from rev 595567, haskell-persistent-qq/trunk/PKGBUILD)

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

Copied: haskell-persistent-qq/repos/community-staging-x86_64/PKGBUILD (from rev 
595567, haskell-persistent-qq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-12 21:39:24 UTC (rev 595568)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=persistent-qq
+pkgname=haskell-persistent-qq
+pkgver=2.9.1.1
+pkgrel=46
+pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
+url="https://github.com/yesod-web/persistent;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-meta' 'haskell-persistent')
+makedepends=('ghc' 'haskell-aeson' 'haskell-fast-logger' 'haskell-hspec' 
'haskell-hunit'
+ 'haskell-monad-logger' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-resourcet' 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('3fbdaefe6b5304ca8076b7dae3eab0ac08d624da1e595fcb29e24c2dfae1af376855b67802f0badb5f0b812c9dcda7cbc6e0b6cd26da618b6fe378866a39cd5f')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-12 Thread Felix Yan via arch-commits
Date: Thursday, March 12, 2020 @ 21:39:10
  Author: felixonmars
Revision: 595567

upgpkg: haskell-persistent-qq 2.9.1.1-46: rebuild with persistent 2.10.5.2

Modified:
  haskell-persistent-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 21:38:07 UTC (rev 595566)
+++ PKGBUILD2020-03-12 21:39:10 UTC (rev 595567)
@@ -3,7 +3,7 @@
 _hkgname=persistent-qq
 pkgname=haskell-persistent-qq
 pkgver=2.9.1.1
-pkgrel=45
+pkgrel=46
 pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
 url="https://github.com/yesod-web/persistent;
 license=('MIT')


  1   2   3   4   >