[arch-commits] Commit in qt5-base/repos/extra-x86_64 (6 files)

2022-03-06 Thread Antonio Rojas via arch-commits
Date: Monday, March 7, 2022 @ 07:53:05
  Author: arojas
Revision: 439239

archrelease: copy trunk to extra-x86_64

Added:
  qt5-base/repos/extra-x86_64/PKGBUILD
(from rev 439238, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/extra-x86_64/qmake-cflags.patch
(from rev 439238, qt5-base/trunk/qmake-cflags.patch)
  qt5-base/repos/extra-x86_64/qmake-config.patch
(from rev 439238, qt5-base/trunk/qmake-config.patch)
Deleted:
  qt5-base/repos/extra-x86_64/PKGBUILD
  qt5-base/repos/extra-x86_64/qmake-cflags.patch
  qt5-base/repos/extra-x86_64/qmake-config.patch

+
 PKGBUILD   |  228 +--
 qmake-cflags.patch |   92 ++--
 qmake-config.patch |   26 ++---
 3 files changed, 173 insertions(+), 173 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 07:52:50 UTC (rev 439238)
+++ PKGBUILD2022-03-07 07:53:05 UTC (rev 439239)
@@ -1,114 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_basever=5.15.3
-pkgver=5.15.3+kde+r132
-pkgrel=1
-_commit=e6c19422a25890b5e9a728f4acb9166a6a11527e
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion' 'md4c')
-makedepends=('libfbclient' 'mariadb-libs' 'unixodbc' 'postgresql-libs' 
'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers' 'git')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-wayland: to run Qt applications in a Wayland session'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for fixqt4headers and syncqt')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn=${pkgbase/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
-qmake-cflags.patch
-qmake-config.patch)
-sha256sums=('SKIP'
-'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
-'4abc22150fa3e06b2fdcec32146abc9be4e316692aa4d5bd5aa53b4b726783fa')
-options=(debug)
-
-pkgver() {
-  cd $_pkgfqn
-  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
-}
-
-prepare() {
-  cd ${_pkgfqn}
-  patch -p1 < ../qmake-cflags.patch # Use system CFLAGS in qmake
-  patch -p1 < ../qmake-config.patch # Don't strip binaries with qmake and use 
-ltcg, cf. QTBUG-73834
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--no-reduce-relocations \
--no-strip \
--ltcg
-# No configure flag for fat static libs with lto
-  bin/qmake CONFIG+=fat-static-lto -- -redo
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-  depends+=(qt5-translations)
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/extra-x86_64/PKGBUILD (from rev 439238, 
qt5-base/trunk/PKGBUILD)
===
--- PKGBUILD 

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

2022-03-06 Thread Antonio Rojas via arch-commits
Date: Monday, March 7, 2022 @ 07:52:50
  Author: arojas
Revision: 439238

Bump revision

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 07:14:27 UTC (rev 439237)
+++ PKGBUILD2022-03-07 07:52:50 UTC (rev 439238)
@@ -4,9 +4,9 @@
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
 _basever=5.15.3
-pkgver=5.15.3+kde+r132
+pkgver=5.15.3+kde+r133
 pkgrel=1
-_commit=e6c19422a25890b5e9a728f4acb9166a6a11527e
+_commit=e68ca8e51375d963b2391715f70b42707992dbd8
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:14:27
  Author: eworm
Revision: 439237

archrelease: copy trunk to extra-x86_64

Added:
  messagelib/repos/extra-x86_64/PKGBUILD
(from rev 439236, messagelib/trunk/PKGBUILD)
Deleted:
  messagelib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 07:14:24 UTC (rev 439236)
+++ PKGBUILD2022-03-07 07:14:27 UTC (rev 439237)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=messagelib
-pkgver=21.12.3
-pkgrel=1
-pkgdesc='KDE PIM messaging library'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(LGPL)
-depends=(kmailtransport libgravatar kidentitymanagement kmbox qca-qt5)
-makedepends=(extra-cmake-modules boost qt5-tools doxygen)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5c57b5d7fcabaf8030f609e1458bc8d0ad436901a5ef45cff83a470cd5b43077'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: messagelib/repos/extra-x86_64/PKGBUILD (from rev 439236, 
messagelib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 07:14:27 UTC (rev 439237)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=messagelib
+pkgver=21.12.3
+pkgrel=2
+pkgdesc='KDE PIM messaging library'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+depends=(kmailtransport libgravatar kidentitymanagement kmbox qca-qt5)
+makedepends=(extra-cmake-modules boost qt5-tools doxygen)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('5c57b5d7fcabaf8030f609e1458bc8d0ad436901a5ef45cff83a470cd5b43077'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:14:24
  Author: eworm
Revision: 439236

upgpkg: messagelib 21.12.3-2: libqgpgme.so rebuild

Modified:
  messagelib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 07:10:57 UTC (rev 439235)
+++ PKGBUILD2022-03-07 07:14:24 UTC (rev 439236)
@@ -2,7 +2,7 @@
 
 pkgname=messagelib
 pkgver=21.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE PIM messaging library'
 arch=(x86_64)
 url='https://kontact.kde.org'



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:10:57
  Author: eworm
Revision: 439235

archrelease: copy trunk to extra-x86_64

Added:
  mailcommon/repos/extra-x86_64/PKGBUILD
(from rev 439234, mailcommon/trunk/PKGBUILD)
Deleted:
  mailcommon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 07:10:54 UTC (rev 439234)
+++ PKGBUILD2022-03-07 07:10:57 UTC (rev 439235)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mailcommon
-pkgver=21.12.3
-pkgrel=1
-pkgdesc='KDE PIM library providing support for mail applications'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(LGPL)
-depends=(mailimporter messagelib phonon-qt5)
-makedepends=(extra-cmake-modules boost qt5-tools doxygen)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('4e8dcb2ece18dfca8e219838d85d8e402cb353e6a2ca8fa9d79bbcb4e1fc28fe'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mailcommon/repos/extra-x86_64/PKGBUILD (from rev 439234, 
mailcommon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 07:10:57 UTC (rev 439235)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mailcommon
+pkgver=21.12.3
+pkgrel=2
+pkgdesc='KDE PIM library providing support for mail applications'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+depends=(mailimporter messagelib phonon-qt5)
+makedepends=(extra-cmake-modules boost qt5-tools doxygen)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('4e8dcb2ece18dfca8e219838d85d8e402cb353e6a2ca8fa9d79bbcb4e1fc28fe'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:10:54
  Author: eworm
Revision: 439234

upgpkg: mailcommon 21.12.3-2: libqgpgme.so rebuild

Modified:
  mailcommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 07:10:15 UTC (rev 439233)
+++ PKGBUILD2022-03-07 07:10:54 UTC (rev 439234)
@@ -2,7 +2,7 @@
 
 pkgname=mailcommon
 pkgver=21.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE PIM library providing support for mail applications'
 arch=(x86_64)
 url='https://kontact.kde.org'



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:10:15
  Author: eworm
Revision: 439233

archrelease: copy trunk to extra-x86_64

Added:
  libkleo/repos/extra-x86_64/PKGBUILD
(from rev 439232, libkleo/trunk/PKGBUILD)
Deleted:
  libkleo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 07:10:12 UTC (rev 439232)
+++ PKGBUILD2022-03-07 07:10:15 UTC (rev 439233)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libkleo
-pkgver=21.12.3
-pkgrel=1
-pkgdesc='KDE PIM cryptographic library'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(LGPL)
-depends=(qgpgme kitemmodels kpimtextedit)
-makedepends=(extra-cmake-modules boost qt5-tools doxygen)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('f47c65970564a0aeeabaa90714023d9f1f9737297900b68fbf5a81d8281201a7'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: libkleo/repos/extra-x86_64/PKGBUILD (from rev 439232, 
libkleo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 07:10:15 UTC (rev 439233)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libkleo
+pkgver=21.12.3
+pkgrel=2
+pkgdesc='KDE PIM cryptographic library'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+depends=(qgpgme kitemmodels kpimtextedit)
+makedepends=(extra-cmake-modules boost qt5-tools doxygen)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('f47c65970564a0aeeabaa90714023d9f1f9737297900b68fbf5a81d8281201a7'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:10:12
  Author: eworm
Revision: 439232

upgpkg: libkleo 21.12.3-2: libqgpgme.so rebuild

Modified:
  libkleo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 07:10:03 UTC (rev 439231)
+++ PKGBUILD2022-03-07 07:10:12 UTC (rev 439232)
@@ -2,7 +2,7 @@
 
 pkgname=libkleo
 pkgver=21.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE PIM cryptographic library'
 arch=(x86_64)
 url='https://kontact.kde.org'



[arch-commits] Commit in kmail-account-wizard/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:10:03
  Author: eworm
Revision: 439231

archrelease: copy trunk to extra-x86_64

Added:
  kmail-account-wizard/repos/extra-x86_64/PKGBUILD
(from rev 439230, kmail-account-wizard/trunk/PKGBUILD)
Deleted:
  kmail-account-wizard/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 07:10:00 UTC (rev 439230)
+++ PKGBUILD2022-03-07 07:10:03 UTC (rev 439231)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kmail-account-wizard
-pkgver=21.12.3
-pkgrel=1
-pkgdesc='KMail account wizard'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(GPL2)
-depends=(kidentitymanagement pimcommon kmailtransport kross)
-makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
-groups=(kde-applications kde-pim)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('ef9227b88d842cb52bd6f96a1a5dd30fbfbc6377074cb56e745ac7b84dcd222b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kmail-account-wizard/repos/extra-x86_64/PKGBUILD (from rev 439230, 
kmail-account-wizard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 07:10:03 UTC (rev 439231)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=21.12.3
+pkgrel=2
+pkgdesc='KMail account wizard'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(GPL2)
+depends=(kidentitymanagement pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('ef9227b88d842cb52bd6f96a1a5dd30fbfbc6377074cb56e745ac7b84dcd222b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



[arch-commits] Commit in kmail-account-wizard/trunk (PKGBUILD)

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:10:00
  Author: eworm
Revision: 439230

upgpkg: kmail-account-wizard 21.12.3-2: libqgpgme.so rebuild

Modified:
  kmail-account-wizard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 07:08:03 UTC (rev 439229)
+++ PKGBUILD2022-03-07 07:10:00 UTC (rev 439230)
@@ -3,7 +3,7 @@
 
 pkgname=kmail-account-wizard
 pkgver=21.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KMail account wizard'
 arch=(x86_64)
 url='https://kontact.kde.org'



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:08:03
  Author: eworm
Revision: 439229

archrelease: copy trunk to extra-x86_64

Added:
  kmail/repos/extra-x86_64/PKGBUILD
(from rev 439228, kmail/trunk/PKGBUILD)
Deleted:
  kmail/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 07:07:59 UTC (rev 439228)
+++ PKGBUILD2022-03-07 07:08:03 UTC (rev 439229)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kmail
-pkgver=21.12.3
-pkgrel=1
-pkgdesc='KDE mail client'
-arch=(x86_64)
-url='https://apps.kde.org/kmail2/'
-license=(GPL2)
-depends=(kdepim-runtime kmail-account-wizard akonadi-import-wizard 
mbox-importer
- pim-data-exporter pim-sieve-editor kontactinterface ktnef)
-makedepends=(extra-cmake-modules kdoctools boost)
-optdepends=('kleopatra: mail encryption support' 'kdepim-addons: additional 
plugins')
-groups=(kde-applications kde-pim)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('e023a8ced8bc6ea5fe40bc30a0a803812c04ce0245f0e8a5612d42711c33d0ce'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kmail/repos/extra-x86_64/PKGBUILD (from rev 439228, 
kmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 07:08:03 UTC (rev 439229)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail
+pkgver=21.12.3
+pkgrel=2
+pkgdesc='KDE mail client'
+arch=(x86_64)
+url='https://apps.kde.org/kmail2/'
+license=(GPL2)
+depends=(kdepim-runtime kmail-account-wizard akonadi-import-wizard 
mbox-importer
+ pim-data-exporter pim-sieve-editor kontactinterface ktnef)
+makedepends=(extra-cmake-modules kdoctools boost)
+optdepends=('kleopatra: mail encryption support' 'kdepim-addons: additional 
plugins')
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e023a8ced8bc6ea5fe40bc30a0a803812c04ce0245f0e8a5612d42711c33d0ce'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:07:59
  Author: eworm
Revision: 439228

upgpkg: kmail 21.12.3-2: libqgpgme.so rebuild

Modified:
  kmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 07:05:20 UTC (rev 439227)
+++ PKGBUILD2022-03-07 07:07:59 UTC (rev 439228)
@@ -3,7 +3,7 @@
 
 pkgname=kmail
 pkgver=21.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE mail client'
 arch=(x86_64)
 url='https://apps.kde.org/kmail2/'



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:05:20
  Author: eworm
Revision: 439227

archrelease: copy trunk to extra-x86_64

Added:
  kleopatra/repos/extra-x86_64/PKGBUILD
(from rev 439226, kleopatra/trunk/PKGBUILD)
Deleted:
  kleopatra/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 07:05:17 UTC (rev 439226)
+++ PKGBUILD2022-03-07 07:05:20 UTC (rev 439227)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kleopatra
-pkgver=21.12.3
-pkgrel=1
-pkgdesc='Certificate Manager and Unified Crypto GUI'
-arch=(x86_64)
-url='https://apps.kde.org/kleopatra/'
-license=(GPL LGPL FDL)
-depends=(hicolor-icon-theme libkleo kcmutils kmime)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kde-pim)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('9a4ad9c602d557c0547d47229def661749bfe213a34992ec8d18e88c410dc681'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kleopatra/repos/extra-x86_64/PKGBUILD (from rev 439226, 
kleopatra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 07:05:20 UTC (rev 439227)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kleopatra
+pkgver=21.12.3
+pkgrel=2
+pkgdesc='Certificate Manager and Unified Crypto GUI'
+arch=(x86_64)
+url='https://apps.kde.org/kleopatra/'
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme libkleo kcmutils kmime)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('9a4ad9c602d557c0547d47229def661749bfe213a34992ec8d18e88c410dc681'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:05:17
  Author: eworm
Revision: 439226

upgpkg: kleopatra 21.12.3-2: libqgpgme.so rebuild

Modified:
  kleopatra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 07:03:41 UTC (rev 439225)
+++ PKGBUILD2022-03-07 07:05:17 UTC (rev 439226)
@@ -2,7 +2,7 @@
 
 pkgname=kleopatra
 pkgver=21.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Certificate Manager and Unified Crypto GUI'
 arch=(x86_64)
 url='https://apps.kde.org/kleopatra/'



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:03:41
  Author: eworm
Revision: 439225

archrelease: copy trunk to extra-x86_64

Added:
  kget/repos/extra-x86_64/PKGBUILD
(from rev 439224, kget/trunk/PKGBUILD)
Deleted:
  kget/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 07:03:38 UTC (rev 439224)
+++ PKGBUILD2022-03-07 07:03:41 UTC (rev 439225)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kget
-pkgver=21.12.3
-pkgrel=1
-pkgdesc='Download Manager'
-url='https://apps.kde.org/kget/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-network)
-depends=(qca-qt5 qgpgme plasma-workspace kdelibs4support)
-makedepends=(extra-cmake-modules boost libktorrent libmms kdoctools 
kdesignerplugin kinit)
-optdepends=('libktorrent: torrent support' 'libmms: MMS support')
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('9460f6890e66b252bc8cad5414e0aaf2d0d48070bddb1aec61ea90fff74b44f0'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kget/repos/extra-x86_64/PKGBUILD (from rev 439224, kget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 07:03:41 UTC (rev 439225)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kget
+pkgver=21.12.3
+pkgrel=2
+pkgdesc='Download Manager'
+url='https://apps.kde.org/kget/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-network)
+depends=(qca-qt5 qgpgme plasma-workspace kdelibs4support)
+makedepends=(extra-cmake-modules boost libktorrent libmms kdoctools 
kdesignerplugin kinit)
+optdepends=('libktorrent: torrent support' 'libmms: MMS support')
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('9460f6890e66b252bc8cad5414e0aaf2d0d48070bddb1aec61ea90fff74b44f0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:03:38
  Author: eworm
Revision: 439224

upgpkg: kget 21.12.3-2: libqgpgme.so rebuild

Modified:
  kget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 07:03:20 UTC (rev 439223)
+++ PKGBUILD2022-03-07 07:03:38 UTC (rev 439224)
@@ -4,7 +4,7 @@
 
 pkgname=kget
 pkgver=21.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Download Manager'
 url='https://apps.kde.org/kget/'
 arch=(x86_64)



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:03:17
  Author: eworm
Revision: 439222

upgpkg: kdepim-addons 21.12.3-2: libqgpgme.so rebuild

Modified:
  kdepim-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 06:47:49 UTC (rev 439221)
+++ PKGBUILD2022-03-07 07:03:17 UTC (rev 439222)
@@ -2,7 +2,7 @@
 
 pkgname=kdepim-addons
 pkgver=21.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Addons for KDE PIM applications'
 arch=(x86_64)
 url='https://kontact.kde.org'



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 07:03:20
  Author: eworm
Revision: 439223

archrelease: copy trunk to extra-x86_64

Added:
  kdepim-addons/repos/extra-x86_64/PKGBUILD
(from rev 439222, kdepim-addons/trunk/PKGBUILD)
Deleted:
  kdepim-addons/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 07:03:17 UTC (rev 439222)
+++ PKGBUILD2022-03-07 07:03:20 UTC (rev 439223)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdepim-addons
-pkgver=21.12.3
-pkgrel=1
-pkgdesc='Addons for KDE PIM applications'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(GPL LGPL FDL)
-depends=(incidenceeditor ktnef libksieve akonadi-import-wizard poppler-qt5 
kitinerary kontactinterface discount)
-makedepends=(extra-cmake-modules kdoctools boost kaddressbook)
-optdepends=('grammalecte: French grammar plugin')
-groups=(kde-applications kde-pim)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('d0909026abf6aabbbf6720cb91120e2df955db2f5c50117e019db1243e4067df'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kdepim-addons/repos/extra-x86_64/PKGBUILD (from rev 439222, 
kdepim-addons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 07:03:20 UTC (rev 439223)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-addons
+pkgver=21.12.3
+pkgrel=2
+pkgdesc='Addons for KDE PIM applications'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(GPL LGPL FDL)
+depends=(incidenceeditor ktnef libksieve akonadi-import-wizard poppler-qt5 
kitinerary kontactinterface discount)
+makedepends=(extra-cmake-modules kdoctools boost kaddressbook)
+optdepends=('grammalecte: French grammar plugin')
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('d0909026abf6aabbbf6720cb91120e2df955db2f5c50117e019db1243e4067df'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 06:52:20
  Author: eworm
Revision: 1144162

archrelease: copy trunk to community-x86_64

Added:
  trojita/repos/community-x86_64/PKGBUILD
(from rev 1144161, trojita/trunk/PKGBUILD)
  trojita/repos/community-x86_64/trojita-gpgme.patch
(from rev 1144161, trojita/trunk/trojita-gpgme.patch)
Deleted:
  trojita/repos/community-x86_64/PKGBUILD
  trojita/repos/community-x86_64/trojita-gpgme.patch

-+
 PKGBUILD|  100 -
 trojita-gpgme.patch |  198 +-
 2 files changed, 149 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 06:52:13 UTC (rev 1144161)
+++ PKGBUILD2022-03-07 06:52:20 UTC (rev 1144162)
@@ -1,50 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Timothy Redaelli 
-# Contributor: birdflesh 
-
-pkgname=trojita
-pkgver=0.7
-pkgrel=6
-pkgdesc='A Qt IMAP email client'
-arch=(x86_64)
-url='https://trojita.flaska.net'
-license=(GPL)
-makedepends=(cmake qt5-tools pinentry)
-depends=(hicolor-icon-theme qt5-webkit qtkeychain-qt5 qt5-svg qgpgme mimetic)
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-trojita-gpgme.patch
-
trojita-fix-crash.patch::"https://invent.kde.org/pim/trojita/-/commit/cf2364b8.patch;
-
trojita-qt5.15.patch::"https://invent.kde.org/pim/trojita/-/commit/2869c385.patch;
-
trojita-desktop.patch::"https://invent.kde.org/pim/trojita/-/commit/d080f785.patch;
-
trojita-highdpi.patch::"https://invent.kde.org/pim/trojita/-/commit/eecc474a.patch;
-
trojita-wayland.patch::"https://invent.kde.org/pim/trojita/-/commit/81e84200.patch;)
-sha256sums=('e08da881721cafa00ecd772eaef6b99fd37d068cb703eeb532de0ed1ea0136d9'
-'SKIP'
-'9f99bd2d91cd3b345e2bf52c0d9929ea81147f6578b774c5d2b4f2e86aade2a8'
-'3b97c6b60a986ca1ec5f505589600f6ed88a0ddd45960815a64c5f63b7e70d98'
-'7d0a506f16bd0bd112decfb25927fd19d77e53c71ac94e1e06ffddb16381d62e'
-'f7a72c2fa4c8e2bd592a705781a32f6148198f7b43f603e2e0e704b92b38f2c5'
-'a2ebc9ce38e47f8697ca3cbfd17a227dfd0f8c842803978f082857172de5fc42'
-'70646a2d1280f2eb56d166993ea9dee58f31264db9cf7fa1ff9ba469e9d9d73a')
-validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
-options=(debug)
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < trojita-gpgme.patch # suport gmgpe's gpgme++
-  patch -d $pkgname-$pkgver -p1 < trojita-fix-crash.patch # Fix crash when 
opening attachments
-  patch -d $pkgname-$pkgver -p1 < trojita-qt5.15.patch # Fix build with Qt 5.15
-  patch -d $pkgname-$pkgver -p1 < trojita-desktop.patch # Fix taskbar item on 
Wayland
-  patch -d $pkgname-$pkgver -p1 < trojita-highdpi.patch # Enable high DPI 
support
-  patch -d $pkgname-$pkgver -p1 < trojita-wayland.patch # Fix icon on Wayland
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_TESTS=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: trojita/repos/community-x86_64/PKGBUILD (from rev 1144161, 
trojita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 06:52:20 UTC (rev 1144162)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Timothy Redaelli 
+# Contributor: birdflesh 
+
+pkgname=trojita
+pkgver=0.7
+pkgrel=7
+pkgdesc='A Qt IMAP email client'
+arch=(x86_64)
+url='https://trojita.flaska.net'
+license=(GPL)
+makedepends=(cmake qt5-tools pinentry)
+depends=(hicolor-icon-theme qt5-webkit qtkeychain-qt5 qt5-svg qgpgme mimetic)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+trojita-gpgme.patch
+
trojita-fix-crash.patch::"https://invent.kde.org/pim/trojita/-/commit/cf2364b8.patch;
+
trojita-qt5.15.patch::"https://invent.kde.org/pim/trojita/-/commit/2869c385.patch;
+
trojita-desktop.patch::"https://invent.kde.org/pim/trojita/-/commit/d080f785.patch;
+
trojita-highdpi.patch::"https://invent.kde.org/pim/trojita/-/commit/eecc474a.patch;
+
trojita-wayland.patch::"https://invent.kde.org/pim/trojita/-/commit/81e84200.patch;)
+sha256sums=('e08da881721cafa00ecd772eaef6b99fd37d068cb703eeb532de0ed1ea0136d9'
+'SKIP'
+'9f99bd2d91cd3b345e2bf52c0d9929ea81147f6578b774c5d2b4f2e86aade2a8'
+'3b97c6b60a986ca1ec5f505589600f6ed88a0ddd45960815a64c5f63b7e70d98'
+'7d0a506f16bd0bd112decfb25927fd19d77e53c71ac94e1e06ffddb16381d62e'
+'f7a72c2fa4c8e2bd592a705781a32f6148198f7b43f603e2e0e704b92b38f2c5'
+'a2ebc9ce38e47f8697ca3cbfd17a227dfd0f8c842803978f082857172de5fc42'
+'70646a2d1280f2eb56d166993ea9dee58f31264db9cf7fa1ff9ba469e9d9d73a')

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

2022-03-06 Thread Christian Hesse via arch-commits
Date: Monday, March 7, 2022 @ 06:52:13
  Author: eworm
Revision: 1144161

upgpkg: trojita 0.7-7: libqgpgme.so rebuild

Modified:
  trojita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 06:47:25 UTC (rev 1144160)
+++ PKGBUILD2022-03-07 06:52:13 UTC (rev 1144161)
@@ -4,7 +4,7 @@
 
 pkgname=trojita
 pkgver=0.7
-pkgrel=6
+pkgrel=7
 pkgdesc='A Qt IMAP email client'
 arch=(x86_64)
 url='https://trojita.flaska.net'



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

2022-03-06 Thread Tobias Powalowski via arch-commits
Date: Monday, March 7, 2022 @ 06:29:00
  Author: tpowa
Revision: 439217

upgpkg: archboot-arm 2022.03-1: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 06:27:55 UTC (rev 439216)
+++ PKGBUILD2022-03-07 06:29:00 UTC (rev 439217)
@@ -1,8 +1,8 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot-arm
-pkgver=2022.02
-pkgrel=69
+pkgver=2022.03
+pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



[arch-commits] Commit in archboot-arm/repos/extra-any (4 files)

2022-03-06 Thread Tobias Powalowski via arch-commits
Date: Monday, March 7, 2022 @ 06:29:05
  Author: tpowa
Revision: 439218

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 439217, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 439217, archboot-arm/trunk/archboot.install)
Deleted:
  archboot-arm/repos/extra-any/PKGBUILD
  archboot-arm/repos/extra-any/archboot.install

--+
 PKGBUILD |   98 ++---
 archboot.install |   38 ++--
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 06:29:00 UTC (rev 439217)
+++ PKGBUILD2022-03-07 06:29:05 UTC (rev 439218)
@@ -1,49 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.02
-pkgrel=69
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'haveged' 'pambase' 
'traceroute' 'grub' 
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 439217, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 06:29:05 UTC (rev 439218)
@@ -0,0 +1,49 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.03
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 

[arch-commits] Commit in archboot/repos/extra-any (4 files)

2022-03-06 Thread Tobias Powalowski via arch-commits
Date: Monday, March 7, 2022 @ 06:27:55
  Author: tpowa
Revision: 439216

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 439215, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 439215, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  100 ++---
 archboot.install |   38 ++--
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 06:27:49 UTC (rev 439215)
+++ PKGBUILD2022-03-07 06:27:55 UTC (rev 439216)
@@ -1,50 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.02
-pkgrel=69
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 439215, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 06:27:55 UTC (rev 439216)
@@ -0,0 +1,50 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.03
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 

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

2022-03-06 Thread Tobias Powalowski via arch-commits
Date: Monday, March 7, 2022 @ 06:27:49
  Author: tpowa
Revision: 439215

upgpkg: archboot 2022.03-1: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 05:03:14 UTC (rev 439214)
+++ PKGBUILD2022-03-07 06:27:49 UTC (rev 439215)
@@ -1,8 +1,8 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot
-pkgver=2022.02
-pkgrel=69
+pkgver=2022.03
+pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-03-06 Thread Caleb Maclennan via arch-commits
Date: Monday, March 7, 2022 @ 05:58:24
  Author: alerque
Revision: 1144159

archrelease: copy trunk to community-x86_64

Added:
  git-delta/repos/community-x86_64/PKGBUILD
(from rev 1144158, git-delta/trunk/PKGBUILD)
Deleted:
  git-delta/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 05:58:06 UTC (rev 1144158)
+++ PKGBUILD2022-03-07 05:58:24 UTC (rev 1144159)
@@ -1,67 +0,0 @@
-# Maintainer: George Rawlinson 
-# Maintainer: Caleb Maclennan 
-# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor: ccorn
-
-pkgname=git-delta
-_pkgname=delta
-pkgver=0.12.0
-pkgrel=2
-pkgdesc='Syntax-highlighting pager for git and diff output'
-arch=('x86_64')
-url="https://github.com/dandavison/delta;
-license=('MIT')
-depends=('libgit2')
-makedepends=('rust' 'mdbook')
-checkdepends=('git')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('409a49974073f1a92cde2922df57e4a8539901a63c0896486c8b09f0e2b7edeea86b97baa3eb743cd175bdfc70cb67eb7db5eb164796820162ca623cc6bf085b')
-b2sums=('bb9deff579f98fa6a6ff27b69f4d374db4d0ff1e3c848379d6a9ed132b529ed5017f06230de8677f32019e3d4820c22bca9551bc761c8c55b03be1817e585dc2')
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-
-  # download dependencies
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$_pkgname-$pkgver"
-
-  # binary
-  cargo build --frozen --release --all-features
-
-  # html manual
-  cd manual
-  mdbook build --dest-dir html
-}
-
-check() {
-  cd "$_pkgname-$pkgver"
-  # some tests hang for 60+ seconds, find out why
-  # took my machine ~ 470 seconds
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" target/release/delta
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  # shell auto-completions
-  install -vDm644 etc/completion/completion.bash \
-"$pkgdir/usr/share/bash-completion/completions/$_pkgname"
-  install -vDm644 etc/completion/completion.zsh \
-"$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # html manual
-  cp -r manual/html "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: git-delta/repos/community-x86_64/PKGBUILD (from rev 1144158, 
git-delta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 05:58:24 UTC (rev 1144159)
@@ -0,0 +1,69 @@
+# Maintainer: George Rawlinson 
+# Maintainer: Caleb Maclennan 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: ccorn
+
+pkgname=git-delta
+_pkgname=delta
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='Syntax-highlighting pager for git and diff output'
+arch=('x86_64')
+url="https://github.com/dandavison/delta;
+license=('MIT')
+depends=('libgit2' 'libgit2.so')
+makedepends=('rust' 'mdbook')
+checkdepends=('git')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('70796f2008fbf085c6caae67165f7273a3026269851609d1b9e613aa04017715fb73bc0b5116c501acae623a32d348948f3d3afc1c99b343b623347526667471')
+b2sums=('5f5a907ba6ca00e4f1382ac032d2adb9409f7f7f7666c7dbcc2bb5407ae9cf9c5f0d0b678d28aba0db2cea538fb67e45147aefff11ac07d38c55d16bf49a76ca')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+
+  # download dependencies
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  # https://archlinux.org/todo/lto-fat-objects/
+  CFLAGS+=' -ffat-lto-objects'
+
+  # binary
+  cargo build --frozen --release --all-features
+
+  # html manual
+  cd manual
+  mdbook build --dest-dir html
+}
+
+check() {
+  cd "$_pkgname-$pkgver"
+  # some tests hang for 60+ seconds, find out why
+  # took my machine ~ 470 seconds
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" target/release/delta
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # shell auto-completions
+  install -vDm644 etc/completion/completion.bash \
+"$pkgdir/usr/share/bash-completion/completions/$_pkgname"
+  install -vDm644 etc/completion/completion.zsh \
+"$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # html manual
+  cp -r manual/html "$pkgdir/usr/share/doc/$pkgname"
+}



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

2022-03-06 Thread Caleb Maclennan via arch-commits
Date: Monday, March 7, 2022 @ 05:58:06
  Author: alerque
Revision: 1144158

upgpkg: git-delta 0.12.1-1; enable LTO; use liggit2 so-version

Modified:
  git-delta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 05:01:38 UTC (rev 1144157)
+++ PKGBUILD2022-03-07 05:58:06 UTC (rev 1144158)
@@ -5,19 +5,18 @@
 
 pkgname=git-delta
 _pkgname=delta
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.12.1
+pkgrel=1
 pkgdesc='Syntax-highlighting pager for git and diff output'
 arch=('x86_64')
 url="https://github.com/dandavison/delta;
 license=('MIT')
-depends=('libgit2')
+depends=('libgit2' 'libgit2.so')
 makedepends=('rust' 'mdbook')
 checkdepends=('git')
-options=('!lto')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('409a49974073f1a92cde2922df57e4a8539901a63c0896486c8b09f0e2b7edeea86b97baa3eb743cd175bdfc70cb67eb7db5eb164796820162ca623cc6bf085b')
-b2sums=('bb9deff579f98fa6a6ff27b69f4d374db4d0ff1e3c848379d6a9ed132b529ed5017f06230de8677f32019e3d4820c22bca9551bc761c8c55b03be1817e585dc2')
+sha512sums=('70796f2008fbf085c6caae67165f7273a3026269851609d1b9e613aa04017715fb73bc0b5116c501acae623a32d348948f3d3afc1c99b343b623347526667471')
+b2sums=('5f5a907ba6ca00e4f1382ac032d2adb9409f7f7f7666c7dbcc2bb5407ae9cf9c5f0d0b678d28aba0db2cea538fb67e45147aefff11ac07d38c55d16bf49a76ca')
 
 prepare() {
   cd "$_pkgname-$pkgver"
@@ -29,6 +28,9 @@
 build() {
   cd "$_pkgname-$pkgver"
 
+  # https://archlinux.org/todo/lto-fat-objects/
+  CFLAGS+=' -ffat-lto-objects'
+
   # binary
   cargo build --frozen --release --all-features
 



[arch-commits] Commit in java-commons-daemon/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-03-06 Thread Evangelos Foutras via arch-commits
Date: Monday, March 7, 2022 @ 05:03:14
  Author: foutrelis
Revision: 439214

archrelease: copy trunk to extra-x86_64

Added:
  java-commons-daemon/repos/extra-x86_64/PKGBUILD
(from rev 439213, java-commons-daemon/trunk/PKGBUILD)
Deleted:
  java-commons-daemon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 05:03:08 UTC (rev 439213)
+++ PKGBUILD2022-03-07 05:03:14 UTC (rev 439214)
@@ -1,66 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Guillaume ALAUX 
-
-pkgbase=java-commons-daemon
-pkgname=(
-  java-commons-daemon
-  java-jsvc
-)
-pkgver=1.2.4
-pkgrel=1
-arch=(x86_64)
-url=https://commons.apache.org/proper/commons-daemon/
-license=(APACHE)
-_tag=0373c020f233236ca7acf4fa4ceef31e27b7cb70
-source=(git+https://github.com/apache/commons-daemon.git#tag=${_tag})
-b2sums=(SKIP)
-makedepends=(
-  docbook2x
-  docbook-xsl
-  git
-  java-environment
-  maven
-)
-
-prepare() {
-  cd commons-daemon/src/native/unix
-  support/buildconf.sh
-}
-
-pkgver() {
-  cd commons-daemon
-  git describe --tags | sed 's/^COMMONS_DAEMON_//; s/_RC.*$//; s/_/./g'
-}
-
-build() {
-  cd commons-daemon
-  mvn clean package
-  cd src/native/unix
-  ./configure \
---with-java=/usr/lib/jvm/default
-  make
-  docbook2man man/jsvc.1.xml
-}
-
-package_java-commons-daemon() {
-  pkgdesc='Alternative invocation mechanism for unix-daemon-like java code'
-  depends=(java-runtime)
-
-  cd commons-daemon
-  install -Dm 644 target/commons-daemon-${pkgver}.jar -t 
"${pkgdir}"/usr/share/java/
-  ln -s commons-daemon-${pkgver}.jar 
"${pkgdir}"/usr/share/java/commons-daemon.jar
-}
-
-package_java-jsvc() {
-  pkgdesc='Apache application for making Java applications run on UNIX more 
easily'
-  depends=(
-java-commons-daemon
-libcap
-  )
-
-  cd commons-daemon/src/native/unix
-  install -Dm 755 jsvc -t "${pkgdir}"/usr/bin/
-  install -Dm 644 JSVC.1 -t "${pkgdir}"/usr/share/man/man1/
-}
-
-# vim: ts=2 sw=2 et:

Copied: java-commons-daemon/repos/extra-x86_64/PKGBUILD (from rev 439213, 
java-commons-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 05:03:14 UTC (rev 439214)
@@ -0,0 +1,66 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Guillaume ALAUX 
+
+pkgbase=java-commons-daemon
+pkgname=(
+  java-commons-daemon
+  java-jsvc
+)
+pkgver=1.2.4
+pkgrel=2
+arch=(x86_64)
+url=https://commons.apache.org/proper/commons-daemon/
+license=(APACHE)
+_tag=0373c020f233236ca7acf4fa4ceef31e27b7cb70
+source=(git+https://github.com/apache/commons-daemon.git#tag=${_tag})
+b2sums=(SKIP)
+makedepends=(
+  docbook2x
+  docbook-xsl
+  git
+  java-environment
+  maven
+)
+
+prepare() {
+  cd commons-daemon/src/native/unix
+  support/buildconf.sh
+}
+
+pkgver() {
+  cd commons-daemon
+  git describe --tags | sed 's/^rel\/commons-daemon-//; s/_RC.*$//; s/_/./g'
+}
+
+build() {
+  cd commons-daemon
+  mvn clean package
+  cd src/native/unix
+  ./configure \
+--with-java=/usr/lib/jvm/default
+  make
+  db2x_docbook2man man/jsvc.1.xml
+}
+
+package_java-commons-daemon() {
+  pkgdesc='Alternative invocation mechanism for unix-daemon-like java code'
+  depends=(java-runtime)
+
+  cd commons-daemon
+  install -Dm 644 target/commons-daemon-${pkgver}.jar -t 
"${pkgdir}"/usr/share/java/
+  ln -s commons-daemon-${pkgver}.jar 
"${pkgdir}"/usr/share/java/commons-daemon.jar
+}
+
+package_java-jsvc() {
+  pkgdesc='Apache application for making Java applications run on UNIX more 
easily'
+  depends=(
+java-commons-daemon
+libcap
+  )
+
+  cd commons-daemon/src/native/unix
+  install -Dm 755 jsvc -t "${pkgdir}"/usr/bin/
+  install -Dm 644 JSVC.1 -t "${pkgdir}"/usr/share/man/man1/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-03-06 Thread Evangelos Foutras via arch-commits
Date: Monday, March 7, 2022 @ 05:03:08
  Author: foutrelis
Revision: 439213

upgpkg: java-commons-daemon 1.2.4-2: signed by 0x98BC6FF5 rebuild

Modified:
  java-commons-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 04:56:27 UTC (rev 439212)
+++ PKGBUILD2022-03-07 05:03:08 UTC (rev 439213)
@@ -7,7 +7,7 @@
   java-jsvc
 )
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url=https://commons.apache.org/proper/commons-daemon/
 license=(APACHE)
@@ -16,7 +16,6 @@
 b2sums=(SKIP)
 makedepends=(
   docbook2x
-  docbook-utils
   docbook-xsl
   git
   java-environment
@@ -40,7 +39,7 @@
   ./configure \
 --with-java=/usr/lib/jvm/default
   make
-  docbook2man man/jsvc.1.xml
+  db2x_docbook2man man/jsvc.1.xml
 }
 
 package_java-commons-daemon() {



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

2022-03-06 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, March 7, 2022 @ 05:01:38
  Author: yan12125
Revision: 1144157

archrelease: copy trunk to community-testing-any

Added:
  buildbot/repos/community-testing-any/
  buildbot/repos/community-testing-any/PKGBUILD
(from rev 1144156, buildbot/trunk/PKGBUILD)
  buildbot/repos/community-testing-any/graphql-core.diff
(from rev 1144156, buildbot/trunk/graphql-core.diff)
  buildbot/repos/community-testing-any/python310.diff
(from rev 1144156, buildbot/trunk/python310.diff)

---+
 PKGBUILD  |  268 
 graphql-core.diff |   24 
 python310.diff|   22 
 3 files changed, 314 insertions(+)

Copied: buildbot/repos/community-testing-any/PKGBUILD (from rev 1144156, 
buildbot/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-03-07 05:01:38 UTC (rev 1144157)
@@ -0,0 +1,268 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgbase=buildbot
+pkgname=(buildbot buildbot-worker buildbot-docs buildbot-common
+ python-buildbot-www python-buildbot-waterfall-view
+ python-buildbot-console-view python-buildbot-grid-view
+ python-buildbot-wsgi-dashboards python-buildbot-badges)
+# https://github.com/buildbot/buildbot/releases
+pkgver=3.5.0
+_bb_contrib_commit=4c8615db51253f0be4bfd08210a3aaf903a74b4f
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+checkdepends=(python-boto3 python-ldap3 python-lz4 python-treq 
python-txrequests
+  python-moto python-docker python-parameterized python-mock 
python-subunit
+  python-unidiff python-psutil
+  openssh chromium)
+makedepends=(python-twisted python-jinja python-msgpack python-zope-interface 
python-sqlalchemy
+ python-alembic python-dateutil python-txaio
+ python-autobahn python-pyjwt python-yaml
+ python-graphql-core python-hvac
+ python-setuptools python-future
+ python-sphinx-jinja
+ python-sphinx_rtd_theme
+ git yarn)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.asc}
+
"git+https://github.com/buildbot/buildbot-contrib.git#commit=$_bb_contrib_commit;
+
"buildbot-contrib-systemd-common.patch::https://github.com/buildbot/buildbot-contrib/pull/22.patch;
+"python310.diff"
+"graphql-core.diff")
+sha256sums=('53b58e056d7da5c83b669ce1bf213147beedba6fa6a60dadba3e80d385239ced'
+'SKIP'
+'SKIP'
+'896eede4c33a8574d7c29ac4a28cebbe3d7e850931a86e945328f8ea358195a9'
+'79bff19ba26d9ae97a9fffbbd8b83b21dcfba0a933c908176562906cf7432813'
+'9ed4f9f18f71558afc876c92206e4de213fa6a94305ad9d4d9115a041dd41b22')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
+)
+
+prepare() {
+  cd buildbot-$pkgver
+
+  # Some master tests use scripts from contrib
+  ln -s ../../buildbot-contrib/master/contrib master/contrib
+
+  # HACK: do not use virtualenv
+  sed -i -e 's#frontend_deps:.*#frontend_deps:#' Makefile
+
+  # HACK: Do not build JS again during install
+  # We take care about the command order manually
+  sed -i '/egg_info=EggInfoCommand/d' pkg/buildbot_pkg.py
+
+  sed -i '/buildbot_windows_service/d' master/setup.py
+  rm -v master/buildbot/scripts/windows_service.py
+  sed -i '/buildbot_worker_windows_service/d' worker/setup.py
+  rm -v worker/buildbot_worker/scripts/windows_service.py
+
+  # Don't treat warnings as errors. Arch often ships newer Python libraries 
than ones
+  # in upstream CI and introduces extra deprecation warnings
+  sed -i "s#warnings\\.filterwarnings\\('error'\\)##" 
master/buildbot/test/__init__.py
+
+  # Fixes for Python 3.10 breakages:
+  # https://github.com/python/cpython/pull/20236
+  patch -Np1 -i ../python310.diff
+
+  # Fix test failures with newer python-graphql-core
+  patch -Np1 -i ../graphql-core.diff
+
+  cd "$srcdir"/buildbot-contrib
+  patch -Np1 -i ../buildbot-contrib-systemd-common.patch
+}
+
+build() {
+  export NODE_OPTIONS="--max-old-space-size=2048"
+
+  cd "$srcdir"/buildbot-$pkgver/pkg
+  python setup.py egg_info
+
+   buildbot 
+  cd "$srcdir"/buildbot-$pkgver/master
+  python setup.py build
+
+  ## buildbot-worker ###
+  cd "$srcdir"/buildbot-$pkgver/worker
+  python setup.py build
+
+  ### buildbot-www #
+  cd "$srcdir"/buildbot-$pkgver
+
+  # HACK: use system packages instead of ones via pip
+  make PIP=/usr/bin/true frontend_deps
+
+  export 

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

2022-03-06 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, March 7, 2022 @ 05:01:05
  Author: yan12125
Revision: 1144156

upgpkg: buildbot 3.5.0-1

Modified:
  buildbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 04:58:39 UTC (rev 1144155)
+++ PKGBUILD2022-03-07 05:01:05 UTC (rev 1144156)
@@ -9,7 +9,7 @@
  python-buildbot-console-view python-buildbot-grid-view
  python-buildbot-wsgi-dashboards python-buildbot-badges)
 # https://github.com/buildbot/buildbot/releases
-pkgver=3.4.1
+pkgver=3.5.0
 _bb_contrib_commit=4c8615db51253f0be4bfd08210a3aaf903a74b4f
 pkgrel=1
 arch=(any)
@@ -17,9 +17,9 @@
 license=(GPL2)
 checkdepends=(python-boto3 python-ldap3 python-lz4 python-treq 
python-txrequests
   python-moto python-docker python-parameterized python-mock 
python-subunit
-  python-unidiff
+  python-unidiff python-psutil
   openssh chromium)
-makedepends=(python-twisted python-jinja python-zope-interface 
python-sqlalchemy
+makedepends=(python-twisted python-jinja python-msgpack python-zope-interface 
python-sqlalchemy
  python-alembic python-dateutil python-txaio
  python-autobahn python-pyjwt python-yaml
  python-graphql-core python-hvac
@@ -32,7 +32,7 @@
 
"buildbot-contrib-systemd-common.patch::https://github.com/buildbot/buildbot-contrib/pull/22.patch;
 "python310.diff"
 "graphql-core.diff")
-sha256sums=('16d604c0dfa7b673318e13fe2ef15199ac6f19863b0e4d4d2624705a5401720c'
+sha256sums=('53b58e056d7da5c83b669ce1bf213147beedba6fa6a60dadba3e80d385239ced'
 'SKIP'
 'SKIP'
 '896eede4c33a8574d7c29ac4a28cebbe3d7e850931a86e945328f8ea358195a9'
@@ -142,7 +142,7 @@
 package_buildbot() {
   pkgdesc='The Continuous Integration Framework'
   # include setuptools as plugins are enumerated via pkg_resources
-  depends=(buildbot-common python-twisted python-jinja python-zope-interface 
python-sqlalchemy
+  depends=(buildbot-common python-twisted python-jinja python-msgpack 
python-zope-interface python-sqlalchemy
python-alembic python-dateutil python-txaio
python-autobahn python-pyjwt python-yaml python-setuptools)
   optdepends=(



[arch-commits] Commit in lib32-libvpx/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2022-03-06 Thread Evangelos Foutras via arch-commits
Date: Monday, March 7, 2022 @ 04:58:39
  Author: foutrelis
Revision: 1144155

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libvpx/repos/multilib-x86_64/PKGBUILD
(from rev 1144154, lib32-libvpx/trunk/PKGBUILD)
Deleted:
  lib32-libvpx/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 04:58:34 UTC (rev 1144154)
+++ PKGBUILD2022-03-07 04:58:39 UTC (rev 1144155)
@@ -1,65 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-libvpx
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='VP8 and VP9 codec'
-arch=(x86_64)
-url=https://www.webmproject.org/
-license=(BSD)
-depends=(
-  lib32-gcc-libs
-  libvpx
-)
-makedepends=(
-  git
-  nasm
-)
-provides=(libvpx.so)
-_tag=626ff35955c2c35b806b3e0ecf551a1a8611cdbf
-source=(git+https://chromium.googlesource.com/webm/libvpx#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libvpx
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd libvpx
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---target=x86-linux-gcc \
---disable-install-bins \
---disable-install-docs \
---disable-install-srcs \
---enable-pic \
---enable-postproc \
---enable-runtime-cpu-detect \
---enable-shared \
---enable-vp8 \
---enable-vp9 \
---enable-vp9-highbitdepth \
---enable-vp9-temporal-denoising
-  make
-}
-
-package() {
-  cd libvpx
-
-  make DIST_DIR="${pkgdir}/usr" install
-  rm -rf "${pkgdir}"/usr/include
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libvpx "${pkgdir}"/usr/share/licenses/lib32-libvpx
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libvpx/repos/multilib-x86_64/PKGBUILD (from rev 1144154, 
lib32-libvpx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 04:58:39 UTC (rev 1144155)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-libvpx
+pkgver=1.11.0
+pkgrel=2
+pkgdesc='VP8 and VP9 codec'
+arch=(x86_64)
+url=https://www.webmproject.org/
+license=(BSD)
+depends=(
+  lib32-gcc-libs
+  libvpx
+)
+makedepends=(
+  git
+  nasm
+)
+provides=(libvpx.so)
+_tag=626ff35955c2c35b806b3e0ecf551a1a8611cdbf
+source=(git+https://chromium.googlesource.com/webm/libvpx#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libvpx
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd libvpx
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  CFLAGS+=' -ffat-lto-objects'
+  CXXFLAGS+=' -ffat-lto-objects'
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--target=x86-linux-gcc \
+--disable-install-bins \
+--disable-install-docs \
+--disable-install-srcs \
+--enable-pic \
+--enable-postproc \
+--enable-runtime-cpu-detect \
+--enable-shared \
+--enable-vp8 \
+--enable-vp9 \
+--enable-vp9-highbitdepth \
+--enable-vp9-temporal-denoising
+  make
+}
+
+package() {
+  cd libvpx
+
+  make DIST_DIR="${pkgdir}/usr" install
+  rm -rf "${pkgdir}"/usr/include
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libvpx "${pkgdir}"/usr/share/licenses/lib32-libvpx
+}
+
+# vim: ts=2 sw=2 et:



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

2022-03-06 Thread Evangelos Foutras via arch-commits
Date: Monday, March 7, 2022 @ 04:58:34
  Author: foutrelis
Revision: 1144154

upgpkg: lib32-libvpx 1.11.0-2: signed by 0x98BC6FF5 rebuild

Modified:
  lib32-libvpx/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 01:50:29 UTC (rev 1144153)
+++ PKGBUILD2022-03-07 04:58:34 UTC (rev 1144154)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-libvpx
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='VP8 and VP9 codec'
 arch=(x86_64)
 url=https://www.webmproject.org/
@@ -34,6 +34,9 @@
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
+  CFLAGS+=' -ffat-lto-objects'
+  CXXFLAGS+=' -ffat-lto-objects'
+
   ./configure \
 --prefix=/usr \
 --libdir=/usr/lib32 \



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

2022-03-06 Thread Evangelos Foutras via arch-commits
Date: Monday, March 7, 2022 @ 04:56:27
  Author: foutrelis
Revision: 439212

archrelease: copy trunk to extra-x86_64

Added:
  libvpx/repos/extra-x86_64/PKGBUILD
(from rev 439211, libvpx/trunk/PKGBUILD)
Deleted:
  libvpx/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 04:56:23 UTC (rev 439211)
+++ PKGBUILD2022-03-07 04:56:27 UTC (rev 439212)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=libvpx
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='VP8 and VP9 codec'
-arch=(x86_64)
-url=https://www.webmproject.org/
-license=(BSD)
-depends=(gcc-libs)
-makedepends=(
-  git
-  nasm
-)
-provides=(libvpx.so)
-_tag=626ff35955c2c35b806b3e0ecf551a1a8611cdbf
-source=(git+https://chromium.googlesource.com/webm/libvpx#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libvpx
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd libvpx
-
-  ./configure \
---prefix=/usr \
---disable-install-docs \
---disable-install-srcs \
---enable-pic \
---enable-postproc \
---enable-runtime-cpu-detect \
---enable-shared \
---enable-vp8 \
---enable-vp9 \
---enable-vp9-highbitdepth \
---enable-vp9-temporal-denoising
-  make
-}
-
-package() {
-  cd libvpx
-
-  make DIST_DIR="${pkgdir}"/usr install
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libvpx/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libvpx/repos/extra-x86_64/PKGBUILD (from rev 439211, 
libvpx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 04:56:27 UTC (rev 439212)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=libvpx
+pkgver=1.11.0
+pkgrel=2
+pkgdesc='VP8 and VP9 codec'
+arch=(x86_64)
+url=https://www.webmproject.org/
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(
+  git
+  nasm
+)
+provides=(libvpx.so)
+_tag=626ff35955c2c35b806b3e0ecf551a1a8611cdbf
+source=(git+https://chromium.googlesource.com/webm/libvpx#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libvpx
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd libvpx
+
+  CFLAGS+=' -ffat-lto-objects'
+  CXXFLAGS+=' -ffat-lto-objects'
+
+  ./configure \
+--prefix=/usr \
+--disable-install-docs \
+--disable-install-srcs \
+--enable-pic \
+--enable-postproc \
+--enable-runtime-cpu-detect \
+--enable-shared \
+--enable-vp8 \
+--enable-vp9 \
+--enable-vp9-highbitdepth \
+--enable-vp9-temporal-denoising
+  make
+}
+
+package() {
+  cd libvpx
+
+  make DIST_DIR="${pkgdir}"/usr install
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libvpx/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-03-06 Thread Evangelos Foutras via arch-commits
Date: Monday, March 7, 2022 @ 04:56:23
  Author: foutrelis
Revision: 439211

upgpkg: libvpx 1.11.0-2: signed by 0x98BC6FF5 rebuild

Modified:
  libvpx/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 03:43:43 UTC (rev 439210)
+++ PKGBUILD2022-03-07 04:56:23 UTC (rev 439211)
@@ -4,7 +4,7 @@
 
 pkgname=libvpx
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='VP8 and VP9 codec'
 arch=(x86_64)
 url=https://www.webmproject.org/
@@ -28,6 +28,9 @@
 build() {
   cd libvpx
 
+  CFLAGS+=' -ffat-lto-objects'
+  CXXFLAGS+=' -ffat-lto-objects'
+
   ./configure \
 --prefix=/usr \
 --disable-install-docs \



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

2022-03-06 Thread Evangelos Foutras via arch-commits
Date: Monday, March 7, 2022 @ 03:43:38
  Author: foutrelis
Revision: 439209

upgpkg: xfce4-screenshooter 1.9.10-1: new upstream release

Modified:
  xfce4-screenshooter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 03:43:25 UTC (rev 439208)
+++ PKGBUILD2022-03-07 03:43:38 UTC (rev 439209)
@@ -2,8 +2,8 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-screenshooter
-pkgver=1.9.9
-pkgrel=2
+pkgver=1.9.10
+pkgrel=1
 pkgdesc="An application to take screenshots"
 arch=('x86_64')
 url="https://docs.xfce.org/apps/screenshooter/start;
@@ -12,7 +12,7 @@
 depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
 makedepends=('intltool' 'python')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('33c8aeb53fbdb82dbd7d40bca77a8affbb4116ba0993cd59474b554558e5daa4')
+sha256sums=('04b4178527f5b98cfe76ae427e95581067edf262a530639d332f6db9a68292d7')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2022-03-06 Thread Evangelos Foutras via arch-commits
Date: Monday, March 7, 2022 @ 03:43:43
  Author: foutrelis
Revision: 439210

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD
(from rev 439209, xfce4-screenshooter/trunk/PKGBUILD)
Deleted:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 03:43:38 UTC (rev 439209)
+++ PKGBUILD2022-03-07 03:43:43 UTC (rev 439210)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-screenshooter
-pkgver=1.9.9
-pkgrel=2
-pkgdesc="An application to take screenshots"
-arch=('x86_64')
-url="https://docs.xfce.org/apps/screenshooter/start;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('33c8aeb53fbdb82dbd7d40bca77a8affbb4116ba0993cd59474b554558e5daa4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-screenshooter/repos/extra-x86_64/PKGBUILD (from rev 439209, 
xfce4-screenshooter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 03:43:43 UTC (rev 439210)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-screenshooter
+pkgver=1.9.10
+pkgrel=1
+pkgdesc="An application to take screenshots"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/screenshooter/start;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('04b4178527f5b98cfe76ae427e95581067edf262a530639d332f6db9a68292d7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in intel-media-sdk/repos (2 files)

2022-03-06 Thread Daniel Bermond via arch-commits
Date: Monday, March 7, 2022 @ 01:50:29
  Author: dbermond
Revision: 1144153

archrelease: copy trunk to community-testing-x86_64

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

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

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



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

2022-03-06 Thread Daniel Bermond via arch-commits
Date: Monday, March 7, 2022 @ 01:49:51
  Author: dbermond
Revision: 1144152

upgpkg: intel-media-sdk 22.1.0-1

Modified:
  intel-media-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 01:14:48 UTC (rev 1144151)
+++ PKGBUILD2022-03-07 01:49:51 UTC (rev 1144152)
@@ -2,8 +2,8 @@
 
 pkgbase=intel-media-sdk
 pkgname=('intel-media-sdk' 'libmfx')
-pkgver=21.3.5
-pkgrel=3
+pkgver=22.1.0
+pkgrel=1
 pkgdesc='API to access hardware-accelerated video on Intel Gen graphics 
hardware platforms'
 arch=('x86_64')
 url='https://software.intel.com/en-us/media-sdk/'
@@ -12,7 +12,7 @@
  'cmake' 'libpciaccess' 'libx11' 'libxcb' 'python')
 
source=("https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${pkgver}.tar.gz;
 
'010-intel-media-sdk-fix-reproducible-build.patch'::'https://github.com/Intel-Media-SDK/MediaSDK/commit/f6925886f27a39eed2e43c5b7b6c342d00f7a970.patch')
-sha256sums=('3f13869298d3946d7d91e58846e274ef62cd5af2473f59f36b57b2c27ebfd87c'
+sha256sums=('5ed1d22b5c5a05d3e848e43caa2b3966dbfb7f74281a646e6d0774a0621a9b8b'
 'f1d8a4edf953cfec1516f1a8383c5ee033245aba16cfae0bc79b7de1a6365fcc')
 
 prepare() {



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

2022-03-06 Thread Daurnimator via arch-commits
Date: Monday, March 7, 2022 @ 01:14:48
  Author: daurnimator
Revision: 1144151

archrelease: copy trunk to community-x86_64

Added:
  argocd/repos/community-x86_64/PKGBUILD
(from rev 1144150, argocd/trunk/PKGBUILD)
  argocd/repos/community-x86_64/argo-ui.patch
(from rev 1144150, argocd/trunk/argo-ui.patch)
Deleted:
  argocd/repos/community-x86_64/PKGBUILD
  argocd/repos/community-x86_64/argo-ui.patch

---+
 PKGBUILD  |  143 +---
 argo-ui.patch |   22 
 2 files changed, 87 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 01:14:23 UTC (rev 1144150)
+++ PKGBUILD2022-03-07 01:14:48 UTC (rev 1144151)
@@ -1,67 +0,0 @@
-# Maintainer: Daurnimator 
-
-pkgname=argocd
-pkgver=2.2.5
-pkgrel=1
-pkgdesc="Declarative continuous deployment for Kubernetes"
-arch=('x86_64')
-url='https://argo-cd.readthedocs.io/en/stable/'
-license=('Apache')
-makedepends=('go' 'python' 'yarn')
-depends=('glibc')
-provides=('argocd-cli')
-replaces=('argocd-cli')
-source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz;
-
"argo-ui-44a1a7f22a2d6707cc5d03e0b93c5c6015d864bd.tar.gz::https://github.com/argoproj/argo-ui/archive/44a1a7f22a2d6707cc5d03e0b93c5c6015d864bd.tar.gz;
-"argo-ui.patch")
-sha512sums=('a35da0d1ff31fcc645ebd9ddd083d07f18b81267bf079822d8c2d531561b4ed7ecf44e112a0e4b9497bfa74de42ab3120bdb0f8937606a0be23645e127ac58b7'
-
'58c214f3d7d84bc3869bc9568bc4353f552948479d75ac58878577b1fc6a2f776e2cba2715b9af41c15edb64d8ec04309ffb29eaaa81402fd0277b9dbf3638df'
-
'6f3e80ba70c1777d52d908abb3ca8f3d37b6a73fdcb669d9a0afd97eddf9362159b67f05b0721cdc2e74493e913a4399406d12733ab0dc177f5b2713b7b30b79')
-
-prepare() {
-  cd "argo-cd-$pkgver"
-
-  patch -p0 -i ../argo-ui.patch
-}
-
-build() {
-  cd "argo-cd-$pkgver"
-
-  (
-cd ui
-yarn install --cache-folder "${srcdir}/yarn-cache"
-ARGO_VERSION="$pkgver" NODE_ENV='production' NODE_ONLINE_ENV='online' yarn 
build
-  )
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  go build -o argocd \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-X github.com/argoproj/argo-cd/v2/common.version=${pkgver} \
-  -X github.com/argoproj/argo-cd/v2/common.buildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
-  -X github.com/argoproj/argo-cd/v2/common.gitTag=${pkgver} \
-  -linkmode=external \
-  -extldflags \"${LDFLAGS}\"" \
-./cmd
-
-  ./argocd completion bash > argocd.bash
-  ./argocd completion zsh > argocd.zsh
-}
-
-package() {
-  cd "argo-cd-$pkgver"
-
-  install -D argocd "$pkgdir/usr/bin/argocd"
-  ln -s argocd "$pkgdir/usr/bin/argocd-server"
-  ln -s argocd "$pkgdir/usr/bin/argocd-repo-server"
-  ln -s argocd "$pkgdir/usr/bin/argocd-application-controller"
-  ln -s argocd "$pkgdir/usr/bin/argocd-dex"
-
-  install -Dm644 argocd.bash 
"$pkgdir/usr/share/bash-completion/completions/argocd"
-  install -Dm644 argocd.zsh "$pkgdir/usr/share/zsh/site-functions/_argocd"
-}

Copied: argocd/repos/community-x86_64/PKGBUILD (from rev 1144150, 
argocd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 01:14:48 UTC (rev 1144151)
@@ -0,0 +1,76 @@
+# Maintainer: Daurnimator 
+
+pkgname=argocd
+pkgver=2.3.0
+# find matching argo-ui commit via ui/yarn.lock
+# commit id also needs to be updated in argo-ui.patch
+_argoui_commit=4336822c14164f36eb9d0a6b6c3c40560df4c4d7
+pkgrel=1
+pkgdesc="Declarative continuous deployment for Kubernetes"
+arch=('x86_64')
+url='https://argo-cd.readthedocs.io/en/stable/'
+license=('Apache')
+makedepends=('go' 'python' 'yarn')
+depends=('glibc')
+provides=('argocd-cli')
+replaces=('argocd-cli')
+source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz;
+
"argo-ui-${_argoui_commit}.tar.gz::https://github.com/argoproj/argo-ui/archive/${_argoui_commit}.tar.gz;
+"argo-ui.patch")
+sha512sums=('fc41c86b9c665c66fc05ece9064c6c9269506ff81d5a28dc58e16ecbcdd75757babc1893c5394042f2a1f10b54b26c82d06e8a559fc4b358a7bb41b5fadaa6c3'
+
'9a085b664064cc973e62e5699404ecf28600efe48c632313c3229ff3d84365bd9a6b073044e5ec492aed145781ddd3e6ab667d48ba4ae25ef5b301f242399159'
+
'8c6e3b284aed3ee92965601a2958d8eaf0e018005317d948e45ea01a3bce75a53bac904c373b69c926d607c44db6105da8e2b1d1cecfce3a1ce1545d58132097')
+
+prepare() {
+  cd "argo-cd-$pkgver"
+
+  patch -p0 -i ../argo-ui.patch
+
+  go mod download
+}
+
+build() {
+  cd "argo-cd-$pkgver"
+
+  (
+cd ui
+yarn install --cache-folder "${srcdir}/yarn-cache"
+ARGO_VERSION="$pkgver" NODE_ENV='production' 

[arch-commits] Commit in argocd/trunk (PKGBUILD argo-ui.patch)

2022-03-06 Thread Daurnimator via arch-commits
Date: Monday, March 7, 2022 @ 01:14:23
  Author: daurnimator
Revision: 1144150

upgpkg: argocd 2.3.0-1

Modified:
  argocd/trunk/PKGBUILD
  argocd/trunk/argo-ui.patch

---+
 PKGBUILD  |   21 +++--
 argo-ui.patch |2 +-
 2 files changed, 16 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 00:07:12 UTC (rev 1144149)
+++ PKGBUILD2022-03-07 01:14:23 UTC (rev 1144150)
@@ -1,7 +1,10 @@
 # Maintainer: Daurnimator 
 
 pkgname=argocd
-pkgver=2.2.5
+pkgver=2.3.0
+# find matching argo-ui commit via ui/yarn.lock
+# commit id also needs to be updated in argo-ui.patch
+_argoui_commit=4336822c14164f36eb9d0a6b6c3c40560df4c4d7
 pkgrel=1
 pkgdesc="Declarative continuous deployment for Kubernetes"
 arch=('x86_64')
@@ -12,16 +15,18 @@
 provides=('argocd-cli')
 replaces=('argocd-cli')
 
source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz;
-
"argo-ui-44a1a7f22a2d6707cc5d03e0b93c5c6015d864bd.tar.gz::https://github.com/argoproj/argo-ui/archive/44a1a7f22a2d6707cc5d03e0b93c5c6015d864bd.tar.gz;
+
"argo-ui-${_argoui_commit}.tar.gz::https://github.com/argoproj/argo-ui/archive/${_argoui_commit}.tar.gz;
 "argo-ui.patch")
-sha512sums=('a35da0d1ff31fcc645ebd9ddd083d07f18b81267bf079822d8c2d531561b4ed7ecf44e112a0e4b9497bfa74de42ab3120bdb0f8937606a0be23645e127ac58b7'
-
'58c214f3d7d84bc3869bc9568bc4353f552948479d75ac58878577b1fc6a2f776e2cba2715b9af41c15edb64d8ec04309ffb29eaaa81402fd0277b9dbf3638df'
-
'6f3e80ba70c1777d52d908abb3ca8f3d37b6a73fdcb669d9a0afd97eddf9362159b67f05b0721cdc2e74493e913a4399406d12733ab0dc177f5b2713b7b30b79')
+sha512sums=('fc41c86b9c665c66fc05ece9064c6c9269506ff81d5a28dc58e16ecbcdd75757babc1893c5394042f2a1f10b54b26c82d06e8a559fc4b358a7bb41b5fadaa6c3'
+
'9a085b664064cc973e62e5699404ecf28600efe48c632313c3229ff3d84365bd9a6b073044e5ec492aed145781ddd3e6ab667d48ba4ae25ef5b301f242399159'
+
'8c6e3b284aed3ee92965601a2958d8eaf0e018005317d948e45ea01a3bce75a53bac904c373b69c926d607c44db6105da8e2b1d1cecfce3a1ce1545d58132097')
 
 prepare() {
   cd "argo-cd-$pkgver"
 
   patch -p0 -i ../argo-ui.patch
+
+  go mod download
 }
 
 build() {
@@ -37,6 +42,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
+  export GOPROXY=off
   go build -o argocd \
 -trimpath \
 -buildmode=pie \
@@ -58,9 +64,12 @@
 
   install -D argocd "$pkgdir/usr/bin/argocd"
   ln -s argocd "$pkgdir/usr/bin/argocd-server"
+  ln -s argocd "$pkgdir/usr/bin/argocd-application-controller"
   ln -s argocd "$pkgdir/usr/bin/argocd-repo-server"
-  ln -s argocd "$pkgdir/usr/bin/argocd-application-controller"
+  ln -s argocd "$pkgdir/usr/bin/argocd-cmp-server"
   ln -s argocd "$pkgdir/usr/bin/argocd-dex"
+  ln -s argocd "$pkgdir/usr/bin/argocd-notifications"
+  ln -s argocd "$pkgdir/usr/bin/argocd-git-ask-pass"
 
   install -Dm644 argocd.bash 
"$pkgdir/usr/share/bash-completion/completions/argocd"
   install -Dm644 argocd.zsh "$pkgdir/usr/share/zsh/site-functions/_argocd"

Modified: argo-ui.patch
===
--- argo-ui.patch   2022-03-07 00:07:12 UTC (rev 1144149)
+++ argo-ui.patch   2022-03-07 01:14:23 UTC (rev 1144150)
@@ -5,7 +5,7 @@
  "@types/superagent": "^3.5.7",
  "ansi-to-react": "^6.1.6",
 -"argo-ui": "git+https://github.com/argoproj/argo-ui.git;,
-+"argo-ui": "file:../../argo-ui-44a1a7f22a2d6707cc5d03e0b93c5c6015d864bd",
++"argo-ui": "file:../../argo-ui-4336822c14164f36eb9d0a6b6c3c40560df4c4d7",
  "classnames": "^2.2.5",
  "color": "^3.1.0",
  "cookie": "^0.3.1",



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

2022-03-06 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, March 7, 2022 @ 00:21:53
  Author: svenstaro
Revision: 439207

archrelease: copy trunk to extra-x86_64

Added:
  assimp/repos/extra-x86_64/PKGBUILD
(from rev 439206, assimp/trunk/PKGBUILD)
Deleted:
  assimp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 00:21:42 UTC (rev 439206)
+++ PKGBUILD2022-03-07 00:21:53 UTC (rev 439207)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: jepaan 
-
-pkgname=assimp
-pkgver=5.2.1
-pkgrel=1
-pkgdesc="Library to import various well-known 3D model formats in an uniform 
manner"
-arch=('x86_64')
-license=('BSD')
-depends=('zlib' 'gcc-libs')
-makedepends=('cmake' 'ninja')
-url='https://github.com/assimp/assimp'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
-sha512sums=('4c2adc544aa808e9b2591cfb436ebeecd23a8abadcd30b3cbbe5c1db5fa51d4ff6985dadd0587d578f08dcd72253a0e27bfaca6dc4fc4c935776fcfe6cb02f63')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-cmake \
--Bbuild \
--GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DASSIMP_BUILD_SAMPLES=OFF
-ninja -C build
-}
-
-package()  {
-cd ${pkgname}-${pkgver}
-
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: assimp/repos/extra-x86_64/PKGBUILD (from rev 439206, 
assimp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 00:21:53 UTC (rev 439207)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: jepaan 
+
+pkgname=assimp
+pkgver=5.2.2
+pkgrel=1
+pkgdesc="Library to import various well-known 3D model formats in an uniform 
manner"
+arch=('x86_64')
+license=('BSD')
+depends=('zlib' 'gcc-libs')
+makedepends=('cmake' 'ninja')
+url='https://github.com/assimp/assimp'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
+sha512sums=('7f11f3e53bdcd43a81be49ce2ad90d97769ae1c3c6157f57e8a0b2b41c72f394ad1afcdc5f5fa6fbfa1a44233fed4b9a578d5548ec5b9aae2113ef88c2ec843a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake \
+-Bbuild \
+-GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DASSIMP_BUILD_SAMPLES=OFF
+  ninja -C build
+}
+
+package()  {
+  cd ${pkgname}-${pkgver}
+
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2022-03-06 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, March 7, 2022 @ 00:21:42
  Author: svenstaro
Revision: 439206

upgpkg: assimp 5.2.2-1

Modified:
  assimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:08:40 UTC (rev 439205)
+++ PKGBUILD2022-03-07 00:21:42 UTC (rev 439206)
@@ -2,7 +2,7 @@
 # Contributor: jepaan 
 
 pkgname=assimp
-pkgver=5.2.1
+pkgver=5.2.2
 pkgrel=1
 pkgdesc="Library to import various well-known 3D model formats in an uniform 
manner"
 arch=('x86_64')
@@ -11,23 +11,23 @@
 makedepends=('cmake' 'ninja')
 url='https://github.com/assimp/assimp'
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
-sha512sums=('4c2adc544aa808e9b2591cfb436ebeecd23a8abadcd30b3cbbe5c1db5fa51d4ff6985dadd0587d578f08dcd72253a0e27bfaca6dc4fc4c935776fcfe6cb02f63')
+sha512sums=('7f11f3e53bdcd43a81be49ce2ad90d97769ae1c3c6157f57e8a0b2b41c72f394ad1afcdc5f5fa6fbfa1a44233fed4b9a578d5548ec5b9aae2113ef88c2ec843a')
 
 build() {
-cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
-cmake \
--Bbuild \
--GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DASSIMP_BUILD_SAMPLES=OFF
-ninja -C build
+  cmake \
+-Bbuild \
+-GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DASSIMP_BUILD_SAMPLES=OFF
+  ninja -C build
 }
 
 package()  {
-cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }



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

2022-03-06 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, March 7, 2022 @ 00:07:12
  Author: svenstaro
Revision: 1144149

archrelease: copy trunk to community-x86_64

Added:
  upterm/repos/community-x86_64/PKGBUILD
(from rev 1144148, upterm/trunk/PKGBUILD)
Deleted:
  upterm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-07 00:07:01 UTC (rev 1144148)
+++ PKGBUILD2022-03-07 00:07:12 UTC (rev 1144149)
@@ -1,53 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sýlvan Heuser 
-pkgname=upterm
-pkgver=0.7.5
-pkgrel=1
-pkgdesc='Secure Terminal Sharing, an alternative to tmate'
-arch=('x86_64')
-url="https://github.com/owenthereal/upterm;
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-optdepends=()
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/owenthereal/upterm/archive/v${pkgver}.tar.gz;
-
https://github.com/owenthereal/upterm/commit/4ab9a1e2877137eaeac0b7d3362e3e1419f99119.patch)
-sha256sums=('a66026d3762a4c41add52873373f21b8d140cb73d861913bccdd67285f45febb'
-'8813217d9029b3207cf2571c25df8cca1eddb8c31e5be45a6cf61d5df210b905')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}"/4ab9a1e2877137eaeac0b7d3362e3e1419f99119.patch
-  mkdir -p build/
-}
-
-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 -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-  go build -o build ./cmd/...
-  build/gendoc
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "build/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm755 "build/${pkgname}d" "${pkgdir}/usr/bin/${pkgname}d"
-  install -dm755 "${pkgdir}/usr/share/man"
-  cp -av etc/man/* "${pkgdir}/usr/share/man/"
-  install -dm755 "${pkgdir}/usr/share/bash-completion/completions"
-  install -Dm644 "etc/completion/upterm.bash_completion.sh" 
"${pkgdir}/usr/share/bash-completion/completions/upterm"
-  install -dm755 "$pkgdir/usr/share/zsh/site-functions"
-  install -Dm644 "etc/completion/upterm.zsh_completion" 
"${pkgdir}/usr/share/zsh/site-functions/_upterm"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: upterm/repos/community-x86_64/PKGBUILD (from rev 1144148, 
upterm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-07 00:07:12 UTC (rev 1144149)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sýlvan Heuser 
+pkgname=upterm
+pkgver=0.7.5
+pkgrel=2
+pkgdesc='Secure Terminal Sharing, an alternative to tmate'
+arch=('x86_64')
+url="https://github.com/owenthereal/upterm;
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+optdepends=()
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/owenthereal/upterm/archive/v${pkgver}.tar.gz;
+
https://github.com/owenthereal/upterm/commit/4ab9a1e2877137eaeac0b7d3362e3e1419f99119.patch)
+sha256sums=('a66026d3762a4c41add52873373f21b8d140cb73d861913bccdd67285f45febb'
+'8813217d9029b3207cf2571c25df8cca1eddb8c31e5be45a6cf61d5df210b905')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}"/4ab9a1e2877137eaeac0b7d3362e3e1419f99119.patch
+  mkdir -p build/
+}
+
+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 -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build -o build ./cmd/...
+  build/gendoc
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "build/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm755 "build/${pkgname}d" "${pkgdir}/usr/bin/${pkgname}d"
+  install -dm755 "${pkgdir}/usr/share/man"
+  cp -av etc/man/* "${pkgdir}/usr/share/man/"
+  install -Dm644 "etc/completion/upterm.bash_completion.sh" 
"${pkgdir}/usr/share/bash-completion/completions/upterm"
+  install -Dm644 "etc/completion/upterm.zsh_completion" 
"${pkgdir}/usr/share/zsh/site-functions/_upterm"
+  install -Dm644 systemd/uptermd.service 
"${pkgdir}/usr/lib/systemd/system/uptermd.service"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-03-06 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, March 7, 2022 @ 00:07:01
  Author: svenstaro
Revision: 1144148

upgpkg: upterm 0.7.5-2: Also install systemd service

Modified:
  upterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-07 00:04:31 UTC (rev 1144147)
+++ PKGBUILD2022-03-07 00:07:01 UTC (rev 1144148)
@@ -2,7 +2,7 @@
 # Contributor: Sýlvan Heuser 
 pkgname=upterm
 pkgver=0.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Secure Terminal Sharing, an alternative to tmate'
 arch=('x86_64')
 url="https://github.com/owenthereal/upterm;
@@ -44,10 +44,9 @@
   install -Dm755 "build/${pkgname}d" "${pkgdir}/usr/bin/${pkgname}d"
   install -dm755 "${pkgdir}/usr/share/man"
   cp -av etc/man/* "${pkgdir}/usr/share/man/"
-  install -dm755 "${pkgdir}/usr/share/bash-completion/completions"
   install -Dm644 "etc/completion/upterm.bash_completion.sh" 
"${pkgdir}/usr/share/bash-completion/completions/upterm"
-  install -dm755 "$pkgdir/usr/share/zsh/site-functions"
   install -Dm644 "etc/completion/upterm.zsh_completion" 
"${pkgdir}/usr/share/zsh/site-functions/_upterm"
+  install -Dm644 systemd/uptermd.service 
"${pkgdir}/usr/lib/systemd/system/uptermd.service"
 }
 
 # vim:set ts=2 sw=2 et:



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

2022-03-06 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, March 7, 2022 @ 00:04:31
  Author: svenstaro
Revision: 1144147

archrelease: copy trunk to community-x86_64

Added:
  upterm/repos/community-x86_64/
  upterm/repos/community-x86_64/PKGBUILD
(from rev 1144146, upterm/trunk/PKGBUILD)

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

Copied: upterm/repos/community-x86_64/PKGBUILD (from rev 1144146, 
upterm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-03-07 00:04:31 UTC (rev 1144147)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sýlvan Heuser 
+pkgname=upterm
+pkgver=0.7.5
+pkgrel=1
+pkgdesc='Secure Terminal Sharing, an alternative to tmate'
+arch=('x86_64')
+url="https://github.com/owenthereal/upterm;
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+optdepends=()
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/owenthereal/upterm/archive/v${pkgver}.tar.gz;
+
https://github.com/owenthereal/upterm/commit/4ab9a1e2877137eaeac0b7d3362e3e1419f99119.patch)
+sha256sums=('a66026d3762a4c41add52873373f21b8d140cb73d861913bccdd67285f45febb'
+'8813217d9029b3207cf2571c25df8cca1eddb8c31e5be45a6cf61d5df210b905')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}"/4ab9a1e2877137eaeac0b7d3362e3e1419f99119.patch
+  mkdir -p build/
+}
+
+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 -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build -o build ./cmd/...
+  build/gendoc
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "build/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm755 "build/${pkgname}d" "${pkgdir}/usr/bin/${pkgname}d"
+  install -dm755 "${pkgdir}/usr/share/man"
+  cp -av etc/man/* "${pkgdir}/usr/share/man/"
+  install -dm755 "${pkgdir}/usr/share/bash-completion/completions"
+  install -Dm644 "etc/completion/upterm.bash_completion.sh" 
"${pkgdir}/usr/share/bash-completion/completions/upterm"
+  install -dm755 "$pkgdir/usr/share/zsh/site-functions"
+  install -Dm644 "etc/completion/upterm.zsh_completion" 
"${pkgdir}/usr/share/zsh/site-functions/_upterm"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-03-06 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, March 7, 2022 @ 00:01:01
  Author: svenstaro
Revision: 1144146

Move upterm from AUR

Added:
  upterm/
  upterm/repos/
  upterm/trunk/
  upterm/trunk/PKGBUILD

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

Added: upterm/trunk/PKGBUILD
===
--- upterm/trunk/PKGBUILD   (rev 0)
+++ upterm/trunk/PKGBUILD   2022-03-07 00:01:01 UTC (rev 1144146)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sýlvan Heuser 
+pkgname=upterm
+pkgver=0.7.5
+pkgrel=1
+pkgdesc='Secure Terminal Sharing, an alternative to tmate'
+arch=('x86_64')
+url="https://github.com/owenthereal/upterm;
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+optdepends=()
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/owenthereal/upterm/archive/v${pkgver}.tar.gz;
+
https://github.com/owenthereal/upterm/commit/4ab9a1e2877137eaeac0b7d3362e3e1419f99119.patch)
+sha256sums=('a66026d3762a4c41add52873373f21b8d140cb73d861913bccdd67285f45febb'
+'8813217d9029b3207cf2571c25df8cca1eddb8c31e5be45a6cf61d5df210b905')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}"/4ab9a1e2877137eaeac0b7d3362e3e1419f99119.patch
+  mkdir -p build/
+}
+
+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 -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build -o build ./cmd/...
+  build/gendoc
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "build/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm755 "build/${pkgname}d" "${pkgdir}/usr/bin/${pkgname}d"
+  install -dm755 "${pkgdir}/usr/share/man"
+  cp -av etc/man/* "${pkgdir}/usr/share/man/"
+  install -dm755 "${pkgdir}/usr/share/bash-completion/completions"
+  install -Dm644 "etc/completion/upterm.bash_completion.sh" 
"${pkgdir}/usr/share/bash-completion/completions/upterm"
+  install -dm755 "$pkgdir/usr/share/zsh/site-functions"
+  install -Dm644 "etc/completion/upterm.zsh_completion" 
"${pkgdir}/usr/share/zsh/site-functions/_upterm"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:46:02
  Author: felixonmars
Revision: 1144145

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-06 23:45:53 UTC (rev 1144144)
+++ PKGBUILD2022-03-06 23:46:02 UTC (rev 1144145)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=hspec-core
-pkgname=haskell-hspec-core
-pkgver=2.9.0
-pkgrel=4
-pkgdesc="A Testing Framework for Haskell"
-url="http://hspec.github.io/;
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 
'haskell-clock'
- 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
- 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
-makedepends=('ghc')
-checkdepends=('haskell-base-orphans' 'haskell-hspec-meta' 'haskell-silently' 
'haskell-temporary')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('298140ce6303610a2affd04d8d6639d418b6135433a8f12ef0226346dddb3545a542cd6c15369444ff4d1c4f156972f90af8eda77718aaf0e28964dcb496ef49')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-# https://github.com/hspec/hspec/issues/432
-runhaskell Setup test || :
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD (from rev 
1144144, haskell-hspec-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-06 23:46:02 UTC (rev 1144145)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-core
+pkgname=haskell-hspec-core
+pkgver=2.9.0
+pkgrel=5
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 
'haskell-clock'
+ 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
+ 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
+makedepends=('ghc')
+checkdepends=('haskell-base-orphans' 'haskell-hspec-meta' 'haskell-silently' 
'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('298140ce6303610a2affd04d8d6639d418b6135433a8f12ef0226346dddb3545a542cd6c15369444ff4d1c4f156972f90af8eda77718aaf0e28964dcb496ef49')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# https://github.com/hspec/hspec/issues/432
+runhaskell Setup test || :
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+

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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:45:53
  Author: felixonmars
Revision: 1144144

upgpkg: haskell-hspec-core 2.9.0-5: rebuild with doctest 0.19.0

Modified:
  haskell-hspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:44:59 UTC (rev 1144143)
+++ PKGBUILD2022-03-06 23:45:53 UTC (rev 1144144)
@@ -3,7 +3,7 @@
 _hkgname=hspec-core
 pkgname=haskell-hspec-core
 pkgver=2.9.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:44:59
  Author: felixonmars
Revision: 1144143

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-logging-facade/repos/community-staging-x86_64/PKGBUILD
(from rev 1144142, haskell-logging-facade/trunk/PKGBUILD)
Deleted:
  haskell-logging-facade/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-06 23:44:51 UTC (rev 1144142)
+++ PKGBUILD2022-03-06 23:44:59 UTC (rev 1144143)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=logging-facade
-pkgname=haskell-logging-facade
-pkgver=0.3.1
-pkgrel=24
-pkgdesc="Simple logging abstraction that allows multiple back-ends"
-url="https://github.com/sol/logging-facade;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-call-stack')
-makedepends=('ghc')
-checkdepends=('haskell-hspec' 'haskell-hspec-discover')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('fdc95c35223db2ab99b3733f0016cea7a931e487a966dabb775608246b2c52a2ffcff508f5d0cbd50bc40c3b2e4afee18d28140b2b992037f1487870d93c93a2')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-logging-facade/repos/community-staging-x86_64/PKGBUILD (from 
rev 1144142, haskell-logging-facade/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-06 23:44:59 UTC (rev 1144143)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=logging-facade
+pkgname=haskell-logging-facade
+pkgver=0.3.1
+pkgrel=25
+pkgdesc="Simple logging abstraction that allows multiple back-ends"
+url="https://github.com/sol/logging-facade;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-call-stack')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-hspec-discover')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('fdc95c35223db2ab99b3733f0016cea7a931e487a966dabb775608246b2c52a2ffcff508f5d0cbd50bc40c3b2e4afee18d28140b2b992037f1487870d93c93a2')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:44:51
  Author: felixonmars
Revision: 1144142

upgpkg: haskell-logging-facade 0.3.1-25: rebuild with doctest 0.19.0

Modified:
  haskell-logging-facade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:44:30 UTC (rev 1144141)
+++ PKGBUILD2022-03-06 23:44:51 UTC (rev 1144142)
@@ -4,7 +4,7 @@
 _hkgname=logging-facade
 pkgname=haskell-logging-facade
 pkgver=0.3.1
-pkgrel=24
+pkgrel=25
 pkgdesc="Simple logging abstraction that allows multiple back-ends"
 url="https://github.com/sol/logging-facade;
 license=("MIT")



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:44:30
  Author: felixonmars
Revision: 1144141

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-async/repos/community-staging-x86_64/PKGBUILD (from rev 
1144140, haskell-async/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:44:30 UTC (rev 1144141)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.2.4
+pkgrel=15
+pkgdesc="Run IO operations asynchronously and wait for their results"
+url="https://github.com/simonmar/async;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hashable')
+makedepends=('ghc' 'uusi')
+checkdepends=('haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('24f37f974dd7573138475d04c0fccb97fcbd8b3de56f7d06199b8f936fd9a29cd0ba0574212a753a81de8958b3292ecee79d0e8d0d2f51eb91874424e6219569')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -u hashable $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:44:23
  Author: felixonmars
Revision: 1144140

upgpkg: haskell-async 2.2.4-15: rebuild with doctest 0.19.0 (rebuild pass 1, 
specified --nocheck)

Modified:
  haskell-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:44:04 UTC (rev 1144139)
+++ PKGBUILD2022-03-06 23:44:23 UTC (rev 1144140)
@@ -4,7 +4,7 @@
 _hkgname=async
 pkgname=haskell-async
 pkgver=2.2.4
-pkgrel=14
+pkgrel=15
 pkgdesc="Run IO operations asynchronously and wait for their results"
 url="https://github.com/simonmar/async;
 license=("BSD")



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:44:04
  Author: felixonmars
Revision: 1144139

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hashable/repos/community-staging-x86_64/PKGBUILD (from rev 
1144138, haskell-hashable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:44:04 UTC (rev 1144139)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hashable
+pkgname=haskell-hashable
+pkgver=1.4.0.0
+pkgrel=8
+pkgdesc="A class for types that can be converted to a hash value"
+url="https://github.com/haskell-unordered-containers/hashable;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-ghc-bignum-orphans')
+makedepends=('ghc' 'uusi')
+checkdepends=('haskell-hunit' 'haskell-quickcheck' 'haskell-random' 
'haskell-test-framework'
+  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3f1cdbb5658c3f00ea6d127a33c9447504d28535b366f7139e16c895aaa0d4376de9681d092b1b145896da80da763177c575745c30a95b5d9a1b59633354b4cd')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -u ghc-bignum $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-examples
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:43:56
  Author: felixonmars
Revision: 1144138

upgpkg: haskell-hashable 1.4.0.0-8: rebuild with doctest 0.19.0 (rebuild pass 
1, specified --nocheck)

Modified:
  haskell-hashable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:43:34 UTC (rev 1144137)
+++ PKGBUILD2022-03-06 23:43:56 UTC (rev 1144138)
@@ -4,7 +4,7 @@
 _hkgname=hashable
 pkgname=haskell-hashable
 pkgver=1.4.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="A class for types that can be converted to a hash value"
 url="https://github.com/haskell-unordered-containers/hashable;
 license=('BSD')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:43:34
  Author: felixonmars
Revision: 1144137

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-nanospec/repos/community-staging-x86_64/PKGBUILD (from rev 
1144136, haskell-nanospec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:43:34 UTC (rev 1144137)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=nanospec
+pkgname=haskell-nanospec
+pkgver=0.2.2
+pkgrel=242
+pkgdesc="A lightweight implementation of a subset of Hspec's API"
+url="https://github.com/commercialhaskell/nanospec;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-silently')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6161b5cc1797a3fdcd07cad14deaa3edd6faa87309b5e8a31834d7c1dda23737fe4f2e763b13da7f5ef6f6ee3a9414f88b9ae01e5403320ba23d76404324a3b0')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:43:27
  Author: felixonmars
Revision: 1144136

upgpkg: haskell-nanospec 0.2.2-242: rebuild with doctest 0.19.0

Modified:
  haskell-nanospec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:43:07 UTC (rev 1144135)
+++ PKGBUILD2022-03-06 23:43:27 UTC (rev 1144136)
@@ -3,7 +3,7 @@
 _hkgname=nanospec
 pkgname=haskell-nanospec
 pkgver=0.2.2
-pkgrel=241
+pkgrel=242
 pkgdesc="A lightweight implementation of a subset of Hspec's API"
 url="https://github.com/commercialhaskell/nanospec;
 license=('MIT')



[arch-commits] Commit in haskell-base-compat-batteries/repos (2 files)

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:43:07
  Author: felixonmars
Revision: 1144135

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-base-compat-batteries/repos/community-staging-x86_64/
  haskell-base-compat-batteries/repos/community-staging-x86_64/PKGBUILD
(from rev 1144134, haskell-base-compat-batteries/trunk/PKGBUILD)

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

Copied: haskell-base-compat-batteries/repos/community-staging-x86_64/PKGBUILD 
(from rev 1144134, haskell-base-compat-batteries/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:43:07 UTC (rev 1144135)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=base-compat-batteries
+pkgname=haskell-base-compat-batteries
+pkgver=0.12.0
+pkgrel=7
+pkgdesc="base-compat with extra batteries"
+url="https://hackage.haskell.org/package/base-compat-batteries;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-hspec-discover' 'haskell-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5eb31f42553f16d840822056ef84cf80949b29b91508bba3a8399da59b49252b9509f2c83531fa9f095abfeea6d65b7b541a1f9a526604ffc038ff6346a27a5d')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-base-compat-batteries/trunk (PKGBUILD)

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:43:00
  Author: felixonmars
Revision: 1144134

upgpkg: haskell-base-compat-batteries 0.12.0-7: rebuild with doctest 0.19.0 
(rebuild pass 1, specified --nocheck)

Modified:
  haskell-base-compat-batteries/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:42:41 UTC (rev 1144133)
+++ PKGBUILD2022-03-06 23:43:00 UTC (rev 1144134)
@@ -3,7 +3,7 @@
 _hkgname=base-compat-batteries
 pkgname=haskell-base-compat-batteries
 pkgver=0.12.0
-pkgrel=6
+pkgrel=7
 pkgdesc="base-compat with extra batteries"
 url="https://hackage.haskell.org/package/base-compat-batteries;
 license=('MIT')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:42:41
  Author: felixonmars
Revision: 1144133

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-stringbuilder/repos/community-staging-x86_64/PKGBUILD (from rev 
1144132, haskell-stringbuilder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:42:41 UTC (rev 1144133)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=stringbuilder
+pkgname=haskell-stringbuilder
+pkgver=0.5.1
+pkgrel=280
+pkgdesc="A writer monad for multi-line string literals"
+url="https://github.com/sol/stringbuilder;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('09cbf01dce82b325393c0d6f0264792695d528a184052f5e1d5dbd3fc181fd11c280e77ba445f1e44c6a8dabc0b267aa90f4a9f1fc34135f1b741d2a5dca9369')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:42:34
  Author: felixonmars
Revision: 1144132

upgpkg: haskell-stringbuilder 0.5.1-280: rebuild with doctest 0.19.0

Modified:
  haskell-stringbuilder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:42:16 UTC (rev 1144131)
+++ PKGBUILD2022-03-06 23:42:34 UTC (rev 1144132)
@@ -4,7 +4,7 @@
 _hkgname=stringbuilder
 pkgname=haskell-stringbuilder
 pkgver=0.5.1
-pkgrel=279
+pkgrel=280
 pkgdesc="A writer monad for multi-line string literals"
 url="https://github.com/sol/stringbuilder;
 license=("MIT")



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:42:16
  Author: felixonmars
Revision: 1144131

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-base-orphans/repos/community-staging-x86_64/
  haskell-base-orphans/repos/community-staging-x86_64/PKGBUILD
(from rev 1144130, haskell-base-orphans/trunk/PKGBUILD)

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

Copied: haskell-base-orphans/repos/community-staging-x86_64/PKGBUILD (from rev 
1144130, haskell-base-orphans/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:42:16 UTC (rev 1144131)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base-orphans
+pkgname=haskell-base-orphans
+pkgver=0.8.6
+pkgrel=10
+pkgdesc="Backwards-compatible orphan instances for base"
+url="https://github.com/haskell-compat/base-orphans#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover' 
'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('53cda663ee88e2ea53cf6b6d07b625a8343a6a26474bff9fa09554ee094e50429239615a892460fd676e9c3f80cbda0ad824052d785694fdbf1f2a90fa1e29ff')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:42:08
  Author: felixonmars
Revision: 1144130

upgpkg: haskell-base-orphans 0.8.6-10: rebuild with doctest 0.19.0 (rebuild 
pass 1, specified --nocheck)

Modified:
  haskell-base-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:41:49 UTC (rev 1144129)
+++ PKGBUILD2022-03-06 23:42:08 UTC (rev 1144130)
@@ -4,7 +4,7 @@
 _hkgname=base-orphans
 pkgname=haskell-base-orphans
 pkgver=0.8.6
-pkgrel=9
+pkgrel=10
 pkgdesc="Backwards-compatible orphan instances for base"
 url="https://github.com/haskell-compat/base-orphans#readme;
 license=("MIT")



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:41:49
  Author: felixonmars
Revision: 1144129

archrelease: copy trunk to community-staging-x86_64

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

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

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



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:41:41
  Author: felixonmars
Revision: 1144128

upgpkg: haskell-hspec 2.9.0-5: rebuild with doctest 0.19.0

Modified:
  haskell-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:41:23 UTC (rev 1144127)
+++ PKGBUILD2022-03-06 23:41:41 UTC (rev 1144128)
@@ -3,7 +3,7 @@
 _hkgname=hspec
 pkgname=haskell-hspec
 pkgver=2.9.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:41:23
  Author: felixonmars
Revision: 1144127

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD (from rev 
1144126, haskell-hspec-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:41:23 UTC (rev 1144127)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-core
+pkgname=haskell-hspec-core
+pkgver=2.9.0
+pkgrel=4
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 
'haskell-clock'
+ 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
+ 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
+makedepends=('ghc')
+checkdepends=('haskell-base-orphans' 'haskell-hspec-meta' 'haskell-silently' 
'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('298140ce6303610a2affd04d8d6639d418b6135433a8f12ef0226346dddb3545a542cd6c15369444ff4d1c4f156972f90af8eda77718aaf0e28964dcb496ef49')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# https://github.com/hspec/hspec/issues/432
+runhaskell Setup test || :
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:41:15
  Author: felixonmars
Revision: 1144126

upgpkg: haskell-hspec-core 2.9.0-4: rebuild with doctest 0.19.0 (rebuild pass 
1, specified --nocheck)

Modified:
  haskell-hspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:40:43 UTC (rev 1144125)
+++ PKGBUILD2022-03-06 23:41:15 UTC (rev 1144126)
@@ -3,7 +3,7 @@
 _hkgname=hspec-core
 pkgname=haskell-hspec-core
 pkgver=2.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:40:43
  Author: felixonmars
Revision: 1144125

archrelease: copy trunk to community-staging-x86_64

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

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

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



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:40:36
  Author: felixonmars
Revision: 1144124

upgpkg: haskell-hspec-meta 2.7.8-182: rebuild with doctest 0.19.0

Modified:
  haskell-hspec-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:40:04 UTC (rev 1144123)
+++ PKGBUILD2022-03-06 23:40:36 UTC (rev 1144124)
@@ -3,7 +3,7 @@
 _hkgname=hspec-meta
 pkgname=haskell-hspec-meta
 pkgver=2.7.8
-pkgrel=181
+pkgrel=182
 pkgdesc="A version of Hspec which is used to test Hspec itself"
 url="http://hspec.github.io/;
 license=('MIT')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:40:04
  Author: felixonmars
Revision: 1144123

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-quickcheck-classes-base/repos/community-staging-x86_64/PKGBUILD 
(from rev 1144122, haskell-quickcheck-classes-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:40:04 UTC (rev 1144123)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=quickcheck-classes-base
+pkgname=haskell-quickcheck-classes-base
+pkgver=0.6.2.0
+pkgrel=99
+pkgdesc="QuickCheck common typeclasses from 'base'"
+url="https://github.com/andrewthad/quickcheck-classes;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck')
+makedepends=('ghc' 'uusi')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('730255f74582081e65fa8c6b36ab8a2c26991a8e7d8140361151614e7a9619f178e50820cdfc3bf5771f1688dce369f9d71de683bc89481a20f8d2382ae4b58d')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:39:57
  Author: felixonmars
Revision: 1144122

upgpkg: haskell-quickcheck-classes-base 0.6.2.0-99: rebuild with doctest 0.19.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:39:34 UTC (rev 1144121)
+++ PKGBUILD2022-03-06 23:39:57 UTC (rev 1144122)
@@ -3,7 +3,7 @@
 _hkgname=quickcheck-classes-base
 pkgname=haskell-quickcheck-classes-base
 pkgver=0.6.2.0
-pkgrel=98
+pkgrel=99
 pkgdesc="QuickCheck common typeclasses from 'base'"
 url="https://github.com/andrewthad/quickcheck-classes;
 license=('MIT')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:39:34
  Author: felixonmars
Revision: 1144121

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hspec-discover/repos/community-staging-x86_64/PKGBUILD (from 
rev 1144120, haskell-hspec-discover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:39:34 UTC (rev 1144121)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-discover
+pkgname=haskell-hspec-discover
+pkgver=2.9.0
+pkgrel=4
+pkgdesc="Automatically discover and run Hspec tests"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-quickcheck' 'haskell-hspec-meta' 'haskell-mockery')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('06612cf9d62c6795ce720793dc8514514fd397ff19dd03b3290b23bf3801dd4480bd8a90f9e0d35279fac5e13d6ff74eb2696686731cb5aa1a438608f5bd008a')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+   
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:39:26
  Author: felixonmars
Revision: 1144120

upgpkg: haskell-hspec-discover 2.9.0-4: rebuild with doctest 0.19.0 (rebuild 
pass 1, specified --nocheck)

Modified:
  haskell-hspec-discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:39:08 UTC (rev 1144119)
+++ PKGBUILD2022-03-06 23:39:26 UTC (rev 1144120)
@@ -3,7 +3,7 @@
 _hkgname=hspec-discover
 pkgname=haskell-hspec-discover
 pkgver=2.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Automatically discover and run Hspec tests"
 url="http://hspec.github.io/;
 license=('MIT')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:39:08
  Author: felixonmars
Revision: 1144119

archrelease: copy trunk to community-staging-x86_64

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

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

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



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:39:00
  Author: felixonmars
Revision: 1144118

upgpkg: haskell-quickcheck-io 0.2.0-442: rebuild with doctest 0.19.0

Modified:
  haskell-quickcheck-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:38:43 UTC (rev 1144117)
+++ PKGBUILD2022-03-06 23:39:00 UTC (rev 1144118)
@@ -3,7 +3,7 @@
 _hkgname=quickcheck-io
 pkgname=haskell-quickcheck-io
 pkgver=0.2.0
-pkgrel=441
+pkgrel=442
 pkgdesc="Use HUnit assertions as QuickCheck properties"
 url="https://github.com/hspec/quickcheck-io;
 license=('MIT')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:38:43
  Author: felixonmars
Revision: 1144117

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 1144116, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:38:43 UTC (rev 1144117)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.10.2
+pkgrel=47
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="https://github.com/UnkindPartition/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-quickcheck' 
'haskell-random'
+ 'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc')
+checkdepends=('haskell-tasty-hunit' 'haskell-pcre-light')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('78b223fc54428e71b1a8b3afba1128764e61703be4dea95541e0661d2fbe3006b77ef15200577e40bf3bf78a557f66f13a77288c8fe87dc19eb343c9fdff9d89')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:38:36
  Author: felixonmars
Revision: 1144116

upgpkg: haskell-tasty-quickcheck 0.10.2-47: rebuild with doctest 0.19.0 
(rebuild pass 1, specified --nocheck)

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:38:18 UTC (rev 1144115)
+++ PKGBUILD2022-03-06 23:38:36 UTC (rev 1144116)
@@ -4,7 +4,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.10.2
-pkgrel=46
+pkgrel=47
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="https://github.com/UnkindPartition/tasty;
 license=("MIT")



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:38:18
  Author: felixonmars
Revision: 1144115

archrelease: copy trunk to community-staging-x86_64

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

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

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



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:38:10
  Author: felixonmars
Revision: 1144114

upgpkg: haskell-test-framework-quickcheck2 0.3.0.5-387: rebuild with doctest 
0.19.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:37:52 UTC (rev 1144113)
+++ PKGBUILD2022-03-06 23:38:10 UTC (rev 1144114)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-quickcheck2
 pkgname=haskell-test-framework-quickcheck2
 pkgver=0.3.0.5
-pkgrel=386
+pkgrel=387
 pkgdesc="QuickCheck-2 support for the test-framework package"
 url="https://haskell.github.io/test-framework/;
 license=("BSD")



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:37:52
  Author: felixonmars
Revision: 1144113

archrelease: copy trunk to community-staging-x86_64

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

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

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



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:37:45
  Author: felixonmars
Revision: 1144112

upgpkg: haskell-test-framework-hunit 0.3.0.2-394: rebuild with doctest 0.19.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:37:27 UTC (rev 1144111)
+++ PKGBUILD2022-03-06 23:37:45 UTC (rev 1144112)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-hunit
 pkgname=haskell-test-framework-hunit
 pkgver=0.3.0.2
-pkgrel=393
+pkgrel=394
 pkgdesc="HUnit support for the test-framework package."
 url="https://batterseapower.github.io/test-framework/;
 license=("BSD")



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:37:27
  Author: felixonmars
Revision: 1144111

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-mockery/repos/community-staging-x86_64/PKGBUILD (from rev 
1144110, haskell-mockery/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:37:27 UTC (rev 1144111)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mockery
+pkgname=haskell-mockery
+pkgver=0.3.5
+pkgrel=372
+pkgdesc="Support functions for automated testing"
+url="https://github.com/hspec/mockery;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-temporary' 
'haskell-logging-facade')
+makedepends=('ghc')
+checkdepends=('haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bcb9bef083749028ec27ba879feca7c7a8f966f50b31fe1df3e82b3ac206b634b961755e4ee90ebc72ba8c17be3bbab6acf1b01776bca9497cc5cbc1ccb58850')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:37:20
  Author: felixonmars
Revision: 1144110

upgpkg: haskell-mockery 0.3.5-372: rebuild with doctest 0.19.0 (rebuild pass 1, 
specified --nocheck)

Modified:
  haskell-mockery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:37:00 UTC (rev 1144109)
+++ PKGBUILD2022-03-06 23:37:20 UTC (rev 1144110)
@@ -4,7 +4,7 @@
 _hkgname=mockery
 pkgname=haskell-mockery
 pkgver=0.3.5
-pkgrel=371
+pkgrel=372
 pkgdesc="Support functions for automated testing"
 url="https://github.com/hspec/mockery;
 license=("MIT")



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:37:00
  Author: felixonmars
Revision: 1144109

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-quickcheck/repos/community-staging-x86_64/PKGBUILD (from rev 
1144108, haskell-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:37:00 UTC (rev 1144109)
@@ -0,0 +1,50 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=QuickCheck
+pkgname=haskell-quickcheck
+pkgver=2.14.2
+pkgrel=270
+pkgdesc='Automatic testing of Haskell programs'
+url='https://hackage.haskell.org/package/QuickCheck'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-erf' 'haskell-random' 'haskell-splitmix')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('84decd354e6093bc72afd125410499dd4be3ae8fdbf0a3b466011b4dbcb5c5657e51ab75cfe22790e22bf4ac54cbb1203ff7a0d108e872ce60f4831be827a6e5')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure \
+-O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-ftemplateHaskell
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh"
+  install -D -m744 unregister.sh 
"$pkgdir/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}
+
+# vim: ts=2 sw=2 et:



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:36:52
  Author: felixonmars
Revision: 1144108

upgpkg: haskell-quickcheck 2.14.2-270: rebuild with doctest 0.19.0

Modified:
  haskell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:35:54 UTC (rev 1144107)
+++ PKGBUILD2022-03-06 23:36:52 UTC (rev 1144108)
@@ -5,7 +5,7 @@
 _hkgname=QuickCheck
 pkgname=haskell-quickcheck
 pkgver=2.14.2
-pkgrel=269
+pkgrel=270
 pkgdesc='Automatic testing of Haskell programs'
 url='https://hackage.haskell.org/package/QuickCheck'
 license=('BSD')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:35:54
  Author: felixonmars
Revision: 1144107

archrelease: copy trunk to community-staging-x86_64

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

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

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



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:35:47
  Author: felixonmars
Revision: 1144106

upgpkg: haskell-test-framework 0.8.2.0-412: rebuild with doctest 0.19.0 
(rebuild pass 1, specified --nocheck)

Modified:
  haskell-test-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:35:26 UTC (rev 1144105)
+++ PKGBUILD2022-03-06 23:35:47 UTC (rev 1144106)
@@ -4,7 +4,7 @@
 _hkgname=test-framework
 pkgname=haskell-test-framework
 pkgver=0.8.2.0
-pkgrel=411
+pkgrel=412
 pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
 url="https://batterseapower.github.io/test-framework/;
 license=("BSD")



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:35:26
  Author: felixonmars
Revision: 1144105

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-temporary/repos/community-staging-x86_64/PKGBUILD (from rev 
1144104, haskell-temporary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:35:26 UTC (rev 1144105)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=temporary
+pkgname=haskell-temporary
+pkgver=1.3
+pkgrel=357
+pkgdesc="Portable temporary file and directory support"
+url="https://www.github.com/batterseapower/temporary;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-random')
+makedepends=('ghc')
+checkdepends=('haskell-base-compat' 'haskell-tasty' 'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e3078caf54da95c4efa9e9c936b35a98b62296ecce2242cd4e103605a9d29e8a9d6c7027dbf50d02b6a893bea558ea5b07dbb1df7c59bf26d86db76ccf112f25')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:35:18
  Author: felixonmars
Revision: 1144104

upgpkg: haskell-temporary 1.3-357: rebuild with doctest 0.19.0 (rebuild pass 1, 
specified --nocheck)

Modified:
  haskell-temporary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:35:01 UTC (rev 1144103)
+++ PKGBUILD2022-03-06 23:35:18 UTC (rev 1144104)
@@ -4,7 +4,7 @@
 _hkgname=temporary
 pkgname=haskell-temporary
 pkgver=1.3
-pkgrel=356
+pkgrel=357
 pkgdesc="Portable temporary file and directory support"
 url="https://www.github.com/batterseapower/temporary;
 license=("BSD")



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:35:01
  Author: felixonmars
Revision: 1144103

archrelease: copy trunk to community-staging-x86_64

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

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

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



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:34:53
  Author: felixonmars
Revision: 1144102

upgpkg: haskell-tf-random 0.5-446: rebuild with doctest 0.19.0

Modified:
  haskell-tf-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:34:33 UTC (rev 1144101)
+++ PKGBUILD2022-03-06 23:34:53 UTC (rev 1144102)
@@ -3,7 +3,7 @@
 _hkgname=tf-random
 pkgname=haskell-tf-random
 pkgver=0.5
-pkgrel=445
+pkgrel=446
 pkgdesc='High-quality splittable pseudorandom number generator'
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:34:33
  Author: felixonmars
Revision: 1144101

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-doctest/repos/community-staging-x86_64/PKGBUILD
(from rev 1144100, haskell-doctest/trunk/PKGBUILD)
Deleted:
  haskell-doctest/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-06 23:34:25 UTC (rev 1144100)
+++ PKGBUILD2022-03-06 23:34:33 UTC (rev 1144101)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=doctest
-pkgname=haskell-doctest
-pkgver=0.19.0
-pkgrel=1
-pkgdesc="Test interactive Haskell examples"
-url="https://github.com/sol/doctest;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-compat' 'haskell-ghc' 'haskell-syb'
- 'haskell-code-page' 'haskell-ghc-paths')
-makedepends=('ghc')
-checkdepends=('haskell-hunit' 'haskell-hspec' 'haskell-hspec-core' 
'haskell-hspec-discover'
-  'haskell-quickcheck' 'haskell-stringbuilder' 'haskell-silently' 
'haskell-setenv'
-  'haskell-mockery')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('9d165230720bb979f545af221fafd28a6ea23dcf7d462196ed5a74a692eed79606bc61a5b72a269ae0e386747fcb87a920fc12c32564b386aee2485eb751c4e9')
-
-prepare() {
-# Add -dynamic flag
-sed -i 's/\+\+ packageDBArgs/++ packageDBArgs ++ ["-dynamic"]/' 
$_hkgname-$pkgver/src/Extract.hs
-sed -i 's/\+\+ expandedArgs)/++ expandedArgs ++ ["-dynamic"])/' 
$_hkgname-$pkgver/src/Run.hs
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-doctest/repos/community-staging-x86_64/PKGBUILD (from rev 
1144100, haskell-doctest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-06 23:34:33 UTC (rev 1144101)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=doctest
+pkgname=haskell-doctest
+pkgver=0.19.0
+pkgrel=2
+pkgdesc="Test interactive Haskell examples"
+url="https://github.com/sol/doctest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-ghc' 'haskell-syb'
+ 'haskell-code-page' 'haskell-ghc-paths')
+makedepends=('ghc')
+checkdepends=('haskell-hunit' 'haskell-hspec' 'haskell-hspec-core' 
'haskell-hspec-discover'
+  'haskell-quickcheck' 'haskell-stringbuilder' 'haskell-silently' 
'haskell-setenv'
+  'haskell-mockery')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9d165230720bb979f545af221fafd28a6ea23dcf7d462196ed5a74a692eed79606bc61a5b72a269ae0e386747fcb87a920fc12c32564b386aee2485eb751c4e9')
+
+prepare() {
+# Add -dynamic flag
+sed -i 's/\+\+ packageDBArgs/++ packageDBArgs ++ ["-dynamic"]/' 
$_hkgname-$pkgver/src/Extract.hs
+sed -i 's/\+\+ expandedArgs)/++ expandedArgs ++ ["-dynamic"])/' 
$_hkgname-$pkgver/src/Run.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e 

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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:34:25
  Author: felixonmars
Revision: 1144100

upgpkg: haskell-doctest 0.19.0-2: rebuild with doctest 0.19.0 (rebuild pass 1, 
specified --nocheck)

Modified:
  haskell-doctest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:34:01 UTC (rev 1144099)
+++ PKGBUILD2022-03-06 23:34:25 UTC (rev 1144100)
@@ -4,7 +4,7 @@
 _hkgname=doctest
 pkgname=haskell-doctest
 pkgver=0.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Test interactive Haskell examples"
 url="https://github.com/sol/doctest;
 license=("MIT")



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:34:01
  Author: felixonmars
Revision: 1144099

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-random/repos/community-staging-x86_64/PKGBUILD (from rev 
1144098, haskell-random/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:34:01 UTC (rev 1144099)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.2.1
+pkgrel=58
+pkgdesc="Pseudo-random number generation"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-splitmix')
+makedepends=('ghc')
+checkdepends=('haskell-doctest' 'haskell-smallcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+  'haskell-tasty-inspection-testing' 'haskell-tasty-smallcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b130a90981de53b4fc3e7cf660224268d24bcceb9498d33827d9f43dc705c9a724c23999c4cf0222127f4c69daebf0d049d963abbea0a860135d661f9cc55731')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:33:39
  Author: felixonmars
Revision: 1144098

upgpkg: haskell-random 1.2.1-58: rebuild with doctest 0.19.0 (rebuild pass 1, 
specified --nocheck)

Modified:
  haskell-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:33:03 UTC (rev 1144097)
+++ PKGBUILD2022-03-06 23:33:39 UTC (rev 1144098)
@@ -4,7 +4,7 @@
 _hkgname=random
 pkgname=haskell-random
 pkgver=1.2.1
-pkgrel=57
+pkgrel=58
 pkgdesc="Pseudo-random number generation"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:33:03
  Author: felixonmars
Revision: 1144097

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-syb/repos/community-staging-x86_64/PKGBUILD (from rev 1144096, 
haskell-syb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-03-06 23:33:03 UTC (rev 1144097)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Aaron Peschel 
+# Contributor: Rémy Oudompheng 
+# Contributor: Arch Haskell Team 
+
+_hkgname=syb
+pkgname=haskell-syb
+pkgver=0.7.2.1
+pkgrel=110
+pkgdesc="library for generic programming in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6c356af3cc72f29c362b2859292a96b8107dd3241cff79d717f361e517edf478295f477c0f426fb8d0ae0952cd5c7521114cf1cac1f3faf2b0c96d3b8a335e69')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:32:56
  Author: felixonmars
Revision: 1144096

upgpkg: haskell-syb 0.7.2.1-110: rebuild with doctest 0.19.0 (rebuild pass 1, 
specified --nocheck)

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:32:35 UTC (rev 1144095)
+++ PKGBUILD2022-03-06 23:32:56 UTC (rev 1144096)
@@ -6,7 +6,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7.2.1
-pkgrel=109
+pkgrel=110
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:32:35
  Author: felixonmars
Revision: 1144095

archrelease: copy trunk to community-staging-x86_64

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

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

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



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:32:27
  Author: felixonmars
Revision: 1144094

upgpkg: haskell-tasty-smallcheck 0.8.2-241: rebuild with doctest 0.19.0

Modified:
  haskell-tasty-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:32:10 UTC (rev 1144093)
+++ PKGBUILD2022-03-06 23:32:27 UTC (rev 1144094)
@@ -3,7 +3,7 @@
 _hkgname=tasty-smallcheck
 pkgname=haskell-tasty-smallcheck
 pkgver=0.8.2
-pkgrel=240
+pkgrel=241
 pkgdesc="SmallCheck support for the Tasty test framework"
 url="https://github.com/feuerbach/tasty;
 license=('MIT')



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:32:10
  Author: felixonmars
Revision: 1144093

archrelease: copy trunk to community-staging-x86_64

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

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

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



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

2022-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 6, 2022 @ 23:32:02
  Author: felixonmars
Revision: 1144092

upgpkg: haskell-tasty-inspection-testing 0.1-61: rebuild with doctest 0.19.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 23:31:43 UTC (rev 1144091)
+++ PKGBUILD2022-03-06 23:32:02 UTC (rev 1144092)
@@ -3,7 +3,7 @@
 _hkgname=tasty-inspection-testing
 pkgname=haskell-tasty-inspection-testing
 pkgver=0.1
-pkgrel=60
+pkgrel=61
 pkgdesc="Inspection testing support for tasty"
 url="https://github.com/Bodigrim/tasty-inspection-testing;
 license=("MIT")



  1   2   3   4   5   6   7   8   >