[arch-commits] Commit in pyqt5/repos/extra-x86_64 (3 files)

2021-12-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 14, 2021 @ 07:48:44
  Author: arojas
Revision: 432510

archrelease: copy trunk to extra-x86_64

Added:
  pyqt5/repos/extra-x86_64/PKGBUILD
(from rev 432509, pyqt5/trunk/PKGBUILD)
Deleted:
  pyqt5/repos/extra-x86_64/PKGBUILD
  pyqt5/repos/extra-x86_64/restore-sip4-support.patch

+
 PKGBUILD   |  128 ---
 restore-sip4-support.patch |   12 
 2 files changed, 61 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-14 07:48:34 UTC (rev 432509)
+++ PKGBUILD2021-12-14 07:48:44 UTC (rev 432510)
@@ -1,67 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=('python-pyqt5')
-pkgdesc="A set of Python bindings for the Qt5 toolkit"
-pkgver=5.15.6
-pkgrel=4
-arch=('x86_64')
-url="https://riverbankcomputing.com/software/pyqt/intro;
-license=('GPL')
-groups=(pyqt5)
-depends=('python-pyqt5-sip' 'qt5-base')
-optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-'python-dbus: for python-dbus mainloop support'
-'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-'qt5-tools: QtHelp, QtDesigner'
-'qt5-svg: QtSvg'
-'qt5-webkit: QtWebKit, QtWebKitWidgets'
-'qt5-xmlpatterns: QtXmlPatterns'
-'qt5-declarative: QtQml, qmlplugin'
-'qt5-serialport: QtSerialPort'
-'qt5-websockets: QtWebSockets'
-'qt5-connectivity: QtNfc, QtBluetooth'
-'qt5-x11extras: QtX11Extras'
-'qt5-remoteobjects: QtRemoteObjects'
-'qt5-speech: QtTextToSpeech'
-'qt5-quick3d: QtQuick3D')
-provides=(qt5-python-bindings)
-makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
- 'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 
'qt5-speech' 'qt5-svg'
- 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
-conflicts=('pyqt5-common')
-source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz;
- restore-sip4-support.patch)
-sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452'
-'c8881a8dc666e509773f93330615d310f9f040c2167dc9e98843741691395f72')
-
-prepare() {
-  patch -d PyQt5-$pkgver -p1 < restore-sip4-support.patch # 
https://www.riverbankcomputing.com/pipermail/pyqt/2021-November/044346.html
-}
-
-build() {
-  cd PyQt5-$pkgver
-  sip-build \
---confirm-license \
---no-make \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-}
-
-package_python-pyqt5(){
-  cd PyQt5-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install -j1
-
-  # Remove unused py2 version of uic modules:
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/PyQt5/uic/port_v2
-
-  # compile Python bytecode
-  python -m compileall -d / "$pkgdir"/usr/lib
-  python -O -m compileall -d / "$pkgdir"/usr/lib
-}

Copied: pyqt5/repos/extra-x86_64/PKGBUILD (from rev 432509, 
pyqt5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-14 07:48:44 UTC (rev 432510)
@@ -0,0 +1,61 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Yichao Yu 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai  Ben 
+
+pkgbase=pyqt5
+pkgname=('python-pyqt5')
+pkgdesc="A set of Python bindings for the Qt5 toolkit"
+pkgver=5.15.6
+pkgrel=5
+arch=('x86_64')
+url="https://riverbankcomputing.com/software/pyqt/intro;
+license=('GPL')
+groups=(pyqt5)
+depends=('python-pyqt5-sip' 'qt5-base')
+optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
+'python-dbus: for python-dbus mainloop support'
+'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
+'qt5-tools: QtHelp, QtDesigner'
+'qt5-svg: QtSvg'
+'qt5-webkit: QtWebKit, QtWebKitWidgets'
+'qt5-xmlpatterns: QtXmlPatterns'
+'qt5-declarative: QtQml, qmlplugin'
+'qt5-serialport: QtSerialPort'
+'qt5-websockets: QtWebSockets'
+'qt5-connectivity: QtNfc, QtBluetooth'
+'qt5-x11extras: QtX11Extras'
+'qt5-remoteobjects: QtRemoteObjects'
+'qt5-speech: QtTextToSpeech'
+'qt5-quick3d: QtQuick3D')
+provides=(qt5-python-bindings)
+makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
+ 'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 
'qt5-speech' 'qt5-svg'
+ 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')

[arch-commits] Commit in pyqt5/trunk (PKGBUILD restore-sip4-support.patch)

2021-12-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 14, 2021 @ 07:48:34
  Author: arojas
Revision: 432509

Give up on sip4, since upstream doesn't care

Modified:
  pyqt5/trunk/PKGBUILD
Deleted:
  pyqt5/trunk/restore-sip4-support.patch

+
 PKGBUILD   |   12 +++-
 restore-sip4-support.patch |   12 
 2 files changed, 3 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 07:15:44 UTC (rev 432508)
+++ PKGBUILD2021-12-14 07:48:34 UTC (rev 432509)
@@ -9,7 +9,7 @@
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.6
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro;
 license=('GPL')
@@ -35,15 +35,9 @@
  'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 
'qt5-speech' 'qt5-svg'
  'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
 conflicts=('pyqt5-common')
-source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz;
- restore-sip4-support.patch)
-sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452'
-'c8881a8dc666e509773f93330615d310f9f040c2167dc9e98843741691395f72')
+source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz;)
+sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452')
 
-prepare() {
-  patch -d PyQt5-$pkgver -p1 < restore-sip4-support.patch # 
https://www.riverbankcomputing.com/pipermail/pyqt/2021-November/044346.html
-}
-
 build() {
   cd PyQt5-$pkgver
   sip-build \

Deleted: restore-sip4-support.patch
===
--- restore-sip4-support.patch  2021-12-14 07:15:44 UTC (rev 432508)
+++ restore-sip4-support.patch  2021-12-14 07:48:34 UTC (rev 432509)
@@ -1,12 +0,0 @@
-diff -ru PyQt5-5.15.6.orig/sip/QtCore/QtCoremod.sip 
PyQt5-5.15.6/sip/QtCore/QtCoremod.sip
 PyQt5-5.15.6.orig/sip/QtCore/QtCoremod.sip 2021-11-06 19:41:47.117226645 
+0100
-+++ PyQt5-5.15.6/sip/QtCore/QtCoremod.sip  2021-11-06 19:42:32.674011854 
+0100
-@@ -20,7 +20,7 @@
- // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- 
- 
--%Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True, py_ssize_t_clean=True)
-+%Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
- 
- %Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_9_4 Qt_5_9_5 Qt_5_9_6 Qt_5_9_7 Qt_5_9_8 Qt_5_9_9 
Qt_5_10_0 Qt_5_10_1 Qt_5_11_0 Qt_5_11_1 Qt_5_11_2 Qt_5_11_3 Qt_5_12_0 Qt_5_12_1 
Qt_5_12_2 Qt_5_12_3 Qt_5_12_4 Qt_5_13_0 Qt_5_14_0 Qt_5_15_0}
- 



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

2021-12-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, December 14, 2021 @ 06:17:52
  Author: svenstaro
Revision: 432425

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-settings/repos/extra-x86_64/PKGBUILD
(from rev 432424, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/extra-x86_64/libxnvctrl_so.patch
(from rev 432424, nvidia-settings/trunk/libxnvctrl_so.patch)
Deleted:
  nvidia-settings/repos/extra-x86_64/PKGBUILD
  nvidia-settings/repos/extra-x86_64/libxnvctrl_so.patch

-+
 PKGBUILD|  124 +-
 libxnvctrl_so.patch |   72 ++---
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-14 06:17:30 UTC (rev 432424)
+++ PKGBUILD2021-12-14 06:17:52 UTC (rev 432425)
@@ -1,62 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Maintainer: Levente Polyak 
-
-pkgbase=nvidia-settings
-pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=495.44
-pkgrel=1
-pkgdesc='Tool for configuring the NVIDIA graphics driver'
-url='https://github.com/NVIDIA/nvidia-settings'
-arch=('x86_64')
-license=('GPL2')
-makedepends=('inetutils' 'jansson' 'gtk2' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
-options=('staticlibs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
-libxnvctrl_so.patch)
-sha512sums=('1ca671029b88d171663e9a7ff79a276d99fe194ee359726f74d6f05327895f0965daa2bff8aa83941be88189f7a1d9f22fe0386e887c33af21ba18f94c994a67'
-
'91ff94736063b911c83b8876fe3e3778db82e0ffe0102036d81a3a6e872ca44a585914646fcbbbe399cd63aa17685fc7f73263ec4f4084f48768ca4d704037fa')
-
-prepare() {
-  export PREFIX=/usr
-  export NV_USE_BUNDLED_LIBJANSSON=0
-  export OUTPUTDIR=out
-  cd ${pkgbase}-${pkgver}
-  patch -p0 < "${srcdir}/libxnvctrl_so.patch"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make
-  make -C src/libXNVCtrl
-}
-
-package_nvidia-settings() {
-  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
-  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -e 
's/__NVIDIA_SETTINGS_DESKTOP_CATEGORIES__/Settings;HardwareSettings;/' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-
-  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
-}
-
-package_libxnvctrl() {
-  depends=('libxext')
-  pkgdesc='NVIDIA NV-CONTROL X extension'
-  provides=('libXNVCtrl.so')
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
-
-  cd src/libXNVCtrl
-  install -Dm 644 ./*.h -t "${pkgdir}/usr/include/NVCtrl"
-  install -d "${pkgdir}/usr/lib"
-  cp -Pr out/libXNVCtrl.* -t "${pkgdir}/usr/lib"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/extra-x86_64/PKGBUILD (from rev 432424, 
nvidia-settings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-14 06:17:52 UTC (rev 432425)
@@ -0,0 +1,62 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=495.46
+pkgrel=1
+pkgdesc='Tool for configuring the NVIDIA graphics driver'
+url='https://github.com/NVIDIA/nvidia-settings'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('inetutils' 'jansson' 'gtk2' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
+libxnvctrl_so.patch)
+sha512sums=('f9019d651f482aa35ccade111dabcc6d21e2dcb229a6102d5b8c9c72df648fa053a01bf0d3efef27d974aed2a23cbfc5022ebb6e9a93eba309b0863068d2423a'
+
'91ff94736063b911c83b8876fe3e3778db82e0ffe0102036d81a3a6e872ca44a585914646fcbbbe399cd63aa17685fc7f73263ec4f4084f48768ca4d704037fa')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+  export OUTPUTDIR=out
+  cd ${pkgbase}-${pkgver}
+  patch -p0 < "${srcdir}/libxnvctrl_so.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+  make -C src/libXNVCtrl
+}
+
+package_nvidia-settings() {
+  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 

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

2021-12-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, December 14, 2021 @ 06:17:30
  Author: svenstaro
Revision: 432424

upgpkg: nvidia-settings 495.46-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-13 23:01:03 UTC (rev 432423)
+++ PKGBUILD2021-12-14 06:17:30 UTC (rev 432424)
@@ -1,10 +1,10 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Maintainer: Felix Yan 
 # Maintainer: Levente Polyak 
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=495.44
+pkgver=495.46
 pkgrel=1
 pkgdesc='Tool for configuring the NVIDIA graphics driver'
 url='https://github.com/NVIDIA/nvidia-settings'
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
 libxnvctrl_so.patch)
-sha512sums=('1ca671029b88d171663e9a7ff79a276d99fe194ee359726f74d6f05327895f0965daa2bff8aa83941be88189f7a1d9f22fe0386e887c33af21ba18f94c994a67'
+sha512sums=('f9019d651f482aa35ccade111dabcc6d21e2dcb229a6102d5b8c9c72df648fa053a01bf0d3efef27d974aed2a23cbfc5022ebb6e9a93eba309b0863068d2423a'
 
'91ff94736063b911c83b8876fe3e3778db82e0ffe0102036d81a3a6e872ca44a585914646fcbbbe399cd63aa17685fc7f73263ec4f4084f48768ca4d704037fa')
 
 prepare() {



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

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 02:46:56
  Author: dbermond
Revision: 1072707

archrelease: copy trunk to community-x86_64

Added:
  libsvm/repos/community-x86_64/010-libsvm-fix-qt-headers-path.patch
(from rev 1072706, libsvm/trunk/010-libsvm-fix-qt-headers-path.patch)
  libsvm/repos/community-x86_64/020-libsvm-use-archlinux-flags.patch
(from rev 1072706, libsvm/trunk/020-libsvm-use-archlinux-flags.patch)
  libsvm/repos/community-x86_64/030-libsvm-fix-tools-path.patch
(from rev 1072706, libsvm/trunk/030-libsvm-fix-tools-path.patch)
  libsvm/repos/community-x86_64/PKGBUILD
(from rev 1072706, libsvm/trunk/PKGBUILD)
Deleted:
  libsvm/repos/community-x86_64/010-libsvm-fix-qt-headers-path.patch
  libsvm/repos/community-x86_64/020-libsvm-use-archlinux-flags.patch
  libsvm/repos/community-x86_64/030-libsvm-fix-tools-path.patch
  libsvm/repos/community-x86_64/PKGBUILD

--+
 010-libsvm-fix-qt-headers-path.patch |   22 ++---
 020-libsvm-use-archlinux-flags.patch |   94 ++---
 030-libsvm-fix-tools-path.patch  |   61 ++---
 PKGBUILD |  144 -
 4 files changed, 158 insertions(+), 163 deletions(-)

Deleted: 010-libsvm-fix-qt-headers-path.patch
===
--- 010-libsvm-fix-qt-headers-path.patch2021-12-14 02:46:13 UTC (rev 
1072706)
+++ 010-libsvm-fix-qt-headers-path.patch2021-12-14 02:46:56 UTC (rev 
1072707)
@@ -1,11 +0,0 @@
 a/svm-toy/qt/Makefile
-+++ b/svm-toy/qt/Makefile
-@@ -1,7 +1,7 @@
- # use  ``export QT_SELECT=qt5'' in a command window for using qt5
- # may need to adjust the path of header files
- CXX? = g++
--INCLUDE = /usr/include/x86_64-linux-gnu/qt5
-+INCLUDE = /usr/include/qt
- CFLAGS = -Wall -O3 -I$(INCLUDE) -I$(INCLUDE)/QtWidgets -I$(INCLUDE)/QtGui 
-I$(INCLUDE)/QtCore -fPIC -std=c++11
- LIB = -lQt5Widgets -lQt5Gui -lQt5Core
- MOC = /usr/bin/moc

Copied: libsvm/repos/community-x86_64/010-libsvm-fix-qt-headers-path.patch 
(from rev 1072706, libsvm/trunk/010-libsvm-fix-qt-headers-path.patch)
===
--- 010-libsvm-fix-qt-headers-path.patch(rev 0)
+++ 010-libsvm-fix-qt-headers-path.patch2021-12-14 02:46:56 UTC (rev 
1072707)
@@ -0,0 +1,11 @@
+--- a/svm-toy/qt/Makefile
 b/svm-toy/qt/Makefile
+@@ -1,7 +1,7 @@
+ # use  ``export QT_SELECT=qt5'' in a command window for using qt5
+ # may need to adjust the path of header files
+ CXX? = g++
+-INCLUDE = /usr/include/x86_64-linux-gnu/qt5
++INCLUDE = /usr/include/qt
+ CFLAGS = -Wall -O3 -I$(INCLUDE) -I$(INCLUDE)/QtWidgets -I$(INCLUDE)/QtGui 
-I$(INCLUDE)/QtCore -fPIC -std=c++11
+ LIB = -lQt5Widgets -lQt5Gui -lQt5Core
+ MOC = /usr/bin/moc

Deleted: 020-libsvm-use-archlinux-flags.patch
===
--- 020-libsvm-use-archlinux-flags.patch2021-12-14 02:46:13 UTC (rev 
1072706)
+++ 020-libsvm-use-archlinux-flags.patch2021-12-14 02:46:56 UTC (rev 
1072707)
@@ -1,47 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -1,5 +1,5 @@
- CXX ?= g++
--CFLAGS = -Wall -Wconversion -O3 -fPIC
-+CFLAGS += -Wall -Wconversion -fPIC
- SHVER = 2
- OS = $(shell uname)
- 
-@@ -11,15 +11,15 @@ lib: svm.o
-   else \
-   SHARED_LIB_FLAG="-shared -Wl,-soname,libsvm.so.$(SHVER)"; \
-   fi; \
--  $(CXX) $${SHARED_LIB_FLAG} svm.o -o libsvm.so.$(SHVER)
-+  $(CXX) $${SHARED_LIB_FLAG} svm.o -o libsvm.so.$(SHVER) $(LDFLAGS)
- 
- svm-predict: svm-predict.c svm.o
--  $(CXX) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm
-+  $(CXX) $(CPPFLAGS) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm 
$(LDFLAGS)
- svm-train: svm-train.c svm.o
--  $(CXX) $(CFLAGS) svm-train.c svm.o -o svm-train -lm
-+  $(CXX) $(CPPFLAGS) $(CFLAGS) svm-train.c svm.o -o svm-train -lm 
$(LDFLAGS)
- svm-scale: svm-scale.c
--  $(CXX) $(CFLAGS) svm-scale.c -o svm-scale
-+  $(CXX) $(CPPFLAGS) $(CFLAGS) svm-scale.c -o svm-scale $(LDFLAGS)
- svm.o: svm.cpp svm.h
--  $(CXX) $(CFLAGS) -c svm.cpp
-+  $(CXX) $(CPPFLAGS) $(CFLAGS) -c svm.cpp
- clean:
-   rm -f *~ svm.o svm-train svm-predict svm-scale libsvm.so.$(SHVER)
 a/svm-toy/qt/Makefile
-+++ b/svm-toy/qt/Makefile
-@@ -2,12 +2,12 @@
- # may need to adjust the path of header files
- CXX? = g++
- INCLUDE = /usr/include/qt
--CFLAGS = -Wall -O3 -I$(INCLUDE) -I$(INCLUDE)/QtWidgets -I$(INCLUDE)/QtGui 
-I$(INCLUDE)/QtCore -fPIC -std=c++11
-+CFLAGS += -Wall -I$(INCLUDE) -I$(INCLUDE)/QtWidgets -I$(INCLUDE)/QtGui 
-I$(INCLUDE)/QtCore -fPIC -std=c++11
- LIB = -lQt5Widgets -lQt5Gui -lQt5Core
- MOC = /usr/bin/moc
- 
- svm-toy: svm-toy.cpp svm-toy.moc ../../svm.o
--  $(CXX) $(CFLAGS) svm-toy.cpp ../../svm.o -o svm-toy $(LIB)
-+  $(CXX) $(CPPFLAGS) $(CFLAGS) svm-toy.cpp ../../svm.o -o svm-toy $(LIB) 
$(LDFLAGS)
- 
- svm-toy.moc: svm-toy.cpp
-   

[arch-commits] Commit in libsvm/trunk (030-libsvm-fix-tools-path.patch PKGBUILD)

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 02:46:13
  Author: dbermond
Revision: 1072706

upgpkg: libsvm 3.25-3: FS#72981

Modified:
  libsvm/trunk/030-libsvm-fix-tools-path.patch
  libsvm/trunk/PKGBUILD

-+
 030-libsvm-fix-tools-path.patch |5 -
 PKGBUILD|4 ++--
 2 files changed, 2 insertions(+), 7 deletions(-)

Modified: 030-libsvm-fix-tools-path.patch
===
--- 030-libsvm-fix-tools-path.patch 2021-12-14 02:22:24 UTC (rev 1072705)
+++ 030-libsvm-fix-tools-path.patch 2021-12-14 02:46:13 UTC (rev 1072706)
@@ -17,11 +17,6 @@
  # example for windows
 --- a/tools/grid.py
 +++ b/tools/grid.py
-@@ -1,3 +1,4 @@
-+
- #!/usr/bin/env python
- __all__ = ['find_parameters']
- 
 @@ -18,7 +19,7 @@ class GridOption:
  def __init__(self, dataset_pathname, options):
  dirname = os.path.dirname(__file__)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 02:22:24 UTC (rev 1072705)
+++ PKGBUILD2021-12-14 02:46:13 UTC (rev 1072706)
@@ -6,7 +6,7 @@
 
 pkgname=libsvm
 pkgver=3.25
-pkgrel=2
+pkgrel=3
 pkgdesc='A library for Support Vector Machines classification (includes 
binaries and bindings for python and java)'
 arch=('x86_64')
 url='https://www.csie.ntu.edu.tw/~cjlin/libsvm/'
@@ -24,7 +24,7 @@
 sha256sums=('1f587ec0df6fd422dfe50f942f8836ac179b0723b768fe9d2fabdfd1601a0963'
 '07bc50e50c3e34823e1669fec1be84a50fcea2307dcf33b00300135e08d2de4d'
 '6891fcbedf246c6b73d43551ce2476678dc473cee45d12d9fcaf124a1aac0d92'
-'17c54ef795209112f2e1c8f15aaf74bb0214681df09a8abca16b5bfb2506e193')
+'67f57236a6c4b09f051e74f8cb1ef5dbc9b5de3fdbb2b1a6ff86a07db0dd5fb9')
 
 prepare() {
 patch -d "${pkgname}-${pkgver/./}" -Np1 -i 
"${srcdir}/010-libsvm-fix-qt-headers-path.patch"



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

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 02:22:24
  Author: dbermond
Revision: 1072705

archrelease: copy trunk to community-x86_64

Added:
  igsc/repos/community-x86_64/PKGBUILD
(from rev 1072704, igsc/trunk/PKGBUILD)
Deleted:
  igsc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-14 02:21:58 UTC (rev 1072704)
+++ PKGBUILD2021-12-14 02:22:24 UTC (rev 1072705)
@@ -1,27 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Daniel Bermond 
-
-pkgname=igsc
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="Intel graphics system controller firmware update library"
-arch=(x86_64)
-url='https://github.com/intel/igsc/'
-license=(Apache)
-depends=(intel-metee systemd-libs)
-makedepends=(cmake systemd)
-source=(https://github.com/intel/igsc/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4bbb3cf130693767791c48c08ebfa16b8a5437eb382984a6ea724d627016c04b')
-
-build() {
-cmake -B build -S ${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE:STRING='None' \
--DCMAKE_INSTALL_PREFIX:PATH='/usr' \
--DENABLE_WERROR:BOOL='OFF' \
--Wno-dev
-make -C build
-}
-
-package() {
-make -C build DESTDIR="$pkgdir" install
-}

Copied: igsc/repos/community-x86_64/PKGBUILD (from rev 1072704, 
igsc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-14 02:22:24 UTC (rev 1072705)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Daniel Bermond 
+
+pkgname=igsc
+pkgver=0.2.4
+pkgrel=2
+pkgdesc="Intel graphics system controller firmware update library"
+arch=(x86_64)
+url='https://github.com/intel/igsc/'
+license=(Apache)
+depends=(intel-metee systemd-libs)
+makedepends=(cmake systemd)
+source=(https://github.com/intel/igsc/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('4bbb3cf130693767791c48c08ebfa16b8a5437eb382984a6ea724d627016c04b')
+
+build() {
+cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE:STRING='None' \
+-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+-DENABLE_WERROR:BOOL='OFF' \
+-Wno-dev
+make -C build
+}
+
+package() {
+make -C build DESTDIR="$pkgdir" install
+}



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

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 02:21:58
  Author: dbermond
Revision: 1072704

upgpkg: igsc 0.2.4-2: rebuild for intel-metee 3.1.2

Modified:
  igsc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 02:21:20 UTC (rev 1072703)
+++ PKGBUILD2021-12-14 02:21:58 UTC (rev 1072704)
@@ -3,7 +3,7 @@
 
 pkgname=igsc
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Intel graphics system controller firmware update library"
 arch=(x86_64)
 url='https://github.com/intel/igsc/'



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

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 02:21:20
  Author: dbermond
Revision: 1072703

archrelease: copy trunk to community-x86_64

Added:
  intel-metee/repos/community-x86_64/PKGBUILD
(from rev 1072702, intel-metee/trunk/PKGBUILD)
Deleted:
  intel-metee/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-14 02:20:50 UTC (rev 1072702)
+++ PKGBUILD2021-12-14 02:21:20 UTC (rev 1072703)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Daniel Bermond 
-
-pkgbase=intel-metee
-pkgname=('intel-metee' 'intel-metee-doc')
-pkgver=3.1.0
-pkgrel=1
-pkgdesc='Access library for Intel CSME HECI interface'
-arch=('x86_64')
-url='https://github.com/intel/metee/'
-license=('Apache')
-makedepends=('cmake' 'doxygen')
-source=("https://github.com/intel/metee/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('38a490e00207cf5c725f65041fe649c445c16df616adcbfbdcb80f7ce6286722')
-
-build() {
-cmake -B build -S "metee-${pkgver}" \
--DCMAKE_BUILD_TYPE:STRING='None' \
--DCMAKE_INSTALL_PREFIX:PATH='/usr' \
--DBUILD_SHARED_LIBS:BOOL='ON' \
--Wno-dev
-make -C build
-}
-
-package_intel-metee() {
-depends=('glibc')
-
-make -C build DESTDIR="$pkgdir" install
-mv "${pkgdir}/usr/share/doc" .
-}
-
-package_intel-metee-doc() {
-pkgdesc+=' (documentation)'
-
-install -d -m755 "${pkgdir}/usr/share"
-mv doc "${pkgdir}/usr/share"
-}

Copied: intel-metee/repos/community-x86_64/PKGBUILD (from rev 1072702, 
intel-metee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-14 02:21:20 UTC (rev 1072703)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Daniel Bermond 
+
+pkgbase=intel-metee
+pkgname=('intel-metee' 'intel-metee-doc')
+pkgver=3.1.2
+pkgrel=1
+pkgdesc='Access library for Intel CSME HECI interface'
+arch=('x86_64')
+url='https://github.com/intel/metee/'
+license=('Apache')
+makedepends=('cmake' 'doxygen')
+source=("https://github.com/intel/metee/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('9aa6589684a7723320a808d0b01d27a7b8d054d4bdec7438527f56ec3312079b')
+
+build() {
+cmake -B build -S "metee-${pkgver}" \
+-DCMAKE_BUILD_TYPE:STRING='None' \
+-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+-DBUILD_SHARED_LIBS:BOOL='ON' \
+-Wno-dev
+make -C build
+}
+
+package_intel-metee() {
+depends=('glibc')
+
+make -C build DESTDIR="$pkgdir" install
+mv "${pkgdir}/usr/share/doc" .
+}
+
+package_intel-metee-doc() {
+pkgdesc+=' (documentation)'
+
+install -d -m755 "${pkgdir}/usr/share"
+mv doc "${pkgdir}/usr/share"
+}



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

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 02:20:50
  Author: dbermond
Revision: 1072702

upgpkg: intel-metee 3.1.2-1

Modified:
  intel-metee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 02:02:47 UTC (rev 1072701)
+++ PKGBUILD2021-12-14 02:20:50 UTC (rev 1072702)
@@ -3,7 +3,7 @@
 
 pkgbase=intel-metee
 pkgname=('intel-metee' 'intel-metee-doc')
-pkgver=3.1.0
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='Access library for Intel CSME HECI interface'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('Apache')
 makedepends=('cmake' 'doxygen')
 
source=("https://github.com/intel/metee/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('38a490e00207cf5c725f65041fe649c445c16df616adcbfbdcb80f7ce6286722')
+sha256sums=('9aa6589684a7723320a808d0b01d27a7b8d054d4bdec7438527f56ec3312079b')
 
 build() {
 cmake -B build -S "metee-${pkgver}" \



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

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 02:02:47
  Author: dbermond
Revision: 1072701

archrelease: copy trunk to community-x86_64

Added:
  cargo-c/repos/community-x86_64/PKGBUILD
(from rev 1072700, cargo-c/trunk/PKGBUILD)
Deleted:
  cargo-c/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-14 02:02:14 UTC (rev 1072700)
+++ PKGBUILD2021-12-14 02:02:47 UTC (rev 1072701)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgname=cargo-c
-pkgver=0.9.5
-pkgrel=1
-pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
-arch=('x86_64')
-url='https://github.com/lu-zero/cargo-c/'
-license=('MIT')
-depends=('curl' 'openssl' 'zlib')
-makedepends=('rust')
-source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('83804d4e4c264c44372112d12c011b865b899696c16bc6a0e97bac5e12bd9112'
-'c7d506a047319b459a48671fe36598e2f97b22094002af55f71fed10627d39fc')
-
-prepare() {
-ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"
-cargo fetch --locked --manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-build() {
-cargo build --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-check() {
-cargo test --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-package() {
-cargo install --frozen --offline --no-track --path "${pkgname}-${pkgver}" 
--root "${pkgdir}/usr"
-install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: cargo-c/repos/community-x86_64/PKGBUILD (from rev 1072700, 
cargo-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-14 02:02:47 UTC (rev 1072701)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel Bermond 
+
+pkgname=cargo-c
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
+arch=('x86_64')
+url='https://github.com/lu-zero/cargo-c/'
+license=('MIT')
+depends=('curl' 'openssl' 'zlib')
+makedepends=('rust')
+source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
+sha256sums=('c121bc2069373c25a89dcf9c357aa1e91d9eb4eb46a87db4d9931114070317c5'
+'d89b9b02ae95d1993b12ef1a764157b5a42bc70d39e91eb5844320dc809a0e08')
+
+prepare() {
+ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"
+cargo fetch --locked --manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+build() {
+cargo build --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+check() {
+cargo test --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+package() {
+cargo install --frozen --offline --no-track --path "${pkgname}-${pkgver}" 
--root "${pkgdir}/usr"
+install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 02:02:14
  Author: dbermond
Revision: 1072700

upgpkg: cargo-c 0.9.6-1

Modified:
  cargo-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:58:16 UTC (rev 1072699)
+++ PKGBUILD2021-12-14 02:02:14 UTC (rev 1072700)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=cargo-c
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 makedepends=('rust')
 
source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('83804d4e4c264c44372112d12c011b865b899696c16bc6a0e97bac5e12bd9112'
-'c7d506a047319b459a48671fe36598e2f97b22094002af55f71fed10627d39fc')
+sha256sums=('c121bc2069373c25a89dcf9c357aa1e91d9eb4eb46a87db4d9931114070317c5'
+'d89b9b02ae95d1993b12ef1a764157b5a42bc70d39e91eb5844320dc809a0e08')
 
 prepare() {
 ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"



[arch-commits] Commit in nix/repos (8 files)

2021-12-13 Thread George Rawlinson via arch-commits
Date: Tuesday, December 14, 2021 @ 01:58:16
  Author: grawlinson
Revision: 1072699

archrelease: copy trunk to community-testing-x86_64

Added:
  nix/repos/community-testing-x86_64/
  nix/repos/community-testing-x86_64/PKGBUILD
(from rev 1072698, nix/trunk/PKGBUILD)
  nix/repos/community-testing-x86_64/nix.conf
(from rev 1072698, nix/trunk/nix.conf)
  nix/repos/community-testing-x86_64/nix.install
(from rev 1072698, nix/trunk/nix.install)
  nix/repos/community-testing-x86_64/sysusers.conf
(from rev 1072698, nix/trunk/sysusers.conf)
  nix/repos/community-testing-x86_64/tmpfiles.conf
(from rev 1072698, nix/trunk/tmpfiles.conf)
  nix/repos/community-testing-x86_64/user.environment.conf
(from rev 1072698, nix/trunk/user.environment.conf)
  nix/repos/community-testing-x86_64/user.tmpfiles.conf
(from rev 1072698, nix/trunk/user.tmpfiles.conf)

---+
 PKGBUILD  |  114 
 nix.conf  |9 +++
 nix.install   |9 +++
 sysusers.conf |   27 +++
 tmpfiles.conf |4 +
 user.environment.conf |3 +
 user.tmpfiles.conf|5 ++
 7 files changed, 171 insertions(+)

Copied: nix/repos/community-testing-x86_64/PKGBUILD (from rev 1072698, 
nix/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-12-14 01:58:16 UTC (rev 1072699)
@@ -0,0 +1,114 @@
+# Maintainer: George Rawlinson 
+
+pkgbase=nix
+pkgname=('nix' 'nix-docs')
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="A purely functional package manager"
+arch=('x86_64')
+url="https://nixos.org/nix;
+license=('LGPL')
+makedepends=(
+  'autoconf-archive'
+  'jq'
+  'libcpuid'
+  'gtest'
+  'lowdown'
+  'mdbook'
+  'boost'
+  'brotli'
+  'bzip2'
+  'curl'
+  'editline'
+  'gc'
+  'libseccomp'
+  'libsodium'
+  'openssl'
+  'sqlite'
+)
+source=(
+  
"$pkgname-$pkgver.tar.gz::https://github.com/NixOS/nix/archive/$pkgver.tar.gz;
+  'nix.conf'
+  'sysusers.conf'
+  'tmpfiles.conf'
+  'user.environment.conf'
+  'user.tmpfiles.conf'
+)
+sha512sums=('30e80269a9bb03a0a24a87ab89481665541940f18860761843f883ee0c169062b2ecb83a51564dd73abb06bde0d065a8ffceb8d17f7fcec3647e5892458be8a9'
+
'46fdd1134626da81f0ec3ada47b69bb803277e8dd379052db5d8606475f5ff7ece63c8ae41b5f8ba6d2174465e1e977212c648a11c853b199e11b2014789a661'
+
'6511badd6e4c71d9b7f6e6a87ea521a9727a5569ecf48dca11ee0d04151adf083453dcf7e05eadd5c28278fd8aee9fe44bbb90067f5fc8067c99c5e9665affd9'
+
'879bc28faf877a560ac67500388d9774ec890391ef08d367a18f98ef17faeef8c7d208e747fed1fd501b07c3a3b2286af436eb1bd137de2d8ea9a9c32b48088a'
+
'5f66bbb07912fb5eb52002558ca5eec49e8b7787787c3fbb3ec7cb9831d29f1f064c392dd68807e98bc3a45fa6be87a5d420f75b7cfd52f68a821616e4cdbe70'
+
'da5b6d449f8e69c9211e6bd97b1ce4c6e398da5a34fea9a8a89a28084489a1549188e52f66ce7536903afeb75e690e764188daac20a16227b66cc14a72b7311a')
+b2sums=('2bcad1f0c6579cc36d75288e1eb8075aee17621217ed28778bc660870f7de0f887fa5ef289debf544ef6c43bfe1dc53cb5b1f450cd12dc8819f927273c1de7cd'
+
'e79ceeb12faf7c38a167857ded355a74511c1d98e7fcb1efb589072c16b35f017239e6723bad04e13ed5b16cbebc91923363e36c130bf51d06a66a4d4ef54f6b'
+
'e92b8192bae89f0bc8c62371fbe63b4bfd68352699e5ea6900bf4313fd573322a06cb85074b292a005cbf644a50abbb67694f9458f071b0fd223d220494f6b6c'
+
'bffaabbe8c9efee79c7761e72a189796f35c0a40805b53fe954c10590ab9bfd0a321b45c7050ddf30810e36fa4431768f36f19fdc55085c0396ac5338b88f839'
+
'b644b6313745dca057e265281c318982750e9d55ce9b7705f47832ae66f07006cec97e9cbd79bb918a4c1174c8d20c159f8874d212381596f6fb684cb8ea928d'
+
'57610fc5fa370f9c3df50ab411dfe154b273349b3b321ad01768cacdf371e27603e8446a4e4269ccf4ca6cdb59b4a70fdcac59cda29c47eb7e7224555ec7e2e2')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -i "s:\$(bindir):src/nix:g" doc/manual/local.mk
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./bootstrap.sh
+  ./configure \
+--prefix=/usr \
+--libexecdir="/usr/lib/$pkgname" \
+--sysconfdir=/etc \
+--localstatedir=/nix/var \
+--enable-gc
+  make
+}
+
+package_nix() {
+  depends=(
+'boost-libs'
+'brotli'
+'curl'
+'editline'
+'gc'
+'libarchive'
+'libcpuid'
+'lowdown'
+'libseccomp'
+'libsodium'
+'openssl'
+'sqlite'
+  )
+  backup=("etc/$pkgname/$pkgname.conf")
+  install="$pkgname.install"
+
+  # systemd integration
+  install -vDm644 tmpfiles.conf 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname-daemon.conf"
+  install -vDm644 sysusers.conf 
"$pkgdir/usr/lib/sysusers.d/$pkgname-daemon.conf"
+  install -vDm644 user.tmpfiles.conf 
"$pkgdir/usr/share/user-tmpfiles.d/$pkgname-daemon.conf"
+  install -vDm644 user.environment.conf 
"$pkgdir/usr/lib/environment.d/$pkgname-daemon.conf"
+
+  # configuration
+  install -vDm644 nix.conf -t "$pkgdir/etc/$pkgname"
+
+  # package
+  cd 

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

2021-12-13 Thread George Rawlinson via arch-commits
Date: Tuesday, December 14, 2021 @ 01:56:58
  Author: grawlinson
Revision: 1072698

upgpkg: nix 2.5.0-1

New upstream release.

Modified:
  nix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:55:45 UTC (rev 1072697)
+++ PKGBUILD2021-12-14 01:56:58 UTC (rev 1072698)
@@ -2,7 +2,7 @@
 
 pkgbase=nix
 pkgname=('nix' 'nix-docs')
-pkgver=2.4
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="A purely functional package manager"
 arch=('x86_64')
@@ -34,13 +34,13 @@
   'user.environment.conf'
   'user.tmpfiles.conf'
 )
-sha512sums=('8ecbd06883541fa0d8cea84625deb8e468bcb2aa20b411b6f54a55e88013c57e4bae86b784ca37fccd6583fde894f15321b68b502d30d2de480ef0a1801c0703'
+sha512sums=('30e80269a9bb03a0a24a87ab89481665541940f18860761843f883ee0c169062b2ecb83a51564dd73abb06bde0d065a8ffceb8d17f7fcec3647e5892458be8a9'
 
'46fdd1134626da81f0ec3ada47b69bb803277e8dd379052db5d8606475f5ff7ece63c8ae41b5f8ba6d2174465e1e977212c648a11c853b199e11b2014789a661'
 
'6511badd6e4c71d9b7f6e6a87ea521a9727a5569ecf48dca11ee0d04151adf083453dcf7e05eadd5c28278fd8aee9fe44bbb90067f5fc8067c99c5e9665affd9'
 
'879bc28faf877a560ac67500388d9774ec890391ef08d367a18f98ef17faeef8c7d208e747fed1fd501b07c3a3b2286af436eb1bd137de2d8ea9a9c32b48088a'
 
'5f66bbb07912fb5eb52002558ca5eec49e8b7787787c3fbb3ec7cb9831d29f1f064c392dd68807e98bc3a45fa6be87a5d420f75b7cfd52f68a821616e4cdbe70'
 
'da5b6d449f8e69c9211e6bd97b1ce4c6e398da5a34fea9a8a89a28084489a1549188e52f66ce7536903afeb75e690e764188daac20a16227b66cc14a72b7311a')
-b2sums=('5f9e71f02418f3255a2bf5f272cfa1276ff9cb3659e8cf93f2e73022c823ceaecd937601717550e46a79d1ec70a2fd4c35712a0a7175785af0e77c5d089e9dc0'
+b2sums=('2bcad1f0c6579cc36d75288e1eb8075aee17621217ed28778bc660870f7de0f887fa5ef289debf544ef6c43bfe1dc53cb5b1f450cd12dc8819f927273c1de7cd'
 
'e79ceeb12faf7c38a167857ded355a74511c1d98e7fcb1efb589072c16b35f017239e6723bad04e13ed5b16cbebc91923363e36c130bf51d06a66a4d4ef54f6b'
 
'e92b8192bae89f0bc8c62371fbe63b4bfd68352699e5ea6900bf4313fd573322a06cb85074b292a005cbf644a50abbb67694f9458f071b0fd223d220494f6b6c'
 
'bffaabbe8c9efee79c7761e72a189796f35c0a40805b53fe954c10590ab9bfd0a321b45c7050ddf30810e36fa4431768f36f19fdc55085c0396ac5338b88f839'



[arch-commits] Commit in intel-media-sdk/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 01:55:45
  Author: dbermond
Revision: 1072697

archrelease: copy trunk to community-x86_64

Added:
  intel-media-sdk/repos/community-x86_64/PKGBUILD
(from rev 1072696, intel-media-sdk/trunk/PKGBUILD)
Deleted:
  intel-media-sdk/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-14 01:55:18 UTC (rev 1072696)
+++ PKGBUILD2021-12-14 01:55:45 UTC (rev 1072697)
@@ -1,63 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgbase=intel-media-sdk
-pkgname=('intel-media-sdk' 'libmfx')
-pkgver=21.3.2
-pkgrel=1
-pkgdesc='API to access hardware-accelerated video on Intel Gen graphics 
hardware platforms'
-arch=('x86_64')
-url='https://software.intel.com/en-us/media-sdk/'
-license=('MIT')
-makedepends=('libdrm' 'libva' 'wayland' 'intel-media-driver'
- 'cmake' 'libpciaccess' 'libx11' 'libxcb' 'python')
-source=("https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${pkgver}.tar.gz;
-
'010-intel-media-sdk-fix-reproducible-build.patch'::'https://github.com/Intel-Media-SDK/MediaSDK/commit/f6925886f27a39eed2e43c5b7b6c342d00f7a970.patch')
-sha256sums=('45dd0eabee42ff4f9378851a8adbdfa781c8fef20822f5c9d8709db54cdd35f3'
-'f1d8a4edf953cfec1516f1a8383c5ee033245aba16cfae0bc79b7de1a6365fcc')
-
-prepare() {
-patch -d "MediaSDK-intel-mediasdk-${pkgver}" -Np1 -i 
"${srcdir}/010-intel-media-sdk-fix-reproducible-build.patch"
-}
-
-build() {
-cmake -B build -S "MediaSDK-intel-mediasdk-${pkgver}" \
--DBUILD_ALL:BOOL='ON' \
--DBUILD_TOOLS:BOOL='ON' \
--DCMAKE_BUILD_TYPE:STRING='None' \
--DCMAKE_INSTALL_PREFIX:PATH='/usr' \
--DENABLE_ITT:BOOL='OFF' \
--DENABLE_OPENCL:BOOL='OFF' \
--DENABLE_WAYLAND:BOOL='ON' \
--DENABLE_X11_DRI3:BOOL='ON' \
--DMFX_APPS_DIR='/usr/lib/mfx' \
--Wno-dev
-make -C build
-}
-
-check() {
-make -C build test
-}
-
-package_intel-media-sdk() {
-depends=('libdrm' 'libva' 'wayland' "libmfx=${pkgver}" 
'intel-media-driver')
-
-make -C build DESTDIR="$pkgdir" install
-ln -s mfx/samples/libcttmetrics.so "${pkgdir}/usr/lib/libcttmetrics.so"
-install -D -m644 "MediaSDK-intel-mediasdk-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-
-# remove core component libmfx
-[ -d 'libmfx' ] && rm -rf libmfx
-mkdir -p libmfx/{include,lib/pkgconfig}
-mv "${pkgdir}/usr/include/mfx" libmfx/include
-mv "${pkgdir}/usr/lib/libmfx.so"* libmfx/lib
-mv "${pkgdir}/usr/lib/pkgconfig/"{,lib}mfx.pc libmfx/lib/pkgconfig
-rm -d "${pkgdir}/usr/include"
-}
-
-package_libmfx() {
-pkgdesc='Intel Media SDK dispatcher library'
-depends=('gcc-libs')
-
-mv libmfx "${pkgdir}/usr"
-install -D -m644 "MediaSDK-intel-mediasdk-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: intel-media-sdk/repos/community-x86_64/PKGBUILD (from rev 1072696, 
intel-media-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-14 01:55:45 UTC (rev 1072697)
@@ -0,0 +1,63 @@
+# Maintainer: Daniel Bermond 
+
+pkgbase=intel-media-sdk
+pkgname=('intel-media-sdk' 'libmfx')
+pkgver=21.3.5
+pkgrel=1
+pkgdesc='API to access hardware-accelerated video on Intel Gen graphics 
hardware platforms'
+arch=('x86_64')
+url='https://software.intel.com/en-us/media-sdk/'
+license=('MIT')
+makedepends=('libdrm' 'libva' 'wayland' 'intel-media-driver'
+ 'cmake' 'libpciaccess' 'libx11' 'libxcb' 'python')
+source=("https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${pkgver}.tar.gz;
+
'010-intel-media-sdk-fix-reproducible-build.patch'::'https://github.com/Intel-Media-SDK/MediaSDK/commit/f6925886f27a39eed2e43c5b7b6c342d00f7a970.patch')
+sha256sums=('3f13869298d3946d7d91e58846e274ef62cd5af2473f59f36b57b2c27ebfd87c'
+'f1d8a4edf953cfec1516f1a8383c5ee033245aba16cfae0bc79b7de1a6365fcc')
+
+prepare() {
+patch -d "MediaSDK-intel-mediasdk-${pkgver}" -Np1 -i 
"${srcdir}/010-intel-media-sdk-fix-reproducible-build.patch"
+}
+
+build() {
+cmake -B build -S "MediaSDK-intel-mediasdk-${pkgver}" \
+-DBUILD_ALL:BOOL='ON' \
+-DBUILD_TOOLS:BOOL='ON' \
+-DCMAKE_BUILD_TYPE:STRING='None' \
+-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+-DENABLE_ITT:BOOL='OFF' \
+-DENABLE_OPENCL:BOOL='OFF' \
+-DENABLE_WAYLAND:BOOL='ON' \
+-DENABLE_X11_DRI3:BOOL='ON' \
+-DMFX_APPS_DIR='/usr/lib/mfx' \
+-Wno-dev
+make -C build
+}
+
+check() {
+make -C build test
+}
+
+package_intel-media-sdk() {
+depends=('libdrm' 'libva' 'wayland' "libmfx=${pkgver}" 
'intel-media-driver')
+
+make 

[arch-commits] Commit in intel-media-sdk/trunk (PKGBUILD)

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 01:55:18
  Author: dbermond
Revision: 1072696

upgpkg: intel-media-sdk 21.3.5-1

Modified:
  intel-media-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:50:49 UTC (rev 1072695)
+++ PKGBUILD2021-12-14 01:55:18 UTC (rev 1072696)
@@ -2,7 +2,7 @@
 
 pkgbase=intel-media-sdk
 pkgname=('intel-media-sdk' 'libmfx')
-pkgver=21.3.2
+pkgver=21.3.5
 pkgrel=1
 pkgdesc='API to access hardware-accelerated video on Intel Gen graphics 
hardware platforms'
 arch=('x86_64')
@@ -12,7 +12,7 @@
  'cmake' 'libpciaccess' 'libx11' 'libxcb' 'python')
 
source=("https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${pkgver}.tar.gz;
 
'010-intel-media-sdk-fix-reproducible-build.patch'::'https://github.com/Intel-Media-SDK/MediaSDK/commit/f6925886f27a39eed2e43c5b7b6c342d00f7a970.patch')
-sha256sums=('45dd0eabee42ff4f9378851a8adbdfa781c8fef20822f5c9d8709db54cdd35f3'
+sha256sums=('3f13869298d3946d7d91e58846e274ef62cd5af2473f59f36b57b2c27ebfd87c'
 'f1d8a4edf953cfec1516f1a8383c5ee033245aba16cfae0bc79b7de1a6365fcc')
 
 prepare() {



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

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 01:50:49
  Author: dbermond
Revision: 1072695

archrelease: copy trunk to community-x86_64

Added:
  mujs/repos/community-x86_64/010-mujs-use-arch-flags.patch
(from rev 1072694, mujs/trunk/010-mujs-use-arch-flags.patch)
  mujs/repos/community-x86_64/PKGBUILD
(from rev 1072694, mujs/trunk/PKGBUILD)
Deleted:
  mujs/repos/community-x86_64/010-mujs-use-arch-flags.patch
  mujs/repos/community-x86_64/PKGBUILD

---+
 010-mujs-use-arch-flags.patch |   38 +--
 PKGBUILD  |   56 
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: 010-mujs-use-arch-flags.patch
===
--- 010-mujs-use-arch-flags.patch   2021-12-14 01:50:19 UTC (rev 1072694)
+++ 010-mujs-use-arch-flags.patch   2021-12-14 01:50:49 UTC (rev 1072695)
@@ -1,19 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -17,7 +17,7 @@ endif
- 
- # Compiler flags for various configurations:
- 
--CFLAGS := -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter
-+CFLAGS += -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter
- 
- ifeq "$(CC)" "clang"
-   CFLAGS += -Wunreachable-code
-@@ -34,7 +34,6 @@ else ifeq "$(build)" "sanitize"
-   LDFLAGS += -fsanitize=address
- else ifeq "$(build)" "release"
-   CFLAGS += -O2
--  LDFLAGS += -Wl,-s
- endif
- 
- ifeq "$(HAVE_READLINE)" "yes"

Copied: mujs/repos/community-x86_64/010-mujs-use-arch-flags.patch (from rev 
1072694, mujs/trunk/010-mujs-use-arch-flags.patch)
===
--- 010-mujs-use-arch-flags.patch   (rev 0)
+++ 010-mujs-use-arch-flags.patch   2021-12-14 01:50:49 UTC (rev 1072695)
@@ -0,0 +1,19 @@
+--- a/Makefile
 b/Makefile
+@@ -23,7 +23,7 @@ endif
+ 
+ # Compiler flags for various configurations:
+ 
+-CFLAGS := -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter
++CFLAGS += -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter
+ 
+ ifeq "$(CC)" "clang"
+   CFLAGS += -Wunreachable-code
+@@ -40,7 +40,6 @@ else ifeq "$(build)" "sanitize"
+   LDFLAGS += -fsanitize=address
+ else ifeq "$(build)" "release"
+   CFLAGS += -O2
+-  LDFLAGS += -Wl,-s
+ endif
+ 
+ ifeq "$(HAVE_READLINE)" "yes"

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-14 01:50:19 UTC (rev 1072694)
+++ PKGBUILD2021-12-14 01:50:49 UTC (rev 1072695)
@@ -1,28 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgname=mujs
-pkgver=1.1.3
-pkgrel=1
-pkgdesc='An embeddable Javascript interpreter in C'
-arch=('x86_64')
-url='https://mujs.com/'
-license=('ISC')
-depends=('readline')
-source=("https://github.com/ccxvii/mujs/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'010-mujs-use-arch-flags.patch')
-sha256sums=('4eeccf9f449cd9823b9ee8ca147137af06ffb5e8bf6cdcc467c3d60e7f311cd4'
-'aa60ade4da8d0ef5261bf6c2e73b170ba47931ae6fc2cad61b5959cdb780c744')
-
-prepare() {
-patch -d "${pkgname}-${pkgver}" -Np1 -i 
"${srcdir}/010-mujs-use-arch-flags.patch"
-}
-
-build() {
-make -C "${pkgname}-${pkgver}" release shared
-}
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" prefix='/usr' 
install-shared
-install -D -m644 "${pkgname}-${pkgver}/docs"/* -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-install -D -m644 "${pkgname}-${pkgver}/COPYING" 
"${pkgdir}/usr/share/licenses/mujs/LICENSE"
-}

Copied: mujs/repos/community-x86_64/PKGBUILD (from rev 1072694, 
mujs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-14 01:50:49 UTC (rev 1072695)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel Bermond 
+
+pkgname=mujs
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='An embeddable Javascript interpreter in C'
+arch=('x86_64')
+url='https://mujs.com/'
+license=('ISC')
+depends=('readline')
+source=("https://github.com/ccxvii/mujs/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'010-mujs-use-arch-flags.patch')
+sha256sums=('bbb74b96c168e7120f1aa2ce0a42026eba01cff14a9234108c91795f3a4c8cd0'
+'83d67d384e27f285f128034a6c732dff97eeda47d141db83836e6ce70d4db9fd')
+
+prepare() {
+patch -d "${pkgname}-${pkgver}" -Np1 -i 
"${srcdir}/010-mujs-use-arch-flags.patch"
+}
+
+build() {
+make -C "${pkgname}-${pkgver}" release shared
+}
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" prefix='/usr' 
install-shared
+install -D -m644 "${pkgname}-${pkgver}/docs"/* -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+install -D -m644 "${pkgname}-${pkgver}/COPYING" 
"${pkgdir}/usr/share/licenses/mujs/LICENSE"
+}



[arch-commits] Commit in mujs/trunk (010-mujs-use-arch-flags.patch PKGBUILD)

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 01:50:19
  Author: dbermond
Revision: 1072694

upgpkg: mujs 1.2.0-1

Modified:
  mujs/trunk/010-mujs-use-arch-flags.patch
  mujs/trunk/PKGBUILD

---+
 010-mujs-use-arch-flags.patch |4 ++--
 PKGBUILD  |6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: 010-mujs-use-arch-flags.patch
===
--- 010-mujs-use-arch-flags.patch   2021-12-14 01:47:03 UTC (rev 1072693)
+++ 010-mujs-use-arch-flags.patch   2021-12-14 01:50:19 UTC (rev 1072694)
@@ -1,6 +1,6 @@
 --- a/Makefile
 +++ b/Makefile
-@@ -17,7 +17,7 @@ endif
+@@ -23,7 +23,7 @@ endif
  
  # Compiler flags for various configurations:
  
@@ -9,7 +9,7 @@
  
  ifeq "$(CC)" "clang"
CFLAGS += -Wunreachable-code
-@@ -34,7 +34,6 @@ else ifeq "$(build)" "sanitize"
+@@ -40,7 +40,6 @@ else ifeq "$(build)" "sanitize"
LDFLAGS += -fsanitize=address
  else ifeq "$(build)" "release"
CFLAGS += -O2

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:47:03 UTC (rev 1072693)
+++ PKGBUILD2021-12-14 01:50:19 UTC (rev 1072694)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=mujs
-pkgver=1.1.3
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='An embeddable Javascript interpreter in C'
 arch=('x86_64')
@@ -10,8 +10,8 @@
 depends=('readline')
 
source=("https://github.com/ccxvii/mujs/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
 '010-mujs-use-arch-flags.patch')
-sha256sums=('4eeccf9f449cd9823b9ee8ca147137af06ffb5e8bf6cdcc467c3d60e7f311cd4'
-'aa60ade4da8d0ef5261bf6c2e73b170ba47931ae6fc2cad61b5959cdb780c744')
+sha256sums=('bbb74b96c168e7120f1aa2ce0a42026eba01cff14a9234108c91795f3a4c8cd0'
+'83d67d384e27f285f128034a6c732dff97eeda47d141db83836e6ce70d4db9fd')
 
 prepare() {
 patch -d "${pkgname}-${pkgver}" -Np1 -i 
"${srcdir}/010-mujs-use-arch-flags.patch"



[arch-commits] Commit in fs-uae-launcher/repos/community-any (6 files)

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 01:47:03
  Author: dbermond
Revision: 1072693

archrelease: copy trunk to community-any

Added:
  fs-uae-launcher/repos/community-any/010-fs-uae-launcher-fix-install-path.patch
(from rev 1072692, 
fs-uae-launcher/trunk/010-fs-uae-launcher-fix-install-path.patch)
  fs-uae-launcher/repos/community-any/020-fs-uae-launcher-remove-python2.patch
(from rev 1072692, 
fs-uae-launcher/trunk/020-fs-uae-launcher-remove-python2.patch)
  fs-uae-launcher/repos/community-any/PKGBUILD
(from rev 1072692, fs-uae-launcher/trunk/PKGBUILD)
Deleted:
  fs-uae-launcher/repos/community-any/010-fs-uae-launcher-fix-install-path.patch
  fs-uae-launcher/repos/community-any/020-fs-uae-launcher-remove-python2.patch
  fs-uae-launcher/repos/community-any/PKGBUILD

+
 010-fs-uae-launcher-fix-install-path.patch |   22 +++
 020-fs-uae-launcher-remove-python2.patch   |   80 +--
 PKGBUILD   |   72 
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: 010-fs-uae-launcher-fix-install-path.patch
===
--- 010-fs-uae-launcher-fix-install-path.patch  2021-12-14 01:46:25 UTC (rev 
1072692)
+++ 010-fs-uae-launcher-fix-install-path.patch  2021-12-14 01:47:03 UTC (rev 
1072693)
@@ -1,11 +0,0 @@
 a/fs-uae-launcher
-+++ b/fs-uae-launcher
-@@ -13,6 +13,8 @@ if sys.version_info[0] < 3 or sys.versio
- 
- if os.environ.get("FSGS_PYTHONPATH", ""):
- sys.path.insert(0, os.environ.get("FSGS_PYTHONPATH"))
-+else:
-+sys.path.insert(0, "/usr/share/fs-uae-launcher")
- 
- if os.getcwd().startswith("C:\\msys64\\home\\"):
- os.environ["PATH"] = "C:\\msys64\\mingw64\\bin;" + os.environ["PATH"]

Copied: 
fs-uae-launcher/repos/community-any/010-fs-uae-launcher-fix-install-path.patch 
(from rev 1072692, 
fs-uae-launcher/trunk/010-fs-uae-launcher-fix-install-path.patch)
===
--- 010-fs-uae-launcher-fix-install-path.patch  (rev 0)
+++ 010-fs-uae-launcher-fix-install-path.patch  2021-12-14 01:47:03 UTC (rev 
1072693)
@@ -0,0 +1,11 @@
+--- a/fs-uae-launcher
 b/fs-uae-launcher
+@@ -13,6 +13,8 @@ if sys.version_info[0] < 3 or sys.versio
+ 
+ if os.environ.get("FSGS_PYTHONPATH", ""):
+ sys.path.insert(0, os.environ.get("FSGS_PYTHONPATH"))
++else:
++sys.path.insert(0, "/usr/share/fs-uae-launcher")
+ 
+ if os.getcwd().startswith("C:\\msys64\\home\\"):
+ os.environ["PATH"] = "C:\\msys64\\mingw64\\bin;" + os.environ["PATH"]

Deleted: 020-fs-uae-launcher-remove-python2.patch
===
--- 020-fs-uae-launcher-remove-python2.patch2021-12-14 01:46:25 UTC (rev 
1072692)
+++ 020-fs-uae-launcher-remove-python2.patch2021-12-14 01:47:03 UTC (rev 
1072693)
@@ -1,40 +0,0 @@
 a/amitools/tools/geotool.py
-+++ b/amitools/tools/geotool.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- 
- from __future__ import absolute_import
- from __future__ import print_function
 a/amitools/tools/rdbtool.py
-+++ b/amitools/tools/rdbtool.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- # rdbtool
- # swiss army knife for rdb disk images or devices
- 
 a/amitools/tools/xdfscan.py
-+++ b/amitools/tools/xdfscan.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- # xdfscan
- # quickly scan large sets of Amiga disk image files
- 
 a/amitools/tools/xdftool.py
-+++ b/amitools/tools/xdftool.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- # xdftool
- # swiss army knife for adf and hdf amiga disk images
- 
 a/amitools/util/BlkDevTools.py
-+++ b/amitools/util/BlkDevTools.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- # based heavily on "iops" by Benjamin Schweizer
- # https://github.com/gopher/iops
- 

Copied: 
fs-uae-launcher/repos/community-any/020-fs-uae-launcher-remove-python2.patch 
(from rev 1072692, 
fs-uae-launcher/trunk/020-fs-uae-launcher-remove-python2.patch)
===
--- 020-fs-uae-launcher-remove-python2.patch(rev 0)
+++ 020-fs-uae-launcher-remove-python2.patch2021-12-14 01:47:03 UTC (rev 
1072693)
@@ -0,0 +1,40 @@
+--- a/amitools/tools/geotool.py
 b/amitools/tools/geotool.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python2.7
++#!/usr/bin/env python
+ 
+ from __future__ import absolute_import
+ from __future__ import print_function
+--- a/amitools/tools/rdbtool.py
 b/amitools/tools/rdbtool.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python2.7
++#!/usr/bin/env python
+ # rdbtool
+ # swiss army knife for rdb disk images or devices
+ 
+--- a/amitools/tools/xdfscan.py
 b/amitools/tools/xdfscan.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python2.7
++#!/usr/bin/env python
+ 

[arch-commits] Commit in fs-uae-launcher/trunk (PKGBUILD)

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 01:46:25
  Author: dbermond
Revision: 1072692

upgpkg: fs-uae-launcher 3.1.64-1

Modified:
  fs-uae-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:46:06 UTC (rev 1072691)
+++ PKGBUILD2021-12-14 01:46:25 UTC (rev 1072692)
@@ -3,8 +3,8 @@
 # Contributor: Guilherme Calé 
 
 pkgname=fs-uae-launcher
-pkgver=3.1.46
-pkgrel=2
+pkgver=3.1.64
+pkgrel=1
 pkgdesc='Graphical user interface for the fs-uae Amiga emulator'
 arch=('any')
 url='https://fs-uae.net/launcher/'
@@ -17,7 +17,7 @@
 
source=("https://fs-uae.net/files/FS-UAE-Launcher/Stable/${pkgver}/${pkgname}-${pkgver}.tar.xz;
 '010-fs-uae-launcher-fix-install-path.patch'
 '020-fs-uae-launcher-remove-python2.patch')
-sha256sums=('9e0f922f8ae1fbd4220e78c24cabd98b6ee5fbd5f91cf74acd652acc3b45715e'
+sha256sums=('de22bd78844b477c07a0d83ed22b5db452915390b026dcd2e4a20ba968e2dd9c'
 '4ec36185146f46286a6168162837605e1e2cbb6f4e405996d7f6373bf29fac6f'
 'f0616c0d181733120c68fea2f158eb27e90c3f07c23cd93b042a5ae240cfdd5e')
 



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

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 01:46:06
  Author: dbermond
Revision: 1072691

archrelease: copy trunk to community-x86_64

Added:
  fs-uae/repos/community-x86_64/PKGBUILD
(from rev 1072690, fs-uae/trunk/PKGBUILD)
Deleted:
  fs-uae/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-14 01:45:38 UTC (rev 1072690)
+++ PKGBUILD2021-12-14 01:46:06 UTC (rev 1072691)
@@ -1,31 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Contributor: Jonathan Steel 
-# Contributor: Sebastian Wolf < fatmike303 at gmail dot com >
-# Contributor: Guilherme Calé 
-
-pkgname=fs-uae
-pkgver=3.1.53
-pkgrel=1
-pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games'
-arch=('x86_64')
-url='https://fs-uae.net/'
-license=('GPL2')
-depends=('glib2' 'libmpeg2' 'libpng' 'libx11' 'openal' 'sdl2' 'zlib'
- 'hicolor-icon-theme')
-optdepends=('fs-uae-launcher: for the graphical user interface')
-makedepends=('libxi' 'zip')
-source=("https://fs-uae.net/files/FS-UAE/Stable/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('2c7c71fe325af6e49ce1da5c47d746009530745f54887cac53b5e02038d05339')
-
-build() {
-cd "${pkgname}-${pkgver}"
-
-# need to disable the jit compiler to add PIE to binaries
-./configure --prefix='/usr' --disable-jit
-
-make 
-}
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
-}

Copied: fs-uae/repos/community-x86_64/PKGBUILD (from rev 1072690, 
fs-uae/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-14 01:46:06 UTC (rev 1072691)
@@ -0,0 +1,31 @@
+# Maintainer : Daniel Bermond 
+# Contributor: Jonathan Steel 
+# Contributor: Sebastian Wolf < fatmike303 at gmail dot com >
+# Contributor: Guilherme Calé 
+
+pkgname=fs-uae
+pkgver=3.1.62
+pkgrel=1
+pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games'
+arch=('x86_64')
+url='https://fs-uae.net/'
+license=('GPL2')
+depends=('glib2' 'libmpeg2' 'libpng' 'libx11' 'openal' 'sdl2' 'zlib'
+ 'hicolor-icon-theme')
+optdepends=('fs-uae-launcher: for the graphical user interface')
+makedepends=('libxi' 'zip')
+source=("https://fs-uae.net/files/FS-UAE/Stable/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('57581355fe5cb9a01c2cd2289c1dce50e42694d7105454fd9d75206fdf91c467')
+
+build() {
+cd "${pkgname}-${pkgver}"
+
+# need to disable the jit compiler to add PIE to binaries
+./configure --prefix='/usr' --disable-jit
+
+make 
+}
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}



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

2021-12-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, December 14, 2021 @ 01:45:38
  Author: dbermond
Revision: 1072690

upgpkg: fs-uae 3.1.62-1

Modified:
  fs-uae/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:43:22 UTC (rev 1072689)
+++ PKGBUILD2021-12-14 01:45:38 UTC (rev 1072690)
@@ -4,7 +4,7 @@
 # Contributor: Guilherme Calé 
 
 pkgname=fs-uae
-pkgver=3.1.53
+pkgver=3.1.62
 pkgrel=1
 pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('fs-uae-launcher: for the graphical user interface')
 makedepends=('libxi' 'zip')
 
source=("https://fs-uae.net/files/FS-UAE/Stable/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('2c7c71fe325af6e49ce1da5c47d746009530745f54887cac53b5e02038d05339')
+sha256sums=('57581355fe5cb9a01c2cd2289c1dce50e42694d7105454fd9d75206fdf91c467')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2021-12-13 Thread Andrew Crerar via arch-commits
Date: Tuesday, December 14, 2021 @ 01:43:22
  Author: andrewsc
Revision: 1072689

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

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

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

2021-12-13 Thread Andrew Crerar via arch-commits
Date: Tuesday, December 14, 2021 @ 01:43:04
  Author: andrewsc
Revision: 1072688

upgpkg: firefox-developer-edition-i18n 96.0b4-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:37:23 UTC (rev 1072687)
+++ PKGBUILD2021-12-14 01:43:04 UTC (rev 1072688)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=96.0b3
+pkgver=96.0b4
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('91785f283b78c34f239aebc86800086aa423d8e7a17b1af52c4ee32197ffcf1b7c1d3d865d7cb57557ff3128abc3e57d804a22abfd836e4707cde117bf09'
-
'0e714b333c9eda182ed3e4f660ed98f60b5aca2ac42a594cc187403790b0893d3223ec4ead97aa64b7c358498d897c998f171ed91998145b812b3be05a5c2659'
-
'569506258ab2824ee367382b8b281ea5bb3e6bed0ffcb12b7fa1f615ea096de03b7f3ee195c89df97b4daa2c23814f239cd7d78eae73ae6e2b956841ef3c1177'
-
'729ee0427625848bc86a5440fb99337739a541815dc24b7ee17264c58ddd3d020338a54ec0d2a3592d60407879fd210f4dfbf183ce8fcd8ea062a7823719a215'
-
'cabee66636105cf83c7d20ea3840e0ea59b3db2e2d5c4535b980a46179b52729c2f37d1748b32f0892f00d402cc626eb1da6a465a86f00774ee28b7d25d7c4e7'
-
'e1e75e5944b99e3e43c3b84c4381c374a4cdaf75cfa920155b6e497109ca0b5847a8853020e785baca3f55070596a66c3d7c01221d669967dff5ffe64d63bf65'
-
'd3da86c50158a4633ca41915e6bf2873fed5523f5e38058de0c4da3e998fe256ffcf44302088e9eb45029492536f35ed98d9091b131262d2cef2cdbf37fa2a34'
-
'7168224849e8471c9bdec160f05332128b34136ca82c37e661dcf4359a8d8fb93b8a8161400ca38b090f26dcbe5d25653e518cc87ea8be1f0778f1cf70766f91'
-
'8c0b890ac4e0ac905990f664bd53d088c2448cdb82ce0baa9d9c86641b603f0f825e0b364ae281668b5420edfc2af6eaa1f4db6ac88186eab7193beb01abae9c'
-
'80fdb231299053ec88966086f7f9a66e905ecb52b0c696d5b959b0ddb72eadd319f86828526561c4fe95d2d5be4b225a32be9055d29cecdbe5e068ec5463b5c1'
-
'263bbeacfc0fa4e36f15b664395707b11c154d2bc81407759e92431c7bc4c21986a127e93aa05c440d96096c34328188ca13222ddffa8e573971458f382aa566'
-
'6db26c7fe8f0646194b936a56243c1163d49ad09eafcd42d05288025a57991fcc672e607e66600f048e298d6cdc6b0b14102c0443d31b51990ddcd3ce3c3cf51'
-
'f34a346d49eb6bf2aa7e8bc9e674f370af016569aed8dd862e68ca905fdaf0e64e4110e4bde6ff30060363cd9071fb89806c2962112644979caf8a00543d0688'
-
'e92653481fb358e21fdb98ef463cc1f39fb43c098f6c0738b6b91529e029ef916713ec4228b6dab57eff1438377caaa655d544dc2c9fc12a8fed7cbaca4c10b6'
-
'3d750cec3cffda2faf258d64b3747a80f2ec84ce4d5c3e6c3df55f94f96bfd2bae303f432606cc108f98ed8043e04c4223b0230f95314839ee4b5fe0a649fdc5'
-
'59c99ac3a3881ccfae549fef9cb5b604acc418ba390353dfbc3492934a61ffa7c49716e5cfc42c6f1523e39c2c5d8ab75e010bb55e9038fb10a872bc5c13705c'
-
'c27f6ceae6312b28fe5fa1e79f455a5b71afff62c5e2ec1e2fd6ce2b08471cdb0a346a8e0e2f8bf5512ac4522d0c9f52af60d3fdbf7f215bdd5c0692ed9c8ab1'
-
'f3f6083a1b56239768e397fc0dbe719f5075c56a35b4bfcb9c69902013d23e6470cc358672740335bc65351fb24665bd23ff81dceb7296ac03bdbc9fab4c4a18'
-
'0578c98161d2c58dda9416f03602d1b8580e00d6af6cb6eb281ccd53fbdaaadc0a70875f359c456d4ce9c27534e800ff198eb383ac00bfe954bd2d757fd9'
-
'a17ccaf30bf39b055c870a8fbe097322bbba90d044dafac8a72d22f86a6e08d78fca1eb9fe48847baf71fdd77e81dc734cfe1f05cfa3560b68ee334e9c595c53'
-
'27db9afa7e1b37a993444fa5c5f4d48da822d1d96592f126ecb7a7ddd99f959347aebaa17696bed5a73d16c544e0c3bc665424cf37e7a5f32397880bc3e1a1a4'
-
'91c7a79b994db88cc3e3220dfb436d616e57a58753ff877a537cd81bbd301a97d34caa10644e1c443c7897bccae2539eeb9d963cb1d1fd61e3b55feb0568d14e'
-
'6766b0afa848074721c8807dedff65766506e61faaa672e961ecdebfe32288bd68d0134397ece18f6c9bb0be27aade3a2a63b2b079d2a8eaa063f3fc398b33e5'
-
'd1ad04e0424ef12f244da23c11fe123c70d7f7150e05344ab9280b8966432eb80a5d08468b6615d67e426b6b908e3511866b2936299e6f03350c9b8f74c196c1'
-
'0bc70a0bd4d66b406234d501537d9dcb906781e6f705f7294160a7483e024e28f0d09d0f95fa8e7b68696aa8de2b243b977acc21909b464531c9560a5c2a964f'
-
'2271001073f8219b1f25c11a8d3a8a924775b1f8a92baf161ec352db9b0ef77ed0253229ec851840f33ec9002e6527e70d7dff39310836373a2d99b48322daa3'
-
'4e682010ee5995f0c9b0f22316c248b2a458bb469f2568e3d523f5505a61d59e69fd0a856e1c93c87babd88c90ca4db427fd9ba188facbed9b983520989e0431'
-
'1e561b33300d9bc398890155c90100ccc5624715ca3f1bcf6c398c1040dc80aa500d7692ef86ad47f8aeae45cb9724dc110ec66f9199d11d5d3893f66ea4ef04'
-

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

2021-12-13 Thread Andrew Crerar via arch-commits
Date: Tuesday, December 14, 2021 @ 01:36:50
  Author: andrewsc
Revision: 1072686

upgpkg: firefox-developer-edition 96.0b4-1

- Added patch for wl_proxy_marshal_flags. See:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1745560

Added:
  
firefox-developer-edition/trunk/add-missing-stub-for-wl_proxy_marshal_flags.patch
Modified:
  firefox-developer-edition/trunk/PKGBUILD

---+
 PKGBUILD  |9 +++--
 add-missing-stub-for-wl_proxy_marshal_flags.patch |   15 +++
 2 files changed, 22 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:29:01 UTC (rev 1072685)
+++ PKGBUILD2021-12-14 01:36:50 UTC (rev 1072686)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=96.0b3
+pkgver=96.0b4
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -24,12 +24,14 @@
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
+add-missing-stub-for-wl_proxy_marshal_flags.patch
 "$pkgname".desktop
 identity-icons-brand.svg)
-sha512sums=('5bdba6b844dca5d05c886f5ebb9919362be1d37651249fa6e03e87ab3fa1c9bd31fdf85cf1732a0e5519320b5926045b2dbfc4ff9ff1d86ace9a1e8b8c5db776'
+sha512sums=('f4816a580069aa70bf8279a94921318fd65ef9b6bfee644c66507b1d5037a3e217851726a00bb98f210f00e8c3a83605ab2886cff47ae729b1b46c52ae1853e2'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'f00f547a55df90a2f96c7b5f3a3c46b033f985db9a12257cb57f617ae8e0df9558baf6a79a7825f4866de45f9f4875cbbf1f0b99cd44371e047c6bc5dc6c78ba'
+
'76306d11023143938434bdb9174f11a73dd1b49590b6baa09035d16963c39f38cbb0b56839c53bee20b60319348e62d12ae67b4bead67429aac56f732239156b'
 
'2ff0cb8e2eb94cee306b488adf6d7f4debbaff6155be3ed3814cdb356e2e60fe38cc29d6c8d10079937fd2c930cfddf283977cf645395d31eaf76c7f0ac2'
 
'b579b73176c72a5ecf36e3f63bba08fdb8041ae99d54e5cab906660fed6a9cf2311f7ca1ec1649e451cc6d5a4b1e6060b974b1d7befe9c8df3c5a89c50383c17')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
@@ -54,6 +56,9 @@
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
   patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch
 
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1745560
+  patch -Np1 -i ../add-missing-stub-for-wl_proxy_marshal_flags.patch
+
   echo -n "$_google_api_key" > google-api-key
   echo -n "$_mozilla_api_key" > mozilla-api-key
 

Added: add-missing-stub-for-wl_proxy_marshal_flags.patch
===
--- add-missing-stub-for-wl_proxy_marshal_flags.patch   
(rev 0)
+++ add-missing-stub-for-wl_proxy_marshal_flags.patch   2021-12-14 01:36:50 UTC 
(rev 1072686)
@@ -0,0 +1,15 @@
+diff --git a/widget/gtk/mozwayland/mozwayland.c 
b/widget/gtk/mozwayland/mozwayland.c
+--- a/widget/gtk/mozwayland/mozwayland.c
 b/widget/gtk/mozwayland/mozwayland.c
+@@ -200,3 +200,10 @@
+ 
+ MOZ_EXPORT void wl_list_insert_list(struct wl_list* list,
+ struct wl_list* other) {}
++
++MOZ_EXPORT struct wl_proxy* wl_proxy_marshal_flags(
++struct wl_proxy* proxy, uint32_t opcode,
++const struct wl_interface* interface, uint32_t version, uint32_t flags,
++...) {
++  return NULL;
++}
+



[arch-commits] Commit in haskell-call-stack/repos/community-staging-x86_64 (2 files)

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:29:01
  Author: felixonmars
Revision: 1072685

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-call-stack/repos/community-staging-x86_64/PKGBUILD
(from rev 1072684, haskell-call-stack/trunk/PKGBUILD)
Deleted:
  haskell-call-stack/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-14 01:28:53 UTC (rev 1072684)
+++ PKGBUILD2021-12-14 01:29:01 UTC (rev 1072685)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Roger Duran 
-
-_hkgname=call-stack
-pkgname=haskell-call-stack
-pkgver=0.4.0
-pkgrel=24
-pkgdesc="Use GHC call-stacks in a backward compatible way"
-url="https://github.com/sol/call-stack;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc' 'haskell-nanospec')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ab8ead1f9d6a71a6c70d2c484de4e42f3aecdcadd6d02f447b450e58b8556c7c4c293b8865ff154ea9bc6aca71cf5182034dc46265d364c4389882ab0ee3b937')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-runhaskell Setup build $MAKEFLAGS
-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 --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-call-stack/repos/community-staging-x86_64/PKGBUILD (from rev 
1072684, haskell-call-stack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-14 01:29:01 UTC (rev 1072685)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+_hkgname=call-stack
+pkgname=haskell-call-stack
+pkgver=0.4.0
+pkgrel=25
+pkgdesc="Use GHC call-stacks in a backward compatible way"
+url="https://github.com/sol/call-stack;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-nanospec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ab8ead1f9d6a71a6c70d2c484de4e42f3aecdcadd6d02f447b450e58b8556c7c4c293b8865ff154ea9bc6aca71cf5182034dc46265d364c4389882ab0ee3b937')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:28:53
  Author: felixonmars
Revision: 1072684

upgpkg: haskell-call-stack 0.4.0-25: rebuild with hashable 1.3.4.1

Modified:
  haskell-call-stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:28:22 UTC (rev 1072683)
+++ PKGBUILD2021-12-14 01:28:53 UTC (rev 1072684)
@@ -4,7 +4,7 @@
 _hkgname=call-stack
 pkgname=haskell-call-stack
 pkgver=0.4.0
-pkgrel=24
+pkgrel=25
 pkgdesc="Use GHC call-stacks in a backward compatible way"
 url="https://github.com/sol/call-stack;
 license=("MIT")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:28:22
  Author: felixonmars
Revision: 1072683

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-nanospec/repos/community-staging-x86_64/PKGBUILD (from rev 
1072682, haskell-nanospec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:28:22 UTC (rev 1072683)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=nanospec
+pkgname=haskell-nanospec
+pkgver=0.2.2
+pkgrel=216
+pkgdesc="A lightweight implementation of a subset of Hspec's API"
+url="https://github.com/commercialhaskell/nanospec;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-silently')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6161b5cc1797a3fdcd07cad14deaa3edd6faa87309b5e8a31834d7c1dda23737fe4f2e763b13da7f5ef6f6ee3a9414f88b9ae01e5403320ba23d76404324a3b0')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:28:15
  Author: felixonmars
Revision: 1072682

upgpkg: haskell-nanospec 0.2.2-216: rebuild with hashable 1.3.4.1

Modified:
  haskell-nanospec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:27:41 UTC (rev 1072681)
+++ PKGBUILD2021-12-14 01:28:15 UTC (rev 1072682)
@@ -3,7 +3,7 @@
 _hkgname=nanospec
 pkgname=haskell-nanospec
 pkgver=0.2.2
-pkgrel=215
+pkgrel=216
 pkgdesc="A lightweight implementation of a subset of Hspec's API"
 url="https://github.com/commercialhaskell/nanospec;
 license=('MIT')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:27:41
  Author: felixonmars
Revision: 1072681

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 
1072680, haskell-hspec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:27:41 UTC (rev 1072681)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec
+pkgname=haskell-hspec
+pkgver=2.8.3
+pkgrel=73
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-core' 
'haskell-hspec-discover'
+ 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('29d939b66e12653dea3858d84ef52c699a418058c04709cc1e0d7172f885eed9b125441a78b090e2102fd522083356c4df95178d237ce8771d98b49bf18bc2eb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:27:34
  Author: felixonmars
Revision: 1072680

upgpkg: haskell-hspec 2.8.3-73: rebuild with hashable 1.3.4.1

Modified:
  haskell-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:26:58 UTC (rev 1072679)
+++ PKGBUILD2021-12-14 01:27:34 UTC (rev 1072680)
@@ -3,7 +3,7 @@
 _hkgname=hspec
 pkgname=haskell-hspec
 pkgver=2.8.3
-pkgrel=72
+pkgrel=73
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:26:58
  Author: felixonmars
Revision: 1072679

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-core/repos/community-staging-x86_64/
  haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD
(from rev 1072678, haskell-hspec-core/trunk/PKGBUILD)

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

Copied: haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD (from rev 
1072678, haskell-hspec-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:26:58 UTC (rev 1072679)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-core
+pkgname=haskell-hspec-core
+pkgver=2.8.3
+pkgrel=68
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 
'haskell-clock'
+ 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
+ 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
+makedepends=('ghc')
+checkdepends=('haskell-hspec-meta' 'haskell-silently' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('822b96f72b6ff42de68391f15a97726439f5a28dec3682a9021a4ac3ff770d4816c5d5bf7b47ebacebc3cca89072634a83cff9a404b49209f0dc12e1fe10f65e')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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
+# https://github.com/hspec/hspec/issues/432
+runhaskell Setup test || :
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:26:50
  Author: felixonmars
Revision: 1072678

upgpkg: haskell-hspec-core 2.8.3-68: rebuild with hashable 1.3.4.1 (rebuild 
pass 1, specified --nocheck)

Modified:
  haskell-hspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:25:57 UTC (rev 1072677)
+++ PKGBUILD2021-12-14 01:26:50 UTC (rev 1072678)
@@ -3,7 +3,7 @@
 _hkgname=hspec-core
 pkgname=haskell-hspec-core
 pkgver=2.8.3
-pkgrel=67
+pkgrel=68
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:25:57
  Author: felixonmars
Revision: 1072677

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-mockery/repos/community-staging-x86_64/PKGBUILD (from rev 
1072676, haskell-mockery/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:25:57 UTC (rev 1072677)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mockery
+pkgname=haskell-mockery
+pkgver=0.3.5
+pkgrel=326
+pkgdesc="Support functions for automated testing"
+url="https://github.com/hspec/mockery;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-temporary' 
'haskell-logging-facade')
+makedepends=('ghc')
+checkdepends=('haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bcb9bef083749028ec27ba879feca7c7a8f966f50b31fe1df3e82b3ac206b634b961755e4ee90ebc72ba8c17be3bbab6acf1b01776bca9497cc5cbc1ccb58850')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:25:50
  Author: felixonmars
Revision: 1072676

upgpkg: haskell-mockery 0.3.5-326: rebuild with hashable 1.3.4.1 (rebuild pass 
1, specified --nocheck)

Modified:
  haskell-mockery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:25:19 UTC (rev 1072675)
+++ PKGBUILD2021-12-14 01:25:50 UTC (rev 1072676)
@@ -4,7 +4,7 @@
 _hkgname=mockery
 pkgname=haskell-mockery
 pkgver=0.3.5
-pkgrel=325
+pkgrel=326
 pkgdesc="Support functions for automated testing"
 url="https://github.com/hspec/mockery;
 license=("MIT")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:25:19
  Author: felixonmars
Revision: 1072675

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-quickcheck/repos/community-staging-x86_64/
  haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 1072674, haskell-tasty-quickcheck/trunk/PKGBUILD)

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

Copied: haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 1072674, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:25:19 UTC (rev 1072675)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.10.1.2
+pkgrel=246
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-quickcheck' 
'haskell-random'
+ 'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc')
+checkdepends=('haskell-tasty-hunit' 'haskell-pcre-light')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('61cdecdf932b32da7b9c0df8249797725fd62fc1380f5b95984543c2757f49103cf3555e5ebbc800fa6457e7ca509ae44f4e7bf54241f8bf6cba05b3cca24a78')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:25:12
  Author: felixonmars
Revision: 1072674

upgpkg: haskell-tasty-quickcheck 0.10.1.2-246: rebuild with hashable 1.3.4.1

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:24:39 UTC (rev 1072673)
+++ PKGBUILD2021-12-14 01:25:12 UTC (rev 1072674)
@@ -4,7 +4,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.10.1.2
-pkgrel=245
+pkgrel=246
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:24:39
  Author: felixonmars
Revision: 1072673

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-temporary/repos/community-staging-x86_64/PKGBUILD (from rev 
1072672, haskell-temporary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:24:39 UTC (rev 1072673)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=temporary
+pkgname=haskell-temporary
+pkgver=1.3
+pkgrel=319
+pkgdesc="Portable temporary file and directory support"
+url="https://www.github.com/batterseapower/temporary;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-random')
+makedepends=('ghc')
+checkdepends=('haskell-base-compat' 'haskell-tasty' 'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e3078caf54da95c4efa9e9c936b35a98b62296ecce2242cd4e103605a9d29e8a9d6c7027dbf50d02b6a893bea558ea5b07dbb1df7c59bf26d86db76ccf112f25')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:24:31
  Author: felixonmars
Revision: 1072672

upgpkg: haskell-temporary 1.3-319: rebuild with hashable 1.3.4.1

Modified:
  haskell-temporary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:23:58 UTC (rev 1072671)
+++ PKGBUILD2021-12-14 01:24:31 UTC (rev 1072672)
@@ -4,7 +4,7 @@
 _hkgname=temporary
 pkgname=haskell-temporary
 pkgver=1.3
-pkgrel=318
+pkgrel=319
 pkgdesc="Portable temporary file and directory support"
 url="https://www.github.com/batterseapower/temporary;
 license=("BSD")



[arch-commits] Commit in haskell-tasty-inspection-testing/repos (2 files)

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:23:58
  Author: felixonmars
Revision: 1072671

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-inspection-testing/repos/community-staging-x86_64/
  haskell-tasty-inspection-testing/repos/community-staging-x86_64/PKGBUILD
(from rev 1072670, haskell-tasty-inspection-testing/trunk/PKGBUILD)

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

Copied: 
haskell-tasty-inspection-testing/repos/community-staging-x86_64/PKGBUILD (from 
rev 1072670, haskell-tasty-inspection-testing/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:23:58 UTC (rev 1072671)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tasty-inspection-testing
+pkgname=haskell-tasty-inspection-testing
+pkgver=0.1
+pkgrel=21
+pkgdesc="Inspection testing support for tasty"
+url="https://github.com/Bodigrim/tasty-inspection-testing;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-inspection-testing' 'haskell-tasty')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('1cfad60f4bb25d9889886e88a62a465f5dcedd6f96bc87b8a3e875cab2535ca1')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-tasty-inspection-testing/trunk (PKGBUILD)

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:23:51
  Author: felixonmars
Revision: 1072670

upgpkg: haskell-tasty-inspection-testing 0.1-21: rebuild with hashable 1.3.4.1

Modified:
  haskell-tasty-inspection-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:23:16 UTC (rev 1072669)
+++ PKGBUILD2021-12-14 01:23:51 UTC (rev 1072670)
@@ -3,7 +3,7 @@
 _hkgname=tasty-inspection-testing
 pkgname=haskell-tasty-inspection-testing
 pkgver=0.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Inspection testing support for tasty"
 url="https://github.com/Bodigrim/tasty-inspection-testing;
 license=("MIT")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:23:16
  Author: felixonmars
Revision: 1072669

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-smallcheck/repos/community-staging-x86_64/
  haskell-tasty-smallcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 1072668, haskell-tasty-smallcheck/trunk/PKGBUILD)

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

Copied: haskell-tasty-smallcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 1072668, haskell-tasty-smallcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:23:16 UTC (rev 1072669)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tasty-smallcheck
+pkgname=haskell-tasty-smallcheck
+pkgver=0.8.2
+pkgrel=200
+pkgdesc="SmallCheck support for the Tasty test framework"
+url="https://github.com/feuerbach/tasty;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-smallcheck' 
'haskell-tagged'
+ 'haskell-tasty')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ff816280315e26d20210f0dcbf55e32780aa9ef455d8d00b146d9daeed6afec5b6593cd8a8dc0b7c0bc7ff77da75f065f9c7253494f2c47150e2b7a6aa29fc6a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:23:00
  Author: felixonmars
Revision: 1072668

upgpkg: haskell-tasty-smallcheck 0.8.2-200: rebuild with hashable 1.3.4.1

Modified:
  haskell-tasty-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:22:29 UTC (rev 1072667)
+++ PKGBUILD2021-12-14 01:23:00 UTC (rev 1072668)
@@ -3,7 +3,7 @@
 _hkgname=tasty-smallcheck
 pkgname=haskell-tasty-smallcheck
 pkgver=0.8.2
-pkgrel=199
+pkgrel=200
 pkgdesc="SmallCheck support for the Tasty test framework"
 url="https://github.com/feuerbach/tasty;
 license=('MIT')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:22:29
  Author: felixonmars
Revision: 1072667

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-hunit/repos/community-staging-x86_64/
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 1072666, haskell-tasty-hunit/trunk/PKGBUILD)

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

Copied: haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
1072666, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:22:29 UTC (rev 1072667)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.10.0.3
+pkgrel=227
+pkgdesc="HUnit support for the Tasty test framework."
+url="https://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-tasty' 'haskell-call-stack')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('29adbf499b8079c12c756e031c3bebffa1c312cf623ff77d4fb2e85d3462ac6e71aa8a13c3e161ef04ad5bbf910c3bb5f4b62bc3825a030b690a90eea812b85a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:22:22
  Author: felixonmars
Revision: 1072666

upgpkg: haskell-tasty-hunit 0.10.0.3-227: rebuild with hashable 1.3.4.1

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:21:52 UTC (rev 1072665)
+++ PKGBUILD2021-12-14 01:22:22 UTC (rev 1072666)
@@ -4,7 +4,7 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.10.0.3
-pkgrel=226
+pkgrel=227
 pkgdesc="HUnit support for the Tasty test framework."
 url="https://documentup.com/feuerbach/tasty;
 license=("MIT")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:21:52
  Author: felixonmars
Revision: 1072665

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-math-functions/repos/community-staging-x86_64/
  haskell-math-functions/repos/community-staging-x86_64/PKGBUILD
(from rev 1072664, haskell-math-functions/trunk/PKGBUILD)

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

Copied: haskell-math-functions/repos/community-staging-x86_64/PKGBUILD (from 
rev 1072664, haskell-math-functions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:21:52 UTC (rev 1072665)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=math-functions
+pkgname=haskell-math-functions
+pkgver=0.3.4.2
+pkgrel=75
+pkgdesc="Special functions and Chebyshev polynomials"
+url="https://github.com/bos/math-functions;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class' "haskell-primitive" 
"haskell-vector")
+makedepends=('ghc' 'haskell-erf' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck' 'haskell-vector-th-unbox')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('cb29901294463edbba37e97445bb9ed039bdc43815c9bbd9b9bb92b87393e6e891f5840d337c6c06c7e30d26107d32a59c39ac51436be43dba00d0e2411a9053')
+
+build() {
+cd $_hkgname-$pkgver
+ 
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+   
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-system-expm1
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:21:45
  Author: felixonmars
Revision: 1072664

upgpkg: haskell-math-functions 0.3.4.2-75: rebuild with hashable 1.3.4.1 
(rebuild pass 1, specified --nocheck)

Modified:
  haskell-math-functions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:20:56 UTC (rev 1072663)
+++ PKGBUILD2021-12-14 01:21:45 UTC (rev 1072664)
@@ -4,7 +4,7 @@
 _hkgname=math-functions
 pkgname=haskell-math-functions
 pkgver=0.3.4.2
-pkgrel=74
+pkgrel=75
 pkgdesc="Special functions and Chebyshev polynomials"
 url="https://github.com/bos/math-functions;
 license=("BSD")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:20:56
  Author: felixonmars
Revision: 1072663

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 
1072662, haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:20:56 UTC (rev 1072663)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=1.4.2
+pkgrel=32
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/UnkindPartition/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-clock' 
'haskell-optparse-applicative'
+ 'haskell-tagged' 'haskell-unbounded-delays' 'haskell-wcwidth')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('71fdbbb9914096f5d133500afa01eeb8a9f71e77b25e70684a3155bd50ca6200c615b1b38f0686b066c796993c527a61156176e4fcc652ab93e66b829568b665')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fclock
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:20:49
  Author: felixonmars
Revision: 1072662

upgpkg: haskell-tasty 1.4.2-32: rebuild with hashable 1.3.4.1

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:20:03 UTC (rev 1072661)
+++ PKGBUILD2021-12-14 01:20:49 UTC (rev 1072662)
@@ -4,7 +4,7 @@
 _hkgname=tasty
 pkgname=haskell-tasty
 pkgver=1.4.2
-pkgrel=31
+pkgrel=32
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/UnkindPartition/tasty;
 license=("MIT")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:20:03
  Author: felixonmars
Revision: 1072661

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework-quickcheck2/repos/community-staging-x86_64/
  haskell-test-framework-quickcheck2/repos/community-staging-x86_64/PKGBUILD
(from rev 1072660, haskell-test-framework-quickcheck2/trunk/PKGBUILD)

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

Copied: 
haskell-test-framework-quickcheck2/repos/community-staging-x86_64/PKGBUILD 
(from rev 1072660, haskell-test-framework-quickcheck2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:20:03 UTC (rev 1072661)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-quickcheck2
+pkgname=haskell-test-framework-quickcheck2
+pkgver=0.3.0.5
+pkgrel=343
+pkgdesc="QuickCheck-2 support for the test-framework package"
+url="https://haskell.github.io/test-framework/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-test-framework' 'haskell-quickcheck' 
'haskell-extensible-exceptions'
+ 'haskell-random')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('58c6177d52829ba1ea1858a11101e5b21ae4e4543f8f829779f62208ad16083b41e9f3b2275392693698ef3d46912096c368d90db0d67ff136af4fa73d5e1d43')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.13/<3/;s/< *1.2/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:19:56
  Author: felixonmars
Revision: 1072660

upgpkg: haskell-test-framework-quickcheck2 0.3.0.5-343: rebuild with hashable 
1.3.4.1

Modified:
  haskell-test-framework-quickcheck2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:19:27 UTC (rev 1072659)
+++ PKGBUILD2021-12-14 01:19:56 UTC (rev 1072660)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-quickcheck2
 pkgname=haskell-test-framework-quickcheck2
 pkgver=0.3.0.5
-pkgrel=342
+pkgrel=343
 pkgdesc="QuickCheck-2 support for the test-framework package"
 url="https://haskell.github.io/test-framework/;
 license=("BSD")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:19:27
  Author: felixonmars
Revision: 1072659

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework-hunit/repos/community-staging-x86_64/
  haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 1072658, haskell-test-framework-hunit/trunk/PKGBUILD)

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

Copied: haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD 
(from rev 1072658, haskell-test-framework-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:19:27 UTC (rev 1072659)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-hunit
+pkgname=haskell-test-framework-hunit
+pkgver=0.3.0.2
+pkgrel=345
+pkgdesc="HUnit support for the test-framework package."
+url="https://batterseapower.github.io/test-framework/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hunit" "haskell-extensible-exceptions" 
"haskell-test-framework")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('068ca4326935746769aa4023076e9bd85d1753073c6e67d88daa6ccf2a69f3bafb87c3b03fd5ada612f6ddbdf2447b06ef8f853675cf0efe9eafd80606c40e32')
+
+prepare() {
+sed -i 's/HUnit >= 1.2 && < 1.4/HUnit >= 1.2 \&\& < 1.7/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-base3 -fbase4
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:19:20
  Author: felixonmars
Revision: 1072658

upgpkg: haskell-test-framework-hunit 0.3.0.2-345: rebuild with hashable 1.3.4.1

Modified:
  haskell-test-framework-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:18:49 UTC (rev 1072657)
+++ PKGBUILD2021-12-14 01:19:20 UTC (rev 1072658)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-hunit
 pkgname=haskell-test-framework-hunit
 pkgver=0.3.0.2
-pkgrel=344
+pkgrel=345
 pkgdesc="HUnit support for the test-framework package."
 url="https://batterseapower.github.io/test-framework/;
 license=("BSD")



[arch-commits] Commit in haskell-vector-th-unbox/repos (2 files)

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:18:49
  Author: felixonmars
Revision: 1072657

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-vector-th-unbox/repos/community-staging-x86_64/
  haskell-vector-th-unbox/repos/community-staging-x86_64/PKGBUILD
(from rev 1072656, haskell-vector-th-unbox/trunk/PKGBUILD)

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

Copied: haskell-vector-th-unbox/repos/community-staging-x86_64/PKGBUILD (from 
rev 1072656, haskell-vector-th-unbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:18:49 UTC (rev 1072657)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-th-unbox
+pkgname=haskell-vector-th-unbox
+pkgver=0.2.2
+pkgrel=8
+pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
+url="https://github.com/tsurucapital/vector-th-unbox;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vector')
+makedepends=('ghc' 'haskell-data-default')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('55af4bcced3a39464aca6dca95a8148498a698d9402a583b916aa178d58d3895cc609525416de53c0a39566b892c7b09296fc442db7851a19d071142cce72a46')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-vector-th-unbox/trunk (PKGBUILD)

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:18:42
  Author: felixonmars
Revision: 1072656

upgpkg: haskell-vector-th-unbox 0.2.2-8: rebuild with hashable 1.3.4.1

Modified:
  haskell-vector-th-unbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:18:06 UTC (rev 1072655)
+++ PKGBUILD2021-12-14 01:18:42 UTC (rev 1072656)
@@ -4,7 +4,7 @@
 _hkgname=vector-th-unbox
 pkgname=haskell-vector-th-unbox
 pkgver=0.2.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
 url="https://github.com/tsurucapital/vector-th-unbox;
 license=("BSD")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:18:06
  Author: felixonmars
Revision: 1072655

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-optparse-applicative/repos/community-staging-x86_64/
  haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD
(from rev 1072654, haskell-optparse-applicative/trunk/PKGBUILD)

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

Copied: haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD 
(from rev 1072654, haskell-optparse-applicative/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:18:06 UTC (rev 1072655)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+_hkgname=optparse-applicative
+pkgname=haskell-optparse-applicative
+pkgver=0.16.1.0
+pkgrel=165
+pkgdesc="Utilities and combinators for parsing command line options"
+url="https://github.com/pcapriotti/optparse-applicative;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-wl-pprint" "haskell-transformers-compat")
+makedepends=('ghc' 'uusi')
+checkdepends=('haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('46bdb37b1328a6dbf271dcdb3483266c0c8412fc489e68e32b114745d9cf0108dd49df6cb565df3470121931a769f11996f5fd9fd8e9e38ed6b6853faab56710')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -u transformers-compat $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:17:59
  Author: felixonmars
Revision: 1072654

upgpkg: haskell-optparse-applicative 0.16.1.0-165: rebuild with hashable 1.3.4.1

Modified:
  haskell-optparse-applicative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:17:03 UTC (rev 1072653)
+++ PKGBUILD2021-12-14 01:17:59 UTC (rev 1072654)
@@ -4,7 +4,7 @@
 _hkgname=optparse-applicative
 pkgname=haskell-optparse-applicative
 pkgver=0.16.1.0
-pkgrel=164
+pkgrel=165
 pkgdesc="Utilities and combinators for parsing command line options"
 url="https://github.com/pcapriotti/optparse-applicative;
 license=("BSD")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:17:03
  Author: felixonmars
Revision: 1072653

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-test-framework/repos/community-staging-x86_64/PKGBUILD (from 
rev 1072652, haskell-test-framework/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:17:03 UTC (rev 1072653)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework
+pkgname=haskell-test-framework
+pkgver=0.8.2.0
+pkgrel=361
+pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
+url="https://batterseapower.github.io/test-framework/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ansi-wl-pprint' 
'haskell-hostname'
+ 'haskell-old-locale' 'haskell-random' 'haskell-regex-posix' 
'haskell-xml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-libxml')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d8e7ea274819a1b49b9f938df527d22c808f456d25b84f03173ed5739c230fb037a57ce90c38f571801ee38e86bed6826df1c93f184e4a803c72ce5f41e4')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/< *0.6/<1/;s/< *0.9/<1/;s/< *1.9/<2/;s/< 
*1.2/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+# --enable-tests \  Doesn't work with new QuickCheck
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:16:56
  Author: felixonmars
Revision: 1072652

upgpkg: haskell-test-framework 0.8.2.0-361: rebuild with hashable 1.3.4.1

Modified:
  haskell-test-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:16:20 UTC (rev 1072651)
+++ PKGBUILD2021-12-14 01:16:56 UTC (rev 1072652)
@@ -4,7 +4,7 @@
 _hkgname=test-framework
 pkgname=haskell-test-framework
 pkgver=0.8.2.0
-pkgrel=360
+pkgrel=361
 pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
 url="https://batterseapower.github.io/test-framework/;
 license=("BSD")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:16:20
  Author: felixonmars
Revision: 1072651

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-default/repos/community-staging-x86_64/
  haskell-data-default/repos/community-staging-x86_64/PKGBUILD
(from rev 1072650, haskell-data-default/trunk/PKGBUILD)

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

Copied: haskell-data-default/repos/community-staging-x86_64/PKGBUILD (from rev 
1072650, haskell-data-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:16:20 UTC (rev 1072651)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+_hkgname=data-default
+pkgname=haskell-data-default
+pkgver=0.7.1.1
+pkgrel=178
+pkgdesc="A class for types with a default value"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class' 
'haskell-data-default-instances-containers' 
'haskell-data-default-instances-dlist' 
'haskell-data-default-instances-old-locale')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a31260c71178641e41f16fc504620f19ad04a44d2d095c96225b6027184c01ec0bf47effab5344816e438d7c37e34189255a9d3a5d643219b37054dde679d1bd')
+
+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 
-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:16:12
  Author: felixonmars
Revision: 1072650

upgpkg: haskell-data-default 0.7.1.1-178: rebuild with hashable 1.3.4.1

Modified:
  haskell-data-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:15:43 UTC (rev 1072649)
+++ PKGBUILD2021-12-14 01:16:12 UTC (rev 1072650)
@@ -3,7 +3,7 @@
 _hkgname=data-default
 pkgname=haskell-data-default
 pkgver=0.7.1.1
-pkgrel=177
+pkgrel=178
 pkgdesc="A class for types with a default value"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:15:43
  Author: felixonmars
Revision: 1072649

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-meta/repos/community-staging-x86_64/
  haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 1072648, haskell-hspec-meta/trunk/PKGBUILD)

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

Copied: haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD (from rev 
1072648, haskell-hspec-meta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:15:43 UTC (rev 1072649)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-meta
+pkgname=haskell-hspec-meta
+pkgver=2.7.8
+pkgrel=135
+pkgdesc="A version of Hspec which is used to test Hspec itself"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-setenv' 'haskell-random' 
'haskell-quickcheck-io'
+ 'haskell-ansi-terminal' 'haskell-clock' 'haskell-call-stack')
+makedepends=('ghc' 'uusi')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f3a6dc3159090b505b67eb9a852b7a56ef19985984e7326ffc7812af56d87c9418d5ad69e181bf777cdee39c146575a5fec2174dd94c2a3926a15ebcb45f22d0')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:15:36
  Author: felixonmars
Revision: 1072648

upgpkg: haskell-hspec-meta 2.7.8-135: rebuild with hashable 1.3.4.1

Modified:
  haskell-hspec-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:14:40 UTC (rev 1072647)
+++ PKGBUILD2021-12-14 01:15:36 UTC (rev 1072648)
@@ -3,7 +3,7 @@
 _hkgname=hspec-meta
 pkgname=haskell-hspec-meta
 pkgver=2.7.8
-pkgrel=134
+pkgrel=135
 pkgdesc="A version of Hspec which is used to test Hspec itself"
 url="http://hspec.github.io/;
 license=('MIT')



[arch-commits] Commit in haskell-ansi-wl-pprint/repos (2 files)

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:14:40
  Author: felixonmars
Revision: 1072647

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ansi-wl-pprint/repos/community-staging-x86_64/
  haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD
(from rev 1072646, haskell-ansi-wl-pprint/trunk/PKGBUILD)

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

Copied: haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD (from 
rev 1072646, haskell-ansi-wl-pprint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:14:40 UTC (rev 1072647)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ansi-wl-pprint
+pkgname=haskell-ansi-wl-pprint
+pkgver=0.6.9
+pkgrel=240
+pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
+url="https://github.com/ekmett/ansi-wl-pprint;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2a66236f740f0b45b6133555e8b1315dc85ece1c16dd51e4aa7f31d2fee03d66869af5f81e6383aa840f503c2cad46f3655f53b784ebca7b3480efb53eea2a04')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.10/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-example
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-ansi-wl-pprint/trunk (PKGBUILD)

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:14:32
  Author: felixonmars
Revision: 1072646

upgpkg: haskell-ansi-wl-pprint 0.6.9-240: rebuild with hashable 1.3.4.1

Modified:
  haskell-ansi-wl-pprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:14:00 UTC (rev 1072645)
+++ PKGBUILD2021-12-14 01:14:32 UTC (rev 1072646)
@@ -4,7 +4,7 @@
 _hkgname=ansi-wl-pprint
 pkgname=haskell-ansi-wl-pprint
 pkgver=0.6.9
-pkgrel=239
+pkgrel=240
 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
 url="https://github.com/ekmett/ansi-wl-pprint;
 license=("BSD")



[arch-commits] Commit in haskell-data-default-instances-dlist/repos (2 files)

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:14:00
  Author: felixonmars
Revision: 1072645

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-default-instances-dlist/repos/community-staging-x86_64/
  haskell-data-default-instances-dlist/repos/community-staging-x86_64/PKGBUILD
(from rev 1072644, haskell-data-default-instances-dlist/trunk/PKGBUILD)

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

Copied: 
haskell-data-default-instances-dlist/repos/community-staging-x86_64/PKGBUILD 
(from rev 1072644, haskell-data-default-instances-dlist/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:14:00 UTC (rev 1072645)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+_hkgname=data-default-instances-dlist
+pkgname=haskell-data-default-instances-dlist
+pkgver=0.0.1
+pkgrel=191
+pkgdesc="Default instances for types in dlist"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class' 'haskell-dlist')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b3794c296d5f1ca54badaab4c267b302967ce73ac649d8df031daafa17f66537bf670ee42fda1b75b92998eb4b8862c1e0a9bdd3716c31dfd0937c3c76b6f03d')
+
+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 
-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-data-default-instances-dlist/trunk (PKGBUILD)

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:13:53
  Author: felixonmars
Revision: 1072644

upgpkg: haskell-data-default-instances-dlist 0.0.1-191: rebuild with hashable 
1.3.4.1

Modified:
  haskell-data-default-instances-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:13:23 UTC (rev 1072643)
+++ PKGBUILD2021-12-14 01:13:53 UTC (rev 1072644)
@@ -3,7 +3,7 @@
 _hkgname=data-default-instances-dlist
 pkgname=haskell-data-default-instances-dlist
 pkgver=0.0.1
-pkgrel=190
+pkgrel=191
 pkgdesc="Default instances for types in dlist"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:13:23
  Author: felixonmars
Revision: 1072643

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ansi-terminal/repos/community-staging-x86_64/
  haskell-ansi-terminal/repos/community-staging-x86_64/PKGBUILD
(from rev 1072642, haskell-ansi-terminal/trunk/PKGBUILD)

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

Copied: haskell-ansi-terminal/repos/community-staging-x86_64/PKGBUILD (from rev 
1072642, haskell-ansi-terminal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:13:23 UTC (rev 1072643)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ansi-terminal
+pkgname=haskell-ansi-terminal
+pkgver=0.11
+pkgrel=182
+pkgdesc="Simple ANSI terminal support, with Windows compatibility"
+url="https://github.com/feuerbach/ansi-terminal;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-colour')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2a608da18bbb3d11373dc0c6ee1bf4c890d5d4e39a2b13e547c7a3a4060eb86789d6afa04d1bd9e5df91f3745ea33adea8b15df213d39e75eca296275a74700d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-example
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:13:16
  Author: felixonmars
Revision: 1072642

upgpkg: haskell-ansi-terminal 0.11-182: rebuild with hashable 1.3.4.1

Modified:
  haskell-ansi-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:12:38 UTC (rev 1072641)
+++ PKGBUILD2021-12-14 01:13:16 UTC (rev 1072642)
@@ -4,7 +4,7 @@
 _hkgname=ansi-terminal
 pkgname=haskell-ansi-terminal
 pkgver=0.11
-pkgrel=181
+pkgrel=182
 pkgdesc="Simple ANSI terminal support, with Windows compatibility"
 url="https://github.com/feuerbach/ansi-terminal;
 license=("BSD")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:12:38
  Author: felixonmars
Revision: 1072641

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-quickcheck-io/repos/community-staging-x86_64/
  haskell-quickcheck-io/repos/community-staging-x86_64/PKGBUILD
(from rev 1072640, haskell-quickcheck-io/trunk/PKGBUILD)

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

Copied: haskell-quickcheck-io/repos/community-staging-x86_64/PKGBUILD (from rev 
1072640, haskell-quickcheck-io/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:12:38 UTC (rev 1072641)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=quickcheck-io
+pkgname=haskell-quickcheck-io
+pkgver=0.2.0
+pkgrel=397
+pkgdesc="Use HUnit assertions as QuickCheck properties"
+url="https://github.com/hspec/quickcheck-io;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-quickcheck')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('02e1f40bac8f31f27c21d1d2df9f226816f9da871092b09f0451a8321e250c9e94887f94889be421c9d0034e0a27b02c907d16eb7da5a4376df42c7c1fbd01df')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:12:31
  Author: felixonmars
Revision: 1072640

upgpkg: haskell-quickcheck-io 0.2.0-397: rebuild with hashable 1.3.4.1

Modified:
  haskell-quickcheck-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:12:03 UTC (rev 1072639)
+++ PKGBUILD2021-12-14 01:12:31 UTC (rev 1072640)
@@ -3,7 +3,7 @@
 _hkgname=quickcheck-io
 pkgname=haskell-quickcheck-io
 pkgver=0.2.0
-pkgrel=396
+pkgrel=397
 pkgdesc="Use HUnit assertions as QuickCheck properties"
 url="https://github.com/hspec/quickcheck-io;
 license=('MIT')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:12:03
  Author: felixonmars
Revision: 1072639

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dlist/repos/community-staging-x86_64/PKGBUILD (from rev 
1072638, haskell-dlist/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:12:03 UTC (rev 1072639)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Don Stewart 
+# Contributor: Lex Black 
+
+_hkgname=dlist
+pkgname=haskell-dlist
+pkgver=1.0
+pkgrel=114
+pkgdesc="Differences lists"
+url="https://hackage.haskell.org/package/dlist;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8985b9e775e8d99c3d8cf59eabfb7ed13c395482186b086831a79afea9b980ee59e386856df82dcc030f430be55cc95fa057e962776fe37a371e8be5ae19abef')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 license.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+rm -f "$pkgdir"/usr/share/doc/$pkgname/license.md
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:11:56
  Author: felixonmars
Revision: 1072638

upgpkg: haskell-dlist 1.0-114: rebuild with hashable 1.3.4.1

Modified:
  haskell-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:11:20 UTC (rev 1072637)
+++ PKGBUILD2021-12-14 01:11:56 UTC (rev 1072638)
@@ -6,7 +6,7 @@
 _hkgname=dlist
 pkgname=haskell-dlist
 pkgver=1.0
-pkgrel=113
+pkgrel=114
 pkgdesc="Differences lists"
 url="https://hackage.haskell.org/package/dlist;
 license=('BSD')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:11:20
  Author: felixonmars
Revision: 1072637

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-vector/repos/community-staging-x86_64/PKGBUILD (from rev 
1072636, haskell-vector/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:11:20 UTC (rev 1072637)
@@ -0,0 +1,52 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-vector
+pkgver=0.12.3.1
+pkgrel=15
+pkgdesc="Efficient Arrays"
+url="https://hackage.haskell.org/package/vector;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-primitive')
+makedepends=('ghc' 'uusi' 'haskell-base-orphans' 'haskell-doctest' 
'haskell-hunit' 'haskell-quickcheck'
+ 'haskell-random' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz;)
+sha512sums=('bf117d53c7844c010dc1cee8b778851bd714155fd34e671ae2eb7bd324427de972389eb9f3f315832f20e7bbbecc93ec0f6296ab10e4935957d2a4e14c6cfd98')
+
+prepare() {
+  cd vector-${pkgver}
+  uusi -u doctest vector.cabal
+}
+
+build() {
+  cd "$srcdir"/vector-${pkgver}
+
+  if (( CHECKFUNC )); then
+  _opts=('--enable-tests')
+  else
+  _opts=('--disable-tests')
+  fi
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+  --prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+  --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+  runhaskell Setup build $MAKEFLAGS
+  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 vector-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd "$srcdir"/vector-${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 -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/${pkgname}/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:11:12
  Author: felixonmars
Revision: 1072636

upgpkg: haskell-vector 0.12.3.1-15: rebuild with hashable 1.3.4.1 (rebuild pass 
1, specified --nocheck)

Modified:
  haskell-vector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:07:51 UTC (rev 1072635)
+++ PKGBUILD2021-12-14 01:11:12 UTC (rev 1072636)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-vector
 pkgver=0.12.3.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Efficient Arrays"
 url="https://hackage.haskell.org/package/vector;
 license=("BSD")



[arch-commits] Commit in haskell-quickcheck-classes-base/repos (2 files)

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:07:51
  Author: felixonmars
Revision: 1072635

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-quickcheck-classes-base/repos/community-staging-x86_64/
  haskell-quickcheck-classes-base/repos/community-staging-x86_64/PKGBUILD
(from rev 1072634, haskell-quickcheck-classes-base/trunk/PKGBUILD)

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

Copied: haskell-quickcheck-classes-base/repos/community-staging-x86_64/PKGBUILD 
(from rev 1072634, haskell-quickcheck-classes-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:07:51 UTC (rev 1072635)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=quickcheck-classes-base
+pkgname=haskell-quickcheck-classes-base
+pkgver=0.6.2.0
+pkgrel=68
+pkgdesc="QuickCheck common typeclasses from 'base'"
+url="https://github.com/andrewthad/quickcheck-classes;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck')
+makedepends=('ghc' 'uusi')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('730255f74582081e65fa8c6b36ab8a2c26991a8e7d8140361151614e7a9619f178e50820cdfc3bf5771f1688dce369f9d71de683bc89481a20f8d2382ae4b58d')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-quickcheck-classes-base/trunk (PKGBUILD)

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:07:44
  Author: felixonmars
Revision: 1072634

upgpkg: haskell-quickcheck-classes-base 0.6.2.0-68: rebuild with hashable 
1.3.4.1

Modified:
  haskell-quickcheck-classes-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:07:02 UTC (rev 1072633)
+++ PKGBUILD2021-12-14 01:07:44 UTC (rev 1072634)
@@ -3,7 +3,7 @@
 _hkgname=quickcheck-classes-base
 pkgname=haskell-quickcheck-classes-base
 pkgver=0.6.2.0
-pkgrel=67
+pkgrel=68
 pkgdesc="QuickCheck common typeclasses from 'base'"
 url="https://github.com/andrewthad/quickcheck-classes;
 license=('MIT')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:07:02
  Author: felixonmars
Revision: 1072633

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 1072632, haskell-colour/trunk/PKGBUILD)

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

Copied: haskell-colour/repos/community-staging-x86_64/PKGBUILD (from rev 
1072632, haskell-colour/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:07:02 UTC (rev 1072633)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=colour
+pkgname=haskell-colour
+pkgver=2.3.6
+pkgrel=39
+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' 'uusi')
+checkdepends=('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=('82f7d92e46f7235706832be9d3a981bc09f729ef4e7f891dae85bf808f342e498aa152bc106f9c011ab0e79e5cc2d57067de596d774ad5010e9845df521ed275')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -u random $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
"${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:06:54
  Author: felixonmars
Revision: 1072632

upgpkg: haskell-colour 2.3.6-39: rebuild with hashable 1.3.4.1 (rebuild pass 1, 
specified --nocheck)

Modified:
  haskell-colour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:06:15 UTC (rev 1072631)
+++ PKGBUILD2021-12-14 01:06:54 UTC (rev 1072632)
@@ -4,7 +4,7 @@
 _hkgname=colour
 pkgname=haskell-colour
 pkgver=2.3.6
-pkgrel=38
+pkgrel=39
 pkgdesc="A model for human colour/color perception"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("MIT")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:06:15
  Author: felixonmars
Revision: 1072631

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-quickcheck/repos/community-staging-x86_64/PKGBUILD (from rev 
1072630, haskell-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:06:15 UTC (rev 1072631)
@@ -0,0 +1,50 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=QuickCheck
+pkgname=haskell-quickcheck
+pkgver=2.14.2
+pkgrel=235
+pkgdesc='Automatic testing of Haskell programs'
+url='https://hackage.haskell.org/package/QuickCheck'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-erf' 'haskell-random' 'haskell-splitmix')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('84decd354e6093bc72afd125410499dd4be3ae8fdbf0a3b466011b4dbcb5c5657e51ab75cfe22790e22bf4ac54cbb1203ff7a0d108e872ce60f4831be827a6e5')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure \
+-O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-ftemplateHaskell
+
+  runhaskell Setup build $MAKEFLAGS
+  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 --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh"
+  install -D -m744 unregister.sh 
"$pkgdir/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}
+
+# vim: ts=2 sw=2 et:



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:06:07
  Author: felixonmars
Revision: 1072630

upgpkg: haskell-quickcheck 2.14.2-235: rebuild with hashable 1.3.4.1

Modified:
  haskell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:04:33 UTC (rev 1072629)
+++ PKGBUILD2021-12-14 01:06:07 UTC (rev 1072630)
@@ -5,7 +5,7 @@
 _hkgname=QuickCheck
 pkgname=haskell-quickcheck
 pkgver=2.14.2
-pkgrel=234
+pkgrel=235
 pkgdesc='Automatic testing of Haskell programs'
 url='https://hackage.haskell.org/package/QuickCheck'
 license=('BSD')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:04:33
  Author: felixonmars
Revision: 1072629

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tf-random/repos/community-staging-x86_64/
  haskell-tf-random/repos/community-staging-x86_64/PKGBUILD
(from rev 1072628, haskell-tf-random/trunk/PKGBUILD)

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

Copied: haskell-tf-random/repos/community-staging-x86_64/PKGBUILD (from rev 
1072628, haskell-tf-random/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:04:33 UTC (rev 1072629)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander Rødseth 
+
+_hkgname=tf-random
+pkgname=haskell-tf-random
+pkgver=0.5
+pkgrel=394
+pkgdesc='High-quality splittable pseudorandom number generator'
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-random' 'haskell-primitive')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a766909571b4b37da9fa1aa9739bd2db8c32c0f64452fd7c3717f4578090e5227b763772858c6c311c5f366dd461421ffc3beb295455902fea1fb133deb7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:04:25
  Author: felixonmars
Revision: 1072628

upgpkg: haskell-tf-random 0.5-394: rebuild with hashable 1.3.4.1

Modified:
  haskell-tf-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:03:50 UTC (rev 1072627)
+++ PKGBUILD2021-12-14 01:04:25 UTC (rev 1072628)
@@ -3,7 +3,7 @@
 _hkgname=tf-random
 pkgname=haskell-tf-random
 pkgver=0.5
-pkgrel=393
+pkgrel=394
 pkgdesc='High-quality splittable pseudorandom number generator'
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:03:50
  Author: felixonmars
Revision: 1072627

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-random/repos/community-staging-x86_64/PKGBUILD (from rev 
1072626, haskell-random/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:03:50 UTC (rev 1072627)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.2.1
+pkgrel=24
+pkgdesc="Pseudo-random number generation"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-splitmix')
+makedepends=('ghc')
+checkdepends=('haskell-doctest' 'haskell-smallcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+  'haskell-tasty-inspection-testing' 'haskell-tasty-smallcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b130a90981de53b4fc3e7cf660224268d24bcceb9498d33827d9f43dc705c9a724c23999c4cf0222127f4c69daebf0d049d963abbea0a860135d661f9cc55731')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:03:43
  Author: felixonmars
Revision: 1072626

upgpkg: haskell-random 1.2.1-24: rebuild with hashable 1.3.4.1 (rebuild pass 1, 
specified --nocheck)

Modified:
  haskell-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:02:35 UTC (rev 1072625)
+++ PKGBUILD2021-12-14 01:03:43 UTC (rev 1072626)
@@ -4,7 +4,7 @@
 _hkgname=random
 pkgname=haskell-random
 pkgver=1.2.1
-pkgrel=23
+pkgrel=24
 pkgdesc="Pseudo-random number generation"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:02:35
  Author: felixonmars
Revision: 1072625

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-smallcheck/repos/community-staging-x86_64/PKGBUILD (from rev 
1072624, haskell-smallcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:02:35 UTC (rev 1072625)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=smallcheck
+pkgname=haskell-smallcheck
+pkgver=1.2.1
+pkgrel=101
+pkgdesc="A property-based testing library"
+url="https://github.com/feuerbach/smallcheck;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-logict')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('42706fb769423bd7f8c2fe7a52d23b8cb4a22bfaabf43b8c29db2923c6413191158801e43d5597258f42ce2430ec81546d172d90246c9d3cf0f9343694eb5eeb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:02:27
  Author: felixonmars
Revision: 1072624

upgpkg: haskell-smallcheck 1.2.1-101: rebuild with hashable 1.3.4.1

Modified:
  haskell-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:01:43 UTC (rev 1072623)
+++ PKGBUILD2021-12-14 01:02:27 UTC (rev 1072624)
@@ -3,7 +3,7 @@
 _hkgname=smallcheck
 pkgname=haskell-smallcheck
 pkgver=1.2.1
-pkgrel=100
+pkgrel=101
 pkgdesc="A property-based testing library"
 url="https://github.com/feuerbach/smallcheck;
 license=('BSD')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:01:43
  Author: felixonmars
Revision: 1072623

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-splitmix/repos/community-staging-x86_64/PKGBUILD (from rev 
1072622, haskell-splitmix/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:01:43 UTC (rev 1072623)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=splitmix
+pkgname=haskell-splitmix
+pkgver=0.1.0.4
+pkgrel=7
+pkgdesc="Fast Splittable PRNG"
+url="https://github.com/haskellari/splitmix;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'testu01' 'haskell-async' 'haskell-base-compat' 
'haskell-base-compat-batteries'
+ 'haskell-hunit' 'haskell-math-functions' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 'haskell-tf-random' 
'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9a5cbe8100d44fadeb8bf009b03b1770d6b86ef0f71d625e3fb909881d599f4122833647c13a78152369e2744327d5c3f8b552fdc6a47d2705891ca6331c268e')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:01:35
  Author: felixonmars
Revision: 1072622

upgpkg: haskell-splitmix 0.1.0.4-7: rebuild with hashable 1.3.4.1 (rebuild pass 
1, specified --nocheck)

Modified:
  haskell-splitmix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:00:58 UTC (rev 1072621)
+++ PKGBUILD2021-12-14 01:01:35 UTC (rev 1072622)
@@ -3,7 +3,7 @@
 _hkgname=splitmix
 pkgname=haskell-splitmix
 pkgver=0.1.0.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Fast Splittable PRNG"
 url="https://github.com/haskellari/splitmix;
 license=('BSD')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:00:58
  Author: felixonmars
Revision: 1072621

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-logict/repos/community-staging-x86_64/PKGBUILD (from rev 
1072620, haskell-logict/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:00:58 UTC (rev 1072621)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=logict
+pkgname=haskell-logict
+pkgver=0.7.1.0
+pkgrel=83
+pkgdesc="A backtracking logic-programming monad."
+url="http://code.haskell.org/~dolio/;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-async' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b6d37521ab1f9ec6c2fd5eea27f6d221680cc043a0fd6413c5ac37f1bfeb2d87a15fba92774d36b6a11cd685b2b78f6710441ca91dfd5aa376735d95425d6b53')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:00:48
  Author: felixonmars
Revision: 1072620

upgpkg: haskell-logict 0.7.1.0-83: rebuild with hashable 1.3.4.1 (rebuild pass 
1, specified --nocheck)

Modified:
  haskell-logict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 01:00:16 UTC (rev 1072619)
+++ PKGBUILD2021-12-14 01:00:48 UTC (rev 1072620)
@@ -3,7 +3,7 @@
 _hkgname=logict
 pkgname=haskell-logict
 pkgver=0.7.1.0
-pkgrel=82
+pkgrel=83
 pkgdesc="A backtracking logic-programming monad."
 url="http://code.haskell.org/~dolio/;
 license=('BSD')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:00:16
  Author: felixonmars
Revision: 1072619

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-async/repos/community-staging-x86_64/PKGBUILD (from rev 
1072618, haskell-async/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 01:00:16 UTC (rev 1072619)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.2.3
+pkgrel=89
+pkgdesc="Run IO operations asynchronously and wait for their results"
+url="https://github.com/simonmar/async;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hashable')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('99a7cd04d05362b6d007ec75a32cf0a6c11f4b3e46ab706349289f5bb0ad128fd2a9809e4d30634917a0a608b0d611c6d4e936ea36535c7c5ec167fead5f3248')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 01:00:07
  Author: felixonmars
Revision: 1072618

upgpkg: haskell-async 2.2.3-89: rebuild with hashable 1.3.4.1

Modified:
  haskell-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 00:59:31 UTC (rev 1072617)
+++ PKGBUILD2021-12-14 01:00:07 UTC (rev 1072618)
@@ -4,7 +4,7 @@
 _hkgname=async
 pkgname=haskell-async
 pkgver=2.2.3
-pkgrel=88
+pkgrel=89
 pkgdesc="Run IO operations asynchronously and wait for their results"
 url="https://github.com/simonmar/async;
 license=("BSD")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 00:59:31
  Author: felixonmars
Revision: 1072617

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-primitive/repos/community-staging-x86_64/PKGBUILD (from rev 
1072616, haskell-primitive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 00:59:31 UTC (rev 1072617)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Sergej Pupykin 
+
+pkgname=haskell-primitive
+pkgver=0.7.2.0
+pkgrel=29
+pkgdesc="Wrappers for primitive operations"
+url="https://hackage.haskell.org/package/primitive;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-base-orphans' 'haskell-quickcheck' 
'haskell-quickcheck-classes-base'
+  'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tagged'
+  'haskell-transformers-compat')
+source=("https://hackage.haskell.org/packages/archive/primitive/${pkgver}/primitive-${pkgver}.tar.gz;)
+sha512sums=('ff273e272255484ca9578758befd4ef549e9a067975dbdfd61fad444868746ea392e3fec4f161e102c93d3cda336923c7651acc6fa684e5c08dd78877dd0d05c')
+
+build() {
+  cd primitive-$pkgver
+
+  if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+  else
+_opts=('--disable-tests')
+  fi
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+  --prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+  --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+  runhaskell Setup build $MAKEFLAGS
+  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 primitive-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd primitive-$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 -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/${pkgname}/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 00:59:23
  Author: felixonmars
Revision: 1072616

upgpkg: haskell-primitive 0.7.2.0-29: rebuild with hashable 1.3.4.1 (rebuild 
pass 1, specified --nocheck)

Modified:
  haskell-primitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 00:57:55 UTC (rev 1072615)
+++ PKGBUILD2021-12-14 00:59:23 UTC (rev 1072616)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-primitive
 pkgver=0.7.2.0
-pkgrel=28
+pkgrel=29
 pkgdesc="Wrappers for primitive operations"
 url="https://hackage.haskell.org/package/primitive;
 license=("BSD")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 00:57:55
  Author: felixonmars
Revision: 1072615

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations/repos/community-staging-x86_64/
  haskell-hspec-expectations/repos/community-staging-x86_64/PKGBUILD
(from rev 1072614, haskell-hspec-expectations/trunk/PKGBUILD)

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

Copied: haskell-hspec-expectations/repos/community-staging-x86_64/PKGBUILD 
(from rev 1072614, haskell-hspec-expectations/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 00:57:55 UTC (rev 1072615)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations
+pkgname=haskell-hspec-expectations
+pkgver=0.8.2
+pkgrel=174
+pkgdesc="Catchy combinators for HUnit"
+url="https://github.com/sol/hspec-expectations;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-call-stack' 'haskell-hunit')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('482799adad2a70f891a61227bcf28e6712e65fa7dceba13da15a101a6814bc0d44aafaeda360a06dcdbcdbb96e5539f15135753eabd63efdd6bf56b8994a44c9')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 00:57:46
  Author: felixonmars
Revision: 1072614

upgpkg: haskell-hspec-expectations 0.8.2-174: rebuild with hashable 1.3.4.1

Modified:
  haskell-hspec-expectations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 00:56:46 UTC (rev 1072613)
+++ PKGBUILD2021-12-14 00:57:46 UTC (rev 1072614)
@@ -3,7 +3,7 @@
 _hkgname=hspec-expectations
 pkgname=haskell-hspec-expectations
 pkgver=0.8.2
-pkgrel=173
+pkgrel=174
 pkgdesc="Catchy combinators for HUnit"
 url="https://github.com/sol/hspec-expectations;
 license=('MIT')



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 00:56:46
  Author: felixonmars
Revision: 1072613

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-pcre-light/repos/community-staging-x86_64/
  haskell-pcre-light/repos/community-staging-x86_64/PKGBUILD
(from rev 1072612, haskell-pcre-light/trunk/PKGBUILD)

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

Copied: haskell-pcre-light/repos/community-staging-x86_64/PKGBUILD (from rev 
1072612, haskell-pcre-light/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 00:56:46 UTC (rev 1072613)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pcre-light
+pkgname=haskell-pcre-light
+pkgver=0.4.1.0
+pkgrel=144
+pkgdesc="Portable regex library for Perl 5 compatible regular expressions"
+url="https://github.com/Daniel-Diaz/pcre-light;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'pcre')
+makedepends=('ghc' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('491d9581e4c29d1a5a3b161210b83abbc135c2d0ee4018481f4101f91c95e93d7acf0764cb464a9ffe84bed9bf8fb400f4c68441ae1be03c0aa182a9be26dc39')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-old_base -fuse-pkg-config
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 00:56:39
  Author: felixonmars
Revision: 1072612

upgpkg: haskell-pcre-light 0.4.1.0-144: rebuild with hashable 1.3.4.1

Modified:
  haskell-pcre-light/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 00:53:26 UTC (rev 1072611)
+++ PKGBUILD2021-12-14 00:56:39 UTC (rev 1072612)
@@ -4,7 +4,7 @@
 _hkgname=pcre-light
 pkgname=haskell-pcre-light
 pkgver=0.4.1.0
-pkgrel=143
+pkgrel=144
 pkgdesc="Portable regex library for Perl 5 compatible regular expressions"
 url="https://github.com/Daniel-Diaz/pcre-light;
 license=("BSD")



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

2021-12-13 Thread Felix Yan via arch-commits
Date: Tuesday, December 14, 2021 @ 00:53:26
  Author: felixonmars
Revision: 1072611

archrelease: copy trunk to community-staging-x86_64

Added:
  uusi/repos/community-staging-x86_64/
  uusi/repos/community-staging-x86_64/PKGBUILD
(from rev 1072610, uusi/trunk/PKGBUILD)

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

Copied: uusi/repos/community-staging-x86_64/PKGBUILD (from rev 1072610, 
uusi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-14 00:53:26 UTC (rev 1072611)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+pkgname=uusi
+pkgver=0.4.2.0
+pkgrel=25
+pkgdesc="Tweak .cabal files"
+url="https://github.com/berberman/uusi;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('0d859230940ccf035578a61ecea6165c94de2865e860bb22addcaeaa89a2c214bf46bde8bcce1f0b04a1cd1b58d4d1a2271ca69904ba6055a421ebb4e40c1f7b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+  else
+_opts=('--disable-tests')
+  fi
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



  1   2   3   4   5   6   7   8   9   10   >