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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 5, 2017 @ 07:46:56
  Author: arojas
Revision: 272212

archrelease: copy trunk to community-x86_64

Added:
  kbibtex/repos/community-x86_64/PKGBUILD
(from rev 272211, kbibtex/trunk/PKGBUILD)
  kbibtex/repos/community-x86_64/kbibtex-no-qtwebkit.patch
(from rev 272211, kbibtex/trunk/kbibtex-no-qtwebkit.patch)
Deleted:
  kbibtex/repos/community-x86_64/PKGBUILD
  kbibtex/repos/community-x86_64/kbibtex-no-qtwebkit.patch

---+
 PKGBUILD  |   78 +---
 kbibtex-no-qtwebkit.patch |   68 +++---
 2 files changed, 72 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-05 07:46:30 UTC (rev 272211)
+++ PKGBUILD2017-12-05 07:46:56 UTC (rev 272212)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Antonio Rojas 
-# Contributor: cmorlok 
-
-pkgname=kbibtex
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="A BibTeX editor for KDE"
-arch=('i686' 'x86_64')
-url='http://home.gna.org/kbibtex/'
-license=('GPL')
-depends=('kdebase-runtime' 'poppler-qt4')
-optdepends=('okular: Document preview')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz; 
kbibtex-no-qtwebkit.patch)
-md5sums=('5372f79e4ce0ee498e48aabdc377b114'
- '73a6be6e48e0e9106f60b65ad07d73e6')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-# Disable insecure qtwebkit
-  patch -p1 -i ../kbibtex-no-qtwebkit.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kbibtex/repos/community-x86_64/PKGBUILD (from rev 272211, 
kbibtex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-05 07:46:56 UTC (rev 272212)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Antonio Rojas 
+# Contributor: cmorlok 
+
+pkgname=kbibtex
+pkgver=0.7
+pkgrel=1
+pkgdesc="A BibTeX editor for KDE"
+arch=('x86_64')
+url='https://userbase.kde.org/KBibTeX'
+license=('GPL')
+depends=('kdebase-runtime' 'poppler-qt4')
+optdepends=('okular: Document preview')
+makedepends=('cmake' 'automoc4' 'qca-qt4')
+source=("https://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('5d3acdd7cd6da9cb8db23e46cd02b8a6648e516330b169d09a6b6ffe226f9a96'
+'SKIP')
+validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

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

Deleted: kbibtex-no-qtwebkit.patch
===
--- kbibtex-no-qtwebkit.patch   2017-12-05 07:46:30 UTC (rev 272211)
+++ kbibtex-no-qtwebkit.patch   2017-12-05 07:46:56 UTC (rev 272212)
@@ -1,34 +0,0 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 04222a74..1485acc1 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -34,29 +34,6 @@ include(
- ##SET(CMAKE_C_FLAGS_RELWITHDEBINFO "${CMAKE_C_FLAGS_RELWITHDEBINFO} -pg")
- ##SET(CMAKE_CXX_FLAGS_DISTRIBUTION "${CMAKE_CXX_FLAGS_DISTRIBUTION} -pg")
- 
--# check if QtWebKit is available, which seems to be not available
--# on e.g. RedHat Enterprise Linux 6 or Scientific Linux 6
--if(
--QT_QTWEBKIT_FOUND
--)
--message(
--STATUS
--"Found QtWebKit, enabling WebKit support"
--)
--add_definitions(
---DHAVE_QTWEBKIT
--)
--else(
--QT_QTWEBKIT_FOUND
--)
--message(
--STATUS
--"QtWebKit not found, disabling WebKit support"
--)
--endif(
--QT_QTWEBKIT_FOUND
--)
--
- add_definitions(
- ${QT_DEFINITIONS}
- ${KDE4_DEFINITIONS}

Copied: kbibtex/repos/community-x86_64/kbibtex-no-qtwebkit.patch (from rev 
272211, kbibtex/trunk/kbibtex-no-qtwebkit.patch)
===
--- kbibtex-no-qtwebkit.patch   (rev 0)
+++ kbibtex-no-qtwebkit.patch   2017-12-05 07:46:56 UTC (rev 272212)
@@ -0,0 +1,34 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 04222a74..1485acc1 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -34,29 +34,6 @@ include(
+ ##SET(CMAKE_C_FLAGS_RELWITHDEBINFO "${CMAKE_C_FLAGS_RELWITHDEBINFO} -pg")
+ ##SET(CMAKE_CXX_FLAGS_DISTRIBUTION "${CMAKE_CXX_FLAGS_DISTRIBUTION} -pg")
+ 
+-# check if QtWebKit is available, which seems to be not available
+-# on e.g. RedHat Enterprise Linux 6 or Scientific Linux 6
+-if(
+-

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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 5, 2017 @ 07:46:30
  Author: arojas
Revision: 272211

Update to 0.7

Modified:
  kbibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 07:36:54 UTC (rev 272210)
+++ PKGBUILD2017-12-05 07:46:30 UTC (rev 272211)
@@ -4,8 +4,8 @@
 # Contributor: cmorlok 
 
 pkgname=kbibtex
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.7
+pkgrel=1
 pkgdesc="A BibTeX editor for KDE"
 arch=('x86_64')
 url='https://userbase.kde.org/KBibTeX'
@@ -13,30 +13,26 @@
 depends=('kdebase-runtime' 'poppler-qt4')
 optdepends=('okular: Document preview')
 makedepends=('cmake' 'automoc4' 'qca-qt4')
-source=("https://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz"{,.asc}
 kbibtex-no-qtwebkit.patch)
-sha256sums=('d99e419aec1d3af0a57eba6d7498de4e6be25ddbd5a5e56fc9de09e7e17dcdf3'
-'SKIP'
-'8abf53b295c2271f90e673ebc4dff88283732e08e138afdd0de90b145aa8f328')
+source=("https://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('5d3acdd7cd6da9cb8db23e46cd02b8a6648e516330b169d09a6b6ffe226f9a96'
+'SKIP')
 validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

 
 prepare() {
-  cd $pkgname-$pkgver
-
-# Disable insecure qtwebkit
-  patch -p1 -i ../kbibtex-no-qtwebkit.patch
+  mkdir -p build
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd build
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd build
 
   make DESTDIR="$pkgdir" install
 }
-
-# vim:set ts=2 sw=2 et:


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

2017-12-04 Thread Alexander Rødseth via arch-commits
Date: Tuesday, December 5, 2017 @ 07:36:54
  Author: arodseth
Revision: 272210

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 272209, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-05 07:36:41 UTC (rev 272209)
+++ PKGBUILD2017-12-05 07:36:54 UTC (rev 272210)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Panagiotis Mavrogiorgos 
-
-pkgname=nuitka
-pkgver=0.5.28.1
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='https://nuitka.net/'
-license=('APACHE')
-depends=('python')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz"{,.sig})
-sha256sums=('88b2b1b5dc1ebb28dfa4e0121aacb0bd5ad307c36b5cadbf360d5e6effac758b'
-'SKIP')
-validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
-
-package() {
-  cd "Nuitka-${pkgver%.0}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# getver: nuitka.net/pages/download.html
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 272209, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-05 07:36:54 UTC (rev 272210)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Panagiotis Mavrogiorgos 
+
+pkgname=nuitka
+pkgver=0.5.28.2
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='https://nuitka.net/'
+license=('APACHE')
+depends=('python')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz"{,.sig})
+sha256sums=('746dfbe7b3d6c69abaea143a68520a71118d2c9c58ddc4e56d05b6a58bd7c059'
+'SKIP')
+validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
+
+package() {
+  cd "Nuitka-${pkgver%.0}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# getver: nuitka.net/pages/download.html
+# vim: sw=2 ts=2 et:


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

2017-12-04 Thread Alexander Rødseth via arch-commits
Date: Tuesday, December 5, 2017 @ 07:36:41
  Author: arodseth
Revision: 272209

upgpkg: nuitka 0.5.28.2-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 07:30:48 UTC (rev 272208)
+++ PKGBUILD2017-12-05 07:36:41 UTC (rev 272209)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos 
 
 pkgname=nuitka
-pkgver=0.5.28.1
+pkgver=0.5.28.2
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 optdepends=('chrpath: for building standalone executables')
 source=("https://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz"{,.sig})
-sha256sums=('88b2b1b5dc1ebb28dfa4e0121aacb0bd5ad307c36b5cadbf360d5e6effac758b'
+sha256sums=('746dfbe7b3d6c69abaea143a68520a71118d2c9c58ddc4e56d05b6a58bd7c059'
 'SKIP')
 validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
 


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 5, 2017 @ 07:30:48
  Author: arojas
Revision: 272208

archrelease: copy trunk to community-x86_64

Added:
  qtcurve/repos/community-x86_64/PKGBUILD
(from rev 272207, qtcurve/trunk/PKGBUILD)
Deleted:
  qtcurve/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-05 07:30:20 UTC (rev 272207)
+++ PKGBUILD2017-12-05 07:30:48 UTC (rev 272208)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=qtcurve
-pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5' 
'qtcurve-kde')
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='A configurable set of widget styles for KDE and Gtk'
-arch=('i686' 'x86_64')
-url='https://github.com/KDE/qtcurve/'
-license=('LGPL')
-groups=('qtcurve')
-makedepends=('extra-cmake-modules' 'gtk2' 'qt4' 'kdelibs4support' 'kdoctools' 
'frameworkintegration' 'python' 'kdesignerplugin')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/KDE/qtcurve/archive/$pkgver.tar.gz;)
-sha256sums=('fbfdafdac90d4c540dd55a4accfecfc3a17c1f532c5241e28003348beafaca15')
-
-prepare() {
-  mkdir -p build{,-kde}
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DQTC_QT4_ENABLE_KDE=false \
-   -DQTC_QT5_ENABLE_KDE=false
-  make
-
-  cd ../build-kde
-  cmake ../$pkgbase-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DQTC_QT4_ENABLE_KDE=false
-  make
-}
-
-package_qtcurve-utils() {
-  pkgdesc='A configurable set of widget styles for KDE and Gtk (shared 
libraries)'
-  depends=('libx11' 'gcc-libs')
-  cd build/lib/utils
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-gtk2() {
-  pkgdesk='A configurable set of widget styles for Gtk2'
-  depends=('qtcurve-utils' 'gtk2')
-  cd build/gtk2
-  make DESTDIR="$pkgdir" install
-  cd ../lib/cairo
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-qt4() {
-  pkgdesc='A configurable set of widget styles for Qt4'
-  depends=('qtcurve-utils' 'qt4')
-  cd build/qt4
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-qt5() {
-  pkgdesc='A configurable set of widget styles for Qt5'
-  depends=('qtcurve-utils' 'qt5-svg' 'qt5-x11extras')
-  groups=()
-  cd build/qt5
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-kde() {
-  pkgdesc='A configurable set of widget styles for Qt5 (with KDE integration)'
-  depends=('qtcurve-utils' 'kdelibs4support' 'frameworkintegration')
-  conflicts=('qtcurve-qt5')
-  cd build-kde/qt5
-  make DESTDIR="$pkgdir" install
-}

Copied: qtcurve/repos/community-x86_64/PKGBUILD (from rev 272207, 
qtcurve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-05 07:30:48 UTC (rev 272208)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=qtcurve
+pkgname=(qtcurve-utils qtcurve-gtk2 qtcurve-qt4 qtcurve-qt5 qtcurve-kde)
+pkgver=1.9.1.git20170710
+pkgrel=2
+_commit=b4d175d57a3689cb488b57d8fef3707e4fb0f150
+pkgdesc='A configurable set of widget styles for KDE and Gtk'
+arch=(x86_64)
+url='https://github.com/KDE/qtcurve/'
+license=(LGPL)
+groups=(qtcurve)
+makedepends=(extra-cmake-modules gtk2 qt4 kdelibs4support kdoctools 
frameworkintegration python kdesignerplugin git)
+#source=("$pkgbase-$pkgver.tar.gz::https://github.com/KDE/qtcurve/archive/$pkgver.tar.gz;)
+source=("git://git.kde.org/qtcurve.git#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build{,-kde}
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DQTC_QT4_ENABLE_KDE=false \
+   -DQTC_QT5_ENABLE_KDE=false
+  make
+
+  cd ../build-kde
+  cmake ../$pkgbase \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_QT4=false \
+   -DENABLE_GTK2=false
+  make
+}
+
+package_qtcurve-utils() {
+  pkgdesc='A configurable set of widget styles for KDE and Gtk (shared 
libraries)'
+  depends=(libx11 gcc-libs)
+  cd build/lib/utils
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-gtk2() {
+  pkgdesk='A configurable set of widget styles for Gtk2'
+  depends=(qtcurve-utils gtk2)
+  cd build/gtk2
+  make DESTDIR="$pkgdir" install
+  cd ../lib/cairo
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-qt4() {
+  pkgdesc='A configurable set of widget 

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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 5, 2017 @ 07:30:20
  Author: arojas
Revision: 272207

Use a git snapshot, upstream removed the 1.9.1 tag

Modified:
  qtcurve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 06:33:56 UTC (rev 272206)
+++ PKGBUILD2017-12-05 07:30:20 UTC (rev 272207)
@@ -5,17 +5,19 @@
 # Contributor: Pierre Schmitz 
 
 pkgbase=qtcurve
-pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5' 
'qtcurve-kde')
-pkgver=1.9.1
-pkgrel=1
+pkgname=(qtcurve-utils qtcurve-gtk2 qtcurve-qt4 qtcurve-qt5 qtcurve-kde)
+pkgver=1.9.1.git20170710
+pkgrel=2
+_commit=b4d175d57a3689cb488b57d8fef3707e4fb0f150
 pkgdesc='A configurable set of widget styles for KDE and Gtk'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/KDE/qtcurve/'
-license=('LGPL')
-groups=('qtcurve')
-makedepends=('extra-cmake-modules' 'gtk2' 'qt4' 'kdelibs4support' 'kdoctools' 
'frameworkintegration' 'python' 'kdesignerplugin')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/KDE/qtcurve/archive/$pkgver.tar.gz;)
-sha256sums=('fbfdafdac90d4c540dd55a4accfecfc3a17c1f532c5241e28003348beafaca15')
+license=(LGPL)
+groups=(qtcurve)
+makedepends=(extra-cmake-modules gtk2 qt4 kdelibs4support kdoctools 
frameworkintegration python kdesignerplugin git)
+#source=("$pkgbase-$pkgver.tar.gz::https://github.com/KDE/qtcurve/archive/$pkgver.tar.gz;)
+source=("git://git.kde.org/qtcurve.git#commit=$_commit")
+sha256sums=('SKIP')
 
 prepare() {
   mkdir -p build{,-kde}
@@ -23,7 +25,7 @@
 
 build() {
   cd build
-  cmake ../$pkgbase-$pkgver \
+  cmake ../$pkgbase \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DQTC_QT4_ENABLE_KDE=false \
@@ -31,7 +33,7 @@
   make
 
   cd ../build-kde
-  cmake ../$pkgbase-$pkgver \
+  cmake ../$pkgbase \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_QT4=false \
@@ -41,7 +43,7 @@
 
 package_qtcurve-utils() {
   pkgdesc='A configurable set of widget styles for KDE and Gtk (shared 
libraries)'
-  depends=('libx11' 'gcc-libs')
+  depends=(libx11 gcc-libs)
   cd build/lib/utils
   make DESTDIR="$pkgdir" install
 }
@@ -48,7 +50,7 @@
 
 package_qtcurve-gtk2() {
   pkgdesk='A configurable set of widget styles for Gtk2'
-  depends=('qtcurve-utils' 'gtk2')
+  depends=(qtcurve-utils gtk2)
   cd build/gtk2
   make DESTDIR="$pkgdir" install
   cd ../lib/cairo
@@ -57,7 +59,7 @@
 
 package_qtcurve-qt4() {
   pkgdesc='A configurable set of widget styles for Qt4'
-  depends=('qtcurve-utils' 'qt4')
+  depends=(qtcurve-utils qt4)
   cd build/qt4
   make DESTDIR="$pkgdir" install
 }
@@ -64,7 +66,7 @@
 
 package_qtcurve-qt5() {
   pkgdesc='A configurable set of widget styles for Qt5'
-  depends=('qtcurve-utils' 'qt5-svg' 'qt5-x11extras')
+  depends=(qtcurve-utils qt5-svg qt5-x11extras)
   groups=()
   cd build/qt5
   make DESTDIR="$pkgdir" install
@@ -72,8 +74,8 @@
 
 package_qtcurve-kde() {
   pkgdesc='A configurable set of widget styles for Qt5 (with KDE integration)'
-  depends=('qtcurve-utils' 'kdelibs4support' 'frameworkintegration')
-  conflicts=('qtcurve-qt5')
+  depends=(qtcurve-utils kdelibs4support frameworkintegration)
+  conflicts=(qtcurve-qt5)
   cd build-kde/qt5
   make DESTDIR="$pkgdir" install
 }


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Tuesday, December 5, 2017 @ 06:33:56
  Author: felixonmars
Revision: 272206

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 272205, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-05 06:33:56 UTC (rev 272206)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.4
+pkgrel=2
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'sqlite' 'haskell-aeson' 'haskell-conduit' 
'haskell-monad-control'
+ 'haskell-microlens-th' 'haskell-monad-logger' 'haskell-old-locale' 
'haskell-persistent'
+ 'haskell-resource-pool' 'haskell-resourcet' 'haskell-text' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec' 'haskell-persistent-template' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f8ae4f0b501505b839306c283a8a4c854c62c8b325b25219b890339f4b0b4e6d669176e79b7e35fb9d4cf5fd4627117d464aa141840c7fade8ceac669ca86aa5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -fsystemlib -fuse-pkgconfig
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Tuesday, December 5, 2017 @ 06:33:36
  Author: felixonmars
Revision: 272205

upgpkg: haskell-persistent-sqlite 2.6.4-2

rebuild with monad-logger,0.3.26

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 06:32:46 UTC (rev 272204)
+++ PKGBUILD2017-12-05 06:33:36 UTC (rev 272205)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Tuesday, December 5, 2017 @ 06:32:46
  Author: felixonmars
Revision: 272204

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 272203, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-05 06:32:46 UTC (rev 272204)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.3
+pkgrel=6
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces" 
"haskell-persistent"
+ "haskell-tagged" "haskell-text" "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9054dd5e9faa3a5790ebe9265eb31c1a18198b94626761acf6bca3e341d4a62ad825e636d8792a7982a39fa63f064feb155191ccc8944fe8705fce7735407392')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Tuesday, December 5, 2017 @ 06:32:25
  Author: felixonmars
Revision: 272203

upgpkg: haskell-persistent-template 2.5.3-6

rebuild with monad-logger,0.3.26

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 06:22:05 UTC (rev 272202)
+++ PKGBUILD2017-12-05 06:32:25 UTC (rev 272203)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Tuesday, December 5, 2017 @ 06:22:05
  Author: felixonmars
Revision: 272202

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
272201, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-05 06:22:05 UTC (rev 272202)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.3
+pkgrel=26
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a990cdf7bd3b216b603bacf2eed57b11138bc2348046a88289eafa352d1c9878d1e48e8c5809ad486d0c8297656fae01803ba7e8da0c669a0353b01838d2865a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Tuesday, December 5, 2017 @ 06:21:44
  Author: felixonmars
Revision: 272201

upgpkg: haskell-esqueleto 2.5.3-26

rebuild with monad-logger,0.3.26

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 06:20:47 UTC (rev 272200)
+++ PKGBUILD2017-12-05 06:21:44 UTC (rev 272201)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.5.3
-pkgrel=25
+pkgrel=26
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("custom:BSD3")


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Tuesday, December 5, 2017 @ 06:20:47
  Author: felixonmars
Revision: 272200

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
272199, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-05 06:20:47 UTC (rev 272200)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.7.1
+pkgrel=5
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6417451ed9f4ec068b87f2c3996c31735d965a2b1e6bf88fd36f98ddd454bfa2d752693d3fb21f6945db6974d76204b7f3d568bc484a15209135884e1b710b89')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-nooverlap
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Tuesday, December 5, 2017 @ 06:20:21
  Author: felixonmars
Revision: 272199

upgpkg: haskell-persistent 2.7.1-5

rebuild with monad-logger,0.3.26

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 06:19:05 UTC (rev 272198)
+++ PKGBUILD2017-12-05 06:20:21 UTC (rev 272199)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.7.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Tuesday, December 5, 2017 @ 06:18:44
  Author: felixonmars
Revision: 272197

upgpkg: haskell-monad-logger 0.3.26-1

rebuild with monad-logger,0.3.26

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 06:13:00 UTC (rev 272196)
+++ PKGBUILD2017-12-05 06:18:44 UTC (rev 272197)
@@ -4,23 +4,24 @@
 
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
-pkgver=0.3.25.1
-pkgrel=6
+pkgver=0.3.26
+pkgrel=1
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger;
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
- "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base" 
"haskell-monad-control"
- "haskell-monad-loops" "haskell-mtl" "haskell-resourcet" "haskell-stm" 
"haskell-stm-chans"
- "haskell-text" "haskell-transformers-base" 
"haskell-transformers-compat")
+depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-exceptions' 'haskell-fast-logger' 'haskell-lifted-base' 
'haskell-monad-control'
+ 'haskell-monad-loops' 'haskell-mtl' 'haskell-resourcet' 'haskell-stm' 
'haskell-stm-chans'
+ 'haskell-text' 'haskell-transformers-base' 
'haskell-transformers-compat'
+ 'haskell-unliftio-core')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('310b30219abdfbb644cadc2d49884b696296bcc6e218ff62cb6f07752f607d61e9bf49966d3f60f91e42da97432728f60d33b501bfa9be2fd107f3fd5d3d953c')
+sha512sums=('6c8c4cd0379de82a93d9f8c48246b2e2090c865d1d33102e08da6974e019e75cc130e3307ca219c15f418e43e0cc44f40faa1c98332523c9e51da8ecf56c37f4')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
@@ -34,7 +35,7 @@
 
 package() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
 runhaskell Setup copy --destdir="${pkgdir}"


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Tuesday, December 5, 2017 @ 06:19:05
  Author: felixonmars
Revision: 272198

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-monad-logger/repos/community-staging-x86_64/
  haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 272197, haskell-monad-logger/trunk/PKGBUILD)

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

Copied: haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
272197, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-05 06:19:05 UTC (rev 272198)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.26
+pkgrel=1
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-exceptions' 'haskell-fast-logger' 'haskell-lifted-base' 
'haskell-monad-control'
+ 'haskell-monad-loops' 'haskell-mtl' 'haskell-resourcet' 'haskell-stm' 
'haskell-stm-chans'
+ 'haskell-text' 'haskell-transformers-base' 
'haskell-transformers-compat'
+ 'haskell-unliftio-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6c8c4cd0379de82a93d9f8c48246b2e2090c865d1d33102e08da6974e019e75cc130e3307ca219c15f418e43e0cc44f40faa1c98332523c9e51da8ecf56c37f4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-ftemplate_haskell
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-04 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, December 5, 2017 @ 02:23:13
  Author: svenstaro
Revision: 272190

archrelease: copy trunk to community-x86_64

Added:
  gitlab-shell/repos/community-x86_64/PKGBUILD
(from rev 272189, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-x86_64/gitlab-shell.gitconfig
(from rev 272189, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-x86_64/gitlab-shell.install
(from rev 272189, gitlab-shell/trunk/gitlab-shell.install)
Deleted:
  gitlab-shell/repos/community-x86_64/PKGBUILD
  gitlab-shell/repos/community-x86_64/gitlab-shell.gitconfig
  gitlab-shell/repos/community-x86_64/gitlab-shell.install

+
 PKGBUILD   |  184 +++
 gitlab-shell.gitconfig |6 -
 gitlab-shell.install   |   14 +--
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-05 02:22:59 UTC (rev 272189)
+++ PKGBUILD2017-12-05 02:23:13 UTC (rev 272190)
@@ -1,92 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jonas Heinrich 
-# Contributor: Lee Watson 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-
-pkgname=gitlab-shell
-pkgver=5.9.4
-pkgrel=1
-epoch=2
-pkgdesc="Git management software"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-shell/;
-license=('MIT')
-depends=('ruby2.3' 'redis' 'git')
-makedepends=('go-pie')
-options=('!strip')
-install=gitlab-shell.install
-backup=("etc/webapps/${pkgname}/config.yml"
-"etc/webapps/${pkgname}/secret"
-"etc/webapps/${pkgname}/gitconfig"
-"etc/webapps/${pkgname}/authorized_keys"
-"etc/webapps/${pkgname}/")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-shell.gitconfig")
-sha512sums=('af80fe7196879bf255701aba0916aaa0d250843c15a03aa479b3f2464976fa84276650e80f18bafabf5dddb0617716824dfe5772b451d0ead5789fb7886ca532'
-
'9428eaba40eb3ef52024bb01321de860e149242a15465543030317233486aa37b40c5b946aba57451d07cec98b35fcc95d60fd7b376f77c218034b6cf94d191d')
-
-_datadir="/usr/share/webapps/${pkgname}"
-_etcdir="/etc/webapps/${pkgname}"
-_homedir="/var/lib/gitlab"
-_logdir="/var/log/gitlab"
-_srcdir="gitlab-shell-v${pkgver}"
-
-prepare() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  sed -e "s|user: git|user: gitlab|" \
-  -e "s|/home/git|${_homedir}|" \
-  -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
-  -e "s|# host:|host:|" \
-  -e "s|# port:|port:|" \
-  -e "s|socket:|# socket:|" \
-  config.yml.example > config.yml
-
-  for file in {bin,hooks}/*; do
-sed -i s/ruby/ruby-2.3/g ${file}
-  done
-}
-
-build() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  ./bin/compile
-}
-
-package() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  install -dm755 -o root -g root "${pkgdir}${_datadir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
-  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
-  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
-
-  # .gitconfig
-  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
-  ln -fs "${_etcdir}/gitconfig" "${pkgdir}${_homedir}/.gitconfig"
-
-  # .gitlab_shell_secret
-  touch "${pkgdir}${_etcdir}/secret"
-  chmod 640 "${pkgdir}${_etcdir}/secret"
-  chown root:105 "${pkgdir}${_etcdir}/secret"
-  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
-
-  # config.yml
-  mv config.yml "${pkgdir}${_etcdir}"
-  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
-
-  cp -r VERSION bin hooks lib spec support "${pkgdir}${_datadir}"
-  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
-
-  install -dm2770 -o 105 -g 105 "${pkgdir}${_homedir}/repositories"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-shell/repos/community-x86_64/PKGBUILD (from rev 272189, 
gitlab-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-05 02:23:13 UTC (rev 272190)
@@ -0,0 +1,92 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jonas Heinrich 
+# Contributor: Lee Watson 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 

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

2017-12-04 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, December 5, 2017 @ 02:22:59
  Author: svenstaro
Revision: 272189

Fix FS#56577

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 02:07:33 UTC (rev 272188)
+++ PKGBUILD2017-12-05 02:22:59 UTC (rev 272189)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab-shell
 pkgver=5.9.4
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="Git management software"
 arch=('x86_64')
@@ -68,7 +68,7 @@
 
   # .gitconfig
   install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
-  ln -fs "${_etcdir}/gitconfig" "${pkgdir}${_homedir}/.gitconfig"
+  ln -fs "${_etcdir}/.gitconfig" "${pkgdir}${_homedir}/.gitconfig"
 
   # .gitlab_shell_secret
   touch "${pkgdir}${_etcdir}/secret"


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

2017-12-04 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, December 5, 2017 @ 02:07:33
  Author: svenstaro
Revision: 272188

archrelease: copy trunk to community-x86_64

Added:
  openmw/repos/community-x86_64/PKGBUILD
(from rev 272187, openmw/trunk/PKGBUILD)
Deleted:
  openmw/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-05 02:07:24 UTC (rev 272187)
+++ PKGBUILD2017-12-05 02:07:33 UTC (rev 272188)
@@ -1,31 +0,0 @@
-# $Id:
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sandy Carter 
-pkgname=openmw
-pkgver=0.42.0
-pkgrel=7
-pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
-arch=('x86_64' 'i686')
-url="http://www.openmw.org;
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
-makedepends=('cmake' 'boost' 'doxygen' 'ninja')
-source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha512sums=('f638e804e03e965db8e19cb37b3be67804202c1e43b0abf2730e0be104093edc31fc3656f90c570980b66ece4f5c889b44f0f59789e865327d221714a9ed65f3')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname-$pkgname-$pkgver" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DDESIRED_QT_VERSION=5 \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: openmw/repos/community-x86_64/PKGBUILD (from rev 272187, 
openmw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-05 02:07:33 UTC (rev 272188)
@@ -0,0 +1,31 @@
+# $Id:
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sandy Carter 
+pkgname=openmw
+pkgver=0.43.0
+pkgrel=1
+pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
+arch=('x86_64')
+url="http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
+makedepends=('cmake' 'boost' 'doxygen' 'ninja')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha512sums=('e902dd2274c05838bb1171f07d7a673fc7b85d1290a9e01c8ab89f1c279bd236332ecdc0f2b7944ec7209a0e6022ff472639b5724bf26904e3a2d338c7be401a')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname-$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DDESIRED_QT_VERSION=5 \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-12-04 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, December 5, 2017 @ 02:07:24
  Author: svenstaro
Revision: 272187

upgpkg: openmw 0.43.0-1

Modified:
  openmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 01:11:47 UTC (rev 272186)
+++ PKGBUILD2017-12-05 02:07:24 UTC (rev 272187)
@@ -2,8 +2,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Sandy Carter 
 pkgname=openmw
-pkgver=0.42.0
-pkgrel=7
+pkgver=0.43.0
+pkgrel=1
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org;
@@ -11,7 +11,7 @@
 depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
 makedepends=('cmake' 'boost' 'doxygen' 'ninja')
 source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha512sums=('f638e804e03e965db8e19cb37b3be67804202c1e43b0abf2730e0be104093edc31fc3656f90c570980b66ece4f5c889b44f0f59789e865327d221714a9ed65f3')
+sha512sums=('e902dd2274c05838bb1171f07d7a673fc7b85d1290a9e01c8ab89f1c279bd236332ecdc0f2b7944ec7209a0e6022ff472639b5724bf26904e3a2d338c7be401a')
 
 build() {
   mkdir -p build


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

2017-12-04 Thread David Runge via arch-commits
Date: Tuesday, December 5, 2017 @ 01:11:47
  Author: dvzrv
Revision: 272186

archrelease: copy trunk to community-testing-x86_64

Added:
  qtractor/repos/community-testing-x86_64/
  qtractor/repos/community-testing-x86_64/PKGBUILD
(from rev 272185, qtractor/trunk/PKGBUILD)

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

Copied: qtractor/repos/community-testing-x86_64/PKGBUILD (from rev 272185, 
qtractor/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-05 01:11:47 UTC (rev 272186)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: David Runge 
+# Maintainer: Ray Rashif 
+# Contributor: speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('x86_64')
+url="http://qtractor.org/;
+license=('GPL')
+depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+ 'rubberband' 'hicolor-icon-theme')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9f916e46460403fcb4b1e2dadd048dd52c0d74425a2220cc4d40456141ff7bf5a9cb2fda0f394dac38079af67c322720468d9b7825181442875945899b699329')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-12-04 Thread David Runge via arch-commits
Date: Tuesday, December 5, 2017 @ 01:11:35
  Author: dvzrv
Revision: 272185

upgpkg: qtractor 0.8.5-1

Updating maintainer. Updating to 0.8.5. Switching to sha512sums. Removing 
unneeded prepare(). Minor fixes.

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 00:11:25 UTC (rev 272184)
+++ PKGBUILD2017-12-05 01:11:35 UTC (rev 272185)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer : Ray Rashif 
-# Maintainer : speps 
+# Maintainer: David Runge 
+# Maintainer: Ray Rashif 
+# Contributor: speps 
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.8.3
+pkgver=0.8.5
 pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('x86_64')
@@ -14,37 +15,11 @@
  'rubberband' 'hicolor-icon-theme')
 makedepends=('qt5-tools' 'ladspa' 'dssi')
 optdepends=('dssi-vst: win32 VST support')
-source=("https://sourceforge.net/projects/qtractor/files/qtractor/$pkgver/qtractor-$pkgver.tar.gz;)
-md5sums=('f944e6ac1af3760cd92648658d4b')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9f916e46460403fcb4b1e2dadd048dd52c0d74425a2220cc4d40456141ff7bf5a9cb2fda0f394dac38079af67c322720468d9b7825181442875945899b699329')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # do not look for /usr/lib64/lv2
-  # prevent to load lv2 plugins twice
-  sed -i '/__x86_64__/,/#endif/d' src/qtractorPluginFactory.cpp
-
-  # force qt4
-  #export ac_qmake=/usr/bin/qmake-qt4 \
-  #   ac_moc=/usr/bin/moc-qt4 \
-  #   ac_uic=/usr/bin/uic-qt4 \
-  #   ac_lupdate=/usr/bin/lupdate-qt4 \
-  #   ac_lrelease=/usr/bin/lrelease-qt4 \
-  #   QMAKE=qmake-qt4
-
-  export ac_qmake=/usr/bin/qmake-qt5 \
- ac_moc=/usr/bin/moc-qt5 \
- ac_uic=/usr/bin/uic-qt5 \
- ac_lupdate=/usr/bin/lupdate-qt5 \
- ac_lrelease=/usr/bin/lrelease-qt5 \
- QMAKE=qmake-qt5
-
- # Fix build with GCC 6 (Fedora)
- #sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure 
configure.ac
-}
-
 build() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
   --libdir=/usr/lib
   make
@@ -51,8 +26,8 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-12-04 Thread David Runge via arch-commits
Date: Tuesday, December 5, 2017 @ 00:11:04
  Author: dvzrv
Revision: 272183

upgpkg: qmidiarp 0.6.4-2

Updating maintainer. Switching to correct license (GPL2). Switching to https 
for url and source.
Switching to sha512sums. Installing various docs. Minor fixes.

Modified:
  qmidiarp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 23:47:05 UTC (rev 272182)
+++ PKGBUILD2017-12-05 00:11:04 UTC (rev 272183)
@@ -1,27 +1,32 @@
 # $Id$
-# Maintainer : speps 
+# Maintainer: David Runge 
+# Contributor: speps 
 # Contributor: Shinlun Hsieh 
 
 pkgname=qmidiarp
 pkgver=0.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA 
sequencer."
 arch=(x86_64)
-url="http://sourceforge.net/projects/qmidiarp/;
-license=('GPL')
+url="https://sourceforge.net/projects/qmidiarp/;
+license=('GPL2')
 groups=('lv2-plugins')
-depends=('qt5-base' 'jack' 'liblo' 'lv2')
+depends=('jack' 'hicolor-icon-theme' 'liblo' 'lv2' 'qt5-base')
 makedepends=('qt5-tools')
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('f1cf6428411a7e4a1cc1e3fc63231d28')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('06f3dc52c6673f452af4d5c5f4d2efc50fbe16b8fe792cb9d115f9efa124224e0131e763d31ee60cee68b78d952061e69976a09fa3118b23362ea3cea76260d0')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr --enable-qt5
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
+  install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
 }


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

2017-12-04 Thread David Runge via arch-commits
Date: Tuesday, December 5, 2017 @ 00:11:25
  Author: dvzrv
Revision: 272184

archrelease: copy trunk to community-testing-x86_64

Added:
  qmidiarp/repos/community-testing-x86_64/
  qmidiarp/repos/community-testing-x86_64/PKGBUILD
(from rev 272183, qmidiarp/trunk/PKGBUILD)

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

Copied: qmidiarp/repos/community-testing-x86_64/PKGBUILD (from rev 272183, 
qmidiarp/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-05 00:11:25 UTC (rev 272184)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Shinlun Hsieh 
+
+pkgname=qmidiarp
+pkgver=0.6.4
+pkgrel=2
+pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA 
sequencer."
+arch=(x86_64)
+url="https://sourceforge.net/projects/qmidiarp/;
+license=('GPL2')
+groups=('lv2-plugins')
+depends=('jack' 'hicolor-icon-theme' 'liblo' 'lv2' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('06f3dc52c6673f452af4d5c5f4d2efc50fbe16b8fe792cb9d115f9efa124224e0131e763d31ee60cee68b78d952061e69976a09fa3118b23362ea3cea76260d0')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-qt5
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
+  install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}


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

2017-12-04 Thread David Runge via arch-commits
Date: Monday, December 4, 2017 @ 23:47:05
  Author: dvzrv
Revision: 272182

archrelease: copy trunk to community-testing-x86_64

Added:
  pvoc/repos/community-testing-x86_64/
  pvoc/repos/community-testing-x86_64/PKGBUILD
(from rev 272181, pvoc/trunk/PKGBUILD)

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

Copied: pvoc/repos/community-testing-x86_64/PKGBUILD (from rev 272181, 
pvoc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-04 23:47:05 UTC (rev 272182)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=pvoc
+pkgver=0.1.12
+pkgrel=3
+pkgdesc="LADSPLA plugins and a tool for time compression/expansion using 
phase-vocoding"
+arch=('x86_64')
+url="http://quitte.de/dsp/pvoc.html;
+license=('GPL2')
+groups=('ladspa-plugins')
+depends=('ladspa' 'fftw' 'libsndfile')
+source=("http://quitte.de/dsp/${pkgname}_${pkgver}.tar.gz;)
+sha512sums=('132bf0db349f5b6f574c169af3e7cbe3db550dc3729616d6a9e5be4a468a40c8c3bbbcc42135d870ae8460e33e778e31b0fe24c2665893e1c6e0d9a694406a0f')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX="${pkgdir}/usr" MAN1DEST="${pkgdir}/usr/share/man/man1" install
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-12-04 Thread David Runge via arch-commits
Date: Monday, December 4, 2017 @ 23:46:56
  Author: dvzrv
Revision: 272181

upgpkg: pvoc 0.1.12-3

Updating maintainer. Switching to correct license (GPL2).
Switching to sha512sums. Installing README. Minor fixes.

Modified:
  pvoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 23:24:16 UTC (rev 272180)
+++ PKGBUILD2017-12-04 23:46:56 UTC (rev 272181)
@@ -1,27 +1,28 @@
 # $Id$
-# Maintainer : speps 
+# Maintainer: David Runge 
+# Contributor: speps 
 
 pkgname=pvoc
 pkgver=0.1.12
-pkgrel=2
+pkgrel=3
 pkgdesc="LADSPLA plugins and a tool for time compression/expansion using 
phase-vocoding"
 arch=('x86_64')
 url="http://quitte.de/dsp/pvoc.html;
-license=('GPL')
+license=('GPL2')
 groups=('ladspa-plugins')
 depends=('ladspa' 'fftw' 'libsndfile')
-source=("http://quitte.de/dsp/pvoc_$pkgver.tar.gz;)
-md5sums=('6171b97e0d8aa5545c780d4f8dc15167')
+source=("http://quitte.de/dsp/${pkgname}_${pkgver}.tar.gz;)
+sha512sums=('132bf0db349f5b6f574c169af3e7cbe3db550dc3729616d6a9e5be4a468a40c8c3bbbcc42135d870ae8460e33e778e31b0fe24c2665893e1c6e0d9a694406a0f')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "${pkgname}-${pkgver}"
   make PREFIX=/usr
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make PREFIX="$pkgdir/usr" \
-   MAN1DEST="$pkgdir/usr/share/man/man1" install
+  cd "${pkgname}-${pkgver}"
+  make PREFIX="${pkgdir}/usr" MAN1DEST="${pkgdir}/usr/share/man/man1" install
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-12-04 Thread David Runge via arch-commits
Date: Monday, December 4, 2017 @ 23:24:06
  Author: dvzrv
Revision: 272179

upgpkg: plowshare 2.1.7-2

Updating maintainer. Adding further optdepends (picture viewers for captchas).
Switching to sha512sums. Moving all modifications to prepare(). Minor fixes.

Modified:
  plowshare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 22:41:01 UTC (rev 272178)
+++ PKGBUILD2017-12-04 23:24:06 UTC (rev 272179)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer : speps 
+# Maintainer: David Runge 
+# Contributor: speps 
 # Contributor: breakdown 
 
 pkgname=plowshare
 pkgver=2.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
 arch=('any')
 url="https://github.com/mcrapet/plowshare;
@@ -11,17 +12,24 @@
 license=('GPL3')
 depends=('curl' 'recode' 'js' 'git')
 optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server')
-source=($pkgname-$pkgver.tar.gz::"$url/archive/v$pkgver.tar.gz")
-md5sums=('16de34e58101c8f1cac5dbd4295a91f0')
+'imagemagick: X11 picture viewer for captchas'
+'sxiv: X11 picture viewer for captchas'
+'feh: X11 picture viewer for captchas'
+'qiv: X11 picture viewer for captchas'
+'fbida: framebuffer picture viewer for captchas'
+'libcaca: framebuffer ascii picture viewer for captchas')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('7fe91d3756c55ffc1daf9275bfd2413f2644accd8fa69f2b1064696e1435f9b8be9515907c8249ffde85436dc6966f1d42bad94ccfbde93ae584dcc0d642c215')
 
-package() {
-  cd $pkgname-$pkgver
-
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # rename js executable to reflect js package
+  sed -e 's|-js}|-js24}|' -i src/core.sh
   # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
+  export PLOWSHARE_FORCE_VERSION="${pkgver}"
+}
 
-  DESTDIR="$pkgdir/" PREFIX=/usr make
-
-  sed -e 's|-js}|-js24}|' -i "$pkgdir"/usr/share/plowshare/core.sh
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}/" PREFIX=/usr
 }


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

2017-12-04 Thread David Runge via arch-commits
Date: Monday, December 4, 2017 @ 23:24:16
  Author: dvzrv
Revision: 272180

archrelease: copy trunk to community-testing-any

Added:
  plowshare/repos/community-testing-any/
  plowshare/repos/community-testing-any/PKGBUILD
(from rev 272179, plowshare/trunk/PKGBUILD)

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

Copied: plowshare/repos/community-testing-any/PKGBUILD (from rev 272179, 
plowshare/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-12-04 23:24:16 UTC (rev 272180)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.7
+pkgrel=2
+pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
+arch=('any')
+url="https://github.com/mcrapet/plowshare;
+license=('GPL3')
+depends=('curl' 'recode' 'js' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+'imagemagick: X11 picture viewer for captchas'
+'sxiv: X11 picture viewer for captchas'
+'feh: X11 picture viewer for captchas'
+'qiv: X11 picture viewer for captchas'
+'fbida: framebuffer picture viewer for captchas'
+'libcaca: framebuffer ascii picture viewer for captchas')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('7fe91d3756c55ffc1daf9275bfd2413f2644accd8fa69f2b1064696e1435f9b8be9515907c8249ffde85436dc6966f1d42bad94ccfbde93ae584dcc0d642c215')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # rename js executable to reflect js package
+  sed -e 's|-js}|-js24}|' -i src/core.sh
+  # force release version
+  export PLOWSHARE_FORCE_VERSION="${pkgver}"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}/" PREFIX=/usr
+}


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 22:41:01
  Author: arojas
Revision: 272178

archrelease: copy trunk to community-x86_64

Added:
  redis/repos/community-x86_64/PKGBUILD
(from rev 272177, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 272177, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 272177, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.logrotate
(from rev 272177, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 272177, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.sysusers
(from rev 272177, redis/trunk/redis.sysusers)
  redis/repos/community-x86_64/redis.tmpfiles
(from rev 272177, redis/trunk/redis.tmpfiles)
Deleted:
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.sysusers
  redis/repos/community-x86_64/redis.tmpfiles

+
 PKGBUILD   |  110 +++
 redis-2.8.11-use-system-jemalloc.patch |   30 
 redis.conf-sane-defaults.patch |   24 +++---
 redis.logrotate|   10 +-
 redis.service  |   44 ++--
 redis.sysusers |2 
 redis.tmpfiles |2 
 7 files changed, 111 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 22:40:31 UTC (rev 272177)
+++ PKGBUILD2017-12-04 22:41:01 UTC (rev 272178)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan-Erik Rediger 
-# Contributor: nofxx 
-
-pkgname=redis
-pkgver=4.0.5
-pkgrel=1
-pkgdesc='Advanced key-value store'
-arch=('x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service redis.sysusers redis.tmpfiles
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-sha256sums=('d52bf355b96e20905916482962235e0442634c849934adb034f85362b31ed978'
-'cceff2a097d9041a0c73caeb5c33e849af783c6a12db866f24b8417ac3ac9d11'
-'78f6ab83408956a9afaf28689128f382545c901f172cd5b670724c73f6896d5d'
-'09dcc8522899dc3d1e9362989aa4acb5a3996d700b9a44f22ebb5b9667b88183'
-'8b4c2caabb4f54157ad91ca472423112b1803685ad18ed11b60463d78494df13'
-'22cd3b9f7e9b17647a615d009b50603e7978b0af26c3e2c53560e57573b996ed'
-'9720468ede366893c32f34616c6d8670e790309757ae0abc0f49402089a7a672')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf "$pkgdir"/etc/redis.conf
-  install -Dm644 ../redis.service 
"$pkgdir"/usr/lib/systemd/system/redis.service
-
-  # files kept for compatibility with installations made before 2.8.13-2
-  install -Dm644 ../redis.logrotate "$pkgdir"/etc/logrotate.d/redis
-
-  ln -sf redis-server "$pkgdir"/usr/bin/redis-sentinel
-
-  install -Dm644 "$srcdir"/redis.sysusers 
"$pkgdir"/usr/lib/sysusers.d/redis.conf
-  install -Dm644 "$srcdir"/redis.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/redis.conf
-}

Copied: redis/repos/community-x86_64/PKGBUILD (from rev 272177, 
redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 22:41:01 UTC (rev 272178)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer:  Sergej Pupykin 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Jan-Erik Rediger 
+# Contributor: nofxx 
+
+pkgname=redis
+pkgver=4.0.6
+pkgrel=1
+pkgdesc='Advanced key-value store'
+arch=('x86_64')
+url='http://redis.io/'
+license=('BSD')
+depends=('jemalloc' 'grep' 'shadow')
+backup=('etc/redis.conf'
+'etc/logrotate.d/redis')
+source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
+redis.service redis.sysusers redis.tmpfiles
+redis.logrotate
+redis.conf-sane-defaults.patch
+redis-2.8.11-use-system-jemalloc.patch)

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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 22:40:31
  Author: arojas
Revision: 272177

Update to 4.0.6

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 22:21:52 UTC (rev 272176)
+++ PKGBUILD2017-12-04 22:40:31 UTC (rev 272177)
@@ -5,7 +5,7 @@
 # Contributor: nofxx 
 
 pkgname=redis
-pkgver=4.0.5
+pkgver=4.0.6
 pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 redis.logrotate
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
-sha256sums=('d52bf355b96e20905916482962235e0442634c849934adb034f85362b31ed978'
+sha256sums=('769b5d69ec237c3e0481a262ff5306ce30db9b5c8ceb14d1023491ca7be5f6fa'
 'cceff2a097d9041a0c73caeb5c33e849af783c6a12db866f24b8417ac3ac9d11'
 '78f6ab83408956a9afaf28689128f382545c901f172cd5b670724c73f6896d5d'
 '09dcc8522899dc3d1e9362989aa4acb5a3996d700b9a44f22ebb5b9667b88183'


[arch-commits] Commit in auctex/repos/community-any (4 files)

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 22:21:52
  Author: arojas
Revision: 272176

archrelease: copy trunk to community-any

Added:
  auctex/repos/community-any/PKGBUILD
(from rev 272175, auctex/trunk/PKGBUILD)
  auctex/repos/community-any/auctex.install
(from rev 272175, auctex/trunk/auctex.install)
Deleted:
  auctex/repos/community-any/PKGBUILD
  auctex/repos/community-any/auctex.install

+
 PKGBUILD   |   66 +++
 auctex.install |   16 ++---
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 22:21:31 UTC (rev 272175)
+++ PKGBUILD2017-12-04 22:21:52 UTC (rev 272176)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=auctex
-pkgver=11.91
-pkgrel=1
-pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
-arch=('any') 
-url="http://www.gnu.org/software/auctex/;
-license=('GPL3')
-depends=('emacs' 'ghostscript' 'texlive-core')
-options=('!makeflags')
-install=auctex.install
-source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('2c93e3f922faeba318f7ab28e06a15c0f58d05b0'
-  'SKIP')
-validpgpkeys=('70CDE487C45540307F86972BE2FD58BF20485F50')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? 
"--with-texmf-dir=/' configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --localstatedir=/var 
--with-texmf-dir=/usr/share/texmf
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: auctex/repos/community-any/PKGBUILD (from rev 272175, 
auctex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 22:21:52 UTC (rev 272176)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=auctex
+pkgver=11.92
+pkgrel=1
+pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
+arch=('any')
+url="http://www.gnu.org/software/auctex/;
+license=('GPL3')
+depends=('emacs' 'ghostscript' 'texlive-core')
+options=('!makeflags')
+install=auctex.install
+source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('d1ac60f96abef76242b099073a7a05b24624ae81'
+  'SKIP')
+validpgpkeys=('70CDE487C45540307F86972BE2FD58BF20485F50')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? 
"--with-texmf-dir=/' configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --localstatedir=/var 
--with-texmf-dir=/usr/share/texmf
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: auctex.install
===
--- auctex.install  2017-12-04 22:21:31 UTC (rev 272175)
+++ auctex.install  2017-12-04 22:21:52 UTC (rev 272176)
@@ -1,8 +0,0 @@
-post_install() {
-cat << EOF
-==> For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is 
to add the
-==> following lines to your ~/.emacs file:
-(load "auctex.el" nil t t)
-(load "preview-latex.el" nil t t)
-EOF
-}

Copied: auctex/repos/community-any/auctex.install (from rev 272175, 
auctex/trunk/auctex.install)
===
--- auctex.install  (rev 0)
+++ auctex.install  2017-12-04 22:21:52 UTC (rev 272176)
@@ -0,0 +1,8 @@
+post_install() {
+cat << EOF
+==> For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is 
to add the
+==> following lines to your ~/.emacs file:
+(load "auctex.el" nil t t)
+(load "preview-latex.el" nil t t)
+EOF
+}


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 22:21:31
  Author: arojas
Revision: 272175

Update to 11.92

Modified:
  auctex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 22:15:44 UTC (rev 272174)
+++ PKGBUILD2017-12-04 22:21:31 UTC (rev 272175)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=auctex
-pkgver=11.91
+pkgver=11.92
 pkgrel=1
 pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
 arch=('any')
@@ -12,7 +12,7 @@
 options=('!makeflags')
 install=auctex.install
 source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('2c93e3f922faeba318f7ab28e06a15c0f58d05b0'
+sha1sums=('d1ac60f96abef76242b099073a7a05b24624ae81'
   'SKIP')
 validpgpkeys=('70CDE487C45540307F86972BE2FD58BF20485F50')
 


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 22:18:47
  Author: arojas
Revision: 311628

archrelease: copy trunk to testing-x86_64

Added:
  re2/repos/testing-x86_64/
  re2/repos/testing-x86_64/PKGBUILD
(from rev 311627, re2/trunk/PKGBUILD)

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

Copied: re2/repos/testing-x86_64/PKGBUILD (from rev 311627, re2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-04 22:18:47 UTC (rev 311628)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_tag='2017-12-01'
+pkgver=${_tag//-/}
+pkgrel=1
+pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
+url='https://github.com/google/re2'
+depends=(gcc-libs)
+arch=(x86_64)
+license=(BSD)
+source=(re2-$pkgver.zip::https://github.com/google/re2/archive/$_tag.zip)
+sha1sums=('da820ba014ec92fd5b23b27bece34ea1e0e17d5c')
+
+build() {
+  cd re2-$_tag
+  make prefix=/usr
+}
+
+check() {
+  cd re2-$_tag
+  make prefix=/usr test
+}
+
+package() {
+  cd re2-$_tag
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 22:18:18
  Author: arojas
Revision: 311627

Update to 20171201

Modified:
  re2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 22:10:19 UTC (rev 311626)
+++ PKGBUILD2017-12-04 22:18:18 UTC (rev 311627)
@@ -4,7 +4,7 @@
 # Contributor: Alexandre Bique 
 
 pkgname=re2
-_tag='2017-08-01'
+_tag='2017-12-01'
 pkgver=${_tag//-/}
 pkgrel=1
 pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
@@ -13,7 +13,7 @@
 arch=(x86_64)
 license=(BSD)
 source=(re2-$pkgver.zip::https://github.com/google/re2/archive/$_tag.zip)
-sha1sums=('d92ac823aa8dea873b24479373f1b11884d0f7e6')
+sha1sums=('da820ba014ec92fd5b23b27bece34ea1e0e17d5c')
 
 build() {
   cd re2-$_tag


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 22:15:44
  Author: arojas
Revision: 272174

archrelease: copy trunk to community-x86_64

Added:
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 272173, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 272173, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 272173, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

---+
 PKGBUILD  |  122 ++--
 rsyslog.conf  |   88 ++---
 rsyslog.logrotate |   14 ++---
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 22:15:16 UTC (rev 272173)
+++ PKGBUILD2017-12-04 22:15:44 UTC (rev 272174)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=rsyslog
-pkgver=8.30.0
-pkgrel=1
-pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
-url="http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
-makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-sha256sums=('dfb9c3efe52ad03ad9f4479699139fb447177049553b6993315f53b668a2251f'
-'0f5bea3fd4dff2c9f097bf95768b2e1f6e9cfd9a08eab98bc3b3b4d2ed44119a'
-'5fd51665ab9a81fbb24773068cb261b8dec073d74082c121633f49b9381d9a3f')
-
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  sed -i rsyslog.service.in \
--e 's|rsyslogd -n|rsyslogd -n -i /run/rsyslogd.pid|' \
--e '/ExecStart=.*$/iPIDFile=/run/rsyslogd.pid'
-}
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --enable-relp \
-  --enable-impstats \
-  --enable-imptcp \
-  --enable-omprog \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  make install DESTDIR="$pkgdir"
-  install -D -m644 "$srcdir"/${pkgname}.conf "$pkgdir"/etc/${pkgname}.conf
-  install -D -m644 "$srcdir"/${pkgname}.logrotate 
"$pkgdir"/etc/logrotate.d/${pkgname}
-}

Copied: rsyslog/repos/community-x86_64/PKGBUILD (from rev 272173, 
rsyslog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 22:15:44 UTC (rev 272174)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=rsyslog
+pkgver=8.31.0
+pkgrel=1
+pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
+url="http://www.rsyslog.com/;
+arch=('x86_64')
+license=('GPL3')
+depends=('libestr' 'liblogging' 'librelp' 'libfastjson')
+makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')
+source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
+   'rsyslog.logrotate'
+   'rsyslog.conf')
+sha256sums=('eee6318f8127f56500c1e1f672fac6207eeb87bbf0985f5af964f881a96601b2'
+'0f5bea3fd4dff2c9f097bf95768b2e1f6e9cfd9a08eab98bc3b3b4d2ed44119a'
+'5fd51665ab9a81fbb24773068cb261b8dec073d74082c121633f49b9381d9a3f')
+
+prepare() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  sed -i rsyslog.service.in \
+-e 's|rsyslogd -n|rsyslogd -n -i /run/rsyslogd.pid|' \
+-e '/ExecStart=.*$/iPIDFile=/run/rsyslogd.pid'
+}
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-mysql \
+  --enable-pgsql \
+  --enable-mail \
+  --enable-imfile \
+  

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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 22:15:16
  Author: arojas
Revision: 272173

Update to 8.31.0

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 22:11:08 UTC (rev 272172)
+++ PKGBUILD2017-12-04 22:15:16 UTC (rev 272173)
@@ -2,13 +2,13 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=rsyslog
-pkgver=8.30.0
+pkgver=8.31.0
 pkgrel=1
 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
 url="http://www.rsyslog.com/;
 arch=('x86_64')
 license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
+depends=('libestr' 'liblogging' 'librelp' 'libfastjson')
 makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
 'python-docutils')
 optdepends=('postgresql-libs: PostgreSQL Database Support'
@@ -21,7 +21,7 @@
 source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
'rsyslog.logrotate'
'rsyslog.conf')
-sha256sums=('dfb9c3efe52ad03ad9f4479699139fb447177049553b6993315f53b668a2251f'
+sha256sums=('eee6318f8127f56500c1e1f672fac6207eeb87bbf0985f5af964f881a96601b2'
 '0f5bea3fd4dff2c9f097bf95768b2e1f6e9cfd9a08eab98bc3b3b4d2ed44119a'
 '5fd51665ab9a81fbb24773068cb261b8dec073d74082c121633f49b9381d9a3f')
 


[arch-commits] Commit in noto-fonts-emoji/repos/extra-any (6 files)

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 22:10:19
  Author: arojas
Revision: 311626

archrelease: copy trunk to extra-any

Added:
  noto-fonts-emoji/repos/extra-any/66-noto-color-emoji.conf
(from rev 311625, noto-fonts-emoji/trunk/66-noto-color-emoji.conf)
  noto-fonts-emoji/repos/extra-any/66-noto-emoji.conf
(from rev 311625, noto-fonts-emoji/trunk/66-noto-emoji.conf)
  noto-fonts-emoji/repos/extra-any/PKGBUILD
(from rev 311625, noto-fonts-emoji/trunk/PKGBUILD)
Deleted:
  noto-fonts-emoji/repos/extra-any/66-noto-color-emoji.conf
  noto-fonts-emoji/repos/extra-any/66-noto-emoji.conf
  noto-fonts-emoji/repos/extra-any/PKGBUILD

--+
 66-noto-color-emoji.conf |   70 ++---
 66-noto-emoji.conf   |   36 +++
 PKGBUILD |   58 ++---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: 66-noto-color-emoji.conf
===
--- 66-noto-color-emoji.conf2017-12-04 22:09:52 UTC (rev 311625)
+++ 66-noto-color-emoji.conf2017-12-04 22:10:19 UTC (rev 311626)
@@ -1,35 +0,0 @@
-
-
-
-  
-
-  Noto Color Emoji
-
-
-  true
-
-  
-
-  
-  
-emoji
-Noto Color Emoji
-  
-
-  
-  
-Apple Color Emoji
-Noto Color Emoji
-sans-serif
-  
-  
-Segoe UI Emoji
-Noto Color Emoji
-sans-serif
-  
-  
-EmojiOne Color
-Noto Color Emoji
-sans-serif
-  
-

Copied: noto-fonts-emoji/repos/extra-any/66-noto-color-emoji.conf (from rev 
311625, noto-fonts-emoji/trunk/66-noto-color-emoji.conf)
===
--- 66-noto-color-emoji.conf(rev 0)
+++ 66-noto-color-emoji.conf2017-12-04 22:10:19 UTC (rev 311626)
@@ -0,0 +1,35 @@
+
+
+
+  
+
+  Noto Color Emoji
+
+
+  true
+
+  
+
+  
+  
+emoji
+Noto Color Emoji
+  
+
+  
+  
+Apple Color Emoji
+Noto Color Emoji
+sans-serif
+  
+  
+Segoe UI Emoji
+Noto Color Emoji
+sans-serif
+  
+  
+EmojiOne Color
+Noto Color Emoji
+sans-serif
+  
+

Deleted: 66-noto-emoji.conf
===
--- 66-noto-emoji.conf  2017-12-04 22:09:52 UTC (rev 311625)
+++ 66-noto-emoji.conf  2017-12-04 22:10:19 UTC (rev 311626)
@@ -1,18 +0,0 @@
-
-
-
-  
-
-  Noto Emoji
-
-
-  true
-
-  
-
-  
-  
-emoji
-Noto Emoji
-  
-

Copied: noto-fonts-emoji/repos/extra-any/66-noto-emoji.conf (from rev 311625, 
noto-fonts-emoji/trunk/66-noto-emoji.conf)
===
--- 66-noto-emoji.conf  (rev 0)
+++ 66-noto-emoji.conf  2017-12-04 22:10:19 UTC (rev 311626)
@@ -0,0 +1,18 @@
+
+
+
+  
+
+  Noto Emoji
+
+
+  true
+
+  
+
+  
+  
+emoji
+Noto Emoji
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 22:09:52 UTC (rev 311625)
+++ PKGBUILD2017-12-04 22:10:19 UTC (rev 311626)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=noto-fonts-emoji
-_pkgver=2017-08-25
-_commit=8a6530b7b26e8c5ee7b177a1388d492bbcaf4319
-pkgver=${_pkgver//-}
-pkgrel=2
-pkgdesc="Google Noto emoji fonts"
-arch=(any)
-url="https://www.google.com/get/noto/;
-license=(custom:OFL)
-depends=(fontconfig)
-source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip;
-66-noto-color-emoji.conf 66-noto-emoji.conf)
-sha256sums=('eef8620340f8f229772fd215282b08273685b416b910698b8979f3c21b5b653b'
-'5df9fbf693abe3ba663362375d0e02c17345860c54809166be2c22c4e83fc567'
-'ba85f8cdeec0fb505848ec18ef94ccf31aff9ad4690f0c7bcd12098d9df187f4')
-
-package() {
-  cd noto-emoji-*
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 fonts/*.ttf "$pkgdir"/usr/share/fonts/noto
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-# Install fontconfig files
-  mkdir -p "$pkgdir"/etc/fonts/conf.avail
-  install -m644 "$srcdir"/*.conf "$pkgdir"/etc/fonts/conf.avail/
-}

Copied: noto-fonts-emoji/repos/extra-any/PKGBUILD (from rev 311625, 
noto-fonts-emoji/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 22:10:19 UTC (rev 311626)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=noto-fonts-emoji
+_pkgver=2017-10-30
+_commit=ef89179e7de69445963bd93a8fcb02a15c929d61
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc="Google Noto emoji fonts"
+arch=(any)
+url="https://www.google.com/get/noto/;
+license=(custom:OFL)
+depends=(fontconfig)
+source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip;
+66-noto-color-emoji.conf 

[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 22:09:52
  Author: arojas
Revision: 311625

Update to latest revision

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 21:47:00 UTC (rev 311624)
+++ PKGBUILD2017-12-04 22:09:52 UTC (rev 311625)
@@ -2,10 +2,10 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-_pkgver=2017-08-25
-_commit=8a6530b7b26e8c5ee7b177a1388d492bbcaf4319
+_pkgver=2017-10-30
+_commit=ef89179e7de69445963bd93a8fcb02a15c929d61
 pkgver=${_pkgver//-}
-pkgrel=2
+pkgrel=1
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
 url="https://www.google.com/get/noto/;
@@ -13,7 +13,7 @@
 depends=(fontconfig)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip;
 66-noto-color-emoji.conf 66-noto-emoji.conf)
-sha256sums=('eef8620340f8f229772fd215282b08273685b416b910698b8979f3c21b5b653b'
+sha256sums=('79c586f64f412f3476904847b04b47f3a6f8e2b661d5ce24da7a654453c5c0a4'
 '5df9fbf693abe3ba663362375d0e02c17345860c54809166be2c22c4e83fc567'
 'ba85f8cdeec0fb505848ec18ef94ccf31aff9ad4690f0c7bcd12098d9df187f4')
 


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 22:07:58
  Author: arojas
Revision: 272170

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 22:07:25 UTC (rev 272169)
+++ PKGBUILD2017-12-04 22:07:58 UTC (rev 272170)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.4.9-33
-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)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('bba6978c7a4e7678722163f2830f6dda01665673cba8d99988d9ab44890c07b8')
-
-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)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 272169, 
giac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 22:07:58 UTC (rev 272170)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.4.9-37
+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)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+sha256sums=('9709b0c52f9f1444802fec9b19da9930c52a1abb1d9887f944c9fbf3ffa0cf5a')
+
+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)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 22:07:25
  Author: arojas
Revision: 272169

Update to 1.4.9.37

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 22:06:13 UTC (rev 272168)
+++ PKGBUILD2017-12-04 22:07:25 UTC (rev 272169)
@@ -3,7 +3,7 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.4.9-33
+_pkgver=1.4.9-37
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc="A free computer algebra system"
@@ -10,9 +10,9 @@
 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)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('bba6978c7a4e7678722163f2830f6dda01665673cba8d99988d9ab44890c07b8')
+sha256sums=('9709b0c52f9f1444802fec9b19da9930c52a1abb1d9887f944c9fbf3ffa0cf5a')
 
 build() {
   cd $pkgbase-${pkgver%.*}


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

2017-12-04 Thread Levente Polyak via arch-commits
Date: Monday, December 4, 2017 @ 22:06:13
  Author: anthraxx
Revision: 272168

rmpkg: python-migrate (supersed by python-sqlalchemy-migrate)

Deleted:
  python-migrate/


[arch-commits] Commit in steam-native-runtime/trunk (PKGBUILD)

2017-12-04 Thread Levente Polyak via arch-commits
Date: Monday, December 4, 2017 @ 22:03:24
  Author: anthraxx
Revision: 272166

upgpkg: steam-native-runtime 1.0.0.54-5 (readd list dependencies)

x86_64 is nothing bad, it exactly serves this very purpose even if
its not an issue right now as we only have a single supported arch
its still technically wrong. lets keep it the sane way and make it
proper and more easy to maintain for archlinux32.

FS#56564

Modified:
  steam-native-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 21:05:49 UTC (rev 272165)
+++ PKGBUILD2017-12-04 22:03:24 UTC (rev 272166)
@@ -3,36 +3,54 @@
 
 pkgname=steam-native-runtime
 pkgver=1.0.0.54
-pkgrel=4
+pkgrel=5
 pkgdesc='Native replacement for the Steam runtime'
 arch=('x86_64')
 url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
 license=('None')
 replaces=('steam-libs')
-depends=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
- 'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' 'lib32-freetype2'
- 'lib32-freeglut' 'lib32-gconf' 'lib32-gdk-pixbuf2' 'lib32-glew1.10'
- 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' 'lib32-libappindicator-gtk2'
- 'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups'
- 'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-dbus'
- 'lib32-libdrm' 'lib32-libgcrypt15' 'lib32-libice' 'lib32-libjpeg6'
- 'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse' 'lib32-librtmp0'
- 'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4' 'lib32-libudev0-shim'
- 'lib32-libusb' 'lib32-libva' 'lib32-libvdpau' 'lib32-libvorbis'
- 'lib32-libvpx1.3' 'lib32-libwrap' 'lib32-libxcomposite'
- 'lib32-libxcursor' 'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama'
- 'lib32-libxmu' 'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst'
- 'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal'
- 'lib32-openssl-1.0' 'lib32-pango' 'lib32-sdl' 'lib32-sdl2'
- 'lib32-sdl2_image' 'lib32-sdl2_mixer' 'lib32-sdl2_ttf'
- 'lib32-sdl_image' 'lib32-sdl_mixer' 'lib32-sdl_ttf')
+depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
+ 'fontconfig' 'freetype2' 'freeglut' 'gconf' 'gdk-pixbuf2' 'glew1.10'
+ 'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
+ 'libcups' 'libcurl-compat' 'libcurl-gnutls' 'dbus' 'libdrm'
+ 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
+ 'librtmp0' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb'
+ 'libva' 'libvorbis' 'libvpx1.3' 'libwrap' 'libxcomposite' 'libxcursor'
+ 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender'
+ 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'openssl-1.0' 'pango'
+ 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image'
+ 'sdl_mixer' 'sdl_ttf' 'librsvg' 'vulkan-icd-loader' 'libvdpau')
+depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
+'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' 
'lib32-freetype2'
+'lib32-freeglut' 'lib32-gconf' 'lib32-gdk-pixbuf2' 
'lib32-glew1.10'
+'lib32-glib2' 'lib32-glu' 'lib32-gtk2' 
'lib32-libappindicator-gtk2'
+'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups'
+'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-dbus'
+'lib32-libdrm' 'lib32-libgcrypt15' 'lib32-libice' 
'lib32-libjpeg6'
+'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse' 
'lib32-librtmp0'
+'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4' 
'lib32-libudev0-shim'
+'lib32-libusb' 'lib32-libva' 'lib32-libvdpau' 'lib32-libvorbis'
+'lib32-libvpx1.3' 'lib32-libwrap' 'lib32-libxcomposite'
+'lib32-libxcursor' 'lib32-libxft' 'lib32-libxi' 
'lib32-libxinerama'
+'lib32-libxmu' 'lib32-libxrandr' 'lib32-libxrender' 
'lib32-libxtst'
+'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal'
+'lib32-openssl-1.0' 'lib32-pango' 'lib32-sdl' 'lib32-sdl2'
+'lib32-sdl2_image' 'lib32-sdl2_mixer' 'lib32-sdl2_ttf'
+'lib32-sdl_image' 'lib32-sdl_mixer' 'lib32-sdl_ttf')
 
 package() {
-  install -d "${pkgdir}"/usr/lib32/steam
-  ln -sf /usr/lib32/libcurl.so.3 "${pkgdir}"/usr/lib32/steam/libcurl.so.3
-  ln -sf /usr/lib32/libcurl.so.4.2.0 "${pkgdir}"/usr/lib32/steam/libcurl.so.4
-  ln -sf /usr/lib32/libcurl.so.4.2.0 
"${pkgdir}"/usr/lib32/steam/libcurl.so.4.2.0
+  install -d "${pkgdir}/usr/lib/steam"
+  ln -sf /usr/lib/libcurl.so.3 "${pkgdir}/usr/lib/steam/libcurl.so.3"
+  ln -sf /usr/lib/libcurl.so.4.2.0 "${pkgdir}/usr/lib/steam/libcurl.so.4"
+  

[arch-commits] Commit in steam-native-runtime/repos/multilib-x86_64 (2 files)

2017-12-04 Thread Levente Polyak via arch-commits
Date: Monday, December 4, 2017 @ 22:03:48
  Author: anthraxx
Revision: 272167

archrelease: copy trunk to multilib-x86_64

Added:
  steam-native-runtime/repos/multilib-x86_64/PKGBUILD
(from rev 272166, steam-native-runtime/trunk/PKGBUILD)
Deleted:
  steam-native-runtime/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 22:03:24 UTC (rev 272166)
+++ PKGBUILD2017-12-04 22:03:48 UTC (rev 272167)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-
-pkgname=steam-native-runtime
-pkgver=1.0.0.54
-pkgrel=4
-pkgdesc='Native replacement for the Steam runtime'
-arch=('x86_64')
-url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
-license=('None')
-replaces=('steam-libs')
-depends=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
- 'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' 'lib32-freetype2'
- 'lib32-freeglut' 'lib32-gconf' 'lib32-gdk-pixbuf2' 'lib32-glew1.10'
- 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' 'lib32-libappindicator-gtk2'
- 'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups'
- 'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-dbus'
- 'lib32-libdrm' 'lib32-libgcrypt15' 'lib32-libice' 'lib32-libjpeg6'
- 'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse' 'lib32-librtmp0'
- 'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4' 'lib32-libudev0-shim'
- 'lib32-libusb' 'lib32-libva' 'lib32-libvdpau' 'lib32-libvorbis'
- 'lib32-libvpx1.3' 'lib32-libwrap' 'lib32-libxcomposite'
- 'lib32-libxcursor' 'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama'
- 'lib32-libxmu' 'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst'
- 'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal'
- 'lib32-openssl-1.0' 'lib32-pango' 'lib32-sdl' 'lib32-sdl2'
- 'lib32-sdl2_image' 'lib32-sdl2_mixer' 'lib32-sdl2_ttf'
- 'lib32-sdl_image' 'lib32-sdl_mixer' 'lib32-sdl_ttf')
-
-package() {
-  install -d "${pkgdir}"/usr/lib32/steam
-  ln -sf /usr/lib32/libcurl.so.3 "${pkgdir}"/usr/lib32/steam/libcurl.so.3
-  ln -sf /usr/lib32/libcurl.so.4.2.0 "${pkgdir}"/usr/lib32/steam/libcurl.so.4
-  ln -sf /usr/lib32/libcurl.so.4.2.0 
"${pkgdir}"/usr/lib32/steam/libcurl.so.4.2.0
-}
-
-# vim: ts=2 sw=2 et:
-

Copied: steam-native-runtime/repos/multilib-x86_64/PKGBUILD (from rev 272166, 
steam-native-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 22:03:48 UTC (rev 272167)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+
+pkgname=steam-native-runtime
+pkgver=1.0.0.54
+pkgrel=5
+pkgdesc='Native replacement for the Steam runtime'
+arch=('x86_64')
+url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
+license=('None')
+replaces=('steam-libs')
+depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
+ 'fontconfig' 'freetype2' 'freeglut' 'gconf' 'gdk-pixbuf2' 'glew1.10'
+ 'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
+ 'libcups' 'libcurl-compat' 'libcurl-gnutls' 'dbus' 'libdrm'
+ 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
+ 'librtmp0' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb'
+ 'libva' 'libvorbis' 'libvpx1.3' 'libwrap' 'libxcomposite' 'libxcursor'
+ 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender'
+ 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'openssl-1.0' 'pango'
+ 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image'
+ 'sdl_mixer' 'sdl_ttf' 'librsvg' 'vulkan-icd-loader' 'libvdpau')
+depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
+'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig' 
'lib32-freetype2'
+'lib32-freeglut' 'lib32-gconf' 'lib32-gdk-pixbuf2' 
'lib32-glew1.10'
+'lib32-glib2' 'lib32-glu' 'lib32-gtk2' 
'lib32-libappindicator-gtk2'
+'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups'
+'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-dbus'
+'lib32-libdrm' 'lib32-libgcrypt15' 'lib32-libice' 
'lib32-libjpeg6'
+'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse' 
'lib32-librtmp0'
+'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4' 
'lib32-libudev0-shim'
+'lib32-libusb' 'lib32-libva' 'lib32-libvdpau' 'lib32-libvorbis'
+'lib32-libvpx1.3' 'lib32-libwrap' 'lib32-libxcomposite'
+  

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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 21:47:00
  Author: arojas
Revision: 311624

archrelease: copy trunk to staging-x86_64

Added:
  emacs/repos/staging-x86_64/
  emacs/repos/staging-x86_64/PKGBUILD
(from rev 311623, emacs/trunk/PKGBUILD)

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

Copied: emacs/repos/staging-x86_64/PKGBUILD (from rev 311623, 
emacs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-04 21:47:00 UTC (rev 311624)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Renchi Raju 
+
+pkgname=emacs
+pkgver=25.3
+pkgrel=2
+pkgdesc="The extensible, customizable, self-documenting real-time display 
editor"
+arch=('x86_64')
+url="http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'libmagick6' 
'gnutls')
+validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199' 
'28D3BED851FDF3AB57FEF93C233587A47C207910')
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig})
+sha1sums=('1cb4f39e9c0a3305fd62f936c7c95ff8e2924323'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
+  ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk3 
--with-xft \
+--with-modules
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # remove conflict with ctags package
+  mv "$pkgdir"/usr/bin/{ctags,ctags.emacs}
+  mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+
+  # fix user/root permissions on usr/share files
+  find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 "$pkgdir"/var/games
+  chmod 775 "$pkgdir"/var/games/emacs
+  chmod 664 "$pkgdir"/var/games/emacs/*
+  chown -R root:games "$pkgdir"/var/games
+}


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 21:46:39
  Author: arojas
Revision: 311623

Rebuild with libmagick6

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 21:42:48 UTC (rev 311622)
+++ PKGBUILD2017-12-04 21:46:39 UTC (rev 311623)
@@ -4,12 +4,12 @@
 
 pkgname=emacs
 pkgver=25.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The extensible, customizable, self-documenting real-time display 
editor"
 arch=('x86_64')
 url="http://www.gnu.org/software/emacs/emacs.html;
 license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 
'gnutls')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'libmagick6' 
'gnutls')
 validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199' 
'28D3BED851FDF3AB57FEF93C233587A47C207910')
 source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig})
 sha1sums=('1cb4f39e9c0a3305fd62f936c7c95ff8e2924323'
@@ -17,6 +17,7 @@
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
   ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
 --localstatedir=/var --with-x-toolkit=gtk3 
--with-xft \
 --with-modules


[arch-commits] Commit in transcode/repos/staging-x86_64 (26 files)

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 21:42:48
  Author: arojas
Revision: 311622

archrelease: copy trunk to staging-x86_64

Added:
  transcode/repos/staging-x86_64/PKGBUILD
(from rev 311621, transcode/trunk/PKGBUILD)
  transcode/repos/staging-x86_64/subtitleripper-0.3.4-linkingorder.patch
(from rev 311621, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/staging-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 311621, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg-0.10.patch
(from rev 311621, transcode/trunk/transcode-1.1.7-ffmpeg-0.10.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg-0.11.patch
(from rev 311621, transcode/trunk/transcode-1.1.7-ffmpeg-0.11.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg-2.4.patch
(from rev 311621, transcode/trunk/transcode-1.1.7-ffmpeg-2.4.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg.patch
(from rev 311621, transcode/trunk/transcode-1.1.7-ffmpeg.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg2.patch
(from rev 311621, transcode/trunk/transcode-1.1.7-ffmpeg2.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg29.patch
(from rev 311621, transcode/trunk/transcode-1.1.7-ffmpeg29.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-libav-9.patch
(from rev 311621, transcode/trunk/transcode-1.1.7-libav-9.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-preset-force.patch
(from rev 311621, transcode/trunk/transcode-1.1.7-preset-force.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-preset-free.patch
(from rev 311621, transcode/trunk/transcode-1.1.7-preset-free.patch)
  transcode/repos/staging-x86_64/transcode-ffmpeg3.patch
(from rev 311621, transcode/trunk/transcode-ffmpeg3.patch)
Deleted:
  transcode/repos/staging-x86_64/PKGBUILD
  transcode/repos/staging-x86_64/subtitleripper-0.3.4-linkingorder.patch
  transcode/repos/staging-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg-0.10.patch
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg-0.11.patch
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg-2.4.patch
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg.patch
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg2.patch
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg29.patch
  transcode/repos/staging-x86_64/transcode-1.1.7-libav-9.patch
  transcode/repos/staging-x86_64/transcode-1.1.7-preset-force.patch
  transcode/repos/staging-x86_64/transcode-1.1.7-preset-free.patch
  transcode/repos/staging-x86_64/transcode-ffmpeg3.patch

+
 PKGBUILD   |  192 +++---
 subtitleripper-0.3.4-linkingorder.patch|   56 -
 subtitleripper-0.3.4-respect-ldflags.patch |   56 -
 transcode-1.1.7-ffmpeg-0.10.patch  |   30 
 transcode-1.1.7-ffmpeg-0.11.patch  |  606 +--
 transcode-1.1.7-ffmpeg-2.4.patch   |   26 
 transcode-1.1.7-ffmpeg.patch   |  102 +--
 transcode-1.1.7-ffmpeg2.patch  |  664 ++---
 transcode-1.1.7-ffmpeg29.patch |  836 +--
 transcode-1.1.7-libav-9.patch  |   62 +-
 transcode-1.1.7-preset-force.patch |   56 -
 transcode-1.1.7-preset-free.patch  |   68 +-
 transcode-ffmpeg3.patch|  426 ++---
 13 files changed, 1590 insertions(+), 1590 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 21:42:13 UTC (rev 311621)
+++ PKGBUILD2017-12-04 21:42:48 UTC (rev 311622)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sarah Hay 
-# Contributor: roberto 
-
-pkgname=transcode
-_sripver=0.3-4
-pkgver=1.1.7
-pkgrel=24
-pkgdesc="A video/DVD ripper and encoder for the terminal/console"
-arch=('x86_64')
-url="http://www.transcoding.org/;
-license=('GPL')
-depends=('gawk' 'libmagick6' 'lzo' 'libdvdread' 'ffmpeg' 'mjpegtools'
-'libmpeg2' 'libxaw' 'libxv' 'a52dec' 'libxml2')
-makedepends=('nasm' 'libx264')
-source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
-   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
-subtitleripper-0.3.4-linkingorder.patch
-   subtitleripper-0.3.4-respect-ldflags.patch
-   transcode-1.1.7-ffmpeg.patch
-   transcode-1.1.7-ffmpeg-0.10.patch
-transcode-1.1.7-ffmpeg-0.11.patch 
-   transcode-1.1.7-preset-free.patch
-   transcode-1.1.7-libav-9.patch 
-   transcode-1.1.7-preset-force.patch
-   transcode-1.1.7-ffmpeg2.patch
-transcode-1.1.7-ffmpeg-2.4.patch
-   transcode-1.1.7-ffmpeg29.patch # rpmfusion
-   transcode-ffmpeg3.patch)

[arch-commits] Commit in transcode/repos (14 files)

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 21:42:13
  Author: arojas
Revision: 311621

Added:
  transcode/repos/staging-x86_64/
  transcode/repos/staging-x86_64/PKGBUILD
(from rev 311620, transcode/trunk/PKGBUILD)
  transcode/repos/staging-x86_64/subtitleripper-0.3.4-linkingorder.patch
(from rev 311620, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/staging-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 311620, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg-0.10.patch
(from rev 311620, transcode/trunk/transcode-1.1.7-ffmpeg-0.10.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg-0.11.patch
(from rev 311620, transcode/trunk/transcode-1.1.7-ffmpeg-0.11.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg-2.4.patch
(from rev 311620, transcode/trunk/transcode-1.1.7-ffmpeg-2.4.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg.patch
(from rev 311620, transcode/trunk/transcode-1.1.7-ffmpeg.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg2.patch
(from rev 311620, transcode/trunk/transcode-1.1.7-ffmpeg2.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-ffmpeg29.patch
(from rev 311620, transcode/trunk/transcode-1.1.7-ffmpeg29.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-libav-9.patch
(from rev 311620, transcode/trunk/transcode-1.1.7-libav-9.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-preset-force.patch
(from rev 311620, transcode/trunk/transcode-1.1.7-preset-force.patch)
  transcode/repos/staging-x86_64/transcode-1.1.7-preset-free.patch
(from rev 311620, transcode/trunk/transcode-1.1.7-preset-free.patch)
  transcode/repos/staging-x86_64/transcode-ffmpeg3.patch
(from rev 311620, transcode/trunk/transcode-ffmpeg3.patch)

+
 PKGBUILD   |   96 ++
 subtitleripper-0.3.4-linkingorder.patch|   28 +
 subtitleripper-0.3.4-respect-ldflags.patch |   28 +
 transcode-1.1.7-ffmpeg-0.10.patch  |   15 
 transcode-1.1.7-ffmpeg-0.11.patch  |  303 +++
 transcode-1.1.7-ffmpeg-2.4.patch   |   13 
 transcode-1.1.7-ffmpeg.patch   |   51 +++
 transcode-1.1.7-ffmpeg2.patch  |  332 +
 transcode-1.1.7-ffmpeg29.patch |  418 +++
 transcode-1.1.7-libav-9.patch  |   31 ++
 transcode-1.1.7-preset-force.patch |   28 +
 transcode-1.1.7-preset-free.patch  |   34 ++
 transcode-ffmpeg3.patch|  213 +
 13 files changed, 1590 insertions(+)

Copied: transcode/repos/staging-x86_64/PKGBUILD (from rev 311620, 
transcode/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-04 21:42:13 UTC (rev 311621)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay 
+# Contributor: roberto 
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.7
+pkgrel=24
+pkgdesc="A video/DVD ripper and encoder for the terminal/console"
+arch=('x86_64')
+url="http://www.transcoding.org/;
+license=('GPL')
+depends=('gawk' 'libmagick6' 'lzo' 'libdvdread' 'ffmpeg' 'mjpegtools'
+'libmpeg2' 'libxaw' 'libxv' 'a52dec' 'libxml2')
+makedepends=('nasm' 'libx264')
+source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
+   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
+subtitleripper-0.3.4-linkingorder.patch
+   subtitleripper-0.3.4-respect-ldflags.patch
+   transcode-1.1.7-ffmpeg.patch
+   transcode-1.1.7-ffmpeg-0.10.patch
+transcode-1.1.7-ffmpeg-0.11.patch 
+   transcode-1.1.7-preset-free.patch
+   transcode-1.1.7-libav-9.patch 
+   transcode-1.1.7-preset-force.patch
+   transcode-1.1.7-ffmpeg2.patch
+transcode-1.1.7-ffmpeg-2.4.patch
+   transcode-1.1.7-ffmpeg29.patch # rpmfusion
+   transcode-ffmpeg3.patch)
+sha1sums=('e35df68b960eb56ef0a59a4cdbed1491be56aee6'
+  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
+  'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
+  '591943a33235342a66c3df0625a164a1479c09ae'
+  'cc81c190db51d8a64623e2eea3b327ec7eb7ec57'
+  '3b1590f30f8f32350444f668584ec31be6e8e614'
+  '3f7b0257f023df6ea249111d247a852c46261c2f'
+  '54b1bab48a0b3bc0e8464c4deb4de31bf1060a1c'
+  'ef1cccd35317d3a28443b654da49de731cdf1766'
+  '034853427bc784a80b333d2e2f4bab44f0b86ce0'
+  '764de67996e2c4947346c7a91586cc4ca826a8e2'
+  'b590dfc30cdc4bc2a6825de247928b46a8928a9a'
+  'f034f9871a0e96d5aa682b69451961f3dd9c7309'
+  '6aefa6a13fa70f8cc92ed03dd5383a4adcd4a6d0')
+
+prepare() 

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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 21:39:43
  Author: arojas
Revision: 311620

Rebuild with libmagick6

Modified:
  transcode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 21:36:52 UTC (rev 311619)
+++ PKGBUILD2017-12-04 21:39:43 UTC (rev 311620)
@@ -6,12 +6,12 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.7
-pkgrel=23
+pkgrel=24
 pkgdesc="A video/DVD ripper and encoder for the terminal/console"
 arch=('x86_64')
 url="http://www.transcoding.org/;
 license=('GPL')
-depends=('gawk' 'imagemagick' 'lzo' 'libdvdread' 'ffmpeg' 'mjpegtools'
+depends=('gawk' 'libmagick6' 'lzo' 'libdvdread' 'ffmpeg' 'mjpegtools'
 'libmpeg2' 'libxaw' 'libxv' 'a52dec' 'libxml2')
 makedepends=('nasm' 'libx264')
 
source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
@@ -69,6 +69,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
   ./configure --prefix=/usr \
 --disable-sse --disable-sse2 --disable-altivec --enable-mmx \
 --enable-lame --enable-ogg --enable-vorbis --enable-theora \


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 21:36:52
  Author: arojas
Revision: 311619

archrelease: copy trunk to staging-x86_64

Added:
  pstoedit/repos/staging-x86_64/
  pstoedit/repos/staging-x86_64/PKGBUILD
(from rev 311618, pstoedit/trunk/PKGBUILD)

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

Copied: pstoedit/repos/staging-x86_64/PKGBUILD (from rev 311618, 
pstoedit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-04 21:36:52 UTC (rev 311619)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tobias Powalowski 
+
+pkgname=pstoedit
+pkgver=3.70
+pkgrel=7
+pkgdesc="Translates PostScript and PDF graphics into other vector formats"
+arch=('x86_64')
+url="http://www.pstoedit.net/;
+license=('GPL')
+depends=('gcc-libs' 'plotutils' 'gd' 'libmagick6')
+makedepends=('ghostscript')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
+sha1sums=('657f8f7070fde1432cd65a34b6b1c4b5b42f8b50')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/-pedantic//' configure
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 21:36:27
  Author: arojas
Revision: 311618

Rebuild with libmagick6

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 21:32:47 UTC (rev 311617)
+++ PKGBUILD2017-12-04 21:36:27 UTC (rev 311618)
@@ -5,12 +5,12 @@
 
 pkgname=pstoedit
 pkgver=3.70
-pkgrel=6
+pkgrel=7
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('x86_64')
 url="http://www.pstoedit.net/;
 license=('GPL')
-depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
+depends=('gcc-libs' 'plotutils' 'gd' 'libmagick6')
 makedepends=('ghostscript')
 options=('!makeflags')
 
source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
@@ -23,6 +23,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
   ./configure --prefix=/usr
   make
 }


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 21:32:47
  Author: arojas
Revision: 311617

archrelease: copy trunk to staging-x86_64

Added:
  psiconv/repos/staging-x86_64/
  psiconv/repos/staging-x86_64/PKGBUILD
(from rev 311616, psiconv/trunk/PKGBUILD)

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

Copied: psiconv/repos/staging-x86_64/PKGBUILD (from rev 311616, 
psiconv/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-04 21:32:47 UTC (rev 311617)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=psiconv
+pkgver=0.9.9
+pkgrel=5
+pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
+arch=('x86_64')
+url="http://software.frodo.looijaard.name/psiconv/;
+license=('GPL')
+depends=('libmagick6')
+makedepends=('bc' 'imagemagick') # for the *-config wrappers
+backup=('etc/psiconv/psiconv.conf')
+source=("http://www.frodo.looijaard.name/system/files/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('286e427b10f4d10aaeef1944210a2ea6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|Magick-config|MagickCore-config|g' -i configure.in
+  autoreconf -vi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 21:32:21
  Author: arojas
Revision: 311616

Rebuild with libmagick6

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 20:50:43 UTC (rev 311615)
+++ PKGBUILD2017-12-04 21:32:21 UTC (rev 311616)
@@ -1,22 +1,30 @@
 # $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer:
+# Contributor: Giovanni Scafora 
 # Contributor: Tom Newsom 
 
 pkgname=psiconv
 pkgver=0.9.9
-pkgrel=4
+pkgrel=5
 pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
 arch=('x86_64')
 url="http://software.frodo.looijaard.name/psiconv/;
 license=('GPL')
-depends=('imagemagick')
-makedepends=('bc')
+depends=('libmagick6')
+makedepends=('bc' 'imagemagick') # for the *-config wrappers
 backup=('etc/psiconv/psiconv.conf')
 
source=("http://www.frodo.looijaard.name/system/files/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('286e427b10f4d10aaeef1944210a2ea6')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|Magick-config|MagickCore-config|g' -i configure.in
+  autoreconf -vi
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --mandir=/usr/share/man
@@ -24,6 +32,6 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 21:05:49
  Author: felixonmars
Revision: 272165

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
272164, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-04 21:05:49 UTC (rev 272165)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.0.0beta3a
+pkgrel=19
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-file-embed' 
'haskell-mtl'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 
'haskell-pandoc-types'
+ 'haskell-roman-numerals' 'haskell-syb' 'haskell-text' 
'haskell-utility-ht')
+makedepends=('ghc')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v0.3.0.0-beta3a.tar.gz;)
+sha512sums=('02f8762320465bf11dcb10e5182d978f3d5a37527480373c96fb6dc8c4651708d68c92b5ad857271a106c109aeaf87fad87b39125f8c9130e5401e2744e8d95b')
+
+prepare() {
+mv $pkgname-{0.3.0.0-beta3a,$pkgver}
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 21:05:27
  Author: felixonmars
Revision: 272164

upgpkg: pandoc-crossref 0.3.0.0beta3a-19

rebuild with hslua,0.9.3

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 21:04:17 UTC (rev 272163)
+++ PKGBUILD2017-12-04 21:05:27 UTC (rev 272164)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.0.0beta3a
-pkgrel=18
+pkgrel=19
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 21:04:17
  Author: felixonmars
Revision: 272163

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
272162, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-04 21:04:17 UTC (rev 272163)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=96
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+
https://github.com/rlpowell/hakyll/commit/5c26faf2d867d9c644f8110f2c9bd6bd8c32986a.patch)
+sha512sums=('933645964113bbdf898366aedd11c6f26035e633b66fb01206258264a3b8857e08ea919f3284b6dfef28c32e6dc2bdd21ee85ed5e1c4c184423dfdc4a487'
+
'06c71fe3e99315c969b694020457af585124179bcc5b62afafafaf179132d88ac23d375ba948984565deab936f378cd6351e19b798125c010bde873c704d15ef')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../5c26faf2d867d9c644f8110f2c9bd6bd8c32986a.patch
+sed -e 's/pandoc-citeproc  >= 0.10.5 && < 0.11,/pandoc-citeproc  
>= 0.10.5,/' \
+-e 's/process  >= 1.0&& < 1.6,/process  >= 
1.0,/' \
+-e 's/time >= 1.4&& < 1.8,/time >= 
1.4,/' \
+-i $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 21:03:54
  Author: felixonmars
Revision: 272162

upgpkg: haskell-hakyll 4.9.8.0-96

rebuild with hslua,0.9.3

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 21:01:41 UTC (rev 272161)
+++ PKGBUILD2017-12-04 21:03:54 UTC (rev 272162)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.8.0
-pkgrel=95
+pkgrel=96
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 21:01:41
  Author: felixonmars
Revision: 272161

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
272160, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-04 21:01:41 UTC (rev 272161)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.12.1
+pkgrel=21
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec" "haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('74ab07cc8a62523079195c6b9e2283b992ef496782d58c9e4ee84f4343f6d69f1f4229eab27b594c5bf0d52536976fb42f1c9848d034dff7034d27d334492b06')
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 21:01:20
  Author: felixonmars
Revision: 272160

upgpkg: pandoc-citeproc 0.12.1-21

rebuild with hslua,0.9.3

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 20:58:59 UTC (rev 272159)
+++ PKGBUILD2017-12-04 21:01:20 UTC (rev 272160)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.12.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 20:58:59
  Author: felixonmars
Revision: 272159

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 272158, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-04 20:58:59 UTC (rev 272159)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.0.4
+pkgrel=2
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-aeson-pretty" "haskell-base64-bytestring" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-case-insensitive" "haskell-cmark-gfm"
+ "haskell-data-default" "haskell-doctemplates" "haskell-glob" 
"haskell-mtl"
+ "haskell-haddock-library" "haskell-skylighting" "haskell-hslua" 
"haskell-hslua-module-text"
+ "haskell-http-client" "haskell-syb" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-safe" "haskell-split" "haskell-text" "haskell-texmath" 
"haskell-network"
+ "haskell-pandoc-types" "haskell-parsec" "haskell-random" 
"haskell-scientific"
+ "haskell-tagsoup" "haskell-temporary" "haskell-network-uri" 
"haskell-unordered-containers"
+ "haskell-zip-archive" "haskell-vector" "haskell-xml" "haskell-yaml" 
"haskell-zlib")
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('7de8f7995d57313c3bb1223b72deb131a433f6aa69e059964700b2bf96d3b3579a9e0125dc3fa7cdf5b504e3974aa9a9caad34dbbc4bec0089dadde1dbb9acb0')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -f-trypandoc -f-embed_data_files 
-f-weigh-pandoc -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# TODO: find a way to run pandoc executable in tests with dynamic 
executable enabled
+# LD_PRELOAD=$(ls dist/build/libHSpandoc-*-ghc*.so)
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 20:58:37
  Author: felixonmars
Revision: 272158

upgpkg: pandoc 2.0.4-2

rebuild with hslua,0.9.3

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 20:50:28 UTC (rev 272157)
+++ PKGBUILD2017-12-04 20:58:37 UTC (rev 272158)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


[arch-commits] Commit in haskell-hslua-module-text/repos (2 files)

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 20:50:28
  Author: felixonmars
Revision: 272157

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hslua-module-text/repos/community-staging-x86_64/
  haskell-hslua-module-text/repos/community-staging-x86_64/PKGBUILD
(from rev 272156, haskell-hslua-module-text/trunk/PKGBUILD)

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

Copied: haskell-hslua-module-text/repos/community-staging-x86_64/PKGBUILD (from 
rev 272156, haskell-hslua-module-text/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-04 20:50:28 UTC (rev 272157)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hslua-module-text
+pkgname=haskell-hslua-module-text
+pkgver=0.1.2.1
+pkgrel=3
+pkgdesc="Lua module for text"
+url="https://github.com/hslua/hslua-module-test;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hslua' 'haskell-text')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('06f6b5611d452479e99772bbd1eb622f56740a5fc17091cd5c49e13dacb5654deb6d073fe2f40ffb7240ab9267ea3c59d0282ef8f55fce9095525b3d29a73513')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-04 Thread Andreas Radke via arch-commits
Date: Monday, December 4, 2017 @ 20:50:43
  Author: andyrtr
Revision: 311615

archrelease: copy trunk to testing-x86_64

Added:
  hplip/repos/testing-x86_64/
  
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 311614, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  hplip/repos/testing-x86_64/PKGBUILD
(from rev 311614, hplip/trunk/PKGBUILD)
  hplip/repos/testing-x86_64/disable_upgrade.patch
(from rev 311614, hplip/trunk/disable_upgrade.patch)
Modified:
  hplip/repos/extra-x86_64/PKGBUILD

+
 extra-x86_64/PKGBUILD  
|4 
 testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
|   50 ++
 testing-x86_64/PKGBUILD
|   75 ++
 testing-x86_64/disable_upgrade.patch   
|   14 +
 4 files changed, 141 insertions(+), 2 deletions(-)

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-12-04 20:50:02 UTC (rev 311614)
+++ extra-x86_64/PKGBUILD   2017-12-04 20:50:43 UTC (rev 311615)
@@ -6,7 +6,7 @@
 
 pkgname=hplip
 pkgver=3.17.10
-pkgrel=2
+pkgrel=3
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com;
@@ -66,7 +66,7 @@
  --disable-foomatic-rip-hplip-install \
  --enable-foomatic-ppd-install \
  --enable-hpcups-install \
- --enable-new-hpcups \
+ --disable-new-hpcups \
  --enable-cups-ppd-install \
  --enable-cups-drv-install \
  --enable-hpijs-install \

Copied: 
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 (from rev 311614, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
===
--- 
testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch  
(rev 0)
+++ 
testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch  
2017-12-04 20:50:43 UTC (rev 311615)
@@ -0,0 +1,50 @@
+From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
+From: Till Kamppeter 
+Date: Sat, 24 Sep 2016 10:37:20 +0200
+Subject: Add 'include ' in various places as CUPS 2.2 moved some
+ definitions to ppd.h
+
+---
+ configure.in   | 2 +-
+ prnt/hpcups/HPCupsFilter.h | 2 ++
+ prnt/hpijs/hpcupsfax.cpp   | 1 +
+ 3 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index d3a1ddb..eabe14a 100755
+--- a/configure.in
 b/configure.in
+@@ -554,7 +554,7 @@ fi
+ 
+ if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
+AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], 
[AC_MSG_ERROR([cannot find libcups support], 9)])
+-   AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel 
support], 3)])
++   AC_CHECK_HEADERS(cups/cups.h cups/ppd.h, ,[AC_MSG_ERROR([cannot find 
cups-devel support], 3)])
+if test "$libusb01_build" = "yes"; then
+   AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot 
find libusb support], 2)])
+   AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel 
support], 11)])
+diff --git a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
+index ff5548e..c517989 100644
+--- a/prnt/hpcups/HPCupsFilter.h
 b/prnt/hpcups/HPCupsFilter.h
+@@ -38,6 +38,8 @@
+ 
+ #include "dbuscomm.h"
+ 
++#include 
++
+ #define   DBITMAPFILEHEADER   14
+ #define   DBITMAPINFOHEADER   40
+ 
+diff --git a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
+index 8514775..994e50f 100644
+--- a/prnt/hpijs/hpcupsfax.cpp
 b/prnt/hpijs/hpcupsfax.cpp
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #ifdef FALSE

Copied: hplip/repos/testing-x86_64/PKGBUILD (from rev 311614, 
hplip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-04 20:50:43 UTC (rev 311615)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Tom Gundersen 
+# Contributor : Rémy Oudompheng 
+# Contributor: Morgan LEFIEUX 
+
+pkgname=hplip
+pkgver=3.17.11
+pkgrel=1
+pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
+arch=('x86_64')
+url="http://hplipopensource.com;
+license=('GPL')
+depends=('python-dbus' 

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

2017-12-04 Thread Andreas Radke via arch-commits
Date: Monday, December 4, 2017 @ 20:50:02
  Author: andyrtr
Revision: 311614

upgpkg: hplip 3.17.11-1

upstream update 3.17.11 - stop shipping deprecated hpijs drivers, disable 
experimental new-hpcups option

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 19:44:22 UTC (rev 311613)
+++ PKGBUILD2017-12-04 20:50:02 UTC (rev 311614)
@@ -5,8 +5,8 @@
 # Contributor: Morgan LEFIEUX 
 
 pkgname=hplip
-pkgver=3.17.10
-pkgrel=2
+pkgver=3.17.11
+pkgrel=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('x86_64')
 url="http://hplipopensource.com;
@@ -28,7 +28,7 @@
 
source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
 disable_upgrade.patch
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
-sha1sums=('6d75e754a518f2377d8582aaea0504e61ed15aff'
+sha1sums=('72705f45157227907a79e326da6524317c1aaff6'
   'SKIP'
   '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e'
   '2ef86972ab51c0fdcb8bfc653b9f6f69459449a5')
@@ -43,17 +43,6 @@
  # add missing 'include ' at various places
  patch -Np1 -i 
${srcdir}/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 
- # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
- # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
- # The hpcups driver does not use foomatic-rip
-   local i
-   for i in ppd/hpijs/*.ppd.gz ; do
-   rm -f ${i}.temp
-   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
-   gzip > ${i}.temp || return 1
-   mv ${i}.temp ${i}
-   done
-   
  export AUTOMAKE='automake --foreign'
  autoreconf --force --install
 }
@@ -63,14 +52,8 @@
  ./configure --prefix=/usr \
  --enable-qt5 \
  --disable-qt4 \
- --disable-foomatic-rip-hplip-install \
- --enable-foomatic-ppd-install \
  --enable-hpcups-install \
- --enable-new-hpcups \
- --enable-cups-ppd-install \
  --enable-cups-drv-install \
- --enable-hpijs-install \
- --enable-foomatic-drv-install \
  --enable-pp-build #--help
  make
 }


[arch-commits] Commit in haskell-hslua-module-text/trunk (PKGBUILD)

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 20:49:43
  Author: felixonmars
Revision: 272156

upgpkg: haskell-hslua-module-text 0.1.2.1-3

rebuild with hslua,0.9.3

Modified:
  haskell-hslua-module-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 20:49:09 UTC (rev 272155)
+++ PKGBUILD2017-12-04 20:49:43 UTC (rev 272156)
@@ -5,7 +5,7 @@
 _hkgname=hslua-module-text
 pkgname=haskell-hslua-module-text
 pkgver=0.1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Lua module for text"
 url="https://github.com/hslua/hslua-module-test;
 license=("MIT")


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 20:49:09
  Author: felixonmars
Revision: 272155

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hslua/repos/community-staging-x86_64/PKGBUILD (from rev 272154, 
haskell-hslua/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-04 20:49:09 UTC (rev 272155)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hslua
+pkgname=haskell-hslua
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="A Lua language interpreter embedding in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'lua' 'haskell-exceptions' 'haskell-mtl' 'haskell-text')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-expected-failure' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b0d1703610b210a2c9e760aebf278d46b425f424bd9163a282284b1118818679ffb86f4b2a096f1515dd2cbbd9ded123a65c04749b64c16172828908395eb1e4')
+
+prepare() {
+sed -e '/, fail/d' \
+-e 's/pkgconfig-depends: lua5.3/pkgconfig-depends: lua53/' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-luajit -f-apicheck -fsystem-lua -f-lua_32bits -fallow-unsafe-gc 
-fexport-dynamic -f-lua501 -f-lua502 -fuse-pkgconfig
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 20:48:45
  Author: felixonmars
Revision: 272154

upgpkg: haskell-hslua 0.9.3-1

rebuild with hslua,0.9.3

Modified:
  haskell-hslua/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 18:55:07 UTC (rev 272153)
+++ PKGBUILD2017-12-04 20:48:45 UTC (rev 272154)
@@ -4,8 +4,8 @@
 
 _hkgname=hslua
 pkgname=haskell-hslua
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.9.3
+pkgrel=1
 pkgdesc="A Lua language interpreter embedding in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("MIT")
@@ -14,7 +14,7 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-tasty'
  'haskell-tasty-expected-failure' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('023bec4d9850525d7b367cad2917cbb5dad23d4509e29130e1a646def3ff718064b8d5fc7e566db8c86b4c054d5c9f6e794522b7680eb2010b736b1f81abb887')
+sha512sums=('b0d1703610b210a2c9e760aebf278d46b425f424bd9163a282284b1118818679ffb86f4b2a096f1515dd2cbbd9ded123a65c04749b64c16172828908395eb1e4')
 
 prepare() {
 sed -e '/, fail/d' \


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 19:44:22
  Author: felixonmars
Revision: 311613

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 311612, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 19:43:58 UTC (rev 311612)
+++ PKGBUILD2017-12-04 19:44:22 UTC (rev 311613)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.2.3
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
- 'python2-pip')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python-mock' 'python2-mock' 
'python-pytest-fixture-config'
-  'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
-  'python-wheel' 'python2-wheel' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('cab6bfe44e6b2b83bf445979c5eeaff8e26c795489646c3e72f459d046ba28d89a7b8f71993463526c9f9af4261a25778ad488b0bdeb861f9693c4698644bfcd')
-
-prepare() {
-  # Don't download and install deps
-  sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
-
-  rm -r setuptools-$pkgver/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i import 
pytest\n\n...@pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  cp -a setuptools-$pkgver{,-py2}
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 311612, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 19:44:22 UTC (rev 311613)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=38.2.4
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
+  

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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 19:43:58
  Author: felixonmars
Revision: 311612

upgpkg: python-setuptools 1:38.2.4-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 19:21:37 UTC (rev 311611)
+++ PKGBUILD2017-12-04 19:43:58 UTC (rev 311612)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.2.3
+pkgver=38.2.4
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('cab6bfe44e6b2b83bf445979c5eeaff8e26c795489646c3e72f459d046ba28d89a7b8f71993463526c9f9af4261a25778ad488b0bdeb861f9693c4698644bfcd')
+sha512sums=('f06badd27f0b797482bf42314edb7ffde7fa80556825b0ef27b125a3fc876b9d2ec26bf2b540f88b39f52fb58536e762c5bef24d9a92115b5f5decdf01f00c6c')
 
 prepare() {
   # Don't download and install deps


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 19:21:37
  Author: arojas
Revision: 311611

archrelease: copy trunk to staging-x86_64

Added:
  dvdauthor/repos/staging-x86_64/
  dvdauthor/repos/staging-x86_64/PKGBUILD
(from rev 311610, dvdauthor/trunk/PKGBUILD)

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

Copied: dvdauthor/repos/staging-x86_64/PKGBUILD (from rev 311610, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-04 19:21:37 UTC (rev 311611)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Giovanni Scafora 
+# Contributor: Travis Willard 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Nicolai Lissner 
+
+pkgname=dvdauthor
+pkgver=0.7.2
+pkgrel=2
+pkgdesc="DVD authoring tools"
+arch=('x86_64')
+url="http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'libmagick6' 'libxml2' 'libpng' 'fribidi')
+makedepends=('imagemagick') # for the *-config wrappers
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7')
+
+build() {
+  cd ${pkgname}
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR="${pkgdir}" install
+}


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

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 19:20:59
  Author: arojas
Revision: 311610

rebuild with libmagick6

Modified:
  dvdauthor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 18:44:00 UTC (rev 311609)
+++ PKGBUILD2017-12-04 19:20:59 UTC (rev 311610)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer:
+# Contributor: Giovanni Scafora 
 # Contributor: Travis Willard 
 # Contributor: Jaroslaw Swierczynski 
 # Contributor: Nicolai Lissner 
@@ -6,19 +7,20 @@
 
 pkgname=dvdauthor
 pkgver=0.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="DVD authoring tools"
 arch=('x86_64')
 url="http://dvdauthor.sourceforge.net/;
 license=('GPL')
-depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+depends=('libdvdread' 'libmagick6' 'libxml2' 'libpng' 'fribidi')
+makedepends=('imagemagick') # for the *-config wrappers
 options=('!makeflags')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 sha256sums=('3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7')
 
 build() {
-  cd "${srcdir}/${pkgname}"
-
+  cd ${pkgname}
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
   ./configure --prefix=/usr \
   --sysconfdir=/etc
   make
@@ -25,7 +27,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}"
+  cd ${pkgname}
 
   make DESTDIR="${pkgdir}" install
 }


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

2017-12-04 Thread David Runge via arch-commits
Date: Monday, December 4, 2017 @ 18:55:07
  Author: dvzrv
Revision: 272153

archrelease: copy trunk to community-testing-x86_64

Added:
  nomacs/repos/community-testing-x86_64/PKGBUILD
(from rev 272152, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-testing-x86_64/nomacs-no-coverage.patch
(from rev 272152, nomacs/trunk/nomacs-no-coverage.patch)
Deleted:
  nomacs/repos/community-testing-x86_64/PKGBUILD
  nomacs/repos/community-testing-x86_64/nomacs-no-coverage.patch

--+
 PKGBUILD |   83 ++---
 nomacs-no-coverage.patch |   30 
 2 files changed, 57 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 18:53:50 UTC (rev 272152)
+++ PKGBUILD2017-12-04 18:55:07 UTC (rev 272153)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=nomacs
-pkgver=3.8.0
-pkgrel=2
-pkgdesc="A Qt image viewer"
-arch=('x86_64')
-url="https://www.nomacs.org/;
-license=('GPL3')
-depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake' 'qt5-tools')
-source=("${pkgname}-${pkgver}::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
-
"${pkgname}-plugins-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${pkgver}.tar.gz;
-"${pkgname}-no-coverage.patch")
-sha512sums=('90ffd1ea7f6d8e2f07b2b093ebc7cfec682f11b874d95e249f3d35a2ceb8b75e7a0c55f19c978231c3c8342abe5cb251359771fd90aa39b50ee0a6d1514e88e1'
-
'7fa43377a908912d0eafddd45734ff5698739fd9bee5e87b24a154ea448c81270087f22b61e89f95e71511b1d0ab5e3fceef567d34a4c64a41708df2313e6879'
-
'321308d9b7dbc5d2ffa00cecb6f20a66dd39767239bc87b6d8aec0997a2a65872e1447c6ea2527038a5e332f32962e1fa9e09c83b93cf34ac0e03733479b36bb')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # move plugins
-  mv "${srcdir}/${pkgname}-plugins-${pkgver}" "ImageLounge/plugins"
-
-  # disable code coverage:
-  # https://github.com/nomacs/nomacs/issues/170
-  patch -p1 -i "../${pkgname}-no-coverage.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake ./ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: nomacs/repos/community-testing-x86_64/PKGBUILD (from rev 272152, 
nomacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 18:55:07 UTC (rev 272153)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=nomacs
+pkgver=3.8.0
+pkgrel=3
+pkgdesc="A Qt image viewer"
+arch=('x86_64')
+url="https://nomacs.org/;
+license=('GPL3')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+optdepends=('qt5-imageformats: support additional image formats')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+
"${pkgname}-plugins-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${pkgver}.tar.gz;
+"${pkgname}-no-coverage.patch")
+sha512sums=('90ffd1ea7f6d8e2f07b2b093ebc7cfec682f11b874d95e249f3d35a2ceb8b75e7a0c55f19c978231c3c8342abe5cb251359771fd90aa39b50ee0a6d1514e88e1'
+
'7fa43377a908912d0eafddd45734ff5698739fd9bee5e87b24a154ea448c81270087f22b61e89f95e71511b1d0ab5e3fceef567d34a4c64a41708df2313e6879'
+
'321308d9b7dbc5d2ffa00cecb6f20a66dd39767239bc87b6d8aec0997a2a65872e1447c6ea2527038a5e332f32962e1fa9e09c83b93cf34ac0e03733479b36bb')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # move plugins
+  mv "${srcdir}/${pkgname}-plugins-${pkgver}" "ImageLounge/plugins"
+
+  # disable code coverage:
+  # https://github.com/nomacs/nomacs/issues/170
+  patch -p1 -i "../${pkgname}-no-coverage.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake ./ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: nomacs-no-coverage.patch
===
--- nomacs-no-coverage.patch2017-12-04 18:53:50 UTC (rev 272152)
+++ nomacs-no-coverage.patch2017-12-04 18:55:07 UTC (rev 272153)
@@ -1,15 +0,0 @@
 nomacs-3.8.0/ImageLounge/CMakeLists.txt.orig   2017-11-14 
08:43:20.157769041 +
-+++ nomacs-3.8.0/ImageLounge/CMakeLists.txt2017-11-14 08:43:49.094497479 
+
-@@ -22,12 +22,6 @@
- set(NOMACS_VERSION ${NOMACS_VERSION_MAJOR}.${NOMACS_VERSION_MINOR})
- set(NOMACS_FULL_VERSION ${NOMACS_VERSION}.${NOMACS_VERSION_PATCH})
- 
--# Codecov
--if(CMAKE_COMPILER_IS_GNUCXX)
--include("cmake/CodeCoverage.cmake")
--setup_target_for_coverage(${PROJECT_NAME}_coverage tests coverage)
--endif()
--
- if(CMAKE_CL_64)
-   SET(NMC_ARCHITECTURE "x64")
- else()

Copied: 

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

2017-12-04 Thread David Runge via arch-commits
Date: Monday, December 4, 2017 @ 18:53:50
  Author: dvzrv
Revision: 272152

upgpkg: nomacs 3.8.0-3

Changing to correctly resolving url.
Adding qt5-imageformats to optdepends (closing #52747). Fixing missing file 
suffix for source.

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 18:24:04 UTC (rev 272151)
+++ PKGBUILD2017-12-04 18:53:50 UTC (rev 272152)
@@ -4,14 +4,15 @@
 
 pkgname=nomacs
 pkgver=3.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Qt image viewer"
 arch=('x86_64')
-url="https://www.nomacs.org/;
+url="https://nomacs.org/;
 license=('GPL3')
 depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+optdepends=('qt5-imageformats: support additional image formats')
 makedepends=('cmake' 'qt5-tools')
-source=("${pkgname}-${pkgver}::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
 
"${pkgname}-plugins-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${pkgver}.tar.gz;
 "${pkgname}-no-coverage.patch")
 
sha512sums=('90ffd1ea7f6d8e2f07b2b093ebc7cfec682f11b874d95e249f3d35a2ceb8b75e7a0c55f19c978231c3c8342abe5cb251359771fd90aa39b50ee0a6d1514e88e1'


[arch-commits] Commit in firefox/trunk (upload-symbol-archive)

2017-12-04 Thread Jan Steffens via arch-commits
Date: Monday, December 4, 2017 @ 18:44:00
  Author: heftig
Revision: 311609

Update symbol URL

Modified:
  firefox/trunk/upload-symbol-archive

---+
 upload-symbol-archive |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: upload-symbol-archive
===
--- upload-symbol-archive   2017-12-04 11:35:06 UTC (rev 311608)
+++ upload-symbol-archive   2017-12-04 18:44:00 UTC (rev 311609)
@@ -18,6 +18,6 @@
 for zip; do
   echo >&2 "Uploading ${zip@Q} ..."
   curl -X POST -H "Auth-Token: $(<"$token")" -F "${zip##*/}=@$zip" \
-https://crash-stats.mozilla.com/symbols/upload
+https://symbols.mozilla.org/upload/
   echo
 done


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

2017-12-04 Thread Jelle van der Waa via arch-commits
Date: Monday, December 4, 2017 @ 18:24:04
  Author: jelle
Revision: 272151

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 272150, ansible-lint/trunk/PKGBUILD)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 18:23:49 UTC (rev 272150)
+++ PKGBUILD2017-12-04 18:24:04 UTC (rev 272151)
@@ -1,21 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=3.4.15
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/willthames/ansible-lint;
-license=('MIT')
-depends=('python2' 'ansible')
-makedepends=('python2-distribute')
-checkdepends=('python-nose')
-source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz;)
-sha256sums=('a7a4eac2a3b0f8f8c1954693b1d8307f3c86a1a8dd506ec185b6e452f5069185')
-
-package() {
-cd "${pkgname}-${pkgver}"
-python2 setup.py install --root="$pkgdir" --optimize=1
-install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 272150, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 18:24:04 UTC (rev 272151)
@@ -0,0 +1,21 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=3.4.17
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/willthames/ansible-lint;
+license=('MIT')
+depends=('python2' 'ansible')
+makedepends=('python2-distribute')
+checkdepends=('python-nose')
+source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz;)
+sha256sums=('0e4345881b9145c39f8a34ecdd85a99f5f4d1d38770e3486d468d4bba6737a34')
+
+package() {
+cd "${pkgname}-${pkgver}"
+python2 setup.py install --root="$pkgdir" --optimize=1
+install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2017-12-04 Thread Jelle van der Waa via arch-commits
Date: Monday, December 4, 2017 @ 18:23:49
  Author: jelle
Revision: 272150

upgpkg: ansible-lint 3.4.17-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 16:51:03 UTC (rev 272149)
+++ PKGBUILD2017-12-04 18:23:49 UTC (rev 272150)
@@ -2,7 +2,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=3.4.15
+pkgver=3.4.17
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python2-distribute')
 checkdepends=('python-nose')
 source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz;)
-sha256sums=('a7a4eac2a3b0f8f8c1954693b1d8307f3c86a1a8dd506ec185b6e452f5069185')
+sha256sums=('0e4345881b9145c39f8a34ecdd85a99f5f4d1d38770e3486d468d4bba6737a34')
 
 package() {
 cd "${pkgname}-${pkgver}"


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:51:03
  Author: felixonmars
Revision: 272149

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 16:50:35 UTC (rev 272148)
+++ PKGBUILD2017-12-04 16:51:03 UTC (rev 272149)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.40.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('7ec53fd8daddeaf98bc1cc2492a38022c024d1b463cafdb21de3e4ff51afb88001927bee9e4ea4d02b62e368da8f850d74e6e98f98f55f56cdf994b9aed09806')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
-
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 272148, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 16:51:03 UTC (rev 272149)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.40.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)

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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:50:35
  Author: felixonmars
Revision: 272148

upgpkg: python-hypothesis 3.40.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 16:50:29 UTC (rev 272147)
+++ PKGBUILD2017-12-04 16:50:35 UTC (rev 272148)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.40.0
+pkgver=3.40.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('7ec53fd8daddeaf98bc1cc2492a38022c024d1b463cafdb21de3e4ff51afb88001927bee9e4ea4d02b62e368da8f850d74e6e98f98f55f56cdf994b9aed09806')
+sha512sums=('2d7261e428c663bf725f8ddd2dbf281edac62fb6f882e7ed6eed5e7c8081b6c1738212c132db69d556c6c4dcc0248f28d010f92590c734c141f00aef5e08e5e5')
 
 prepare() {
   # Make tests faster


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:50:20
  Author: felixonmars
Revision: 272145

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 16:50:17 UTC (rev 272144)
+++ PKGBUILD2017-12-04 16:50:20 UTC (rev 272145)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-utils
-pkgname=(python-oslo-utils python2-oslo-utils)
-pkgver=3.31.0
-pkgrel=1
-pkgdesc="Oslo Utility library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-funcsigs'
- 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 
'python2-oslo-i18n'
- 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 
'python2-netaddr'
- 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 
'python2-debtcollector')
-checkdepends=('python-oslotest' 'python2-oslotest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz;)
-sha512sums=('69cb885f42fd9e7fbee46966060cbe41ee3a69cf5a2fae70e5d2c3496aef7f0abdfcfa46eae6fa16c7f3add6227f1297c2cf7d09553095b6e6e6fd306f00c818')
-
-prepare() {
-  cp -a oslo.utils-$pkgver{,-py2}
-
-  # Use python 3's standard monotonic function
-  sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt
-  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
oslo.utils-$pkgver/oslo_utils/timeutils.py
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.utils-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.utils-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.utils-$pkgver
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/oslo.utils-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
-}
-
-package_python-oslo-utils() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
-   'python-netaddr' 'python-netifaces' 'python-debtcollector')
-
-  cd "$srcdir"/oslo.utils-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-utils() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 
'python2-monotonic'
-   'python2-pytz' 'python2-netaddr' 'python2-netifaces' 
'python2-debtcollector'
-   'python2-funcsigs')
-
-  cd "$srcdir"/oslo.utils-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 272142, 
python-oslo-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 16:50:20 UTC (rev 272145)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-utils
+pkgname=(python-oslo-utils python2-oslo-utils)
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Oslo Utility library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-funcsigs'
+ 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 
'python2-oslo-i18n'
+ 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 
'python2-netaddr'
+ 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 
'python2-debtcollector')
+checkdepends=('python-oslotest' 'python2-oslotest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz;)
+sha512sums=('8e55b96eadb0e509b5cb8e07d9993a8339e3c04212e9e35a2fb7cd7cdf6c6407779182c2c98b516ed0b0f9a17faa6be92ae711b7555d157e8b105d03ad4365d5')
+
+prepare() {
+  cp -a oslo.utils-$pkgver{,-py2}
+
+  # Use python 3's standard monotonic function
+  sed -i '/monotonic/d' oslo.utils-$pkgver/requirements.txt
+  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
oslo.utils-$pkgver/oslo_utils/timeutils.py
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.utils-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.utils-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.utils-$pkgver
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/oslo.utils-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
+}
+

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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:49:53
  Author: felixonmars
Revision: 272142

upgpkg: python-oslo-utils 3.32.0-1

Modified:
  python-oslo-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 16:49:41 UTC (rev 272141)
+++ PKGBUILD2017-12-04 16:49:53 UTC (rev 272142)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-utils
 pkgname=(python-oslo-utils python2-oslo-utils)
-pkgver=3.31.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Oslo Utility library"
 arch=('any')
@@ -16,7 +16,7 @@
  'python-netifaces' 'python2-netifaces' 'python-debtcollector' 
'python2-debtcollector')
 checkdepends=('python-oslotest' 'python2-oslotest')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz;)
-sha512sums=('69cb885f42fd9e7fbee46966060cbe41ee3a69cf5a2fae70e5d2c3496aef7f0abdfcfa46eae6fa16c7f3add6227f1297c2cf7d09553095b6e6e6fd306f00c818')
+sha512sums=('8e55b96eadb0e509b5cb8e07d9993a8339e3c04212e9e35a2fb7cd7cdf6c6407779182c2c98b516ed0b0f9a17faa6be92ae711b7555d157e8b105d03ad4365d5')
 
 prepare() {
   cp -a oslo.utils-$pkgver{,-py2}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:49:41
  Author: felixonmars
Revision: 272141

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:49:13
  Author: felixonmars
Revision: 272140

upgpkg: hopenpgp-tools 0.19.5-22

rebuild with colour,2.3.4

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 16:48:22 UTC (rev 272139)
+++ PKGBUILD2017-12-04 16:49:13 UTC (rev 272140)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.5
-pkgrel=21
+pkgrel=22
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:48:22
  Author: felixonmars
Revision: 272139

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 16:47:35 UTC (rev 272138)
+++ PKGBUILD2017-12-04 16:48:22 UTC (rev 272139)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-i18n
-pkgname=(python-oslo-i18n python2-oslo-i18n)
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Oslo i18n library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.i18n/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel')
-checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest' 'python-oslo-config'
-  'python2-oslo-config')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.i18n/archive/$pkgver.tar.gz;)
-sha512sums=('d9d6be3779ecc23670456b11bc9ce452ff378bbe93ed5727e95be9a51b7542c71b1fd7a836f9ee7af642cb0954a6b60324355281c40c1ef5d4bd3b0819f9f5c5')
-
-prepare() {
-  cp -a oslo.i18n-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.i18n-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.i18n-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.i18n-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslo.i18n-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-i18n() {
-  depends=('python-six' 'python-pbr' 'python-babel')
-
-  cd "$srcdir"/oslo.i18n-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-i18n() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel')
-
-  cd "$srcdir"/oslo.i18n-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-i18n/repos/community-any/PKGBUILD (from rev 272138, 
python-oslo-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 16:48:22 UTC (rev 272139)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-i18n
+pkgname=(python-oslo-i18n python2-oslo-i18n)
+pkgver=3.19.0
+pkgrel=1
+pkgdesc="Oslo i18n library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.i18n/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel')
+checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest' 'python-oslo-config'
+  'python2-oslo-config')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.i18n/archive/$pkgver.tar.gz;)
+sha512sums=('396f785c9aa1f257bcd4125b0b32b93afbcba27bfbb59126da48e1f1bcab1a691d3e7343cbe952396a86e1e5b69c6ead20e55bd1251121c67f4b3c02a20e8334')
+
+prepare() {
+  cp -a oslo.i18n-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.i18n-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.i18n-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.i18n-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/oslo.i18n-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-i18n() {
+  depends=('python-six' 'python-pbr' 'python-babel')
+
+  cd "$srcdir"/oslo.i18n-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-oslo-i18n() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel')
+
+  cd "$srcdir"/oslo.i18n-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:47:35
  Author: felixonmars
Revision: 272138

upgpkg: python-oslo-i18n 3.19.0-1

Modified:
  python-oslo-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 16:46:42 UTC (rev 272137)
+++ PKGBUILD2017-12-04 16:47:35 UTC (rev 272138)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-i18n
 pkgname=(python-oslo-i18n python2-oslo-i18n)
-pkgver=3.18.0
+pkgver=3.19.0
 pkgrel=1
 pkgdesc="Oslo i18n library"
 arch=('any')
@@ -16,7 +16,7 @@
   'python2-oslo-config')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.i18n/archive/$pkgver.tar.gz;)
-sha512sums=('d9d6be3779ecc23670456b11bc9ce452ff378bbe93ed5727e95be9a51b7542c71b1fd7a836f9ee7af642cb0954a6b60324355281c40c1ef5d4bd3b0819f9f5c5')
+sha512sums=('396f785c9aa1f257bcd4125b0b32b93afbcba27bfbb59126da48e1f1bcab1a691d3e7343cbe952396a86e1e5b69c6ead20e55bd1251121c67f4b3c02a20e8334')
 
 prepare() {
   cp -a oslo.i18n-$pkgver{,-py2}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:46:42
  Author: felixonmars
Revision: 272137

archrelease: copy trunk to community-staging-x86_64

Added:
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 272136, darcs/trunk/PKGBUILD)

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 272136, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-04 16:46:42 UTC (rev 272137)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.5.20170909
+pkgrel=10
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('x86_64')
+depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-knob" 
"haskell-mmap"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-old-time" "haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative" 
"haskell-regex-compat-tdfa"
+ "haskell-tar" "haskell-text" "haskell-unix-compat" 
"haskell-utf8-string" "haskell-vector"
+ "haskell-zip-archive" "haskell-zlib")
+makedepends=('ghc')
+# Fetched from http://darcs.net/reviewed/reviewed.zip
+source=("https://pkgbuild.com/~felixonmars/sources/darcs-2.12.5.20170909.zip;)
+#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('64f44e9d9727b8f7e00402a8a5dde9b6dc8f103776c4decef90b28af9603830f')
+
+prepare() {
+mv reviewed $pkgname-$pkgver
+sed -e 's/graphviz >= 2999.18.1 && < 2999.19,/graphviz >= 
2999.18.1,/' \
+-e 's/process  >= 1.2.3.0 && < 1.5.0.0,/process  >= 1.2.3.0,/' 
\
+-e 's/time >= 1.5.0.1 && < 1.8,/time >= 1.5.0.1,/' \
+-i $pkgname-$pkgver/darcs.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:46:20
  Author: felixonmars
Revision: 272136

upgpkg: darcs 2.12.5.20170909-10

rebuild with colour,2.3.4

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 16:45:48 UTC (rev 272135)
+++ PKGBUILD2017-12-04 16:46:20 UTC (rev 272136)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.12.5.20170909
-pkgrel=9
+pkgrel=10
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:45:48
  Author: felixonmars
Revision: 272135

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 16:45:24 UTC (rev 272134)
+++ PKGBUILD2017-12-04 16:45:48 UTC (rev 272135)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-mox3
-pkgname=('python-mox3' 'python2-mox3')
-pkgver=0.23.0
-pkgrel=1
-arch=('any')
-pkgdesc='Mock object framework for Python'
-url='http://docs.openstack.org/developer/mox3'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-fixtures' 'python2-fixtures')
-checkdepends=('python-testrepository' 'python2-testrepository')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/mox3/archive/$pkgver.tar.gz;)
-sha512sums=('d688fbb20ddacacf48249e9520de21264c176def8902f8ff20655ab8515688e69f050580a4c91a530331daea38998801b39c105503f557c066eb2f9992d23be9')
-
-prepare() {
-  # Python 3.6 fixes
-  sed -i 's/, flags=4//' mox3-$pkgver/mox3/tests/test_mox.py
-
-  cp -a mox3-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/mox3-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/mox3-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/mox3-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/mox3-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-mox3() {
-  depends=('python-pbr' 'python-fixtures')
-
-  cd mox3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-mox3() {
-  depends=('python2-pbr' 'python2-fixtures')
-
-  cd mox3-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-mox3/repos/community-any/PKGBUILD (from rev 272134, 
python-mox3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 16:45:48 UTC (rev 272135)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-mox3
+pkgname=('python-mox3' 'python2-mox3')
+pkgver=0.24.0
+pkgrel=1
+arch=('any')
+pkgdesc='Mock object framework for Python'
+url='http://docs.openstack.org/developer/mox3'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-fixtures' 'python2-fixtures')
+checkdepends=('python-testrepository' 'python2-testrepository')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/mox3/archive/$pkgver.tar.gz;)
+sha512sums=('714ebbfa32c721cc677ca7947ffe2d8ea58606322d985264e342d994ebdcb2c301f92bf34df511e995b77ea6c547eb23826daf8af0b570260e91f84b5e68f8d0')
+
+prepare() {
+  # Python 3.6 fixes
+  sed -i 's/, flags=4//' mox3-$pkgver/mox3/tests/test_mox.py
+
+  cp -a mox3-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/mox3-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/mox3-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/mox3-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/mox3-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-mox3() {
+  depends=('python-pbr' 'python-fixtures')
+
+  cd mox3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-mox3() {
+  depends=('python2-pbr' 'python2-fixtures')
+
+  cd mox3-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:45:14
  Author: felixonmars
Revision: 272133

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 16:44:50 UTC (rev 272132)
+++ PKGBUILD2017-12-04 16:45:14 UTC (rev 272133)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslo-serialization
-pkgname=(python-oslo-serialization python2-oslo-serialization)
-pkgver=2.21.2
-pkgrel=1
-pkgdesc="Oslo Serialization library"
-arch=('any')
-url="http://docs.openstack.org/developer/oslo.serialization;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-msgpack' 'python2-msgpack' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-pytz' 'python2-pytz')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz;)
-sha512sums=('3af71f428c5cdb0a8492e7f8a873aba9f75d693148b46c3b8e5510ad00c6c3d2ca856568fb878ffcbc6f356cffad24db3826af1dfd8df3c6b919d3c8b259b35f')
-
-prepare() {
-  cp -a oslo.serialization-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.serialization-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.serialization-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.serialization-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslo.serialization-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-serialization() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
-   'python-pytz')
-
-  cd "$srcdir"/oslo.serialization-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-serialization() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 
'python2-oslo-utils'
-   'python2-pytz')
-
-  cd "$srcdir"/oslo.serialization-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-serialization/repos/community-any/PKGBUILD (from rev 
272132, python-oslo-serialization/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 16:45:14 UTC (rev 272133)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslo-serialization
+pkgname=(python-oslo-serialization python2-oslo-serialization)
+pkgver=2.22.0
+pkgrel=1
+pkgdesc="Oslo Serialization library"
+arch=('any')
+url="http://docs.openstack.org/developer/oslo.serialization;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-msgpack' 'python2-msgpack' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-pytz' 'python2-pytz')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz;)
+sha512sums=('a504fd25b7861b92385eeec469b54adc404f846d3f45f794803402e746cb0bd54c98caf03c72fb564bb9311b03d96c37c618e0b27c44b1a966fbb7a48b5d5c48')
+
+prepare() {
+  cp -a oslo.serialization-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.serialization-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.serialization-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.serialization-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/oslo.serialization-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-serialization() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
+   'python-pytz')
+
+  cd "$srcdir"/oslo.serialization-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-serialization() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 
'python2-oslo-utils'
+   'python2-pytz')
+
+  cd "$srcdir"/oslo.serialization-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:45:24
  Author: felixonmars
Revision: 272134

upgpkg: python-mox3 0.24.0-1

Modified:
  python-mox3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 16:45:14 UTC (rev 272133)
+++ PKGBUILD2017-12-04 16:45:24 UTC (rev 272134)
@@ -3,7 +3,7 @@
 
 pkgbase=python-mox3
 pkgname=('python-mox3' 'python2-mox3')
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 arch=('any')
 pkgdesc='Mock object framework for Python'
@@ -13,7 +13,7 @@
  'python-fixtures' 'python2-fixtures')
 checkdepends=('python-testrepository' 'python2-testrepository')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/mox3/archive/$pkgver.tar.gz;)
-sha512sums=('d688fbb20ddacacf48249e9520de21264c176def8902f8ff20655ab8515688e69f050580a4c91a530331daea38998801b39c105503f557c066eb2f9992d23be9')
+sha512sums=('714ebbfa32c721cc677ca7947ffe2d8ea58606322d985264e342d994ebdcb2c301f92bf34df511e995b77ea6c547eb23826daf8af0b570260e91f84b5e68f8d0')
 
 prepare() {
   # Python 3.6 fixes


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:44:50
  Author: felixonmars
Revision: 272132

upgpkg: python-oslo-serialization 2.22.0-1

Modified:
  python-oslo-serialization/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 16:43:40 UTC (rev 272131)
+++ PKGBUILD2017-12-04 16:44:50 UTC (rev 272132)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-serialization
 pkgname=(python-oslo-serialization python2-oslo-serialization)
-pkgver=2.21.2
+pkgver=2.22.0
 pkgrel=1
 pkgdesc="Oslo Serialization library"
 arch=('any')
@@ -14,7 +14,7 @@
  'python2-oslo-utils' 'python-pytz' 'python2-pytz')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz;)
-sha512sums=('3af71f428c5cdb0a8492e7f8a873aba9f75d693148b46c3b8e5510ad00c6c3d2ca856568fb878ffcbc6f356cffad24db3826af1dfd8df3c6b919d3c8b259b35f')
+sha512sums=('a504fd25b7861b92385eeec469b54adc404f846d3f45f794803402e746cb0bd54c98caf03c72fb564bb9311b03d96c37c618e0b27c44b1a966fbb7a48b5d5c48')
 
 prepare() {
   cp -a oslo.serialization-$pkgver{,-py2}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:43:40
  Author: felixonmars
Revision: 272131

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 16:43:13 UTC (rev 272130)
+++ PKGBUILD2017-12-04 16:43:40 UTC (rev 272131)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-debtcollector
-pkgname=('python-debtcollector' 'python2-debtcollector')
-pkgver=1.18.0
-pkgrel=1
-arch=('any')
-pkgdesc='A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.'
-url='http://docs.openstack.org/developer/debtcollector'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-wrapt' 'python2-wrapt' 'python2-funcsigs')
-checkdepends=('python-oslotest' 'python2-oslotest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/debtcollector/archive/$pkgver.tar.gz;)
-sha512sums=('eba67c5f687af09d7652237095b7029b637ad72a6ae717a651800eec7483a25a866c84e855d3f5427542b11f2a0e06a685e535ff9fec73c25dfe94a3f9d37684')
-
-prepare() {
-  cp -a debtcollector-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/debtcollector-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/debtcollector-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/debtcollector-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/debtcollector-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-debtcollector() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-wrapt')
-
-  cd debtcollector-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-debtcollector() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-wrapt' 
'python2-funcsigs')
-
-  cd debtcollector-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-debtcollector/repos/community-any/PKGBUILD (from rev 272130, 
python-debtcollector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 16:43:40 UTC (rev 272131)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-debtcollector
+pkgname=('python-debtcollector' 'python2-debtcollector')
+pkgver=1.19.0
+pkgrel=1
+arch=('any')
+pkgdesc='A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.'
+url='http://docs.openstack.org/developer/debtcollector'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-wrapt' 'python2-wrapt' 'python2-funcsigs')
+checkdepends=('python-oslotest' 'python2-oslotest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/debtcollector/archive/$pkgver.tar.gz;)
+sha512sums=('90e11584c22bc0947599fc5b7ecd44eae9cb82f6a26b32aa6a56a1698dde47ad1a00fe90d10dc46ddb816c19445a4563c22d2360ae1688c76ffb5695f6048b59')
+
+prepare() {
+  cp -a debtcollector-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/debtcollector-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/debtcollector-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/debtcollector-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/debtcollector-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-debtcollector() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-wrapt')
+
+  cd debtcollector-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-debtcollector() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-wrapt' 
'python2-funcsigs')
+
+  cd debtcollector-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:43:13
  Author: felixonmars
Revision: 272130

upgpkg: python-debtcollector 1.19.0-1

Modified:
  python-debtcollector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 16:42:39 UTC (rev 272129)
+++ PKGBUILD2017-12-04 16:43:13 UTC (rev 272130)
@@ -3,7 +3,7 @@
 
 pkgbase=python-debtcollector
 pkgname=('python-debtcollector' 'python2-debtcollector')
-pkgver=1.18.0
+pkgver=1.19.0
 pkgrel=1
 arch=('any')
 pkgdesc='A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.'
@@ -13,7 +13,7 @@
  'python2-babel' 'python-wrapt' 'python2-wrapt' 'python2-funcsigs')
 checkdepends=('python-oslotest' 'python2-oslotest')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/debtcollector/archive/$pkgver.tar.gz;)
-sha512sums=('eba67c5f687af09d7652237095b7029b637ad72a6ae717a651800eec7483a25a866c84e855d3f5427542b11f2a0e06a685e535ff9fec73c25dfe94a3f9d37684')
+sha512sums=('90e11584c22bc0947599fc5b7ecd44eae9cb82f6a26b32aa6a56a1698dde47ad1a00fe90d10dc46ddb816c19445a4563c22d2360ae1688c76ffb5695f6048b59')
 
 prepare() {
   cp -a debtcollector-$pkgver{,-py2}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:42:39
  Author: felixonmars
Revision: 272129

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-graphviz/repos/community-staging-x86_64/PKGBUILD (from rev 
272128, haskell-graphviz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-04 16:42:39 UTC (rev 272129)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=graphviz
+pkgname=haskell-graphviz
+pkgver=2999.19.0.0
+pkgrel=5
+pkgdesc="Bindings to Graphviz for graph visualisation."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-colour" "haskell-dlist" "haskell-fgl" 
"haskell-polyparse"
+ "haskell-temporary" "haskell-text" "haskell-wl-pprint-text")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0b49c197ce048f49e7db780168cda6026fec52bde1edd81f8fa41b15a1c89e9b2af2a99cf7892f8b81718d31bd21d207c4b3826cd9e24d29363beb97db99229c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-parsing
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:42:17
  Author: felixonmars
Revision: 272128

upgpkg: haskell-graphviz 2999.19.0.0-5

rebuild with colour,2.3.4

Modified:
  haskell-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 16:41:30 UTC (rev 272127)
+++ PKGBUILD2017-12-04 16:42:17 UTC (rev 272128)
@@ -5,7 +5,7 @@
 _hkgname=graphviz
 pkgname=haskell-graphviz
 pkgver=2999.19.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Bindings to Graphviz for graph visualisation."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:41:30
  Author: felixonmars
Revision: 272127

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 16:41:06 UTC (rev 272126)
+++ PKGBUILD2017-12-04 16:41:30 UTC (rev 272127)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-db
-pkgname=(python-oslo-db python2-oslo-db)
-pkgver=4.30.0
-pkgrel=1
-pkgdesc="OpenStack Database Pattern Library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.db/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-alembic'
- 'python2-alembic' 'python-debtcollector' 'python2-debtcollector' 
'python-oslo-i18n'
- 'python2-oslo-i18n' 'python-oslo-config' 'python2-oslo-config' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-sqlalchemy' 'python2-sqlalchemy'
- 'python-sqlalchemy-migrate' 'python2-sqlalchemy-migrate' 
'python-stevedore'
- 'python2-stevedore')
-checkdepends=('python-mock' 'python2-mock' 'python-testrepository' 
'python2-testrepository'
-  'python-testresources' 'python2-testresources' 'python-oslotest' 
'python2-oslotest'
-  'python-oslo-context' 'python2-oslo-context' 'python2-unittest2')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz;)
-sha512sums=('7048715477c1ea15db8fbeb58b28c0cb9d5b7df207c2adf5527a7a6fc77e10ccc690ca4b6a7fbe0f80d55e5f0124f9a85a4b99a1925043470535de7669b11c60')
-
-prepare() {
-  cp -a oslo.db-$pkgver{,-py2}
-  sed -i 's/import unittest2/import unittest as unittest2/' 
oslo.db-$pkgver/oslo_db/tests/sqlalchemy/test_async_eventlet.py
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.db-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.db-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.db-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslo.db-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-db() {
-  depends=('python-six' 'python-pbr' 'python-alembic' 'python-debtcollector' 
'python-oslo-i18n'
-   'python-oslo-config' 'python-oslo-utils' 'python-sqlalchemy' 
'python-sqlalchemy-migrate'
-   'python-stevedore')
-
-  cd "$srcdir"/oslo.db-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-db() {
-  depends=('python2-six' 'python2-pbr' 'python2-alembic' 
'python2-debtcollector' 'python2-oslo-i18n'
-   'python2-oslo-config' 'python2-oslo-utils' 'python2-sqlalchemy'
-   'python2-sqlalchemy-migrate' 'python2-stevedore')
-
-  cd "$srcdir"/oslo.db-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-db/repos/community-any/PKGBUILD (from rev 272126, 
python-oslo-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 16:41:30 UTC (rev 272127)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-db
+pkgname=(python-oslo-db python2-oslo-db)
+pkgver=4.31.0
+pkgrel=1
+pkgdesc="OpenStack Database Pattern Library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.db/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-alembic'
+ 'python2-alembic' 'python-debtcollector' 'python2-debtcollector' 
'python-oslo-i18n'
+ 'python2-oslo-i18n' 'python-oslo-config' 'python2-oslo-config' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-sqlalchemy' 'python2-sqlalchemy'
+ 'python-sqlalchemy-migrate' 'python2-sqlalchemy-migrate' 
'python-stevedore'
+ 'python2-stevedore')
+checkdepends=('python-mock' 'python2-mock' 'python-testrepository' 
'python2-testrepository'
+  'python-testresources' 'python2-testresources' 'python-oslotest' 
'python2-oslotest'
+  'python-oslo-context' 'python2-oslo-context' 'python2-unittest2')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz;)
+sha512sums=('2b791b6168bba7ef0ca0c61ac9d410e1c7e3b47fd3ba61b64b39928fc4e45fd1515f43ab3d5ef5e6468a5d825dfba1da7bae505ab2976e9dbccaae7e98f0f1fe')
+
+prepare() {
+  cp -a oslo.db-$pkgver{,-py2}
+  sed -i 's/import unittest2/import unittest as 

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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:41:06
  Author: felixonmars
Revision: 272126

upgpkg: python-oslo-db 4.31.0-1

Modified:
  python-oslo-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 16:39:56 UTC (rev 272125)
+++ PKGBUILD2017-12-04 16:41:06 UTC (rev 272126)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-db
 pkgname=(python-oslo-db python2-oslo-db)
-pkgver=4.30.0
+pkgver=4.31.0
 pkgrel=1
 pkgdesc="OpenStack Database Pattern Library"
 arch=('any')
@@ -21,7 +21,7 @@
   'python-oslo-context' 'python2-oslo-context' 'python2-unittest2')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz;)
-sha512sums=('7048715477c1ea15db8fbeb58b28c0cb9d5b7df207c2adf5527a7a6fc77e10ccc690ca4b6a7fbe0f80d55e5f0124f9a85a4b99a1925043470535de7669b11c60')
+sha512sums=('2b791b6168bba7ef0ca0c61ac9d410e1c7e3b47fd3ba61b64b39928fc4e45fd1515f43ab3d5ef5e6468a5d825dfba1da7bae505ab2976e9dbccaae7e98f0f1fe')
 
 prepare() {
   cp -a oslo.db-$pkgver{,-py2}


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:39:55
  Author: felixonmars
Revision: 272124

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-colour/repos/community-staging-x86_64/PKGBUILD (from rev 
272123, haskell-colour/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-04 16:39:55 UTC (rev 272124)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=colour
+pkgname=haskell-colour
+pkgver=2.3.4
+pkgrel=1
+pkgdesc="A model for human colour/color perception"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-random' 
'haskell-test-framework'
+ 'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c475ed5ced7bcf749facfacf609d2b89a04f496bd6a7301259aa14cbfe6e768d65495f09b046b80f448b27478323a52cc2414954934985259e6f115325d17f9a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-04 Thread David Runge via arch-commits
Date: Monday, December 4, 2017 @ 16:39:56
  Author: dvzrv
Revision: 272125

archrelease: copy trunk to community-testing-x86_64

Added:
  pd/repos/community-testing-x86_64/
  pd/repos/community-testing-x86_64/PKGBUILD
(from rev 272123, pd/trunk/PKGBUILD)
  pd/repos/community-testing-x86_64/pd.desktop
(from rev 272123, pd/trunk/pd.desktop)
  pd/repos/community-testing-x86_64/pd.png
(from rev 272123, pd/trunk/pd.png)

+
 PKGBUILD   |   55 +++
 pd.desktop |7 +++
 2 files changed, 62 insertions(+)

Copied: pd/repos/community-testing-x86_64/PKGBUILD (from rev 272123, 
pd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-04 16:39:56 UTC (rev 272125)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+pkgname=pd
+pkgver=0.48.0
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=2
+pkgdesc="The Pure Data real-time music and multimedia environment"
+arch=('x86_64')
+url="http://msp.ucsd.edu/software.html;
+license=('custom:BSD')
+depends=('jack' 'fftw' 'tk' 'hicolor-icon-theme' 'portaudio')
+provides=('puredata')
+source=("http://msp.ucsd.edu/Software/${pkgname}-${_ver}.src.tar.gz;
+"${pkgname}.desktop"
+"${pkgname}.png")
+sha512sums=('2312590131a2110de1c84fa2b5d407286f2a073564c6f4cd285d48dcf1ae9d003dc5f20ce74a970eeb4ae8ff68d537e2eaf9ca6322d4f975a7a39893f4d8f0f0'
+
'4d3596b337456117ecdf0f1709358b4298198e0b347cb13b884e35ad2f2f667561a10b44683cf916c1da123daebee7141e9ab8bd89405a579b69d30b0e718f37'
+
'61300b58f10018b0bd28424ac00d1b8158f8ace9855742e19e48c98f915cabcade6c6041460aa795005c0fb6abc93e7116fc6d00116c9fe6c85c162d')
+
+prepare() {
+  cd "${pkgname}-${_ver}"
+  autoreconf -vi
+}
+
+build() {
+  cd "${pkgname}-${_ver}"
+  ./configure --prefix=/usr \
+  --enable-alsa \
+  --enable-jack \
+  --enable-portaudio \
+  --enable-fftw
+  make
+}
+
+package() {
+  cd "${pkgname}-${_ver}"
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # desktop file
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  # icon from puredata.info
+  # https://puredata.info/Members/claudiusmaximus/icons/index_html/
+  install -Dm644 "${srcdir}/${pkgname}.png" \
+"${pkgdir}/usr/share/icons/hicolor/64x64/apps/${pkgname}.png"
+  # fix broken symlink
+  rm "${pkgdir}/usr/lib/${pkgname}/bin/${pkgname}"
+  ln -s "/usr/bin/${pkgname}" "${pkgdir}/usr/lib/${pkgname}/bin/${pkgname}"
+}

Copied: pd/repos/community-testing-x86_64/pd.desktop (from rev 272123, 
pd/trunk/pd.desktop)
===
--- community-testing-x86_64/pd.desktop (rev 0)
+++ community-testing-x86_64/pd.desktop 2017-12-04 16:39:56 UTC (rev 272125)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Terminal=false
+Exec=pd
+Name=pd
+Icon=pd
+Categories=Audio;AudioVideo;Midi;X-Alsa;X-Jack;GTK;

Copied: pd/repos/community-testing-x86_64/pd.png (from rev 272123, 
pd/trunk/pd.png)
===
(Binary files differ)


[arch-commits] Commit in pd/trunk (PKGBUILD pd.desktop pd.png)

2017-12-04 Thread David Runge via arch-commits
Date: Monday, December 4, 2017 @ 16:39:44
  Author: dvzrv
Revision: 272123

upgpkg: pd 0.48.0-2

Updating maintainer. Removing unneeded strip option. Adding desktop file and 
png icon.
Adding portaudio and hicolor-icon-theme to depends. Using autoreconf in 
prepare() instead of autogen.sh.
Enabling portaudio, disabling debug build. Switching to sha512sums.
Installing desktop file and png icon. Fixing broken symlink to 
/usr/lib/pd/bin/pd. Minor fixes.

Added:
  pd/trunk/pd.desktop
  pd/trunk/pd.png
Modified:
  pd/trunk/PKGBUILD

+
 PKGBUILD   |   46 +++---
 pd.desktop |7 +++
 pd.png |1 +
 3 files changed, 39 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 16:39:31 UTC (rev 272122)
+++ PKGBUILD2017-12-04 16:39:44 UTC (rev 272123)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer : speps 
+# Maintainer: David Runge 
+# Contributor: speps 
 # Contributor: TDY 
 # Contributor: Shinlun Hsieh 
 
@@ -6,34 +7,49 @@
 pkgname=pd
 pkgver=0.48.0
 _ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
+pkgrel=2
 pkgdesc="The Pure Data real-time music and multimedia environment"
 arch=('x86_64')
 url="http://msp.ucsd.edu/software.html;
 license=('custom:BSD')
-depends=('jack' 'fftw' 'tk')
+depends=('jack' 'fftw' 'tk' 'hicolor-icon-theme' 'portaudio')
 provides=('puredata')
-options=('!strip')
-source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz;)
-md5sums=('b746efd17a8a571c6fcfb536ff607c29')
+source=("http://msp.ucsd.edu/Software/${pkgname}-${_ver}.src.tar.gz;
+"${pkgname}.desktop"
+"${pkgname}.png")
+sha512sums=('2312590131a2110de1c84fa2b5d407286f2a073564c6f4cd285d48dcf1ae9d003dc5f20ce74a970eeb4ae8ff68d537e2eaf9ca6322d4f975a7a39893f4d8f0f0'
+
'4d3596b337456117ecdf0f1709358b4298198e0b347cb13b884e35ad2f2f667561a10b44683cf916c1da123daebee7141e9ab8bd89405a579b69d30b0e718f37'
+
'61300b58f10018b0bd28424ac00d1b8158f8ace9855742e19e48c98f915cabcade6c6041460aa795005c0fb6abc93e7116fc6d00116c9fe6c85c162d')
 
+prepare() {
+  cd "${pkgname}-${_ver}"
+  autoreconf -vi
+}
+
 build() {
-  cd pd-$_ver
-  ./autogen.sh
+  cd "${pkgname}-${_ver}"
   ./configure --prefix=/usr \
   --enable-alsa \
   --enable-jack \
-  --disable-portaudio \
-  --enable-fftw \
-  --enable-debug
+  --enable-portaudio \
+  --enable-fftw
   make
 }
 
 package() {
-  cd pd-$_ver
-  make DESTDIR="$pkgdir" install
+  cd "${pkgname}-${_ver}"
+  make DESTDIR="${pkgdir}" install
 
   # license
-  install -Dm644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/pd/LICENSE"
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # desktop file
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  # icon from puredata.info
+  # https://puredata.info/Members/claudiusmaximus/icons/index_html/
+  install -Dm644 "${srcdir}/${pkgname}.png" \
+"${pkgdir}/usr/share/icons/hicolor/64x64/apps/${pkgname}.png"
+  # fix broken symlink
+  rm "${pkgdir}/usr/lib/${pkgname}/bin/${pkgname}"
+  ln -s "/usr/bin/${pkgname}" "${pkgdir}/usr/lib/${pkgname}/bin/${pkgname}"
 }

Added: pd.desktop
===
--- pd.desktop  (rev 0)
+++ pd.desktop  2017-12-04 16:39:44 UTC (rev 272123)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Terminal=false
+Exec=pd
+Name=pd
+Icon=pd
+Categories=Audio;AudioVideo;Midi;X-Alsa;X-Jack;GTK;

Added: pd.png
===
(Binary files differ)

Index: pd/trunk/pd.png
===
--- pd.png  2017-12-04 16:39:31 UTC (rev 272122)
+++ pd.png  2017-12-04 16:39:44 UTC (rev 272123)

Property changes on: pd/trunk/pd.png
___
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 16:39:31
  Author: felixonmars
Revision: 272122

upgpkg: haskell-colour 2.3.4-1

rebuild with colour,2.3.4

Modified:
  haskell-colour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 15:37:47 UTC (rev 272121)
+++ PKGBUILD2017-12-04 16:39:31 UTC (rev 272122)
@@ -4,22 +4,23 @@
 
 _hkgname=colour
 pkgname=haskell-colour
-pkgver=2.3.3
-pkgrel=6
+pkgver=2.3.4
+pkgrel=1
 pkgdesc="A model for human colour/color perception"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-random' 
'haskell-test-framework'
+ 'haskell-test-framework-quickcheck2')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('3498215698c3c4010a2bcb6ef87ad263f5a5425167751730919363a0e6806a5c8c2ba82b403b7898addd74feaa756c9df339a37a2b2f2d727680c14ffc21ccf8')
+sha512sums=('c475ed5ced7bcf749facfacf609d2b89a04f496bd6a7301259aa14cbfe6e768d65495f09b046b80f448b27478323a52cc2414954934985259e6f115325d17f9a')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -28,6 +29,11 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2017-12-04 Thread Thore Bödecker via arch-commits
Date: Monday, December 4, 2017 @ 15:37:47
  Author: foxxx0
Revision: 272121

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-04 15:37:33 UTC (rev 272120)
+++ PKGBUILD2017-12-04 15:37:47 UTC (rev 272121)
@@ -1,73 +0,0 @@
-# Maintainer:  Thore Bödecker 
-# Contributor: Laurent Soest 
-# Contributor: Angel Velasquez 
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-
-pkgbase='python-cherrypy'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=12.0.1
-pkgrel=2
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="http://www.cherrypy.org;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-setuptools-scm'
-  'python2-setuptools-scm' 'python-tox' 'python2-tox' 'python-six'
-  'python2-six' 'python-cheroot' 'python2-cheroot' 'python-portend'
-  'python2-portend')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz;)
-sha512sums=('74f3ea0f919169b0502105444dc4539a46dd033e21c9874c9d5a25fdd3c1835556224e31c8fbd1f33c4f8124a75cb049f5057a8fb4ff3d661e65c7f4982341d7')
-
-prepare() {
-  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
-
-  # disable broken tests
-  rm 
"${srcdir}/${_pkgbase}-${pkgver}/${_pkgbase}/test"/test_{objectmapping.py,request_obj.py}
-  rm 
"${srcdir}/${_pkgbase}-${pkgver}-py2/${_pkgbase}/test"/test_{encoding.py,objectmapping.py,request_obj.py}
-}
-
-build() {
-
-  # setuptools wont find version from git tag
-  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python ./setup.py build
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-  python2 ./setup.py build
-}
-
-check() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  tox
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-  tox2
-}
-
-package_python-cherrypy() {
-  depends=('python' 'python-six' 'python-cheroot' 'python-portend' 
'python-jaraco')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}
-
-package_python2-cherrypy() {
-  depends=('python2' 'python2-six' 'python2-cheroot' 'python2-portend' 
'python2-jaraco')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 272120, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-04 15:37:47 UTC (rev 272121)
@@ -0,0 +1,75 @@
+# Maintainer:  Thore Bödecker 
+# Contributor: Laurent Soest 
+# Contributor: Angel Velasquez 
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+
+pkgbase='python-cherrypy'
+_pkgbase="${pkgbase//python-/}"
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=12.0.2
+pkgrel=1
+pkgdesc="A pythonic, object-oriented web development framework"
+arch=('any')
+url="http://www.cherrypy.org;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-setuptools-scm'
+  'python2-setuptools-scm' 'python-tox' 'python2-tox' 'python-six'
+  'python2-six' 'python-cheroot' 'python2-cheroot' 'python-portend'
+  'python2-portend')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz;)
+sha512sums=('49bcd642ef5d3d9a5aa60125a12df5b1a288e4133a0ed16839e6a9bce49184e7526d2508afd5959f77e09fddca4ff1a8846b833f63190e4451fe7553dda87e55')
+
+prepare() {
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+
+  # disable broken tests
+  rm 
"${srcdir}/${_pkgbase}-${pkgver}/${_pkgbase}/test"/test_{objectmapping.py,request_obj.py}
+  rm 
"${srcdir}/${_pkgbase}-${pkgver}-py2/${_pkgbase}/test"/test_{encoding.py,objectmapping.py,request_obj.py}
+}
+

  1   2   >