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

2021-02-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, February 6, 2021 @ 07:54:37
  Author: svenstaro
Revision: 846472

archrelease: copy trunk to community-x86_64

Added:
  broot/repos/community-x86_64/PKGBUILD
(from rev 846471, broot/trunk/PKGBUILD)
Deleted:
  broot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-06 07:54:33 UTC (rev 846471)
+++ PKGBUILD2021-02-06 07:54:37 UTC (rev 846472)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adam Fontenot 
-# Contributor: Daniel M. Capella 
-
-pkgname=broot
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='Fuzzy Search + tree + cd'
-arch=('x86_64')
-url=https://github.com/Canop/broot
-license=('MIT')
-depends=('gcc-libs' 'zlib')
-makedepends=('rust')
-source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('5be09d67bea864bbb2d1ce50e854c17490bbf42e2544a987a1c91b9ddbf75f41')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd $pkgname-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-  sed -i "s/#version/$pkgver/" man/page
-  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
-  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
-  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
-  sed -i "s/#date//" man/page
-  gzip --best man/page
-  install -Dm644 man/page.gz "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: broot/repos/community-x86_64/PKGBUILD (from rev 846471, 
broot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-06 07:54:37 UTC (rev 846472)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adam Fontenot 
+# Contributor: Daniel M. Capella 
+
+pkgname=broot
+pkgver=1.2.3
+pkgrel=1
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs' 'zlib')
+makedepends=('rust')
+source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
+sha256sums=('2342646d140d3db30d1ba4708cd5ae05f5b02d62fc69e5491adeed7808750220')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd $pkgname-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  sed -i "s/#version/$pkgver/" man/page
+  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
+  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
+  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
+  sed -i "s/#date//" man/page
+  gzip --best man/page
+  install -Dm644 man/page.gz "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, February 6, 2021 @ 07:54:33
  Author: svenstaro
Revision: 846471

upgpkg: broot 1.2.3-1

Modified:
  broot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-06 07:49:29 UTC (rev 846470)
+++ PKGBUILD2021-02-06 07:54:33 UTC (rev 846471)
@@ -3,7 +3,7 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=broot
-pkgver=1.2.1
+pkgver=1.2.3
 pkgrel=1
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs' 'zlib')
 makedepends=('rust')
 
source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('5be09d67bea864bbb2d1ce50e854c17490bbf42e2544a987a1c91b9ddbf75f41')
+sha256sums=('2342646d140d3db30d1ba4708cd5ae05f5b02d62fc69e5491adeed7808750220')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in bsd-games/repos/community-x86_64 (11 files)

2021-02-05 Thread Laurent Carlier via arch-commits
Date: Saturday, February 6, 2021 @ 07:49:29
  Author: lcarlier
Revision: 846470

archrelease: copy trunk to community-x86_64

Added:
  bsd-games/repos/community-x86_64/PKGBUILD
(from rev 846469, bsd-games/trunk/PKGBUILD)
Deleted:
  bsd-games/repos/community-x86_64/PKGBUILD
  bsd-games/repos/community-x86_64/bad-ntohl-cast.diff
  bsd-games/repos/community-x86_64/bsd-games-2.17-64bit.patch
  bsd-games/repos/community-x86_64/bsd-games.install
  bsd-games/repos/community-x86_64/config.params
  bsd-games/repos/community-x86_64/gamescreen.h.diff
  bsd-games/repos/community-x86_64/getline.diff
  bsd-games/repos/community-x86_64/null-check.diff
  bsd-games/repos/community-x86_64/number.c.diff
  bsd-games/repos/community-x86_64/stdio.h.diff

+
 PKGBUILD   |   77 ++---
 bad-ntohl-cast.diff|   22 
 bsd-games-2.17-64bit.patch |   43 -
 bsd-games.install  |   11 --
 config.params  |   15 ---
 gamescreen.h.diff  |   15 ---
 getline.diff   |  194 ---
 null-check.diff|   24 -
 number.c.diff  |  156 --
 stdio.h.diff   |   14 ---
 10 files changed, 30 insertions(+), 541 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-06 07:49:24 UTC (rev 846469)
+++ PKGBUILD2021-02-06 07:49:29 UTC (rev 846470)
@@ -1,47 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Abhishek Dasgupta 
-# Contributor: SmackleFunky 
-
-pkgname=bsd-games
-pkgver=3.0
-pkgrel=2
-pkgdesc='Linux port of the collection of BSD command line games'
-url='https://github.com/msharov/bsd-games'
-arch=('x86_64')
-install="$pkgname.install"
-license=('custom')
-depends=()
-makedepends=()
-source=("https://github.com/msharov/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('12401a025aaf2a035d55b5cd3401f677e0f5dab6b75673148c6e1a3f01bf92a9')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Remove conflict with fish
-  sed -i "s/FISH/GO-FISH/g; s/\.Nm fish/\.Nm go-fish/g" fish/fish.6
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-  
-  chown -R root:games "${pkgdir}/var/lib/bsdgames"
-  chmod 664 "${pkgdir}"/var/lib/bsdgames/*
-  
-  # Remove conflict with fish
-  mv "${pkgdir}/usr/bin/fish" "${pkgdir}/usr/bin/go-fish"
-  mv "${pkgdir}/usr/share/man/man6/fish.6.gz" 
"${pkgdir}/usr/share/man/man6/go-fish.6.gz"
-  
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: bsd-games/repos/community-x86_64/PKGBUILD (from rev 846469, 
bsd-games/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-06 07:49:29 UTC (rev 846470)
@@ -0,0 +1,30 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Abhishek Dasgupta 
+# Contributor: SmackleFunky 
+
+pkgname=bsd-games
+pkgver=3.1
+pkgrel=1
+pkgdesc='Linux port of the collection of BSD command line games'
+url='https://github.com/msharov/bsd-games'
+arch=('x86_64')
+license=('BSD')
+depends=('ncurses')
+optdepends=('words: for hangman')
+makedepends=()
+source=("https://github.com/msharov/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('fe4e54fa56aff00ac3a45b2c4a5173bb2627c723ad7ae9d7548e43148b177be6')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="${pkgdir}" install
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: bad-ntohl-cast.diff
===
--- bad-ntohl-cast.diff 2021-02-06 07:49:24 UTC (rev 846469)
+++ bad-ntohl-cast.diff 2021-02-06 07:49:29 UTC (rev 846470)
@@ -1,22 +0,0 @@
-diff --git a/hunt/hunt/playit.c b/hunt/hunt/playit.c
-index 9acf86e..881a4e7 100644
 a/hunt/hunt/playit.c
-+++ b/hunt/hunt/playit.c
-@@ -114,7 +114,7 @@ playit()
-   bad_con();
-   /* NOTREACHED */
-   }
--  if (ntohl(version) != (unsigned long)HUNT_VERSION) {
-+  if (ntohl(version) != (uint32_t)HUNT_VERSION) {
-   bad_ver();
-   /* NOTREACHED */
-   }
-@@ -649,7 +649,7 @@ do_message()
-   bad_con();
-   /* NOTREACHED */
-   }
--  if (ntohl(version) != (unsigned long)HUNT_VERSION) {
-+  if (ntohl(version) != (uint32_t)HUNT_VERSION) {
-   bad_ver();
-   /* NOTREACHED */
-   }

Deleted: bsd-games-2.17-64bit.patch
===
--- bsd-games-2.17-64bit.patch  2021-02-06 07:49:24 UTC (rev 846469)
+++ 

[arch-commits] Commit in bsd-games/trunk (10 files)

2021-02-05 Thread Laurent Carlier via arch-commits
Date: Saturday, February 6, 2021 @ 07:49:24
  Author: lcarlier
Revision: 846469

upgpkg: bsd-games 3.1-1: upstream update 3.1

Modified:
  bsd-games/trunk/PKGBUILD
Deleted:
  bsd-games/trunk/bad-ntohl-cast.diff
  bsd-games/trunk/bsd-games-2.17-64bit.patch
  bsd-games/trunk/bsd-games.install
  bsd-games/trunk/config.params
  bsd-games/trunk/gamescreen.h.diff
  bsd-games/trunk/getline.diff
  bsd-games/trunk/null-check.diff
  bsd-games/trunk/number.c.diff
  bsd-games/trunk/stdio.h.diff

+
 PKGBUILD   |   41 ++---
 bad-ntohl-cast.diff|   22 
 bsd-games-2.17-64bit.patch |   43 -
 bsd-games.install  |   11 --
 config.params  |   15 ---
 gamescreen.h.diff  |   15 ---
 getline.diff   |  194 ---
 null-check.diff|   24 -
 number.c.diff  |  156 --
 stdio.h.diff   |   14 ---
 10 files changed, 12 insertions(+), 523 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-06 07:12:04 UTC (rev 846468)
+++ PKGBUILD2021-02-06 07:49:24 UTC (rev 846469)
@@ -5,43 +5,26 @@
 # Contributor: SmackleFunky 
 
 pkgname=bsd-games
-pkgver=3.0
-pkgrel=2
+pkgver=3.1
+pkgrel=1
 pkgdesc='Linux port of the collection of BSD command line games'
 url='https://github.com/msharov/bsd-games'
 arch=('x86_64')
-install="$pkgname.install"
-license=('custom')
-depends=()
+license=('BSD')
+depends=('ncurses')
+optdepends=('words: for hangman')
 makedepends=()
 source=("https://github.com/msharov/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('12401a025aaf2a035d55b5cd3401f677e0f5dab6b75673148c6e1a3f01bf92a9')
+sha256sums=('fe4e54fa56aff00ac3a45b2c4a5173bb2627c723ad7ae9d7548e43148b177be6')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Remove conflict with fish
-  sed -i "s/FISH/GO-FISH/g; s/\.Nm fish/\.Nm go-fish/g" fish/fish.6
-}
-
 build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-  
-  chown -R root:games "${pkgdir}/var/lib/bsdgames"
-  chmod 664 "${pkgdir}"/var/lib/bsdgames/*
-  
-  # Remove conflict with fish
-  mv "${pkgdir}/usr/bin/fish" "${pkgdir}/usr/bin/go-fish"
-  mv "${pkgdir}/usr/share/man/man6/fish.6.gz" 
"${pkgdir}/usr/share/man/man6/go-fish.6.gz"
-  
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+cd "$pkgname-$pkgver"
+make DESTDIR="${pkgdir}" install
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
 }

Deleted: bad-ntohl-cast.diff
===
--- bad-ntohl-cast.diff 2021-02-06 07:12:04 UTC (rev 846468)
+++ bad-ntohl-cast.diff 2021-02-06 07:49:24 UTC (rev 846469)
@@ -1,22 +0,0 @@
-diff --git a/hunt/hunt/playit.c b/hunt/hunt/playit.c
-index 9acf86e..881a4e7 100644
 a/hunt/hunt/playit.c
-+++ b/hunt/hunt/playit.c
-@@ -114,7 +114,7 @@ playit()
-   bad_con();
-   /* NOTREACHED */
-   }
--  if (ntohl(version) != (unsigned long)HUNT_VERSION) {
-+  if (ntohl(version) != (uint32_t)HUNT_VERSION) {
-   bad_ver();
-   /* NOTREACHED */
-   }
-@@ -649,7 +649,7 @@ do_message()
-   bad_con();
-   /* NOTREACHED */
-   }
--  if (ntohl(version) != (unsigned long)HUNT_VERSION) {
-+  if (ntohl(version) != (uint32_t)HUNT_VERSION) {
-   bad_ver();
-   /* NOTREACHED */
-   }

Deleted: bsd-games-2.17-64bit.patch
===
--- bsd-games-2.17-64bit.patch  2021-02-06 07:12:04 UTC (rev 846468)
+++ bsd-games-2.17-64bit.patch  2021-02-06 07:49:24 UTC (rev 846469)
@@ -1,43 +0,0 @@
-David Leverton writes about adventure/crc.c:
-
-The 'adventure' game from the games-misc/bsd-games-2.13 package crashes 
-when saving the game on AMD64 (and probably other 64-bit systems, but I 
-haven't checked).  Find attached to fix this.
-
-http://bugs.gentoo.org/show_bug.cgi?id=77032
-
-
-About utmpentry.c:
-
-the utmpx structure defines the ut_tv member a little differently on 
-64bit hosts so that a 32bit and 64bit structure can be shared.  So the 
-ut_tv is a custom 32bit structure rather than the native 64bit timeval 
-structure.  Work around is to assign the submembers instead.
-
-http://bugs.gentoo.org/show_bug.cgi?id=102667
-
 bsd-games/adventure/crc.c
-+++ bsd-games/adventure/crc.c
-@@ -134,7 +134,8 @@
-   if (step >= sizeof(crctab) / sizeof(crctab[0]))
-   step = 0;
-   }
--  crcval = (crcval << 8) ^ crctab[i];
-+  /* Mask to 32 bits. */
-+  crcval = ((crcval 

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

2021-02-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, February 6, 2021 @ 07:12:04
  Author: svenstaro
Revision: 846468

archrelease: copy trunk to community-x86_64

Added:
  openvdb/repos/community-x86_64/PKGBUILD
(from rev 846467, openvdb/trunk/PKGBUILD)
  openvdb/repos/community-x86_64/boost-1.67.patch
(from rev 846467, openvdb/trunk/boost-1.67.patch)
Deleted:
  openvdb/repos/community-x86_64/PKGBUILD
  openvdb/repos/community-x86_64/boost-1.67.patch

--+
 PKGBUILD |   80 +
 boost-1.67.patch |   22 +++---
 2 files changed, 50 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-06 07:11:57 UTC (rev 846467)
+++ PKGBUILD2021-02-06 07:12:04 UTC (rev 846468)
@@ -1,41 +0,0 @@
-# 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-x86_64/PKGBUILD (from rev 846467, 
openvdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-06 07:12:04 UTC (rev 846468)
@@ -0,0 +1,39 @@
+# Maintainer : Sven-Hendrik Haase 
+pkgname=openvdb
+pkgver=8.0.1
+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=('6a5a8b637429295efa72494aef82ff92dd83092591b713f56930ccf4aab3a33806d1263bfd090c27239eab97b4fdc053288dc545e631f8a7d4ca180a32331be2')
+
+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
+}
+
+# vim:set sw=2 sts=2 et:

Deleted: boost-1.67.patch
===
--- boost-1.67.patch2021-02-06 07:11:57 UTC (rev 846467)
+++ boost-1.67.patch2021-02-06 07:12:04 UTC (rev 846468)
@@ -1,11 +0,0 @@
-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}

Copied: openvdb/repos/community-x86_64/boost-1.67.patch (from rev 846467, 
openvdb/trunk/boost-1.67.patch)
===
--- boost-1.67.patch(rev 0)
+++ boost-1.67.patch2021-02-06 07:12:04 UTC (rev 846468)
@@ -0,0 +1,11 @@
+diff -upr openvdb-5.1.0.orig/openvdb/CMakeLists.txt 
openvdb-5.1.0/openvdb/CMakeLists.txt
+--- 

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

2021-02-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, February 6, 2021 @ 07:11:57
  Author: svenstaro
Revision: 846467

upgpkg: openvdb 8.0.1-1

Modified:
  openvdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-06 06:51:18 UTC (rev 846466)
+++ PKGBUILD2021-02-06 07:11:57 UTC (rev 846467)
@@ -1,6 +1,6 @@
 # Maintainer : Sven-Hendrik Haase 
 pkgname=openvdb
-pkgver=8.0.0
+pkgver=8.0.1
 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=('b26dea41e5305bbe023362241b82dda7e168f8df9526270e6b214f8442ce7e2135889d79a1944928478ae1a2b24866381b3be4d2d1af7a5726e39724055a6e78')
+sha512sums=('6a5a8b637429295efa72494aef82ff92dd83092591b713f56930ccf4aab3a33806d1263bfd090c27239eab97b4fdc053288dc545e631f8a7d4ca180a32331be2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -34,8 +34,6 @@
   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:


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:51:18
  Author: felixonmars
Revision: 846466

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 846465, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-06 06:51:18 UTC (rev 846466)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.20.4
+pkgrel=1
+pkgdesc="Web-based user interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 'haskell-hspec' 
'haskell-http-conduit'
+ 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 
'haskell-network'
+ 'haskell-shakespeare' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-cors' 
'haskell-wai-extra'
+ 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' 
'haskell-yesod-core'
+ 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-yesod-test')
+makedepends=('ghc')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c8dbea51c7c8395a5da6bbe7a42a52d8a8ac9ad813f828ad5036b8e352fca20e4e1709ac70052ab68e61164853867bfdf4c38c05299189950d7e444b8600bd2d')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build $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
+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
+
+install -Dm644 hledger-web.1 -t "$pkgdir"/usr/share/man/man1/
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:51:09
  Author: felixonmars
Revision: 846465

upgpkg: hledger-web 1.20.4-1: rebuild with hledger 1.20.4, hledger-lib 1.20.4, 
hledger-ui 1.20.4, hledger-web 1.20.4

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-06 06:49:16 UTC (rev 846464)
+++ PKGBUILD2021-02-06 06:51:09 UTC (rev 846465)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger-web
-pkgver=1.20.3
-pkgrel=19
+pkgver=1.20.4
+pkgrel=1
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")
@@ -20,7 +20,7 @@
 makedepends=('ghc')
 replaces=('hledger-api')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('ebdbb07c18e4019aa6473d6701854631a1455a1c33c085a24ac28e82237142a680cdb9d5791c1a6899a39252d4d72b89c02b5b5b2ae559765406aca8d9f1ebd0')
+sha512sums=('c8dbea51c7c8395a5da6bbe7a42a52d8a8ac9ad813f828ad5036b8e352fca20e4e1709ac70052ab68e61164853867bfdf4c38c05299189950d7e444b8600bd2d')
 
 build() {
 cd $pkgname-$pkgver


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:49:16
  Author: felixonmars
Revision: 846464

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 846463, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-06 06:49:16 UTC (rev 846464)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.20.4
+pkgrel=1
+pkgdesc="Curses-style terminal interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-extra'
+ 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-safe' 'haskell-split' 'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('b1689c228dde91b04e0c7b3ace504fa0917b8f79f631efd4ef9c42d0f5febc4fb6262fef0cd4d4b63fe42f2d7374bde3e6737496eec869a67fc5fad751f6d51f')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd $pkgname-$pkgver
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger-ui.1 -t "$pkgdir"/usr/share/man/man1/
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:49:07
  Author: felixonmars
Revision: 846463

upgpkg: hledger-ui 1.20.4-1: rebuild with hledger 1.20.4, hledger-lib 1.20.4, 
hledger-ui 1.20.4, hledger-web 1.20.4

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-06 06:48:42 UTC (rev 846462)
+++ PKGBUILD2021-02-06 06:49:07 UTC (rev 846463)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger-ui
-pkgver=1.20.3
-pkgrel=14
+pkgver=1.20.4
+pkgrel=1
 pkgdesc="Curses-style terminal interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")
@@ -15,7 +15,7 @@
  'haskell-vector' 'haskell-brick' 'haskell-vty')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('4e1e61ddfa0217d7ce95e98cf00c8e963e8b44bacd265d60f55634f63fddb0506c8a0f50bdad12a287a88f77366aeb21b0eead8243865aad5a370dbf0d3b615d')
+sha512sums=('b1689c228dde91b04e0c7b3ace504fa0917b8f79f631efd4ef9c42d0f5febc4fb6262fef0cd4d4b63fe42f2d7374bde3e6737496eec869a67fc5fad751f6d51f')
 
 build() {
 cd $pkgname-$pkgver


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:48:42
  Author: felixonmars
Revision: 846462

archrelease: copy trunk to community-x86_64

Added:
  fingerterm/repos/community-x86_64/PKGBUILD
(from rev 846461, fingerterm/trunk/PKGBUILD)
Deleted:
  fingerterm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-06 06:48:29 UTC (rev 846461)
+++ PKGBUILD2021-02-06 06:48:42 UTC (rev 846462)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=fingerterm
-pkgver=1.3.12
-pkgrel=1
-pkgdesc="A terminal emulator with a custom virtual keyboard"
-arch=('x86_64')
-url="https://git.merproject.org/mer-core/fingerterm;
-license=('LGPL')
-depends=('qt5-feedback')
-makedepends=('nemo-qml-plugin-notifications' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.bz2::https://git.merproject.org/mer-core/fingerterm/repository/archive.tar.bz2?ref=$pkgver;)
-sha512sums=('bc0f9595bac5ec5da408620eae08fd86b283296e1359c171570adb6b1c3a97d2b52647c029c5057eefdb4891beff575d609d412ed09ccae06e6c03022130d455')
-
-prepare() {
-  rm fingerterm-$pkgver.tar.bz2
-  mv fingerterm-* fingerterm-$pkgver
-}
-
-build() {
-  cd fingerterm-$pkgver
-
-  qmake-qt5 CONFIG+=enable-feedback CONFIG+=enable-nemonotifications
-  make
-}
-
-package() {
-  cd fingerterm-$pkgver
-
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: fingerterm/repos/community-x86_64/PKGBUILD (from rev 846461, 
fingerterm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-06 06:48:42 UTC (rev 846462)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=fingerterm
+pkgver=1.3.13
+pkgrel=1
+pkgdesc="A terminal emulator with a custom virtual keyboard"
+arch=('x86_64')
+url="https://git.merproject.org/mer-core/fingerterm;
+license=('LGPL')
+depends=('qt5-feedback')
+makedepends=('nemo-qml-plugin-notifications' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.bz2::https://git.merproject.org/mer-core/fingerterm/repository/archive.tar.bz2?ref=$pkgver;)
+sha512sums=('0f8033a79c99c217b5ffa317225322845d7d03156ea7eff0f4de0429ce43842164cd3c25eac93b313debf9816d55c692775e3bbd2c42d7afa3690a49947690d5')
+
+prepare() {
+  rm fingerterm-$pkgver.tar.bz2
+  mv fingerterm-* fingerterm-$pkgver
+}
+
+build() {
+  cd fingerterm-$pkgver
+
+  qmake-qt5 CONFIG+=enable-feedback CONFIG+=enable-nemonotifications
+  make
+}
+
+package() {
+  cd fingerterm-$pkgver
+
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:48:29
  Author: felixonmars
Revision: 846461

upgpkg: fingerterm 1.3.13-1

Modified:
  fingerterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-06 06:47:41 UTC (rev 846460)
+++ PKGBUILD2021-02-06 06:48:29 UTC (rev 846461)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=fingerterm
-pkgver=1.3.12
+pkgver=1.3.13
 pkgrel=1
 pkgdesc="A terminal emulator with a custom virtual keyboard"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('qt5-feedback')
 makedepends=('nemo-qml-plugin-notifications' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.bz2::https://git.merproject.org/mer-core/fingerterm/repository/archive.tar.bz2?ref=$pkgver;)
-sha512sums=('bc0f9595bac5ec5da408620eae08fd86b283296e1359c171570adb6b1c3a97d2b52647c029c5057eefdb4891beff575d609d412ed09ccae06e6c03022130d455')
+sha512sums=('0f8033a79c99c217b5ffa317225322845d7d03156ea7eff0f4de0429ce43842164cd3c25eac93b313debf9816d55c692775e3bbd2c42d7afa3690a49947690d5')
 
 prepare() {
   rm fingerterm-$pkgver.tar.bz2


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:47:41
  Author: felixonmars
Revision: 846460

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 846459, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-06 06:47:41 UTC (rev 846460)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.20.4
+pkgrel=1
+pkgdesc="Command-line interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base-compat-batteries'
+ 'haskell-cmdargs' 'haskell-data-default' 'haskell-decimal' 
'haskell-diff'
+ 'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 
'haskell-math-functions'
+ 'haskell-megaparsec' 'haskell-old-time' 'haskell-regex-tdfa'
+ 'haskell-safe' 'haskell-shakespeare' 'haskell-split' 
'haskell-tabular' 'haskell-tasty'
+ 'haskell-temporary' 'haskell-unordered-containers' 
'haskell-utf8-string'
+ 'haskell-utility-ht' 'haskell-wizards')
+makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('5d095a56fa143d01dd733f843b08e5c2ba2e4902f8404dbb1cf7c7d036d0a0983e4b63a8f6fe5bfc1c888342949db875370caa6aa2613ea73c3d28dd47da4a93')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fterminfo -fthreaded --ghc-option='-pie'
+LC_CTYPE=en_US.UTF-8 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
+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
+
+install -Dm644 hledger.1 -t "$pkgdir"/usr/share/man/man1/
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:47:31
  Author: felixonmars
Revision: 846459

upgpkg: hledger 1.20.4-1: rebuild with hledger 1.20.4, hledger-lib 1.20.4, 
hledger-ui 1.20.4, hledger-web 1.20.4

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-06 06:46:42 UTC (rev 846458)
+++ PKGBUILD2021-02-06 06:47:31 UTC (rev 846459)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger
-pkgver=1.20.3
-pkgrel=13
+pkgver=1.20.4
+pkgrel=1
 pkgdesc="Command-line interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")
@@ -17,7 +17,7 @@
  'haskell-utility-ht' 'haskell-wizards')
 makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('09a23d1d003e842f39bf7df8a3b221d0d46e44b6c0fd68e6d51c641f5485a807d5b4b2685748507978d4831b7f8630d13dad1660bb24eb04ea4443e1f7a0f3d6')
+sha512sums=('5d095a56fa143d01dd733f843b08e5c2ba2e4902f8404dbb1cf7c7d036d0a0983e4b63a8f6fe5bfc1c888342949db875370caa6aa2613ea73c3d28dd47da4a93')
 
 build() {
 cd $pkgname-$pkgver


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:46:42
  Author: felixonmars
Revision: 846458

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-06 06:46:31 UTC (rev 846457)
+++ PKGBUILD2021-02-06 06:46:42 UTC (rev 846458)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-praw
-pkgver=7.1.2
-pkgrel=1
-pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's 
API"
-arch=('any')
-license=('GPL')
-url="https://praw.readthedocs.org;
-depends=('python-prawcore' 'python-update-checker' 'python-websocket-client')
-makedepends=('python-setuptools' 'python-pytest-runner')
-checkdepends=('python-mock' 'python-betamax-serializers' 
'python-betamax-matchers')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz;)
-sha512sums=('8d2a343b17cc86070ad02eae5846084aeb3ae34dda69204f1e5ec9b2dad7c751e89c07d53fb4bfc06b66c145dd06e7885200f7224311b5939d3cc37b3e192136')
-
-build() {
-  cd praw-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd praw-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd praw-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-praw/repos/community-any/PKGBUILD (from rev 846457, 
python-praw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-06 06:46:42 UTC (rev 846458)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-praw
+pkgver=7.1.3
+pkgrel=1
+pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's 
API"
+arch=('any')
+license=('GPL')
+url="https://praw.readthedocs.org;
+depends=('python-prawcore' 'python-update-checker' 'python-websocket-client')
+makedepends=('python-setuptools' 'python-pytest-runner')
+checkdepends=('python-mock' 'python-betamax-serializers' 
'python-betamax-matchers')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz;)
+sha512sums=('6db9a3230b5e4abee2397b0b52eb954ff9e5d16ff1ab21a5005df3e54cbdb3376dcbfcd7087d780d6d79ffbed9dcb98841cfdc64cd0c17225ee91038fa2e1bee')
+
+build() {
+  cd praw-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd praw-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd praw-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:46:31
  Author: felixonmars
Revision: 846457

upgpkg: python-praw 7.1.3-1

Modified:
  python-praw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-06 06:46:14 UTC (rev 846456)
+++ PKGBUILD2021-02-06 06:46:31 UTC (rev 846457)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-praw
-pkgver=7.1.2
+pkgver=7.1.3
 pkgrel=1
 pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's 
API"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pytest-runner')
 checkdepends=('python-mock' 'python-betamax-serializers' 
'python-betamax-matchers')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz;)
-sha512sums=('8d2a343b17cc86070ad02eae5846084aeb3ae34dda69204f1e5ec9b2dad7c751e89c07d53fb4bfc06b66c145dd06e7885200f7224311b5939d3cc37b3e192136')
+sha512sums=('6db9a3230b5e4abee2397b0b52eb954ff9e5d16ff1ab21a5005df3e54cbdb3376dcbfcd7087d780d6d79ffbed9dcb98841cfdc64cd0c17225ee91038fa2e1bee')
 
 build() {
   cd praw-$pkgver


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:46:14
  Author: felixonmars
Revision: 846456

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 846455, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-06 06:46:02 UTC (rev 846455)
+++ PKGBUILD2021-02-06 06:46:14 UTC (rev 846456)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20210205091654
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('a4531fd216e1f5ab1b746170e0bf7f712802a9e6475945cbcac3c5ae9c3309979e9c760111b50c4c8ca3399e809186682c542316d2776fb8e509b95de3ce23b2')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2fly
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2fly/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
846455, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-06 06:46:14 UTC (rev 846456)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20210205154624
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e1126f0cd9c4cb535a68bead1f18a69c4151e5209692548672afcf1f9e6c8931f7d077e6e313afa0b59223b3fde7cfeea8cedc7a0ba6d9a9fcf10662092dc581')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2fly
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2fly/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:46:02
  Author: felixonmars
Revision: 846455

upgpkg: v2ray-domain-list-community 20210205154624-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-06 06:46:01 UTC (rev 846454)
+++ PKGBUILD2021-02-06 06:46:02 UTC (rev 846455)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20210205091654
+pkgver=20210205154624
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('a4531fd216e1f5ab1b746170e0bf7f712802a9e6475945cbcac3c5ae9c3309979e9c760111b50c4c8ca3399e809186682c542316d2776fb8e509b95de3ce23b2')
+sha512sums=('e1126f0cd9c4cb535a68bead1f18a69c4151e5209692548672afcf1f9e6c8931f7d077e6e313afa0b59223b3fde7cfeea8cedc7a0ba6d9a9fcf10662092dc581')
 
 prepare() {
   mkdir .gopath


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:46:01
  Author: felixonmars
Revision: 846454

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hledger-lib/repos/community-staging-x86_64/
  haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD
(from rev 846453, haskell-hledger-lib/trunk/PKGBUILD)

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

Copied: haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD (from rev 
846453, haskell-hledger-lib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-06 06:46:01 UTC (rev 846454)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hledger-lib
+pkgname=haskell-hledger-lib
+pkgver=1.20.4
+pkgrel=1
+pkgdesc="A reusable library providing the core functionality of hledger"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-ansi-terminal'
+ 'haskell-base-compat-batteries' 'haskell-blaze-markup' 
'haskell-call-stack'
+ 'haskell-cassava' 'haskell-cassava-megaparsec' 'haskell-cmdargs' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-file-embed' 'haskell-glob'
+ 'haskell-hashtables' 'haskell-megaparsec' 'haskell-old-time' 
'haskell-parser-combinators'
+ 'haskell-pretty-simple' 'haskell-regex-tdfa' 'haskell-safe' 
'haskell-split'
+ 'haskell-tabular' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-timeit'
+ 'haskell-uglymemo' 'haskell-unordered-containers' 
'haskell-utf8-string')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9fce23868e4d59e613e17b6e819f45f67f5bc14392db0345d3cfffd560031b5f0572fe6e18ae72e5af153b80de08a24395b4f68a9a560092e7c2ac04399c9522')
+
+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
+
+install -Dm644 hledger_*.5 -t "$pkgdir"/usr/share/man/man5/
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:45:52
  Author: felixonmars
Revision: 846453

upgpkg: haskell-hledger-lib 1.20.4-1: rebuild with hledger 1.20.4, hledger-lib 
1.20.4, hledger-ui 1.20.4, hledger-web 1.20.4

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-06 06:45:30 UTC (rev 846452)
+++ PKGBUILD2021-02-06 06:45:52 UTC (rev 846453)
@@ -3,8 +3,8 @@
 
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
-pkgver=1.20.3
-pkgrel=12
+pkgver=1.20.4
+pkgrel=1
 pkgdesc="A reusable library providing the core functionality of hledger"
 url="http://hledger.org;
 license=("GPL")
@@ -19,7 +19,7 @@
  'haskell-uglymemo' 'haskell-unordered-containers' 
'haskell-utf8-string')
 makedepends=('ghc' 'haskell-doctest')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('f135fd7427fee0ec69284030334c5a3c3d60954e834e86759b3405429239a01058a7e8bebfecc396b5573a347fc580ca7007ff4ea0d9e7a17fb6625319cba4ba')
+sha512sums=('9fce23868e4d59e613e17b6e819f45f67f5bc14392db0345d3cfffd560031b5f0572fe6e18ae72e5af153b80de08a24395b4f68a9a560092e7c2ac04399c9522')
 
 build() {
 cd $_hkgname-$pkgver


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:45:18
  Author: felixonmars
Revision: 846451

upgpkg: perl-ppix-quotelike 0.015-1

Modified:
  perl-ppix-quotelike/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-06 06:38:53 UTC (rev 846450)
+++ PKGBUILD2021-02-06 06:45:18 UTC (rev 846451)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-ppix-quotelike
-pkgver=0.014
+pkgver=0.015
 pkgrel=1
 pkgdesc="Parse Perl string literals and string-literal-like things"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('perl-ppix-regexp' 'perl-readonly')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz;)
-sha512sums=('5b1d9150d05f1e9be7eb933da539c1006fd91f4439735b94dcfe89db396b65ba713b385904a62f23b37e5ec148e3614d0a40f6aebc9c5ff0963883a604b58e68')
+sha512sums=('b4bca17f2a33d7a3eabda4c6eb2b6f663015f0977af207bf01f5a24ac784e65dbcc05a70573429f9a277d3707544d4ced032c914ad0e0f70e47df39fcebdd85b')
 
 build() {
   cd PPIx-QuoteLike-$pkgver


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Saturday, February 6, 2021 @ 06:45:30
  Author: felixonmars
Revision: 846452

archrelease: copy trunk to community-any

Added:
  perl-ppix-quotelike/repos/community-any/PKGBUILD
(from rev 846451, perl-ppix-quotelike/trunk/PKGBUILD)
Deleted:
  perl-ppix-quotelike/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-06 06:45:18 UTC (rev 846451)
+++ PKGBUILD2021-02-06 06:45:30 UTC (rev 846452)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-ppix-quotelike
-pkgver=0.014
-pkgrel=1
-pkgdesc="Parse Perl string literals and string-literal-like things"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/PPIx-QuoteLike;
-depends=('perl-ppi')
-makedepends=('perl-ppix-regexp' 'perl-readonly')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz;)
-sha512sums=('5b1d9150d05f1e9be7eb933da539c1006fd91f4439735b94dcfe89db396b65ba713b385904a62f23b37e5ec148e3614d0a40f6aebc9c5ff0963883a604b58e68')
-
-build() {
-  cd PPIx-QuoteLike-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd PPIx-QuoteLike-$pkgver
-  make test
-}
-
-package() {
-  cd PPIx-QuoteLike-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-ppix-quotelike/repos/community-any/PKGBUILD (from rev 846451, 
perl-ppix-quotelike/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-06 06:45:30 UTC (rev 846452)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-ppix-quotelike
+pkgver=0.015
+pkgrel=1
+pkgdesc="Parse Perl string literals and string-literal-like things"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-QuoteLike;
+depends=('perl-ppi')
+makedepends=('perl-ppix-regexp' 'perl-readonly')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz;)
+sha512sums=('b4bca17f2a33d7a3eabda4c6eb2b6f663015f0977af207bf01f5a24ac784e65dbcc05a70573429f9a277d3707544d4ced032c914ad0e0f70e47df39fcebdd85b')
+
+build() {
+  cd PPIx-QuoteLike-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-QuoteLike-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-QuoteLike-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2021-02-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, February 6, 2021 @ 02:49:40
  Author: foutrelis
Revision: 407539

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 407538, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-glibc-2.33.patch
(from rev 407538, chromium/trunk/chromium-glibc-2.33.patch)
  chromium/repos/extra-x86_64/subpixel-anti-aliasing-in-FreeType-2.8.1.patch
(from rev 407538, 
chromium/trunk/subpixel-anti-aliasing-in-FreeType-2.8.1.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/subpixel-anti-aliasing-in-FreeType-2.8.1.patch

+
 PKGBUILD   |  481 +++
 chromium-glibc-2.33.patch  |  144 ++
 subpixel-anti-aliasing-in-FreeType-2.8.1.patch |  200 -
 3 files changed, 487 insertions(+), 338 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-06 02:49:34 UTC (rev 407538)
+++ PKGBUILD2021-02-06 02:49:40 UTC (rev 407539)
@@ -1,238 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=88.0.4324.146
-pkgrel=2
-_launcher_ver=7
-_gcc_patchset=3
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' 'clang' 'lld' 'gn' 'java-runtime-headless'
- 'python2-setuptools')
-optdepends=('libpipewire02: WebRTC desktop sharing under Wayland'
-'libva: hardware-accelerated video decode [experimental]'
-'kdialog: needed for file dialogs in KDE'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: for storing passwords in KWallet on KDE desktops')
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-subpixel-anti-aliasing-in-FreeType-2.8.1.patch)
-sha256sums=('38b118fbe8bbdf89e4f170ced090088f5eb2bb68f2295abbb0006cc94b7f827d'
-'86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
-'e5a60a4c9d0544d3321cc241b4c7bd4adb0a885f090c6c6c21581eac8e3b4ba9'
-'1e2913e21c491d546e05f9b4edf5a6c7a22d89ed0b36ef692ca6272bcd5faec6')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Allow building against system libraries in official builds
-  sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
-tools/generate_shim_headers/generate_shim_headers.py
-
-  # https://crbug.com/893950
-  sed -i -e 's/\/malloc/' -e 's/\/free/' \
-third_party/blink/renderer/core/xml/*.cc \
-third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
-third_party/libxml/chromium/*.cc
-
-  # Upstream fixes
-  patch -Np1 -d third_party/skia 
<../subpixel-anti-aliasing-in-FreeType-2.8.1.patch
-
-  # Fixes for building with libstdc++ instead of libc++
-  patch -Np1 -i ../patches/chromium-87-openscreen-include.patch
-  patch -Np1 -i ../patches/chromium-88-CompositorFrameReporter-dcheck.patch
-  patch -Np1 -i ../patches/chromium-88-ideographicSpaceCharacter.patch
-  patch -Np1 -i ../patches/chromium-88-AXTreeFormatter-include.patch
-
-  # Force script incompatible with Python 3 to use 

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

2021-02-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, February 6, 2021 @ 02:49:34
  Author: foutrelis
Revision: 407538

upgpkg: chromium 88.0.4324.150-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-06 02:27:26 UTC (rev 407537)
+++ PKGBUILD2021-02-06 02:49:34 UTC (rev 407538)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=88.0.4324.146
-pkgrel=2
+pkgver=88.0.4324.150
+pkgrel=1
 _launcher_ver=7
 _gcc_patchset=3
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -28,7 +28,7 @@
 
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
 chromium-glibc-2.33.patch
 subpixel-anti-aliasing-in-FreeType-2.8.1.patch)
-sha256sums=('38b118fbe8bbdf89e4f170ced090088f5eb2bb68f2295abbb0006cc94b7f827d'
+sha256sums=('ae12e94392986c6b8ea4413356a49bae0a19356ffe2ea95495303cf2decb38c3'
 '86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
 'e5a60a4c9d0544d3321cc241b4c7bd4adb0a885f090c6c6c21581eac8e3b4ba9'
 '2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'


[arch-commits] Commit in glibc/repos/testing-x86_64 (15 files)

2021-02-05 Thread Allan McRae via arch-commits
Date: Saturday, February 6, 2021 @ 00:41:03
  Author: allan
Revision: 407534

archrelease: copy trunk to testing-x86_64

Added:
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 407533, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/bz27343.patch
(from rev 407533, glibc/trunk/bz27343.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 407533, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/lib32-glibc.conf
(from rev 407533, glibc/trunk/lib32-glibc.conf)
  glibc/repos/testing-x86_64/locale-gen
(from rev 407533, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 407533, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/sdt-config.h
(from rev 407533, glibc/trunk/sdt-config.h)
  glibc/repos/testing-x86_64/sdt.h
(from rev 407533, glibc/trunk/sdt.h)
Deleted:
  glibc/repos/testing-x86_64/PKGBUILD
  glibc/repos/testing-x86_64/glibc.install
  glibc/repos/testing-x86_64/lib32-glibc.conf
  glibc/repos/testing-x86_64/locale-gen
  glibc/repos/testing-x86_64/locale.gen.txt
  glibc/repos/testing-x86_64/sdt-config.h
  glibc/repos/testing-x86_64/sdt.h

--+
 PKGBUILD |  470 ++--
 bz27343.patch|   48 ++
 glibc.install|   10 
 lib32-glibc.conf |2 
 locale-gen   |   84 ++---
 locale.gen.txt   |   46 +-
 sdt-config.h |   12 
 sdt.h|  860 ++---
 8 files changed, 788 insertions(+), 744 deletions(-)

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

[arch-commits] Commit in gitea/repos/community-x86_64 (10 files)

2021-02-05 Thread Bruno Pagani via arch-commits
Date: Saturday, February 6, 2021 @ 00:39:39
  Author: archange
Revision: 846443

archrelease: copy trunk to community-x86_64

Added:
  gitea/repos/community-x86_64/PKGBUILD
(from rev 846442, gitea/trunk/PKGBUILD)
  gitea/repos/community-x86_64/gitea-arch-defaults.patch
(from rev 846442, gitea/trunk/gitea-arch-defaults.patch)
  gitea/repos/community-x86_64/gitea.service
(from rev 846442, gitea/trunk/gitea.service)
  gitea/repos/community-x86_64/gitea.sysusers
(from rev 846442, gitea/trunk/gitea.sysusers)
  gitea/repos/community-x86_64/gitea.tmpfiles
(from rev 846442, gitea/trunk/gitea.tmpfiles)
Deleted:
  gitea/repos/community-x86_64/PKGBUILD
  gitea/repos/community-x86_64/gitea-arch-defaults.patch
  gitea/repos/community-x86_64/gitea.service
  gitea/repos/community-x86_64/gitea.sysusers
  gitea/repos/community-x86_64/gitea.tmpfiles

---+
 PKGBUILD  |  153 ++--
 gitea-arch-defaults.patch |   96 +--
 gitea.service |   92 +-
 gitea.sysusers|2 
 gitea.tmpfiles|   20 ++---
 5 files changed, 182 insertions(+), 181 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-06 00:38:55 UTC (rev 846442)
+++ PKGBUILD2021-02-06 00:39:39 UTC (rev 846443)
@@ -1,76 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Maxime Gauduin 
-# Contributor: Frederik Schwan 
-
-pkgname=gitea
-pkgver=1.13.1
-pkgrel=1
-pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
-arch=(x86_64)
-url="https://gitea.io;
-license=(MIT)
-depends=(git)
-makedepends=(go nodejs npm)
-optdepends=(
-  'mariadb: MariaDB support'
-  'memcached: MemCached support'
-  'openssh: GIT over SSH support'
-  'pam: Authentication via PAM support'
-  'postgresql: PostgreSQL support'
-  'redis: Redis support'
-  'sqlite: SQLite support'
-)
-backup=('etc/gitea/app.ini')
-_tag=599a96c602b92d4558b64a97f0d70977c64e7447 # git rev-parse v${pkgver}
-source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed;
-gitea.tmpfiles
-gitea.service
-gitea.sysusers
-gitea-arch-defaults.patch)
-sha256sums=('SKIP'
-'1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba'
-'3ad603263c6e79c5ab35ed37a3c45115b0af97c8beb027d2fbe7fa5cfa34b2eb'
-'7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5'
-'9209c385a59cef83fd4c526b445de998c7b30c345c0b6101570142b4ce29ee1f')
-validpgpkeys=(
-  8C4033A23895237CB27D52D9D9B5613BEB813F99  # Matti Ranta  
old RSA2048, retrieved from https://github.com/techknowlogick.gpg
-  B56E3C7437A49E136862F5DE9D8A57ADAA232E95  # Matti Ranta  
new RSA4096, retrieved from https://github.com/techknowlogick.gpg
-  ED810FD31FBE67F406ED71BDD4F1E9B6493ED946  # Jonas Franz 

-  9C5BCD799B3CDB124147A748E0DDFEC24C48784C  # Lauris Bukšis-Haberkorns 

-  D8F9672D77C0BB60A024C23EDFDE60A0093EB926  # Lauris Bukšis-Haberkorns 
 new RSA4096
-  BA66F67FD73F7058D712D308C3B7C91B632F738A  # Lunny Xiao 
, retrieved from https://github.com/lunny.gpg
-) # Lunny Xiao , retrieved from 
https://github.com/lunny.gpg
-
-prepare() {
-  cd ${pkgname}
-  # Change some defaults for ArchLinux
-  patch -Np1 -i ../gitea-arch-defaults.patch
-  # Fetch dependency using go mod
-  make vendor
-}
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd ${pkgname}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export EXTRA_GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export LDFLAGS="-X 
'code.gitea.io/gitea/modules/setting.AppWorkPath=/var/lib/gitea/'"
-  export TAGS="bindata sqlite sqlite_unlock_notify pam"
-  make -j1
-}
-
-package() {
-  install -Dm755 ${pkgname}/${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 ${pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-  install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-  install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-  install -D ${pkgname}/custom/conf/app.example.ini 
"${pkgdir}"/etc/gitea/app.ini
-}

Copied: gitea/repos/community-x86_64/PKGBUILD (from rev 846442, 
gitea/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-06 00:39:39 UTC (rev 846443)
@@ -0,0 +1,77 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Maxime Gauduin 
+# Contributor: Frederik Schwan 
+
+pkgname=gitea
+pkgver=1.13.2
+pkgrel=1
+pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
+arch=(x86_64)
+url="https://gitea.io;
+license=(MIT)
+depends=(git)

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

2021-02-05 Thread Jiachen Yang via arch-commits
Date: Saturday, February 6, 2021 @ 00:24:49
  Author: farseerfc
Revision: 846440

upgpkg: python-ghp-import 1.0.1-1: python-ghp-import 1.0.1

Modified:
  python-ghp-import/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 22:43:50 UTC (rev 846439)
+++ PKGBUILD2021-02-06 00:24:49 UTC (rev 846440)
@@ -3,7 +3,7 @@
 
 pkgname=python-ghp-import
 _pkgname=ghp-import
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='Copy your docs directly to the gh-pages branch'
 arch=('any')
@@ -16,7 +16,7 @@
 
source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.python.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
 #source=("https://github.com/davisp/${_pkgname}/archive/${pkgver}.tar.gz;)
 
#source=("${_pkgname}-${pkgver}::git+https://github.com/davisp/ghp-import.git#commit=ab2637fb7a84ed79d6baeb74db7f9e544a448a04;)
-sha512sums=('0e9a0549aea10e4a34942ae2fcc7e6f49ae061e69d4d64725d5dee8e1bd265fc7ec867ab51ca594a6a522a3a2ba78b47776fe2617f45bab4d5faa85512ea30a2')
+sha512sums=('63addf33d43899d39f5ecc83e3587d33423563f4356e41d5a3e53999e9453239aba8f58c19722e9ee6f518de72cd36eb514f02ca4837af781aa37f95569c889f')
 
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 22:43:50
  Author: felixonmars
Revision: 846439

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
846438, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 22:43:50 UTC (rev 846439)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.13.4.1
+pkgrel=136
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6045a1461855d46f57a20f7a84636f90e6d151bcbaf09511f10ab66fa0567062e355ff580d1f12a4432bbe517bc9e162d65927f3c343f8f077e81981e7c7973c')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi $_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 --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+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
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || echo 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+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-hakyll/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 22:43:41
  Author: felixonmars
Revision: 846438

upgpkg: haskell-hakyll 4.13.4.1-136: rebuild with 0.3.0.3

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 22:41:48 UTC (rev 846437)
+++ PKGBUILD2021-02-05 22:43:41 UTC (rev 846438)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.4.1
-pkgrel=135
+pkgrel=136
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 22:41:38
  Author: felixonmars
Revision: 846436

upgpkg: pandoc-citeproc 0.17.0.2-172: rebuild with 0.3.0.3

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 22:38:06 UTC (rev 846435)
+++ PKGBUILD2021-02-05 22:41:38 UTC (rev 846436)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17.0.2
-pkgrel=171
+pkgrel=172
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 22:37:57
  Author: felixonmars
Revision: 846434

upgpkg: pandoc-crossref 0.3.8.4-41: rebuild with 0.3.0.3

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 22:34:23 UTC (rev 846433)
+++ PKGBUILD2021-02-05 22:37:57 UTC (rev 846434)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.8.4
-pkgrel=40
+pkgrel=41
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 22:34:23
  Author: felixonmars
Revision: 846433

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ci/repos/community-staging-x86_64/PKGBUILD (from rev 846432, 
haskell-ci/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 22:34:23 UTC (rev 846433)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=haskell-ci
+pkgname=haskell-ci
+pkgver=0.10.3
+pkgrel=140
+pkgdesc="Cabal package script generator for Travis-CI"
+url="https://haskell-ci.rtfd.org/;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 
'haskell-cabal-install-parsers'
+ 'haskell-generic-lens-lite' 'haskell-hsyaml' 'haskell-lattices' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-temporary' 
'haskell-unordered-containers'
+ 'shellcheck')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-ansi-terminal' 
'haskell-tasty' 'haskell-tasty-golden')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('7b8bd970619344c8254a678038a19f838a5b4eaba39a8d42c640aa50e1b31ea3')
+
+prepare(){
+  uusi $_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 --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
+}
+
+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-ci/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 22:34:14
  Author: felixonmars
Revision: 846432

upgpkg: haskell-ci 0.10.3-140: rebuild with 0.3.0.3

Modified:
  haskell-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 22:29:47 UTC (rev 846431)
+++ PKGBUILD2021-02-05 22:34:14 UTC (rev 846432)
@@ -3,7 +3,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.10.3
-pkgrel=139
+pkgrel=140
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/;
 license=("GPL")


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 22:29:47
  Author: felixonmars
Revision: 846431

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 846430, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 846430, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 22:29:47 UTC (rev 846431)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.1
+pkgrel=271
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437')
+
+prepare() {
+cd $pkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+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 \
+--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
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+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 shellcheck/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 22:29:37
  Author: felixonmars
Revision: 846430

upgpkg: shellcheck 0.7.1-271: rebuild with 0.3.0.3

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 22:23:35 UTC (rev 846429)
+++ PKGBUILD2021-02-05 22:29:37 UTC (rev 846430)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=270
+pkgrel=271
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 22:09:52
  Author: felixonmars
Revision: 846427

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
846426, haskell-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 22:09:52 UTC (rev 846427)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=citeproc
+pkgname=haskell-citeproc
+pkgver=0.3.0.3
+pkgrel=1
+pkgdesc="Generates citations and bibliography from CSL styles."
+url="https://github.com/jgm/citeproc;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-data-default' 'haskell-file-embed'
+ 'haskell-pandoc-types' 'haskell-safe' 'haskell-scientific' 
'haskell-text-icu'
+ 'haskell-uniplate' 'haskell-vector' 'haskell-xml-conduit')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('a16e7994854222caffa0d74728eb00b2fd5ba997511a6c8263cfc3991c60078b3ba417a9a84999817d5709cae3733676d3b89b5ef0096eb8f2674b18da88ff19')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -fexecutable -ficu
+
+  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-citeproc/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 22:09:42
  Author: felixonmars
Revision: 846426

upgpkg: haskell-citeproc 0.3.0.3-1: rebuild with 0.3.0.3

Modified:
  haskell-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 22:06:00 UTC (rev 846425)
+++ PKGBUILD2021-02-05 22:09:42 UTC (rev 846426)
@@ -2,8 +2,8 @@
 
 _hkgname=citeproc
 pkgname=haskell-citeproc
-pkgver=0.3.0.2
-pkgrel=12
+pkgver=0.3.0.3
+pkgrel=1
 pkgdesc="Generates citations and bibliography from CSL styles."
 url="https://github.com/jgm/citeproc;
 license=("BSD")
@@ -14,7 +14,7 @@
  'haskell-uniplate' 'haskell-vector' 'haskell-xml-conduit')
 makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-timeit')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('e2f311446e846d27a1981efab19b370ab190a4800832116f20f2ea59811492ee523072e90e7a299ee384afdefb1f5b5be4b54d991cc91551f0f67b228cd14b14')
+sha512sums=('a16e7994854222caffa0d74728eb00b2fd5ba997511a6c8263cfc3991c60078b3ba417a9a84999817d5709cae3733676d3b89b5ef0096eb8f2674b18da88ff19')
 
 prepare() {
   cd $_hkgname-$pkgver


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 22:06:00
  Author: felixonmars
Revision: 846425

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-05 22:05:48 UTC (rev 846424)
+++ PKGBUILD2021-02-05 22:06:00 UTC (rev 846425)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-construct
-pkgver=2.10.56
-pkgrel=3
-pkgdesc="A powerful declarative parser/builder for binary data"
-arch=('any')
-license=('MIT')
-url="https://construct.readthedocs.org;
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-arrow' 'python-numpy' 'python-pytest-runner' 
'python-pytest-benchmark'
-  'python-ruamel-yaml')
-optdepends=('python-arrow: for Timestamp'
-'python-numpy: for array serialization with Numpy protocol'
-'python-ruamel-yaml: for KaitaiStruct (KSY) exporter')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz;)
-sha512sums=('cc9aa126c26a017a3fb7b78a6b8f2056194028a44c8ed615a6dc4a445d50f0463e2de0b80810ab5a252070925a56b5a61dbb601a3de9e445d861356231a146d5')
-
-build() {
-  cd construct-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd construct-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd construct-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-construct/repos/community-any/PKGBUILD (from rev 846424, 
python-construct/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-05 22:06:00 UTC (rev 846425)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-construct
+pkgver=2.10.57
+pkgrel=1
+pkgdesc="A powerful declarative parser/builder for binary data"
+arch=('any')
+license=('MIT')
+url="https://construct.readthedocs.org;
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-arrow' 'python-numpy' 'python-pytest-runner' 
'python-pytest-benchmark'
+  'python-ruamel-yaml')
+optdepends=('python-arrow: for Timestamp'
+'python-numpy: for array serialization with Numpy protocol'
+'python-ruamel-yaml: for KaitaiStruct (KSY) exporter')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz;)
+sha512sums=('ef2f0bbcf4cbcf4862033b16ccb428f84d63ca5c867157b47e38b441cb439c953b543cf69f352c0542525fd07b37d1b3b68910ae5331c482e75b4af937e116a1')
+
+build() {
+  cd construct-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd construct-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd construct-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 22:05:48
  Author: felixonmars
Revision: 846424

upgpkg: python-construct 2.10.57-1

Modified:
  python-construct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 22:05:47 UTC (rev 846423)
+++ PKGBUILD2021-02-05 22:05:48 UTC (rev 846424)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-construct
-pkgver=2.10.56
-pkgrel=3
+pkgver=2.10.57
+pkgrel=1
 pkgdesc="A powerful declarative parser/builder for binary data"
 arch=('any')
 license=('MIT')
@@ -15,7 +15,7 @@
 'python-numpy: for array serialization with Numpy protocol'
 'python-ruamel-yaml: for KaitaiStruct (KSY) exporter')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz;)
-sha512sums=('cc9aa126c26a017a3fb7b78a6b8f2056194028a44c8ed615a6dc4a445d50f0463e2de0b80810ab5a252070925a56b5a61dbb601a3de9e445d861356231a146d5')
+sha512sums=('ef2f0bbcf4cbcf4862033b16ccb428f84d63ca5c867157b47e38b441cb439c953b543cf69f352c0542525fd07b37d1b3b68910ae5331c482e75b4af937e116a1')
 
 build() {
   cd construct-$pkgver


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

2021-02-05 Thread Antonio Rojas via arch-commits
Date: Friday, February 5, 2021 @ 21:38:21
  Author: arojas
Revision: 407532

gmic plugin is gone

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 21:08:05 UTC (rev 407531)
+++ PKGBUILD2021-02-05 21:38:21 UTC (rev 407532)
@@ -17,7 +17,6 @@
 makedepends=(extra-cmake-modules doxygen eigen boost kdoctools)
 optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)'
 'rawtherapee: RAW import' 'darktable: RAW import'
-"digikam-plugin-gmic: G'MIC plugin"
 'perl: for digitaglinktree')
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$_pkgver.tar.xz"{,.sig}
  
showfoto-configure-crash.patch::"https://invent.kde.org/graphics/digikam/-/commit/c79a1c6b.patch;)


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

2021-02-05 Thread Antonio Rojas via arch-commits
Date: Friday, February 5, 2021 @ 21:33:55
  Author: arojas
Revision: 846419

archrelease: copy trunk to community-x86_64

Added:
  gmic/repos/community-x86_64/PKGBUILD
(from rev 846418, gmic/trunk/PKGBUILD)
Deleted:
  gmic/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  197 -
 1 file changed, 91 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-05 21:33:43 UTC (rev 846418)
+++ PKGBUILD2021-02-05 21:33:55 UTC (rev 846419)
@@ -1,106 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic digikam-plugin-gmic)
-pkgver=2.9.4
-pkgrel=1
-arch=(x86_64)
-url="https://gmic.eu/;
-license=(custom:CeCILL)
-makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick 
qt5-tools digikam)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
-sha256sums=('790bee48f496765f6b59067dfb10dc34e1eb576caf9a95f30af0d567026eacc7')
-
-build() {
-  cmake -B build -S gmic-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DBUILD_LIB_STATIC=OFF
-  cmake --build build
-
-  export LDFLAGS="$LDFLAGS -L../build"
-  cmake -B build-qt -S gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=none
-  cmake --build build-qt
-
-  cmake -B build-gimp -S gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=gimp
-  cmake --build build-gimp
-
-  cmake -B build-krita -S gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=krita
-  cmake --build build-krita
-
-  cmake -B build-digikam -S gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=digikam
-  cmake --build build-digikam
-
-  mkdir -p build-zart
-  cd build-zart
-  unset CXXFLAGS # https://github.com/c-koi/zart/issues/14
-  qmake ../gmic-$pkgver/zart \
-GMIC_PATH="$srcdir"/gmic-$pkgver/src GMIC_DYNAMIC_LINKING=on 
QMAKE_CXXFLAGS+=" -DOPENCV2_HEADERS"
-  make
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=(graphicsmagick opencv fftw)
-  optdepends=('qt5-base: for the Qt UI')
-
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  DESTDIR="$pkgdir" cmake --install build-qt
-
-  install -Dm644 gmic-$pkgver/resources/gmic_cluts.gmz -t 
"$pkgdir"/usr/share/gmic
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=(gmic qt5-base)
-
-  cd build-zart
-  install -Dm755 zart -t "$pkgdir"/usr/bin
-  install -Dm644 ../gmic-$pkgver/zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp gmic qt5-base)
-
-  DESTDIR="$pkgdir" cmake --install build-gimp
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita gmic)
-
-  DESTDIR="$pkgdir" cmake --install build-krita
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_digikam-plugin-gmic() {
-  pkgdesc="DigiKam plugin for the G'MIC image processing framework"
-  depends=(digikam gmic)
-
-  DESTDIR="$pkgdir" cmake --install build-digikam
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gmic/repos/community-x86_64/PKGBUILD (from rev 846418, 
gmic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-05 21:33:55 UTC (rev 846419)
@@ -0,0 +1,91 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
+pkgver=2.9.5
+pkgrel=1
+arch=(x86_64)
+url="https://gmic.eu/;
+license=(custom:CeCILL)
+makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick 
qt5-tools)
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
+sha256sums=('295fd38ba98f5be1404a3ba0eaaf107e0adaf0bfd323297f63a27000dcd0ade1')
+
+build() {
+  cmake -B build -S gmic-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_DYNAMIC_LINKING=ON 

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

2021-02-05 Thread Antonio Rojas via arch-commits
Date: Friday, February 5, 2021 @ 21:33:43
  Author: arojas
Revision: 846418

Update to 2.9.5

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 21:31:54 UTC (rev 846417)
+++ PKGBUILD2021-02-05 21:33:43 UTC (rev 846418)
@@ -5,15 +5,15 @@
 # Contributor: Archie 
 
 pkgbase=gmic
-pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic digikam-plugin-gmic)
-pkgver=2.9.4
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
+pkgver=2.9.5
 pkgrel=1
 arch=(x86_64)
 url="https://gmic.eu/;
 license=(custom:CeCILL)
-makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick 
qt5-tools digikam)
+makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick 
qt5-tools)
 source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
-sha256sums=('790bee48f496765f6b59067dfb10dc34e1eb576caf9a95f30af0d567026eacc7')
+sha256sums=('295fd38ba98f5be1404a3ba0eaaf107e0adaf0bfd323297f63a27000dcd0ade1')
 
 build() {
   cmake -B build -S gmic-$pkgver \
@@ -44,13 +44,6 @@
 -DGMIC_QT_HOST=krita
   cmake --build build-krita
 
-  cmake -B build-digikam -S gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=digikam
-  cmake --build build-digikam
-
   mkdir -p build-zart
   cd build-zart
   unset CXXFLAGS # https://github.com/c-koi/zart/issues/14
@@ -96,11 +89,3 @@
   DESTDIR="$pkgdir" cmake --install build-krita
   install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_digikam-plugin-gmic() {
-  pkgdesc="DigiKam plugin for the G'MIC image processing framework"
-  depends=(digikam gmic)
-
-  DESTDIR="$pkgdir" cmake --install build-digikam
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 21:31:54
  Author: felixonmars
Revision: 846417

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-summoner-tui/repos/community-staging-x86_64/
  haskell-summoner-tui/repos/community-staging-x86_64/PKGBUILD
(from rev 846416, haskell-summoner-tui/trunk/PKGBUILD)

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

Copied: haskell-summoner-tui/repos/community-staging-x86_64/PKGBUILD (from rev 
846416, haskell-summoner-tui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 21:31:54 UTC (rev 846417)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+_hkgname=summoner-tui
+pkgname=haskell-summoner-tui
+pkgver=2.0.1.1
+pkgrel=110
+pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
+url="https://github.com/kowainik/summoner;
+license=('MPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-brick' 'haskell-colourista' 'haskell-microlens' 
'haskell-microlens-th'
+ 'haskell-relude' 'haskell-summoner' 'haskell-validation-selective' 
'haskell-vty')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('9f840f25d72c54b4b5ed0c5e6755e52ca71e9961759de6bd0046d567bd1f2c27')
+
+prepare(){
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+  uusi $_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 \
+--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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 21:31:44
  Author: felixonmars
Revision: 846416

upgpkg: haskell-summoner-tui 2.0.1.1-110: rebuild with brick 0.59

Modified:
  haskell-summoner-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 21:31:08 UTC (rev 846415)
+++ PKGBUILD2021-02-05 21:31:44 UTC (rev 846416)
@@ -4,7 +4,7 @@
 _hkgname=summoner-tui
 pkgname=haskell-summoner-tui
 pkgver=2.0.1.1
-pkgrel=109
+pkgrel=110
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
 url="https://github.com/kowainik/summoner;
 license=('MPL2')


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

2021-02-05 Thread Daniel M. Capella via arch-commits
Date: Friday, February 5, 2021 @ 21:30:49
  Author: polyzen
Revision: 846414

upgpkg: yq 2.12.0-1

Modified:
  yq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 21:29:01 UTC (rev 846413)
+++ PKGBUILD2021-02-05 21:30:49 UTC (rev 846414)
@@ -1,22 +1,20 @@
 # Maintainer: Felix Yan 
 # Maintainer: Daurnimator 
-# Maintainer: Polyzen 
+# Maintainer: Daniel M. Capella 
 # Contributor: Caleb Maclennan 
 
 pkgname=yq
-pkgver=2.11.1
-pkgrel=2
+pkgver=2.12.0
+pkgrel=1
 pkgdesc="Command-line YAML/XML processor - jq wrapper for YAML/XML documents"
 arch=('any')
 url="https://github.com/kislyuk/yq;
 license=('Apache')
-depends=('jq' 'python-setuptools' 'python-yaml' 'python-xmltodict'
+depends=('jq' 'python-setuptools' 'python-yaml' 'python-xmltodict' 
'python-toml'
  'python-argcomplete')
-checkdepends=('python-toml')
-optdepends=('python-toml')
 
source=("https://files.pythonhosted.org/packages/source/y/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('74f64e3784a34d8a18efd8addc83cf5ca3478a0a69517d70fd9158a3809f99e0')
-b2sums=('4b51652958121c16462304d21ebe545cca835b6c189a6d7550c7ea0ffc8b7088a02eb61ee412295d85d502a339ec3ccbc67b8dc12cd45a07246cbafa7d7feaf7')
+sha256sums=('1d2ad403504d306b5258b86c698f9856d7ad58b7bb17a2b875691a6a7b8c4c20')
+b2sums=('a314b54628e1865df68dadcbec8e59e16c1e57205e2b9f2b364bb6bee91563dc3da30c1e3a7ac9e2656899ee8ad004600291a845f59fbe13356f0cfb69de3e79')
 
 build() {
   cd $pkgname-$pkgver


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

2021-02-05 Thread Daniel M. Capella via arch-commits
Date: Friday, February 5, 2021 @ 21:31:08
  Author: polyzen
Revision: 846415

archrelease: copy trunk to community-any

Added:
  yq/repos/community-any/PKGBUILD
(from rev 846414, yq/trunk/PKGBUILD)
Deleted:
  yq/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-05 21:30:49 UTC (rev 846414)
+++ PKGBUILD2021-02-05 21:31:08 UTC (rev 846415)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Daurnimator 
-# Maintainer: Polyzen 
-# Contributor: Caleb Maclennan 
-
-pkgname=yq
-pkgver=2.11.1
-pkgrel=2
-pkgdesc="Command-line YAML/XML processor - jq wrapper for YAML/XML documents"
-arch=('any')
-url="https://github.com/kislyuk/yq;
-license=('Apache')
-depends=('jq' 'python-setuptools' 'python-yaml' 'python-xmltodict'
- 'python-argcomplete')
-checkdepends=('python-toml')
-optdepends=('python-toml')
-source=("https://files.pythonhosted.org/packages/source/y/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('74f64e3784a34d8a18efd8addc83cf5ca3478a0a69517d70fd9158a3809f99e0')
-b2sums=('4b51652958121c16462304d21ebe545cca835b6c189a6d7550c7ea0ffc8b7088a02eb61ee412295d85d502a339ec3ccbc67b8dc12cd45a07246cbafa7d7feaf7')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python test/test.py
-}
-
-package() {
-  cd $pkgname-$pkgver
-  export PYTHONHASHSEED=0
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: yq/repos/community-any/PKGBUILD (from rev 846414, yq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-05 21:31:08 UTC (rev 846415)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Maintainer: Daurnimator 
+# Maintainer: Daniel M. Capella 
+# Contributor: Caleb Maclennan 
+
+pkgname=yq
+pkgver=2.12.0
+pkgrel=1
+pkgdesc="Command-line YAML/XML processor - jq wrapper for YAML/XML documents"
+arch=('any')
+url="https://github.com/kislyuk/yq;
+license=('Apache')
+depends=('jq' 'python-setuptools' 'python-yaml' 'python-xmltodict' 
'python-toml'
+ 'python-argcomplete')
+source=("https://files.pythonhosted.org/packages/source/y/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('1d2ad403504d306b5258b86c698f9856d7ad58b7bb17a2b875691a6a7b8c4c20')
+b2sums=('a314b54628e1865df68dadcbec8e59e16c1e57205e2b9f2b364bb6bee91563dc3da30c1e3a7ac9e2656899ee8ad004600291a845f59fbe13356f0cfb69de3e79')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python test/test.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 21:29:01
  Author: felixonmars
Revision: 846413

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 846412, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 846412, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 21:29:01 UTC (rev 846413)
@@ -0,0 +1,48 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc uusi haskell-classy-prelude haskell-raw-strings-qq 
haskell-tasty haskell-tasty-discover haskell-tasty-expected-failure 
haskell-tasty-hunit)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('5ef1504f908876aa17dfd817115bc0d1f8056cba4b759ee70b3d869bd778db7ca0123585f107c906b898d5c614091cb05955cb387a03f2abfbe842622e2e4c8e')
+
+prepare() {
+  uusi $pkgname-$pkgver/$pkgname.cabal
+}
+
+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 \
+--datasubdir=$pkgname \
+--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 $pkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 21:28:52
  Author: felixonmars
Revision: 846412

upgpkg: taskell 1.10.1-108: rebuild with brick 0.59

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 21:24:55 UTC (rev 846411)
+++ PKGBUILD2021-02-05 21:28:52 UTC (rev 846412)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.10.1
-pkgrel=107
+pkgrel=108
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 21:24:55
  Author: felixonmars
Revision: 846411

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 846410, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 21:24:55 UTC (rev 846411)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.20.3
+pkgrel=14
+pkgdesc="Curses-style terminal interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-extra'
+ 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-safe' 'haskell-split' 'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4e1e61ddfa0217d7ce95e98cf00c8e963e8b44bacd265d60f55634f63fddb0506c8a0f50bdad12a287a88f77366aeb21b0eead8243865aad5a370dbf0d3b615d')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd $pkgname-$pkgver
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger-ui.1 -t "$pkgdir"/usr/share/man/man1/
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 21:23:25
  Author: felixonmars
Revision: 846409

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 846408, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 21:23:25 UTC (rev 846409)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.59
+pkgrel=1
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3a814a1fec49248c8bdf8e0e4a32c5d8dc59fce197c393652b1ec224bc5b03ebff97951952c6cc7887364a8de6901b442dad5f46961778a3ec9339fdb5def16d')
+
+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 \
+-f-demos
+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-brick/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 21:23:15
  Author: felixonmars
Revision: 846408

upgpkg: haskell-brick 0.59-1: rebuild with brick 0.59

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 21:19:08 UTC (rev 846407)
+++ PKGBUILD2021-02-05 21:23:15 UTC (rev 846408)
@@ -3,8 +3,8 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=0.58.1
-pkgrel=27
+pkgver=0.59
+pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
 license=("BSD")
@@ -14,7 +14,7 @@
  'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('96196f8154bb0c7b4fbf9157d9cc63a974eb29da72281c46730e5ce4773c8723a5da7a1ee61ca5a3317cf88b85e815b67fd0d8ba5e0c0fbf5a0e2d586098a8c1')
+sha512sums=('3a814a1fec49248c8bdf8e0e4a32c5d8dc59fce197c393652b1ec224bc5b03ebff97951952c6cc7887364a8de6901b442dad5f46961778a3ec9339fdb5def16d')
 
 build() {
 cd $_hkgname-$pkgver


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

2021-02-05 Thread Anatol Pomozov via arch-commits
Date: Friday, February 5, 2021 @ 21:08:05
  Author: anatolik
Revision: 407531

archrelease: copy trunk to testing-x86_64

Added:
  fuse3/repos/testing-x86_64/
  fuse3/repos/testing-x86_64/PKGBUILD
(from rev 407530, fuse3/trunk/PKGBUILD)

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

Copied: fuse3/repos/testing-x86_64/PKGBUILD (from rev 407530, 
fuse3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-05 21:08:05 UTC (rev 407531)
@@ -0,0 +1,48 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgbase=fuse3
+pkgname=(fuse-common fuse3)
+pkgver=3.10.2
+pkgrel=1
+arch=('x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+makedepends=('pkg-config' 'meson' 'udev')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz{,.asc})
+sha256sums=('736e8d1ce65c09cb435fbbb500d53dc75f4d6e93bd325d22adc890951cf56337'
+'SKIP')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  rm -rf build
+  meson --prefix=/usr --sbindir=bin -D examples=false . build
+  cd build
+  ninja
+}
+
+package_fuse-common() {
+  pkgdesc="Common files for fuse2/3 packages"
+  backup=(etc/fuse.conf)
+
+  install -Dm644 fuse-${pkgver}/util/fuse.conf ${pkgdir}/etc/fuse.conf
+}
+
+package_fuse3() {
+  pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
+  depends=('fuse-common' 'glibc')
+
+  cd fuse-$pkgver/build
+
+  DESTDIR=${pkgdir} ninja install
+
+  rm -r ${pkgdir}/etc/init.d
+  rm -r ${pkgdir}/etc/fuse.conf
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+}


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

2021-02-05 Thread Anatol Pomozov via arch-commits
Date: Friday, February 5, 2021 @ 21:07:48
  Author: anatolik
Revision: 407530

upgpkg: fuse3 3.10.2-1

Modified:
  fuse3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 18:54:14 UTC (rev 407529)
+++ PKGBUILD2021-02-05 21:07:48 UTC (rev 407530)
@@ -4,7 +4,7 @@
 
 pkgbase=fuse3
 pkgname=(fuse-common fuse3)
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/libfuse/libfuse'
@@ -12,7 +12,7 @@
 makedepends=('pkg-config' 'meson' 'udev')
 options=(!emptydirs)
 
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz{,.asc})
-sha256sums=('d82d74d4c03e099f806e4bb31483955637c69226576bf0ca9bd142f1d50ae451'
+sha256sums=('736e8d1ce65c09cb435fbbb500d53dc75f4d6e93bd325d22adc890951cf56337'
 'SKIP')
 validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

 


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 19:40:10
  Author: felixonmars
Revision: 846401

upgpkg: dhall-bash 1.0.36-1: rebuild with dhall 1.38.0, dhall-bash 1.0.36, 
dhall-json 1.7.5, dhall-lsp-server 1.0.13, dhall-yaml 1.2.5

Modified:
  dhall-bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 19:39:07 UTC (rev 846400)
+++ PKGBUILD2021-02-05 19:40:10 UTC (rev 846401)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=dhall-bash
-pkgver=1.0.35
-pkgrel=54
+pkgver=1.0.36
+pkgrel=1
 pkgdesc='Compile Dhall to Bash'
 url='https://dhall-lang.org'
 license=('BSD')
@@ -11,7 +11,7 @@
  'haskell-optparse-generic')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('7d118b1051c209a5e838b8b3af5f0f1c0fe2982c829592a7be881d919b6cffb6ca361fbef7a0384499e03569cdd36ade7ee6749fa8ce120100d106cb1ad61650')
+sha512sums=('545e4981e0618a7c09f5ead9db79410ebb8d6d975cc7d42434bb3a0c479ba2886fa8fccf09ddcf35eca8fc1b9cc5ca9401519745e1797f38abcf683b93544bb5')
 
 build() {
 cd $pkgname-$pkgver


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 19:40:20
  Author: felixonmars
Revision: 846402

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-bash/repos/community-staging-x86_64/
  dhall-bash/repos/community-staging-x86_64/PKGBUILD
(from rev 846401, dhall-bash/trunk/PKGBUILD)

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

Copied: dhall-bash/repos/community-staging-x86_64/PKGBUILD (from rev 846401, 
dhall-bash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 19:40:20 UTC (rev 846402)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-bash
+pkgver=1.0.36
+pkgrel=1
+pkgdesc='Compile Dhall to Bash'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'dhall' 'haskell-neat-interpolation' 'haskell-shell-escape'
+ 'haskell-optparse-generic')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('545e4981e0618a7c09f5ead9db79410ebb8d6d975cc7d42434bb3a0c479ba2886fa8fccf09ddcf35eca8fc1b9cc5ca9401519745e1797f38abcf683b93544bb5')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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
+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 dhall-yaml/repos (2 files)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 19:39:07
  Author: felixonmars
Revision: 846400

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-yaml/repos/community-staging-x86_64/
  dhall-yaml/repos/community-staging-x86_64/PKGBUILD
(from rev 846399, dhall-yaml/trunk/PKGBUILD)

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

Copied: dhall-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 846399, 
dhall-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 19:39:07 UTC (rev 846400)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-yaml
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="Convert between Dhall and YAML"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hsyaml' 'haskell-hsyaml-aeson' 'haskell-aeson' 
'haskell-ansi-terminal'
+ 'dhall' 'dhall-json' 'haskell-optparse-applicative' 
'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 'haskell-vector')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('c443322c3cf597ba20c391e139f7b44d9f2adce3772c3a601a6652ef0bc909676e8ee985d7e59052abbc41e4f3b5ab926c5598069f3e74807967c3c55206c914')
+
+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 \
+--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 $pkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 19:38:58
  Author: felixonmars
Revision: 846399

upgpkg: dhall-yaml 1.2.5-1: rebuild with dhall 1.38.0, dhall-bash 1.0.36, 
dhall-json 1.7.5, dhall-lsp-server 1.0.13, dhall-yaml 1.2.5

Modified:
  dhall-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 19:37:52 UTC (rev 846398)
+++ PKGBUILD2021-02-05 19:38:58 UTC (rev 846399)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=dhall-yaml
-pkgver=1.2.4
-pkgrel=40
+pkgver=1.2.5
+pkgrel=1
 pkgdesc="Convert between Dhall and YAML"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml;
 license=("GPL3")
@@ -12,7 +12,7 @@
  'haskell-prettyprinter-ansi-terminal' 'haskell-vector')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('b545b8f28ab4221ba525fba5cdce7e1fbeb66894c9f270d6347d259a92f14a618810b97137e6459aed91363a1c6bfc0163f35d18ca5ccf548a8380428d829944')
+sha512sums=('c443322c3cf597ba20c391e139f7b44d9f2adce3772c3a601a6652ef0bc909676e8ee985d7e59052abbc41e4f3b5ab926c5598069f3e74807967c3c55206c914')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in dhall-lsp-server/repos (2 files)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 19:37:52
  Author: felixonmars
Revision: 846398

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-lsp-server/repos/community-staging-x86_64/
  dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD
(from rev 846397, dhall-lsp-server/trunk/PKGBUILD)

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

Copied: dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD (from rev 
846397, dhall-lsp-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 19:37:52 UTC (rev 846398)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-lsp-server
+pkgver=1.0.13
+pkgrel=1
+pkgdesc="Language Server Protocol (LSP) server for Dhall"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme;
+license=("custom:MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-data-default' 'dhall'
+ 'dhall-json' 'haskell-lsp' 'haskell-hslogger' 'haskell-lens' 
'haskell-lens-family-core'
+ 'haskell-megaparsec' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-prettyprinter' 'haskell-rope-utf16-splay' 
'haskell-unordered-containers'
+ 'haskell-uri-encode')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-doctest' 'haskell-lsp-types' 
'haskell-lsp-test'
+ 'haskell-tasty' 'haskell-tasty-hspec')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('97821e85ac4b8610eeedc678cfe03f94758fbe3edb853ba12bb670aee583f6c78940092b6510a0e8cd5a3ce9d2b9089e28f95284452d6cb285cb75808dcc999a')
+
+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 \
+--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 $pkgname-$pkgver
+  LD_LIBRARY_PATH="$PWD/dist/build" 
PATH="$PWD/dist/build/dhall-lsp-server:$PATH" runhaskell Setup test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in dhall-lsp-server/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 19:37:42
  Author: felixonmars
Revision: 846397

upgpkg: dhall-lsp-server 1.0.13-1: rebuild with dhall 1.38.0, dhall-bash 
1.0.36, dhall-json 1.7.5, dhall-lsp-server 1.0.13, dhall-yaml 1.2.5

Modified:
  dhall-lsp-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 19:36:08 UTC (rev 846396)
+++ PKGBUILD2021-02-05 19:37:42 UTC (rev 846397)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=dhall-lsp-server
-pkgver=1.0.12
-pkgrel=50
+pkgver=1.0.13
+pkgrel=1
 pkgdesc="Language Server Protocol (LSP) server for Dhall"
 
url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme;
 license=("custom:MIT")
@@ -12,16 +12,11 @@
  'haskell-megaparsec' 'haskell-network-uri' 
'haskell-optparse-applicative'
  'haskell-prettyprinter' 'haskell-rope-utf16-splay' 
'haskell-unordered-containers'
  'haskell-uri-encode')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-doctest' 
'haskell-lsp-types' 'haskell-lsp-test'
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-doctest' 'haskell-lsp-types' 
'haskell-lsp-test'
  'haskell-tasty' 'haskell-tasty-hspec')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('6ca5259bab7d8006c309f3dda065e14ab5de1844a46133c70a7abe2b38217b9763f0955690d7929c7eb42294145ff72c3cf8abb3db1d315e085ce58dd08b84fc')
+sha512sums=('97821e85ac4b8610eeedc678cfe03f94758fbe3edb853ba12bb670aee583f6c78940092b6510a0e8cd5a3ce9d2b9089e28f95284452d6cb285cb75808dcc999a')
 
-prepare() {
-  cd $pkgname-$pkgver
-  uusi -u haskell-lsp -u haskell-lsp-types $pkgname.cabal
-}
-
 build() {
   cd $pkgname-$pkgver
 


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 19:36:08
  Author: felixonmars
Revision: 846396

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-json/repos/community-staging-x86_64/
  dhall-json/repos/community-staging-x86_64/PKGBUILD
(from rev 846395, dhall-json/trunk/PKGBUILD)

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

Copied: dhall-json/repos/community-staging-x86_64/PKGBUILD (from rev 846395, 
dhall-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 19:36:08 UTC (rev 846396)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-json
+pkgver=1.7.5
+pkgrel=1
+pkgdesc='Convert between Dhall and JSON or YAML'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-aeson-yaml' 'dhall'
+ 'haskell-lens-family-core' 'haskell-optparse-applicative' 
'haskell-prettyprinter'
+ 'haskell-scientific' 'haskell-unordered-containers' 
'haskell-prettyprinter-ansi-terminal')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-silver')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('566348f20bcb0b3fd738810ca907a94e5979345a22091595d45b922863a235ff2c2cdad5a69ce5209a11d0db91abf2e73b9501218538386d11773328d559d00e')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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
+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 dhall-json/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 19:35:59
  Author: felixonmars
Revision: 846395

upgpkg: dhall-json 1.7.5-1: rebuild with dhall 1.38.0, dhall-bash 1.0.36, 
dhall-json 1.7.5, dhall-lsp-server 1.0.13, dhall-yaml 1.2.5

Modified:
  dhall-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 19:34:44 UTC (rev 846394)
+++ PKGBUILD2021-02-05 19:35:59 UTC (rev 846395)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=dhall-json
-pkgver=1.7.4
-pkgrel=52
+pkgver=1.7.5
+pkgrel=1
 pkgdesc='Convert between Dhall and JSON or YAML'
 url='https://dhall-lang.org'
 license=('BSD')
@@ -12,7 +12,7 @@
  'haskell-scientific' 'haskell-unordered-containers' 
'haskell-prettyprinter-ansi-terminal')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-silver')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('9cb2ed24d2ebdd5d43689e18a0402efe0c2dec82ef4979ebf17a51a01fc39568fe43638713fbc8bc9177b3c679584e2bd6c897c46bfdaa5108692cda296a9365')
+sha512sums=('566348f20bcb0b3fd738810ca907a94e5979345a22091595d45b922863a235ff2c2cdad5a69ce5209a11d0db91abf2e73b9501218538386d11773328d559d00e')
 
 build() {
 cd $pkgname-$pkgver


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 19:34:44
  Author: felixonmars
Revision: 846394

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall/repos/community-staging-x86_64/
  dhall/repos/community-staging-x86_64/PKGBUILD
(from rev 846393, dhall/trunk/PKGBUILD)

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

Copied: dhall/repos/community-staging-x86_64/PKGBUILD (from rev 846393, 
dhall/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 19:34:44 UTC (rev 846394)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall
+pkgver=1.38.0
+pkgrel=1
+pkgdesc='A configuration language guaranteed to terminate'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-ansi-terminal'
+ 'haskell-atomic-write' 'haskell-case-insensitive' 'haskell-cborg' 
'haskell-cborg-json'
+ 'haskell-contravariant' 'haskell-data-fix' 'haskell-diff' 
'haskell-dotgen'
+ 'haskell-either' 'haskell-half' 'haskell-hashable' 
'haskell-lens-family-core'
+ 'haskell-megaparsec' 'haskell-memory' 'haskell-mmorph' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-parsers' 
'haskell-parser-combinators'
+ 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 
'haskell-pretty-simple'
+ 'haskell-profunctors' 'haskell-repline' 'haskell-serialise' 
'haskell-scientific'
+ 'haskell-text-manipulate' 'haskell-th-lift-instances' 
'haskell-transformers-compat'
+ 'haskell-unordered-containers' 'haskell-uri-encode' 'haskell-vector' 
'haskell-cryptonite'
+ 'haskell-http-types' 'haskell-http-client' 'haskell-http-client-tls')
+makedepends=('ghc' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' 
'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-special-values' 
'haskell-spoon'
+ 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-silver' 
'haskell-turtle' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ebb8525053d3d315c8f620d4b0fa760188d918978a991e0457a8f66d75463934e0d99869d52bad3b3f8faa2329843b86512aaf0978fbb5c6e7247efa510e873f')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --disable-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
+# https://github.com/dhall-lang/dhall-haskell/issues/1985
+#runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 19:34:35
  Author: felixonmars
Revision: 846393

upgpkg: dhall 1.38.0-1: rebuild with dhall 1.38.0, dhall-bash 1.0.36, 
dhall-json 1.7.5, dhall-lsp-server 1.0.13, dhall-yaml 1.2.5

Modified:
  dhall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 18:54:16 UTC (rev 846392)
+++ PKGBUILD2021-02-05 19:34:35 UTC (rev 846393)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=dhall
-pkgver=1.37.1
-pkgrel=33
+pkgver=1.38.0
+pkgrel=1
 pkgdesc='A configuration language guaranteed to terminate'
 url='https://dhall-lang.org'
 license=('BSD')
@@ -23,7 +23,7 @@
  'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit'
  'haskell-tasty-quickcheck' 'haskell-tasty-silver' 
'haskell-turtle' 'haskell-doctest')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('178dec33d20070f5a3b5d68d701bc7b383090525172dffe991a8ffdd3d8134b813f20d33a6c7cbd963bc04530c7e484b0d35737147870acd8fa3375f4b419c93')
+sha512sums=('ebb8525053d3d315c8f620d4b0fa760188d918978a991e0457a8f66d75463934e0d99869d52bad3b3f8faa2329843b86512aaf0978fbb5c6e7247efa510e873f')
 
 build() {
 cd $pkgname-$pkgver


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

2021-02-05 Thread Bruno Pagani via arch-commits
Date: Friday, February 5, 2021 @ 18:46:18
  Author: archange
Revision: 846387

archrelease: copy trunk to community-x86_64

Added:
  matterbridge/repos/community-x86_64/PKGBUILD
(from rev 846386, matterbridge/trunk/PKGBUILD)
  matterbridge/repos/community-x86_64/matterbridge.service
(from rev 846386, matterbridge/trunk/matterbridge.service)
Deleted:
  matterbridge/repos/community-x86_64/PKGBUILD
  matterbridge/repos/community-x86_64/matterbridge.service

--+
 PKGBUILD |   82 -
 matterbridge.service |   72 +--
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-05 18:45:49 UTC (rev 846386)
+++ PKGBUILD2021-02-05 18:46:18 UTC (rev 846387)
@@ -1,41 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=matterbridge
-pkgver=1.21.0
-pkgrel=1
-pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
-arch=(x86_64)
-url="https://github.com/42wim/matterbridge;
-license=(Apache)
-depends=(glibc)
-makedepends=(go git)
-backup=(etc/matterbridge.toml)
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
-
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
-matterbridge.service)
-sha512sums=('085750625da6575890dc2092448f88eeddc66e7888d76f15101afacbfd9eaf358d67ebb6ba188b36c94f1271cef9cc8fcdb86d5d403366f39da53ad633415974'
-'SKIP'
-
'82db20928e6ff3d259725371caf9af67550c8a7b8f5b597103cdd308772eabcfe6738442a3da711a7e54003668c4b518b246af60dacd0dcf5294790aa3e226cf')
-validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  go mod vendor
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  go build -v -o ${pkgname} .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
-  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-}

Copied: matterbridge/repos/community-x86_64/PKGBUILD (from rev 846386, 
matterbridge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-05 18:46:18 UTC (rev 846387)
@@ -0,0 +1,41 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=matterbridge
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
+arch=(x86_64)
+url="https://github.com/42wim/matterbridge;
+license=(Apache)
+depends=(glibc)
+makedepends=(go git)
+backup=(etc/matterbridge.toml)
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
+
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
+matterbridge.service)
+sha512sums=('d5e0a729bb0433d192ca5244360e0246343a84d7f8f9a651612ae381fb334808b691877185249f8cadcf9f10b5b922b01e14408d6fcc2ec21c42fc20180eb3f9'
+'SKIP'
+
'82db20928e6ff3d259725371caf9af67550c8a7b8f5b597103cdd308772eabcfe6738442a3da711a7e54003668c4b518b246af60dacd0dcf5294790aa3e226cf')
+validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  go mod vendor
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build -v -o ${pkgname} .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
+  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
+  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+}

Deleted: matterbridge.service
===
--- matterbridge.service2021-02-05 18:45:49 UTC (rev 846386)
+++ matterbridge.service2021-02-05 18:46:18 UTC (rev 846387)
@@ -1,36 +0,0 @@
-[Unit]
-Description=Multi-protocols bridge for online communications
-After=network.target
-
-[Service]
-User=matterbridge
-DynamicUser=yes
-ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml
-Type=simple
-CapabilityBoundingSet=
-AmbientCapabilities=
-NoNewPrivileges=true
-#SecureBits=
-ProtectSystem=strict
-ProtectHome=true
-PrivateTmp=true
-PrivateDevices=true
-PrivateNetwork=false
-PrivateUsers=true
-ProtectHostname=true
-ProtectClock=true
-ProtectKernelTunables=true
-ProtectKernelModules=true

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

2021-02-05 Thread Bruno Pagani via arch-commits
Date: Friday, February 5, 2021 @ 18:45:49
  Author: archange
Revision: 846386

upgpkg: matterbridge 1.22.0-1

Modified:
  matterbridge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 18:30:02 UTC (rev 846385)
+++ PKGBUILD2021-02-05 18:45:49 UTC (rev 846386)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=matterbridge
-pkgver=1.21.0
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
 
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
 matterbridge.service)
-sha512sums=('085750625da6575890dc2092448f88eeddc66e7888d76f15101afacbfd9eaf358d67ebb6ba188b36c94f1271cef9cc8fcdb86d5d403366f39da53ad633415974'
+sha512sums=('d5e0a729bb0433d192ca5244360e0246343a84d7f8f9a651612ae381fb334808b691877185249f8cadcf9f10b5b922b01e14408d6fcc2ec21c42fc20180eb3f9'
 'SKIP'
 
'82db20928e6ff3d259725371caf9af67550c8a7b8f5b597103cdd308772eabcfe6738442a3da711a7e54003668c4b518b246af60dacd0dcf5294790aa3e226cf')
 validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:30:02
  Author: felixonmars
Revision: 846385

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-brittany/repos/community-staging-x86_64/PKGBUILD (from rev 
846384, haskell-brittany/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 18:30:02 UTC (rev 846385)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+
+_hkgname=brittany
+pkgname=haskell-brittany
+pkgver=0.13.1.0
+pkgrel=37
+pkgdesc="Haskell source code formatter"
+url="https://github.com/lspitzner/brittany/;
+license=("AGPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-butcher' 'haskell-cmdargs' 
'haskell-czipwith'
+ 'haskell-data-tree-print' 'haskell-extra' 'haskell-ghc-exactprint' 
'haskell-ghc-paths'
+ 'haskell-monad-memo' 'haskell-multistate' 'haskell-random' 
'haskell-safe'
+ 'haskell-strict' 'haskell-syb' 'haskell-uniplate' 'haskell-unsafe' 
'haskell-yaml')
+makedepends=('ghc' 'uusi' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('9dfcbe49214e9cc8f696555a2c8249df2418644af55a1f514059b8c8a470638cde2d5c78723150f7a6441c35267a997ab7d09a1e10431422589eeb30f84ad972')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -r semigroups:Cabal -u random $_hkgname.cabal
+
+  # Hack to use Cabal's compatibility layer of semigroups
+  sed -i 's/import Data.Semigroup.Generic/import 
Distribution.Compat.Semigroup/' 
src/Language/Haskell/Brittany/Internal/Config/Types.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 \
+--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-brittany/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:29:52
  Author: felixonmars
Revision: 846384

upgpkg: haskell-brittany 0.13.1.0-37: rebuild with ghc-exactprint 0.6.3.4

Modified:
  haskell-brittany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 18:27:09 UTC (rev 846383)
+++ PKGBUILD2021-02-05 18:29:52 UTC (rev 846384)
@@ -3,7 +3,7 @@
 _hkgname=brittany
 pkgname=haskell-brittany
 pkgver=0.13.1.0
-pkgrel=36
+pkgrel=37
 pkgdesc="Haskell source code formatter"
 url="https://github.com/lspitzner/brittany/;
 license=("AGPL")


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:27:09
  Author: felixonmars
Revision: 846383

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-apply-refact/repos/community-staging-x86_64/
  haskell-apply-refact/repos/community-staging-x86_64/PKGBUILD
(from rev 846382, haskell-apply-refact/trunk/PKGBUILD)

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

Copied: haskell-apply-refact/repos/community-staging-x86_64/PKGBUILD (from rev 
846382, haskell-apply-refact/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 18:27:09 UTC (rev 846383)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=apply-refact
+pkgname=haskell-apply-refact
+pkgver=0.8.2.1
+pkgrel=35
+pkgdesc="Perform refactorings specified by the refact library."
+url="https://github.com/mpickering/apply-refact;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-filemanip' 
'haskell-ghc-exactprint'
+ 'haskell-optparse-applicative' 'haskell-refact' 'haskell-syb' 
'haskell-unix-compat')
+makedepends=('ghc' 'haskell-silently' 'haskell-tasty' 
'haskell-tasty-expected-failure'
+ 'haskell-tasty-golden')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('776f0133ee26075b0872b5344e530a65b66d2b1170286cd95114ae33b6e6b689')
+
+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-apply-refact/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:26:59
  Author: felixonmars
Revision: 846382

upgpkg: haskell-apply-refact 0.8.2.1-35: rebuild with ghc-exactprint 0.6.3.4

Modified:
  haskell-apply-refact/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 18:24:56 UTC (rev 846381)
+++ PKGBUILD2021-02-05 18:26:59 UTC (rev 846382)
@@ -3,7 +3,7 @@
 _hkgname=apply-refact
 pkgname=haskell-apply-refact
 pkgver=0.8.2.1
-pkgrel=34
+pkgrel=35
 pkgdesc="Perform refactorings specified by the refact library."
 url="https://github.com/mpickering/apply-refact;
 license=("BSD")


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:24:56
  Author: felixonmars
Revision: 846381

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-retrie/repos/community-staging-x86_64/PKGBUILD (from rev 
846380, haskell-retrie/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 18:24:56 UTC (rev 846381)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+_hkgname=retrie
+pkgname=haskell-retrie
+pkgver=0.1.1.1
+pkgrel=48
+pkgdesc="A powerful, easy-to-use codemodding tool for Haskell."
+url="https://github.com/facebookincubator/retrie;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 
'haskell-data-default'
+ 'haskell-ghc-exactprint' 'haskell-src-exts' 
'haskell-optparse-applicative'
+ 'haskell-random-shuffle' 'haskell-syb' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-ghc-paths' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-temporary')
+checkdepends=('git' 'mercurial')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('f162028ecbfea991f8a22701637b3869c8bd306f48823316c92496e4ea66d7d0')
+
+prepare() {
+  uusi $_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 --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
+
+  rm "$pkgdir"/usr/bin/demo
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:24:46
  Author: felixonmars
Revision: 846380

upgpkg: haskell-retrie 0.1.1.1-48: rebuild with ghc-exactprint 0.6.3.4

Modified:
  haskell-retrie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 18:22:38 UTC (rev 846379)
+++ PKGBUILD2021-02-05 18:24:46 UTC (rev 846380)
@@ -3,7 +3,7 @@
 _hkgname=retrie
 pkgname=haskell-retrie
 pkgver=0.1.1.1
-pkgrel=47
+pkgrel=48
 pkgdesc="A powerful, easy-to-use codemodding tool for Haskell."
 url="https://github.com/facebookincubator/retrie;
 license=("MIT")


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:22:38
  Author: felixonmars
Revision: 846379

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ghc-exactprint/repos/community-staging-x86_64/
  haskell-ghc-exactprint/repos/community-staging-x86_64/PKGBUILD
(from rev 846378, haskell-ghc-exactprint/trunk/PKGBUILD)

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

Copied: haskell-ghc-exactprint/repos/community-staging-x86_64/PKGBUILD (from 
rev 846378, haskell-ghc-exactprint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 18:22:38 UTC (rev 846379)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-exactprint
+pkgname=haskell-ghc-exactprint
+pkgver=0.6.3.4
+pkgrel=1
+pkgdesc="ExactPrint for GHC"
+url="https://github.com/alanz/ghc-exactprint.git;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-free' 'haskell-ghc-paths' 'haskell-syb')
+makedepends=('ghc' 'haskell-diff' 'haskell-hunit' 'haskell-filemanip' 
'haskell-silently')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('f87a93a12467855178583c5d945cdd86ea2b873bdcdc1589014e5e1adfbf6e708eb13f8f01592f3dfe651fdceb4165f73ebd7d636d2fdd73e8c36516b6d2fa06')
+
+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-ghc-exactprint/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:22:29
  Author: felixonmars
Revision: 846378

upgpkg: haskell-ghc-exactprint 0.6.3.4-1: rebuild with ghc-exactprint 0.6.3.4

Modified:
  haskell-ghc-exactprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 18:21:48 UTC (rev 846377)
+++ PKGBUILD2021-02-05 18:22:29 UTC (rev 846378)
@@ -2,8 +2,8 @@
 
 _hkgname=ghc-exactprint
 pkgname=haskell-ghc-exactprint
-pkgver=0.6.3.3
-pkgrel=36
+pkgver=0.6.3.4
+pkgrel=1
 pkgdesc="ExactPrint for GHC"
 url="https://github.com/alanz/ghc-exactprint.git;
 license=("BSD")
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-free' 'haskell-ghc-paths' 'haskell-syb')
 makedepends=('ghc' 'haskell-diff' 'haskell-hunit' 'haskell-filemanip' 
'haskell-silently')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('fc67df1072aeb87c0c400bad6fc2cdc728c530643656805e4821960258a0aa8c1e4439b7a262b3667fd71fb198b11ed0096f7a3960f0eec387188d953a84e164')
+sha512sums=('f87a93a12467855178583c5d945cdd86ea2b873bdcdc1589014e5e1adfbf6e708eb13f8f01592f3dfe651fdceb4165f73ebd7d636d2fdd73e8c36516b6d2fa06')
 
 build() {
   cd $_hkgname-$pkgver


[arch-commits] Commit in deepin-daemon/repos/community-x86_64 (10 files)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:21:48
  Author: felixonmars
Revision: 846377

archrelease: copy trunk to community-x86_64

Added:
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 846376, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon-fix-vanilla-libinput.patch
(from rev 846376, 
deepin-daemon/trunk/deepin-daemon-fix-vanilla-libinput.patch)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 846376, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 846376, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-x86_64/networkmanager-duplicated-enums.patch
(from rev 846376, deepin-daemon/trunk/networkmanager-duplicated-enums.patch)
Deleted:
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon-fix-vanilla-libinput.patch
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
  deepin-daemon/repos/community-x86_64/networkmanager-duplicated-enums.patch

--+
 PKGBUILD |  154 ++---
 deepin-daemon-fix-vanilla-libinput.patch |  118 +++---
 deepin-daemon.install|6 -
 deepin-daemon.sysusers   |4 
 networkmanager-duplicated-enums.patch|   86 
 5 files changed, 184 insertions(+), 184 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-05 18:21:27 UTC (rev 846376)
+++ PKGBUILD2021-02-05 18:21:48 UTC (rev 846377)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=5.12.0.2
-pkgrel=1
-pkgdesc='Daemon handling the DDE session settings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-daemon;
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'ddcutil' 'deepin-api' 'gvfs' 'iso-codes' 
'lsb-release'
- 'mobile-broadband-provider-info' 'deepin-polkit-agent'
- 'deepin-polkit-agent-ext-gnomekeyring' 'udisks2' 'upower'
- 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
- 'org.freedesktop.secrets' 'noto-fonts' 'imwheel')
-makedepends=('golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir' 
'golang-deepin-lib'
- 'golang-deepin-dde-api' 'golang-github-nfnt-resize' 
'golang-gopkg-yaml.v2' 'sqlite' 'deepin-gettext-tools'
- 'git' 'mercurial' 'python-gobject' 'networkmanager' 'bluez' 'go')
-optdepends=('networkmanager: for network management support'
-'bluez: for bluetooth support'
-'iw: for miracast module'
-'proxychains-ng: for proxy configuration module')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="$pkgname.install"
-source=("https://github.com/linuxdeepin/dde-daemon/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-networkmanager-duplicated-enums.patch
-$pkgname-fix-vanilla-libinput.patch
-'deepin-daemon.sysusers')
-sha512sums=('e52db707f6c56716c238cc3e0202db60e461c79d5e8377a3aee90a9fead952446afecbee2112840f83caadd8c208d8b446d2a5ef7b967f3caf58f0ff8811468d'
-
'fcda3703fa64d994d86093dd1b4fe2d6008fec825e8ffc29f75cfa70fd36e5ecfdfeeb552056671e1378a40bf0c02ef026cd2ea8acbcc234991ded6259dae248'
-
'944b0ae6cf7f613fd00884593c5e5f43aaf0efe4ea7aaa546a06b4367b8da4f2bc486dca640f77743bd1b7b9e4aacf741afe5c5e3ee219c2fdd4cc891ab3d367'
-
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
-
-prepare() {
-  cd dde-daemon-$pkgver
-  patch -p1 -i ../$pkgname-fix-vanilla-libinput.patch
-
-  sed -i '/gen_nm_consts.py/a \\tpatch -p3 -i 
../../../networkmanager-duplicated-enums.patch' network/nm_generator/Makefile
-
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-
-  # golang-deepin-lib's dependency, remove when go packaging resumes
-  go get github.com/cryptix/wav
-
-  go get github.com/axgle/mahonia github.com/msteinert/pam 
github.com/gosexy/gettext github.com/rickb777/date \
- github.com/jinzhu/gorm github.com/kelvins/sunrisesunset 
github.com/mozillazg/go-pinyin github.com/teambition/rrule-go \
- golang.org/x/xerrors github.com/mattn/go-sqlite3 
github.com/fsnotify/fsnotify github.com/godbus/dbus
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 accounts/user.go
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd dde-daemon-$pkgver
-  
-  make -C network/nm_generator gen-nm-code
- 

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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:21:27
  Author: felixonmars
Revision: 846376

upgpkg: deepin-daemon 5.12.0.3-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 18:18:43 UTC (rev 846375)
+++ PKGBUILD2021-02-05 18:21:27 UTC (rev 846376)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=5.12.0.2
+pkgver=5.12.0.3
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
@@ -29,7 +29,7 @@
 networkmanager-duplicated-enums.patch
 $pkgname-fix-vanilla-libinput.patch
 'deepin-daemon.sysusers')
-sha512sums=('e52db707f6c56716c238cc3e0202db60e461c79d5e8377a3aee90a9fead952446afecbee2112840f83caadd8c208d8b446d2a5ef7b967f3caf58f0ff8811468d'
+sha512sums=('cc92fa16be73996d751d159ce4a1bcd7bc8211f9267b0687ed2d64407c1905cc10575867e5c6e8f7a45c4295fed598653a7fecdd319c3092e1743dbd48f3ab40'
 
'fcda3703fa64d994d86093dd1b4fe2d6008fec825e8ffc29f75cfa70fd36e5ecfdfeeb552056671e1378a40bf0c02ef026cd2ea8acbcc234991ded6259dae248'
 
'944b0ae6cf7f613fd00884593c5e5f43aaf0efe4ea7aaa546a06b4367b8da4f2bc486dca640f77743bd1b7b9e4aacf741afe5c5e3ee219c2fdd4cc891ab3d367'
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:15:28
  Author: felixonmars
Revision: 846372

archrelease: copy trunk to community-x86_64

Added:
  fingerterm/repos/community-x86_64/PKGBUILD
(from rev 846371, fingerterm/trunk/PKGBUILD)
Deleted:
  fingerterm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-05 18:15:15 UTC (rev 846371)
+++ PKGBUILD2021-02-05 18:15:28 UTC (rev 846372)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=fingerterm
-pkgver=1.3.11
-pkgrel=2
-pkgdesc="A terminal emulator with a custom virtual keyboard"
-arch=('x86_64')
-url="https://git.merproject.org/mer-core/fingerterm;
-license=('LGPL')
-depends=('qt5-feedback')
-makedepends=('nemo-qml-plugin-notifications')
-source=("$pkgname-$pkgver.tar.bz2::https://git.merproject.org/mer-core/fingerterm/repository/archive.tar.bz2?ref=$pkgver;)
-sha512sums=('d75e9b341ed2ad3ccf9e933c97893d5d37c91fa4d2fb7588097dd6e8899109b30cc5a9616672919117425b1a396b1a7f2023f2af7fbc0ef938219d7e44ecdc4b')
-
-prepare() {
-  rm fingerterm-$pkgver.tar.bz2
-  mv fingerterm-* fingerterm-$pkgver
-}
-
-build() {
-  cd fingerterm-$pkgver
-
-  qmake-qt5 CONFIG+=enable-feedback CONFIG+=enable-nemonotifications
-  make
-}
-
-package() {
-  cd fingerterm-$pkgver
-
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: fingerterm/repos/community-x86_64/PKGBUILD (from rev 846371, 
fingerterm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-05 18:15:28 UTC (rev 846372)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=fingerterm
+pkgver=1.3.12
+pkgrel=1
+pkgdesc="A terminal emulator with a custom virtual keyboard"
+arch=('x86_64')
+url="https://git.merproject.org/mer-core/fingerterm;
+license=('LGPL')
+depends=('qt5-feedback')
+makedepends=('nemo-qml-plugin-notifications' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.bz2::https://git.merproject.org/mer-core/fingerterm/repository/archive.tar.bz2?ref=$pkgver;)
+sha512sums=('bc0f9595bac5ec5da408620eae08fd86b283296e1359c171570adb6b1c3a97d2b52647c029c5057eefdb4891beff575d609d412ed09ccae06e6c03022130d455')
+
+prepare() {
+  rm fingerterm-$pkgver.tar.bz2
+  mv fingerterm-* fingerterm-$pkgver
+}
+
+build() {
+  cd fingerterm-$pkgver
+
+  qmake-qt5 CONFIG+=enable-feedback CONFIG+=enable-nemonotifications
+  make
+}
+
+package() {
+  cd fingerterm-$pkgver
+
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:15:15
  Author: felixonmars
Revision: 846371

upgpkg: fingerterm 1.3.12-1

Modified:
  fingerterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 18:11:18 UTC (rev 846370)
+++ PKGBUILD2021-02-05 18:15:15 UTC (rev 846371)
@@ -1,16 +1,16 @@
 # Maintainer: Felix Yan 
 
 pkgname=fingerterm
-pkgver=1.3.11
-pkgrel=2
+pkgver=1.3.12
+pkgrel=1
 pkgdesc="A terminal emulator with a custom virtual keyboard"
 arch=('x86_64')
 url="https://git.merproject.org/mer-core/fingerterm;
 license=('LGPL')
 depends=('qt5-feedback')
-makedepends=('nemo-qml-plugin-notifications')
+makedepends=('nemo-qml-plugin-notifications' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.bz2::https://git.merproject.org/mer-core/fingerterm/repository/archive.tar.bz2?ref=$pkgver;)
-sha512sums=('d75e9b341ed2ad3ccf9e933c97893d5d37c91fa4d2fb7588097dd6e8899109b30cc5a9616672919117425b1a396b1a7f2023f2af7fbc0ef938219d7e44ecdc4b')
+sha512sums=('bc0f9595bac5ec5da408620eae08fd86b283296e1359c171570adb6b1c3a97d2b52647c029c5057eefdb4891beff575d609d412ed09ccae06e6c03022130d455')
 
 prepare() {
   rm fingerterm-$pkgver.tar.bz2


[arch-commits] Commit in linux-lts/repos/core-x86_64 (11 files)

2021-02-05 Thread Andreas Radke via arch-commits
Date: Friday, February 5, 2021 @ 18:11:39
  Author: andyrtr
Revision: 407525

archrelease: copy trunk to core-x86_64

Added:
  
linux-lts/repos/core-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 407524, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/core-x86_64/0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
(from rev 407524, 
linux-lts/trunk/0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch)
  linux-lts/repos/core-x86_64/Do_not_fail_on_missing_symbol_table.patch
(from rev 407524, linux-lts/trunk/Do_not_fail_on_missing_symbol_table.patch)
  linux-lts/repos/core-x86_64/PKGBUILD
(from rev 407524, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/core-x86_64/config
(from rev 407524, linux-lts/trunk/config)
  linux-lts/repos/core-x86_64/sphinx-workaround.patch
(from rev 407524, linux-lts/trunk/sphinx-workaround.patch)
Deleted:
  
linux-lts/repos/core-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
  
linux-lts/repos/core-x86_64/0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
  linux-lts/repos/core-x86_64/PKGBUILD
  linux-lts/repos/core-x86_64/config
  linux-lts/repos/core-x86_64/sphinx-workaround.patch

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  258 
 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch | 1378 
 Do_not_fail_on_missing_symbol_table.patch   |   46 
 PKGBUILD|  398 
 config  |21155 
+-
 sphinx-workaround.patch |   30 
 6 files changed, 11658 insertions(+), 11607 deletions(-)

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


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:10:08
  Author: felixonmars
Revision: 846366

upgpkg: cryptol 2.10.0-61: rebuild with newtype-generics 0.6

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 18:06:45 UTC (rev 846365)
+++ PKGBUILD2021-02-05 18:10:08 UTC (rev 846366)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.10.0
-pkgrel=60
+pkgrel=61
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net;
 license=("BSD")


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:10:22
  Author: felixonmars
Revision: 846367

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 846366, cryptol/trunk/PKGBUILD)
  cryptol/repos/community-staging-x86_64/libbf-0.6.patch
(from rev 846366, cryptol/trunk/libbf-0.6.patch)
  cryptol/repos/community-staging-x86_64/sbv-8.8.patch
(from rev 846366, cryptol/trunk/sbv-8.8.patch)

-+
 PKGBUILD|   51 +
 libbf-0.6.patch |  156 ++
 sbv-8.8.patch   |  101 ++
 3 files changed, 308 insertions(+)

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 846366, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 18:10:22 UTC (rev 846367)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.10.0
+pkgrel=61
+pkgdesc="The Language of Cryptography"
+url="https://www.cryptol.net;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-async' 'haskell-base-compat' 
'haskell-bv-sized'
+ 'haskell-cryptohash-sha1' 'haskell-exceptions' 'haskell-gitrev' 
'haskell-graphscc'
+ 'haskell-heredoc' 'haskell-libbf' 'haskell-memotrie' 
'haskell-monad-control'
+ 'haskell-monadlib' 'haskell-parameterized-utils' 'haskell-panic' 
'haskell-random'
+ 'haskell-sbv' 'haskell-simple-smt' 'haskell-strict' 
'haskell-tf-random'
+ 'haskell-transformers-base' 'haskell-what4' 'haskell-ansi-terminal' 
'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;
+sbv-8.8.patch
+libbf-0.6.patch)
+sha512sums=('efb5f048a23de2040716d210b3d59071744d97989920266206590320585850a84de989851ed94687995874d74a3e6986d2e735e636aaa9f70f8949604ab62904'
+
'da4ac99c538a935eed9efd98dd6c57f24ad12d8effe328a814661ed02395445d28c8b4f43b48492171dc0bd65c6568fe7641de94e32765d51ab208a38f09d2d2'
+
'b26cef81b4412b7d655376ee01a67bb531b69b2a134b08d6ee592618dee87bc70f8f1acb38db42d5b49f0e70934670f3118e07887958a262924faf469d41eb47')
+
+prepare() {
+patch -d $pkgname-$pkgver -p1 < sbv-8.8.patch
+patch -d $pkgname-$pkgver -p1 < libbf-0.6.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Copied: cryptol/repos/community-staging-x86_64/libbf-0.6.patch (from rev 
846366, cryptol/trunk/libbf-0.6.patch)
===
--- community-staging-x86_64/libbf-0.6.patch(rev 0)
+++ community-staging-x86_64/libbf-0.6.patch2021-02-05 18:10:22 UTC (rev 
846367)
@@ -0,0 +1,156 @@
+From 78855e796720cf6b96f4ccc9435d871b9474f05c Mon Sep 17 00:00:00 2001
+From: Rob Dockins 
+Date: Thu, 28 Jan 2021 15:24:15 -0800
+Subject: [PATCH] Update to use `libBF` version 0.6, which has some bugfixes
+ and additional operations.
+
+---
+ cryptol.cabal   |  2 +-
+ src/Cryptol/Backend/Concrete.hs |  4 +-
+ src/Cryptol/Backend/FloatHelpers.hs | 86 +
+ 3 files changed, 5 insertions(+), 87 deletions(-)
+
+diff --git a/cryptol.cabal b/cryptol.cabal
+index a737c0d3..dfd30a26 100644
+--- a/cryptol.cabal
 b/cryptol.cabal
+@@ -57,7 +57,7 @@ library
+GraphSCC  >= 1.0.4,
+heredoc   >= 0.2,
+integer-gmp   >= 1.0 && < 1.1,
+-   libBF >= 0.5.1,
++   libBF >= 0.6 && < 0.7,
+MemoTrie  >= 0.6 && < 0.7,
+monad-control >= 1.0,
+

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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:06:45
  Author: felixonmars
Revision: 846365

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-memotrie/repos/community-staging-x86_64/PKGBUILD (from rev 
846364, haskell-memotrie/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 18:06:45 UTC (rev 846365)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=MemoTrie
+pkgname=haskell-memotrie
+pkgver=0.6.10
+pkgrel=78
+pkgdesc="Trie-based memo functions"
+url="https://github.com/conal/MemoTrie;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-newtype-generics')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('73be7e356ad2aeef49abf43975d2e24ee8b883e12453f316366b52998637ac26d98feef34388c2a46f683027dc7132444b17a25a12d3e86748088fadf081b186')
+
+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 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:06:35
  Author: felixonmars
Revision: 846364

upgpkg: haskell-memotrie 0.6.10-78: rebuild with newtype-generics 0.6

Modified:
  haskell-memotrie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 18:05:59 UTC (rev 846363)
+++ PKGBUILD2021-02-05 18:06:35 UTC (rev 846364)
@@ -3,7 +3,7 @@
 _hkgname=MemoTrie
 pkgname=haskell-memotrie
 pkgver=0.6.10
-pkgrel=77
+pkgrel=78
 pkgdesc="Trie-based memo functions"
 url="https://github.com/conal/MemoTrie;
 license=('BSD')


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:05:59
  Author: felixonmars
Revision: 846363

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-newtype-generics/repos/community-staging-x86_64/
  haskell-newtype-generics/repos/community-staging-x86_64/PKGBUILD
(from rev 846362, haskell-newtype-generics/trunk/PKGBUILD)

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

Copied: haskell-newtype-generics/repos/community-staging-x86_64/PKGBUILD (from 
rev 846362, haskell-newtype-generics/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 18:05:59 UTC (rev 846363)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=newtype-generics
+pkgname=haskell-newtype-generics
+pkgver=0.6
+pkgrel=1
+pkgdesc="A typeclass and set of functions for working with newtypes"
+url="https://github.com/sjakobi/newtype-generics;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('c8d5897fc1e8113f3016487a95ad467fb277a8a10436ad73ca7ee93c400eea04ab49a5c6aa24a1dd509d046cc329d26e0c21f39863b34f51e31db416e6804457')
+
+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-newtype-generics/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 18:05:50
  Author: felixonmars
Revision: 846362

upgpkg: haskell-newtype-generics 0.6-1: rebuild with newtype-generics 0.6

Modified:
  haskell-newtype-generics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 18:03:06 UTC (rev 846361)
+++ PKGBUILD2021-02-05 18:05:50 UTC (rev 846362)
@@ -2,8 +2,8 @@
 
 _hkgname=newtype-generics
 pkgname=haskell-newtype-generics
-pkgver=0.5.4
-pkgrel=77
+pkgver=0.6
+pkgrel=1
 pkgdesc="A typeclass and set of functions for working with newtypes"
 url="https://github.com/sjakobi/newtype-generics;
 license=('BSD')
@@ -11,13 +11,8 @@
 depends=('ghc-libs')
 makedepends=('ghc' 'haskell-hspec')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('33128015f68a01633b778b8fd7f3d3df8f13b33479705edd4b47036641d7b358667998eb56a6fecdb1f65cb7fb0ac456b8d08ef264e1c17b2fad08ce0a0ffea1')
+sha512sums=('c8d5897fc1e8113f3016487a95ad467fb277a8a10436ad73ca7ee93c400eea04ab49a5c6aa24a1dd509d046cc329d26e0c21f39863b34f51e31db416e6804457')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *4.14/<5/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2021-02-05 Thread Anatol Pomozov via arch-commits
Date: Friday, February 5, 2021 @ 17:50:14
  Author: anatolik
Revision: 846243

archrelease: copy trunk to community-testing-x86_64

Added:
  aws-checksums/repos/community-testing-x86_64/
  aws-checksums/repos/community-testing-x86_64/PKGBUILD
(from rev 846242, aws-checksums/trunk/PKGBUILD)

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

Copied: aws-checksums/repos/community-testing-x86_64/PKGBUILD (from rev 846242, 
aws-checksums/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-05 17:50:14 UTC (rev 846243)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-checksums
+pkgver=0.1.11
+pkgrel=1
+pkgdesc='Cross-Platform HW accelerated CRC32c and CRC32 with fallback to 
efficient SW implementations.'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-checksums'
+license=(Apache)
+depends=(aws-c-common)
+makedepends=(cmake)
+source=(aws-checksums-$pkgver.zip::https://github.com/awslabs/aws-checksums/archive/v$pkgver.zip)
+sha256sums=('fca6764c454e1cd614ca848f3fb73cfafe5b17e2c4bf16f5916c5432306250ff')
+
+build() {
+  cd aws-checksums-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-checksums-$pkgver
+  cmake --build build --target test
+}
+
+package() {
+  cd aws-checksums-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2021-02-05 Thread Anatol Pomozov via arch-commits
Date: Friday, February 5, 2021 @ 17:49:58
  Author: anatolik
Revision: 846242

upgpkg: aws-checksums 0.1.11-1

Modified:
  aws-checksums/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 17:39:46 UTC (rev 846241)
+++ PKGBUILD2021-02-05 17:49:58 UTC (rev 846242)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=aws-checksums
-pkgver=0.1.10
+pkgver=0.1.11
 pkgrel=1
 pkgdesc='Cross-Platform HW accelerated CRC32c and CRC32 with fallback to 
efficient SW implementations.'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(aws-c-common)
 makedepends=(cmake)
 
source=(aws-checksums-$pkgver.zip::https://github.com/awslabs/aws-checksums/archive/v$pkgver.zip)
-sha256sums=('e9a55ea95b4d2d7d8b2d68dc2d7e037d047d1e5a6a25984cd358e6736bc79094')
+sha256sums=('fca6764c454e1cd614ca848f3fb73cfafe5b17e2c4bf16f5916c5432306250ff')
 
 build() {
   cd aws-checksums-$pkgver


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

2021-02-05 Thread Thore Bödecker via arch-commits
Date: Friday, February 5, 2021 @ 17:39:46
  Author: foxxx0
Revision: 846241

archrelease: copy trunk to community-x86_64

Added:
  dsp/repos/community-x86_64/PKGBUILD
(from rev 846240, dsp/trunk/PKGBUILD)
Deleted:
  dsp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-05 17:39:42 UTC (rev 846240)
+++ PKGBUILD2021-02-05 17:39:46 UTC (rev 846241)
@@ -1,33 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: Lauri Niskanen 
-# Contributor: Michael Barbour 
-# Contributor: sekret
-
-pkgname=dsp
-pkgver=1.7
-pkgrel=1
-pkgdesc="An audio processing program with an interactive mode"
-arch=('x86_64')
-url="https://github.com/bmc0/${_pkgname};
-license=('ISC')
-makedepends=('ladspa' 'libtool')
-depends=('alsa-lib' 'fftw' 'libao' 'libmad' 'libpulse' 'libsndfile' 
'zita-convolver'
- 'ffmpeg' 'libavcodec.so' 'libavformat.so' 'libavutil.so')
-optdepends=(
-  'ladspa: For the LADSPA frontend and the ladspa_host effect.'
-  'libtool: For the ladspa_host effect.'
-)
-source=("dsp-${pkgver}.tar.gz::https://github.com/bmc0/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('e7ae2390ba48b76be59daae4b28886395380b2fc2d03b0948bffb50e8572863e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dsp/repos/community-x86_64/PKGBUILD (from rev 846240, 
dsp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-05 17:39:46 UTC (rev 846241)
@@ -0,0 +1,41 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Lauri Niskanen 
+# Contributor: Michael Barbour 
+# Contributor: sekret
+
+pkgname=dsp
+pkgver=1.7
+pkgrel=2
+pkgdesc="An audio processing program with an interactive mode"
+arch=('x86_64')
+url="https://github.com/bmc0/${pkgname};
+license=('ISC')
+groups=('lasdpa-plugins')
+makedepends=('ladspa')
+depends=(
+  'libmad' 'libtool'
+  'ffmpeg' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+  'alsa-lib' 'libasound.so'
+  'fftw' 'libfftw3.so'
+  'libao' 'libao.so'
+  'libpulse' 'libpulse.so' 'libpulse-simple.so'
+  'libsndfile' 'libsndfile.so'
+  'zita-convolver' 'libzita-convolver.so'
+)
+optdepends=(
+  'ladspa-host: For the LADSPA plugin.'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bmc0/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('e7ae2390ba48b76be59daae4b28886395380b2fc2d03b0948bffb50e8572863e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2021-02-05 Thread Thore Bödecker via arch-commits
Date: Friday, February 5, 2021 @ 17:39:42
  Author: foxxx0
Revision: 846240

upgpkg: dsp 1.7-2

 - switch to lasdpa-host optdep
 - add it to ladspa-plugins groups
 - improve deps by adding sonames

Modified:
  dsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 17:15:43 UTC (rev 846239)
+++ PKGBUILD2021-02-05 17:39:42 UTC (rev 846240)
@@ -5,19 +5,27 @@
 
 pkgname=dsp
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="An audio processing program with an interactive mode"
 arch=('x86_64')
-url="https://github.com/bmc0/${_pkgname};
+url="https://github.com/bmc0/${pkgname};
 license=('ISC')
-makedepends=('ladspa' 'libtool')
-depends=('alsa-lib' 'fftw' 'libao' 'libmad' 'libpulse' 'libsndfile' 
'zita-convolver'
- 'ffmpeg' 'libavcodec.so' 'libavformat.so' 'libavutil.so')
+groups=('lasdpa-plugins')
+makedepends=('ladspa')
+depends=(
+  'libmad' 'libtool'
+  'ffmpeg' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+  'alsa-lib' 'libasound.so'
+  'fftw' 'libfftw3.so'
+  'libao' 'libao.so'
+  'libpulse' 'libpulse.so' 'libpulse-simple.so'
+  'libsndfile' 'libsndfile.so'
+  'zita-convolver' 'libzita-convolver.so'
+)
 optdepends=(
-  'ladspa: For the LADSPA frontend and the ladspa_host effect.'
-  'libtool: For the ladspa_host effect.'
+  'ladspa-host: For the LADSPA plugin.'
 )
-source=("dsp-${pkgver}.tar.gz::https://github.com/bmc0/${pkgname}/archive/v${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bmc0/${pkgname}/archive/v${pkgver}.tar.gz;)
 sha256sums=('e7ae2390ba48b76be59daae4b28886395380b2fc2d03b0948bffb50e8572863e')
 
 build() {


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 17:15:43
  Author: felixonmars
Revision: 846239

archrelease: copy trunk to community-staging-x86_64

Added:
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 846238, hoogle/trunk/PKGBUILD)

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 846238, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 17:15:43 UTC (rev 846239)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.18.1
+pkgrel=37
+pkgdesc="Haskell API Search"
+url="https://www.haskell.org/hoogle/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cmdargs' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-connection' 'haskell-extra' 'haskell-foundation' 
'haskell-hashable'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-old-locale' 
'haskell-process-extras'
+ 'haskell-resourcet' 'haskell-src-exts' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('00abbcf557824c604abbd5e9d27a5ca3d4a89e943888b6eef70dea46b8f786dfc851cb1c8f1531c808f4b71b34d3899258f3b009b0a38a385fc5c393a914da17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 17:15:34
  Author: felixonmars
Revision: 846238

upgpkg: hoogle 5.0.18.1-37: rebuild with blaze-builder 0.4.2.1

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 17:14:02 UTC (rev 846237)
+++ PKGBUILD2021-02-05 17:15:34 UTC (rev 846238)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.18.1
-pkgrel=36
+pkgrel=37
 pkgdesc="Haskell API Search"
 url="https://www.haskell.org/hoogle/;
 license=("BSD")


[arch-commits] Commit in haskell-hls-plugin-api/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 17:13:52
  Author: felixonmars
Revision: 846236

upgpkg: haskell-hls-plugin-api 0.6.0.0-13: rebuild with blaze-builder 0.4.2.1

Modified:
  haskell-hls-plugin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 17:12:53 UTC (rev 846235)
+++ PKGBUILD2021-02-05 17:13:52 UTC (rev 846236)
@@ -3,7 +3,7 @@
 _hkgname=hls-plugin-api
 pkgname=haskell-hls-plugin-api
 pkgver=0.6.0.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Haskell Language Server API for plugin communication"
 url="https://github.com/haskell/haskell-language-server/hls-plugin-api;
 license=("Apache")


[arch-commits] Commit in haskell-hls-plugin-api/repos (2 files)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 17:14:02
  Author: felixonmars
Revision: 846237

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-plugin-api/repos/community-staging-x86_64/
  haskell-hls-plugin-api/repos/community-staging-x86_64/PKGBUILD
(from rev 846236, haskell-hls-plugin-api/trunk/PKGBUILD)

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

Copied: haskell-hls-plugin-api/repos/community-staging-x86_64/PKGBUILD (from 
rev 846236, haskell-hls-plugin-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 17:14:02 UTC (rev 846237)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-plugin-api
+pkgname=haskell-hls-plugin-api
+pkgver=0.6.0.0
+pkgrel=13
+pkgdesc="Haskell Language Server API for plugin communication"
+url="https://github.com/haskell/haskell-language-server/hls-plugin-api;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-data-default' 
'haskell-hashable'
+ 'haskell-lsp' 'haskell-hslogger' 'haskell-lens' 'haskell-regex-tdfa' 
'haskell-shake'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('f1060ed8229120a3c60fc14da0bdaca33a2fb39b6c48f39ba0a045b02a10cd36')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u haskell-lsp $_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 \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 17:12:53
  Author: felixonmars
Revision: 846235

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 846234, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 17:12:53 UTC (rev 846235)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.19.4
+pkgrel=17
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="https://shakebuild.com;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-filepattern' 'haskell-hashable'
+ 'haskell-heaps' 'haskell-js-dgtable' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 
'haskell-utf8-string')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('11e1598bbdc8d747615ea00bc8b2dd6b1a6c8402e488b437027b4b5cb8f60b0847327a41f3c220b04b1849267b1bb2ed24cc5ccbb3aeecca3213f1e29de2e575')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/ghc --make/ghc -dynamic --make/' 
src/Test/{Command.hs,CloseFileHandles.hs}
+sed -e 's/ghc -package=Cabal/ghc -package=Cabal -dynamic/' \
+-e 's/ghc -fno-code/ghc -dynamic -fno-code/' \
+-e 
's/"configure",/"configure","--enable-executable-dynamic","--disable-library-vanilla",/'
 \
+-i src/Test/Docs.hs
+sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs 
src/Test/SelfMake.hs
+sed -i 's/ghc --make/ghc -dynamic --make/' docs/manual/build.sh
+
+# Not sure about this one:
+sed -i 's/at cmd, called at/at want, called at/' src/Test/Errors.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
 --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable -f-cloud -f-embed-files
+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-shake/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 17:12:42
  Author: felixonmars
Revision: 846234

upgpkg: haskell-shake 0.19.4-17: rebuild with blaze-builder 0.4.2.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 17:10:30 UTC (rev 846233)
+++ PKGBUILD2021-02-05 17:12:42 UTC (rev 846234)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.19.4
-pkgrel=16
+pkgrel=17
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="https://shakebuild.com;
 license=("BSD")


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

2021-02-05 Thread Daurnimator via arch-commits
Date: Friday, February 5, 2021 @ 17:10:30
  Author: daurnimator
Revision: 846233

archrelease: copy trunk to community-x86_64

Added:
  knot-resolver/repos/community-x86_64/
  knot-resolver/repos/community-x86_64/PKGBUILD
(from rev 846232, knot-resolver/trunk/PKGBUILD)

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

Copied: knot-resolver/repos/community-x86_64/PKGBUILD (from rev 846232, 
knot-resolver/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-02-05 17:10:30 UTC (rev 846233)
@@ -0,0 +1,56 @@
+# Maintainer: Daurnimator 
+# Contributor: Tomas Krizek 
+# Contributor: Ondřej Surý 
+
+pkgname=knot-resolver
+pkgver=5.2.1
+pkgrel=2
+pkgdesc='Caching DNSSEC-validating DNS resolver'
+arch=('x86_64')
+url='https://www.knot-resolver.cz/'
+license=('GPL3')
+depends=(
+'dnssec-anchors'
+'gnutls'
+'knot'
+'libedit'
+'libuv'
+'lmdb'
+'luajit'
+'libcap-ng'
+'libnghttp2'
+'systemd-libs'
+)
+makedepends=(
+'cmocka'
+'meson'
+)
+optdepends=(
+'lua51-basexx: experimental_dot_auth module'
+'lua51-cqueues: http and dns64 module, policy.rpz() function'
+# TODO: 'lua51-etcd: etcd module'
+'lua51-http: http and prefill modules, trust_anchors bootstrap'
+'lua51-psl: policy.slice_randomize_psl() function'
+)
+backup=('etc/knot-resolver/kresd.conf')
+source=("https://secure.nic.cz/files/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('aa37b744c400f437acba7a54aebcbdbe722ece743d342cbc39f2dd8087f05826')
+
+build() {
+cd "${pkgname}-${pkgver}"
+arch-meson build \
+-D keyfile_default=/etc/trusted-key.key \
+-D systemd_files=enabled \
+-D client=enabled \
+-D install_kresd_conf=enabled \
+-D unit_tests=enabled
+ninja -C build
+}
+
+check() {
+meson test -C "${pkgname}-${pkgver}/build"
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C "${pkgname}-${pkgver}/build" install
+}


[arch-commits] Commit in (4 files)

2021-02-05 Thread Daurnimator via arch-commits
Date: Friday, February 5, 2021 @ 17:09:37
  Author: daurnimator
Revision: 846232

initial commit

Imported from AUR and cleaned up

Added:
  knot-resolver/
  knot-resolver/repos/
  knot-resolver/trunk/
  knot-resolver/trunk/PKGBUILD

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

Added: knot-resolver/trunk/PKGBUILD
===
--- knot-resolver/trunk/PKGBUILD(rev 0)
+++ knot-resolver/trunk/PKGBUILD2021-02-05 17:09:37 UTC (rev 846232)
@@ -0,0 +1,56 @@
+# Maintainer: Daurnimator 
+# Contributor: Tomas Krizek 
+# Contributor: Ondřej Surý 
+
+pkgname=knot-resolver
+pkgver=5.2.1
+pkgrel=2
+pkgdesc='Caching DNSSEC-validating DNS resolver'
+arch=('x86_64')
+url='https://www.knot-resolver.cz/'
+license=('GPL3')
+depends=(
+'dnssec-anchors'
+'gnutls'
+'knot'
+'libedit'
+'libuv'
+'lmdb'
+'luajit'
+'libcap-ng'
+'libnghttp2'
+'systemd-libs'
+)
+makedepends=(
+'cmocka'
+'meson'
+)
+optdepends=(
+'lua51-basexx: experimental_dot_auth module'
+'lua51-cqueues: http and dns64 module, policy.rpz() function'
+# TODO: 'lua51-etcd: etcd module'
+'lua51-http: http and prefill modules, trust_anchors bootstrap'
+'lua51-psl: policy.slice_randomize_psl() function'
+)
+backup=('etc/knot-resolver/kresd.conf')
+source=("https://secure.nic.cz/files/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('aa37b744c400f437acba7a54aebcbdbe722ece743d342cbc39f2dd8087f05826')
+
+build() {
+cd "${pkgname}-${pkgver}"
+arch-meson build \
+-D keyfile_default=/etc/trusted-key.key \
+-D systemd_files=enabled \
+-D client=enabled \
+-D install_kresd_conf=enabled \
+-D unit_tests=enabled
+ninja -C build
+}
+
+check() {
+meson test -C "${pkgname}-${pkgver}/build"
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C "${pkgname}-${pkgver}/build" install
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 17:04:47
  Author: felixonmars
Revision: 846231

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-js-jquery/repos/community-staging-x86_64/
  haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD
(from rev 846230, haskell-js-jquery/trunk/PKGBUILD)

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

Copied: haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD (from rev 
846230, haskell-js-jquery/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 17:04:47 UTC (rev 846231)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-jquery
+pkgname=haskell-js-jquery
+pkgver=3.3.1
+pkgrel=585
+pkgdesc="Obtain minified jQuery code"
+url="https://github.com/ndmitchell/js-jquery#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-http')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('359a4342bc5156d5360385a478e235def04db0381cc48f342baac5018e91350dce760adb9b9ada796bc6341d5629f807672f629ee127faefe521801d62bb')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
"${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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-js-jquery/trunk (PKGBUILD)

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 17:04:37
  Author: felixonmars
Revision: 846230

upgpkg: haskell-js-jquery 3.3.1-585: rebuild with blaze-builder 0.4.2.1

Modified:
  haskell-js-jquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 17:03:59 UTC (rev 846229)
+++ PKGBUILD2021-02-05 17:04:37 UTC (rev 846230)
@@ -4,7 +4,7 @@
 _hkgname=js-jquery
 pkgname=haskell-js-jquery
 pkgver=3.3.1
-pkgrel=584
+pkgrel=585
 pkgdesc="Obtain minified jQuery code"
 url="https://github.com/ndmitchell/js-jquery#readme;
 license=("MIT")


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 17:03:59
  Author: felixonmars
Revision: 846229

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 846228, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 846228, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-05 17:03:59 UTC (rev 846229)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=7.0.1
+pkgrel=216
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'uusi' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('0e6270ff4762b444b4d3791ceea4bb468bc316c9d2103f9d355e2e6108bb4bb51b302499b68a5cfc4ff14f503bdd95985481f7fb6eb6dbb158f1f5350857cf1b')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+uusi $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI --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 $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || echo 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-05 Thread Felix Yan via arch-commits
Date: Friday, February 5, 2021 @ 17:03:50
  Author: felixonmars
Revision: 846228

upgpkg: postgrest 7.0.1-216: rebuild with blaze-builder 0.4.2.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-05 17:00:39 UTC (rev 846227)
+++ PKGBUILD2021-02-05 17:03:50 UTC (rev 846228)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.1
-pkgrel=215
+pkgrel=216
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


  1   2   3   4   5   6   >