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

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Thursday, November 22, 2018 @ 07:53:21
  Author: arojas
Revision: 409316

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-22 07:52:51 UTC (rev 409315)
+++ PKGBUILD2018-11-22 07:53:21 UTC (rev 409316)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Omar Sandoval 
-# Contributor: Alexander Slesarev 
-
-pkgbase=python-gmpy2
-pkgname=(python2-gmpy2 python-gmpy2)
-pkgver=2.1.0a2
-pkgrel=3
-pkgdesc="Provides C-coded Python modules for fast multiple-precision 
arithmetic."
-arch=(x86_64)
-url="https://github.com/aleaxit/gmpy;
-license=(LGPL2.1)
-makedepends=(python2-setuptools python-setuptools libmpc git)
-#source=("https://pypi.io/packages/source/g/gmpy2/gmpy2-$pkgver.tar.gz;
-source=(git://github.com/aleaxit/gmpy#tag=gmpy2-$pkgver
-
gmpy2-cython.patch::"https://github.com/aleaxit/gmpy/commit/cb0d591e.patch;)
-sha256sums=('SKIP'
-'457e29bc4441a868eabd5a1f2a45316d13b96e949c2616237f2700e5d3d5bf6c')
-
-prepare() {
-  mv gmpy gmpy2-$pkgver
-
-  cd gmpy2-$pkgver
-   patch -p1 -i ../gmpy2-cython.patch # Fix install of cython headers
-  cd ..
-
-  cp -r gmpy2-$pkgver{,-py2}  
-}
-
-build() {
-  cd gmpy2-$pkgver
-  python setup.py build
-
-  cd ../gmpy2-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python2-gmpy2() {
-  depends=(python2 libmpc)
-
-  cd gmpy2-$pkgver-py2
-  python2 setup.py install --root=$pkgdir --optimize=1 --skip-build
-
-  install -d -m 755 $pkgdir/usr/share/doc/$pkgname
-  install -m 644 -t $pkgdir/usr/share/doc/$pkgname docs/*
-}
-
-package_python-gmpy2() {
-  depends=(python libmpc)
-  
-  cd gmpy2-$pkgver 
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
- 
-  install -d -m 755 $pkgdir/usr/share/doc/$pkgname
-  install -m 644 -t $pkgdir/usr/share/doc/$pkgname docs/*
-}
-

Copied: python-gmpy2/repos/community-x86_64/PKGBUILD (from rev 409315, 
python-gmpy2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-22 07:53:21 UTC (rev 409316)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Omar Sandoval 
+# Contributor: Alexander Slesarev 
+
+pkgbase=python-gmpy2
+pkgname=(python2-gmpy2 python-gmpy2)
+pkgver=2.1.0a4
+pkgrel=1
+pkgdesc="Provides C-coded Python modules for fast multiple-precision 
arithmetic."
+arch=(x86_64)
+url="https://github.com/aleaxit/gmpy;
+license=(LGPL2.1)
+makedepends=(python2-setuptools python-setuptools libmpc git)
+source=("https://github.com/aleaxit/gmpy/releases/download/gmpy2-${pkgver/.0/}/gmpy2-$pkgver.tar.gz;)
+sha256sums=('7822b3336ee022b64edd66695375bd06dfc8586a52450128c0a3cd0d9cb4b857')
+
+prepare() {
+  cp -r gmpy2-$pkgver{,-py2}  
+}
+
+build() {
+  cd gmpy2-$pkgver
+  python setup.py build
+
+  cd ../gmpy2-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python2-gmpy2() {
+  depends=(python2 libmpc)
+
+  cd gmpy2-$pkgver-py2
+  python2 setup.py install --root=$pkgdir --optimize=1 --skip-build
+
+  install -d -m 755 $pkgdir/usr/share/doc/$pkgname
+  install -m 644 -t $pkgdir/usr/share/doc/$pkgname docs/*
+}
+
+package_python-gmpy2() {
+  depends=(python libmpc)
+  
+  cd gmpy2-$pkgver 
+  python setup.py install --root=$pkgdir --optimize=1 --skip-build
+ 
+  install -d -m 755 $pkgdir/usr/share/doc/$pkgname
+  install -m 644 -t $pkgdir/usr/share/doc/$pkgname docs/*
+}
+


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

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Thursday, November 22, 2018 @ 07:52:51
  Author: arojas
Revision: 409315

Update to 2.1.0a4

Modified:
  python-gmpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 23:43:08 UTC (rev 409314)
+++ PKGBUILD2018-11-22 07:52:51 UTC (rev 409315)
@@ -4,26 +4,17 @@
 
 pkgbase=python-gmpy2
 pkgname=(python2-gmpy2 python-gmpy2)
-pkgver=2.1.0a2
-pkgrel=3
+pkgver=2.1.0a4
+pkgrel=1
 pkgdesc="Provides C-coded Python modules for fast multiple-precision 
arithmetic."
 arch=(x86_64)
 url="https://github.com/aleaxit/gmpy;
 license=(LGPL2.1)
 makedepends=(python2-setuptools python-setuptools libmpc git)
-#source=("https://pypi.io/packages/source/g/gmpy2/gmpy2-$pkgver.tar.gz;
-source=(git://github.com/aleaxit/gmpy#tag=gmpy2-$pkgver
-
gmpy2-cython.patch::"https://github.com/aleaxit/gmpy/commit/cb0d591e.patch;)
-sha256sums=('SKIP'
-'457e29bc4441a868eabd5a1f2a45316d13b96e949c2616237f2700e5d3d5bf6c')
+source=("https://github.com/aleaxit/gmpy/releases/download/gmpy2-${pkgver/.0/}/gmpy2-$pkgver.tar.gz;)
+sha256sums=('7822b3336ee022b64edd66695375bd06dfc8586a52450128c0a3cd0d9cb4b857')
 
 prepare() {
-  mv gmpy gmpy2-$pkgver
-
-  cd gmpy2-$pkgver
-   patch -p1 -i ../gmpy2-cython.patch # Fix install of cython headers
-  cd ..
-
   cp -r gmpy2-$pkgver{,-py2}  
 }
 


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

2018-11-21 Thread Jan Steffens via arch-commits
Date: Thursday, November 22, 2018 @ 07:42:36
  Author: heftig
Revision: 340220

archrelease: copy trunk to staging-x86_64

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

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  241 +
 config| 9798 
 linux.install |   10 
 linux.preset  |   14 
 6 files changed, 10086 insertions(+)

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


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

2018-11-21 Thread Jan Steffens via arch-commits
Date: Thursday, November 22, 2018 @ 07:42:37
  Author: heftig
Revision: 340221

archrelease: copy trunk to staging-x86_64

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

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  241 +
 config| 9837 
 linux.install |   10 
 linux.preset  |   14 
 6 files changed, 10125 insertions(+)

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


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

2018-11-21 Thread Jan Steffens via arch-commits
Date: Thursday, November 22, 2018 @ 07:41:48
  Author: heftig
Revision: 340219

4.19.3.zen1-1

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

--+
 PKGBUILD |4 ++--
 config   |8 ++--
 2 files changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-22 07:41:48 UTC (rev 340218)
+++ PKGBUILD2018-11-22 07:41:48 UTC (rev 340219)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.19.2-zen1
+_srcver=4.19.3-zen1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'6b281ab7860bf994a286c257b76c7afc3adc2eafa5fa282ff4219ca28fedf8e8'
+'4e4da53c86f21f5949519c57884d322a486107ea1559a5ff9f2318c08cafcdf1'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-11-22 07:41:48 UTC (rev 340218)
+++ config  2018-11-22 07:41:48 UTC (rev 340219)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.2-zen1 Kernel Configuration
+# Linux/x86 4.19.3-zen1 Kernel Configuration
 #
 
 #
@@ -17,6 +17,7 @@
 # General setup
 #
 CONFIG_ZEN_INTERACTIVE=y
+# CONFIG_SCHED_MUQSS is not set
 CONFIG_INIT_ENV_ARG_LIMIT=32
 # CONFIG_COMPILE_TEST is not set
 CONFIG_LOCALVERSION=""
@@ -378,6 +379,8 @@
 CONFIG_SCHED_SMT=y
 CONFIG_SCHED_MC=y
 CONFIG_SCHED_MC_PRIO=y
+CONFIG_RQ_NONE=y
+CONFIG_SHARERQ=0
 CONFIG_X86_LOCAL_APIC=y
 CONFIG_X86_IO_APIC=y
 CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
@@ -1628,6 +1631,7 @@
 CONFIG_L2TP_IP=m
 CONFIG_L2TP_ETH=m
 CONFIG_STP=m
+CONFIG_GARP=m
 CONFIG_MRP=m
 CONFIG_BRIDGE=m
 CONFIG_BRIDGE_IGMP_SNOOPING=y
@@ -1644,7 +1648,7 @@
 CONFIG_NET_DSA_TAG_MTK=y
 CONFIG_NET_DSA_TAG_QCA=y
 CONFIG_VLAN_8021Q=m
-# CONFIG_VLAN_8021Q_GVRP is not set
+CONFIG_VLAN_8021Q_GVRP=y
 CONFIG_VLAN_8021Q_MVRP=y
 # CONFIG_DECNET is not set
 CONFIG_LLC=m


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

2018-11-21 Thread Jan Steffens via arch-commits
Date: Thursday, November 22, 2018 @ 07:41:48
  Author: heftig
Revision: 340218

4.19.3.arch1-1

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |4 ++--
 config   |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-22 07:09:05 UTC (rev 340217)
+++ PKGBUILD2018-11-22 07:41:48 UTC (rev 340218)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.19.2-arch1
+_srcver=4.19.3-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'f4fb0c8d607f6abd4b5c7a2f96f803ba0d789c59ee709601d53fdae8c14badde'
+'e7fa30bb2de12d1a2488423e27c00f26d55668e310e69aaf93673c1afd89dbaf'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-11-22 07:09:05 UTC (rev 340217)
+++ config  2018-11-22 07:41:48 UTC (rev 340218)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.2-arch1 Kernel Configuration
+# Linux/x86 4.19.3-arch1 Kernel Configuration
 #
 
 #


[arch-commits] Commit in digikam/repos/kde-unstable-x86_64 (3 files)

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Thursday, November 22, 2018 @ 07:09:05
  Author: arojas
Revision: 340217

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  digikam/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340216, digikam/kde-unstable/PKGBUILD)
  digikam/repos/kde-unstable-x86_64/digikam-opencv4.patch
(from rev 340216, digikam/kde-unstable/digikam-opencv4.patch)
Deleted:
  digikam/repos/kde-unstable-x86_64/PKGBUILD

---+
 PKGBUILD  |  101 +---
 digikam-opencv4.patch |   56 ++
 2 files changed, 109 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-22 07:08:42 UTC (rev 340216)
+++ PKGBUILD2018-11-22 07:09:05 UTC (rev 340217)
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $
-# Maintainer: Ronald van Haren 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=digikam
-_pkgver=6.0.0-beta2
-pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=2
-pkgdesc="An advanced digital photo management application"
-arch=(x86_64)
-license=(GPL)
-url="http://www.digikam.org/;
-depends=(liblqr lensfun opencv akonadi-contacts knotifyconfig libksane 
kfilemetadata qtav marble-common threadweaver kcalcore
- qt5-webengine libkvkontakte libmediawiki)
-makedepends=(extra-cmake-modules doxygen eigen boost kdoctools)
-optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)')
-source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz"{,.sig})
-sha256sums=('73ae57e2a5af538f335da312b5e9039268c81f124864af047ac3ebe6a86e7330'
-'SKIP')
-validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-${_pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DENABLE_KFILEMETADATASUPPORT=ON \
--DENABLE_MEDIAPLAYER=ON \
--DENABLE_AKONADICONTACTSUPPORT=ON \
--DENABLE_MYSQLSUPPORT=ON \
--DENABLE_APPSTYLES=ON \
--DENABLE_QWEBENGINE=ON \
--DOpenGL_GL_PREFERENCE=GLVND
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: digikam/repos/kde-unstable-x86_64/PKGBUILD (from rev 340216, 
digikam/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-22 07:09:05 UTC (rev 340217)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $
+# Maintainer: Ronald van Haren 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=digikam
+_pkgver=6.0.0-beta2
+pkgver=${_pkgver//-/_} # for beta versions
+pkgrel=3
+pkgdesc="An advanced digital photo management application"
+arch=(x86_64)
+license=(GPL)
+url="http://www.digikam.org/;
+depends=(liblqr lensfun opencv akonadi-contacts knotifyconfig libksane 
kfilemetadata qtav marble-common threadweaver kcalcore
+ qt5-webengine libkvkontakte libmediawiki)
+makedepends=(extra-cmake-modules doxygen eigen boost kdoctools)
+optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)')
+source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz"{,.sig}
+digikam-opencv4.patch)
+sha256sums=('73ae57e2a5af538f335da312b5e9039268c81f124864af047ac3ebe6a86e7330'
+'SKIP'
+'d86033a92eb4fbe337636b1fb943d9234181efef9848ff7544e8117645347542')
+validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$_pkgver
+  patch -p1 -i ../digikam-opencv4.patch # Fix build with opencv 4
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-${_pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DENABLE_KFILEMETADATASUPPORT=ON \
+-DENABLE_MEDIAPLAYER=ON \
+-DENABLE_AKONADICONTACTSUPPORT=ON \
+-DENABLE_MYSQLSUPPORT=ON \
+-DENABLE_APPSTYLES=ON \
+-DENABLE_QWEBENGINE=ON \
+-DOpenGL_GL_PREFERENCE=GLVND
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: digikam/repos/kde-unstable-x86_64/digikam-opencv4.patch (from rev 
340216, digikam/kde-unstable/digikam-opencv4.patch)
===
--- digikam-opencv4.patch   (rev 0)
+++ digikam-opencv4.patch   2018-11-22 07:09:05 UTC (rev 340217)
@@ -0,0 +1,56 @@
+diff --git a/core/app/utils/digikam_opencv.h.cmake.in 
b/core/app/utils/digikam_opencv.h.cmake.in
+index 9195aad6e7..b3d6de1f86 100644
+--- a/core/app/utils/digikam_opencv.h.cmake.in
 

[arch-commits] Commit in digikam/kde-unstable (PKGBUILD digikam-opencv4.patch)

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Thursday, November 22, 2018 @ 07:08:42
  Author: arojas
Revision: 340216

opencv 4.0 rebuild

Added:
  digikam/kde-unstable/digikam-opencv4.patch
Modified:
  digikam/kde-unstable/PKGBUILD

---+
 PKGBUILD  |   11 ++---
 digikam-opencv4.patch |   56 
 2 files changed, 64 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-22 06:09:13 UTC (rev 340215)
+++ PKGBUILD2018-11-22 07:08:42 UTC (rev 340216)
@@ -7,7 +7,7 @@
 pkgname=digikam
 _pkgver=6.0.0-beta2
 pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=2
+pkgrel=3
 pkgdesc="An advanced digital photo management application"
 arch=(x86_64)
 license=(GPL)
@@ -16,13 +16,18 @@
  qt5-webengine libkvkontakte libmediawiki)
 makedepends=(extra-cmake-modules doxygen eigen boost kdoctools)
 optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)')
-source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz"{,.sig})
+source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz"{,.sig}
+digikam-opencv4.patch)
 sha256sums=('73ae57e2a5af538f335da312b5e9039268c81f124864af047ac3ebe6a86e7330'
-'SKIP')
+'SKIP'
+'d86033a92eb4fbe337636b1fb943d9234181efef9848ff7544e8117645347542')
 validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$_pkgver
+  patch -p1 -i ../digikam-opencv4.patch # Fix build with opencv 4
 }
 
 build() {

Added: digikam-opencv4.patch
===
--- digikam-opencv4.patch   (rev 0)
+++ digikam-opencv4.patch   2018-11-22 07:08:42 UTC (rev 340216)
@@ -0,0 +1,56 @@
+diff --git a/core/app/utils/digikam_opencv.h.cmake.in 
b/core/app/utils/digikam_opencv.h.cmake.in
+index 9195aad6e7..b3d6de1f86 100644
+--- a/core/app/utils/digikam_opencv.h.cmake.in
 b/core/app/utils/digikam_opencv.h.cmake.in
+@@ -54,24 +54,36 @@
+ #   include 
+ #   include 
+ #   include 
+-#else
++#elif OPENCV_TEST_VERSION(4,0,0)
+ #   include 
+ #   include 
+ #   include 
+ #   include 
++#else
++#   include 
++#   include 
++#   include 
++#   include 
+ #endif
+ 
+ #if OPENCV_TEST_VERSION(3,0,0)
+ #   include 
+ #   include 
+ #   include 
+-#else
++#elif OPENCV_TEST_VERSION(4,0,0)
+ #   include 
+ #   include 
+ #   include 
+ #   include 
+ #   include 
+ #   include 
++#else
++#   include 
++#   include 
++#   include 
++#   include 
++#   include 
++#   include 
+ #endif
+ 
+ // for old-style code
+diff --git a/core/libs/facesengine/detection/opencvfacedetector.cpp 
b/core/libs/facesengine/detection/opencvfacedetector.cpp
+index 2a28276d09..639540a964 100644
+--- a/core/libs/facesengine/detection/opencvfacedetector.cpp
 b/core/libs/facesengine/detection/opencvfacedetector.cpp
+@@ -358,7 +358,7 @@ void OpenCVFaceDetector::updateParameters(const cv::Size& 
/*scaledSize*/, const
+  * unless in we want very high sensitivity at low speed
+  */
+ if (d->sensitivityVsSpecificity > 0.1 || d->speedVsAccuracy < 0.9)
+-d->primaryParams.flags = CV_HAAR_DO_CANNY_PRUNING;
++d->primaryParams.flags = cv::CASCADE_DO_CANNY_PRUNING;
+ else
+ d->primaryParams.flags = 0;
+ 


[arch-commits] Commit in ranger/repos/community-any (3 files)

2018-11-21 Thread Levente Polyak via arch-commits
Date: Wednesday, November 21, 2018 @ 23:43:08
  Author: anthraxx
Revision: 409314

archrelease: copy trunk to community-any

Added:
  ranger/repos/community-any/PKGBUILD
(from rev 409313, ranger/trunk/PKGBUILD)
Deleted:
  ranger/repos/community-any/PKGBUILD
  ranger/repos/community-any/replace-stopiteration-with-bare-return.patch

--+
 PKGBUILD |   90 -
 replace-stopiteration-with-bare-return.patch |   21 -
 2 files changed, 45 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 23:43:02 UTC (rev 409313)
+++ PKGBUILD2018-11-21 23:43:08 UTC (rev 409314)
@@ -1,45 +0,0 @@
-# Maintainer: schuay 
-# Previous maintainer: Roman Zimbelmann 
-
-pkgname=ranger
-pkgver=1.9.1
-pkgrel=3
-pkgdesc='A simple, vim-like file manager'
-arch=('any')
-url='https://ranger.github.io'
-license=('GPL')
-depends=('python')
-optdepends=(
-'atool: for previews of archives'
-'elinks: for previews of html pages'
-'ffmpegthumbnailer: for video previews'
-'highlight: for syntax highlighting of code'
-'libcaca: for ASCII-art image previews'
-'lynx: for previews of html pages'
-'mediainfo: for viewing information about media files'
-'odt2txt: for OpenDocument texts'
-'perl-image-exiftool: for viewing information about media files'
-'poppler: for pdf previews'
-'python-chardet: in case of encoding detection problems'
-'sudo: to use the "run as root"-feature'
-'transmission-cli: for viewing bittorrent information'
-'w3m: for previews of images and html pages')
-conflicts=('ranger-git')
-source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz;
-"http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig;
-"replace-stopiteration-with-bare-return.patch")
-sha256sums=('40411b0dd08b0abd2632399751b111359786ae5f1e6df047f49653cb7a9edfd2'
-'SKIP'
-'116d6a29139acb7d5216ced45cfcc9faa27ab66acc6aecf4306d9adc7059b872')
-validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
-
-package() { 
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # https://github.com/ranger/ranger/pull/1244
-  patch -Np1 < "${srcdir}/replace-stopiteration-with-bare-return.patch"
-
-  # Replace "python" with the python binary you want ranger to use!
-  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
-  python setup.py -q install --root="${pkgdir}" --optimize=1
-}

Copied: ranger/repos/community-any/PKGBUILD (from rev 409313, 
ranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 23:43:08 UTC (rev 409314)
@@ -0,0 +1,45 @@
+# Maintainer: schuay 
+# Maintainer: Levente Polyak 
+# Previous maintainer: Roman Zimbelmann 
+
+pkgname=ranger
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='Simple, vim-like file manager'
+arch=('any')
+url='https://ranger.github.io'
+license=('GPL')
+depends=('python')
+optdepends=(
+'atool: for previews of archives'
+'elinks: for previews of html pages'
+'ffmpegthumbnailer: for video previews'
+'highlight: for syntax highlighting of code'
+'libcaca: for ASCII-art image previews'
+'lynx: for previews of html pages'
+'mediainfo: for viewing information about media files'
+'odt2txt: for OpenDocument texts'
+'perl-image-exiftool: for viewing information about media files'
+'poppler: for pdf previews'
+'python-chardet: in case of encoding detection problems'
+'sudo: to use the "run as root"-feature'
+'transmission-cli: for viewing bittorrent information'
+'w3m: for previews of images and html pages')
+checkdepends=('python-pytest')
+source=(https://ranger.github.io/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('0e1d1b1d3f78c227a6cfa783822e98591ca76a35c643d4814f40f73515d66b8a'
+'SKIP')
+validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF'
+  '66FA95C0F1619BDA520A41F60D63346A5D15D055') # huterich
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test_pytest
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:

Deleted: replace-stopiteration-with-bare-return.patch
===
--- replace-stopiteration-with-bare-return.patch2018-11-21 23:43:02 UTC 
(rev 409313)
+++ replace-stopiteration-with-bare-return.patch2018-11-21 23:43:08 UTC 
(rev 409314)
@@ -1,21 +0,0 @@
-diff --git a/ranger/gui/widgets/pager.py b/ranger/gui/widgets/pager.py
-index 9afbfd15..d64d4ac1 100644
 a/ranger/gui/widgets/pager.py
-+++ b/ranger/gui/widgets/pager.py
-@@ -234,7 +234,7 @@ class Pager(Widget):  # pylint: 
disable=too-many-instance-attributes
- def _generate_lines(self, starty, startx):
- i = starty
- 

[arch-commits] Commit in ranger/trunk (2 files)

2018-11-21 Thread Levente Polyak via arch-commits
Date: Wednesday, November 21, 2018 @ 23:43:02
  Author: anthraxx
Revision: 409313

upgpkg: ranger 1.9.2-1

Modified:
  ranger/trunk/PKGBUILD
Deleted:
  ranger/trunk/replace-stopiteration-with-bare-return.patch

--+
 PKGBUILD |   38 -
 replace-stopiteration-with-bare-return.patch |   21 -
 2 files changed, 19 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 22:41:33 UTC (rev 409312)
+++ PKGBUILD2018-11-21 23:43:02 UTC (rev 409313)
@@ -1,10 +1,11 @@
 # Maintainer: schuay 
+# Maintainer: Levente Polyak 
 # Previous maintainer: Roman Zimbelmann 
 
 pkgname=ranger
-pkgver=1.9.1
-pkgrel=3
-pkgdesc='A simple, vim-like file manager'
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='Simple, vim-like file manager'
 arch=('any')
 url='https://ranger.github.io'
 license=('GPL')
@@ -24,22 +25,21 @@
 'sudo: to use the "run as root"-feature'
 'transmission-cli: for viewing bittorrent information'
 'w3m: for previews of images and html pages')
-conflicts=('ranger-git')
-source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz;
-"http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig;
-"replace-stopiteration-with-bare-return.patch")
-sha256sums=('40411b0dd08b0abd2632399751b111359786ae5f1e6df047f49653cb7a9edfd2'
-'SKIP'
-'116d6a29139acb7d5216ced45cfcc9faa27ab66acc6aecf4306d9adc7059b872')
-validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
+checkdepends=('python-pytest')
+source=(https://ranger.github.io/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('0e1d1b1d3f78c227a6cfa783822e98591ca76a35c643d4814f40f73515d66b8a'
+'SKIP')
+validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF'
+  '66FA95C0F1619BDA520A41F60D63346A5D15D055') # huterich
 
-package() { 
-  cd "${srcdir}/${pkgname}-${pkgver}"
+check() {
+  cd ${pkgname}-${pkgver}
+  make test_pytest
+}
 
-  # https://github.com/ranger/ranger/pull/1244
-  patch -Np1 < "${srcdir}/replace-stopiteration-with-bare-return.patch"
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
 
-  # Replace "python" with the python binary you want ranger to use!
-  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
-  python setup.py -q install --root="${pkgdir}" --optimize=1
-}
+# vim: ts=2 sw=2 et:

Deleted: replace-stopiteration-with-bare-return.patch
===
--- replace-stopiteration-with-bare-return.patch2018-11-21 22:41:33 UTC 
(rev 409312)
+++ replace-stopiteration-with-bare-return.patch2018-11-21 23:43:02 UTC 
(rev 409313)
@@ -1,21 +0,0 @@
-diff --git a/ranger/gui/widgets/pager.py b/ranger/gui/widgets/pager.py
-index 9afbfd15..d64d4ac1 100644
 a/ranger/gui/widgets/pager.py
-+++ b/ranger/gui/widgets/pager.py
-@@ -234,7 +234,7 @@ class Pager(Widget):  # pylint: 
disable=too-many-instance-attributes
- def _generate_lines(self, starty, startx):
- i = starty
- if not self.source:
--raise StopIteration
-+return
- while True:
- try:
- line = self._get_line(i).expandtabs(4)
-@@ -244,5 +244,5 @@ class Pager(Widget):  # pylint: 
disable=too-many-instance-attributes
- line = line[startx:self.wid + startx]
- yield line.rstrip().replace('\r\n', '\n')
- except IndexError:
--raise StopIteration
-+return
- i += 1
-


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

2018-11-21 Thread Jan Steffens via arch-commits
Date: Wednesday, November 21, 2018 @ 22:54:56
  Author: heftig
Revision: 340213

archrelease: copy trunk to extra-x86_64

Added:
  nautilus/repos/extra-x86_64/PKGBUILD
(from rev 340212, nautilus/trunk/PKGBUILD)
Deleted:
  nautilus/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 22:54:44 UTC (rev 340212)
+++ PKGBUILD2018-11-21 22:54:56 UTC (rev 340213)
@@ -1,66 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.30.3
-pkgrel=1
-pkgdesc="Default file manager for GNOME"
-url="https://wiki.gnome.org/Apps/Nautilus;
-arch=(x86_64)
-license=(GPL)
-depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar)
-makedepends=(gobject-introspection packagekit git gtk-doc meson appstream-glib)
-options=(!emptydirs)
-_commit=5b6fe84d1e17fa6f1a7a79074f4cccff73252c16  # tags/3.30.3^0
-source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgbase
-
-  # Fixup tag
-  git tag -f 3.30.2 b98248134de06a596500fba7014f3033c3111314
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgbase build -D docs=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-### Split libnautilus-extension
-
-  mkdir -p libne/{lib,share}
-  mv "$pkgdir"/usr/include libne
-  mv "$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig} 
libne/lib
-  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} libne/share
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-  mv libne "$pkgdir/usr"
-}
-
-# vim:set sw=2 et:

Copied: nautilus/repos/extra-x86_64/PKGBUILD (from rev 340212, 
nautilus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 22:54:56 UTC (rev 340213)
@@ -0,0 +1,66 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.30.4
+pkgrel=1
+pkgdesc="Default file manager for GNOME"
+url="https://wiki.gnome.org/Apps/Nautilus;
+arch=(x86_64)
+license=(GPL)
+depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar)
+makedepends=(gobject-introspection packagekit git gtk-doc meson appstream-glib)
+options=(!emptydirs)
+_commit=125c174b2e1c42fd20ddb94f42c256489c543010  # tags/3.30.4^0
+source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgbase
+
+  # Fixup tag
+  git tag -f 3.30.2 b98248134de06a596500fba7014f3033c3111314
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgbase build -D docs=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+### Split libnautilus-extension
+
+  mkdir -p libne/{lib,share}
+  mv "$pkgdir"/usr/include libne
+  mv "$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig} 
libne/lib
+  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} libne/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+  mv libne "$pkgdir/usr"
+}
+
+# vim:set sw=2 et:


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

2018-11-21 Thread Jan Steffens via arch-commits
Date: Wednesday, November 21, 2018 @ 22:54:44
  Author: heftig
Revision: 340212

3.30.4-1

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 22:12:12 UTC (rev 340211)
+++ PKGBUILD2018-11-21 22:54:44 UTC (rev 340212)
@@ -3,7 +3,7 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.30.3
+pkgver=3.30.4
 pkgrel=1
 pkgdesc="Default file manager for GNOME"
 url="https://wiki.gnome.org/Apps/Nautilus;
@@ -12,7 +12,7 @@
 depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar)
 makedepends=(gobject-introspection packagekit git gtk-doc meson appstream-glib)
 options=(!emptydirs)
-_commit=5b6fe84d1e17fa6f1a7a79074f4cccff73252c16  # tags/3.30.3^0
+_commit=125c174b2e1c42fd20ddb94f42c256489c543010  # tags/3.30.4^0
 source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'


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

2018-11-21 Thread Jan Steffens via arch-commits
Date: Wednesday, November 21, 2018 @ 22:41:33
  Author: heftig
Revision: 409312

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 409311, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 22:41:19 UTC (rev 409311)
+++ PKGBUILD2018-11-21 22:41:33 UTC (rev 409312)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: FaziBear 
-
-pkgname=jruby
-pkgver=9.2.2.0
-pkgrel=1
-pkgdesc="100% pure-Java implementation of the Ruby programming language"
-arch=(any)
-url="https://www.jruby.org/;
-license=(EPL GPL2 LGPL2.1 custom)
-options=(!strip)
-_tarname=jruby-dist-$pkgver-bin.tar.gz
-noextract=($_tarname)
-source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/$_tarname)
-md5sums=('be678559801be029fe233c33396e34d2')
-sha1sums=('95559e381844231b6a89dca52b60dc70552a5540')
-sha256sums=('0daadec9b9416558cba36908593bf9ec6cd625f853203a54b397abeb7a5d1c42')
-
-package() {
-  depends=(java-runtime-headless bash)
-
-  cd "$pkgdir"
-
-  mkdir opt
-  bsdtar -C opt -xf "$srcdir/$_tarname"
-  mv opt/jruby-$pkgver opt/jruby
-
-  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -print 
-delete
-  rm -rv opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
-
-  chmod -cR g-w opt/jruby
-
-  mkdir -p usr/bin
-  ln -srt usr/bin opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
-
-  mkdir -p usr/share/licenses/$pkgname
-  ln -srt usr/share/licenses/$pkgname opt/jruby/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 409311, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 22:41:33 UTC (rev 409312)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=9.2.4.0
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+arch=(any)
+url="https://www.jruby.org/;
+license=(EPL GPL2 LGPL2.1 custom)
+options=(!strip)
+_tarname=jruby-dist-$pkgver-bin.tar.gz
+noextract=($_tarname)
+source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/$_tarname)
+md5sums=('f538f2be459f0f0e517a53446e78a354')
+sha1sums=('bbaa2ba3e5279187784ae7356183664489fa1ed7')
+sha256sums=('b9638c82c85d89f6e8b2da1b876ac235bb9ed47f2163b3c851f0496c9bd58a0c')
+
+package() {
+  depends=(java-runtime-headless bash)
+
+  cd "$pkgdir"
+
+  mkdir opt
+  bsdtar -C opt -xf "$srcdir/$_tarname"
+  mv opt/jruby-$pkgver opt/jruby
+
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -print 
-delete
+  rm -rv opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
+
+  chmod -cR g-w opt/jruby
+
+  mkdir -p usr/bin
+  ln -srt usr/bin opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -srt usr/share/licenses/$pkgname opt/jruby/COPYING
+}


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

2018-11-21 Thread Jan Steffens via arch-commits
Date: Wednesday, November 21, 2018 @ 22:41:19
  Author: heftig
Revision: 409311

9.2.4.0-1

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 22:31:53 UTC (rev 409310)
+++ PKGBUILD2018-11-21 22:41:19 UTC (rev 409311)
@@ -2,7 +2,7 @@
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=9.2.2.0
+pkgver=9.2.4.0
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 arch=(any)
@@ -12,9 +12,9 @@
 _tarname=jruby-dist-$pkgver-bin.tar.gz
 noextract=($_tarname)
 source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/$_tarname)
-md5sums=('be678559801be029fe233c33396e34d2')
-sha1sums=('95559e381844231b6a89dca52b60dc70552a5540')
-sha256sums=('0daadec9b9416558cba36908593bf9ec6cd625f853203a54b397abeb7a5d1c42')
+md5sums=('f538f2be459f0f0e517a53446e78a354')
+sha1sums=('bbaa2ba3e5279187784ae7356183664489fa1ed7')
+sha256sums=('b9638c82c85d89f6e8b2da1b876ac235bb9ed47f2163b3c851f0496c9bd58a0c')
 
 package() {
   depends=(java-runtime-headless bash)


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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 22:31:53
  Author: felixonmars
Revision: 409310

archrelease: copy trunk to community-any

Added:
  python-zope-testrunner/repos/community-any/PKGBUILD
(from rev 409309, python-zope-testrunner/trunk/PKGBUILD)
Deleted:
  python-zope-testrunner/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 22:31:36 UTC (rev 409309)
+++ PKGBUILD2018-11-21 22:31:53 UTC (rev 409310)
@@ -1,65 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-zope-testrunner
-pkgname=('python-zope-testrunner' 'python2-zope-testrunner')
-pkgver=4.9
-pkgrel=1
-pkgdesc="Zope testrunner script"
-arch=('any')
-url="https://github.com/zopefoundation/zope.testrunner;
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-exceptions' 
'python2-zope-exceptions'
- 'python-six' 'python2-six')
-checkdepends=('python-zope-testing' 'python2-zope-testing' 
'python-zope-testrunner'
-  'python2-zope-testrunner' 'python-virtualenv' 
'python2-virtualenv')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.testrunner/archive/$pkgver.tar.gz;)
-sha512sums=('9208d1730bc64e1d74e7c84041244b99b3fdb4d18bc2161f161591087a4e54d417fec7d3a4b9c02c5b2baffecb1b0ac6f8e8022acb4e6311155a80f20235ffd4')
-
-prepare() {
-  cp -a zope.testrunner-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/zope.testrunner-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/zope.testrunner-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.testrunner-$pkgver
-  virtualenv "$srcdir/pyvenv" --system-site-packages
-  (
-. "$srcdir/pyvenv/bin/activate"
-python setup.py develop
-python setup.py test
-  )
-
-  cd "$srcdir"/zope.testrunner-$pkgver-py2
-  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-  (
-. "$srcdir/pyvenv-py2/bin/activate"
-python2 setup.py develop
-python2 setup.py test
-  )
-}
-
-package_python-zope-testrunner() {
-  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions' 'python-six')
-
-  cd zope.testrunner-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-zope-testrunner() {
-  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions' 'python2-six')
-
-  cd zope.testrunner-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/zope-testrunner{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-testrunner/repos/community-any/PKGBUILD (from rev 409309, 
python-zope-testrunner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 22:31:53 UTC (rev 409310)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-testrunner
+pkgname=('python-zope-testrunner' 'python2-zope-testrunner')
+pkgver=4.9.1
+pkgrel=1
+pkgdesc="Zope testrunner script"
+arch=('any')
+url="https://github.com/zopefoundation/zope.testrunner;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-exceptions' 
'python2-zope-exceptions'
+ 'python-six' 'python2-six')
+checkdepends=('python-zope-testing' 'python2-zope-testing' 
'python-zope-testrunner'
+  'python2-zope-testrunner' 'python-virtualenv' 
'python2-virtualenv')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.testrunner/archive/$pkgver.tar.gz;)
+sha512sums=('1ee53bd19056554a92c3101d54c876ebbba0d8a050e2e406842b261023603e0799cb1a27d299ac524e661471ad0715df8f44de8598426841ea904019fbad92cd')
+
+prepare() {
+  cp -a zope.testrunner-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.testrunner-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.testrunner-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.testrunner-$pkgver
+  virtualenv "$srcdir/pyvenv" --system-site-packages
+  (
+. "$srcdir/pyvenv/bin/activate"
+python setup.py develop
+python setup.py test
+  )
+
+  cd "$srcdir"/zope.testrunner-$pkgver-py2
+  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+  (
+. "$srcdir/pyvenv-py2/bin/activate"
+python2 setup.py develop
+python2 setup.py test
+  )
+}
+
+package_python-zope-testrunner() {
+  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions' 'python-six')
+
+  cd zope.testrunner-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-zope-testrunner() {
+  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions' 'python2-six')
+
+  cd zope.testrunner-$pkgver-py2
+  

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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 22:31:36
  Author: felixonmars
Revision: 409309

upgpkg: python-zope-testrunner 4.9.1-1

Modified:
  python-zope-testrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 22:11:53 UTC (rev 409308)
+++ PKGBUILD2018-11-21 22:31:36 UTC (rev 409309)
@@ -2,7 +2,7 @@
 
 pkgbase=python-zope-testrunner
 pkgname=('python-zope-testrunner' 'python2-zope-testrunner')
-pkgver=4.9
+pkgver=4.9.1
 pkgrel=1
 pkgdesc="Zope testrunner script"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-zope-testing' 'python2-zope-testing' 
'python-zope-testrunner'
   'python2-zope-testrunner' 'python-virtualenv' 
'python2-virtualenv')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.testrunner/archive/$pkgver.tar.gz;)
-sha512sums=('9208d1730bc64e1d74e7c84041244b99b3fdb4d18bc2161f161591087a4e54d417fec7d3a4b9c02c5b2baffecb1b0ac6f8e8022acb4e6311155a80f20235ffd4')
+sha512sums=('1ee53bd19056554a92c3101d54c876ebbba0d8a050e2e406842b261023603e0799cb1a27d299ac524e661471ad0715df8f44de8598426841ea904019fbad92cd')
 
 prepare() {
   cp -a zope.testrunner-$pkgver{,-py2}


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

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 22:08:20
  Author: arojas
Revision: 409303

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 22:08:06 UTC (rev 409302)
+++ PKGBUILD2018-11-21 22:08:20 UTC (rev 409303)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin 
-
-pkgname=frei0r-plugins
-pkgver=1.6.1
-pkgrel=5
-pkgdesc="A minimalistic plugin API for video sources and filters"
-arch=(x86_64)
-url="https://frei0r.dyne.org/;
-license=('GPL')
-depends=('cairo' 'gavl')
-makedepends=('doxygen' 'opencv')
-optdepends=('opencv: for facebl0r and facedetect plugins')
-source=(https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio 
(Jaromil)
-sha256sums=('e0c24630961195d9bd65aa8d43732469e8248e8918faa942cfb881769d11515e'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: frei0r-plugins/repos/community-x86_64/PKGBUILD (from rev 409302, 
frei0r-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 22:08:20 UTC (rev 409303)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+
+pkgname=frei0r-plugins
+pkgver=1.6.1
+pkgrel=7
+pkgdesc="Minimalistic plugin API for video effects"
+arch=('x86_64')
+url="https://frei0r.dyne.org/;
+license=('GPL')
+depends=('cairo' 'gavl')
+makedepends=('doxygen') # opencv - not compatible with 4.0
+#optdepends=('opencv: for facebl0r and facedetect plugins')
+source=(https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio 
(Jaromil)
+sha256sums=('e0c24630961195d9bd65aa8d43732469e8248e8918faa942cfb881769d11515e'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 22:08:06
  Author: arojas
Revision: 409302

Disable opencv plugin, not compatible with 4.0

Modified:
  frei0r-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 21:52:32 UTC (rev 409301)
+++ PKGBUILD2018-11-21 22:08:06 UTC (rev 409302)
@@ -3,14 +3,14 @@
 
 pkgname=frei0r-plugins
 pkgver=1.6.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Minimalistic plugin API for video effects"
 arch=('x86_64')
 url="https://frei0r.dyne.org/;
 license=('GPL')
 depends=('cairo' 'gavl')
-makedepends=('doxygen' 'opencv')
-optdepends=('opencv: for facebl0r and facedetect plugins')
+makedepends=('doxygen') # opencv - not compatible with 4.0
+#optdepends=('opencv: for facebl0r and facedetect plugins')
 source=(https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz{,.asc})
 validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio 
(Jaromil)
 sha256sums=('e0c24630961195d9bd65aa8d43732469e8248e8918faa942cfb881769d11515e'


[arch-commits] Commit in gst-plugins-bad/repos/extra-x86_64 (4 files)

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 22:00:36
  Author: arojas
Revision: 340208

archrelease: copy trunk to extra-x86_64

Added:
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 340207, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/missing-includes.diff
(from rev 340207, gst-plugins-bad/trunk/missing-includes.diff)
Deleted:
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/missing-includes.diff

---+
 PKGBUILD  |  140 
 missing-includes.diff |  102 +-
 2 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 22:00:01 UTC (rev 340207)
+++ PKGBUILD2018-11-21 22:00:36 UTC (rev 340208)
@@ -1,70 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.14.4
-pkgrel=3
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
- libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls sbc 
rtmpdump libgudev
- libexif libdvdread libvdpau libmpeg2 wildmidi ladspa openal libusb 
vulkan-icd-loader
- libfdk-aac faac soundtouch spandsp neon webrtc-audio-processing 
libdc1394 libmpcdec zvbi
- openexr libbs2b libnice lcms2 bluez-libs glu srt aom)
-makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 
vulkan-headers
- vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv 
opencv)
-_commit=566e4ecc223b18fce8bd932f5e4885f41f746dd4  # tags/1.14.4^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;
-missing-includes.diff)
-sha256sums=('SKIP'
-'SKIP'
-'acf625d58611372532bc76e7276dacd69d2a9f7dee88ed9e2e8ecae0881476a3')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # error: ‘CV_RGB’ was not declared in this scope
-  patch -Np1 -i ../missing-includes.diff
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-package-name="GStreamer Bad Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---with-gtk=3.0 \
---enable-experimental \
---enable-gtk-doc \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # bad tests are bad
-  #make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-bad/repos/extra-x86_64/PKGBUILD (from rev 340207, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 22:00:36 UTC (rev 340208)
@@ -0,0 +1,70 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.14.4
+pkgrel=4
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
+ libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls sbc 
rtmpdump libgudev
+ libexif libdvdread libvdpau libmpeg2 wildmidi ladspa openal libusb 
vulkan-icd-loader
+ libfdk-aac faac soundtouch spandsp neon webrtc-audio-processing 
libdc1394 libmpcdec zvbi
+ openexr libbs2b libnice lcms2 bluez-libs glu srt aom)
+makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 
vulkan-headers
+ vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv) # 
opencv - needs porting to 4.0
+_commit=566e4ecc223b18fce8bd932f5e4885f41f746dd4  # tags/1.14.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;
+missing-includes.diff)
+sha256sums=('SKIP'
+'SKIP'
+'acf625d58611372532bc76e7276dacd69d2a9f7dee88ed9e2e8ecae0881476a3')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # error: ‘CV_RGB’ was not declared in this scope
+  patch -Np1 -i ../missing-includes.diff
+
+  git submodule init
+  git config --local submodule.common.url 

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

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 22:00:01
  Author: arojas
Revision: 340207

Disable opencv plugin, not compatible with 4.0

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 20:52:43 UTC (rev 340206)
+++ PKGBUILD2018-11-21 22:00:01 UTC (rev 340207)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.14.4
-pkgrel=3
+pkgrel=4
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 url="https://gstreamer.freedesktop.org/;
 arch=(x86_64)
@@ -14,7 +14,7 @@
  libfdk-aac faac soundtouch spandsp neon webrtc-audio-processing 
libdc1394 libmpcdec zvbi
  openexr libbs2b libnice lcms2 bluez-libs glu srt aom)
 makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 
vulkan-headers
- vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv 
opencv)
+ vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv) # 
opencv - needs porting to 4.0
 _commit=566e4ecc223b18fce8bd932f5e4885f41f746dd4  # tags/1.14.4^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit;
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;


[arch-commits] Commit in adobe-source-han-sans-fonts/repos/community-testing-any (13 files)

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 21:52:32
  Author: felixonmars
Revision: 409301

archrelease: copy trunk to community-testing-any

Added:
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-cn.conf
(from rev 409300, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-cn.conf)
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-hk.conf
(from rev 409300, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-hk.conf)
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-jp.conf
(from rev 409300, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-jp.conf)
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-kr.conf
(from rev 409300, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-kr.conf)
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-otc.conf
(from rev 409300, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-otc.conf)
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-tw.conf
(from rev 409300, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-tw.conf)
  adobe-source-han-sans-fonts/repos/community-testing-any/PKGBUILD
(from rev 409300, adobe-source-han-sans-fonts/trunk/PKGBUILD)
Deleted:
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-cn.conf
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-jp.conf
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-kr.conf
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-otc.conf
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-tw.conf
  adobe-source-han-sans-fonts/repos/community-testing-any/PKGBUILD

-+
 44-source-han-sans-cn.conf  |   36 ++--
 44-source-han-sans-hk.conf  |   18 ++
 44-source-han-sans-jp.conf  |   36 ++--
 44-source-han-sans-kr.conf  |   36 ++--
 44-source-han-sans-otc.conf |   92 ++--
 44-source-han-sans-tw.conf  |   36 ++--
 PKGBUILD|  306 +-
 7 files changed, 300 insertions(+), 260 deletions(-)

Deleted: 44-source-han-sans-cn.conf
===
--- 44-source-han-sans-cn.conf  2018-11-21 21:51:49 UTC (rev 409300)
+++ 44-source-han-sans-cn.conf  2018-11-21 21:52:32 UTC (rev 409301)
@@ -1,18 +0,0 @@
-
-
-
-   
-   
-   
-   Source Han Sans CN Medium
-   
-   
-   demibold
-   
-   
-

Copied: 
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-cn.conf
 (from rev 409300, adobe-source-han-sans-fonts/trunk/44-source-han-sans-cn.conf)
===
--- 44-source-han-sans-cn.conf  (rev 0)
+++ 44-source-han-sans-cn.conf  2018-11-21 21:52:32 UTC (rev 409301)
@@ -0,0 +1,18 @@
+
+
+
+   
+   
+   
+   Source Han Sans CN Medium
+   
+   
+   demibold
+   
+   
+

Copied: 
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-hk.conf
 (from rev 409300, adobe-source-han-sans-fonts/trunk/44-source-han-sans-hk.conf)
===
--- 44-source-han-sans-hk.conf  (rev 0)
+++ 44-source-han-sans-hk.conf  2018-11-21 21:52:32 UTC (rev 409301)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+Source Han Sans HK Medium
+
+
+demibold
+
+
+

Deleted: 44-source-han-sans-jp.conf
===
--- 44-source-han-sans-jp.conf  2018-11-21 21:51:49 UTC (rev 409300)
+++ 44-source-han-sans-jp.conf  2018-11-21 21:52:32 UTC (rev 409301)
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-Source Han Sans JP Medium
-
-
-demibold
-
-
-

Copied: 
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-jp.conf
 (from rev 409300, adobe-source-han-sans-fonts/trunk/44-source-han-sans-jp.conf)
===
--- 44-source-han-sans-jp.conf  (rev 0)
+++ 44-source-han-sans-jp.conf  2018-11-21 21:52:32 UTC (rev 409301)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+Source Han Sans JP Medium
+
+
+demibold
+
+
+

Deleted: 44-source-han-sans-kr.conf
===
--- 44-source-han-sans-kr.conf  2018-11-21 21:51:49 UTC (rev 409300)
+++ 44-source-han-sans-kr.conf  2018-11-21 21:52:32 UTC (rev 409301)
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-Source Han Sans 

[arch-commits] Commit in adobe-source-han-sans-fonts/trunk (4 files)

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 21:51:49
  Author: felixonmars
Revision: 409300

upgpkg: adobe-source-han-sans-fonts 2.000-2

- add HK variant
- fix TW/OTC fontconfig file

Added:
  adobe-source-han-sans-fonts/trunk/44-source-han-sans-hk.conf
Modified:
  adobe-source-han-sans-fonts/trunk/44-source-han-sans-otc.conf
  adobe-source-han-sans-fonts/trunk/44-source-han-sans-tw.conf
  adobe-source-han-sans-fonts/trunk/PKGBUILD

-+
 44-source-han-sans-hk.conf  |   18 ++
 44-source-han-sans-otc.conf |8 
 44-source-han-sans-tw.conf  |2 +-
 PKGBUILD|   28 +---
 4 files changed, 48 insertions(+), 8 deletions(-)

Added: 44-source-han-sans-hk.conf
===
--- 44-source-han-sans-hk.conf  (rev 0)
+++ 44-source-han-sans-hk.conf  2018-11-21 21:51:49 UTC (rev 409300)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+Source Han Sans HK Medium
+
+
+demibold
+
+
+

Modified: 44-source-han-sans-otc.conf
===
--- 44-source-han-sans-otc.conf 2018-11-21 21:10:39 UTC (rev 409299)
+++ 44-source-han-sans-otc.conf 2018-11-21 21:51:49 UTC (rev 409300)
@@ -39,4 +39,12 @@
demibold


+   
+
+Source Han Sans HC Medium
+
+
+demibold
+
+
 

Modified: 44-source-han-sans-tw.conf
===
--- 44-source-han-sans-tw.conf  2018-11-21 21:10:39 UTC (rev 409299)
+++ 44-source-han-sans-tw.conf  2018-11-21 21:51:49 UTC (rev 409300)
@@ -9,7 +9,7 @@
 -->
 
 
-Source Han Sans TWHK Medium
+Source Han Sans TW Medium
 
 
 demibold

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 21:10:39 UTC (rev 409299)
+++ PKGBUILD2018-11-21 21:51:49 UTC (rev 409300)
@@ -27,9 +27,9 @@
 
 _pkgbase=adobe-source-han-sans
 pkgbase=$_pkgbase-fonts
-pkgname=($_pkgbase-jp-fonts $_pkgbase-kr-fonts $_pkgbase-cn-fonts 
$_pkgbase-tw-fonts $_pkgbase-otc-fonts)
+pkgname=($_pkgbase-jp-fonts $_pkgbase-kr-fonts $_pkgbase-cn-fonts 
$_pkgbase-tw-fonts $_pkgbase-hk-fonts $_pkgbase-otc-fonts)
 pkgver=2.000
-pkgrel=1
+pkgrel=2
 pkgdesc='Adobe Source Han Sans - A set of Pan-CJK fonts designed to complement 
Source Sans Pro'
 arch=('any')
 license=('Apache')
@@ -40,13 +40,15 @@
 44-source-han-sans-kr.conf
 44-source-han-sans-cn.conf
 44-source-han-sans-tw.conf
+44-source-han-sans-hk.conf
 44-source-han-sans-otc.conf)
 sha256sums=('3c4dae5225605a90f115570d1c6a86eea8e6b04057297a5566f72f4e48ed0aa8'
 'f0e87368ffa91ac76b253846836da05baa120ab4f8a7bfd90fded36f4988c9e0'
 'fa8d487c7ba67489bde7b4d8558e07abb6d8bcb4d4e9db1bf454c2db23af9547'
 'd42ed0092a47cee5c7ff3972c90676109212dafc2cffb3388a8b339788a6cdb5'
-'bfcdadbe66f70baaf617c582ec69ccc6b10175020ccb1ec2de26220b09270e60'
-'71397a72a3b0738db191db2b924eed7804e8fe83af17582505e104e9eedc0da7')
+'7b5044d70530296f7d61c7edebd2713e065e0a37f225350ad29917cd80aa743e'
+'9db7eef9e799af448fddb9cafe561bb6d17005f314ec4ac26de474d29215257b'
+'ab61ea540e96f3026c6595831c99699d777ac5f5a86eabe88cb4b96c60d139b6')
 
 _jp=(
 SourceHanSansJP-Bold.otf
@@ -84,6 +86,15 @@
 SourceHanSansTW-Normal.otf
 SourceHanSansTW-Regular.otf
 )
+_hk=(
+SourceHanSansHK-Bold.otf
+SourceHanSansHK-ExtraLight.otf
+SourceHanSansHK-Heavy.otf
+SourceHanSansHK-Light.otf
+SourceHanSansHK-Medium.otf
+SourceHanSansHK-Normal.otf
+SourceHanSansHK-Regular.otf
+)
 _otc=(
 SourceHanSans-Bold.ttc
 SourceHanSans-ExtraLight.ttc
@@ -117,9 +128,12 @@
 fonts=(${_tw[@]})
 cd SubsetOTF/TW
 _fontconfig_filename=44-source-han-sans-tw.conf
-conflicts=("$_pkgbase-twhk-fonts")
-replaces=("$_pkgbase-twhk-fonts")
-pkgdesc="Adobe Source Han Sans Subset OTF - Traditional Chinese 
OpenType/CFF fonts";;
+pkgdesc="Adobe Source Han Sans Subset OTF - Traditional Chinese 
(Taiwan) OpenType/CFF fonts";;
+$_pkgbase-hk-fonts)
+fonts=(${_hk[@]})
+cd SubsetOTF/HK
+_fontconfig_filename=44-source-han-sans-hk.conf
+pkgdesc="Adobe Source Han Sans Subset OTF - Traditional Chinese 
(Hong Kong) OpenType/CFF fonts";;
 $_pkgbase-otc-fonts)
 fonts=(${_otc[@]})
 cd OTC


[arch-commits] Commit in adobe-source-han-sans-fonts/repos (7 files)

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 21:10:39
  Author: felixonmars
Revision: 409299

archrelease: copy trunk to community-testing-any

Added:
  adobe-source-han-sans-fonts/repos/community-testing-any/
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-cn.conf
(from rev 409298, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-cn.conf)
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-jp.conf
(from rev 409298, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-jp.conf)
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-kr.conf
(from rev 409298, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-kr.conf)
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-otc.conf
(from rev 409298, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-otc.conf)
  
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-tw.conf
(from rev 409298, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-tw.conf)
  adobe-source-han-sans-fonts/repos/community-testing-any/PKGBUILD
(from rev 409298, adobe-source-han-sans-fonts/trunk/PKGBUILD)

-+
 44-source-han-sans-cn.conf  |   18 +
 44-source-han-sans-jp.conf  |   18 +
 44-source-han-sans-kr.conf  |   18 +
 44-source-han-sans-otc.conf |   42 
 44-source-han-sans-tw.conf  |   18 +
 PKGBUILD|  146 ++
 6 files changed, 260 insertions(+)

Copied: 
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-cn.conf
 (from rev 409298, adobe-source-han-sans-fonts/trunk/44-source-han-sans-cn.conf)
===
--- community-testing-any/44-source-han-sans-cn.conf
(rev 0)
+++ community-testing-any/44-source-han-sans-cn.conf2018-11-21 21:10:39 UTC 
(rev 409299)
@@ -0,0 +1,18 @@
+
+
+
+   
+   
+   
+   Source Han Sans CN Medium
+   
+   
+   demibold
+   
+   
+

Copied: 
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-jp.conf
 (from rev 409298, adobe-source-han-sans-fonts/trunk/44-source-han-sans-jp.conf)
===
--- community-testing-any/44-source-han-sans-jp.conf
(rev 0)
+++ community-testing-any/44-source-han-sans-jp.conf2018-11-21 21:10:39 UTC 
(rev 409299)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+Source Han Sans JP Medium
+
+
+demibold
+
+
+

Copied: 
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-kr.conf
 (from rev 409298, adobe-source-han-sans-fonts/trunk/44-source-han-sans-kr.conf)
===
--- community-testing-any/44-source-han-sans-kr.conf
(rev 0)
+++ community-testing-any/44-source-han-sans-kr.conf2018-11-21 21:10:39 UTC 
(rev 409299)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+Source Han Sans KR Medium
+
+
+demibold
+
+
+

Copied: 
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-otc.conf
 (from rev 409298, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-otc.conf)
===
--- community-testing-any/44-source-han-sans-otc.conf   
(rev 0)
+++ community-testing-any/44-source-han-sans-otc.conf   2018-11-21 21:10:39 UTC 
(rev 409299)
@@ -0,0 +1,42 @@
+
+
+
+   
+   
+   
+   Source Han Sans Medium
+   
+   
+   demibold
+   
+   
+   
+   
+   Source Han Sans K Medium
+   
+   
+   demibold
+   
+   
+   
+   
+   Source Han Sans SC Medium
+   
+   
+   demibold
+   
+   
+   
+   
+   Source Han Sans TC Medium
+   
+   
+   demibold
+   
+   
+

Copied: 
adobe-source-han-sans-fonts/repos/community-testing-any/44-source-han-sans-tw.conf
 (from rev 409298, adobe-source-han-sans-fonts/trunk/44-source-han-sans-tw.conf)
===
--- community-testing-any/44-source-han-sans-tw.conf
(rev 0)
+++ community-testing-any/44-source-han-sans-tw.conf2018-11-21 21:10:39 UTC 
(rev 409299)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+Source Han Sans TWHK Medium
+
+
+   

[arch-commits] Commit in adobe-source-han-sans-fonts/trunk (PKGBUILD)

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 21:10:04
  Author: felixonmars
Revision: 409298

upgpkg: adobe-source-han-sans-fonts 2.000-1

Modified:
  adobe-source-han-sans-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 21:02:09 UTC (rev 409297)
+++ PKGBUILD2018-11-21 21:10:04 UTC (rev 409298)
@@ -41,7 +41,7 @@
 44-source-han-sans-cn.conf
 44-source-han-sans-tw.conf
 44-source-han-sans-otc.conf)
-sha256sums=('7f2d5fdbc76a5ff24ce8d4cacbebe2f87efd5f23dba1ed90acc66b90b8035deb'
+sha256sums=('3c4dae5225605a90f115570d1c6a86eea8e6b04057297a5566f72f4e48ed0aa8'
 'f0e87368ffa91ac76b253846836da05baa120ab4f8a7bfd90fded36f4988c9e0'
 'fa8d487c7ba67489bde7b4d8558e07abb6d8bcb4d4e9db1bf454c2db23af9547'
 'd42ed0092a47cee5c7ff3972c90676109212dafc2cffb3388a8b339788a6cdb5'


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

2018-11-21 Thread David Runge via arch-commits
Date: Wednesday, November 21, 2018 @ 21:02:09
  Author: dvzrv
Revision: 409297

archrelease: copy trunk to community-x86_64

Added:
  pd-lua/repos/community-x86_64/
  pd-lua/repos/community-x86_64/PKGBUILD
(from rev 409296, pd-lua/trunk/PKGBUILD)

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

Copied: pd-lua/repos/community-x86_64/PKGBUILD (from rev 409296, 
pd-lua/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-11-21 21:02:09 UTC (rev 409297)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+pkgname=pd-lua
+pkgver=0.9
+pkgrel=2
+pkgdesc="LUA embedding for pd"
+arch=('x86_64')
+url="https://github.com/agraef/pd-lua;
+license=('GPL2')
+groups=('pd-externals' 'pro-audio')
+depends=('lua' 'pd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/agraef/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('edcb4a9e65ca4a5816e0ad326946af74771edf163925ce5e0f713713cae8386c4d2b696c9f815859bb38105af7d6118425cdf797c89498962d58ff0f7233')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # installing external to correct location
+  # not installing license and README (to wrong location)
+  sed -e 's/-externals/\/extra/' \
+  -e '/COPYING /d' \
+  -e '/README /d' \
+  -i Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" prefix='/usr' install
+  # docs
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  mv -v "${pkgdir}/usr/lib/pd/extra/pdlua/doc/"* \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  rmdir -v "${pkgdir}/usr/lib/pd/extra/pdlua/doc/"
+}


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

2018-11-21 Thread David Runge via arch-commits
Date: Wednesday, November 21, 2018 @ 20:57:21
  Author: dvzrv
Revision: 409296

Adding pd-lua from the AUR.

Added:
  pd-lua/
  pd-lua/repos/
  pd-lua/trunk/
  pd-lua/trunk/PKGBUILD

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

Added: pd-lua/trunk/PKGBUILD
===
--- pd-lua/trunk/PKGBUILD   (rev 0)
+++ pd-lua/trunk/PKGBUILD   2018-11-21 20:57:21 UTC (rev 409296)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+pkgname=pd-lua
+pkgver=0.9
+pkgrel=2
+pkgdesc="LUA embedding for pd"
+arch=('x86_64')
+url="https://github.com/agraef/pd-lua;
+license=('GPL2')
+groups=('pd-externals' 'pro-audio')
+depends=('lua' 'pd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/agraef/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('edcb4a9e65ca4a5816e0ad326946af74771edf163925ce5e0f713713cae8386c4d2b696c9f815859bb38105af7d6118425cdf797c89498962d58ff0f7233')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # installing external to correct location
+  # not installing license and README (to wrong location)
+  sed -e 's/-externals/\/extra/' \
+  -e '/COPYING /d' \
+  -e '/README /d' \
+  -i Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" prefix='/usr' install
+  # docs
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  mv -v "${pkgdir}/usr/lib/pd/extra/pdlua/doc/"* \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  rmdir -v "${pkgdir}/usr/lib/pd/extra/pdlua/doc/"
+}


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

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 20:52:43
  Author: arojas
Revision: 340206

archrelease: copy trunk to extra-x86_64

Added:
  glib-perl/repos/extra-x86_64/PKGBUILD
(from rev 340205, glib-perl/trunk/PKGBUILD)
Deleted:
  glib-perl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 20:52:18 UTC (rev 340205)
+++ PKGBUILD2018-11-21 20:52:43 UTC (rev 340206)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=glib-perl
-pkgver=1.326
-pkgrel=2
-pkgdesc="Perl wrappers for glib 2.x, including GObject"
-arch=(x86_64)
-license=('LGPL')
-url="http://gtk2-perl.sourceforge.net/;
-options=('!emptydirs')
-depends=('glib2')
-makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
-source=(https://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
-sha256sums=('020d0308220cb6e03a086bd45d33dd8fe03b265c502bfc2b4e58f2dbe64c365f')
-
-build() {
-  cd Glib-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  perl Makefile.PL INSTALLDIRS=vendor
-  PERL_USE_UNSAFE_INC=1 \
-  make
-}
-
-check() {
-  cd Glib-$pkgver
-  make test
-}
-
-package() {
-  cd Glib-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: glib-perl/repos/extra-x86_64/PKGBUILD (from rev 340205, 
glib-perl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 20:52:43 UTC (rev 340206)
@@ -0,0 +1,33 @@
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=glib-perl
+pkgver=1.328
+pkgrel=1
+pkgdesc="Perl wrappers for glib 2.x, including GObject"
+arch=(x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/;
+options=('!emptydirs')
+depends=('glib2')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(https://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+sha256sums=('459cc2add7aaa90aa56675582a93989158ed38caa1e10628733ccc690e0464d5')
+
+build() {
+  cd Glib-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  perl Makefile.PL INSTALLDIRS=vendor
+  PERL_USE_UNSAFE_INC=1 \
+  make
+}
+
+check() {
+  cd Glib-$pkgver
+  make test
+}
+
+package() {
+  cd Glib-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 20:52:18
  Author: arojas
Revision: 340205

Update to 1.328

Modified:
  glib-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 20:04:33 UTC (rev 340204)
+++ PKGBUILD2018-11-21 20:52:18 UTC (rev 340205)
@@ -2,8 +2,8 @@
 # Contributor: Sarah Hay 
 
 pkgname=glib-perl
-pkgver=1.326
-pkgrel=2
+pkgver=1.328
+pkgrel=1
 pkgdesc="Perl wrappers for glib 2.x, including GObject"
 arch=(x86_64)
 license=('LGPL')
@@ -12,7 +12,7 @@
 depends=('glib2')
 makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
 
source=(https://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
-sha256sums=('020d0308220cb6e03a086bd45d33dd8fe03b265c502bfc2b4e58f2dbe64c365f')
+sha256sums=('459cc2add7aaa90aa56675582a93989158ed38caa1e10628733ccc690e0464d5')
 
 build() {
   cd Glib-$pkgver


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

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 20:50:17
  Author: arojas
Revision: 409294

Update to 0.68

Modified:
  uncrustify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 20:46:33 UTC (rev 409293)
+++ PKGBUILD2018-11-21 20:50:17 UTC (rev 409294)
@@ -2,30 +2,29 @@
 # Contributor: Auguste Pop 
 
 pkgname=uncrustify
-pkgver=0.67
+pkgver=0.68
 pkgrel=1
 pkgdesc="A source code beautifier"
-arch=("x86_64")
+arch=('x86_64')
 url="http://uncrustify.sourceforge.net/;
-license=("GPL")
+license=('GPL')
 depends=("gcc-libs")
 makedepends=("cmake" "python")
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('278994e78dbc6a4bac9534752b893865')
+sha256sums=('26036af6d89fe5561bad6857b8cfeb633f455dd992ed08fd9918d0dabcf62652')
 
 build() {
-   cd "$srcdir"
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
 }
 
 package() {
-   cd "$srcdir/build"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
+  cd build
+  make DESTDIR="$pkgdir" PREFIX=/usr install
 
-   cd ..
-   install -d -m755 "$pkgdir"/usr/share/uncrustify
-   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
+  cd ..
+  install -d -m755 "$pkgdir"/usr/share/uncrustify
+  install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
 }


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

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 20:50:42
  Author: arojas
Revision: 409295

archrelease: copy trunk to community-x86_64

Added:
  uncrustify/repos/community-x86_64/PKGBUILD
(from rev 409294, uncrustify/trunk/PKGBUILD)
Deleted:
  uncrustify/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 20:50:17 UTC (rev 409294)
+++ PKGBUILD2018-11-21 20:50:42 UTC (rev 409295)
@@ -1,31 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Auguste Pop 
-
-pkgname=uncrustify
-pkgver=0.67
-pkgrel=1
-pkgdesc="A source code beautifier"
-arch=("x86_64")
-url="http://uncrustify.sourceforge.net/;
-license=("GPL")
-depends=("gcc-libs")
-makedepends=("cmake" "python")
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('278994e78dbc6a4bac9534752b893865')
-
-build() {
-   cd "$srcdir"
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
-}
-
-package() {
-   cd "$srcdir/build"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-
-   cd ..
-   install -d -m755 "$pkgdir"/usr/share/uncrustify
-   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
-}

Copied: uncrustify/repos/community-x86_64/PKGBUILD (from rev 409294, 
uncrustify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 20:50:42 UTC (rev 409295)
@@ -0,0 +1,30 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.68
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=('x86_64')
+url="http://uncrustify.sourceforge.net/;
+license=('GPL')
+depends=("gcc-libs")
+makedepends=("cmake" "python")
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('26036af6d89fe5561bad6857b8cfeb633f455dd992ed08fd9918d0dabcf62652')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+
+  cd ..
+  install -d -m755 "$pkgdir"/usr/share/uncrustify
+  install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
+}


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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 20:46:15
  Author: felixonmars
Revision: 409292

upgpkg: git-annex 7.20181121-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 18:07:07 UTC (rev 409291)
+++ PKGBUILD2018-11-21 20:46:15 UTC (rev 409292)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=7.20181105
-pkgrel=11
+pkgver=7.20181121
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")
@@ -13,21 +13,20 @@
  '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-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
- '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-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')
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'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-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')


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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 20:46:33
  Author: felixonmars
Revision: 409293

archrelease: copy trunk to community-x86_64

Added:
  git-annex/repos/community-x86_64/PKGBUILD
(from rev 409292, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-x86_64/ghc-8.4.patch
(from rev 409292, git-annex/trunk/ghc-8.4.patch)
Deleted:
  git-annex/repos/community-x86_64/PKGBUILD
  git-annex/repos/community-x86_64/ghc-8.4.patch

---+
 PKGBUILD  |  113 --
 ghc-8.4.patch |  242 
 2 files changed, 177 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 20:46:15 UTC (rev 409292)
+++ PKGBUILD2018-11-21 20:46:33 UTC (rev 409293)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=7.20181105
-pkgrel=11
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://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-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
- '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-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 '1i{-# language NoMonadFailDesugaring #-}' Remote/Glacier.hs 
Remote/Ddar.hs Remote/Helper/Ssh.hs Remote/Bup.hs Annex/YoutubeDl.hs 
Remote/Git.hs Assistant/TransferQueue.hs Assistant/Threads/RemoteControl.hs 
Test.hs
-}
-
-build() {
-  cd git-annex
-
-  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
---docdir="/usr/share/doc/$pkgname" \
--ftorrentparser -fproduction -fpairing -fwebapp \
--fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
-  runhaskell Setup build
-}
-
-package() {
-  cd git-annex
-  runhaskell Setup copy --destdir="$pkgdir"
-  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
-
-  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-x86_64/PKGBUILD (from rev 409292, 
git-annex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 20:46:33 UTC (rev 409293)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20181121
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://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' 

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

2018-11-21 Thread Christian Hesse via arch-commits
Date: Wednesday, November 21, 2018 @ 20:04:33
  Author: eworm
Revision: 340204

archrelease: copy trunk to testing-x86_64

Added:
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/PKGBUILD
(from rev 340203, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 340203, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 340203, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git-sysusers.conf
(from rev 340203, git/trunk/git-sysusers.conf)
  git/repos/testing-x86_64/git.install
(from rev 340203, git/trunk/git.install)

-+
 PKGBUILD|  139 ++
 git-daemon.socket   |9 +++
 git-daemon@.service |   14 +
 git-sysusers.conf   |1 
 git.install |   14 +
 5 files changed, 177 insertions(+)

Copied: git/repos/testing-x86_64/PKGBUILD (from rev 340203, git/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-21 20:04:33 UTC (rev 340204)
@@ -0,0 +1,139 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=2.19.2
+pkgrel=1
+pkgdesc='the fast distributed version control system'
+arch=(x86_64)
+url='https://git-scm.com/'
+license=('GPL2')
+depends=('curl' 'expat>=2.0' 'perl>=5.14.0' 'perl-error' 'perl-mailtools'
+ 'openssl' 'pcre2' 'grep' 'shadow')
+makedepends=('python2' 'libgnome-keyring' 'xmlto' 'asciidoc')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn and interactive.singlekey setting'
+'perl-mime-tools: git send-email'
+'perl-net-smtp-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'perl-mediawiki-api: git mediawiki support'
+'perl-datetime-format-iso8601: git mediawiki support'
+'perl-lwp-protocol-https: git mediawiki https support'
+'perl-cgi: gitweb (web interface) support'
+'python2: various helper scripts'
+'subversion: git svn'
+'gnome-keyring: GNOME keyring credential helper'
+'libsecret: libsecret credential helper')
+install=git.install
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
+'git-daemon@.service'
+'git-daemon.socket'
+'git-sysusers.conf')
+sha256sums=('fce9a3a3297db5f3756c4553a2fc1fec209ee08178f8491e76ff4ff8fe7b8be9'
+'SKIP'
+'14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
+'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'
+'7630e8245526ad80f703fac9900a1328588c503ce32b37b9f8811674fcda4a45')
+
+_make_paths=(
+  prefix='/usr'
+  gitexecdir='/usr/lib/git-core'
+  perllibdir="$(/usr/bin/perl -MConfig -wle 'print $Config{installvendorlib}')"
+)
+
+_make_options=(
+  CFLAGS="$CFLAGS"
+  LDFLAGS="$LDFLAGS"
+  USE_LIBPCRE2=1
+  NO_CROSS_DIRECTORY_HARDLINKS=1
+  NO_PERL_CPAN_FALLBACKS=1
+  MAN_BOLD_LITERAL=1
+)
+
+build() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+all man
+
+  make -C contrib/credential/gnome-keyring
+  make -C contrib/credential/libsecret
+  make -C contrib/subtree "${_make_paths[@]}" all doc
+  make -C contrib/mw-to-git "${_make_paths[@]}" all
+  make -C contrib/diff-highlight "${_make_paths[@]}"
+}
+
+check() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local jobs
+  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
+  mkdir -p /dev/shm/git-test
+  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
+  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
+  # build chroot (i.e.: /usr/bin/nologin)
+  SHELL=/bin/sh \
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+NO_SVN_TESTS=y \
+DEFAULT_TEST_TARGET=prove \
+GIT_PROVE_OPTS="$jobs -Q" \
+GIT_TEST_OPTS="--root=/dev/shm/git-test" \
+test
+}
+
+package() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+DESTDIR="$pkgdir" \
+install install-man
+
+  # bash completion
+  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
+  install -m 0644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
+  # fancy git prompt
+  mkdir -p "$pkgdir"/usr/share/git/
+  install -m 0644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
+  # gnome credentials helper (deprecated, but we will keep it as long there is 
no extra cost)
+  # 

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

2018-11-21 Thread Christian Hesse via arch-commits
Date: Wednesday, November 21, 2018 @ 20:04:21
  Author: eworm
Revision: 340203

upgpkg: git 2.19.2-1

new upstream release

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 15:31:22 UTC (rev 340202)
+++ PKGBUILD2018-11-21 20:04:21 UTC (rev 340203)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.19.1
+pkgver=2.19.2
 pkgrel=1
 pkgdesc='the fast distributed version control system'
 arch=(x86_64)
@@ -31,7 +31,7 @@
 'git-daemon@.service'
 'git-daemon.socket'
 'git-sysusers.conf')
-sha256sums=('345056aa9b8084280b1b9fe1374d232dec05a34e8849028a20bfdb56e920dbb5'
+sha256sums=('fce9a3a3297db5f3756c4553a2fc1fec209ee08178f8491e76ff4ff8fe7b8be9'
 'SKIP'
 '14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'


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

2018-11-21 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 21, 2018 @ 17:57:34
  Author: jlichtblau
Revision: 409290

archrelease: copy trunk to community-any

Added:
  variety/repos/community-any/PKGBUILD
(from rev 409289, variety/trunk/PKGBUILD)
Deleted:
  variety/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 17:57:23 UTC (rev 409289)
+++ PKGBUILD2018-11-21 17:57:34 UTC (rev 409290)
@@ -1,24 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-
-pkgname=variety
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
-arch=('any')
-url="http://peterlevi.com/variety/;
-license=('GPL3')
-depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 
'python-cairo'
- 'python-configobj' 'python-dbus' 'python-gobject' 'python-httplib2' 
'python-pillow'
- 'python-lxml' 'python-pycurl' 'python-requests')
-makedepends=('python-distutils-extra')
-optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma')
-source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
-sha256sums=('b67ff95f184b1a79659e528f8e72f3d1f9635d9a4af93369e5a3af3b859e9799')
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: variety/repos/community-any/PKGBUILD (from rev 409289, 
variety/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 17:57:34 UTC (rev 409290)
@@ -0,0 +1,24 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+
+pkgname=variety
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
+arch=('any')
+url="http://peterlevi.com/variety/;
+license=('GPL3')
+depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 
'python-cairo'
+ 'python-configobj' 'python-dbus' 'python-gobject' 'python-httplib2' 
'python-pillow'
+ 'python-lxml' 'python-pycurl' 'python-requests')
+makedepends=('python-distutils-extra')
+optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma')
+source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
+sha256sums=('de27d35f386b3ce71f4e0b25675936da196a7daf85fbc3611441ad1c2783e2d6')
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}


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

2018-11-21 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 21, 2018 @ 17:57:23
  Author: jlichtblau
Revision: 409289

upgpkg: variety 0.7.1-1 - new upstream release

Modified:
  variety/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 17:54:06 UTC (rev 409288)
+++ PKGBUILD2018-11-21 17:57:23 UTC (rev 409289)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=variety
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-distutils-extra')
 optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
-sha256sums=('b67ff95f184b1a79659e528f8e72f3d1f9635d9a4af93369e5a3af3b859e9799')
+sha256sums=('de27d35f386b3ce71f4e0b25675936da196a7daf85fbc3611441ad1c2783e2d6')
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2018-11-21 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 21, 2018 @ 17:54:06
  Author: jlichtblau
Revision: 409288

archrelease: copy trunk to community-any

Added:
  perl-tidy/repos/community-any/PKGBUILD
(from rev 409287, perl-tidy/trunk/PKGBUILD)
Deleted:
  perl-tidy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 17:53:56 UTC (rev 409287)
+++ PKGBUILD2018-11-21 17:54:06 UTC (rev 409288)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Firmicus 
-
-pkgname=perl-tidy
-pkgver=20180220
-pkgrel=1
-pkgdesc="Parses and beautifies perl source"
-arch=('any')
-url="http://search.cpan.org/dist/Perl-Tidy;
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
-sha256sums=('e9973ce28b7518108c1e68fa767c6566822480e739df275375a0dfcc9c2b3370')
-
-build() {
-  cd  "$srcdir"/Perl-Tidy-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/Perl-Tidy-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-tidy/repos/community-any/PKGBUILD (from rev 409287, 
perl-tidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 17:54:06 UTC (rev 409288)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Firmicus 
+
+pkgname=perl-tidy
+pkgver=20181120
+pkgrel=1
+pkgdesc="Parses and beautifies perl source"
+arch=('any')
+url="http://search.cpan.org/dist/Perl-Tidy;
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
+sha256sums=('7db0eeb76535a62cbb4e69b6558e0705162d476a654a7a5ec472aa846b8c4569')
+
+build() {
+  cd  "${srcdir}"/Perl-Tidy-$pkgver
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "${srcdir}"/Perl-Tidy-$pkgver
+
+  make install DESTDIR="${pkgdir}"
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}


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

2018-11-21 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 21, 2018 @ 17:53:56
  Author: jlichtblau
Revision: 409287

upgpkg: perl-tidy 20181120-1 - new upstream release

Modified:
  perl-tidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 17:51:48 UTC (rev 409286)
+++ PKGBUILD2018-11-21 17:53:56 UTC (rev 409287)
@@ -3,7 +3,7 @@
 # Contributor: Firmicus 
 
 pkgname=perl-tidy
-pkgver=20180220
+pkgver=20181120
 pkgrel=1
 pkgdesc="Parses and beautifies perl source"
 arch=('any')
@@ -12,17 +12,19 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
-sha256sums=('e9973ce28b7518108c1e68fa767c6566822480e739df275375a0dfcc9c2b3370')
+sha256sums=('7db0eeb76535a62cbb4e69b6558e0705162d476a654a7a5ec472aa846b8c4569')
 
 build() {
-  cd  "$srcdir"/Perl-Tidy-$pkgver
+  cd  "${srcdir}"/Perl-Tidy-$pkgver
+
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 package() {
-  cd  "$srcdir"/Perl-Tidy-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
+  cd  "${srcdir}"/Perl-Tidy-$pkgver
+
+  make install DESTDIR="${pkgdir}"
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
 }


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

2018-11-21 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 21, 2018 @ 17:51:48
  Author: jlichtblau
Revision: 409286

archrelease: copy trunk to community-x86_64

Added:
  postgis/repos/community-x86_64/PKGBUILD
(from rev 409285, postgis/trunk/PKGBUILD)
  postgis/repos/community-x86_64/postgis.changelog
(from rev 409285, postgis/trunk/postgis.changelog)
Deleted:
  postgis/repos/community-x86_64/PKGBUILD
  postgis/repos/community-x86_64/postgis.changelog

---+
 PKGBUILD  |   58 ++--
 postgis.changelog |  235 ++--
 2 files changed, 148 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 17:51:39 UTC (rev 409285)
+++ PKGBUILD2018-11-21 17:51:48 UTC (rev 409286)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=2.5.0
-pkgrel=2
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('x86_64')
-url="http://postgis.net/;
-license=('GPL')
-depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c')
-changelog=$pkgname.changelog
-options=('!makeflags')
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('be73abd747e9665f29748e0e7dc6b3f7b1ce98f32e3567f08259420ca10e36d5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-x86_64/PKGBUILD (from rev 409285, 
postgis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 17:51:48 UTC (rev 409286)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('x86_64')
+url="http://postgis.net/;
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c')
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('fb137056f43aae0e9d475dc5b7934eccce466f86f5ceeb69ec8b5cea26817a91')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: postgis.changelog
===
--- postgis.changelog   2018-11-21 17:51:39 UTC (rev 409285)
+++ postgis.changelog   2018-11-21 17:51:48 UTC (rev 409286)
@@ -1,116 +0,0 @@
-2018-11-17 Jaroslav Lichtblau 
-* postgis-2.5.0-2 - postgresql rebuild
-
-2018-09-30 Jaroslav Lichtblau 
-* postgis-2.5.0-1
-
-2018-09-02 Jaroslav Lichtblau 
-* postgis-2.4.4-5 protobuf 3.6.1 rebuild
-
-2018-07-29 Jaroslav Lichtblau 
-* postgis-2.4.4-4 protobuf 3.6.0 rebuild
-
-2018-05-16 Jaroslav Lichtblau 
-* postgis-2.4.4-2 proj soname rebuild
-
-2018-05-12 Jaroslav Lichtblau 
-* postgis-2.4.4-1
-
-2018-01-16 Jaroslav Lichtblau 
-* postgis-2.4.3-1
-
-2017-11-16 Jaroslav Lichtblau 
-* postgis-2.4.2-1
-
-2017-11-12 Jaroslav Lichtblau 
-* postgis-2.4.1-2 postgresql 10.1 rebuild, FS#56296 + FS#56266 fix
-
-2017-10-21 Jaroslav Lichtblau 
-* postgis-2.4.1-1
-
-2017-10-21 Jaroslav Lichtblau 
-* postgis-2.4.0-1
-
-2017-07-03 Jaroslav Lichtblau 
-* postgis-2.3.3-1
-
-2017-03-02 Jaroslav Lichtblau 
-* postgis-2.3.2-1
-
-2016-12-12 Jaroslav Lichtblau 
-* postgis-2.3.1-1
-
-2016-11-21 Jaroslav Lichtblau 
-* postgis-2.3.0-2 postgresql 9.6.1 rebuild
-
-2016-09-30 Jaroslav Lichtblau 
-* postgis-2.3.0-1
-
-2016-09-14 Jaroslav Lichtblau 
-* postgis-2.2.2-2 proj 4.9.3 rebuild
-
-2016-05-16 Jaroslav Lichtblau 
-* postgis-2.2.2-1
-
-2016-01-22 Jaroslav Lichtblau 
-* postgis-2.2.1-2 postgresql 9.5 rebuild
-
-2016-01-09 Jaroslav Lichtblau 
-* postgis-2.2.1-1
-
-2015-10-22 Jaroslav Lichtblau 
-* postgis-2.2.0-1
-
-2015-09-12 Jaroslav Lichtblau 
-* postgis-2.1.8-1
-
-2015-06-28 Jaroslav Lichtblau 
-* postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau 
-* postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau 
-* postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau 
-* postgis-2.1.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-* postgis-2.1.3-1
-
-2014-04-02 Jaroslav Lichtblau 
-* postgis-2.1.2-1
-
-2013-11-11 Jaroslav Lichtblau 
-* postgis-2.1.1-1
-
-2013-08-22 Maxime Gauduin 
-* postgis-2.1.0-1
-* Fixes FS#35816
-
-2013-06-15 Jaroslav Lichtblau 
-* postgis-2.0.3-1
-
-2013-01-05 Jaroslav Lichtblau 
-* postgis-2.0.2-1
-
-2012-09-24 Dan McGee 
-* Rebuild for PostgreSQL 9.2.x
-* Update to minor release 

[arch-commits] Commit in postgis/trunk (PKGBUILD postgis.changelog)

2018-11-21 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 21, 2018 @ 17:51:39
  Author: jlichtblau
Revision: 409285

upgpkg: postgis 2.5.1-1 - new upstream release

Modified:
  postgis/trunk/PKGBUILD
  postgis/trunk/postgis.changelog

---+
 PKGBUILD  |6 +++---
 postgis.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 17:25:25 UTC (rev 409284)
+++ PKGBUILD2018-11-21 17:51:39 UTC (rev 409285)
@@ -3,8 +3,8 @@
 # Contributor: William Rea 
 
 pkgname=postgis
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="Adds support for geographic objects to PostgreSQL"
 arch=('x86_64')
 url="http://postgis.net/;
@@ -13,7 +13,7 @@
 changelog=$pkgname.changelog
 options=('!makeflags')
 source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('be73abd747e9665f29748e0e7dc6b3f7b1ce98f32e3567f08259420ca10e36d5')
+sha256sums=('fb137056f43aae0e9d475dc5b7934eccce466f86f5ceeb69ec8b5cea26817a91')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: postgis.changelog
===
--- postgis.changelog   2018-11-21 17:25:25 UTC (rev 409284)
+++ postgis.changelog   2018-11-21 17:51:39 UTC (rev 409285)
@@ -1,3 +1,6 @@
+2018-11-21 Jaroslav Lichtblau 
+* postgis-2.5.1-1
+
 2018-11-17 Jaroslav Lichtblau 
 * postgis-2.5.0-2 - postgresql rebuild
 


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

2018-11-21 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 21, 2018 @ 17:25:25
  Author: jlichtblau
Revision: 409284

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 409283, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 17:25:15 UTC (rev 409283)
+++ PKGBUILD2018-11-21 17:25:25 UTC (rev 409284)
@@ -1,35 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2018.11.07
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-crypto: for hlsnative downloader')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('69f6f7bc3280fe8fc89347050b07072e51fcca63d31da531f353d43545156ce7'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 409283, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 17:25:25 UTC (rev 409284)
@@ -0,0 +1,35 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2018.11.18
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-crypto: for hlsnative downloader')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('d8bbe067d081d08388914349ac17fdddee8abf35177cb6ee6b4aa5d7b7e77bf3'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-11-21 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 21, 2018 @ 17:25:15
  Author: jlichtblau
Revision: 409283

upgpkg: youtube-dl 2018.11.18-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 16:52:46 UTC (rev 409282)
+++ PKGBUILD2018-11-21 17:25:15 UTC (rev 409283)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2018.11.07
+pkgver=2018.11.18
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-crypto: for hlsnative downloader')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('69f6f7bc3280fe8fc89347050b07072e51fcca63d31da531f353d43545156ce7'
+sha256sums=('d8bbe067d081d08388914349ac17fdddee8abf35177cb6ee6b4aa5d7b7e77bf3'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2018-11-21 Thread Bruno Pagani via arch-commits
Date: Wednesday, November 21, 2018 @ 16:52:24
  Author: archange
Revision: 409281

upgpkg: vtk 8.1.2-1

Clean PKGBUILD/sync with ParaView one

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 16:41:54 UTC (rev 409280)
+++ PKGBUILD2018-11-21 16:52:24 UTC (rev 409281)
@@ -5,33 +5,36 @@
 # Contributor: Thomas Dziedzic 
 
 pkgname=vtk
-pkgver=8.1.1
-pkgrel=3
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
+pkgver=8.1.2
+pkgrel=1
+pkgdesc="A software system for 3D computer graphics, image processing, and 
visualization"
 arch=('x86_64')
-url='http://www.vtk.org/'
+url="https://www.vtk.org/;
 license=('BSD')
 depends=('gcc-libs')
-makedepends=('boost' 'cmake' 'doxygen' 'ffmpeg' 'gdal' 'glew' 'gnuplot'
- 'hdf5' 'java-environment' 'jsoncpp' 'lz4'
- 'mariadb' 'netcdf' 'openmpi' 'proj' 'python-autobahn' 
'python-constantly'
- 'python-incremental' 'python-matplotlib'
- 'python-mpi4py' 'python-twisted' 'qt5-base' 'qt5-tools'
- 'qt5-webkit' 'qt5-x11extras' 'tk' 'unixodbc' 'wget')
-optdepends=('python: python bindings'
+makedepends=('cmake' 'boost' 'doxygen' 'ffmpeg' 'gdal' 'gnuplot'
+ 'java-environment' 'openmpi' 'python-matplotlib' 'qt5-base'
+ 'qt5-tools' 'qt5-webkit' 'qt5-x11extras' 'tk' 'unixodbc' 'wget'
+ 'expat' 'freetype2' 'glew' 'hdf5' 'libjpeg' 'jsoncpp' 'libxml2'
+ 'lz4' 'python-mpi4py' 'netcdf' 'libogg' 'libtheora' 'libpng'
+ 'libtiff' 'zlib'
+ 'python-autobahn' 'python-constantly' 'python-hyperlink'
+ 'python-incremental' 'proj' 'mariadb' 'python-six'
+ 'python-twisted' 'python-txaio' 'python-zope-interface')
+optdepends=('gnuplot: plotting tools'
+'graphviz: drawing tools'
 'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools'
+'python: python bindings'
+'python-autobahn: for vtkWeb'
+'python-twisted: for vtkWeb'
 'python-constantly'
 'python-incremental'
+'python-mpi4py: OpenMPI python support'
 'python-matplotlib: for Matplotlib rendering'
-'python-twisted: for vtkWeb'
-'python-autobahn: for vtkWeb'
-'python-mpi4py: OpenMPI python support'
 'openmpi: OpenMPI support'
 'qt5-x11extras'
 'qt5-webkit: WebKit support'
+'tk: tcl bindings'
 'ffmpeg'
 'gdal'
 'glew'
@@ -44,19 +47,14 @@
 'unixodbc')
 source=("http://www.vtk.org/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz;
 
"http://www.vtk.org/files/release/${pkgver%.*}/VTKData-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${pkgver%.*}/VTKLargeData-${pkgver}.tar.gz;
-
"https://github.com/Kitware/VTK/commit/706f1b397df09a27ab8981ab9464547028d0c322.patch;)
+
"http://www.vtk.org/files/release/${pkgver%.*}/VTKLargeData-${pkgver}.tar.gz;)
 options=(staticlibs)
-sha512sums=('7ab38042f6d94d1580125b3a68a6d17cdc3de925d0e886ebfc8c414adfba1438f5783d896a4cd1bb7e15462450107ab5773a3a749195b357f062e91d5c410060'
-
'6c20cfb9dda9d64c27946693f22357f38699d2ff014c2f33e3b05573935eaf3b7a4e30a8cf5747772a6dafe39c20e90b78a0267620ff6b6d5b487edf8ef4f975'
-
'9966b8474c22c2fb23a51e0411f06bc4f33e4233535d0b4875a87731c6c95e2c10c97565dc0e6af2af6c7ed7d5e5de171eddf9678cc4235a329cdaf36a021dd4'
-
'6f5064517fd72a46933b4c4723602a1b774133f47b8f21424d5c44b9283a4af7992ce48cf256b7b2aadb81cbbbfe2b5f3ef3ab0629c4d2362e05b4314c975a89')
+sha512sums=('c9fc498804ff9bb433bf79f4b14d9bb6134b026aea46ed12ac40434bfdd8063c42e75d3e0cfa88d171fa271001c9444d66a471edc9b22df83a9109733abcdfa0'
+
'6aaf2bfed03bf1138eba2476ea7d03f977bcbd918718b545304873935e88c1361d1aa0483a188f60d36e68da1a22620a8786e7a7f8c3c16fa82e2c6a3d695bb8'
+
'12c65442c16fc0eaadfcd59248eb8ed0d45e9afb272a2bfa6820143d1059e02efbb503e81f78168eb86f24641908975f81e5c0fa739ff2b5ca018d1a48c9a579')
 
 prepare() {
   mkdir build
-  cd VTK-${pkgver}
-  # Fix building with python 3.7 
(https://gitlab.kitware.com/vtk/vtk/issues/17350, fixed in next release)
-  patch -p1 -i ../706f1b397df09a27ab8981ab9464547028d0c322.patch
 }
 
 build() {
@@ -65,17 +63,19 @@
   # to help cmake find java
   export JAVA_HOME=/usr/lib/jvm/default
 
-  # flags to enable using system libs
-  local cmake_system_flags=""
-  # TODO: try to use system provided XDMF2, XDMF3, GL2PS
-  # VTK fails to compile with recent netcdf-cxx package, VTK should be ported 
to the latest API
-  # VTK does not work with XDMF2 compiled from git. TODO: make 

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

2018-11-21 Thread Bruno Pagani via arch-commits
Date: Wednesday, November 21, 2018 @ 16:52:46
  Author: archange
Revision: 409282

archrelease: copy trunk to community-x86_64

Added:
  vtk/repos/community-x86_64/.contrib
(from rev 409281, vtk/trunk/.contrib)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 409281, vtk/trunk/PKGBUILD)
Deleted:
  vtk/repos/community-x86_64/.contrib
  vtk/repos/community-x86_64/PKGBUILD

--+
 .contrib |   12 +-
 PKGBUILD |  258 ++---
 2 files changed, 134 insertions(+), 136 deletions(-)

Deleted: .contrib
===
--- .contrib2018-11-21 16:52:24 UTC (rev 409281)
+++ .contrib2018-11-21 16:52:46 UTC (rev 409282)
@@ -1,6 +0,0 @@
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl

Copied: vtk/repos/community-x86_64/.contrib (from rev 409281, 
vtk/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2018-11-21 16:52:46 UTC (rev 409282)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 16:52:24 UTC (rev 409281)
+++ PKGBUILD2018-11-21 16:52:46 UTC (rev 409282)
@@ -1,130 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Maintainer: Bruno Pagani 
-# Contributor: Ray Rashif 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic 
-
-pkgname=vtk
-pkgver=8.1.1
-pkgrel=3
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
-arch=('x86_64')
-url='http://www.vtk.org/'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('boost' 'cmake' 'doxygen' 'ffmpeg' 'gdal' 'glew' 'gnuplot'
- 'hdf5' 'java-environment' 'jsoncpp' 'lz4'
- 'mariadb' 'netcdf' 'openmpi' 'proj' 'python-autobahn' 
'python-constantly'
- 'python-incremental' 'python-matplotlib'
- 'python-mpi4py' 'python-twisted' 'qt5-base' 'qt5-tools'
- 'qt5-webkit' 'qt5-x11extras' 'tk' 'unixodbc' 'wget')
-optdepends=('python: python bindings'
-'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools'
-'python-constantly'
-'python-incremental'
-'python-matplotlib: for Matplotlib rendering'
-'python-twisted: for vtkWeb'
-'python-autobahn: for vtkWeb'
-'python-mpi4py: OpenMPI python support'
-'openmpi: OpenMPI support'
-'qt5-x11extras'
-'qt5-webkit: WebKit support'
-'ffmpeg'
-'gdal'
-'glew'
-'hdf5'
-'jsoncpp'
-'lz4'
-'mariadb'
-'netcdf'
-'proj'
-'unixodbc')
-source=("http://www.vtk.org/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${pkgver%.*}/VTKData-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${pkgver%.*}/VTKLargeData-${pkgver}.tar.gz;
-
"https://github.com/Kitware/VTK/commit/706f1b397df09a27ab8981ab9464547028d0c322.patch;)
-options=(staticlibs)
-sha512sums=('7ab38042f6d94d1580125b3a68a6d17cdc3de925d0e886ebfc8c414adfba1438f5783d896a4cd1bb7e15462450107ab5773a3a749195b357f062e91d5c410060'
-
'6c20cfb9dda9d64c27946693f22357f38699d2ff014c2f33e3b05573935eaf3b7a4e30a8cf5747772a6dafe39c20e90b78a0267620ff6b6d5b487edf8ef4f975'
-
'9966b8474c22c2fb23a51e0411f06bc4f33e4233535d0b4875a87731c6c95e2c10c97565dc0e6af2af6c7ed7d5e5de171eddf9678cc4235a329cdaf36a021dd4'
-
'6f5064517fd72a46933b4c4723602a1b774133f47b8f21424d5c44b9283a4af7992ce48cf256b7b2aadb81cbbbfe2b5f3ef3ab0629c4d2362e05b4314c975a89')
-
-prepare() {
-  mkdir build
-  cd VTK-${pkgver}
-  # Fix building with python 3.7 
(https://gitlab.kitware.com/vtk/vtk/issues/17350, fixed in next release)
-  patch -p1 -i ../706f1b397df09a27ab8981ab9464547028d0c322.patch
-}
-
-build() {
-  cd build
-
-  # to help cmake find java
-  export JAVA_HOME=/usr/lib/jvm/default
-
-  # flags to enable using system libs
-  local cmake_system_flags=""
-  # TODO: try to use system provided XDMF2, XDMF3, GL2PS
-  # VTK fails to compile with recent netcdf-cxx package, VTK should be ported 
to the latest API
-  # VTK does not work with XDMF2 compiled from git. TODO: make vtk compatible 
with system XDMF library.
-  # libharu needs to be patched, see 
https://github.com/libharu/libharu/pull/157
-  # Note: VTK explicitly disables system GLEW dependency, it uses embedded 
sources with modifications
-  # system gl2ps is not used because of 

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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 16:41:37
  Author: felixonmars
Revision: 409279

upgpkg: python-oslo-log 3.41.0-1

Modified:
  python-oslo-log/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 14:25:31 UTC (rev 409278)
+++ PKGBUILD2018-11-21 16:41:37 UTC (rev 409279)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-log
 pkgname=(python-oslo-log python2-oslo-log)
-pkgver=3.40.1
+pkgver=3.41.0
 pkgrel=1
 pkgdesc="Oslo Logging Library"
 arch=('any')
@@ -18,7 +18,7 @@
 checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.log/archive/$pkgver.tar.gz;)
-sha512sums=('ed6352830fe30bb5f49baef7e9a589990de185797466947b3625af6ce4431258873ebd09d917cf8a180ecac7bdd767923a058f196feda7c3085776bef5485ee4')
+sha512sums=('5b868349a5a254cbda0e4667ed1ef5697dd92a1bb8e269720e7068c4ca8cc98e5a6a596d9ec0adc9d6d88740a0ea906bd98cd4a8f13906c36c1def3eb0fbb59d')
 
 prepare() {
   sed -i 's/unittest2/unittest/g' oslo.log-$pkgver/oslo_log/tests/unit/*.py


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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 16:41:54
  Author: felixonmars
Revision: 409280

archrelease: copy trunk to community-any

Added:
  python-oslo-log/repos/community-any/PKGBUILD
(from rev 409279, python-oslo-log/trunk/PKGBUILD)
Deleted:
  python-oslo-log/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 16:41:37 UTC (rev 409279)
+++ PKGBUILD2018-11-21 16:41:54 UTC (rev 409280)
@@ -1,66 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-log
-pkgname=(python-oslo-log python2-oslo-log)
-pkgver=3.40.1
-pkgrel=1
-pkgdesc="Oslo Logging Library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.log/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-oslo-config'
- 'python2-oslo-config' 'python-oslo-context' 
'python2-oslo-context' 'python-oslo-i18n'
- 'python2-oslo-i18n' 'python-oslo-utils' 'python2-oslo-utils' 
'python-oslo-serialization'
- 'python2-oslo-serialization' 'python-debtcollector' 
'python2-debtcollector'
- 'python-pyinotify' 'python2-pyinotify' 'python-dateutil' 
'python2-dateutil'
- 'python-monotonic' 'python2-monotonic')
-checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.log/archive/$pkgver.tar.gz;)
-sha512sums=('ed6352830fe30bb5f49baef7e9a589990de185797466947b3625af6ce4431258873ebd09d917cf8a180ecac7bdd767923a058f196feda7c3085776bef5485ee4')
-
-prepare() {
-  sed -i 's/unittest2/unittest/g' oslo.log-$pkgver/oslo_log/tests/unit/*.py
-  cp -a oslo.log-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.log-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.log-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.log-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/oslo.log-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-oslo-log() {
-  depends=('python-six' 'python-pbr' 'python-oslo-config' 
'python-oslo-context' 'python-oslo-i18n'
-   'python-oslo-utils' 'python-oslo-serialization' 
'python-debtcollector' 'python-pyinotify'
-   'python-dateutil' 'python-monotonic')
-
-  cd "$srcdir"/oslo.log-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-log() {
-  depends=('python2-six' 'python2-pbr' 'python2-oslo-config' 
'python2-oslo-context' 'python2-oslo-i18n'
-   'python2-oslo-utils' 'python2-oslo-serialization' 
'python2-debtcollector' 'python2-pyinotify'
-   'python2-dateutil' 'python2-monotonic')
-
-  cd "$srcdir"/oslo.log-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/convert-json{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-log/repos/community-any/PKGBUILD (from rev 409279, 
python-oslo-log/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 16:41:54 UTC (rev 409280)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-log
+pkgname=(python-oslo-log python2-oslo-log)
+pkgver=3.41.0
+pkgrel=1
+pkgdesc="Oslo Logging Library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.log/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-oslo-config'
+ 'python2-oslo-config' 'python-oslo-context' 
'python2-oslo-context' 'python-oslo-i18n'
+ 'python2-oslo-i18n' 'python-oslo-utils' 'python2-oslo-utils' 
'python-oslo-serialization'
+ 'python2-oslo-serialization' 'python-debtcollector' 
'python2-debtcollector'
+ 'python-pyinotify' 'python2-pyinotify' 'python-dateutil' 
'python2-dateutil'
+ 'python-monotonic' 'python2-monotonic')
+checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.log/archive/$pkgver.tar.gz;)
+sha512sums=('5b868349a5a254cbda0e4667ed1ef5697dd92a1bb8e269720e7068c4ca8cc98e5a6a596d9ec0adc9d6d88740a0ea906bd98cd4a8f13906c36c1def3eb0fbb59d')
+
+prepare() {
+  sed -i 's/unittest2/unittest/g' oslo.log-$pkgver/oslo_log/tests/unit/*.py
+  cp -a oslo.log-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.log-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.log-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.log-$pkgver
+  stestr run || warning "Tests failed"
+
+  cd 

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

2018-11-21 Thread Andreas Radke via arch-commits
Date: Wednesday, November 21, 2018 @ 15:31:22
  Author: andyrtr
Revision: 340202

archrelease: copy trunk to testing-x86_64

Added:
  pixman/repos/testing-x86_64/
  pixman/repos/testing-x86_64/PKGBUILD
(from rev 340201, pixman/trunk/PKGBUILD)

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

Copied: pixman/repos/testing-x86_64/PKGBUILD (from rev 340201, 
pixman/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-21 15:31:22 UTC (rev 340202)
@@ -0,0 +1,32 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+# Contributor: Alexander Baldeck 
+
+pkgname=pixman
+pkgver=0.36.0
+pkgrel=1
+pkgdesc="The pixel-manipulation library for X and cairo"
+arch=(x86_64)
+url="http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('10d85590beee287a508a148297808a66d1ce11cd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2018-11-21 Thread Andreas Radke via arch-commits
Date: Wednesday, November 21, 2018 @ 15:31:12
  Author: andyrtr
Revision: 340201

upgpkg: pixman 0.36.0-1

upstream update 0.36.0

Modified:
  pixman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 14:00:55 UTC (rev 340200)
+++ PKGBUILD2018-11-21 15:31:12 UTC (rev 340201)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=pixman
-pkgver=0.34.0
-pkgrel=2
+pkgver=0.36.0
+pkgrel=1
 pkgdesc="The pixel-manipulation library for X and cairo"
 arch=(x86_64)
 url="http://xorg.freedesktop.org;
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('glibc')
 
source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('367698744e74d6d4f363041482965b9ea7fbe4a5')
+sha1sums=('10d85590beee287a508a148297808a66d1ce11cd')
 
 build() {
   cd $pkgname-$pkgver


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

2018-11-21 Thread David Runge via arch-commits
Date: Wednesday, November 21, 2018 @ 14:25:31
  Author: dvzrv
Revision: 409278

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2018-11-21 Thread David Runge via arch-commits
Date: Wednesday, November 21, 2018 @ 14:25:25
  Author: dvzrv
Revision: 409277

upgpkg: x42-plugins 20181103-1

Upgrading to 20181103.

Modified:
  x42-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 14:08:53 UTC (rev 409276)
+++ PKGBUILD2018-11-21 14:25:25 UTC (rev 409277)
@@ -2,8 +2,8 @@
 # Contributor: Lieven Moors 
 
 pkgname=x42-plugins
-pkgver=20180812
-pkgrel=2
+pkgver=20181103
+pkgrel=1
 pkgdesc="Collection of LV2 plugins"
 arch=('x86_64')
 url="https://github.com/x42/x42-plugins;
@@ -12,7 +12,7 @@
 makedepends=('gendesk' 'gtk2' 'ttf-dejavu' 'lv2')
 groups=('lv2-plugins' 'pro-audio')
 source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('26d381c5bda9022a2d150204318e3a390e1b6ad2fd0131d751fd877965e4d8fdff6275325b02118e067f709c9b66894813634e2232de0414a18ec61a0d79b1ca')
+sha512sums=('3d30d3197832593fa972c729b32c20a53800d5d0356c94938fd0b7bfb9358fa8be4fe40162ef05b89458b08a1ed1715822c67389cff1a37209e56da7c0975044')
 
 prepare() {
   declare -A descriptions=(


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

2018-11-21 Thread David Runge via arch-commits
Date: Wednesday, November 21, 2018 @ 14:08:53
  Author: dvzrv
Revision: 409276

archrelease: copy trunk to community-any

Added:
  todoman/repos/community-any/PKGBUILD
(from rev 409275, todoman/trunk/PKGBUILD)
Deleted:
  todoman/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 14:08:46 UTC (rev 409275)
+++ PKGBUILD2018-11-21 14:08:53 UTC (rev 409276)
@@ -1,59 +0,0 @@
-# Maintainer: David Runge 
-pkgname=todoman
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="A simple, standards-based, cli todo (aka: task) manager"
-arch=('any')
-url="https://github.com/pimutils/todoman;
-license=('ISC')
-depends=('python-atomicwrites' 'python-click-log' 'python-configobj'
-'python-dateutil' 'python-humanize' 'python-icalendar' 'python-parsedatetime'
-'python-xdg' 'python-setuptools' 'python-tabulate' 'python-urwid')
-checkdepends=('python-freezegun' 'python-hypothesis' 'python-pytest-runner')
-optdepends=('bash-completion: auto-complete in bash'
-'python-click-repl: REPL command'
-'zsh-completions: auto-complete in zsh')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('dd56197a138c0f9b0a7640fe664f801a8b01378196ea1220985770e605e2dce82e9ae37da82e13f6b09ee31aad70d1dafa9b6bfe22f3fdbb057ee64f419c09b3')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # remove interfering options to pytest
-  sed -e '/addopts/d' -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="${PYTHONPATH}:${PWD}"
-  # export timezone, so tests pick them up correctly
-  # https://github.com/pimutils/todoman/issues/320
-  export TZ=UTC
-  py.test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # docs
-  install -vDm 644 {AUTHORS,CHANGELOG,CODE_OF_CONDUCT,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # license
-  # wrong name: https://github.com/pimutils/todoman/issues/319
-  install -vDm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # sample config
-  install -vDm 644 "${pkgname}.conf.sample" \
--t "${pkgdir}/usr/share/doc/${pkgname}/examples/"
-  # completions
-  install -vDm 644 contrib/completion/bash/_todo \
-"${pkgdir}/usr/share/bash-completion/completions/todo"
-  install -vDm 644 contrib/completion/zsh/_todo \
-"${pkgdir}/usr/share/zsh/site-functions/_todo"
-}

Copied: todoman/repos/community-any/PKGBUILD (from rev 409275, 
todoman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 14:08:53 UTC (rev 409276)
@@ -0,0 +1,56 @@
+# Maintainer: David Runge 
+pkgname=todoman
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="A simple, standards-based, cli todo (aka: task) manager"
+arch=('any')
+url="https://github.com/pimutils/todoman;
+license=('ISC')
+depends=('python-atomicwrites' 'python-click-log' 'python-configobj'
+'python-dateutil' 'python-humanize' 'python-icalendar' 'python-parsedatetime'
+'python-xdg' 'python-setuptools' 'python-tabulate' 'python-urwid')
+checkdepends=('python-freezegun' 'python-hypothesis' 'python-pytest-runner')
+optdepends=('bash-completion: auto-complete in bash'
+'python-click-repl: REPL command'
+'zsh-completions: auto-complete in zsh')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('673e87708eae0740d80539bbc2c5b423d4604d0ba12789d5ad0de788af6de5323a22e83a4532038bd01b75574dcd2ab5c7d5dff4a01df8347843482fd5992769')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # remove interfering options to pytest
+  sed -e '/addopts/d' -i setup.cfg
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="${PYTHONPATH}:${PWD}"
+  py.test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # docs
+  install -vDm 644 {AUTHORS,CHANGELOG,CODE_OF_CONDUCT,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # license
+  # wrong name: https://github.com/pimutils/todoman/issues/319
+  install -vDm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # sample config
+  install -vDm 644 "${pkgname}.conf.sample" \
+-t "${pkgdir}/usr/share/doc/${pkgname}/examples/"
+  # completions
+  install -vDm 644 contrib/completion/bash/_todo \
+"${pkgdir}/usr/share/bash-completion/completions/todo"
+  install -vDm 644 contrib/completion/zsh/_todo \
+"${pkgdir}/usr/share/zsh/site-functions/_todo"
+}


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

2018-11-21 Thread David Runge via arch-commits
Date: Wednesday, November 21, 2018 @ 14:08:46
  Author: dvzrv
Revision: 409275

upgpkg: todoman 3.5.0-1

Upgrading to 3.5.0. Removing export of TZ settings, as the issue around it 
seems fixed upstream.

Modified:
  todoman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 14:06:24 UTC (rev 409274)
+++ PKGBUILD2018-11-21 14:08:46 UTC (rev 409275)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=todoman
-pkgver=3.4.1
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="A simple, standards-based, cli todo (aka: task) manager"
 arch=('any')
@@ -14,7 +14,7 @@
 'python-click-repl: REPL command'
 'zsh-completions: auto-complete in zsh')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('dd56197a138c0f9b0a7640fe664f801a8b01378196ea1220985770e605e2dce82e9ae37da82e13f6b09ee31aad70d1dafa9b6bfe22f3fdbb057ee64f419c09b3')
+sha512sums=('673e87708eae0740d80539bbc2c5b423d4604d0ba12789d5ad0de788af6de5323a22e83a4532038bd01b75574dcd2ab5c7d5dff4a01df8347843482fd5992769')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -30,9 +30,6 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="${PYTHONPATH}:${PWD}"
-  # export timezone, so tests pick them up correctly
-  # https://github.com/pimutils/todoman/issues/320
-  export TZ=UTC
   py.test
 }
 


[arch-commits] Commit in neovim/repos/community-x86_64 (5 files)

2018-11-21 Thread Jan Steffens via arch-commits
Date: Wednesday, November 21, 2018 @ 14:06:24
  Author: heftig
Revision: 409274

archrelease: copy trunk to community-x86_64

Added:
  neovim/repos/community-x86_64/PKGBUILD
(from rev 409273, neovim/trunk/PKGBUILD)
  neovim/repos/community-x86_64/neovim.install
(from rev 409273, neovim/trunk/neovim.install)
Deleted:
  neovim/repos/community-x86_64/3a5721e91ba890718319213154ba6964c9dca4d2.patch
  neovim/repos/community-x86_64/PKGBUILD
  neovim/repos/community-x86_64/neovim.install

+
 3a5721e91ba890718319213154ba6964c9dca4d2.patch |   41 
 PKGBUILD   |  115 ---
 neovim.install |   20 ++--
 3 files changed, 73 insertions(+), 103 deletions(-)

Deleted: 3a5721e91ba890718319213154ba6964c9dca4d2.patch
===
--- 3a5721e91ba890718319213154ba6964c9dca4d2.patch  2018-11-21 14:06:07 UTC 
(rev 409273)
+++ 3a5721e91ba890718319213154ba6964c9dca4d2.patch  2018-11-21 14:06:24 UTC 
(rev 409274)
@@ -1,41 +0,0 @@
-From 3a5721e91ba890718319213154ba6964c9dca4d2 Mon Sep 17 00:00:00 2001
-From: Chih-Hsuan Yen 
-Date: Mon, 29 Jan 2018 22:47:25 +0800
-Subject: [PATCH] tui: libtermkey: force CSI driver for mouse input #7948
-
-Fixes #7932
-
-Nvim (tui.c) always enables SGR mouse (TUIData.unibi_ext.enable_mouse).
-But if libtermkey sees key_mouse (kmous) in terminfo its terminfo driver
-(driver-ti.c) will be activated, which by accident only supports X10
-protocol. The libtermkey CSI driver (driver-csi.c), in contrast,
-supports SGR.
-
-We can force libtermkey to ignore the terminfo key_mouse entry by
-returning NULL in the tui_tk_ti_getstr hook. That forces the CSI driver.
-
-What is the effect of returning NULL from `tui_tk_ti_getstr()`?
-- libtermkey `driver-ti.c:load_terminfo()` skips the entry.
-- `termkey.c:peekkey()` iterates through all drivers, it finds
-  `TERMKEY_RES_NONE` for the ti driver and falls back to the CSI driver.

- src/nvim/tui/tui.c | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c
-index 2dfe7faa04c..70e19e1d932 100644
 a/src/nvim/tui/tui.c
-+++ b/src/nvim/tui/tui.c
-@@ -1813,6 +1813,12 @@ static const char *tui_tk_ti_getstr(const char *name, 
const char *value,
- if (value != NULL && strequal(stty_erase, value)) {
-   return stty_erase[0] == DEL ? CTRL_H_STR : DEL_STR;
- }
-+  } else if (strequal(name, "key_mouse")) {
-+DLOG("libtermkey:kmous=%s", value);
-+// If key_mouse is found, libtermkey uses its terminfo driver 
(driver-ti.c)
-+// for mouse input, which by accident only supports X10 protocol.
-+// Force libtermkey to fallback to its CSI driver (driver-csi.c). #7948
-+return NULL;
-   }
- 
-   return value;

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 14:06:07 UTC (rev 409273)
+++ PKGBUILD2018-11-21 14:06:24 UTC (rev 409274)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-# Contributor: Florian Hahn 
-
-pkgname=neovim
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
-arch=('x86_64')
-url='https://neovim.io'
-license=('custom:neovim')
-depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'luajit')
-makedepends=('cmake' 'lua51-mpack' 'lua51-lpeg' 'gperf')
-optdepends=('python2-neovim: for Python 2 plugin support (see :help python)'
-'python-neovim: for Python 3 plugin support (see :help python)'
-'xclip: for clipboard support (or xsel) (see :help clipboard)'
-'xsel: for clipboard support (or xclip) (see :help clipboard)')
-source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
-sha512sums=('42c541608509dc0335203ee1c008045f0eaeebce8e18dffc554ab22a029da700bba9b8c721bd9d68337ddb4a56f8cf034fad2a3eb88d36baf8295e6648fce506')
-install=neovim.install
-
-build() {
-  mkdir -p "${srcdir}/build"
-  cd "${srcdir}/build"
-
-  cmake "../neovim-${pkgver}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_JEMALLOC=ON
-  make
-}
-
-check() {
-  cd "${srcdir}/build"
-  ./bin/nvim --version
-  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-  cd "${srcdir}/neovim-${pkgver}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"
-  install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
-
-  # Make Arch vim packages work
-  mkdir -p "${pkgdir}"/usr/share/vim
-  echo "set runtimepath+=/usr/share/vim/vimfiles" > 
"${pkgdir}"/usr/share/nvim/sysinit.vim
-}
-
-# vim:set sw=2 sts=2 et:

Copied: neovim/repos/community-x86_64/PKGBUILD (from rev 

[arch-commits] Commit in neovim/trunk (2 files)

2018-11-21 Thread Jan Steffens via arch-commits
Date: Wednesday, November 21, 2018 @ 14:06:07
  Author: heftig
Revision: 409273

0.3.1-2: Add a crash fix for deoplete

Modified:
  neovim/trunk/PKGBUILD
Deleted:
  neovim/trunk/3a5721e91ba890718319213154ba6964c9dca4d2.patch

+
 3a5721e91ba890718319213154ba6964c9dca4d2.patch |   41 ---
 PKGBUILD   |   23 +---
 2 files changed, 17 insertions(+), 47 deletions(-)

Deleted: 3a5721e91ba890718319213154ba6964c9dca4d2.patch
===
--- 3a5721e91ba890718319213154ba6964c9dca4d2.patch  2018-11-21 13:56:29 UTC 
(rev 409272)
+++ 3a5721e91ba890718319213154ba6964c9dca4d2.patch  2018-11-21 14:06:07 UTC 
(rev 409273)
@@ -1,41 +0,0 @@
-From 3a5721e91ba890718319213154ba6964c9dca4d2 Mon Sep 17 00:00:00 2001
-From: Chih-Hsuan Yen 
-Date: Mon, 29 Jan 2018 22:47:25 +0800
-Subject: [PATCH] tui: libtermkey: force CSI driver for mouse input #7948
-
-Fixes #7932
-
-Nvim (tui.c) always enables SGR mouse (TUIData.unibi_ext.enable_mouse).
-But if libtermkey sees key_mouse (kmous) in terminfo its terminfo driver
-(driver-ti.c) will be activated, which by accident only supports X10
-protocol. The libtermkey CSI driver (driver-csi.c), in contrast,
-supports SGR.
-
-We can force libtermkey to ignore the terminfo key_mouse entry by
-returning NULL in the tui_tk_ti_getstr hook. That forces the CSI driver.
-
-What is the effect of returning NULL from `tui_tk_ti_getstr()`?
-- libtermkey `driver-ti.c:load_terminfo()` skips the entry.
-- `termkey.c:peekkey()` iterates through all drivers, it finds
-  `TERMKEY_RES_NONE` for the ti driver and falls back to the CSI driver.

- src/nvim/tui/tui.c | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c
-index 2dfe7faa04c..70e19e1d932 100644
 a/src/nvim/tui/tui.c
-+++ b/src/nvim/tui/tui.c
-@@ -1813,6 +1813,12 @@ static const char *tui_tk_ti_getstr(const char *name, 
const char *value,
- if (value != NULL && strequal(stty_erase, value)) {
-   return stty_erase[0] == DEL ? CTRL_H_STR : DEL_STR;
- }
-+  } else if (strequal(name, "key_mouse")) {
-+DLOG("libtermkey:kmous=%s", value);
-+// If key_mouse is found, libtermkey uses its terminfo driver 
(driver-ti.c)
-+// for mouse input, which by accident only supports X10 protocol.
-+// Force libtermkey to fallback to its CSI driver (driver-csi.c). #7948
-+return NULL;
-   }
- 
-   return value;

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 13:56:29 UTC (rev 409272)
+++ PKGBUILD2018-11-21 14:06:07 UTC (rev 409273)
@@ -4,30 +4,40 @@
 
 pkgname=neovim
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'
 license=('custom:neovim')
 depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'luajit')
-makedepends=('cmake' 'lua51-mpack' 'lua51-lpeg' 'gperf')
+makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
 optdepends=('python2-neovim: for Python 2 plugin support (see :help python)'
 'python-neovim: for Python 3 plugin support (see :help python)'
 'xclip: for clipboard support (or xsel) (see :help clipboard)'
 'xsel: for clipboard support (or xclip) (see :help clipboard)')
-source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
-sha512sums=('42c541608509dc0335203ee1c008045f0eaeebce8e18dffc554ab22a029da700bba9b8c721bd9d68337ddb4a56f8cf034fad2a3eb88d36baf8295e6648fce506')
+source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz
+
https://github.com/neovim/neovim/pull/8859/commits/4a46ab8de9a9a9aee36546740c45b9e65a9e7dc9.patch)
+sha512sums=('42c541608509dc0335203ee1c008045f0eaeebce8e18dffc554ab22a029da700bba9b8c721bd9d68337ddb4a56f8cf034fad2a3eb88d36baf8295e6648fce506'
+
'2b6bec34006995ed4b682b3fdef260935a6cc0857b41304571adb36d911f2597624c298d4375aa9ac9115733918f61d51c1cbd0de579968036b0d6219ded')
 install=neovim.install
 
+prepare() {
+  cd "${srcdir}/neovim-${pkgver}"
+
+  # https://github.com/neovim/neovim/issues/6023
+  patch -Np1 -i ../4a46ab8de9a9a9aee36546740c45b9e65a9e7dc9.patch
+}
+
 build() {
   mkdir -p "${srcdir}/build"
   cd "${srcdir}/build"
 
   cmake "../neovim-${pkgver}" \
+-G Ninja \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_JEMALLOC=ON
-  make
+  cmake --build .
 }
 
 check() {
@@ -38,7 +48,8 @@
 
 package() {
   cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" cmake --build . --target install
+
   cd "${srcdir}/neovim-${pkgver}"
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"


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

2018-11-21 Thread Andreas Radke via arch-commits
Date: Wednesday, November 21, 2018 @ 14:00:55
  Author: andyrtr
Revision: 340200

archrelease: copy trunk to testing-x86_64

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

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

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


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

2018-11-21 Thread Andreas Radke via arch-commits
Date: Wednesday, November 21, 2018 @ 14:00:34
  Author: andyrtr
Revision: 340199

upgpkg: linux-lts 4.14.82-1

upstream update 4.14.82

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 13:21:46 UTC (rev 340198)
+++ PKGBUILD2018-11-21 14:00:34 UTC (rev 340199)
@@ -3,7 +3,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.14
-pkgver=4.14.81
+pkgver=4.14.82
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -24,7 +24,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
 'SKIP'
-'e6d5198288da9869f1b4cb1960532f619575937375856525b0e536189298eee0'
+'7852844cf23ba8e77e58dd5dc44002701ed274e5acb42d20879332a14c717668'
 'c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'


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

2018-11-21 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, November 21, 2018 @ 13:56:17
  Author: svenstaro
Revision: 409271

upgpkg: emscripten 1.38.20-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 12:35:40 UTC (rev 409270)
+++ PKGBUILD2018-11-21 13:56:17 UTC (rev 409271)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.38.19
+pkgver=1.38.20
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha512sums=('c7f18c75d7e58ec8903db50ad3850d786c7f2d95bc665ccdb5497b54ca8b006a8b0b4eccefdf6d5c9cd5069e6e58f58a756f2f376c60f2ca8a22a338ef7aed7d'
-
'28508692f20166e5b51f8872137183872b2290abfd4147d985dece7d08b2e8259f18e6fb43f7576bafc938eda4a4f538e47396ff3015edadf373710d596f1137'
-
'82ffc82b3a000953f2e3ac5117a32881b64baf5abd8df6268f1b37f0892ea93b146e5c385e396090ec5a02e7ff15d0893a25153251f03fbb71846aaf9e75137d'
+sha512sums=('1f4f20ab6f79394ccbe8993eb5f3470d5922708d8af86020a96f036f2b0667d70c0d2ebedbdebbd3750007262e4866343282b9d8902444395ddb46dbf084f1ea'
+
'9b5f99309a82e65d7cb937488f0eb5886b64e31ebb8518ba18f660fd9f086af725037b4ca4f3da61274b97b09018cf5b7758ccadd42eee79c5f70b69e7d82fc3'
+
'106132a0c7ee965491424c5658427919b093ba7fd9c3792249be3112300b56a0f5fc766f8519cd4831fa9b4e791979df2185216f640aaf091fcbfc504a7a7fa3'
 
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
 
 prepare() {


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

2018-11-21 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, November 21, 2018 @ 13:56:29
  Author: svenstaro
Revision: 409272

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 409271, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 409271, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 409271, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

+
 PKGBUILD   |  174 +--
 emscripten.install |   22 +++---
 emscripten.sh  |   14 ++--
 3 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 13:56:17 UTC (rev 409271)
+++ PKGBUILD2018-11-21 13:56:29 UTC (rev 409272)
@@ -1,87 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.38.19
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha512sums=('c7f18c75d7e58ec8903db50ad3850d786c7f2d95bc665ccdb5497b54ca8b006a8b0b4eccefdf6d5c9cd5069e6e58f58a756f2f376c60f2ca8a22a338ef7aed7d'
-
'28508692f20166e5b51f8872137183872b2290abfd4147d985dece7d08b2e8259f18e6fb43f7576bafc938eda4a4f538e47396ff3015edadf373710d596f1137'
-
'82ffc82b3a000953f2e3ac5117a32881b64baf5abd8df6268f1b37f0892ea93b146e5c385e396090ec5a02e7ff15d0893a25153251f03fbb71846aaf9e75137d'
-
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  cmake .. \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  # docs
-  install -d "$pkgdir"/usr/share/doc
-  ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
-
-  # license
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: emscripten/repos/community-x86_64/PKGBUILD (from rev 409271, 
emscripten/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 13:56:29 UTC (rev 409272)
@@ -0,0 +1,87 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Stefan Husmann 
+# Contributor: Vlad Kolotvin 
+
+pkgname=emscripten
+pkgver=1.38.20
+pkgrel=1

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

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 13:21:46
  Author: tpowa
Revision: 340198

archrelease: copy trunk to testing-any

Added:
  clawsker/repos/testing-any/
  clawsker/repos/testing-any/PKGBUILD
(from rev 340197, clawsker/trunk/PKGBUILD)

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

Copied: clawsker/repos/testing-any/PKGBUILD (from rev 340197, 
clawsker/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-11-21 13:21:46 UTC (rev 340198)
@@ -0,0 +1,30 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Francesco Groccia 
+# Contributor: Jakub "mr.MikyMaus" Fiser 
+
+pkgname=clawsker
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="An applet to edit Claws Mail's hidden preferences."
+arch=('any')
+url="http://www.claws-mail.org/clawsker.php;
+license=('GPL3')
+makedepends=('gettext')
+depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
+validpgpkeys=('43BC364B16DF0C205EBD75921F0F0A88DE5BCCA6') # Ricardo Mones 
Lastra 
+source=("http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.xz"{,.asc})
+md5sums=('3d575ca96ac5cd583b20d137c5e822ab'
+ 'SKIP')
+
+build()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX="/usr"
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # race condition fixed upstream
+  # TODO: remove '-j1' for next release
+  make -j1 PREFIX="/usr" DESTDIR="$pkgdir" install
+}


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

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 13:21:32
  Author: tpowa
Revision: 340197

upgpkg: clawsker 1.2.0-1

bump to latest version

Modified:
  clawsker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 13:19:42 UTC (rev 340196)
+++ PKGBUILD2018-11-21 13:21:32 UTC (rev 340197)
@@ -3,7 +3,7 @@
 # Contributor: Jakub "mr.MikyMaus" Fiser 
 
 pkgname=clawsker
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="An applet to edit Claws Mail's hidden preferences."
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
 validpgpkeys=('43BC364B16DF0C205EBD75921F0F0A88DE5BCCA6') # Ricardo Mones 
Lastra 
 source=("http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.xz"{,.asc})
-md5sums=('0ab8d6595ef4827f2fbaaa497939aacf'
+md5sums=('3d575ca96ac5cd583b20d137c5e822ab'
  'SKIP')
 
 build()


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

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 13:19:42
  Author: tpowa
Revision: 340196

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
(from rev 340195, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 340195, hwids/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-11-21 13:19:42 UTC (rev 340196)
@@ -0,0 +1,19 @@
+# Maintainer: Tom Gundersen 
+pkgname=hwids
+pkgver=20180917
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
+
+package() {
+  cd hwids
+
+  for ids in pci.ids usb.ids; do
+install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}
+md5sums=('SKIP')


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

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 13:19:29
  Author: tpowa
Revision: 340195

upgpkg: hwids 20180917-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 13:10:50 UTC (rev 340194)
+++ PKGBUILD2018-11-21 13:19:29 UTC (rev 340195)
@@ -1,6 +1,6 @@
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20180518
+pkgver=20180917
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 13:10:38
  Author: tpowa
Revision: 340193

upgpkg: wireless-regdb 2018.10.24-2

bump to latest version

Modified:
  wireless-regdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 13:09:52 UTC (rev 340192)
+++ PKGBUILD2018-11-21 13:10:38 UTC (rev 340193)
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=wireless-regdb
-pkgver=2018.05.31
+pkgver=2018.10.24
 pkgrel=2
 pkgdesc="Central Regulatory Domain Database"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('crda')
 
source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.{xz,sign}
 crda.conf.d)
-sha256sums=('e1dfbc3b97771373077f430c3c05082fae883145b37db5b2cfd12c56676fbe7b'
+sha256sums=('0d3e845ac77d21aac9b88642c3dd043a83e3920d706b63d5e5c31dffdbec9116'
 'SKIP'
 '192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
 validpgpkeys=('2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A') #Seth Forshee 



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

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 13:10:50
  Author: tpowa
Revision: 340194

archrelease: copy trunk to testing-any

Added:
  wireless-regdb/repos/testing-any/
  wireless-regdb/repos/testing-any/PKGBUILD
(from rev 340193, wireless-regdb/trunk/PKGBUILD)
  wireless-regdb/repos/testing-any/crda.conf.d
(from rev 340193, wireless-regdb/trunk/crda.conf.d)
  wireless-regdb/repos/testing-any/wireless-regdb.install
(from rev 340193, wireless-regdb/trunk/wireless-regdb.install)

+
 PKGBUILD   |   48 +++
 crda.conf.d|4 +++
 wireless-regdb.install |   13 
 3 files changed, 65 insertions(+)

Copied: wireless-regdb/repos/testing-any/PKGBUILD (from rev 340193, 
wireless-regdb/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-11-21 13:10:50 UTC (rev 340194)
@@ -0,0 +1,48 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=wireless-regdb
+pkgver=2018.10.24
+pkgrel=2
+pkgdesc="Central Regulatory Domain Database"
+arch=('any')
+url="http://wireless.kernel.org/en/developers/Regulatory;
+backup=(etc/conf.d/wireless-regdom)
+license=('custom')
+depends=('sh')
+makedepends=('crda')
+source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.{xz,sign}
+crda.conf.d)
+sha256sums=('0d3e845ac77d21aac9b88642c3dd043a83e3920d706b63d5e5c31dffdbec9116'
+'SKIP'
+'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
+validpgpkeys=('2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A') #Seth Forshee 

+
+package() {
+  # Install and verify regulatory.bin file
+  msg "Installing and verifying the regulatory.bin file ..."
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.bin 
"${pkgdir}"/usr/lib/crda/regulatory.bin
+  # This creates a depend/makedepend loop:
+  # crda depends on wireless-regdb (but strictly doesn't makedepend on it)
+  # wireless-regdb makedepends on crda
+  if /usr/bin/regdbdump "${pkgdir}"/usr/lib/crda/regulatory.bin > /dev/null; 
then
+msg "Regulatory database verification was succesful."
+  else
+error "Regulatory database verification failed."
+return 1
+  fi
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/sforshee.key.pub.pem 
"${pkgdir}"/usr/lib/crda/pubkeys/sforshee.key.pub.pem
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE 
"${pkgdir}"/usr/share/licenses/wireless-regdb/LICENSE
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.bin.5 
"${pkgdir}"/usr/share/man/man5/regulatory.bin.5
+ install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.db 
"${pkgdir}"/usr/lib/firmware/regulatory.db
+ install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.db.p7s 
"${pkgdir}"/usr/lib/firmware/regulatory.db.p7s
+ install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.db.5 
"${pkgdir}"/usr/share/man/man5/regulatory.db.5
+  msg "Installing /etc/conf.d/wireless-regdom ..."
+  install -D -m644 "${srcdir}"/crda.conf.d 
"${pkgdir}"/etc/conf.d/wireless-regdom
+  for dom in $(grep ^country "${srcdir}"/${pkgname}-${pkgver}/db.txt | cut -d' 
' -f2 | sed 's|:||g'); do
+echo "#WIRELESS_REGDOM=\"${dom}\"" >> 
"${pkgdir}"/etc/conf.d/wireless-regdom.tmp
+  done
+  sort -u "${pkgdir}"/etc/conf.d/wireless-regdom.tmp >> 
"${pkgdir}"/etc/conf.d/wireless-regdom
+  rm "${pkgdir}"/etc/conf.d/wireless-regdom.tmp
+
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: wireless-regdb/repos/testing-any/crda.conf.d (from rev 340193, 
wireless-regdb/trunk/crda.conf.d)
===
--- testing-any/crda.conf.d (rev 0)
+++ testing-any/crda.conf.d 2018-11-21 13:10:50 UTC (rev 340194)
@@ -0,0 +1,4 @@
+#
+# Wireless regulatory domain configuration
+#
+

Copied: wireless-regdb/repos/testing-any/wireless-regdb.install (from rev 
340193, wireless-regdb/trunk/wireless-regdb.install)
===
--- testing-any/wireless-regdb.install  (rev 0)
+++ testing-any/wireless-regdb.install  2018-11-21 13:10:50 UTC (rev 340194)
@@ -0,0 +1,13 @@
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  # If crda is installed, we verify the integrity of the database
+  # If not, we skip this step silently
+  if [ -x /usr/bin/regdbdump ]; then
+if ! /usr/bin/regdbdump /usr/lib/crda/regulatory.bin > /dev/null; then
+  echo "Failed to verify the integrity of the wireless regulatory 
database, CRDA will not work."
+fi
+  fi
+}


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

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 13:09:52
  Author: tpowa
Revision: 340192

archrelease: copy trunk to testing-x86_64

Added:
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 340191, xfsprogs/trunk/PKGBUILD)

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

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 340191, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-21 13:09:52 UTC (rev 340192)
@@ -0,0 +1,33 @@
+#
+pkgname=xfsprogs
+pkgver=4.19.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('x86_64')
+license=('LGPL')
+url="http://xfs.org;
+groups=('base')
+depends=('sh' 'libutil-linux' 'readline')
+makedepends=('git')
+options=('!makeflags')
+source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-dev"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-readline
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-dev"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}


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

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 13:09:44
  Author: tpowa
Revision: 340191

upgpkg: xfsprogs 4.19.0-1

bump to latest version

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 09:20:46 UTC (rev 340190)
+++ PKGBUILD2018-11-21 13:09:44 UTC (rev 340191)
@@ -1,6 +1,6 @@
 #
 pkgname=xfsprogs
-pkgver=4.18.0
+pkgver=4.19.0
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('x86_64')


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

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 12:34:59
  Author: arojas
Revision: 409269

Update to 1.5.0.19

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 12:08:59 UTC (rev 409268)
+++ PKGBUILD2018-11-21 12:34:59 UTC (rev 409269)
@@ -2,7 +2,7 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.5.0-17
+_pkgver=1.5.0-19
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc="A free computer algebra system"
@@ -11,7 +11,7 @@
 license=(GPL3)
 makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('66997c119c51164ae35f9e2145fa7a64726619381e4af9fa9c59f02e95962892')
+sha256sums=('a1944f17a4f9683c8cb0e852daac0269534baa950846072006226b110efc4137')
 
 prepare() {
   cd $pkgbase-${pkgver%.*}


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

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 12:35:40
  Author: arojas
Revision: 409270

archrelease: copy trunk to community-x86_64

Added:
  giac/repos/community-x86_64/PKGBUILD
(from rev 409269, giac/trunk/PKGBUILD)
Deleted:
  giac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 12:34:59 UTC (rev 409269)
+++ PKGBUILD2018-11-21 12:35:40 UTC (rev 409270)
@@ -1,48 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.5.0-17
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('66997c119c51164ae35f9e2145fa7a64726619381e4af9fa9c59f02e95962892')
-
-prepare() {
-  cd $pkgbase-${pkgver%.*}
-  sed -e '/curlbuild/d' -i src/misc.cc # Remove bogus include
-}
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 409269, 
giac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 12:35:40 UTC (rev 409270)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.5.0-19
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+sha256sums=('a1944f17a4f9683c8cb0e852daac0269534baa950846072006226b110efc4137')
+
+prepare() {
+  cd $pkgbase-${pkgver%.*}
+  sed -e '/curlbuild/d' -i src/misc.cc # Remove bogus include
+}
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}


[arch-commits] Commit in adobe-source-han-sans-fonts/trunk (PKGBUILD)

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 12:08:59
  Author: felixonmars
Revision: 409268

prepare 2.000

Modified:
  adobe-source-han-sans-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 12:06:00 UTC (rev 409267)
+++ PKGBUILD2018-11-21 12:08:59 UTC (rev 409268)
@@ -28,8 +28,8 @@
 _pkgbase=adobe-source-han-sans
 pkgbase=$_pkgbase-fonts
 pkgname=($_pkgbase-jp-fonts $_pkgbase-kr-fonts $_pkgbase-cn-fonts 
$_pkgbase-tw-fonts $_pkgbase-otc-fonts)
-pkgver=1.004
-pkgrel=3
+pkgver=2.000
+pkgrel=1
 pkgdesc='Adobe Source Han Sans - A set of Pan-CJK fonts designed to complement 
Source Sans Pro'
 arch=('any')
 license=('Apache')


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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 12:05:34
  Author: felixonmars
Revision: 409266

upgpkg: python-ruamel-yaml 0.15.79-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 12:04:11 UTC (rev 409265)
+++ PKGBUILD2018-11-21 12:05:34 UTC (rev 409266)
@@ -3,7 +3,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.78
+pkgver=0.15.79
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('8f577e136151d5cc2090827b97a5f412582c09139ce7e5fefafb004fd33a02c58ed69e3bec82d599be29ede7acda147f03576b3db4680ec7b6ee7824321f14c6')
+sha512sums=('89850f94db29565ab362532199258ce95888f4d4cdc81fc9005ad9b7b15c48545ab853f1a9dd350c3ca28e1f16b9d8a5611a36346426869d682e74a9b6b06dae')
 
 package() {
   depends=('python')


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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 12:06:00
  Author: felixonmars
Revision: 409267

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 12:04:11
  Author: felixonmars
Revision: 409265

archrelease: copy trunk to community-any

Added:
  python-oslo-concurrency/repos/community-any/PKGBUILD
(from rev 409264, python-oslo-concurrency/trunk/PKGBUILD)
Deleted:
  python-oslo-concurrency/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 12:03:26 UTC (rev 409264)
+++ PKGBUILD2018-11-21 12:04:11 UTC (rev 409265)
@@ -1,61 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-concurrency
-pkgname=(python-oslo-concurrency python2-oslo-concurrency)
-pkgver=3.28.1
-pkgrel=1
-pkgdesc="OpenStack library for all concurrency-related code"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-oslo-config'
- 'python2-oslo-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-fasteners' 'python2-fasteners' 
'python2-enum34')
-checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest' 'python-oslo-config'
-  'python2-oslo-config' 'python-eventlet' 'python2-eventlet')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz;)
-sha512sums=('8d7bde1173ad4e760ef19f34c4965ca4a4a4357253adc2ce85eef8e82b5388381ce5352259c47a0d3e7e291de74910454d046125db3b4d0d1881f6288c552a91')
-
-prepare() {
-  cp -a oslo.concurrency-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.concurrency-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.concurrency-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.concurrency-$pkgver
-  stestr run || warning "1 failure about raising rlimit"
-
-  cd "$srcdir"/oslo.concurrency-$pkgver-py2
-  PYTHON=python2 stestr2 run || warning "1 failure about raising rlimit"
-}
-
-package_python-oslo-concurrency() {
-  depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 
'python-oslo-utils'
-   'python-fasteners')
-
-  cd "$srcdir"/oslo.concurrency-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-concurrency() {
-  depends=('python2-six' 'python2-pbr' 'python2-oslo-config' 
'python2-oslo-i18n'
-   'python2-oslo-utils' 'python2-fasteners' 'python2-enum34')
-
-  cd "$srcdir"/oslo.concurrency-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/lockutils-wrapper{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-concurrency/repos/community-any/PKGBUILD (from rev 409264, 
python-oslo-concurrency/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 12:04:11 UTC (rev 409265)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-concurrency
+pkgname=(python-oslo-concurrency python2-oslo-concurrency)
+pkgver=3.29.0
+pkgrel=1
+pkgdesc="OpenStack library for all concurrency-related code"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-oslo-config'
+ 'python2-oslo-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-fasteners' 'python2-fasteners' 
'python2-enum34')
+checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest' 'python-oslo-config'
+  'python2-oslo-config' 'python-eventlet' 'python2-eventlet')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz;)
+sha512sums=('0a096cbf6473514bbf261fb84a575b034a45f58cc4380bbc09b24eb5135d474c8746e3e893e69d71f36df61f5f8e7a12413595ba679f6f5a707c329363ebbb59')
+
+prepare() {
+  cp -a oslo.concurrency-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.concurrency-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.concurrency-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.concurrency-$pkgver
+  stestr run || warning "1 failure about raising rlimit"
+
+  cd "$srcdir"/oslo.concurrency-$pkgver-py2
+  PYTHON=python2 stestr2 run || warning "1 failure about raising rlimit"
+}
+
+package_python-oslo-concurrency() {
+  depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 
'python-oslo-utils'
+   'python-fasteners')
+
+  cd "$srcdir"/oslo.concurrency-$pkgver
+  python setup.py install 

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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 12:03:26
  Author: felixonmars
Revision: 409264

upgpkg: python-oslo-concurrency 3.29.0-1

Modified:
  python-oslo-concurrency/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 10:49:43 UTC (rev 409263)
+++ PKGBUILD2018-11-21 12:03:26 UTC (rev 409264)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-concurrency
 pkgname=(python-oslo-concurrency python2-oslo-concurrency)
-pkgver=3.28.1
+pkgver=3.29.0
 pkgrel=1
 pkgdesc="OpenStack library for all concurrency-related code"
 arch=('any')
@@ -16,7 +16,7 @@
   'python2-oslo-config' 'python-eventlet' 'python2-eventlet')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz;)
-sha512sums=('8d7bde1173ad4e760ef19f34c4965ca4a4a4357253adc2ce85eef8e82b5388381ce5352259c47a0d3e7e291de74910454d046125db3b4d0d1881f6288c552a91')
+sha512sums=('0a096cbf6473514bbf261fb84a575b034a45f58cc4380bbc09b24eb5135d474c8746e3e893e69d71f36df61f5f8e7a12413595ba679f6f5a707c329363ebbb59')
 
 prepare() {
   cp -a oslo.concurrency-$pkgver{,-py2}


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

2018-11-21 Thread Alexander Rødseth via arch-commits
Date: Wednesday, November 21, 2018 @ 10:49:43
  Author: arodseth
Revision: 409263

Revert the unjust revert

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 10:36:13 UTC (rev 409262)
+++ PKGBUILD2018-11-21 10:49:43 UTC (rev 409263)
@@ -1,17 +1,27 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: Pierre Neidhardt 
+# Maintainer: Morten Linderud 
 # Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Rémy Oudompheng 
+# Contributor: Andres Perera 
+# Contributor: Matthew Bauer 
+# Contributor: Christian Himpel 
+# Contributor: Mike Rosset 
+# Contributor: Daniel YC Lin 
+# Contributor: John Luebs 
 
 pkgbase=go
 pkgname=(go go-pie)
 epoch=2
 pkgver=1.11.2
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
-url='http://golang.org/'
+url='https://golang.org/'
 license=(BSD)
 makedepends=(git go)
-source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
-default-buildmode-pie.patch)
+source=("https://storage.googleapis.com/golang/go$pkgver.src.tar.gz;
+'default-buildmode-pie.patch')
 sha256sums=('042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550'
 '9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
 
@@ -24,10 +34,10 @@
 export GOCACHE=off
 
 prepare() {
-  cp -r $pkgbase ${pkgbase}-pie
+  cp -r $pkgbase $pkgbase-pie
 
-  cd ${pkgbase}-pie
-  patch -p1 -i "$srcdir"/default-buildmode-pie.patch
+  cd $pkgbase-pie
+  patch -p1 -i "$srcdir/default-buildmode-pie.patch"
 }
 
 build() {
@@ -68,14 +78,14 @@
   ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
   ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
 
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/go/LICENSE"
   install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
 
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap"
-  rm -rf "$pkgdir/usr/lib/go/pkg/tool/*/api"
+  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap" "$pkgdir/usr/lib/go/pkg/tool/*/api"
 
   # TODO: Figure out if really needed
   rm -rf "$pkgdir"/usr/lib/go/pkg/obj/go-build/*
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$1/LICENSE"
 }
 
 package_go() {
@@ -91,3 +101,5 @@
 
   _package $pkgname
 }
+
+# vim: ts=2 sw=2 et


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

2018-11-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, November 21, 2018 @ 10:36:13
  Author: bpiotrowski
Revision: 409262

revert xyproto's theatre

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 10:30:30 UTC (rev 409261)
+++ PKGBUILD2018-11-21 10:36:13 UTC (rev 409262)
@@ -1,27 +1,17 @@
-# Maintainer: Alexander F. Rødseth 
-# Maintainer: Pierre Neidhardt 
+# Maintainer: Bartłomiej Piotrowski 
 # Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
 
 pkgbase=go
 pkgname=(go go-pie)
 epoch=2
 pkgver=1.11.2
-pkgrel=2
+pkgrel=1
 arch=(x86_64)
-url='https://golang.org/'
+url='http://golang.org/'
 license=(BSD)
 makedepends=(git go)
-source=("https://storage.googleapis.com/golang/go$pkgver.src.tar.gz;
-'default-buildmode-pie.patch')
+source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
+default-buildmode-pie.patch)
 sha256sums=('042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550'
 '9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
 
@@ -34,10 +24,10 @@
 export GOCACHE=off
 
 prepare() {
-  cp -r $pkgbase $pkgbase-pie
+  cp -r $pkgbase ${pkgbase}-pie
 
-  cd $pkgbase-pie
-  patch -p1 -i "$srcdir/default-buildmode-pie.patch"
+  cd ${pkgbase}-pie
+  patch -p1 -i "$srcdir"/default-buildmode-pie.patch
 }
 
 build() {
@@ -78,14 +68,14 @@
   ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
   ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
 
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/go/LICENSE"
   install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
 
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap" "$pkgdir/usr/lib/go/pkg/tool/*/api"
+  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap"
+  rm -rf "$pkgdir/usr/lib/go/pkg/tool/*/api"
 
   # TODO: Figure out if really needed
   rm -rf "$pkgdir"/usr/lib/go/pkg/obj/go-build/*
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$1/LICENSE"
 }
 
 package_go() {
@@ -101,5 +91,3 @@
 
   _package $pkgname
 }
-
-# vim: ts=2 sw=2 et


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

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 10:30:30
  Author: arojas
Revision: 409261

archrelease: copy trunk to community-staging-x86_64

Added:
  gmic/repos/community-staging-x86_64/
  gmic/repos/community-staging-x86_64/PKGBUILD
(from rev 409260, gmic/trunk/PKGBUILD)
  gmic/repos/community-staging-x86_64/gmic-opencv4.patch
(from rev 409260, gmic/trunk/gmic-opencv4.patch)
  gmic/repos/community-staging-x86_64/zart-opencv4.patch
(from rev 409260, gmic/trunk/zart-opencv4.patch)

+
 PKGBUILD   |   82 +++
 gmic-opencv4.patch |   14 
 zart-opencv4.patch |   39 
 3 files changed, 135 insertions(+)

Copied: gmic/repos/community-staging-x86_64/PKGBUILD (from rev 409260, 
gmic/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-21 10:30:30 UTC (rev 409261)
@@ -0,0 +1,82 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
+pkgver=2.4.1
+pkgrel=2
+arch=(x86_64)
+url="http://gmic.eu/;
+license=(custom:CeCILL)
+makedepends=(gimp qt5-base fftw openexr opencv git)
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz gmic-opencv4.patch 
zart-opencv4.patch)
+sha256sums=('446b465d2ff7314add634115f6bffecd136ad96759eb92f76c03f231f44188d6'
+'1ffb4f8952be152ba2956a50ff6c39b078e547a4d3386cc2f34549124aefbed3'
+'182c6723708302a8cee92bfb45a40ff09b8903c649ce856d0d8cd10aab0ee39b')
+
+prepare() {
+  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
+# fix overlinking
+  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' \
+  -e 's/pkg-config opencv/pkg-config opencv4/' -i 
gmic-$pkgver/src/Makefile 
+# fix build with openCV 4.0
+  cd gmic-$pkgver/src
+  patch -p1 -i "$srcdir"/gmic-opencv4.patch
+  cd ../zart
+  patch -p1 -i "$srcdir"/zart-opencv4.patch
+}
+
+build() {
+  cd gmic-$pkgver
+  make -C src cli lib libc WGET=/bin/true
+
+  cd gmic-qt
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none
+  make
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp
+  make
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita
+  make  
+
+  cd ../zart
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on QMAKE_CXXFLAGS+=" 
-DOPENCV2_HEADERS"
+  make
+}
+
+package_gmic() {
+  pkgdesc="GREYC's Magic Image Converter: image processing framework"
+  depends=(opencv fftw curl)
+  optdepends=('qt5-base: for the Qt UI')
+
+  cd gmic-$pkgver/src
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -r "$pkgdir"/usr/{bin/zart,lib/gimp,bin/gmic_krita_qt}
+}
+
+package_zart() {
+  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
+  depends=(gmic qt5-base)
+
+  install -Dm755 gmic-$pkgver/zart/zart -t "$pkgdir"/usr/bin
+  install -Dm644 gmic-$pkgver/zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc="Gimp plugin for the G'MIC image processing framework"
+  depends=(gimp gmic qt5-base)
+
+  install -Dm755 gmic-$pkgver/gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
+  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_krita-plugin-gmic() {
+  pkgdesc="Krita plugin for the G'MIC image processing framework"
+  depends=(krita gmic)
+
+  install -Dm755 gmic-$pkgver/gmic-qt/gmic_krita_qt -t "$pkgdir"/usr/bin/
+  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: gmic/repos/community-staging-x86_64/gmic-opencv4.patch (from rev 
409260, gmic/trunk/gmic-opencv4.patch)
===
--- community-staging-x86_64/gmic-opencv4.patch (rev 0)
+++ community-staging-x86_64/gmic-opencv4.patch 2018-11-21 10:30:30 UTC (rev 
409261)
@@ -0,0 +1,14 @@
+diff --git a/CImg.h b/CImg.h
+index af63bcb..c7757fc 100644
+--- a/CImg.h
 b/CImg.h
+@@ -414,8 +414,7 @@
+ #define _cimg_redefine_False
+ #endif
+ #include 
+-#include "cv.h"
+-#include "highgui.h"
++#include 
+ #endif
+ 
+ // Configure LibPNG support.

Copied: gmic/repos/community-staging-x86_64/zart-opencv4.patch (from rev 
409260, gmic/trunk/zart-opencv4.patch)
===
--- community-staging-x86_64/zart-opencv4.patch (rev 0)
+++ community-staging-x86_64/zart-opencv4.patch 2018-11-21 10:30:30 UTC (rev 
409261)
@@ -0,0 +1,39 @@
+diff --git a/include/VideoFileSource.h b/include/VideoFileSource.h
+index 0fda14e..8c15178 100644
+--- 

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

2018-11-21 Thread Alexander Rødseth via arch-commits
Date: Wednesday, November 21, 2018 @ 10:29:53
  Author: arodseth
Revision: 409258

bpiotrowski adopted and moved the go package from [community] to [extra], 
against the will of the (then) two co-maintainers of the go package.

He then proceeded to remove the list of maintainers and contributors from the 
top of the PKGBUILD.

The package was also split into "go" and "go-pie".

Now that the package is back in [community], I'm adding back the list of 
maintainers and contributors.

Also updated the URL to https:// instead of http://, combined two "rm" commands 
to a single command and added the missing license file to the go-pie package.

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 09:26:44 UTC (rev 409257)
+++ PKGBUILD2018-11-21 10:29:53 UTC (rev 409258)
@@ -1,17 +1,27 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: Pierre Neidhardt 
+# Maintainer: Morten Linderud 
 # Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Rémy Oudompheng 
+# Contributor: Andres Perera 
+# Contributor: Matthew Bauer 
+# Contributor: Christian Himpel 
+# Contributor: Mike Rosset 
+# Contributor: Daniel YC Lin 
+# Contributor: John Luebs 
 
 pkgbase=go
 pkgname=(go go-pie)
 epoch=2
 pkgver=1.11.2
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
-url='http://golang.org/'
+url='https://golang.org/'
 license=(BSD)
 makedepends=(git go)
-source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
-default-buildmode-pie.patch)
+source=("https://storage.googleapis.com/golang/go$pkgver.src.tar.gz;
+'default-buildmode-pie.patch')
 sha256sums=('042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550'
 '9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
 
@@ -24,10 +34,10 @@
 export GOCACHE=off
 
 prepare() {
-  cp -r $pkgbase ${pkgbase}-pie
+  cp -r $pkgbase $pkgbase-pie
 
-  cd ${pkgbase}-pie
-  patch -p1 -i "$srcdir"/default-buildmode-pie.patch
+  cd $pkgbase-pie
+  patch -p1 -i "$srcdir/default-buildmode-pie.patch"
 }
 
 build() {
@@ -68,14 +78,14 @@
   ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
   ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
 
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/go/LICENSE"
   install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
 
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap"
-  rm -rf "$pkgdir/usr/lib/go/pkg/tool/*/api"
+  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap" "$pkgdir/usr/lib/go/pkg/tool/*/api"
 
   # TODO: Figure out if really needed
   rm -rf "$pkgdir"/usr/lib/go/pkg/obj/go-build/*
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$1/LICENSE"
 }
 
 package_go() {
@@ -91,3 +101,5 @@
 
   _package $pkgname
 }
+
+# vim: ts=2 sw=2 et


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

2018-11-21 Thread Alexander Rødseth via arch-commits
Date: Wednesday, November 21, 2018 @ 10:30:01
  Author: arodseth
Revision: 409259

archrelease: copy trunk to community-x86_64

Added:
  go/repos/community-x86_64/PKGBUILD
(from rev 409258, go/trunk/PKGBUILD)
  go/repos/community-x86_64/default-buildmode-pie.patch
(from rev 409258, go/trunk/default-buildmode-pie.patch)
Deleted:
  go/repos/community-x86_64/PKGBUILD
  go/repos/community-x86_64/default-buildmode-pie.patch

-+
 PKGBUILD|  198 ++
 default-buildmode-pie.patch |   28 ++---
 2 files changed, 119 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 10:29:53 UTC (rev 409258)
+++ PKGBUILD2018-11-21 10:30:01 UTC (rev 409259)
@@ -1,93 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgbase=go
-pkgname=(go go-pie)
-epoch=2
-pkgver=1.11.2
-pkgrel=1
-arch=(x86_64)
-url='http://golang.org/'
-license=(BSD)
-makedepends=(git go)
-source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
-default-buildmode-pie.patch)
-sha256sums=('042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550'
-'9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
-
-export GOOS=linux
-case "$CARCH" in
-  x86_64) export GOARCH=amd64 ;;
-esac
-export GOROOT_FINAL=/usr/lib/go
-export GOROOT_BOOTSTRAP=/usr/lib/go
-export GOCACHE=off
-
-prepare() {
-  cp -r $pkgbase ${pkgbase}-pie
-
-  cd ${pkgbase}-pie
-  patch -p1 -i "$srcdir"/default-buildmode-pie.patch
-}
-
-build() {
-  export GOPATH="$srcdir/"
-
-  for _pkgname in ${pkgname[@]}; do
-export GOROOT="$srcdir/$_pkgname"
-export GOBIN="$GOROOT/bin"
-
-cd "$srcdir/$_pkgname/src"
-./make.bash --no-clean -v
-
-PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
-PATH="$GOBIN:$PATH" go install -v -race std
-  done
-}
-
-check() {
-  # Run test suite only for unpatched Go as it expects non-PIE ldBuildmode
-  export GOROOT="$srcdir/$pkgbase"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgbase/bin:$PATH"
-  export GO_TEST_TIMEOUT_SCALE=2
-
-  cd $pkgbase/src
-  ./run.bash --no-rebuild -v -v -v -k 
-}
-
-_package() {
-  options=(!strip staticlibs)
-  cd "$srcdir/$1"
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"
-  cp -a bin pkg src lib misc api "$pkgdir/usr/lib/go"
-  cp -r doc/* "$pkgdir/usr/share/doc/go"
-
-  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
-  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
-  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/go/LICENSE"
-  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
-
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap"
-  rm -rf "$pkgdir/usr/lib/go/pkg/tool/*/api"
-
-  # TODO: Figure out if really needed
-  rm -rf "$pkgdir"/usr/lib/go/pkg/obj/go-build/*
-}
-
-package_go() {
-  pkgdesc='Core compiler tools for the Go programming language'
-
-  _package $pkgname
-}
-
-package_go-pie() {
-  pkgdesc='Core compiler tools for the Go programming language (with PIE 
enabled by default)'
-  provides=(go)
-  conflicts=(go)
-
-  _package $pkgname
-}

Copied: go/repos/community-x86_64/PKGBUILD (from rev 409258, go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 10:30:01 UTC (rev 409259)
@@ -0,0 +1,105 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: Pierre Neidhardt 
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Rémy Oudompheng 
+# Contributor: Andres Perera 
+# Contributor: Matthew Bauer 
+# Contributor: Christian Himpel 
+# Contributor: Mike Rosset 
+# Contributor: Daniel YC Lin 
+# Contributor: John Luebs 
+
+pkgbase=go
+pkgname=(go go-pie)
+epoch=2
+pkgver=1.11.2
+pkgrel=2
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+makedepends=(git go)
+source=("https://storage.googleapis.com/golang/go$pkgver.src.tar.gz;
+'default-buildmode-pie.patch')
+sha256sums=('042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550'
+'9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
+
+export GOOS=linux
+case "$CARCH" in
+  x86_64) export GOARCH=amd64 ;;
+esac
+export GOROOT_FINAL=/usr/lib/go
+export GOROOT_BOOTSTRAP=/usr/lib/go
+export GOCACHE=off
+
+prepare() {
+  cp -r $pkgbase $pkgbase-pie
+
+  cd $pkgbase-pie
+  patch -p1 -i "$srcdir/default-buildmode-pie.patch"
+}
+
+build() {
+  export GOPATH="$srcdir/"
+
+  for _pkgname in ${pkgname[@]}; do
+export GOROOT="$srcdir/$_pkgname"
+export GOBIN="$GOROOT/bin"
+
+cd "$srcdir/$_pkgname/src"
+./make.bash --no-clean -v
+
+PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
+PATH="$GOBIN:$PATH" go install -v -race std
+  done
+}
+
+check() {
+  

[arch-commits] Commit in gmic/trunk (PKGBUILD gmic-opencv4.patch zart-opencv4.patch)

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 10:30:08
  Author: arojas
Revision: 409260

opencv 4.0 rebuild

Added:
  gmic/trunk/gmic-opencv4.patch
  gmic/trunk/zart-opencv4.patch
Modified:
  gmic/trunk/PKGBUILD

+
 PKGBUILD   |   18 +-
 gmic-opencv4.patch |   14 ++
 zart-opencv4.patch |   39 +++
 3 files changed, 66 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 10:30:01 UTC (rev 409259)
+++ PKGBUILD2018-11-21 10:30:08 UTC (rev 409260)
@@ -7,18 +7,26 @@
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="http://gmic.eu/;
 license=(custom:CeCILL)
 makedepends=(gimp qt5-base fftw openexr opencv git)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
-sha256sums=('446b465d2ff7314add634115f6bffecd136ad96759eb92f76c03f231f44188d6')
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz gmic-opencv4.patch 
zart-opencv4.patch)
+sha256sums=('446b465d2ff7314add634115f6bffecd136ad96759eb92f76c03f231f44188d6'
+'1ffb4f8952be152ba2956a50ff6c39b078e547a4d3386cc2f34549124aefbed3'
+'182c6723708302a8cee92bfb45a40ff09b8903c649ce856d0d8cd10aab0ee39b')
 
 prepare() {
   sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
 # fix overlinking
-  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' -i gmic-$pkgver/src/Makefile 
+  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' \
+  -e 's/pkg-config opencv/pkg-config opencv4/' -i 
gmic-$pkgver/src/Makefile 
+# fix build with openCV 4.0
+  cd gmic-$pkgver/src
+  patch -p1 -i "$srcdir"/gmic-opencv4.patch
+  cd ../zart
+  patch -p1 -i "$srcdir"/zart-opencv4.patch
 }
 
 build() {
@@ -34,7 +42,7 @@
   make  
 
   cd ../zart
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on QMAKE_CXXFLAGS+=" 
-DOPENCV2_HEADERS"
   make
 }
 

Added: gmic-opencv4.patch
===
--- gmic-opencv4.patch  (rev 0)
+++ gmic-opencv4.patch  2018-11-21 10:30:08 UTC (rev 409260)
@@ -0,0 +1,14 @@
+diff --git a/CImg.h b/CImg.h
+index af63bcb..c7757fc 100644
+--- a/CImg.h
 b/CImg.h
+@@ -414,8 +414,7 @@
+ #define _cimg_redefine_False
+ #endif
+ #include 
+-#include "cv.h"
+-#include "highgui.h"
++#include 
+ #endif
+ 
+ // Configure LibPNG support.

Added: zart-opencv4.patch
===
--- zart-opencv4.patch  (rev 0)
+++ zart-opencv4.patch  2018-11-21 10:30:08 UTC (rev 409260)
@@ -0,0 +1,39 @@
+diff --git a/include/VideoFileSource.h b/include/VideoFileSource.h
+index 0fda14e..8c15178 100644
+--- a/include/VideoFileSource.h
 b/include/VideoFileSource.h
+@@ -50,6 +50,8 @@
+ #if defined(HAS_OPENCV2_HEADERS) || defined(OPENCV2_HEADERS)
+ #include 
+ #include 
++#include 
++#include 
+ #else
+ #include 
+ #include 
+diff --git a/include/WebcamSource.h b/include/WebcamSource.h
+index 8c1911a..9194385 100644
+--- a/include/WebcamSource.h
 b/include/WebcamSource.h
+@@ -51,6 +51,8 @@
+ #if defined(HAS_OPENCV2_HEADERS) || defined(OPENCV2_HEADERS)
+ #include 
+ #include 
++#include 
++#include 
+ #else
+ #include 
+ #include 
+diff --git a/zart.pro b/zart.pro
+index d98a192..ddb2d3b 100644
+--- a/zart.pro
 b/zart.pro
+@@ -19,7 +19,7 @@ greaterThan(QT_MAJOR_VERSION, 4): CONFIG += c++11
+ CONFIG+= warn_on
+ QT_CONFIG -= no-pkg-config
+ CONFIG += link_pkgconfig
+-PKGCONFIG += opencv fftw3 zlib
++PKGCONFIG += opencv4 fftw3 zlib
+ # LIBS += -lfftw3_threads
+ DEFINES += cimg_use_fftw3 cimg_use_zlib
+ 


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

2018-11-21 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 21, 2018 @ 09:26:44
  Author: alucryd
Revision: 409257

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 09:26:36 UTC (rev 409256)
+++ PKGBUILD2018-11-21 09:26:44 UTC (rev 409257)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Kwpolska 
-
-pkgbase=python-unidecode
-pkgname=('python-unidecode' 'python2-unidecode')
-pkgver=1.0.22
-pkgrel=2
-pkgdesc='ASCII transliterations of Unicode text'
-arch=('any')
-url='https://github.com/avian2/unidecode'
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("python-unidecode-${pkgver}.tar.gz::https://github.com/avian2/unidecode/archive/unidecode-${pkgver}.tar.gz;)
-sha256sums=('a650064d1fdd2bf52a57c8daab8ebe674097b335028c0aba6aecfebe18da47a9')
-
-prepare() {
-  cp -r {,python-}unidecode-unidecode-${pkgver}
-   mv {,python2-}unidecode-unidecode-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-unidecode-unidecode-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_python-unidecode() {
-  depends=('python')
-
-  cd python-unidecode-unidecode-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-package_python2-unidecode() {
-  depends=('python2')
-
-  cd python2-unidecode-unidecode-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-  mv "${pkgdir}"/usr/bin/unidecode{,2}
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-unidecode/repos/community-any/PKGBUILD (from rev 409256, 
python-unidecode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 09:26:44 UTC (rev 409257)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Kwpolska 
+
+pkgbase=python-unidecode
+pkgname=(python-unidecode python2-unidecode)
+pkgver=1.0.23
+pkgrel=1
+pkgdesc='ASCII transliterations of Unicode text'
+arch=(any)
+url='https://github.com/avian2/unidecode'
+license=(GPL)
+makedepends=(
+  git
+  python-setuptools
+  python2-setuptools
+)
+source=(git+https://github.com/avian2/unidecode.git#tag=unidecode-${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cp -r {,python-}unidecode
+   mv {,python2-}unidecode
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-unidecode
+${py} setup.py build
+popd
+  done
+}
+
+package_python-unidecode() {
+  depends=(python)
+
+  cd python-unidecode
+
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+}
+
+package_python2-unidecode() {
+  depends=(python2)
+
+  cd python2-unidecode
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+  mv "${pkgdir}"/usr/bin/unidecode{,2}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-11-21 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 21, 2018 @ 09:26:36
  Author: alucryd
Revision: 409256

upgpkg: python-unidecode 1.0.23-1

Modified:
  python-unidecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 09:16:36 UTC (rev 409255)
+++ PKGBUILD2018-11-21 09:26:36 UTC (rev 409256)
@@ -2,25 +2,29 @@
 # Contributor: Kwpolska 
 
 pkgbase=python-unidecode
-pkgname=('python-unidecode' 'python2-unidecode')
-pkgver=1.0.22
-pkgrel=2
+pkgname=(python-unidecode python2-unidecode)
+pkgver=1.0.23
+pkgrel=1
 pkgdesc='ASCII transliterations of Unicode text'
-arch=('any')
+arch=(any)
 url='https://github.com/avian2/unidecode'
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("python-unidecode-${pkgver}.tar.gz::https://github.com/avian2/unidecode/archive/unidecode-${pkgver}.tar.gz;)
-sha256sums=('a650064d1fdd2bf52a57c8daab8ebe674097b335028c0aba6aecfebe18da47a9')
+license=(GPL)
+makedepends=(
+  git
+  python-setuptools
+  python2-setuptools
+)
+source=(git+https://github.com/avian2/unidecode.git#tag=unidecode-${pkgver})
+sha256sums=(SKIP)
 
 prepare() {
-  cp -r {,python-}unidecode-unidecode-${pkgver}
-   mv {,python2-}unidecode-unidecode-${pkgver}
+  cp -r {,python-}unidecode
+   mv {,python2-}unidecode
 }
 
 build() {
   for py in python{,2}; do
-pushd ${py}-unidecode-unidecode-${pkgver}
+pushd ${py}-unidecode
 ${py} setup.py build
 popd
   done
@@ -27,19 +31,19 @@
 }
 
 package_python-unidecode() {
-  depends=('python')
+  depends=(python)
 
-  cd python-unidecode-unidecode-${pkgver}
+  cd python-unidecode
 
-  python setup.py install --root="${pkgdir}" --optimize='1'
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
 }
 
 package_python2-unidecode() {
-  depends=('python2')
+  depends=(python2)
 
-  cd python2-unidecode-unidecode-${pkgver}
+  cd python2-unidecode
 
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
+  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
   mv "${pkgdir}"/usr/bin/unidecode{,2}
 }
 


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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 09:20:46
  Author: felixonmars
Revision: 340190

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 09:20:27 UTC (rev 340189)
+++ PKGBUILD2018-11-21 09:20:46 UTC (rev 340190)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('x86_64')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
- 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
- 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
-  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
-  'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
-  'python-pytz' 'python2-pytz')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('dd018fca4b3dbc2c576f643df0df2a534f9fdd4af464ae6ee77b0702bfd4dfa7e89943a89fe5126094f7f23e349a32774e91bb074735014efa49fe5390cc6b4c')
-
-prepare() {
-  cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-  cd "$srcdir"/cryptography-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/cryptography-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/cryptography-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/cryptography-$pkgver-python2
-  python2 setup.py pytest
-}
-
-package_python-cryptography() {
-  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
-
-  cd cryptography-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-cryptography() {
-  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
-   'python2-setuptools' 'python2-asn1crypto')
-
-  cd cryptography-$pkgver-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-x86_64/PKGBUILD (from rev 340189, 
python-cryptography/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 09:20:46 UTC (rev 340190)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
+  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
+  'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
+  'python-pytz' 'python2-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+sha512sums=('800735fa86e9ad0f8517328d47e55dc79a2b86d8c7539ee2921c526085782d8dad5559bbee84f7effb42275503fa9a984b099a688c530c92f5672c423c0f1a28')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py pytest
+}
+
+package_python-cryptography() {
+  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
+
+  cd cryptography-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-cryptography() {
+  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
+   'python2-setuptools' 'python2-asn1crypto')
+
+  cd cryptography-$pkgver-python2
+  

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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 09:20:27
  Author: felixonmars
Revision: 340189

upgpkg: python-cryptography 2.4.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 09:16:39 UTC (rev 340188)
+++ PKGBUILD2018-11-21 09:20:27 UTC (rev 340189)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -16,7 +16,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('dd018fca4b3dbc2c576f643df0df2a534f9fdd4af464ae6ee77b0702bfd4dfa7e89943a89fe5126094f7f23e349a32774e91bb074735014efa49fe5390cc6b4c')
+sha512sums=('800735fa86e9ad0f8517328d47e55dc79a2b86d8c7539ee2921c526085782d8dad5559bbee84f7effb42275503fa9a984b099a688c530c92f5672c423c0f1a28')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 09:16:39
  Author: tpowa
Revision: 340188

archrelease: copy trunk to testing-x86_64

Added:
  hdparm/repos/testing-x86_64/
  hdparm/repos/testing-x86_64/PKGBUILD
(from rev 340187, hdparm/trunk/PKGBUILD)
  hdparm/repos/testing-x86_64/wiper.sh.2_6.max-ranges.patch
(from rev 340187, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)

---+
 PKGBUILD  |   43 
 wiper.sh.2_6.max-ranges.patch |   84 
 2 files changed, 127 insertions(+)

Copied: hdparm/repos/testing-x86_64/PKGBUILD (from rev 340187, 
hdparm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-21 09:16:39 UTC (rev 340188)
@@ -0,0 +1,43 @@
+# Maintainer: Paul Mattal 
+
+pkgname=hdparm
+pkgver=9.58
+pkgrel=1
+pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
+arch=(x86_64)
+depends=('glibc')
+optdepends=('sh: required by idectl and ultrabayd')
+source=(http://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz
+wiper.sh.2_6.max-ranges.patch)
+license=('BSD')
+url="http://sourceforge.net/projects/hdparm/;
+optdepends=('bash: for wiper.sh script')
+options=('emptydirs')
+sha512sums=('42fb70f494aae4cc205ca68c3e883e1f4fc33e8ced1914e280e9f3faa7233d3f839e59178ec09ddb9d32e9d2bca122ce324645ecb5ac73defa284030ac7d3cea'
+
'ddb9eff6e4c0b67da72104a9ddcb6fde2b6ad543174e56a7e065453beb88f4c16b977718b1db4beaed41aff477a0ed955303172d019efbe9eacef2a397f27499')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # Fix Range input/output error when wiping Intel G2 and OCZ drives
+  patch -Np1 -i $srcdir/wiper.sh.2_6.max-ranges.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # install
+  mkdir -p ${pkgdir}/usr/bin
+  make DESTDIR=${pkgdir} sbindir=/usr/bin install
+  install -m755 contrib/idectl ${pkgdir}/usr/bin
+  install -m755 contrib/ultrabayd ${pkgdir}/usr/bin
+
+  install -D -m 0644 $srcdir/$pkgname-$pkgver/wiper/README.txt 
$pkgdir/usr/share/doc/wiper/README.txt
+  install -D -m 0755 $srcdir/$pkgname-$pkgver/wiper/wiper.sh 
$pkgdir/usr/bin/wiper.sh
+
+  #install license file
+  install -D -m 644 LICENSE.TXT $pkgdir/usr/share/licenses/hdparm/LICENSE.TXT
+}

Copied: hdparm/repos/testing-x86_64/wiper.sh.2_6.max-ranges.patch (from rev 
340187, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)
===
--- testing-x86_64/wiper.sh.2_6.max-ranges.patch
(rev 0)
+++ testing-x86_64/wiper.sh.2_6.max-ranges.patch2018-11-21 09:16:39 UTC 
(rev 340188)
@@ -0,0 +1,84 @@
+--- hdparm-9.28/wiper/wiper.sh.orig2010-03-09 06:17:37.0 -0800
+--- hdparm-9.28/wiper/wiper.sh 2010-05-15 03:08:02.182856971 -0700
+@@ -29,7 +29,7 @@
+ function usage_error(){
+   echo >&2
+   echo "Linux tune-up (TRIM) utility for SATA SSDs"
+-  echo "Usage:  $0 [--verbose] [--commit] " >&2
++  echo "Usage:  $0 [--max-ranges ] [--verbose] [--commit] 
" >&2
+   echo "   Eg:  $0 /dev/sda1" >&2
+   echo >&2
+   exit 1
+@@ -44,6 +44,7 @@
+ 
+ export verbose=0
+ commit=""
++max_ranges=-1
+ destroy_me=""
+ argc=$#
+ arg=""
+@@ -51,6 +52,10 @@
+   commit=yes
+   elif [ "$1" = "--verbose" ]; then
+   verbose=$((verbose + 1))
++  elif [ "$1" = "--max-ranges" -a $argc -gt 1 ]; then
++  max_ranges=$2
++  argc=$((argc - 1))
++  shift
+   elif [ "$1" = "" ]; then
+   usage_error
+   else
+@@ -499,6 +550,18 @@
+   fi
+ fi
+ 
++## Different SSD's have a different maximum number of ranges they'll accept
++## in a single TRIM command.
++if [ $max_ranges -le 0 ] ; then
++  model=`$HDPARM -I $rawdev | $GAWK '/Model Number/ { print $NF }'`
++  case "$model" in
++  SSDSA[12]*)  max_ranges=512 ;;  # Intel X18-M/X25-M
++  OCZ-VERTEX2) max_ranges=64 ;;   # OCZ Vertex2
++  *)   max_ranges=65535
++  esac
++fi
++[ $verbose -gt 0 ] && echo "max-ranges = $max_ranges"
++
+ ## All ready.  Now let the user know exactly what we intend to do:
+ ##
+ mountstatus="$fstype non-mounted"
+@@ -608,7 +671,7 @@
+   nsectors += count;
+   while (count > 0) {
+   this_count  = (count > 65535) ? 65535 : count
+-  printf "%u:%u ", lba, this_count
++  printf "%u:%u \n", lba, this_count
+   if (verbose > 1)
+   printf "%u:%u ", lba, this_count > "/dev/stderr"
+   lba+= this_count
+@@ -695,6 +758,22 @@
+   -v verbose="$verbose"   \
+   -v xfs_blksects="$xfs_blksects" \
+   

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

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 09:16:30
  Author: tpowa
Revision: 340187

upgpkg: hdparm 9.58-1

bump to latest version

Modified:
  hdparm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 08:38:59 UTC (rev 340186)
+++ PKGBUILD2018-11-21 09:16:30 UTC (rev 340187)
@@ -1,7 +1,7 @@
 # Maintainer: Paul Mattal 
 
 pkgname=hdparm
-pkgver=9.57
+pkgver=9.58
 pkgrel=1
 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
 arch=(x86_64)
@@ -13,8 +13,8 @@
 url="http://sourceforge.net/projects/hdparm/;
 optdepends=('bash: for wiper.sh script')
 options=('emptydirs')
-sha512sumss=('410539d0bf3cc247181594581edbfb53'
- '74e368f384166a7710b447573cda120a')
+sha512sums=('42fb70f494aae4cc205ca68c3e883e1f4fc33e8ced1914e280e9f3faa7233d3f839e59178ec09ddb9d32e9d2bca122ce324645ecb5ac73defa284030ac7d3cea'
+
'ddb9eff6e4c0b67da72104a9ddcb6fde2b6ad543174e56a7e065453beb88f4c16b977718b1db4beaed41aff477a0ed955303172d019efbe9eacef2a397f27499')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -41,5 +41,3 @@
   #install license file
   install -D -m 644 LICENSE.TXT $pkgdir/usr/share/licenses/hdparm/LICENSE.TXT
 }
-md5sums=('cd976dc4c114ebb667a73df1200d0532'
- '74e368f384166a7710b447573cda120a')


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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 09:16:17
  Author: felixonmars
Revision: 409254

upgpkg: deepin-file-manager 1:4.7.1.2-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 09:05:10 UTC (rev 409253)
+++ PKGBUILD2018-11-21 09:16:17 UTC (rev 409254)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.7.1.1
-pkgrel=2
+pkgver=4.7.1.2
+pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('x86_64')
@@ -21,7 +21,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('991d44c74a094d56c36fa9720a2a600708a647441d1c2ab5587dad982d69380293c82965043a5b6d51ddf45569d258d21641f5f518170550c4732da9091c')
+sha512sums=('3de61b975b29bcf7e0d55f6b608a72c59b476f471fa3badf1691fad19d259097a0ca8b66a1c94a7fc8bd4f1d188006cd54a776f851d04ddc54e7ce26021daf04')
 
 build() {
   cd dde-file-manager-$pkgver


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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 09:16:36
  Author: felixonmars
Revision: 409255

archrelease: copy trunk to community-x86_64

Added:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 409254, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/fix-plugin-link.patch
(from rev 409254, deepin-file-manager/trunk/fix-plugin-link.patch)
Deleted:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
  deepin-file-manager/repos/community-x86_64/fix-plugin-link.patch

---+
 PKGBUILD  |   70 
 fix-plugin-link.patch |   26 -
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 09:16:17 UTC (rev 409254)
+++ PKGBUILD2018-11-21 09:16:36 UTC (rev 409255)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.7.1.1
-pkgrel=2
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
- 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'xdg-user-dirs'
- 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
- 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 
'kcodecs')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-optdepends=('deepin-manual: view the help manual')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('991d44c74a094d56c36fa9720a2a600708a647441d1c2ab5587dad982d69380293c82965043a5b6d51ddf45569d258d21641f5f518170550c4732da9091c')
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 409254, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 09:16:36 UTC (rev 409255)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.7.1.2
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
+ 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'xdg-user-dirs'
+ 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
+ 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 
'kcodecs')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+optdepends=('deepin-manual: view the help manual')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('3de61b975b29bcf7e0d55f6b608a72c59b476f471fa3badf1691fad19d259097a0ca8b66a1c94a7fc8bd4f1d188006cd54a776f851d04ddc54e7ce26021daf04')
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: fix-plugin-link.patch
===
--- fix-plugin-link.patch   2018-11-21 09:16:17 UTC (rev 409254)
+++ fix-plugin-link.patch   2018-11-21 09:16:36 UTC (rev 409255)
@@ -1,13 +0,0 @@
-diff --git a/dde-dock-plugins/disk-mount/disk-mount.pro 
b/dde-dock-plugins/disk-mount/disk-mount.pro
-index c5d336e8..c9575b15 100644
 a/dde-dock-plugins/disk-mount/disk-mount.pro
-+++ b/dde-dock-plugins/disk-mount/disk-mount.pro
-@@ -15,7 +15,7 @@ DISTFILES   += disk-mount.json
- 
- DEFINES += QT_MESSAGELOGCONTEXT DFM_NO_FILE_WATCHER
- 
--#unix: LIBS += -L$$OUT_PWD/../../dde-file-manager-lib -ldde-file-manager
-+LIBS += -L$$OUT_PWD/../../dde-file-manager-lib -ldde-file-manager
- 
- HEADERS += \
- diskmountplugin.h \

Copied: deepin-file-manager/repos/community-x86_64/fix-plugin-link.patch (from 
rev 409254, deepin-file-manager/trunk/fix-plugin-link.patch)
===
--- fix-plugin-link.patch   (rev 0)
+++ fix-plugin-link.patch   2018-11-21 09:16:36 UTC (rev 409255)
@@ -0,0 +1,13 @@
+diff --git 

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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 09:04:50
  Author: felixonmars
Revision: 409252

upgpkg: python-cryptography-vectors 2.4.2-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 23:13:35 UTC (rev 409251)
+++ PKGBUILD2018-11-21 09:04:50 UTC (rev 409252)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="Test vectors for the cryptography package"
 arch=('any')
@@ -10,7 +10,7 @@
 url="http://pypi.python.org/pypi/cryptography-vectors;
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-sha512sums=('ad85e0fb3954db48ed8fd1f72d4ceb07abef81eb3861665fca0e4cfcca023f5aced5aaf8f921e0f7ca2480876a254cd7590786bfc44e005683be00050a9fafde')
+sha512sums=('cddd46916b6e5c9101589e6aaeaae0da61eabce9df21a196e09ed0c12bfa7da6e3afcddbb75c657f3370b2a3bc67ca862b22d6c7750301a867b6b03cb9bc83a3')
 
 prepare() {
cp -a cryptography_vectors-$pkgver{,-python2}


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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 09:05:10
  Author: felixonmars
Revision: 409253

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 409252, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 09:04:50 UTC (rev 409252)
+++ PKGBUILD2018-11-21 09:05:10 UTC (rev 409253)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Test vectors for the cryptography package"
-arch=('any')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography-vectors;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-sha512sums=('ad85e0fb3954db48ed8fd1f72d4ceb07abef81eb3861665fca0e4cfcca023f5aced5aaf8f921e0f7ca2480876a254cd7590786bfc44e005683be00050a9fafde')
-
-prepare() {
-   cp -a cryptography_vectors-$pkgver{,-python2}
-}
-
-package_python-cryptography-vectors() {
-   depends=('python')
- 
-   cd cryptography_vectors-$pkgver
-   python3 setup.py install --root="$pkgdir" --optimize=1
-}
- 
-package_python2-cryptography-vectors() {
-   depends=('python2')
- 
-   cd cryptography_vectors-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
409252, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 09:05:10 UTC (rev 409253)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Test vectors for the cryptography package"
+arch=('any')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography-vectors;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
+sha512sums=('cddd46916b6e5c9101589e6aaeaae0da61eabce9df21a196e09ed0c12bfa7da6e3afcddbb75c657f3370b2a3bc67ca862b22d6c7750301a867b6b03cb9bc83a3')
+
+prepare() {
+   cp -a cryptography_vectors-$pkgver{,-python2}
+}
+
+package_python-cryptography-vectors() {
+   depends=('python')
+ 
+   cd cryptography_vectors-$pkgver
+   python3 setup.py install --root="$pkgdir" --optimize=1
+}
+ 
+package_python2-cryptography-vectors() {
+   depends=('python2')
+ 
+   cd cryptography_vectors-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 08:38:59
  Author: tpowa
Revision: 340186

db-move: moved pciutils from [testing] to [core] (x86_64)

Added:
  pciutils/repos/core-x86_64/PKGBUILD
(from rev 340185, pciutils/repos/testing-x86_64/PKGBUILD)
Deleted:
  pciutils/repos/core-x86_64/PKGBUILD
  pciutils/repos/testing-x86_64/

--+
 /PKGBUILD|   34 ++
 core-x86_64/PKGBUILD |   35 ---
 2 files changed, 34 insertions(+), 35 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-11-21 08:38:38 UTC (rev 340185)
+++ core-x86_64/PKGBUILD2018-11-21 08:38:59 UTC (rev 340186)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=pciutils
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="PCI bus configuration space access library and tools"
-arch=(x86_64)
-license=('GPL2')
-groups=('base')
-url="http://mj.ucw.cz/sw/pciutils/;
-depends=('glibc' 'hwids' 'kmod')
-source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-   ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz
-   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz.sign)
-validpgpkeys=(
-  '5558F9399CD7836850553C6EC28E7847ED70F82D' # Martin Mares 

- )
-
-md5sums=('d72855146e2a778ecfe4b482faa122a4'
- 'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
-  cp lib/libpci.a "${srcdir}/"
-  make clean
-  make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
-  # this is now supplied by the hwids package
-  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
-}

Copied: pciutils/repos/core-x86_64/PKGBUILD (from rev 340185, 
pciutils/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-11-21 08:38:59 UTC (rev 340186)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+pkgname=pciutils
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="PCI bus configuration space access library and tools"
+arch=(x86_64)
+license=('GPL2')
+groups=('base')
+url="http://mj.ucw.cz/sw/pciutils/;
+depends=('glibc' 'hwids' 'kmod')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz.sign)
+validpgpkeys=(
+  '5558F9399CD7836850553C6EC28E7847ED70F82D' # Martin Mares 

+ )
+
+md5sums=('a1c5ec13f81a1c9cf380c93623959005'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
+  cp lib/libpci.a "${srcdir}/"
+  make clean
+  make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+}


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

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 08:38:36
  Author: tpowa
Revision: 340184

db-move: moved ldb from [testing] to [extra] (x86_64)

Added:
  ldb/repos/extra-x86_64/PKGBUILD
(from rev 340183, ldb/repos/testing-x86_64/PKGBUILD)
Deleted:
  ldb/repos/extra-x86_64/PKGBUILD
  ldb/repos/testing-x86_64/

---+
 /PKGBUILD |   43 +++
 extra-x86_64/PKGBUILD |   44 
 2 files changed, 43 insertions(+), 44 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2018-11-21 08:28:43 UTC (rev 340183)
+++ extra-x86_64/PKGBUILD   2018-11-21 08:38:36 UTC (rev 340184)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-
-pkgname=ldb
-pkgver=1.3.6
-pkgrel=1
-epoch=1
-pkgdesc="A schema-less, ldap like, API and database"
-arch=('x86_64')
-url="http://ldb.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
-license=('GPL3')
-depends=('talloc' 'tevent' 'tdb' 'popt' 'lmdb')
-makedepends=('python2' 'cmocka' 'docbook-xsl')
-optdepends=('python2: for python bindings')
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key  
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr \
-   --disable-rpath \
-   --disable-rpath-install \
-   --bundled-libraries=NONE \
-   --builtin-libraries=replace \
---with-modulesdir=/usr/lib/ldb/modules \
---with-privatelibdir=/usr/lib/ldb
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('357fff085e46a302197cfb44d4a8098f'
- 'SKIP')

Copied: ldb/repos/extra-x86_64/PKGBUILD (from rev 340183, 
ldb/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-11-21 08:38:36 UTC (rev 340184)
@@ -0,0 +1,43 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+
+pkgname=ldb
+pkgver=1.4.3
+pkgrel=1
+epoch=1
+pkgdesc="A schema-less, ldap like, API and database"
+arch=('x86_64')
+url="http://ldb.samba.org/;
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
+license=('GPL3')
+depends=('talloc' 'tevent' 'tdb' 'popt' 'lmdb')
+makedepends=('python2' 'cmocka' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key  
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --disable-rpath-install \
+   --bundled-libraries=NONE \
+   --builtin-libraries=replace \
+--with-modulesdir=/usr/lib/ldb/modules \
+--with-privatelibdir=/usr/lib/ldb
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('00888f4113ce8e44ba01638e6b2729fc'
+ 'SKIP')


[arch-commits] Commit in samba/repos (25 files)

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 08:38:38
  Author: tpowa
Revision: 340185

db-move: moved samba from [testing] to [extra] (x86_64)

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 340184, samba/repos/testing-x86_64/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 340184, samba/repos/testing-x86_64/nmbd.service)
  samba/repos/extra-x86_64/samba.conf
(from rev 340184, samba/repos/testing-x86_64/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 340184, samba/repos/testing-x86_64/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 340184, samba/repos/testing-x86_64/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 340184, samba/repos/testing-x86_64/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 340184, samba/repos/testing-x86_64/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 340184, samba/repos/testing-x86_64/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 340184, samba/repos/testing-x86_64/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 340184, samba/repos/testing-x86_64/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 340184, samba/repos/testing-x86_64/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 340184, samba/repos/testing-x86_64/winbindd.service)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service
  samba/repos/testing-x86_64/

---+
 /PKGBUILD |  233 
 /nmbd.service |   12 ++
 /samba.conf   |2 
 /samba.conf.d |   18 +++
 /samba.install|   10 +
 /samba.logrotate  |5 
 /samba.pam|3 
 /samba.service|   14 ++
 /smbd.service |   12 ++
 /smbd.socket  |9 +
 /smbd@.service|7 +
 /winbindd.service |   12 ++
 extra-x86_64/PKGBUILD |  233 
 extra-x86_64/nmbd.service |   12 --
 extra-x86_64/samba.conf   |2 
 extra-x86_64/samba.conf.d |   18 ---
 extra-x86_64/samba.install|   10 -
 extra-x86_64/samba.logrotate  |5 
 extra-x86_64/samba.pam|3 
 extra-x86_64/samba.service|   14 --
 extra-x86_64/smbd.service |   12 --
 extra-x86_64/smbd.socket  |9 -
 extra-x86_64/smbd@.service|7 -
 extra-x86_64/winbindd.service |   12 --
 24 files changed, 337 insertions(+), 337 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2018-11-21 08:38:36 UTC (rev 340184)
+++ extra-x86_64/PKGBUILD   2018-11-21 08:38:38 UTC (rev 340185)
@@ -1,233 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.8.5
-pkgrel=1
-arch=(x86_64)
-url="http://www.samba.org;
-license=('GPL3')
-makedepends=('python2' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 
'libcups' 
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb>=1.1.15' 'krb5' 
'pam'
- 'systemd' 'gamin' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto')
-source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.gz
-http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.asc
-samba.logrotate
-samba.pam
-   samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc=${srcdir}/samba-pkg
-  rm -rf ${_pkgsrc}
-  cd ${srcdir}/samba-${pkgver}
-  # change to use python2
-  SAVEIFS=${IFS}
-  IFS=$(echo -en "\n\b")
-  PYTHON_CALLERS="$(find ${srcdir}/samba-${pkgver} -name '*.py')
-$(find ${srcdir}/samba-${pkgver} -name 'wscript*')
-$(find ${srcdir}/samba-${pkgver} -name 'configure.ac')
-$(find ${srcdir}/samba-${pkgver} -name 'upgrade_from_s3')
-$(find 

[arch-commits] Commit in opencv/repos/staging-x86_64 (4 files)

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 08:28:43
  Author: arojas
Revision: 340183

archrelease: copy trunk to staging-x86_64

Added:
  opencv/repos/staging-x86_64/PKGBUILD
(from rev 340182, opencv/trunk/PKGBUILD)
  opencv/repos/staging-x86_64/opencv-legacy-headers.patch
(from rev 340182, opencv/trunk/opencv-legacy-headers.patch)
Deleted:
  opencv/repos/staging-x86_64/PKGBUILD
  opencv/repos/staging-x86_64/opencv-legacy-headers.patch

-+
 PKGBUILD|  181 --
 opencv-legacy-headers.patch |   24 ++---
 2 files changed, 100 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 08:28:20 UTC (rev 340182)
+++ PKGBUILD2018-11-21 08:28:43 UTC (rev 340183)
@@ -1,93 +0,0 @@
-# Maintainer: Ray Rashif 
-# Contributor: Tobias Powalowski 
-
-pkgbase=opencv
-pkgname=(opencv opencv-samples)
-pkgver=4.0.0
-pkgrel=3
-pkgdesc="Open Source Computer Vision Library"
-arch=(x86_64)
-license=(BSD)
-url="http://opencv.org/;
-depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 
jasper ffmpeg)
-makedepends=(cmake python-numpy python-setuptools mesa eigen hdf5 lapacke gtk3 
vtk glew)
-optdepends=('opencv-samples: samples'
-'gtk3: for the HighGUI module'
-'vtk: for the viz module'
-'hdf5: support for HDF5 format'
-'opencl-icd-loader: For coding with OpenCL'
-'python-numpy: Python interface')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/opencv/opencv/archive/$pkgver.zip;
-
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz;
-opencv-legacy-headers.patch)
-sha256sums=('86fd08fc02893e05e2944fa7b0daa7d02643232450f020b475e1b2f24587b99a'
-'4fb0681414df4baedce6e3f4a01318d6f4fcde6ee14854d761fd4e397a397763'
-'7c31ab3855b047d35b1d953431dea4145fa2a408451d8a23e19d020a9afda4ad')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../opencv-legacy-headers.patch # Install legacy headers
-}
-
-build() {
-  cd build
-  # cmake's FindLAPACK doesn't add cblas to LAPACK_LIBRARIES, so we need to 
specify them manually
-  cmake ../$pkgname-$pkgver \
--DWITH_OPENCL=ON \
--DWITH_OPENGL=ON \
--DWITH_TBB=ON \
--DOpenGL_GL_PREFERENCE=GLVND \
--DBUILD_WITH_DEBUG_INFO=OFF \
--DBUILD_TESTS=OFF \
--DBUILD_PERF_TESTS=OFF \
--DBUILD_EXAMPLES=ON \
--DINSTALL_C_EXAMPLES=ON \
--DINSTALL_PYTHON_EXAMPLES=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCPU_BASELINE_DISABLE=SSE3 \
--DCPU_BASELINE_REQUIRE=SSE2 \
--DOPENCV_EXTRA_MODULES_PATH="$srcdir/opencv_contrib-$pkgver/modules" \
-
-DLAPACK_LIBRARIES="/usr/lib/liblapack.so;/usr/lib/libblas.so;/usr/lib/libcblas.so"
 \
--DLAPACK_CBLAS_H="/usr/include/cblas.h" \
--DLAPACK_LAPACKE_H="/usr/include/lapacke.h" \
--DOPENCV_GENERATE_PKGCONFIG=ON \
--DPYTHON2_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package_opencv() {
-  options=(staticlibs)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # install license file
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-
-  # install python bindings
-  cd python_loader
-  python setup.py install --root="$pkgdir"
-  rm -r "$pkgdir"/usr/python
-
-  cd "$pkgdir"/usr/share
-
-  # separate samples package
-  mv opencv4/samples "$srcdir/$pkgname-samples"
-}
-
-package_opencv-samples() {
-  pkgdesc+=" (samples)"
-  depends=("opencv=$pkgver")
-  unset optdepends
-
-  mkdir -p "$pkgdir"/usr/share/opencv
-  cp -r "$srcdir"/opencv-samples "$pkgdir"/usr/share/opencv/samples
-  # fix permissions
-  chmod 755 "$pkgdir"/usr/share/opencv/samples/*
-
-  # install license file
-  install -Dm644 "$srcdir"/opencv-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: opencv/repos/staging-x86_64/PKGBUILD (from rev 340182, 
opencv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 08:28:43 UTC (rev 340183)
@@ -0,0 +1,88 @@
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=(opencv opencv-samples)
+pkgver=4.0.0
+pkgrel=4
+pkgdesc="Open Source Computer Vision Library"
+arch=(x86_64)
+license=(BSD)
+url="http://opencv.org/;
+depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 
jasper ffmpeg)
+makedepends=(cmake python-numpy python-setuptools mesa eigen hdf5 lapacke gtk3 
vtk glew)
+optdepends=('opencv-samples: samples'
+'gtk3: for the HighGUI module'
+'vtk: for the viz module'
+'hdf5: support for HDF5 format'
+'opencl-icd-loader: For coding with OpenCL'
+'python-numpy: Python interface')

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

2018-11-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 21, 2018 @ 08:28:20
  Author: arojas
Revision: 340182

Fix python binding (FS#60855), install more missing headers

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 03:16:17 UTC (rev 340181)
+++ PKGBUILD2018-11-21 08:28:20 UTC (rev 340182)
@@ -4,7 +4,7 @@
 pkgbase=opencv
 pkgname=(opencv opencv-samples)
 pkgver=4.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Open Source Computer Vision Library"
 arch=(x86_64)
 license=(BSD)
@@ -18,22 +18,18 @@
 'opencl-icd-loader: For coding with OpenCL'
 'python-numpy: Python interface')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/opencv/opencv/archive/$pkgver.zip;
-
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz;
-opencv-legacy-headers.patch)
+
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz;)
 sha256sums=('86fd08fc02893e05e2944fa7b0daa7d02643232450f020b475e1b2f24587b99a'
-'4fb0681414df4baedce6e3f4a01318d6f4fcde6ee14854d761fd4e397a397763'
-'7c31ab3855b047d35b1d953431dea4145fa2a408451d8a23e19d020a9afda4ad')
+'4fb0681414df4baedce6e3f4a01318d6f4fcde6ee14854d761fd4e397a397763')
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../opencv-legacy-headers.patch # Install legacy headers
 }
 
 build() {
   cd build
   # cmake's FindLAPACK doesn't add cblas to LAPACK_LIBRARIES, so we need to 
specify them manually
+  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
   cmake ../$pkgname-$pkgver \
 -DWITH_OPENCL=ON \
 -DWITH_OPENGL=ON \
@@ -50,17 +46,16 @@
 -DCPU_BASELINE_DISABLE=SSE3 \
 -DCPU_BASELINE_REQUIRE=SSE2 \
 -DOPENCV_EXTRA_MODULES_PATH="$srcdir/opencv_contrib-$pkgver/modules" \
+-DOPENCV_SKIP_PYTHON_LOADER=ON \
+-DOPENCV_PYTHON3_INSTALL_PATH=$_pythonpath \
 
-DLAPACK_LIBRARIES="/usr/lib/liblapack.so;/usr/lib/libblas.so;/usr/lib/libcblas.so"
 \
 -DLAPACK_CBLAS_H="/usr/include/cblas.h" \
 -DLAPACK_LAPACKE_H="/usr/include/lapacke.h" \
--DOPENCV_GENERATE_PKGCONFIG=ON \
--DPYTHON2_EXECUTABLE=/usr/bin/python2
+-DOPENCV_GENERATE_PKGCONFIG=ON
   make
 }
 
 package_opencv() {
-  options=(staticlibs)
-
   cd build
   make DESTDIR="$pkgdir" install
 
@@ -67,15 +62,15 @@
   # install license file
   install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
 
-  # install python bindings
-  cd python_loader
-  python setup.py install --root="$pkgdir"
-  rm -r "$pkgdir"/usr/python
-
+  # separate samples package
   cd "$pkgdir"/usr/share
+  mv opencv4/samples "$srcdir"/$pkgname-samples
 
-  # separate samples package
-  mv opencv4/samples "$srcdir/$pkgname-samples"
+  # install missing headers https://github.com/opencv/opencv/issues/13201
+  for _module in imgcodecs videoio photo; do
+cp -r 
"$srcdir"/$pkgname-$pkgver/modules/$_module/include/opencv2/$_module/legacy \
+  "$pkgdir"/usr/include/opencv4/opencv2/$_module
+  done
 }
 
 package_opencv-samples() {