[arch-commits] Commit in lighttpd/repos/extra-x86_64 (10 files)
Date: Monday, December 28, 2020 @ 07:54:04 Author: pierre Revision: 405062 archrelease: copy trunk to extra-x86_64 Added: lighttpd/repos/extra-x86_64/PKGBUILD (from rev 405061, lighttpd/trunk/PKGBUILD) lighttpd/repos/extra-x86_64/lighttpd.conf (from rev 405061, lighttpd/trunk/lighttpd.conf) lighttpd/repos/extra-x86_64/lighttpd.logrotate.d (from rev 405061, lighttpd/trunk/lighttpd.logrotate.d) lighttpd/repos/extra-x86_64/lighttpd.service (from rev 405061, lighttpd/trunk/lighttpd.service) lighttpd/repos/extra-x86_64/lighttpd.tmpfiles (from rev 405061, lighttpd/trunk/lighttpd.tmpfiles) Deleted: lighttpd/repos/extra-x86_64/PKGBUILD lighttpd/repos/extra-x86_64/lighttpd.conf lighttpd/repos/extra-x86_64/lighttpd.logrotate.d lighttpd/repos/extra-x86_64/lighttpd.service lighttpd/repos/extra-x86_64/lighttpd.tmpfiles --+ PKGBUILD | 142 - lighttpd.conf| 44 +++ lighttpd.logrotate.d | 18 +++--- lighttpd.service | 24 lighttpd.tmpfiles|4 - 5 files changed, 116 insertions(+), 116 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-12-28 07:53:58 UTC (rev 405061) +++ PKGBUILD2020-12-28 07:54:04 UTC (rev 405062) @@ -1,71 +0,0 @@ -# Maintainer: Pierre Schmitz - -pkgname=lighttpd -pkgver=1.4.57 -pkgrel=1 -pkgdesc='A secure, fast, compliant and very flexible web-server' -license=('custom') -arch=('x86_64') -url="https://www.lighttpd.net/"; -depends=('pcre' 'util-linux' 'systemd') -makedepends=('mariadb-libs' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 'pkgconfig') -optdepends=('libxml2: mod_webdav' -'lua: mod_cml/mod_magnet' -'mariadb-libs: mod_mysql_vhost/mod_authn_mysql' -'sqlite: mod_webdav') -backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd') -options=('emptydirs') -source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc} -'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 'lighttpd.service') -sha256sums=('52ca961b89c12f7ecbb2e4e0c5a9e79b2863c64e33c42832a165e7f894d6217f' -'SKIP' -'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe' -'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f' -'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871' -'0c88403364e732c06090f6807105dedbac25aa82add0499d28007f8aaa780b78') -validpgpkeys=('C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7' - '649D0DD767FF206202A76C5158F14A786FE198C8' - 'EAAF41A8BE3BB8D001CACD136DE62CA242909B84') - -build() { - cd $srcdir/$pkgname-$pkgver - - ./configure --prefix=/usr \ - --sbindir=/usr/bin \ - --libdir=/usr/lib/lighttpd/ \ - --sysconfdir=/etc/lighttpd \ - --with-mysql \ - --with-ldap \ - --with-attr \ - --with-openssl \ - --with-kerberos5 \ - --without-fam \ - --with-webdav-props \ - --with-webdav-locks \ - --with-gdbm \ - --with-lua - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - -check() { - cd $srcdir/$pkgname-$pkgver - make check -} - -package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install - - install -D -m644 $srcdir/lighttpd.logrotate.d $pkgdir/etc/logrotate.d/lighttpd - install -D -m644 $srcdir/lighttpd.conf $pkgdir/etc/lighttpd/lighttpd.conf - install -d -m700 -o http -g http $pkgdir/var/{log,cache}/lighttpd/ - install -D -m644 ${srcdir}/lighttpd.tmpfiles ${pkgdir}/usr/lib/tmpfiles.d/lighttpd.conf - install -D -m644 ${srcdir}/lighttpd.service ${pkgdir}/usr/lib/systemd/system/lighttpd.service - - pushd doc/config >/dev/null - find . -type f ! -name 'Makefile*' -exec install -D -m644 {} ${pkgdir}/usr/share/doc/lighttpd/config/{} \; - popd >/dev/null - - install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING -} Copied: lighttpd/repos/extra-x86_64/PKGBUILD (from rev 405061, lighttpd/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-12-28 07:54:04 UTC (rev 405062) @@ -0,0 +1,71 @@ +# Maintainer: Pierre Schmitz + +pkgname=lighttpd +pkgver=1.4.58 +pkgrel=1 +pkgdesc='A secure, fast, compliant and very flexible web-server' +license=('custom') +arch=('x86_64') +url="https://www.lighttpd.net/"; +depends=('pcre' 'util-linux' 'systemd') +makedepends=('mariadb-libs' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 'pkgconfig') +optdepends=('libxml2: mod_webdav' +'lua: mod_cml/mod_magnet' +'mariadb-libs: mod_mysql_vhost/mod_authn_
[arch-commits] Commit in lighttpd/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 07:53:58 Author: pierre Revision: 405061 upgpkg: lighttpd 1.4.58-1 Modified: lighttpd/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 07:38:45 UTC (rev 405060) +++ PKGBUILD2020-12-28 07:53:58 UTC (rev 405061) @@ -1,7 +1,7 @@ # Maintainer: Pierre Schmitz pkgname=lighttpd -pkgver=1.4.57 +pkgver=1.4.58 pkgrel=1 pkgdesc='A secure, fast, compliant and very flexible web-server' license=('custom') @@ -17,7 +17,7 @@ options=('emptydirs') source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc} 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 'lighttpd.service') -sha256sums=('52ca961b89c12f7ecbb2e4e0c5a9e79b2863c64e33c42832a165e7f894d6217f' +sha256sums=('267feffda13a190ebdce7b15172d8be16da98008457f30fddecd72832d126d0e' 'SKIP' '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe' 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
[arch-commits] Commit in xfsprogs/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Date: Monday, December 28, 2020 @ 07:38:45 Author: tpowa Revision: 405060 archrelease: copy trunk to testing-x86_64 Added: xfsprogs/repos/testing-x86_64/ xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 405059, xfsprogs/trunk/PKGBUILD) --+ PKGBUILD | 34 ++ 1 file changed, 34 insertions(+) Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 405059, xfsprogs/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2020-12-28 07:38:45 UTC (rev 405060) @@ -0,0 +1,34 @@ +# Maintainer : Tobias Powalowski +pkgname=xfsprogs +pkgver=5.10.0 +pkgrel=1 +pkgdesc="XFS filesystem utilities" +arch=('x86_64') +license=('LGPL') +url="https://xfs.org"; +depends=('sh' 'util-linux-libs' 'icu' 'device-mapper' 'libinih') +optdepends=('python: for xfs_scrub_all script' +'smtp-forwarder: for xfs_scrub_fail script') +makedepends=('git') +options=('!makeflags') +source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}";) +md5sums=('SKIP') + +build() { + cd ${pkgname}-dev + make configure + export OPTIMIZER="-march=${CARCH/_/-} -O1" + export DEBUG=-DNDEBUG + ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd-unit-dir=/usr/lib/systemd/system + make +} + +package() { + cd ${pkgname}-dev + make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev + chown -R root "$pkgdir" + chgrp -R root "$pkgdir" + # add hack as we cannot set rootlibdir + mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/" + rm -rf "${pkgdir}/lib" +}
[arch-commits] Commit in xfsprogs/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 07:38:39 Author: tpowa Revision: 405059 upgpkg: xfsprogs 5.10.0-1: update to latest version, added libinih depend Modified: xfsprogs/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 07:23:52 UTC (rev 405058) +++ PKGBUILD2020-12-28 07:38:39 UTC (rev 405059) @@ -1,12 +1,12 @@ # Maintainer : Tobias Powalowski pkgname=xfsprogs -pkgver=5.8.0 -pkgrel=2 +pkgver=5.10.0 +pkgrel=1 pkgdesc="XFS filesystem utilities" arch=('x86_64') license=('LGPL') url="https://xfs.org"; -depends=('sh' 'util-linux-libs' 'icu' 'device-mapper') +depends=('sh' 'util-linux-libs' 'icu' 'device-mapper' 'libinih') optdepends=('python: for xfs_scrub_all script' 'smtp-forwarder: for xfs_scrub_fail script') makedepends=('git')
[arch-commits] Commit in xterm/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, December 28, 2020 @ 07:23:52 Author: andyrtr Revision: 405058 archrelease: copy trunk to extra-x86_64 Added: xterm/repos/extra-x86_64/PKGBUILD (from rev 405057, xterm/trunk/PKGBUILD) Deleted: xterm/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 130 ++--- 1 file changed, 65 insertions(+), 65 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-12-28 07:23:44 UTC (rev 405057) +++ PKGBUILD2020-12-28 07:23:52 UTC (rev 405058) @@ -1,65 +0,0 @@ -# Maintainer: Jan de Groot -# Contributor: Alexander Baldeck - -pkgname=xterm -pkgver=362 -pkgrel=1 -pkgdesc="X Terminal Emulator" -arch=('x86_64') -url="https://invisible-island.net/xterm/"; -license=('custom') -depends=('libxft' 'libxaw' 'ncurses' 'luit' 'xbitmaps' 'libutempter' 'libxkbfile') -source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}) -sha256sums=('1d4ffe226fa8f021859bbc3007788ff63a46a31242d9bd9a7bd7ebe24e81aca2' -'SKIP') -validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey " - -build() { - cd ${pkgname}-${pkgver} - ./configure --prefix=/usr \ - --libdir=/etc \ - --mandir=/usr/share/man \ - --with-app-defaults=/usr/share/X11/app-defaults/ \ - --with-x \ - --disable-full-tgetent \ - --disable-imake \ - --enable-ansi-color \ - --enable-88-color \ - --enable-256-color \ - --enable-broken-osc \ - --enable-broken-st \ - --enable-load-vt-fonts \ - --enable-i18n \ - --enable-wide-chars \ - --enable-doublechars \ - --enable-warnings \ - --enable-tcap-query \ - --enable-logging \ - --enable-dabbrev \ - --enable-freetype \ - --enable-luit \ - --enable-mini-luit \ - --enable-narrowproto \ - --enable-exec-xterm \ - --enable-sixel-graphics \ - --enable-regis-graphics \ - --with-tty-group=tty \ - --with-utempter - make -} - -check() { - cd "$pkgname-$pkgver" - make -k check -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - chmod 0755 "${pkgdir}/usr/bin/xterm" - - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" - install -m755 -d "${pkgdir}"/usr/share/applications - install -m644 "${srcdir}"/${pkgname}-${pkgver}/{xterm,uxterm}.desktop "${pkgdir}"/usr/share/applications/ -} Copied: xterm/repos/extra-x86_64/PKGBUILD (from rev 405057, xterm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-12-28 07:23:52 UTC (rev 405058) @@ -0,0 +1,65 @@ +# Maintainer: Jan de Groot +# Contributor: Alexander Baldeck + +pkgname=xterm +pkgver=363 +pkgrel=1 +pkgdesc="X Terminal Emulator" +arch=('x86_64') +url="https://invisible-island.net/xterm/"; +license=('custom') +depends=('libxft' 'libxaw' 'ncurses' 'luit' 'xbitmaps' 'libutempter' 'libxkbfile') +source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}) +sha256sums=('d81a3639e26552b6765bdcf28be1ecdb8acabf907955708e830ad6397ea10b48' +'SKIP') +validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey " + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr \ + --libdir=/etc \ + --mandir=/usr/share/man \ + --with-app-defaults=/usr/share/X11/app-defaults/ \ + --with-x \ + --disable-full-tgetent \ + --disable-imake \ + --enable-ansi-color \ + --enable-88-color \ + --enable-256-color \ + --enable-broken-osc \ + --enable-broken-st \ + --enable-load-vt-fonts \ + --enable-i18n \ + --enable-wide-chars \ + --enable-doublechars \ + --enable-warnings \ + --enable-tcap-query \ + --enable-logging \ + --enable-dabbrev \ + --enable-freetype \ + --enable-luit \ + --enable-mini-luit \ + --enable-narrowproto \ + --enable-exec-xterm \ + --enable-sixel-graphics \ + --enable-regis-graphics \ + --with-tty-group=tty \ + --with-utempter + make +} + +check() { + cd "$pkgname-$pkgver" + make -k check +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + chmod 0755 "${pkgdir}/usr/bin/xterm" + + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" + install -m755 -d "${pkgdir}"/usr/share/applications + install -m644 "${srcdir}"/${pkgname}-${pkgver}/{xterm,uxterm}.desktop "${pkgdir}"/usr/share/applications/ +}
[arch-commits] Commit in xterm/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 07:23:44 Author: andyrtr Revision: 405057 upgpkg: xterm 363-1: upstream update 363 Modified: xterm/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 06:43:55 UTC (rev 405056) +++ PKGBUILD2020-12-28 07:23:44 UTC (rev 405057) @@ -2,7 +2,7 @@ # Contributor: Alexander Baldeck pkgname=xterm -pkgver=362 +pkgver=363 pkgrel=1 pkgdesc="X Terminal Emulator" arch=('x86_64') @@ -10,7 +10,7 @@ license=('custom') depends=('libxft' 'libxaw' 'ncurses' 'luit' 'xbitmaps' 'libutempter' 'libxkbfile') source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}) -sha256sums=('1d4ffe226fa8f021859bbc3007788ff63a46a31242d9bd9a7bd7ebe24e81aca2' +sha256sums=('d81a3639e26552b6765bdcf28be1ecdb8acabf907955708e830ad6397ea10b48' 'SKIP') validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey "
[arch-commits] Commit in xfce4-fsguard-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, December 28, 2020 @ 06:43:55 Author: foutrelis Revision: 405056 archrelease: copy trunk to extra-x86_64 Added: xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD (from rev 405055, xfce4-fsguard-plugin/trunk/PKGBUILD) Deleted: xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-12-28 06:43:51 UTC (rev 405055) +++ PKGBUILD2020-12-28 06:43:55 UTC (rev 405056) @@ -1,36 +0,0 @@ -# Maintainer: Evangelos Foutras -# Contributor: AndyRTR -# Contributor: Ben - -pkgname=xfce4-fsguard-plugin -pkgver=1.1.1 -pkgrel=2 -pkgdesc="File system usage monitor plugin for the Xfce4 panel" -arch=('x86_64') -license=('GPL2') -url="https://docs.xfce.org/panel-plugins/xfce4-fsguard-plugin"; -groups=('xfce4-goodies') -depends=('xfce4-panel') -makedepends=('intltool') -source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('d6d05d0a90a68453d65cdceec5ca7eeaef864393ab62eef532a7ba58f374d516') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---libexecdir=/usr/lib \ ---localstatedir=/var \ ---disable-static \ ---disable-debug - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD (from rev 405055, xfce4-fsguard-plugin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-12-28 06:43:55 UTC (rev 405056) @@ -0,0 +1,36 @@ +# Maintainer: Evangelos Foutras +# Contributor: AndyRTR +# Contributor: Ben + +pkgname=xfce4-fsguard-plugin +pkgver=1.1.2 +pkgrel=1 +pkgdesc="File system usage monitor plugin for the Xfce4 panel" +arch=('x86_64') +license=('GPL2') +url="https://docs.xfce.org/panel-plugins/xfce4-fsguard-plugin"; +groups=('xfce4-goodies') +depends=('xfce4-panel') +makedepends=('intltool') +source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +sha256sums=('67d8e6a219a7117c59693adbc59c39a6eba31e3f18a5499189ef4ef28b554105') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--libexecdir=/usr/lib \ +--localstatedir=/var \ +--disable-static \ +--disable-debug + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in xfce4-fsguard-plugin/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 06:43:51 Author: foutrelis Revision: 405055 upgpkg: xfce4-fsguard-plugin 1.1.2-1: new upstream release Modified: xfce4-fsguard-plugin/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 06:40:43 UTC (rev 405054) +++ PKGBUILD2020-12-28 06:43:51 UTC (rev 405055) @@ -3,8 +3,8 @@ # Contributor: Ben pkgname=xfce4-fsguard-plugin -pkgver=1.1.1 -pkgrel=2 +pkgver=1.1.2 +pkgrel=1 pkgdesc="File system usage monitor plugin for the Xfce4 panel" arch=('x86_64') license=('GPL2') @@ -13,7 +13,7 @@ depends=('xfce4-panel') makedepends=('intltool') source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('d6d05d0a90a68453d65cdceec5ca7eeaef864393ab62eef532a7ba58f374d516') +sha256sums=('67d8e6a219a7117c59693adbc59c39a6eba31e3f18a5499189ef4ef28b554105') build() { cd "$srcdir/$pkgname-$pkgver"
[arch-commits] Commit in xfce4-verve-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, December 28, 2020 @ 06:40:43 Author: foutrelis Revision: 405054 archrelease: copy trunk to extra-x86_64 Added: xfce4-verve-plugin/repos/extra-x86_64/PKGBUILD (from rev 405053, xfce4-verve-plugin/trunk/PKGBUILD) Deleted: xfce4-verve-plugin/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 66 + 1 file changed, 32 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-12-28 06:40:38 UTC (rev 405053) +++ PKGBUILD2020-12-28 06:40:43 UTC (rev 405054) @@ -1,34 +0,0 @@ -# Maintainer: Evangelos Foutras -# Contributor: AndyRTR -# Contributor: Tobias Kieslich - -pkgname=xfce4-verve-plugin -pkgver=2.0.0 -pkgrel=2 -pkgdesc="Command line plugin Xfce4 panel" -arch=('x86_64') -license=('GPL2') -url="https://docs.xfce.org/panel-plugins/xfce4-verve-plugin"; -groups=('xfce4-goodies') -depends=('xfce4-panel') -makedepends=('intltool') -conflicts=('verve-plugin') -replaces=('verve-plugin') -source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('9e6510ba6c48fcfc60d1c6ab14613dd7b6ff095cabbf4746f82bf788d8ab4cd2') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure \ ---prefix=/usr \ ---disable-debug - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: xfce4-verve-plugin/repos/extra-x86_64/PKGBUILD (from rev 405053, xfce4-verve-plugin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-12-28 06:40:43 UTC (rev 405054) @@ -0,0 +1,32 @@ +# Maintainer: Evangelos Foutras +# Contributor: AndyRTR +# Contributor: Tobias Kieslich + +pkgname=xfce4-verve-plugin +pkgver=2.0.1 +pkgrel=1 +pkgdesc="Command line plugin for the Xfce panel" +arch=('x86_64') +license=('GPL2') +url="https://docs.xfce.org/panel-plugins/xfce4-verve-plugin"; +groups=('xfce4-goodies') +depends=('xfce4-panel') +makedepends=('intltool') +source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +sha256sums=('ebda5e5eb62d6e42afdc6f121d2f1cbd4d9d3c2b16a5e3ed8192b1b224b8f825') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure \ +--prefix=/usr \ +--disable-debug + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in xfce4-verve-plugin/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 06:40:38 Author: foutrelis Revision: 405053 upgpkg: xfce4-verve-plugin 2.0.1-1: new upstream release Modified: xfce4-verve-plugin/trunk/PKGBUILD --+ PKGBUILD | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 03:38:08 UTC (rev 405052) +++ PKGBUILD2020-12-28 06:40:38 UTC (rev 405053) @@ -3,9 +3,9 @@ # Contributor: Tobias Kieslich pkgname=xfce4-verve-plugin -pkgver=2.0.0 -pkgrel=2 -pkgdesc="Command line plugin Xfce4 panel" +pkgver=2.0.1 +pkgrel=1 +pkgdesc="Command line plugin for the Xfce panel" arch=('x86_64') license=('GPL2') url="https://docs.xfce.org/panel-plugins/xfce4-verve-plugin"; @@ -12,10 +12,8 @@ groups=('xfce4-goodies') depends=('xfce4-panel') makedepends=('intltool') -conflicts=('verve-plugin') -replaces=('verve-plugin') source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('9e6510ba6c48fcfc60d1c6ab14613dd7b6ff095cabbf4746f82bf788d8ab4cd2') +sha256sums=('ebda5e5eb62d6e42afdc6f121d2f1cbd4d9d3c2b16a5e3ed8192b1b224b8f825') build() { cd "$srcdir/$pkgname-$pkgver"
[arch-commits] Commit in loki/repos/community-x86_64 (14 files)
Date: Monday, December 28, 2020 @ 04:12:01 Author: daurnimator Revision: 794334 archrelease: copy trunk to community-x86_64 Added: loki/repos/community-x86_64/PKGBUILD (from rev 794333, loki/trunk/PKGBUILD) loki/repos/community-x86_64/loki.service (from rev 794333, loki/trunk/loki.service) loki/repos/community-x86_64/loki.sysusers (from rev 794333, loki/trunk/loki.sysusers) loki/repos/community-x86_64/loki.tmpfiles (from rev 794333, loki/trunk/loki.tmpfiles) loki/repos/community-x86_64/promtail.service (from rev 794333, loki/trunk/promtail.service) loki/repos/community-x86_64/promtail.sysusers (from rev 794333, loki/trunk/promtail.sysusers) loki/repos/community-x86_64/promtail.tmpfiles (from rev 794333, loki/trunk/promtail.tmpfiles) Deleted: loki/repos/community-x86_64/PKGBUILD loki/repos/community-x86_64/loki.service loki/repos/community-x86_64/loki.sysusers loki/repos/community-x86_64/loki.tmpfiles loki/repos/community-x86_64/promtail.service loki/repos/community-x86_64/promtail.sysusers loki/repos/community-x86_64/promtail.tmpfiles ---+ PKGBUILD | 173 +++- loki.service | 55 loki.sysusers |2 loki.tmpfiles |2 promtail.service | 52 +++ promtail.sysusers |4 - promtail.tmpfiles |2 7 files changed, 150 insertions(+), 140 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-12-28 04:09:41 UTC (rev 794333) +++ PKGBUILD2020-12-28 04:12:01 UTC (rev 794334) @@ -1,82 +0,0 @@ -# Maintainer: Daurnimator -# Maintainer: Jelle van der Waa - -pkgname=('loki' 'promtail' 'logcli') -pkgver=1.5.0 -pkgrel=2 -pkgdesc='like Prometheus, but for logs' -url='https://github.com/grafana/loki' -arch=('x86_64') -license=('Apache') -depends=('glibc') -makedepends=('go' 'systemd') -source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz -promtail.sysusers promtail.service promtail.tmpfiles -loki.sysusers loki.service loki.tmpfiles) -sha512sums=('31d61ba9cb47afeb0971fe35347683cf96e3b7a4da44b640b0065e64268109c2a1e9011f94d3fcf7912e98f8b079a001cd892a06e3f8d11796f23c8acfc93fff' - '2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74' - 'a3427ddecada33b90658635962c4ea36ced6b9d0e1686ce898884980c2ce1a82be2ddcfa6b42736392653f48fa561408633d6016b77e2b513029ba0cec977727' - '598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788' - 'f00b3cb64b71d3ca5a422a2bdff1f81a3e2707c4f73bcb27e24338eabff039b96125c847aaae43c9b22ccc47f89585118c1d0e0b29c4eb7b6f9260c68f8a8324' - '3c40d70366ee0ac3d11c87a818d82dfb4e64143e905187b287f7716ee009640bab6676b8a348e526458a00e4cff35fbd8e9d81bdaa6db38a5d673294f09e6638' - 'de40d1e6752edbf8c21317ce1ee10f98dfc869e569c07092c613f7144e261e9438683a145a2e0e37e2a9fc758c5c2f02e1d0ac1c60347e98b147e4a550ec6040') - -build() { - cd loki-$pkgver - - for cmd in loki promtail logcli; do -go build \ - -trimpath \ - -buildmode=pie \ - -mod=readonly \ - -modcacherw \ - -ldflags " \ - -X github.com/grafana/loki/pkg/build.Version=$pkgver - -X github.com/grafana/loki/pkg/build.BuildDate=$(date -u +'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) - -extldflags ${LDFLAGS}" \ - ./cmd/"$cmd" - done -} - -check() { - cd loki-$pkgver - - go test -v $(go list ./... | grep -v "distributor") -} - -package_loki() { - backup=('etc/loki/loki.yaml') - - cd loki-$pkgver - - install -Dm755 -t "$pkgdir"/usr/bin loki - - install -Dm644 cmd/loki/loki-local-config.yaml $pkgdir/etc/loki/loki.yaml - - install -Dm644 ${srcdir}/loki.sysusers "$pkgdir/usr/lib/sysusers.d/loki.conf" - install -Dm644 ${srcdir}/loki.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/loki.conf" - install -Dm644 ${srcdir}/loki.service "$pkgdir/usr/lib/systemd/system/loki.service" -} - -package_promtail() { - pkgdesc="An agent which ships the contents of local logs to a private Loki instance or Grafana Cloud" - backup=('etc/loki/promtail.yaml') - - cd loki-$pkgver - - install -Dm755 -t "$pkgdir"/usr/bin promtail - - install -Dm644 cmd/promtail/promtail-local-config.yaml $pkgdir/etc/loki/promtail.yaml - - install -Dm644 ${srcdir}/promtail.sysusers "$pkgdir/usr/lib/sysusers.d/promtail.conf" - install -Dm644 ${srcdir}/promtail.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/promtail.conf" - install -Dm644 ${srcdir}/promtail.service "$pkgdir/usr/lib/systemd/system/promtail.service" -} - -package_logcli() { - pkgdesc="A command-line for loki" - - cd loki-$pkgver - - install -Dm755 -t "$pkgdir"/usr/bin logcli -} Copied: loki/repos/community-x86_64/PKGBUILD (from rev 794333, loki/trunk/PKGB
[arch-commits] Commit in loki/trunk (PKGBUILD loki.service promtail.service)
Date: Monday, December 28, 2020 @ 04:09:41 Author: daurnimator Revision: 794333 upgpkg: loki 2.1.0-1 Modified: loki/trunk/PKGBUILD loki/trunk/loki.service loki/trunk/promtail.service --+ PKGBUILD | 27 ++- loki.service |1 + promtail.service |2 +- 3 files changed, 20 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 03:42:06 UTC (rev 794332) +++ PKGBUILD2020-12-28 04:09:41 UTC (rev 794333) @@ -1,9 +1,9 @@ # Maintainer: Daurnimator # Maintainer: Jelle van der Waa -pkgname=('loki' 'promtail' 'logcli') -pkgver=1.5.0 -pkgrel=2 +pkgname=('loki' 'loki-canary' 'promtail' 'logcli') +pkgver=2.1.0 +pkgrel=1 pkgdesc='like Prometheus, but for logs' url='https://github.com/grafana/loki' arch=('x86_64') @@ -13,18 +13,18 @@ source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz promtail.sysusers promtail.service promtail.tmpfiles loki.sysusers loki.service loki.tmpfiles) -sha512sums=('31d61ba9cb47afeb0971fe35347683cf96e3b7a4da44b640b0065e64268109c2a1e9011f94d3fcf7912e98f8b079a001cd892a06e3f8d11796f23c8acfc93fff' +sha512sums=('e488e393bf123b1f822e1dc304c3938f67c3872e9fc33b0caf377927d97cecb0a191c4ff42bf4e7d573a87d03adbef170dbcfbadf206022a5c29205dc36c12ce' '2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74' - 'a3427ddecada33b90658635962c4ea36ced6b9d0e1686ce898884980c2ce1a82be2ddcfa6b42736392653f48fa561408633d6016b77e2b513029ba0cec977727' + 'b63ee3f5c3948f50f1ea46247c5e828f6f0b48294e3ccfe190c13516d24dcecd17ecb985e53048654f843f953625de6a0a8c1edd8adbe1b15edb877e6aa63af4' '598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788' 'f00b3cb64b71d3ca5a422a2bdff1f81a3e2707c4f73bcb27e24338eabff039b96125c847aaae43c9b22ccc47f89585118c1d0e0b29c4eb7b6f9260c68f8a8324' - '3c40d70366ee0ac3d11c87a818d82dfb4e64143e905187b287f7716ee009640bab6676b8a348e526458a00e4cff35fbd8e9d81bdaa6db38a5d673294f09e6638' + '41726c7c0a13f672ee0ab58e8decc5c3bd7558d7efdc219dc16f567895c9fdfc44eb730c7ea426edc9e778bbe45c58570986f7141946f3b3f78f563441a86901' 'de40d1e6752edbf8c21317ce1ee10f98dfc869e569c07092c613f7144e261e9438683a145a2e0e37e2a9fc758c5c2f02e1d0ac1c60347e98b147e4a550ec6040') build() { cd loki-$pkgver - for cmd in loki promtail logcli; do + for cmd in loki loki-canary promtail logcli; do go build \ -trimpath \ -buildmode=pie \ @@ -33,7 +33,8 @@ -ldflags " \ -X github.com/grafana/loki/pkg/build.Version=$pkgver -X github.com/grafana/loki/pkg/build.BuildDate=$(date -u +'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) - -extldflags ${LDFLAGS}" \ + -linkmode external + -extldflags \"${LDFLAGS}\"" \ ./cmd/"$cmd" done } @@ -41,7 +42,7 @@ check() { cd loki-$pkgver - go test -v $(go list ./... | grep -v "distributor") + go test -v ./... } package_loki() { @@ -58,6 +59,14 @@ install -Dm644 ${srcdir}/loki.service "$pkgdir/usr/lib/systemd/system/loki.service" } +package_loki-canary() { + pkgdesc="A standalone app that audits the log capturing performance of Loki" + + cd loki-$pkgver + + install -Dm755 -t "$pkgdir"/usr/bin loki-canary +} + package_promtail() { pkgdesc="An agent which ships the contents of local logs to a private Loki instance or Grafana Cloud" backup=('etc/loki/promtail.yaml') Modified: loki.service === --- loki.service2020-12-28 03:42:06 UTC (rev 794332) +++ loki.service2020-12-28 04:09:41 UTC (rev 794333) @@ -1,5 +1,6 @@ [Unit] Description=Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system +Documentation=https://grafana.com/docs/loki/latest/ After=network.target [Service] Modified: promtail.service === --- promtail.service2020-12-28 03:42:06 UTC (rev 794332) +++ promtail.service2020-12-28 04:09:41 UTC (rev 794333) @@ -1,6 +1,6 @@ [Unit] Description=promtail is the agent responsible for gathering logs and sending them to Loki. -Documentation=https://github.com/grafana/loki/blob/master/docs/promtail.md +Documentation=https://grafana.com/docs/loki/latest/clients/promtail/ [Service] Type=simple
[arch-commits] Commit in dwarffortress/repos/community-x86_64 (10 files)
Date: Monday, December 28, 2020 @ 03:42:06 Author: svenstaro Revision: 794332 archrelease: copy trunk to community-x86_64 Added: dwarffortress/repos/community-x86_64/PKGBUILD (from rev 794331, dwarffortress/trunk/PKGBUILD) dwarffortress/repos/community-x86_64/dwarffortress (from rev 794331, dwarffortress/trunk/dwarffortress) dwarffortress/repos/community-x86_64/dwarffortress.desktop (from rev 794331, dwarffortress/trunk/dwarffortress.desktop) dwarffortress/repos/community-x86_64/dwarffortress.install (from rev 794331, dwarffortress/trunk/dwarffortress.install) dwarffortress/repos/community-x86_64/dwarffortress.png (from rev 794331, dwarffortress/trunk/dwarffortress.png) Deleted: dwarffortress/repos/community-x86_64/PKGBUILD dwarffortress/repos/community-x86_64/dwarffortress dwarffortress/repos/community-x86_64/dwarffortress.desktop dwarffortress/repos/community-x86_64/dwarffortress.install dwarffortress/repos/community-x86_64/dwarffortress.png ---+ PKGBUILD | 130 dwarffortress | 40 +++--- dwarffortress.desktop | 18 +++--- dwarffortress.install | 18 +++--- 4 files changed, 103 insertions(+), 103 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-12-28 03:41:58 UTC (rev 794331) +++ PKGBUILD2020-12-28 03:42:06 UTC (rev 794332) @@ -1,65 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Daenyth -# Contributor: djnm -pkgname=dwarffortress -pkgver=0.47.04 -_pkgver=47_04 -pkgrel=2 -pkgdesc="A single-player fantasy game in which you build a dwarven outpost or play an adventurer in a randomly generated world" -arch=(x86_64) -url="http://www.bay12games.com/dwarves/"; -license=('custom:dwarffortress') -depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs glib2) -makedepends=(git cmake) -optdepends=('nvidia-utils: If you have nvidia graphics' -'alsa-lib: for alsa sound' -'libpulse: for pulse sound') -options=('!strip' '!buildflags') -install=$pkgname.install -# I made a fucking github repo with the sole purpose of unfucking df a bit -# We try to compile whatever little bit of df is open source -source=(git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver} -dwarffortress -dwarffortress.desktop -dwarffortress.png -http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2) -sha256sums=('SKIP' -'211eaec6559d4fd5c08341dbed1f27bfab997a57bdf61fd268f9940e244652c5' -'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a' -'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f' -'1de5872bf3ac32906a0082129ec88d6879b6ac7059a3513607d628090b1328e6') - -build() { - cd dwarf_fortress_unfuck - - cmake . - make -} - -package() { - install -dm755 "$pkgdir"/opt/ - cp -r "$srcdir"/df_linux "$pkgdir"/opt/$pkgname - rm -r "$pkgdir"/opt/$pkgname/df "$pkgdir"/opt/$pkgname/libs/* "$pkgdir"/opt/$pkgname/g_src - - find "$pkgdir"/opt/$pkgname -type d -exec chmod 755 {} + - find "$pkgdir"/opt/$pkgname -type f -exec chmod 644 {} + - - install -Dm755 "$srcdir"/df_linux/libs/Dwarf_Fortress "$pkgdir"/opt/$pkgname/libs/Dwarf_Fortress - install -Dm755 "$srcdir"/dwarf_fortress_unfuck/libgraphics.so "$pkgdir"/opt/$pkgname/libs/libgraphics.so - install -Dm755 "$srcdir"/dwarffortress "$pkgdir"/usr/bin/$pkgname - - # No idea why we need this. Really. This isn't being loaded dynamically, it's not linked and - # in general there is no indication this is being used. However, it doesn't work without this symlink. - ln -s /usr/lib/libpng.so "$pkgdir"/opt/$pkgname/libs/libpng.so.3 - - # Set pkgname in runscript - sed -i "s/^pkgname=.*/pkgname=$pkgname/" "$pkgdir"/usr/bin/$pkgname - - # Desktop launcher with icon - install -Dm644 "$srcdir"/dwarffortress.desktop "$pkgdir"/usr/share/applications/"$pkgname".desktop - install -Dm644 "$srcdir"/dwarffortress.png "$pkgdir"/usr/share/pixmaps/"$pkgname".png - - install -Dm644 "$srcdir"/df_linux/readme.txt "$pkgdir"/usr/share/licenses/$pkgname/readme.txt -} - -# vim:set ts=2 sw=2 et: Copied: dwarffortress/repos/community-x86_64/PKGBUILD (from rev 794331, dwarffortress/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-12-28 03:42:06 UTC (rev 794332) @@ -0,0 +1,65 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: Daenyth +# Contributor: djnm +pkgname=dwarffortress +pkgver=0.47.04 +_pkgver=47_04 +pkgrel=3 +pkgdesc="A single-player fantasy game in which you build a dwarven outpost or play an adventurer in a randomly generated world" +arch=('x86_64') +url="http://www.bay12games.com/dwarves/"; +license=('custom:dwarffortress') +depends=('gtk3' 'glu' 'sdl' 'sdl_image' 'sdl_ttf' 'libsndfile' 'open
[arch-commits] Commit in dwarffortress/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 03:41:58 Author: svenstaro Revision: 794331 upgpkg: dwarffortress 0.47.04-3: Depend on gtk3 instead of gtk2 Modified: dwarffortress/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 03:16:20 UTC (rev 794330) +++ PKGBUILD2020-12-28 03:41:58 UTC (rev 794331) @@ -4,13 +4,13 @@ pkgname=dwarffortress pkgver=0.47.04 _pkgver=47_04 -pkgrel=2 +pkgrel=3 pkgdesc="A single-player fantasy game in which you build a dwarven outpost or play an adventurer in a randomly generated world" -arch=(x86_64) +arch=('x86_64') url="http://www.bay12games.com/dwarves/"; license=('custom:dwarffortress') -depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs glib2) -makedepends=(git cmake) +depends=('gtk3' 'glu' 'sdl' 'sdl_image' 'sdl_ttf' 'libsndfile' 'openal' 'glew' 'gcc-libs' 'glib2') +makedepends=('git' 'cmake') optdepends=('nvidia-utils: If you have nvidia graphics' 'alsa-lib: for alsa sound' 'libpulse: for pulse sound')
[arch-commits] Commit in gnome-session/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, December 28, 2020 @ 03:38:08 Author: heftig Revision: 405052 archrelease: copy trunk to extra-x86_64 Added: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 405051, gnome-session/trunk/PKGBUILD) Deleted: gnome-session/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 79 + 1 file changed, 38 insertions(+), 41 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-12-28 03:37:56 UTC (rev 405051) +++ PKGBUILD2020-12-28 03:38:08 UTC (rev 405052) @@ -1,41 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=gnome-session -pkgver=3.38.0 -pkgrel=1 -pkgdesc="The GNOME Session Handler" -url="https://gitlab.gnome.org/GNOME/gnome-session"; -arch=(x86_64) -license=(GPL) -depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop - json-glib libgl libsm libxtst systemd) -makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson) -groups=(gnome) -_commit=9825ba89d223f37bfb01a821d18632d82ef95797 # tags/3.38.0^0 -source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - - # Avoid some warnings from GDM - git cherry-pick -n e8b9deb250a7edb6d76f67733afce22f6133db02 -} - -build() { - arch-meson $pkgname build - meson compile -C build -} - -check() { - meson test -C build --print-errorlogs -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 405051, gnome-session/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-12-28 03:38:08 UTC (rev 405052) @@ -0,0 +1,38 @@ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=gnome-session +pkgver=3.38.0+14+g87d92fec +pkgrel=1 +pkgdesc="The GNOME Session Handler" +url="https://gitlab.gnome.org/GNOME/gnome-session"; +arch=(x86_64) +license=(GPL) +depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop + json-glib libgl libsm libxtst systemd) +makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson) +groups=(gnome) +_commit=87d92fece1bbc67146631330649cee2353bd6761 # master +source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname +} + +build() { + arch-meson $pkgname build + meson compile -C build +} + +check() { + meson test -C build --print-errorlogs +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in gnome-session/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 03:37:56 Author: heftig Revision: 405051 3.38.0+14+g87d92fec-1: Fix https://gitlab.gnome.org/GNOME/gnome-session/-/issues/74 Modified: gnome-session/trunk/PKGBUILD --+ PKGBUILD |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 00:48:49 UTC (rev 405050) +++ PKGBUILD2020-12-28 03:37:56 UTC (rev 405051) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=gnome-session -pkgver=3.38.0 +pkgver=3.38.0+14+g87d92fec pkgrel=1 pkgdesc="The GNOME Session Handler" url="https://gitlab.gnome.org/GNOME/gnome-session"; @@ -11,7 +11,7 @@ json-glib libgl libsm libxtst systemd) makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson) groups=(gnome) -_commit=9825ba89d223f37bfb01a821d18632d82ef95797 # tags/3.38.0^0 +_commit=87d92fece1bbc67146631330649cee2353bd6761 # master source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit";) sha256sums=('SKIP') @@ -22,9 +22,6 @@ prepare() { cd $pkgname - - # Avoid some warnings from GDM - git cherry-pick -n e8b9deb250a7edb6d76f67733afce22f6133db02 } build() {
[arch-commits] Commit in prusa-slicer/repos (3 files)
Date: Monday, December 28, 2020 @ 03:15:39 Author: svenstaro Revision: 794327 archrelease: copy trunk to community-staging-x86_64 Added: prusa-slicer/repos/community-staging-x86_64/ prusa-slicer/repos/community-staging-x86_64/PKGBUILD (from rev 794326, prusa-slicer/trunk/PKGBUILD) prusa-slicer/repos/community-staging-x86_64/prusa-slicer.desktop (from rev 794326, prusa-slicer/trunk/prusa-slicer.desktop) --+ PKGBUILD | 54 + prusa-slicer.desktop | 10 + 2 files changed, 64 insertions(+) Copied: prusa-slicer/repos/community-staging-x86_64/PKGBUILD (from rev 794326, prusa-slicer/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 03:15:39 UTC (rev 794327) @@ -0,0 +1,54 @@ +# Maintainer: Bruno Pagani + +pkgname=prusa-slicer +pkgver=2.2.0 +pkgrel=11 +pkgdesc="G-code generator for 3D printers (Prusa fork of Slic3r)" +arch=(x86_64) +url="https://github.com/prusa3d/PrusaSlicer"; +license=(AGPL3) +depends=(boost-libs curl glew intel-tbb nlopt wxgtk2 qhull openvdb cgal) #wxgtk3) +makedepends=(cmake boost cereal eigen expat gtest libpng systemd) +replaces=(slic3r-prusa3d) +source=(${url}/archive/version_${pkgver}/${pkgname}-${pkgver}.tar.gz +${pkgname}-boost-1.73.patch::${url}/commit/3a194f918716.patch +${pkgname}.desktop) +sha256sums=('e6e0c83bf92e448ec058fd3063b84caca69f58b8b419e48eace6e8ce534937c0' +'630b9db185ef3891387f3ade3eb29611eef7f7fc3fd8579b84864b936abf4b6f' +'9d21467c541b809f149b39c7c6b4f60b2c866823021fb6f8a076290583982d11') + +prepare() { + cd PrusaSlicer-version_${pkgver} + sed -i '1i\#include ' src/slic3r/GUI/Mouse3DController.hpp + patch -Np1 -i ../${pkgname}-boost-1.73.patch +} + +build() { + cmake -B build -S PrusaSlicer-version_${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DSLIC3R_FHS=ON \ +-DSLIC3R_PCH=OFF \ +-DSLIC3R_WX_STABLE=ON #\ +#-DSLIC3R_GTK=3 \ +#-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 + make -C build +} + +check() { + cd build + ctest -v +} + +package() { + make -C build DESTDIR="${pkgdir}" install + + # Desktop file + install -Dm644 ${pkgname}.desktop -t "${pkgdir}"/usr/share/applications/ + + # Desktop icons + for i in 32 128 192 ; do +mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/ +ln -s /usr/share/PrusaSlicer/icons/PrusaSlicer_${i}px.png "${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png + done +} Copied: prusa-slicer/repos/community-staging-x86_64/prusa-slicer.desktop (from rev 794326, prusa-slicer/trunk/prusa-slicer.desktop) === --- community-staging-x86_64/prusa-slicer.desktop (rev 0) +++ community-staging-x86_64/prusa-slicer.desktop 2020-12-28 03:15:39 UTC (rev 794327) @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=PrusaSlicer +Exec=/usr/bin/prusa-slicer +Icon=prusa-slicer +Terminal=false +Type=Application +StartupNotify=false +MimeType=model/stl;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;application/x-amf; +Categories=Graphics;3DGraphics; +Keywords=3D;Printing;Slicer;
[arch-commits] Commit in prusa-slicer/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 03:15:34 Author: svenstaro Revision: 794326 upgpkg: prusa-slicer 2.2.0-11: openvdb 8.0.0 rebuild Modified: prusa-slicer/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 03:14:51 UTC (rev 794325) +++ PKGBUILD2020-12-28 03:15:34 UTC (rev 794326) @@ -2,7 +2,7 @@ pkgname=prusa-slicer pkgver=2.2.0 -pkgrel=10 +pkgrel=11 pkgdesc="G-code generator for 3D printers (Prusa fork of Slic3r)" arch=(x86_64) url="https://github.com/prusa3d/PrusaSlicer";
[arch-commits] Commit in blender/repos (6 files)
Date: Monday, December 28, 2020 @ 03:14:51 Author: svenstaro Revision: 794325 archrelease: copy trunk to community-staging-x86_64 Added: blender/repos/community-staging-x86_64/ blender/repos/community-staging-x86_64/D8063-cuda11.diff (from rev 794324, blender/trunk/D8063-cuda11.diff) blender/repos/community-staging-x86_64/PKGBUILD (from rev 794324, blender/trunk/PKGBUILD) blender/repos/community-staging-x86_64/cuda11.patch (from rev 794324, blender/trunk/cuda11.patch) blender/repos/community-staging-x86_64/embree.patch (from rev 794324, blender/trunk/embree.patch) blender/repos/community-staging-x86_64/gltf-import-fix.patch (from rev 794324, blender/trunk/gltf-import-fix.patch) ---+ D8063-cuda11.diff | 105 PKGBUILD | 87 +++ cuda11.patch | 91 + embree.patch | 43 +++ gltf-import-fix.patch | 11 + 5 files changed, 337 insertions(+) Copied: blender/repos/community-staging-x86_64/D8063-cuda11.diff (from rev 794324, blender/trunk/D8063-cuda11.diff) === --- community-staging-x86_64/D8063-cuda11.diff (rev 0) +++ community-staging-x86_64/D8063-cuda11.diff 2020-12-28 03:14:51 UTC (rev 794325) @@ -0,0 +1,105 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +--- a/CMakeLists.txt b/CMakeLists.txt +@@ -375,7 +375,7 @@ + option(WITH_CYCLES_CUBIN_COMPILER "Build cubins with nvrtc based compiler instead of nvcc" OFF) + option(WITH_CYCLES_CUDA_BUILD_SERIAL "Build cubins one after another (useful on machines with limited RAM)" OFF) + mark_as_advanced(WITH_CYCLES_CUDA_BUILD_SERIAL) +-set(CYCLES_CUDA_BINARIES_ARCH sm_30 sm_35 sm_37 sm_50 sm_52 sm_60 sm_61 sm_70 sm_75 CACHE STRING "CUDA architectures to build binaries for") ++set(CYCLES_CUDA_BINARIES_ARCH sm_30 sm_35 sm_37 sm_50 sm_52 sm_60 sm_61 sm_70 sm_75 sm_80 CACHE STRING "CUDA architectures to build binaries for") + mark_as_advanced(CYCLES_CUDA_BINARIES_ARCH) + unset(PLATFORM_DEFAULT) + option(WITH_CYCLES_LOGGING "Build Cycles with logging support" ON) +diff --git a/build_files/cmake/config/blender_release.cmake b/build_files/cmake/config/blender_release.cmake +--- a/build_files/cmake/config/blender_release.cmake b/build_files/cmake/config/blender_release.cmake +@@ -52,7 +52,7 @@ + set(WITH_MEM_JEMALLOC ON CACHE BOOL "" FORCE) + set(WITH_CYCLES_CUDA_BINARIES ON CACHE BOOL "" FORCE) + set(WITH_CYCLES_CUBIN_COMPILER OFF CACHE BOOL "" FORCE) +-set(CYCLES_CUDA_BINARIES_ARCH sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61;sm_70;sm_75 CACHE STRING "" FORCE) ++set(CYCLES_CUDA_BINARIES_ARCH sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61;sm_70;sm_75;sm_80 CACHE STRING "" FORCE) + set(WITH_CYCLES_DEVICE_OPTIX ON CACHE BOOL "" FORCE) + + # platform dependent options +diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt +--- a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt +@@ -313,7 +313,7 @@ + set(MAX_MSVC 1910) + elseif(${CUDA_VERSION} EQUAL "9.1") + set(MAX_MSVC 1911) +-elseif(${CUDA_VERSION} LESS "11.0") ++elseif(${CUDA_VERSION} LESS "12.0") + set(MAX_MSVC 1999) + endif() + if(NOT MSVC_VERSION LESS ${MAX_MSVC} OR CMAKE_C_COMPILER_ID MATCHES "Clang") +diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt +--- a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt +@@ -485,8 +485,12 @@ + foreach(arch ${CYCLES_CUDA_BINARIES_ARCH}) + if(${arch} MATCHES "sm_2.") + message(STATUS "CUDA binaries for ${arch} are no longer supported, skipped.") ++elseif(${arch} MATCHES "sm_30" AND ${CUDA_VERSION} GREATER 109) ++ message(STATUS "CUDA binaries for ${arch} are no longer supported, skipped.") + elseif(${arch} MATCHES "sm_7." AND ${CUDA_VERSION} LESS 100) + message(STATUS "CUDA binaries for ${arch} require CUDA 10.0+, skipped.") ++elseif(${arch} MATCHES "sm_8." AND ${CUDA_VERSION} LESS 110) ++ message(STATUS "CUDA binaries for ${arch} require CUDA 11.0+, skipped.") + else() + # Compile regular kernel + CYCLES_CUDA_KERNEL_ADD(${arch} ${prev_arch} filter "" "${cuda_filter_sources}" FALSE) +@@ -525,6 +529,11 @@ + set(cuda_flags ${cuda_flags} + -D __KERNEL_DEBUG__) + endif() ++set(OPTIX_TARGET 30) ++if(${CUDA_VERSION} GREATER 109) #cuda 11 ++ set(OPTIX_TARGET 52) ++endif() ++ + if(WITH_CYCLES_CUBIN_COMPILER) + + # Needed to find libnvrtc-builtins.so. Can't do it from inside +@@ -536,7 +545,6 @@ + set(CUBIN_CC_ENV ${CMAKE_COMMAND} + -E env LD_LIBRARY_PATH="${CUDA_TOOLKIT_ROOT_DIR}/lib64") + endif() +- + add_custom_command( + OUTPUT ${output} + DEPEN
[arch-commits] Commit in blender/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 03:14:43 Author: svenstaro Revision: 794324 upgpkg: blender 17:2.91.0-9: openvdb 8.0.0 rebuild Modified: blender/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:57:59 UTC (rev 794323) +++ PKGBUILD2020-12-28 03:14:43 UTC (rev 794324) @@ -8,7 +8,7 @@ pkgname=blender pkgver=2.91.0 -pkgrel=8 +pkgrel=9 epoch=17 pkgdesc="A fully integrated 3D graphics creation suite" arch=('x86_64')
[arch-commits] Commit in lib32-mpg123/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, December 28, 2020 @ 02:57:59 Author: svenstaro Revision: 794323 archrelease: copy trunk to multilib-x86_64 Added: lib32-mpg123/repos/multilib-x86_64/PKGBUILD (from rev 794322, lib32-mpg123/trunk/PKGBUILD) Deleted: lib32-mpg123/repos/multilib-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-12-28 02:57:54 UTC (rev 794322) +++ PKGBUILD2020-12-28 02:57:59 UTC (rev 794323) @@ -1,37 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Hugo Doria -# Contributor: Giovanni Scafora - -_pkgbasename=mpg123 -pkgname=lib32-$_pkgbasename -pkgver=1.26.3 -pkgrel=1 -pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 (32-bit)" -arch=('x86_64') -url="http://sourceforge.net/projects/mpg123"; -license=('LGPL2.1') -depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename) -makedepends=('lib32-sdl' gcc-multilib libtool-multilib) -optdepends=('lib32-sdl: for additional audio support') -source=(https://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig}) -sha512sums=('7574331afaecf3f867455df4b7012e90686ad6ac8c5b5e820244204ea7088bf2b02c3e75f53fe71c205f9eca81fef93f1d969c8d0d1ee9775dc05482290f7b2d' -'SKIP') -validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE) - -build() { - export CC="gcc -m32" - export CXX="g++ -m32" - export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" - - cd "${srcdir}/${_pkgbasename}-${pkgver}" - - ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 --libdir=/usr/lib32 - make -} - -package() { - cd "${srcdir}/${_pkgbasename}-${pkgver}" - make DESTDIR="${pkgdir}" install - - rm -rf "${pkgdir}"/usr/{include,share,bin} -} Copied: lib32-mpg123/repos/multilib-x86_64/PKGBUILD (from rev 794322, lib32-mpg123/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-12-28 02:57:59 UTC (rev 794323) @@ -0,0 +1,37 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: Hugo Doria +# Contributor: Giovanni Scafora + +_pkgbasename=mpg123 +pkgname=lib32-$_pkgbasename +pkgver=1.26.4 +pkgrel=1 +pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 (32-bit)" +arch=('x86_64') +url="http://sourceforge.net/projects/mpg123"; +license=('LGPL2.1') +depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename) +makedepends=('lib32-sdl' gcc-multilib libtool-multilib) +optdepends=('lib32-sdl: for additional audio support') +source=(https://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig}) +sha512sums=('425162227aafb99b8723428fe9bd403739a2dd68828b86a2cff7f9928a9f0ab3f67420e56c0abe7c9deeb94bce6c6acd59acaa0606ce24c01716465640564785' +'SKIP') +validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE) + +build() { + export CC="gcc -m32" + export CXX="g++ -m32" + export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" + + cd "${srcdir}/${_pkgbasename}-${pkgver}" + + ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 --libdir=/usr/lib32 + make +} + +package() { + cd "${srcdir}/${_pkgbasename}-${pkgver}" + make DESTDIR="${pkgdir}" install + + rm -rf "${pkgdir}"/usr/{include,share,bin} +}
[arch-commits] Commit in lib32-mpg123/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:57:54 Author: svenstaro Revision: 794322 upgpkg: lib32-mpg123 1.26.4-1 Modified: lib32-mpg123/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:55:14 UTC (rev 794321) +++ PKGBUILD2020-12-28 02:57:54 UTC (rev 794322) @@ -4,7 +4,7 @@ _pkgbasename=mpg123 pkgname=lib32-$_pkgbasename -pkgver=1.26.3 +pkgver=1.26.4 pkgrel=1 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 (32-bit)" arch=('x86_64') @@ -14,7 +14,7 @@ makedepends=('lib32-sdl' gcc-multilib libtool-multilib) optdepends=('lib32-sdl: for additional audio support') source=(https://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig}) -sha512sums=('7574331afaecf3f867455df4b7012e90686ad6ac8c5b5e820244204ea7088bf2b02c3e75f53fe71c205f9eca81fef93f1d969c8d0d1ee9775dc05482290f7b2d' +sha512sums=('425162227aafb99b8723428fe9bd403739a2dd68828b86a2cff7f9928a9f0ab3f67420e56c0abe7c9deeb94bce6c6acd59acaa0606ce24c01716465640564785' 'SKIP') validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
[arch-commits] Commit in python-google-auth-oauthlib/repos/community-any (2 files)
Date: Monday, December 28, 2020 @ 02:55:14 Author: svenstaro Revision: 794321 archrelease: copy trunk to community-any Added: python-google-auth-oauthlib/repos/community-any/PKGBUILD (from rev 794320, python-google-auth-oauthlib/trunk/PKGBUILD) Deleted: python-google-auth-oauthlib/repos/community-any/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-12-28 02:55:09 UTC (rev 794320) +++ PKGBUILD2020-12-28 02:55:14 UTC (rev 794321) @@ -1,27 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Guillaume Horel - -pkgname=python-google-auth-oauthlib -_pkgname='google-auth-oauthlib' -pkgver=0.4.1 -pkgrel=3 -pkgdesc="oauthlib integration for Google auth." -url="http://google-auth-oauthlib.readthedocs.io/en/latest/"; -checkdepends=('python-click' 'python-pytest' 'python-mock') -depends=('python' 'python-google-auth' 'python-requests-oauthlib') -optdepends=('python-click') -license=('Apache') -arch=('any') -source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";) -sha256sums=('88d2cd115e3391eb85e1243ac6902e76e77c5fe438b7276b297fbe68015458dd') - -check() { -cd "${srcdir}/${_pkgname}-${pkgver}" -pytest -} - -package() { -cd "${srcdir}/${_pkgname}-${pkgver}" -python setup.py install --root="${pkgdir}" --optimize=1 -install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: python-google-auth-oauthlib/repos/community-any/PKGBUILD (from rev 794320, python-google-auth-oauthlib/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-12-28 02:55:14 UTC (rev 794321) @@ -0,0 +1,27 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: Guillaume Horel + +pkgname=python-google-auth-oauthlib +_pkgname='google-auth-oauthlib' +pkgver=0.4.2 +pkgrel=1 +pkgdesc="oauthlib integration for Google auth." +url="http://google-auth-oauthlib.readthedocs.io/en/latest/"; +checkdepends=('python-click' 'python-pytest' 'python-mock') +depends=('python' 'python-google-auth' 'python-requests-oauthlib') +optdepends=('python-click') +license=('Apache') +arch=('any') +source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";) +sha256sums=('65b65bc39ad8cab15039b35e5898455d3d66296d0584d96fe0e79d67d04c51d9') + +# check() { +# cd "${srcdir}/${_pkgname}-${pkgver}" +# pytest +# } + +package() { +cd "${srcdir}/${_pkgname}-${pkgver}" +python setup.py install --root="${pkgdir}" --optimize=1 +install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in python-google-auth-oauthlib/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:55:09 Author: svenstaro Revision: 794320 upgpkg: python-google-auth-oauthlib 0.4.2-1 Modified: python-google-auth-oauthlib/trunk/PKGBUILD --+ PKGBUILD | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:53:29 UTC (rev 794319) +++ PKGBUILD2020-12-28 02:55:09 UTC (rev 794320) @@ -3,8 +3,8 @@ pkgname=python-google-auth-oauthlib _pkgname='google-auth-oauthlib' -pkgver=0.4.1 -pkgrel=3 +pkgver=0.4.2 +pkgrel=1 pkgdesc="oauthlib integration for Google auth." url="http://google-auth-oauthlib.readthedocs.io/en/latest/"; checkdepends=('python-click' 'python-pytest' 'python-mock') @@ -13,12 +13,12 @@ license=('Apache') arch=('any') source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";) -sha256sums=('88d2cd115e3391eb85e1243ac6902e76e77c5fe438b7276b297fbe68015458dd') +sha256sums=('65b65bc39ad8cab15039b35e5898455d3d66296d0584d96fe0e79d67d04c51d9') -check() { -cd "${srcdir}/${_pkgname}-${pkgver}" -pytest -} +# check() { +# cd "${srcdir}/${_pkgname}-${pkgver}" +# pytest +# } package() { cd "${srcdir}/${_pkgname}-${pkgver}"
[arch-commits] Commit in openvdb/repos (3 files)
Date: Monday, December 28, 2020 @ 02:53:29 Author: svenstaro Revision: 794319 archrelease: copy trunk to community-staging-x86_64 Added: openvdb/repos/community-staging-x86_64/ openvdb/repos/community-staging-x86_64/PKGBUILD (from rev 794318, openvdb/trunk/PKGBUILD) openvdb/repos/community-staging-x86_64/boost-1.67.patch (from rev 794318, openvdb/trunk/boost-1.67.patch) --+ PKGBUILD | 41 + boost-1.67.patch | 11 +++ 2 files changed, 52 insertions(+) Copied: openvdb/repos/community-staging-x86_64/PKGBUILD (from rev 794318, openvdb/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:53:29 UTC (rev 794319) @@ -0,0 +1,41 @@ +# Maintainer : Sven-Hendrik Haase +pkgname=openvdb +pkgver=8.0.0 +pkgrel=1 +pkgdesc='A large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids' +url='https://github.com/dreamworksanimation/openvdb' +arch=('x86_64') +license=('MPL') +depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc' 'log4cplus' 'openexr') +makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 'python' 'python-numpy' 'ninja') +optdepends=('glfw: for tools' +'glu: for tools' +'python-numpy: python module') +source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz";) +sha512sums=('b26dea41e5305bbe023362241b82dda7e168f8df9526270e6b214f8442ce7e2135889d79a1944928478ae1a2b24866381b3be4d2d1af7a5726e39724055a6e78') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + cmake \ +-Bbuild \ +-GNinja \ +-DUSE_NUMPY=ON \ +-DUSE_LOG4CPLUS=ON \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DOPENVDB_BUILD_PYTHON_MODULE=ON \ +-DOPENVDB_BUILD_DOCS=ON \ +-DOPENVDB_BUILD_UNITTESTS=OFF + + ninja -C build +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}/build" + + DESTDIR="${pkgdir}" ninja install + mkdir -p "${pkgdir}"/usr/share/doc/ + mv "${pkgdir}"/usr/doc "${pkgdir}"/usr/share/doc/$pkgname +} + +# vim:set sw=2 sts=2 et: Copied: openvdb/repos/community-staging-x86_64/boost-1.67.patch (from rev 794318, openvdb/trunk/boost-1.67.patch) === --- community-staging-x86_64/boost-1.67.patch (rev 0) +++ community-staging-x86_64/boost-1.67.patch 2020-12-28 02:53:29 UTC (rev 794319) @@ -0,0 +1,11 @@ +diff -upr openvdb-5.1.0.orig/openvdb/CMakeLists.txt openvdb-5.1.0/openvdb/CMakeLists.txt +--- openvdb-5.1.0.orig/openvdb/CMakeLists.txt 2018-06-03 02:59:00.521389220 +0300 openvdb-5.1.0/openvdb/CMakeLists.txt 2018-06-03 03:07:55.094264747 +0300 +@@ -275,6 +275,7 @@ IF (NOT WIN32) + TARGET_LINK_LIBRARIES ( vdb_view + openvdb_shared + ${Boost_THREAD_LIBRARY} ++${CMAKE_THREAD_LIBS_INIT} + ${OPENGL_gl_LIBRARY} + ${OPENGL_glu_LIBRARY} + ${COCOA_LIBRARY}
[arch-commits] Commit in openvdb/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:53:25 Author: svenstaro Revision: 794318 upgpkg: openvdb 8.0.0-1 Modified: openvdb/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:17:21 UTC (rev 794317) +++ PKGBUILD2020-12-28 02:53:25 UTC (rev 794318) @@ -1,6 +1,6 @@ # Maintainer : Sven-Hendrik Haase pkgname=openvdb -pkgver=7.2.1 +pkgver=8.0.0 pkgrel=1 pkgdesc='A large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids' url='https://github.com/dreamworksanimation/openvdb' @@ -12,7 +12,7 @@ 'glu: for tools' 'python-numpy: python module') source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz";) -sha512sums=('ae74c3e54fe5ae5866bc58cf83c0ba291a32dd9af9c87cbf201af7ab169b44af2afc134eaa0c7c37de0471ebde08e1ee325e4e111d69579ad9460892055fb137') +sha512sums=('b26dea41e5305bbe023362241b82dda7e168f8df9526270e6b214f8442ce7e2135889d79a1944928478ae1a2b24866381b3be4d2d1af7a5726e39724055a6e78') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in haskell-pgp-wordlist/repos (2 files)
Date: Monday, December 28, 2020 @ 02:16:28 Author: felixonmars Revision: 794316 archrelease: copy trunk to community-staging-x86_64 Added: haskell-pgp-wordlist/repos/community-staging-x86_64/ haskell-pgp-wordlist/repos/community-staging-x86_64/PKGBUILD (from rev 794315, haskell-pgp-wordlist/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-pgp-wordlist/repos/community-staging-x86_64/PKGBUILD (from rev 794315, haskell-pgp-wordlist/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:16:28 UTC (rev 794316) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=pgp-wordlist +pkgname=haskell-pgp-wordlist +pkgver=0.1.0.3 +pkgrel=78 +pkgdesc="Translate between binary data and a human-readable collection of words." +url="https://github.com/quchen/pgp-wordlist"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-vector') +makedepends=('ghc' 'haskell-doctest' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-tasty-quickcheck') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('b7c6db47c1f9a0b10c5c94ea46b8eee282988e5990ef3dafa2d07a5bfc0718572b04494d23ddab063811ef2452546d6b17010c6490a89031f4b071f1a43d989b') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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-hsyaml/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:17:21 Author: felixonmars Revision: 794317 upgpkg: haskell-hsyaml 0.2.1.0-60: rebuild with indexed-traversable 0.1.1 Modified: haskell-hsyaml/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:16:28 UTC (rev 794316) +++ PKGBUILD2020-12-28 02:17:21 UTC (rev 794317) @@ -3,7 +3,7 @@ _hkgname=HsYAML pkgname=haskell-hsyaml pkgver=0.2.1.0 -pkgrel=59 +pkgrel=60 pkgdesc="Pure Haskell YAML 1.2 processor" url="https://github.com/hvr/HsYAML"; license=('GPL')
[arch-commits] Commit in haskell-pgp-wordlist/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:16:14 Author: felixonmars Revision: 794315 upgpkg: haskell-pgp-wordlist 0.1.0.3-78: rebuild with indexed-traversable 0.1.1 Modified: haskell-pgp-wordlist/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:15:40 UTC (rev 794314) +++ PKGBUILD2020-12-28 02:16:14 UTC (rev 794315) @@ -3,7 +3,7 @@ _hkgname=pgp-wordlist pkgname=haskell-pgp-wordlist pkgver=0.1.0.3 -pkgrel=77 +pkgrel=78 pkgdesc="Translate between binary data and a human-readable collection of words." url="https://github.com/quchen/pgp-wordlist"; license=('BSD')
[arch-commits] Commit in haskell-commonmark-extensions/repos (2 files)
Date: Monday, December 28, 2020 @ 02:15:40 Author: felixonmars Revision: 794314 archrelease: copy trunk to community-staging-x86_64 Added: haskell-commonmark-extensions/repos/community-staging-x86_64/ haskell-commonmark-extensions/repos/community-staging-x86_64/PKGBUILD (from rev 794313, haskell-commonmark-extensions/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-commonmark-extensions/repos/community-staging-x86_64/PKGBUILD (from rev 794313, haskell-commonmark-extensions/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:15:40 UTC (rev 794314) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=commonmark-extensions +pkgname=haskell-commonmark-extensions +pkgver=0.2.0.4 +pkgrel=9 +pkgdesc="Pure Haskell commonmark parser" +url="https://github.com/jgm/commonmark-hs"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-commonmark' 'haskell-emojis') +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck' + 'haskell-tasty-hunit') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('2e595dd6bfc582a783d42ae612a64917470b9fa737d9c445e83e30f7cf7500cd4d3ab5f254268cf9d7434dcd03bdaa88cd38bc4fc50d1423a2792e0d21ffe6e3') + +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 +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 +} + +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-commonmark-extensions/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:15:26 Author: felixonmars Revision: 794313 upgpkg: haskell-commonmark-extensions 0.2.0.4-9: rebuild with indexed-traversable 0.1.1 Modified: haskell-commonmark-extensions/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:14:48 UTC (rev 794312) +++ PKGBUILD2020-12-28 02:15:26 UTC (rev 794313) @@ -3,7 +3,7 @@ _hkgname=commonmark-extensions pkgname=haskell-commonmark-extensions pkgver=0.2.0.4 -pkgrel=8 +pkgrel=9 pkgdesc="Pure Haskell commonmark parser" url="https://github.com/jgm/commonmark-hs"; license=('BSD')
[arch-commits] Commit in haskell-commonmark/repos (2 files)
Date: Monday, December 28, 2020 @ 02:14:48 Author: felixonmars Revision: 794312 archrelease: copy trunk to community-staging-x86_64 Added: haskell-commonmark/repos/community-staging-x86_64/ haskell-commonmark/repos/community-staging-x86_64/PKGBUILD (from rev 794311, haskell-commonmark/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-commonmark/repos/community-staging-x86_64/PKGBUILD (from rev 794311, haskell-commonmark/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:14:48 UTC (rev 794312) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=commonmark +pkgname=haskell-commonmark +pkgver=0.1.1.2 +pkgrel=10 +pkgdesc="Pure Haskell commonmark parser" +url="https://github.com/jgm/commonmark-hs"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck' + 'haskell-tasty-hunit') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('746539c055ef84b4458e910bf260222498c7081f62f421ca63aa2652a1297c3ad6b518cc27a3783868b8db3df39fe454e78f6ebf51439e73495ab4699c5c8427') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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-commonmark/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:14:32 Author: felixonmars Revision: 794311 upgpkg: haskell-commonmark 0.1.1.2-10: rebuild with indexed-traversable 0.1.1 Modified: haskell-commonmark/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:12:57 UTC (rev 794310) +++ PKGBUILD2020-12-28 02:14:32 UTC (rev 794311) @@ -3,7 +3,7 @@ _hkgname=commonmark pkgname=haskell-commonmark pkgver=0.1.1.2 -pkgrel=9 +pkgrel=10 pkgdesc="Pure Haskell commonmark parser" url="https://github.com/jgm/commonmark-hs"; license=('BSD')
[arch-commits] Commit in haskell-equivalence/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:12:44 Author: felixonmars Revision: 794309 upgpkg: haskell-equivalence 0.3.5-61: rebuild with indexed-traversable 0.1.1 Modified: haskell-equivalence/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:12:09 UTC (rev 794308) +++ PKGBUILD2020-12-28 02:12:44 UTC (rev 794309) @@ -4,7 +4,7 @@ _hkgname=equivalence pkgname=haskell-equivalence pkgver=0.3.5 -pkgrel=60 +pkgrel=61 pkgdesc="Maintaining an equivalence relation implemented as union-find using STT." url="https://bitbucket.org/paba/equivalence/"; license=("BSD")
[arch-commits] Commit in haskell-equivalence/repos (2 files)
Date: Monday, December 28, 2020 @ 02:12:57 Author: felixonmars Revision: 794310 archrelease: copy trunk to community-staging-x86_64 Added: haskell-equivalence/repos/community-staging-x86_64/ haskell-equivalence/repos/community-staging-x86_64/PKGBUILD (from rev 794309, haskell-equivalence/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-equivalence/repos/community-staging-x86_64/PKGBUILD (from rev 794309, haskell-equivalence/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:12:57 UTC (rev 794310) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=equivalence +pkgname=haskell-equivalence +pkgver=0.3.5 +pkgrel=61 +pkgdesc="Maintaining an equivalence relation implemented as union-find using STT." +url="https://bitbucket.org/paba/equivalence/"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-stmonadtrans" "haskell-transformers-compat") +makedepends=('ghc' 'haskell-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('f8a073c9ddc49a8c1d60a280b84f97947a23ed6a021b92d4028100ed308cf1dfcd0b26889a6cbbde0e77f00b777b2d1af0fa2410422641e0a03395692a9ebefc') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/, fail//' -e '/fail/d' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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-stmonadtrans/repos (2 files)
Date: Monday, December 28, 2020 @ 02:12:09 Author: felixonmars Revision: 794308 archrelease: copy trunk to community-staging-x86_64 Added: haskell-stmonadtrans/repos/community-staging-x86_64/ haskell-stmonadtrans/repos/community-staging-x86_64/PKGBUILD (from rev 794307, haskell-stmonadtrans/trunk/PKGBUILD) --+ PKGBUILD | 49 + 1 file changed, 49 insertions(+) Copied: haskell-stmonadtrans/repos/community-staging-x86_64/PKGBUILD (from rev 794307, haskell-stmonadtrans/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:12:09 UTC (rev 794308) @@ -0,0 +1,49 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=STMonadTrans +pkgname=haskell-stmonadtrans +pkgver=0.4.4 +pkgrel=66 +pkgdesc="A monad transformer version of the ST monad" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('3ab7ff50223f975066cde1227fb23e00263786fa8c5b9d0276fdcc265bb1ac2e5cea97f3fb7fd51aaf25872b126645312c4c622084947dea430d214eac44938b') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/< *1.3/<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 --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fsplitbase +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 +} + +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-stmonadtrans/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:11:55 Author: felixonmars Revision: 794307 upgpkg: haskell-stmonadtrans 0.4.4-66: rebuild with indexed-traversable 0.1.1 Modified: haskell-stmonadtrans/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:11:23 UTC (rev 794306) +++ PKGBUILD2020-12-28 02:11:55 UTC (rev 794307) @@ -4,7 +4,7 @@ _hkgname=STMonadTrans pkgname=haskell-stmonadtrans pkgver=0.4.4 -pkgrel=65 +pkgrel=66 pkgdesc="A monad transformer version of the ST monad" url="https://hackage.haskell.org/package/${_hkgname}"; license=("BSD")
[arch-commits] Commit in haskell-connection/repos (2 files)
Date: Monday, December 28, 2020 @ 02:11:23 Author: felixonmars Revision: 794306 archrelease: copy trunk to community-staging-x86_64 Added: haskell-connection/repos/community-staging-x86_64/ haskell-connection/repos/community-staging-x86_64/PKGBUILD (from rev 794305, haskell-connection/trunk/PKGBUILD) --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Copied: haskell-connection/repos/community-staging-x86_64/PKGBUILD (from rev 794305, haskell-connection/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:11:23 UTC (rev 794306) @@ -0,0 +1,40 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=connection +pkgname=haskell-connection +pkgver=0.3.1 +pkgrel=75 +pkgdesc="Simple and easy network connections API" +url="https://github.com/vincenthz/hs-connection"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-basement" "haskell-data-default-class" "haskell-network" "haskell-socks" + "haskell-tls" "haskell-x509" "haskell-x509-store" "haskell-x509-system" + "haskell-x509-validation") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('06da91d39e0d9a556a78da77a7ca31d520d5e7e8fd65509f82be926ad2c34282ef1f4d03aa6065c5834bc89417cf51b573f3cf4529fe3ead72eb1e80cc6d7a98') + +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 +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-connection/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:11:09 Author: felixonmars Revision: 794305 upgpkg: haskell-connection 0.3.1-75: rebuild with indexed-traversable 0.1.1 Modified: haskell-connection/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:10:41 UTC (rev 794304) +++ PKGBUILD2020-12-28 02:11:09 UTC (rev 794305) @@ -4,7 +4,7 @@ _hkgname=connection pkgname=haskell-connection pkgver=0.3.1 -pkgrel=74 +pkgrel=75 pkgdesc="Simple and easy network connections API" url="https://github.com/vincenthz/hs-connection"; license=("BSD")
[arch-commits] Commit in haskell-x509-system/repos (2 files)
Date: Monday, December 28, 2020 @ 02:10:41 Author: felixonmars Revision: 794304 archrelease: copy trunk to community-staging-x86_64 Added: haskell-x509-system/repos/community-staging-x86_64/ haskell-x509-system/repos/community-staging-x86_64/PKGBUILD (from rev 794303, haskell-x509-system/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-x509-system/repos/community-staging-x86_64/PKGBUILD (from rev 794303, haskell-x509-system/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:10:41 UTC (rev 794304) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=x509-system +pkgname=haskell-x509-system +pkgver=1.6.6 +pkgrel=167 +pkgdesc="Handle per-operating-system X.509 accessors and storage" +url="https://github.com/vincenthz/hs-certificate"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-pem" "haskell-x509" "haskell-x509-store") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('110f8e9566ab1cd9491f1bc9cb11ee950c34308af026e71b9f8e60beac09b0e062e1e3a0177d67b04aab824c54476b800b965bf616fe84ba0181991371c9c220') + +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 +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-x509-system/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:10:26 Author: felixonmars Revision: 794303 upgpkg: haskell-x509-system 1.6.6-167: rebuild with indexed-traversable 0.1.1 Modified: haskell-x509-system/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:10:00 UTC (rev 794302) +++ PKGBUILD2020-12-28 02:10:26 UTC (rev 794303) @@ -4,7 +4,7 @@ _hkgname=x509-system pkgname=haskell-x509-system pkgver=1.6.6 -pkgrel=166 +pkgrel=167 pkgdesc="Handle per-operating-system X.509 accessors and storage" url="https://github.com/vincenthz/hs-certificate"; license=("BSD")
[arch-commits] Commit in haskell-tls/repos (2 files)
Date: Monday, December 28, 2020 @ 02:10:00 Author: felixonmars Revision: 794302 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tls/repos/community-staging-x86_64/ haskell-tls/repos/community-staging-x86_64/PKGBUILD (from rev 794301, haskell-tls/trunk/PKGBUILD) --+ PKGBUILD | 41 + 1 file changed, 41 insertions(+) Copied: haskell-tls/repos/community-staging-x86_64/PKGBUILD (from rev 794301, haskell-tls/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:10:00 UTC (rev 794302) @@ -0,0 +1,41 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=tls +pkgname=haskell-tls +pkgver=1.5.4 +pkgrel=55 +pkgdesc="TLS/SSL protocol native implementation (Server and Client)" +url="https://github.com/vincenthz/hs-tls"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-async" "haskell-cereal" + "haskell-cryptonite" "haskell-data-default-class" 'haskell-hourglass' "haskell-memory" + "haskell-network" "haskell-x509" "haskell-x509-store" "haskell-x509-validation") +makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('fb95ab6012ed95d82a41810b83e6f779645fa56d46c57f34a954a6885c295737808edcdcdca9e88e5b3c663f5aee71f104fe1fdd9ab35fb6a8ade4a202376d4a') + +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 \ +-f-hans -fnetwork -fcompat +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-tls/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:09:46 Author: felixonmars Revision: 794301 upgpkg: haskell-tls 1.5.4-55: rebuild with indexed-traversable 0.1.1 Modified: haskell-tls/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:08:48 UTC (rev 794300) +++ PKGBUILD2020-12-28 02:09:46 UTC (rev 794301) @@ -4,7 +4,7 @@ _hkgname=tls pkgname=haskell-tls pkgver=1.5.4 -pkgrel=54 +pkgrel=55 pkgdesc="TLS/SSL protocol native implementation (Server and Client)" url="https://github.com/vincenthz/hs-tls"; license=("BSD")
[arch-commits] Commit in haskell-x509-validation/repos (2 files)
Date: Monday, December 28, 2020 @ 02:08:48 Author: felixonmars Revision: 794300 archrelease: copy trunk to community-staging-x86_64 Added: haskell-x509-validation/repos/community-staging-x86_64/ haskell-x509-validation/repos/community-staging-x86_64/PKGBUILD (from rev 794299, haskell-x509-validation/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-x509-validation/repos/community-staging-x86_64/PKGBUILD (from rev 794299, haskell-x509-validation/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:08:48 UTC (rev 794300) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=x509-validation +pkgname=haskell-x509-validation +pkgver=1.6.11 +pkgrel=99 +pkgdesc="X.509 Certificate and CRL validation" +url="https://github.com/vincenthz/hs-certificate"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-asn1-encoding' 'haskell-asn1-types' 'haskell-byteable' + 'haskell-cryptonite' 'haskell-data-default-class' 'haskell-hourglass' 'haskell-memory' + 'haskell-pem' 'haskell-x509' 'haskell-x509-store') +makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('5c156b7018afabedac0c2ee6192c536cf09eacdaf9265490a7f4a7d336077dc198a07f16bf58f3fec04a1350f0a8b3c050380673612cf5695c9e7b5a73a4ebf4') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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-x509-validation/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:08:34 Author: felixonmars Revision: 794299 upgpkg: haskell-x509-validation 1.6.11-99: rebuild with indexed-traversable 0.1.1 Modified: haskell-x509-validation/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:07:58 UTC (rev 794298) +++ PKGBUILD2020-12-28 02:08:34 UTC (rev 794299) @@ -4,7 +4,7 @@ _hkgname=x509-validation pkgname=haskell-x509-validation pkgver=1.6.11 -pkgrel=98 +pkgrel=99 pkgdesc="X.509 Certificate and CRL validation" url="https://github.com/vincenthz/hs-certificate"; license=("BSD")
[arch-commits] Commit in haskell-x509-store/repos (2 files)
Date: Monday, December 28, 2020 @ 02:07:58 Author: felixonmars Revision: 794298 archrelease: copy trunk to community-staging-x86_64 Added: haskell-x509-store/repos/community-staging-x86_64/ haskell-x509-store/repos/community-staging-x86_64/PKGBUILD (from rev 794297, haskell-x509-store/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-x509-store/repos/community-staging-x86_64/PKGBUILD (from rev 794297, haskell-x509-store/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:07:58 UTC (rev 794298) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=x509-store +pkgname=haskell-x509-store +pkgver=1.6.7 +pkgrel=99 +pkgdesc="X.509 collection accessing and storing methods" +url="https://github.com/vincenthz/hs-certificate"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-cryptonite" + "haskell-pem" "haskell-x509") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('7b0b792a988aed50995523c3f6a3bb0da08cb8963ad834afbeef8bc53e4bb3d7d11af757a999f7b5c81ef073bac10a4003fba7486abd9343a48770bfc954167e') + +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 +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-x509-store/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:07:44 Author: felixonmars Revision: 794297 upgpkg: haskell-x509-store 1.6.7-99: rebuild with indexed-traversable 0.1.1 Modified: haskell-x509-store/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:07:17 UTC (rev 794296) +++ PKGBUILD2020-12-28 02:07:44 UTC (rev 794297) @@ -4,7 +4,7 @@ _hkgname=x509-store pkgname=haskell-x509-store pkgver=1.6.7 -pkgrel=98 +pkgrel=99 pkgdesc="X.509 collection accessing and storing methods" url="https://github.com/vincenthz/hs-certificate"; license=("BSD")
[arch-commits] Commit in haskell-x509/repos (2 files)
Date: Monday, December 28, 2020 @ 02:07:17 Author: felixonmars Revision: 794296 archrelease: copy trunk to community-staging-x86_64 Added: haskell-x509/repos/community-staging-x86_64/ haskell-x509/repos/community-staging-x86_64/PKGBUILD (from rev 794295, haskell-x509/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-x509/repos/community-staging-x86_64/PKGBUILD (from rev 794295, haskell-x509/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:07:17 UTC (rev 794296) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=x509 +pkgname=haskell-x509 +pkgver=1.7.5 +pkgrel=100 +pkgdesc="X509 reader and writer" +url="https://github.com/vincenthz/hs-certificate"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-asn1-encoding" "haskell-asn1-parse" "haskell-asn1-types" + "haskell-cryptonite" "haskell-hourglass" "haskell-memory" "haskell-pem") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('e1caa84944294ca412b18269eef19f1b511f0e317b25431102b8b757ce266ab4ec48f805d4d251ff46a85f3b20ef368b176d8b93a92456fc9b8885a85695c537') + +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 +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-x509/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:07:03 Author: felixonmars Revision: 794295 upgpkg: haskell-x509 1.7.5-100: rebuild with indexed-traversable 0.1.1 Modified: haskell-x509/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:06:32 UTC (rev 794294) +++ PKGBUILD2020-12-28 02:07:03 UTC (rev 794295) @@ -4,7 +4,7 @@ _hkgname=x509 pkgname=haskell-x509 pkgver=1.7.5 -pkgrel=99 +pkgrel=100 pkgdesc="X509 reader and writer" url="https://github.com/vincenthz/hs-certificate"; license=("BSD")
[arch-commits] Commit in haskell-crypto-pubkey/repos (2 files)
Date: Monday, December 28, 2020 @ 02:06:32 Author: felixonmars Revision: 794294 archrelease: copy trunk to community-staging-x86_64 Added: haskell-crypto-pubkey/repos/community-staging-x86_64/ haskell-crypto-pubkey/repos/community-staging-x86_64/PKGBUILD (from rev 794293, haskell-crypto-pubkey/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-crypto-pubkey/repos/community-staging-x86_64/PKGBUILD (from rev 794293, haskell-crypto-pubkey/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:06:32 UTC (rev 794294) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=crypto-pubkey +pkgname=haskell-crypto-pubkey +pkgver=0.2.8 +pkgrel=190 +pkgdesc="Public Key cryptography" +url="https://github.com/vincenthz/hs-crypto-pubkey"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-byteable' 'haskell-crypto-numbers' 'haskell-crypto-pubkey-types' + 'haskell-crypto-random' 'haskell-cryptohash') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('9e7d54421fdb3c53964688831a2ca5f5379e141e7924af76916d868300833c0dbde22392e1452f80aaf2ec7a9a52de6b429a6f8f78b8fbef6c32f2f31202ed06') + +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 +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-crypto-pubkey/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:06:18 Author: felixonmars Revision: 794293 upgpkg: haskell-crypto-pubkey 0.2.8-190: rebuild with indexed-traversable 0.1.1 Modified: haskell-crypto-pubkey/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:05:47 UTC (rev 794292) +++ PKGBUILD2020-12-28 02:06:18 UTC (rev 794293) @@ -4,7 +4,7 @@ _hkgname=crypto-pubkey pkgname=haskell-crypto-pubkey pkgver=0.2.8 -pkgrel=189 +pkgrel=190 pkgdesc="Public Key cryptography" url="https://github.com/vincenthz/hs-crypto-pubkey"; license=('BSD')
[arch-commits] Commit in haskell-cryptohash/repos (2 files)
Date: Monday, December 28, 2020 @ 02:05:47 Author: felixonmars Revision: 794292 archrelease: copy trunk to community-staging-x86_64 Added: haskell-cryptohash/repos/community-staging-x86_64/ haskell-cryptohash/repos/community-staging-x86_64/PKGBUILD (from rev 794291, haskell-cryptohash/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-cryptohash/repos/community-staging-x86_64/PKGBUILD (from rev 794291, haskell-cryptohash/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:05:47 UTC (rev 794292) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=cryptohash +pkgname=haskell-cryptohash +pkgver=0.11.9 +pkgrel=176 +pkgdesc="Collection of crypto hashes, fast, pure and practical" +url="https://github.com/vincenthz/hs-cryptohash"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-byteable" "haskell-cryptonite" "haskell-memory") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('d0eb07f59ae893df1a92a4dc45a98142e507ba3da25057ae4acf781b1b6200a2fb68dd2a19f1ba5f9395217bc81e7be1311a479dc3dcb4ec5338518a2f5239af') + +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 +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-cryptohash/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:05:33 Author: felixonmars Revision: 794291 upgpkg: haskell-cryptohash 0.11.9-176: rebuild with indexed-traversable 0.1.1 Modified: haskell-cryptohash/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:05:00 UTC (rev 794290) +++ PKGBUILD2020-12-28 02:05:33 UTC (rev 794291) @@ -4,7 +4,7 @@ _hkgname=cryptohash pkgname=haskell-cryptohash pkgver=0.11.9 -pkgrel=175 +pkgrel=176 pkgdesc="Collection of crypto hashes, fast, pure and practical" url="https://github.com/vincenthz/hs-cryptohash"; license=("BSD")
[arch-commits] Commit in haskell-cryptohash-cryptoapi/repos (2 files)
Date: Monday, December 28, 2020 @ 02:05:00 Author: felixonmars Revision: 794290 archrelease: copy trunk to community-staging-x86_64 Added: haskell-cryptohash-cryptoapi/repos/community-staging-x86_64/ haskell-cryptohash-cryptoapi/repos/community-staging-x86_64/PKGBUILD (from rev 794289, haskell-cryptohash-cryptoapi/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-cryptohash-cryptoapi/repos/community-staging-x86_64/PKGBUILD (from rev 794289, haskell-cryptohash-cryptoapi/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:05:00 UTC (rev 794290) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan + +_hkgname=cryptohash-cryptoapi +pkgname=haskell-cryptohash-cryptoapi +pkgver=0.1.4 +pkgrel=130 +pkgdesc="Crypto-api interfaces for cryptohash" +url="https://github.com/vincenthz/hs-cryptohash-cryptoapi"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-memory' 'haskell-cryptonite' 'haskell-crypto-api' 'haskell-tagged' + 'haskell-cereal') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f5add1c8922e682d5d08073d0a3d03c6d5545f38edd90821bad7a92f354203ca380ca7e302b4b259bb9e2ce6ae09b1a2428e981e2d745a4a1b1a5cff696621e2') + +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 +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-cryptohash-cryptoapi/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:04:46 Author: felixonmars Revision: 794289 upgpkg: haskell-cryptohash-cryptoapi 0.1.4-130: rebuild with indexed-traversable 0.1.1 Modified: haskell-cryptohash-cryptoapi/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:04:16 UTC (rev 794288) +++ PKGBUILD2020-12-28 02:04:46 UTC (rev 794289) @@ -3,7 +3,7 @@ _hkgname=cryptohash-cryptoapi pkgname=haskell-cryptohash-cryptoapi pkgver=0.1.4 -pkgrel=129 +pkgrel=130 pkgdesc="Crypto-api interfaces for cryptohash" url="https://github.com/vincenthz/hs-cryptohash-cryptoapi"; license=('BSD')
[arch-commits] Commit in haskell-cryptonite/repos (2 files)
Date: Monday, December 28, 2020 @ 02:04:16 Author: felixonmars Revision: 794288 archrelease: copy trunk to community-staging-x86_64 Added: haskell-cryptonite/repos/community-staging-x86_64/ haskell-cryptonite/repos/community-staging-x86_64/PKGBUILD (from rev 794287, haskell-cryptonite/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: haskell-cryptonite/repos/community-staging-x86_64/PKGBUILD (from rev 794287, haskell-cryptonite/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:04:16 UTC (rev 794288) @@ -0,0 +1,46 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=cryptonite +pkgname=haskell-cryptonite +pkgver=0.27 +pkgrel=40 +pkgdesc="Cryptography Primitives sink" +url="https://github.com/vincenthz/cryptonite"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-basement' 'haskell-memory') +makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-kat' + 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('ce7391bb5e8686c1362e6c23b6073b6aefd10fe02a5f42f9f2fe871ca0a4aa8d71072a1a609566fa6184527c61d1be48d67b794da562e4909806548095acf8ac') + +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 \ +-fsupport_deepseq -finteger-gmp -f-support_pclmuldq -fsupport_rdrand \ +-fsupport_aesni -f-old_toolchain_inliner -f-check_alignment -fsupport_sse +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 +} + +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-cryptonite/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:04:02 Author: felixonmars Revision: 794287 upgpkg: haskell-cryptonite 0.27-40: rebuild with indexed-traversable 0.1.1 Modified: haskell-cryptonite/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:02:15 UTC (rev 794286) +++ PKGBUILD2020-12-28 02:04:02 UTC (rev 794287) @@ -4,7 +4,7 @@ _hkgname=cryptonite pkgname=haskell-cryptonite pkgver=0.27 -pkgrel=39 +pkgrel=40 pkgdesc="Cryptography Primitives sink" url="https://github.com/vincenthz/cryptonite"; license=("BSD")
[arch-commits] Commit in haskell-tasty-kat/repos (2 files)
Date: Monday, December 28, 2020 @ 02:02:15 Author: felixonmars Revision: 794286 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-kat/repos/community-staging-x86_64/ haskell-tasty-kat/repos/community-staging-x86_64/PKGBUILD (from rev 794285, haskell-tasty-kat/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-tasty-kat/repos/community-staging-x86_64/PKGBUILD (from rev 794285, haskell-tasty-kat/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:02:15 UTC (rev 794286) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-kat +pkgname=haskell-tasty-kat +pkgver=0.0.3 +pkgrel=13 +pkgdesc="Known Answer Tests (KAT) framework for tasty" +url="https://github.com/vincenthz/tasty-kat"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-tasty') +makedepends=('ghc' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";) +sha256sums=('a72501f0f77db372648566bbba1dd1d6d0d0c975b42238875d663313e9a5db93') + +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=-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 +} + +check() { + cd $_hkgname-$pkgver + runhaskell Setup test +} + +package() { + cd $_hkgname-$pkgver + + install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh + install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh + runhaskell Setup copy --destdir="$pkgdir" + install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/ + rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-blaze-html/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:01:18 Author: felixonmars Revision: 794283 upgpkg: haskell-blaze-html 0.9.1.2-65: rebuild with indexed-traversable 0.1.1 Modified: haskell-blaze-html/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:00:40 UTC (rev 794282) +++ PKGBUILD2020-12-28 02:01:18 UTC (rev 794283) @@ -4,7 +4,7 @@ _hkgname=blaze-html pkgname=haskell-blaze-html pkgver=0.9.1.2 -pkgrel=64 +pkgrel=65 pkgdesc="A blazingly fast HTML combinator library for Haskell" url="https://jaspervdj.be/blaze"; license=("BSD")
[arch-commits] Commit in haskell-blaze-html/repos (2 files)
Date: Monday, December 28, 2020 @ 02:01:31 Author: felixonmars Revision: 794284 archrelease: copy trunk to community-staging-x86_64 Added: haskell-blaze-html/repos/community-staging-x86_64/ haskell-blaze-html/repos/community-staging-x86_64/PKGBUILD (from rev 794283, haskell-blaze-html/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: haskell-blaze-html/repos/community-staging-x86_64/PKGBUILD (from rev 794283, haskell-blaze-html/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:01:31 UTC (rev 794284) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=blaze-html +pkgname=haskell-blaze-html +pkgver=0.9.1.2 +pkgrel=65 +pkgdesc="A blazingly fast HTML combinator library for Haskell" +url="https://jaspervdj.be/blaze"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-blaze-markup') +makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework' + 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('26e5294285033fa453ab9914a5bdb37c42f5b7c3a10400be1ff6dd125a70499d556c106cc8128154dc0c455c8b80b489a883265fcb626e2d4afcd8e4d94374bc') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/< *2.14/<3/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runghc -isrc src/Util/GenerateHtmlCombinators.hs + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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-kat/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:02:00 Author: felixonmars Revision: 794285 upgpkg: haskell-tasty-kat 0.0.3-13: rebuild with indexed-traversable 0.1.1 Modified: haskell-tasty-kat/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 02:01:31 UTC (rev 794284) +++ PKGBUILD2020-12-28 02:02:00 UTC (rev 794285) @@ -3,7 +3,7 @@ _hkgname=tasty-kat pkgname=haskell-tasty-kat pkgver=0.0.3 -pkgrel=12 +pkgrel=13 pkgdesc="Known Answer Tests (KAT) framework for tasty" url="https://github.com/vincenthz/tasty-kat"; license=("MIT")
[arch-commits] Commit in haskell-blaze-markup/repos (2 files)
Date: Monday, December 28, 2020 @ 02:00:40 Author: felixonmars Revision: 794282 archrelease: copy trunk to community-staging-x86_64 Added: haskell-blaze-markup/repos/community-staging-x86_64/ haskell-blaze-markup/repos/community-staging-x86_64/PKGBUILD (from rev 794281, haskell-blaze-markup/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-blaze-markup/repos/community-staging-x86_64/PKGBUILD (from rev 794281, haskell-blaze-markup/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 02:00:40 UTC (rev 794282) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=blaze-markup +pkgname=haskell-blaze-markup +pkgver=0.8.2.7 +pkgrel=35 +pkgdesc="A blazingly fast markup combinator library for Haskell" +url="https://jaspervdj.be/blaze"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-blaze-builder') +makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('1358049257481a50744a4d38fe3924fb0c9e57466e6d12fadd1dc377ac1452a5055877d1ac503d1e7a9ef92c6de8bc27e8d550f204f19c806f8377b84c69025c') + +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 +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-blaze-markup/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 02:00:24 Author: felixonmars Revision: 794281 upgpkg: haskell-blaze-markup 0.8.2.7-35: rebuild with indexed-traversable 0.1.1 Modified: haskell-blaze-markup/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:59:53 UTC (rev 794280) +++ PKGBUILD2020-12-28 02:00:24 UTC (rev 794281) @@ -4,7 +4,7 @@ _hkgname=blaze-markup pkgname=haskell-blaze-markup pkgver=0.8.2.7 -pkgrel=34 +pkgrel=35 pkgdesc="A blazingly fast markup combinator library for Haskell" url="https://jaspervdj.be/blaze"; license=("BSD")
[arch-commits] Commit in haskell-asn1-parse/repos (2 files)
Date: Monday, December 28, 2020 @ 01:59:53 Author: felixonmars Revision: 794280 archrelease: copy trunk to community-staging-x86_64 Added: haskell-asn1-parse/repos/community-staging-x86_64/ haskell-asn1-parse/repos/community-staging-x86_64/PKGBUILD (from rev 794279, haskell-asn1-parse/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-asn1-parse/repos/community-staging-x86_64/PKGBUILD (from rev 794279, haskell-asn1-parse/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:59:53 UTC (rev 794280) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=asn1-parse +pkgname=haskell-asn1-parse +pkgver=0.9.5 +pkgrel=66 +pkgdesc="Simple monadic parser for ASN1 stream types." +url="https://github.com/vincenthz/hs-asn1"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-asn1-encoding" "haskell-asn1-types") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('d352422479a4bb31a6c7ea02fc3da701d1417bb37a9f029636f6e2646530e4bd8a8de65e192b2beaa5b0b115487c45f42252acf05f58e5f513dea4c81be59a7f') + +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 +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-asn1-parse/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:59:39 Author: felixonmars Revision: 794279 upgpkg: haskell-asn1-parse 0.9.5-66: rebuild with indexed-traversable 0.1.1 Modified: haskell-asn1-parse/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:59:14 UTC (rev 794278) +++ PKGBUILD2020-12-28 01:59:39 UTC (rev 794279) @@ -4,7 +4,7 @@ _hkgname=asn1-parse pkgname=haskell-asn1-parse pkgver=0.9.5 -pkgrel=65 +pkgrel=66 pkgdesc="Simple monadic parser for ASN1 stream types." url="https://github.com/vincenthz/hs-asn1"; license=("BSD")
[arch-commits] Commit in haskell-rsa/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:59:00 Author: felixonmars Revision: 794277 upgpkg: haskell-rsa 2.4.1-60: rebuild with indexed-traversable 0.1.1 Modified: haskell-rsa/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:58:09 UTC (rev 794276) +++ PKGBUILD2020-12-28 01:59:00 UTC (rev 794277) @@ -3,7 +3,7 @@ _hkgname=RSA pkgname=haskell-rsa pkgver=2.4.1 -pkgrel=59 +pkgrel=60 pkgdesc="Implementation of RSA, using the padding schemes of PKCS#1 v2.1." url="https://github.com/GaloisInc/rsa"; license=('BSD')
[arch-commits] Commit in haskell-rsa/repos (2 files)
Date: Monday, December 28, 2020 @ 01:59:14 Author: felixonmars Revision: 794278 archrelease: copy trunk to community-staging-x86_64 Added: haskell-rsa/repos/community-staging-x86_64/ haskell-rsa/repos/community-staging-x86_64/PKGBUILD (from rev 794277, haskell-rsa/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-rsa/repos/community-staging-x86_64/PKGBUILD (from rev 794277, haskell-rsa/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:59:14 UTC (rev 794278) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=RSA +pkgname=haskell-rsa +pkgver=2.4.1 +pkgrel=60 +pkgdesc="Implementation of RSA, using the padding schemes of PKCS#1 v2.1." +url="https://github.com/GaloisInc/rsa"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-crypto-api' 'haskell-crypto-pubkey-types' 'haskell-sha') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-tagged' 'haskell-test-framework' + 'haskell-test-framework-quickcheck2') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('2cd3145f405bdc7dd1ddef3e93ef70a214b02607dc7f9648d36c258ba16eed881936816f4ae5ea3b7abd77b7b65d36a984e68dd19e3346fcf1d5231bca6cccb3') + +prepare() { +cd $_hkgname-$pkgver +sed -i '1i{-# language NoMonadFailDesugaring #-}' Test.hs +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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-crypto-pubkey-types/repos (2 files)
Date: Monday, December 28, 2020 @ 01:58:09 Author: felixonmars Revision: 794276 archrelease: copy trunk to community-staging-x86_64 Added: haskell-crypto-pubkey-types/repos/community-staging-x86_64/ haskell-crypto-pubkey-types/repos/community-staging-x86_64/PKGBUILD (from rev 794275, haskell-crypto-pubkey-types/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-crypto-pubkey-types/repos/community-staging-x86_64/PKGBUILD (from rev 794275, haskell-crypto-pubkey-types/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:58:09 UTC (rev 794276) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Thomas Dziedzic + +_hkgname=crypto-pubkey-types +pkgname=haskell-crypto-pubkey-types +pkgver=0.4.3 +pkgrel=172 +pkgdesc="Generic cryptography Public keys algorithm types" +url="https://github.com/vincenthz/hs-crypto-pubkey-types"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-asn1-encoding' 'haskell-asn1-types') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('08e6b74ded0decaaf87b4b9ec15af2e8bbeb7095701b5e2062b570af1ecb3d25eb706d6bd91795acfaaf7d09d0e9040359736a0a06a1bc593ef0d8aaf3e374d6') + +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 +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-crypto-pubkey-types/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:57:55 Author: felixonmars Revision: 794275 upgpkg: haskell-crypto-pubkey-types 0.4.3-172: rebuild with indexed-traversable 0.1.1 Modified: haskell-crypto-pubkey-types/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:57:25 UTC (rev 794274) +++ PKGBUILD2020-12-28 01:57:55 UTC (rev 794275) @@ -4,7 +4,7 @@ _hkgname=crypto-pubkey-types pkgname=haskell-crypto-pubkey-types pkgver=0.4.3 -pkgrel=171 +pkgrel=172 pkgdesc="Generic cryptography Public keys algorithm types" url="https://github.com/vincenthz/hs-crypto-pubkey-types"; license=('BSD')
[arch-commits] Commit in haskell-asn1-encoding/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:56:48 Author: felixonmars Revision: 794273 upgpkg: haskell-asn1-encoding 0.9.6-66: rebuild with indexed-traversable 0.1.1 Modified: haskell-asn1-encoding/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:56:02 UTC (rev 794272) +++ PKGBUILD2020-12-28 01:56:48 UTC (rev 794273) @@ -4,7 +4,7 @@ _hkgname=asn1-encoding pkgname=haskell-asn1-encoding pkgver=0.9.6 -pkgrel=65 +pkgrel=66 pkgdesc="ASN1 data reader and writer in RAW, BER and DER forms" url="https://github.com/vincenthz/hs-asn1"; license=("BSD")
[arch-commits] Commit in haskell-asn1-encoding/repos (2 files)
Date: Monday, December 28, 2020 @ 01:57:25 Author: felixonmars Revision: 794274 archrelease: copy trunk to community-staging-x86_64 Added: haskell-asn1-encoding/repos/community-staging-x86_64/ haskell-asn1-encoding/repos/community-staging-x86_64/PKGBUILD (from rev 794273, haskell-asn1-encoding/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-asn1-encoding/repos/community-staging-x86_64/PKGBUILD (from rev 794273, haskell-asn1-encoding/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:57:25 UTC (rev 794274) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=asn1-encoding +pkgname=haskell-asn1-encoding +pkgver=0.9.6 +pkgrel=66 +pkgdesc="ASN1 data reader and writer in RAW, BER and DER forms" +url="https://github.com/vincenthz/hs-asn1"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-asn1-types" "haskell-hourglass") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('e31362881ebec21be5dab1c46284ea6e2571dd87f5c730690787303363a01712945ba85969c39bb2e2d76f9bcefce5d3bad247564e4b6959008804346f65fc9c') + +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 +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-asn1-types/repos (2 files)
Date: Monday, December 28, 2020 @ 01:56:02 Author: felixonmars Revision: 794272 archrelease: copy trunk to community-staging-x86_64 Added: haskell-asn1-types/repos/community-staging-x86_64/ haskell-asn1-types/repos/community-staging-x86_64/PKGBUILD (from rev 794271, haskell-asn1-types/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-asn1-types/repos/community-staging-x86_64/PKGBUILD (from rev 794271, haskell-asn1-types/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:56:02 UTC (rev 794272) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=asn1-types +pkgname=haskell-asn1-types +pkgver=0.3.4 +pkgrel=45 +pkgdesc="ASN.1 types" +url="https://github.com/vincenthz/hs-asn1"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-hourglass" "haskell-memory") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('0c2b76f134a77da65ecaa797d92b2ee273a72e9bd4467d354012c2b584216cdf2084974393fa4b850207720a3e0801d4a5af5f15137574ff1d7a341c5014184d') + +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 +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-hourglass/repos (2 files)
Date: Monday, December 28, 2020 @ 01:55:21 Author: felixonmars Revision: 794270 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hourglass/repos/community-staging-x86_64/ haskell-hourglass/repos/community-staging-x86_64/PKGBUILD (from rev 794269, haskell-hourglass/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: haskell-hourglass/repos/community-staging-x86_64/PKGBUILD (from rev 794269, haskell-hourglass/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:55:21 UTC (rev 794270) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hourglass +pkgname=haskell-hourglass +pkgver=0.2.12 +pkgrel=90 +pkgdesc="simple performant time related library" +url="https://github.com/vincenthz/hs-hourglass"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-old-locale' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('c748d7f875ca0b1ea9034dba1a5cfa3fc4e51613ce24c90b54856fdc385d9ccc5eda3559f1674abf3ea966cc7851891dfee86bad897062a97a79db8408574bdc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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-asn1-types/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:55:48 Author: felixonmars Revision: 794271 upgpkg: haskell-asn1-types 0.3.4-45: rebuild with indexed-traversable 0.1.1 Modified: haskell-asn1-types/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:55:21 UTC (rev 794270) +++ PKGBUILD2020-12-28 01:55:48 UTC (rev 794271) @@ -4,7 +4,7 @@ _hkgname=asn1-types pkgname=haskell-asn1-types pkgver=0.3.4 -pkgrel=44 +pkgrel=45 pkgdesc="ASN.1 types" url="https://github.com/vincenthz/hs-asn1"; license=("BSD")
[arch-commits] Commit in haskell-hourglass/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:55:07 Author: felixonmars Revision: 794269 upgpkg: haskell-hourglass 0.2.12-90: rebuild with indexed-traversable 0.1.1 Modified: haskell-hourglass/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:54:29 UTC (rev 794268) +++ PKGBUILD2020-12-28 01:55:07 UTC (rev 794269) @@ -4,7 +4,7 @@ _hkgname=hourglass pkgname=haskell-hourglass pkgver=0.2.12 -pkgrel=89 +pkgrel=90 pkgdesc="simple performant time related library" url="https://github.com/vincenthz/hs-hourglass"; license=("BSD")
[arch-commits] Commit in haskell-jira-wiki-markup/repos (2 files)
Date: Monday, December 28, 2020 @ 01:54:29 Author: felixonmars Revision: 794268 archrelease: copy trunk to community-staging-x86_64 Added: haskell-jira-wiki-markup/repos/community-staging-x86_64/ haskell-jira-wiki-markup/repos/community-staging-x86_64/PKGBUILD (from rev 794267, haskell-jira-wiki-markup/trunk/PKGBUILD) --+ PKGBUILD | 47 +++ 1 file changed, 47 insertions(+) Copied: haskell-jira-wiki-markup/repos/community-staging-x86_64/PKGBUILD (from rev 794267, haskell-jira-wiki-markup/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:54:29 UTC (rev 794268) @@ -0,0 +1,47 @@ +# Maintainer: Felix Yan + +_hkgname=jira-wiki-markup +pkgname=haskell-jira-wiki-markup +pkgver=1.3.2 +pkgrel=35 +pkgdesc="Handle Jira wiki markup" +url="https://github.com/tarleb/jira-wiki-markup"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('14d68dcbdcfa9e0a7959df3a38cfe475047ad42aab9c6c3e1caee4d2491e7efb9a58e99e3b9c601726a235c592d2763016f709d5a23c6d80e1e6d2115fdce269') + +prepare() { +cd $_hkgname-$pkgver +echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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-jira-wiki-markup/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:54:16 Author: felixonmars Revision: 794267 upgpkg: haskell-jira-wiki-markup 1.3.2-35: rebuild with indexed-traversable 0.1.1 Modified: haskell-jira-wiki-markup/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:53:35 UTC (rev 794266) +++ PKGBUILD2020-12-28 01:54:16 UTC (rev 794267) @@ -3,7 +3,7 @@ _hkgname=jira-wiki-markup pkgname=haskell-jira-wiki-markup pkgver=1.3.2 -pkgrel=34 +pkgrel=35 pkgdesc="Handle Jira wiki markup" url="https://github.com/tarleb/jira-wiki-markup"; license=('MIT')
[arch-commits] Commit in haskell-text-manipulate/repos (2 files)
Date: Monday, December 28, 2020 @ 01:53:35 Author: felixonmars Revision: 794266 archrelease: copy trunk to community-staging-x86_64 Added: haskell-text-manipulate/repos/community-staging-x86_64/ haskell-text-manipulate/repos/community-staging-x86_64/PKGBUILD (from rev 794265, haskell-text-manipulate/trunk/PKGBUILD) --+ PKGBUILD | 41 + 1 file changed, 41 insertions(+) Copied: haskell-text-manipulate/repos/community-staging-x86_64/PKGBUILD (from rev 794265, haskell-text-manipulate/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:53:35 UTC (rev 794266) @@ -0,0 +1,41 @@ +# Maintainer: Felix Yan + +_hkgname=text-manipulate +pkgname=haskell-text-manipulate +pkgver=0.3.0.0 +pkgrel=8 +pkgdesc="Case conversion, word boundary manipulation, and textual subjugation" +url="https://github.com/brendanhay/text-manipulate"; +license=('MPL2') +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('754b35dcad14cc2c013763d6f0e633868987793e354159a56080e8f7426a8ecfe636e449f1fd976982bdeca77cf293b61e98afa69f188f1911ddafce9ae1eb57') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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" +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-text-manipulate/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:53:21 Author: felixonmars Revision: 794265 upgpkg: haskell-text-manipulate 0.3.0.0-8: rebuild with indexed-traversable 0.1.1 Modified: haskell-text-manipulate/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:52:48 UTC (rev 794264) +++ PKGBUILD2020-12-28 01:53:21 UTC (rev 794265) @@ -3,7 +3,7 @@ _hkgname=text-manipulate pkgname=haskell-text-manipulate pkgver=0.3.0.0 -pkgrel=7 +pkgrel=8 pkgdesc="Case conversion, word boundary manipulation, and textual subjugation" url="https://github.com/brendanhay/text-manipulate"; license=('MPL2')
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Monday, December 28, 2020 @ 01:52:48 Author: felixonmars Revision: 794264 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 794263, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 794263, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:52:48 UTC (rev 794264) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=12 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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-hspec/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:52:34 Author: felixonmars Revision: 794263 upgpkg: haskell-tasty-hspec 1.1.6-12: rebuild with indexed-traversable 0.1.1 Modified: haskell-tasty-hspec/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:52:07 UTC (rev 794262) +++ PKGBUILD2020-12-28 01:52:34 UTC (rev 794263) @@ -3,7 +3,7 @@ _hkgname=tasty-hspec pkgname=haskell-tasty-hspec pkgver=1.1.6 -pkgrel=11 +pkgrel=12 pkgdesc="Hspec support for the Tasty test framework" url="https://github.com/mitchellwrosen/tasty-hspec"; license=('BSD')
[arch-commits] Commit in haskell-rope-utf16-splay/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:51:53 Author: felixonmars Revision: 794261 upgpkg: haskell-rope-utf16-splay 0.3.1.0-44: rebuild with indexed-traversable 0.1.1 Modified: haskell-rope-utf16-splay/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:51:20 UTC (rev 794260) +++ PKGBUILD2020-12-28 01:51:53 UTC (rev 794261) @@ -3,7 +3,7 @@ _hkgname=rope-utf16-splay pkgname=haskell-rope-utf16-splay pkgver=0.3.1.0 -pkgrel=43 +pkgrel=44 pkgdesc="Ropes optimised for updating using UTF-16 code units and row/column pairs" url="https://github.com/ollef/rope-utf16-splay"; license=('BSD')
[arch-commits] Commit in haskell-rope-utf16-splay/repos (2 files)
Date: Monday, December 28, 2020 @ 01:52:07 Author: felixonmars Revision: 794262 archrelease: copy trunk to community-staging-x86_64 Added: haskell-rope-utf16-splay/repos/community-staging-x86_64/ haskell-rope-utf16-splay/repos/community-staging-x86_64/PKGBUILD (from rev 794261, haskell-rope-utf16-splay/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-rope-utf16-splay/repos/community-staging-x86_64/PKGBUILD (from rev 794261, haskell-rope-utf16-splay/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:52:07 UTC (rev 794262) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=rope-utf16-splay +pkgname=haskell-rope-utf16-splay +pkgver=0.3.1.0 +pkgrel=44 +pkgdesc="Ropes optimised for updating using UTF-16 code units and row/column pairs" +url="https://github.com/ollef/rope-utf16-splay"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-tasty-quickcheck') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('2ec20f8acaec58dd181f6d82379111fc882f9029db5caa1f157713338eb9cae297d8eb395d5966e4a0c1fc31ad9b8b9b5539192654343c81562bbdd545da49ad') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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-regex-applicative-text/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:51:06 Author: felixonmars Revision: 794259 upgpkg: haskell-regex-applicative-text 0.1.0.1-57: rebuild with indexed-traversable 0.1.1 Modified: haskell-regex-applicative-text/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:50:39 UTC (rev 794258) +++ PKGBUILD2020-12-28 01:51:06 UTC (rev 794259) @@ -4,7 +4,7 @@ _hkgname=regex-applicative-text pkgname=haskell-regex-applicative-text pkgver=0.1.0.1 -pkgrel=56 +pkgrel=57 pkgdesc="Wrapped regex-applicative primitives to work with Text" url="https://github.com/phadej/regex-applicative-text#readme"; license=("BSD")
[arch-commits] Commit in haskell-regex-applicative-text/repos (2 files)
Date: Monday, December 28, 2020 @ 01:51:20 Author: felixonmars Revision: 794260 archrelease: copy trunk to community-staging-x86_64 Added: haskell-regex-applicative-text/repos/community-staging-x86_64/ haskell-regex-applicative-text/repos/community-staging-x86_64/PKGBUILD (from rev 794259, haskell-regex-applicative-text/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-regex-applicative-text/repos/community-staging-x86_64/PKGBUILD (from rev 794259, haskell-regex-applicative-text/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:51:20 UTC (rev 794260) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=regex-applicative-text +pkgname=haskell-regex-applicative-text +pkgver=0.1.0.1 +pkgrel=57 +pkgdesc="Wrapped regex-applicative primitives to work with Text" +url="https://github.com/phadej/regex-applicative-text#readme"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-regex-applicative") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('8ee1d581498e047a7b759476ce98c43c19656b767790b0f12b8485bc212a71c7115cee5c3e5089392995bc71851025093c406bce9d8ac3c5962675ae06fa4339') + +prepare() { +sed -i 's/base >= 4.3 && <4.10/base >= 4.3/' $_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 +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-regex-applicative/repos (2 files)
Date: Monday, December 28, 2020 @ 01:50:39 Author: felixonmars Revision: 794258 archrelease: copy trunk to community-staging-x86_64 Added: haskell-regex-applicative/repos/community-staging-x86_64/ haskell-regex-applicative/repos/community-staging-x86_64/PKGBUILD (from rev 794257, haskell-regex-applicative/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-regex-applicative/repos/community-staging-x86_64/PKGBUILD (from rev 794257, haskell-regex-applicative/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:50:39 UTC (rev 794258) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=regex-applicative +pkgname=haskell-regex-applicative +pkgver=0.3.4 +pkgrel=37 +pkgdesc="Regex-based parsing with applicative interface" +url="https://github.com/feuerbach/regex-applicative"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-filtrable') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('84f32da62b336c7e8bd67ebfffdf0f13f98a39434efa5dd32d389a5db1fdaaeece462ecec7bc5d3c5b49e82acd7c4c4b0d8a5c552bb275c16c254bd3f5336470') + +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 +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-regex-applicative/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:50:24 Author: felixonmars Revision: 794257 upgpkg: haskell-regex-applicative 0.3.4-37: rebuild with indexed-traversable 0.1.1 Modified: haskell-regex-applicative/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:49:56 UTC (rev 794256) +++ PKGBUILD2020-12-28 01:50:24 UTC (rev 794257) @@ -4,7 +4,7 @@ _hkgname=regex-applicative pkgname=haskell-regex-applicative pkgver=0.3.4 -pkgrel=36 +pkgrel=37 pkgdesc="Regex-based parsing with applicative interface" url="https://github.com/feuerbach/regex-applicative"; license=("MIT")
[arch-commits] Commit in haskell-filtrable/repos (2 files)
Date: Monday, December 28, 2020 @ 01:49:56 Author: felixonmars Revision: 794256 archrelease: copy trunk to community-staging-x86_64 Added: haskell-filtrable/repos/community-staging-x86_64/ haskell-filtrable/repos/community-staging-x86_64/PKGBUILD (from rev 794255, haskell-filtrable/trunk/PKGBUILD) --+ PKGBUILD | 47 +++ 1 file changed, 47 insertions(+) Copied: haskell-filtrable/repos/community-staging-x86_64/PKGBUILD (from rev 794255, haskell-filtrable/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:49:56 UTC (rev 794256) @@ -0,0 +1,47 @@ +# Maintainer: Felix Yan + +_hkgname=filtrable +pkgname=haskell-filtrable +pkgver=0.1.6.0 +pkgrel=27 +pkgdesc="Class of filtrable containers" +url="https://github.com/strake/filtrable.hs"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-smallcheck' 'haskell-tasty' 'haskell-tasty-smallcheck') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('e3f24967f78d352ed581054a3f8c43c328a21836e023908ecce4b3e84733ed32450b8b96bfadaca39223ec7c0f397bfca34b20da29354d9ddba642361e673681') + +prepare() { +cd $_hkgname-$pkgver +echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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-filtrable/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:49:43 Author: felixonmars Revision: 794255 upgpkg: haskell-filtrable 0.1.6.0-27: rebuild with indexed-traversable 0.1.1 Modified: haskell-filtrable/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:49:15 UTC (rev 794254) +++ PKGBUILD2020-12-28 01:49:43 UTC (rev 794255) @@ -3,7 +3,7 @@ _hkgname=filtrable pkgname=haskell-filtrable pkgver=0.1.6.0 -pkgrel=26 +pkgrel=27 pkgdesc="Class of filtrable containers" url="https://github.com/strake/filtrable.hs"; license=('BSD')
[arch-commits] Commit in haskell-spdx/repos (2 files)
Date: Monday, December 28, 2020 @ 01:49:15 Author: felixonmars Revision: 794254 archrelease: copy trunk to community-staging-x86_64 Added: haskell-spdx/repos/community-staging-x86_64/ haskell-spdx/repos/community-staging-x86_64/PKGBUILD (from rev 794253, haskell-spdx/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-spdx/repos/community-staging-x86_64/PKGBUILD (from rev 794253, haskell-spdx/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:49:15 UTC (rev 794254) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=spdx +pkgname=haskell-spdx +pkgver=1.0.0.2 +pkgrel=43 +pkgdesc="SPDX license expression language, Extras" +url="https://github.com/phadej/spdx"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-base-compat' 'haskell-tasty' 'haskell-tasty-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('2fb48d204a0c85269d4dbd6bd98efefb0691adc3eb654228b90b244c0d062e0e2f23c42e5f7ef9ab27a2f988654485fec11c3bdc0642b9b17d35791dd80f1548') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/\^//;s/< *1.3/<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 --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +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 +} + +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-spdx/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:49:01 Author: felixonmars Revision: 794253 upgpkg: haskell-spdx 1.0.0.2-43: rebuild with indexed-traversable 0.1.1 Modified: haskell-spdx/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:48:29 UTC (rev 794252) +++ PKGBUILD2020-12-28 01:49:01 UTC (rev 794253) @@ -4,7 +4,7 @@ _hkgname=spdx pkgname=haskell-spdx pkgver=1.0.0.2 -pkgrel=42 +pkgrel=43 pkgdesc="SPDX license expression language, Extras" url="https://github.com/phadej/spdx"; license=("BSD")
[arch-commits] Commit in haskell-wl-pprint-annotated/repos (2 files)
Date: Monday, December 28, 2020 @ 01:48:29 Author: felixonmars Revision: 794252 archrelease: copy trunk to community-staging-x86_64 Added: haskell-wl-pprint-annotated/repos/community-staging-x86_64/ haskell-wl-pprint-annotated/repos/community-staging-x86_64/PKGBUILD (from rev 794251, haskell-wl-pprint-annotated/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-wl-pprint-annotated/repos/community-staging-x86_64/PKGBUILD (from rev 794251, haskell-wl-pprint-annotated/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:48:29 UTC (rev 794252) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=wl-pprint-annotated +pkgname=haskell-wl-pprint-annotated +pkgver=0.1.0.1 +pkgrel=84 +pkgdesc="Pretty printer with annotation support" +url="https://github.com/minad/wl-pprint-annotated"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs') +makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('45f1881254f8b20d9992a477a36a7408d2df8d94f99c71d72d75cd04aee3831966886c94b6e6a68791acda24aec8c4a339d052b9a188af8c2ca24e74da1e9596') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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-wl-pprint-annotated/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:48:15 Author: felixonmars Revision: 794251 upgpkg: haskell-wl-pprint-annotated 0.1.0.1-84: rebuild with indexed-traversable 0.1.1 Modified: haskell-wl-pprint-annotated/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:47:44 UTC (rev 794250) +++ PKGBUILD2020-12-28 01:48:15 UTC (rev 794251) @@ -4,7 +4,7 @@ _hkgname=wl-pprint-annotated pkgname=haskell-wl-pprint-annotated pkgver=0.1.0.1 -pkgrel=83 +pkgrel=84 pkgdesc="Pretty printer with annotation support" url="https://github.com/minad/wl-pprint-annotated"; license=("BSD")
[arch-commits] Commit in haskell-tidal/repos (2 files)
Date: Monday, December 28, 2020 @ 01:47:44 Author: felixonmars Revision: 794250 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tidal/repos/community-staging-x86_64/ haskell-tidal/repos/community-staging-x86_64/PKGBUILD (from rev 794249, haskell-tidal/trunk/PKGBUILD) --+ PKGBUILD | 54 ++ 1 file changed, 54 insertions(+) Copied: haskell-tidal/repos/community-staging-x86_64/PKGBUILD (from rev 794249, haskell-tidal/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:47:44 UTC (rev 794250) @@ -0,0 +1,54 @@ +# Maintainer: David Runge + +_name=Tidal +pkgname=haskell-tidal +pkgver=1.6.1 +pkgrel=38 +pkgdesc="A domain specific language for live coding pattern." +arch=('x86_64') +url="https://tidalcycles.org/"; +license=('GPL3') +groups=('pro-audio') +depends=('ghc' 'ghc-libs' 'glibc' 'haskell-bifunctors' 'haskell-clock' +'haskell-colour' 'haskell-hosc' 'haskell-mwc-random' 'haskell-network' +'haskell-primitive' 'haskell-random' 'haskell-vector' 'supercollider') +checkdepends=('haskell-microspec') +optdepends=('sc3-plugins: Examples using special UGens') +conflicts=('tidalcycles') +replaces=('tidalcycles') +source=("$pkgname-$pkgver.tar.gz::https://github.com/tidalcycles/${_name}/archive/${pkgver}.tar.gz";) +sha512sums=('3c94418b317e21219e91cb58081e0598c75fb8ab71203f2b3a71cf0762067634705a26d62443077ba7ec266141ad3f18ab4958091ebe357e1597e00b7e3ad938') + +prepare() { + mv -v "${_name}-$pkgver" "$pkgname-$pkgver" +} + +build() { + cd "$pkgname-$pkgver" + runhaskell Setup configure -O \ + --enable-shared \ + --enable-executable-dynamic \ + --disable-library-vanilla \ + --prefix=/usr \ + --docdir="/usr/share/doc/${pkgname}" \ + --enable-tests \ + --dynlibdir=/usr/lib \ + --libsubdir=\$compiler/site-local/\$pkgid + runhaskell Setup build $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 "$pkgname-$pkgver" + runhaskell Setup test +} + +package() { + cd "$pkgname-$pkgver" + runhaskell Setup copy --destdir="${pkgdir}" + install -vDm 744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh" + install -vDm 744 unregister.sh "$pkgdir/usr/share/haskell/unregister/$pkgname.sh" +}
[arch-commits] Commit in haskell-tidal/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:47:30 Author: felixonmars Revision: 794249 upgpkg: haskell-tidal 1.6.1-38: rebuild with indexed-traversable 0.1.1 Modified: haskell-tidal/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:46:08 UTC (rev 794248) +++ PKGBUILD2020-12-28 01:47:30 UTC (rev 794249) @@ -3,7 +3,7 @@ _name=Tidal pkgname=haskell-tidal pkgver=1.6.1 -pkgrel=37 +pkgrel=38 pkgdesc="A domain specific language for live coding pattern." arch=('x86_64') url="https://tidalcycles.org/";
[arch-commits] Commit in haskell-hosc/repos (2 files)
Date: Monday, December 28, 2020 @ 01:46:08 Author: felixonmars Revision: 794248 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hosc/repos/community-staging-x86_64/ haskell-hosc/repos/community-staging-x86_64/PKGBUILD (from rev 794247, haskell-hosc/trunk/PKGBUILD) --+ PKGBUILD | 50 ++ 1 file changed, 50 insertions(+) Copied: haskell-hosc/repos/community-staging-x86_64/PKGBUILD (from rev 794247, haskell-hosc/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:46:08 UTC (rev 794248) @@ -0,0 +1,50 @@ +# Maintainer: David Runge + +_name=hosc +pkgname=haskell-hosc +pkgver=0.18 +pkgrel=40 +pkgdesc="Haskell Open Sound Control" +arch=('x86_64') +url="https://github.com/rd--/hosc"; +license=('GPL') +depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-data-binary-ieee754' 'haskell-network') +makedepends=('ghc') +source=("$pkgname-$pkgver.tar.gz::https://github.com/rd--/hosc/archive/${pkgver}.tar.gz";) +sha512sums=('ed994511500d4ff90ee7e26320a82fda5fe3b7e320b36b4c200c401a1c4175d558c7f45775e6bb867a1186984ab91752bf91e6cb9472318416cc5eedfab21573') + +prepare() { + mv -v "${_name}-$pkgver" "$pkgname-$pkgver" + cd "$pkgname-$pkgver" +} + +build() { + cd "$pkgname-$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 \ + --datasubdir="$pkgname" + 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 "$pkgname-$pkgver" + runhaskell Setup test +} + +package() { + cd "$pkgname-$pkgver" + runhaskell Setup copy --destdir="${pkgdir}" + install -vDm 744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh" + install -vDm 744 unregister.sh "$pkgdir/usr/share/haskell/unregister/$pkgname.sh" +}
[arch-commits] Commit in haskell-network-multicast/repos (2 files)
Date: Monday, December 28, 2020 @ 01:45:22 Author: felixonmars Revision: 794246 archrelease: copy trunk to community-staging-x86_64 Added: haskell-network-multicast/repos/community-staging-x86_64/ haskell-network-multicast/repos/community-staging-x86_64/PKGBUILD (from rev 794245, haskell-network-multicast/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-network-multicast/repos/community-staging-x86_64/PKGBUILD (from rev 794245, haskell-network-multicast/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:45:22 UTC (rev 794246) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=network-multicast +pkgname=haskell-network-multicast +pkgver=0.3.2 +pkgrel=49 +pkgdesc="Simple multicast library" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=("custom:PublicDomain") +arch=('x86_64') +depends=('ghc-libs' 'haskell-network' 'haskell-network-bsd') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('6308b09e882a3b99ce762cc30da790d6ff83b777d322842d342f555a307c59f0110b9a46557559e9bb5bfba258644f25ebfb9007f33e62cf6855dec8fd48da99') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 +} + +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-hosc/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:45:54 Author: felixonmars Revision: 794247 upgpkg: haskell-hosc 0.18-40: rebuild with indexed-traversable 0.1.1 Modified: haskell-hosc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:45:22 UTC (rev 794246) +++ PKGBUILD2020-12-28 01:45:54 UTC (rev 794247) @@ -3,7 +3,7 @@ _name=hosc pkgname=haskell-hosc pkgver=0.18 -pkgrel=39 +pkgrel=40 pkgdesc="Haskell Open Sound Control" arch=('x86_64') url="https://github.com/rd--/hosc";
[arch-commits] Commit in haskell-hslogger/repos (2 files)
Date: Monday, December 28, 2020 @ 01:44:41 Author: felixonmars Revision: 794244 archrelease: copy trunk to community-staging-x86_64 Added: haskell-hslogger/repos/community-staging-x86_64/ haskell-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 794243, haskell-hslogger/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 794243, haskell-hslogger/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:44:41 UTC (rev 794244) @@ -0,0 +1,42 @@ +# Maintainer: Sergej Pupykin +# Maintainer: Arch Haskell Team + +pkgname=haskell-hslogger +pkgver=1.3.1.0 +pkgrel=67 +pkgdesc="Versatile logging framework" +url="https://hackage.haskell.org/package/hslogger"; +license=('LGPL') +arch=('x86_64') +depends=('ghc-libs' 'haskell-network' 'haskell-network-bsd' 'haskell-old-locale') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz";) +sha512sums=('a08e7c85efe2b3f97e87b54db993f78ac31380f9b6f8d926517854771f482b2c64c358ddd12a449a413e5af0f374c034161b6f772148835b50551dc2cdbfa15a') + +prepare() { +cd hslogger-$pkgver +sed -i 's/< *4.14/<5/' hslogger.cabal +} + +build() { +cd "${srcdir}/hslogger-${pkgver}" + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $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 "${srcdir}/hslogger-${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-hslogger/trunk (PKGBUILD)
Date: Monday, December 28, 2020 @ 01:44:27 Author: felixonmars Revision: 794243 upgpkg: haskell-hslogger 1.3.1.0-67: rebuild with indexed-traversable 0.1.1 Modified: haskell-hslogger/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-12-28 01:44:01 UTC (rev 794242) +++ PKGBUILD2020-12-28 01:44:27 UTC (rev 794243) @@ -3,7 +3,7 @@ pkgname=haskell-hslogger pkgver=1.3.1.0 -pkgrel=66 +pkgrel=67 pkgdesc="Versatile logging framework" url="https://hackage.haskell.org/package/hslogger"; license=('LGPL')