[arch-commits] Commit in python-aws-xray-sdk/trunk (PKGBUILD)

2021-08-06 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, August 7, 2021 @ 05:29:16
  Author: yan12125
Revision: 994635

python-aws-xray-sdk: fix check() with python-pg8000 1.21.0-1

Modified:
  python-aws-xray-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-07 01:16:25 UTC (rev 994634)
+++ PKGBUILD2021-08-07 05:29:16 UTC (rev 994635)
@@ -19,6 +19,14 @@
 
source=("https://github.com/aws/aws-xray-sdk-python/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('3f94ee35d8e34022939153dcc6d5bd8bce1428ee4811f0ee4713e40dae8b22dd')
 
+prepare() {
+  cd $_pkgname-$pkgver
+  # The 'database_version' field relies on a private member in pg8000 [1], 
which is removed in pg8000 1.21 [2]
+  # 
https://github.com/aws/aws-xray-sdk-python/blob/2.8.0/aws_xray_sdk/ext/pg8000/patch.py#L27
+  # 
https://github.com/tlocke/pg8000/commit/fa382a2da52c004fa9b98b242e855132d3fd6d23#diff-2d43fca8e06901904747dfab40d9a7a698ff03fab4c9ba1c01a8ce04105d537eL799
+  sed -i "/sql\['database_version'\]/d" tests/ext/pg8000/test_pg8000.py
+}
+
 build() {
   cd $_pkgname-$pkgver
   python setup.py build



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

2021-08-06 Thread Daniel Bermond via arch-commits
Date: Saturday, August 7, 2021 @ 01:16:25
  Author: dbermond
Revision: 994634

archrelease: copy trunk to community-x86_64

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

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

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

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



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

2021-08-06 Thread Daniel Bermond via arch-commits
Date: Saturday, August 7, 2021 @ 01:16:00
  Author: dbermond
Revision: 994633

upgpkg: cargo-c 0.9.2-1

Modified:
  cargo-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-07 00:08:25 UTC (rev 994632)
+++ PKGBUILD2021-08-07 01:16:00 UTC (rev 994633)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=cargo-c
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 makedepends=('rust')
 
source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('ae79b9a6e862f103a71db044a0713d9dad753000913c751b124a11c19cb3a94c'
-'b779c907b72c9fca6ada963cfe40c57d7aeab8f59c0e5a19ebca84cbebc20f8c')
+sha256sums=('9f93bfa47ab39ec84e5c9a6e86962349e0eeb8a73716ab3d1fd3edba1a0d885b'
+'50bd5a64011058456ff86d6a53fbee4d0063d28ba304698018019caf55187632')
 
 prepare() {
 ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"



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

2021-08-06 Thread Sergej Pupykin via arch-commits
Date: Saturday, August 7, 2021 @ 00:08:25
  Author: spupykin
Revision: 994632

archrelease: copy trunk to community-x86_64

Added:
  lshw/repos/community-x86_64/PKGBUILD
(from rev 994631, lshw/trunk/PKGBUILD)
Deleted:
  lshw/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-07 00:08:17 UTC (rev 994631)
+++ PKGBUILD2021-08-07 00:08:25 UTC (rev 994632)
@@ -1,37 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Zamprogno 
-# Contributor: Chuck Yang 
-
-pkgname=lshw
-pkgver=B.02.19.2
-pkgrel=1
-pkgdesc="A small tool to provide detailed information on the hardware 
configuration of the machine."
-url="https://ezix.org/project/wiki/HardwareLiSter;
-license=('GPL')
-arch=('x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(https://ezix.org/software/files/lshw-$pkgver.tar.gz)
-sha256sums=('9bb347ac87142339a366a1759ac845e3dbb337ec000aa1b99b50ac6758a80f80')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make SBINDIR=/usr/bin
-  make SBINDIR=/usr/bin gui
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir"/ SBINDIR=/usr/bin install
-  make DESTDIR="$pkgdir"/ SBINDIR=/usr/bin install-gui
-  install -Dm0644 src/gui/integration/gtk-lshw.desktop 
"$pkgdir"/usr/share/applications/gtk-lshw.desktop
-  install -Dm0644 src/gui/integration/gtk-lshw.pam 
"$pkgdir"/usr/share/doc/$pkgname/gtk-lshw.pam
-  install -Dm0644 src/gui/integration/console.apps 
"$pkgdir"/usr/share/doc/$pkgname/console.apps
-  rm -f "$pkgdir"/usr/share/lshw/{pci,usb}.ids
-}

Copied: lshw/repos/community-x86_64/PKGBUILD (from rev 994631, 
lshw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-07 00:08:25 UTC (rev 994632)
@@ -0,0 +1,39 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+# Contributor: Chuck Yang 
+
+pkgname=lshw
+pkgver=B.02.19.2
+pkgrel=2
+pkgdesc="A small tool to provide detailed information on the hardware 
configuration of the machine."
+url="https://ezix.org/project/wiki/HardwareLiSter;
+license=('GPL')
+arch=('x86_64')
+depends=('gcc-libs' 'hwids')
+optdepends=('gtk2')
+makedepends=('gcc' 'gtk2' 'sqlite')
+source=(https://ezix.org/software/files/lshw-$pkgver.tar.gz)
+sha256sums=('9bb347ac87142339a366a1759ac845e3dbb337ec000aa1b99b50ac6758a80f80')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
+  sed -i '/^LDFLAGS=$/d' src/core/Makefile src/gui/Makefile
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  export VERSION=$pkgver
+  make SBINDIR=/usr/bin
+  make SBINDIR=/usr/bin gui
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir"/ SBINDIR=/usr/bin install
+  make DESTDIR="$pkgdir"/ SBINDIR=/usr/bin install-gui
+  install -Dm0644 src/gui/integration/gtk-lshw.desktop 
"$pkgdir"/usr/share/applications/gtk-lshw.desktop
+  install -Dm0644 src/gui/integration/gtk-lshw.pam 
"$pkgdir"/usr/share/doc/$pkgname/gtk-lshw.pam
+  install -Dm0644 src/gui/integration/console.apps 
"$pkgdir"/usr/share/doc/$pkgname/console.apps
+  rm -f "$pkgdir"/usr/share/lshw/{pci,usb}.ids
+}



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

2021-08-06 Thread Sergej Pupykin via arch-commits
Date: Saturday, August 7, 2021 @ 00:08:17
  Author: spupykin
Revision: 994631

upgpkg: lshw B.02.19.2-2
https://bugs.archlinux.org/task/71480

Modified:
  lshw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-07 00:05:35 UTC (rev 994630)
+++ PKGBUILD2021-08-07 00:08:17 UTC (rev 994631)
@@ -4,7 +4,7 @@
 
 pkgname=lshw
 pkgver=B.02.19.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A small tool to provide detailed information on the hardware 
configuration of the machine."
 url="https://ezix.org/project/wiki/HardwareLiSter;
 license=('GPL')
@@ -18,10 +18,12 @@
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
   sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
+  sed -i '/^LDFLAGS=$/d' src/core/Makefile src/gui/Makefile
 }
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
+  export VERSION=$pkgver
   make SBINDIR=/usr/bin
   make SBINDIR=/usr/bin gui
 }



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

2021-08-06 Thread Sergej Pupykin via arch-commits
Date: Saturday, August 7, 2021 @ 00:05:35
  Author: spupykin
Revision: 994630

add pgp keys

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-07 00:05:06 UTC (rev 994629)
+++ PKGBUILD2021-08-07 00:05:35 UTC (rev 994630)
@@ -13,12 +13,14 @@
 provides=('ircd')
 backup=('etc/unrealircd/unrealircd.conf')
 install=unrealircd.install
-source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
+validpgpkeys=('1D2D2B03A0B68ED11D68A24BA7A21B0A108FF4A9')
+source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz{,.asc}
unrealircd.service
unrealircd.tmpfiles.d
unrealircd.sysusers.d
install.pl)
 sha256sums=('1740ad7d45bbb9db6e5254c827efb654e979a66c82028d560a52ca9416751914'
+'SKIP'
 '0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
 '75360541bc3aec9c1241c75e0ce60214c65cb618ffe5ca77144f01651ef5ab5b'
 '9e595176e63b301476982b1456d6ed065c479ff913b6743417ab8a9efdda0e3a'



[arch-commits] Commit in squid/repos/community-x86_64 (12 files)

2021-08-06 Thread Sergej Pupykin via arch-commits
Date: Saturday, August 7, 2021 @ 00:05:06
  Author: spupykin
Revision: 994629

archrelease: copy trunk to community-x86_64

Added:
  squid/repos/community-x86_64/PKGBUILD
(from rev 994628, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 994628, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 994628, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.pam
(from rev 994628, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.sysusers
(from rev 994628, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 994628, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

--+
 PKGBUILD |  217 -
 squid-rotate.service |   18 ++--
 squid-rotate.timer   |   20 ++--
 squid.pam|8 -
 squid.sysusers   |2 
 squid.tmpfiles   |6 -
 6 files changed, 136 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-07 00:04:52 UTC (rev 994628)
+++ PKGBUILD2021-08-07 00:05:06 UTC (rev 994629)
@@ -1,108 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=4.16
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl' 
'libxml2')
-makedepends=('krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-   'etc/squid/cachemgr.conf'
-   'etc/squid/errorpage.css'
-   'etc/squid/mime.conf')
-validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463'
- 'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E')
-source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc}
-'squid.pam'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-sha256sums=('7e00e891757c1c02dae546c9898f440c6031b684d8c243d6edab529076e3ba63'
-'SKIP'
-'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
-'495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'
-'c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a'
-'3a97aa6bf6dcdc427e73bb2f36afdeaaf2bbf7dd2c0bbb7f1a948850198a8b7c'
-'8bc77fa1f653a17a4956feac042be9577ba30a8a43480b443fbd67640ae711ee')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|/var/run/|/run/|g' tools/systemd/squid.service
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies="lru,heap" \
---enable-storeio="aufs,ufs,diskd,rock" \
---enable-delay-pools \
---enable-arp-acl \
---with-openssl \
---enable-snmp \
---enable-linux-netfilter \
---enable-ident-lookups \
---enable-useragent-log \
---enable-cache-digests \
---enable-referer-log \
---enable-arp-acl \
---enable-htcp \
---enable-carp \
---enable-epoll \
---with-large-files \
---enable-arp-acl \
---with-default-user=proxy \
---enable-async-io \
---enable-truncate \
---enable-icap-client \
---enable-ssl-crtd \
---disable-arch-native \
---disable-strict-error-checking \
---enable-wccpv2
-  make
-}
-
-package() {
-  cd "$srcdir"
-
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-
-  chmod 07755 "$pkgdir"/usr/lib/squid/basic_pam_auth
-  
-  install -Dm644 "$srcdir/squid.pam" "$pkgdir/usr/lib/pam.d/squid"
-  install -Dm644 "$srcdir/squid.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/squid.conf"
-  install -Dm644 "$srcdir/squid.sysusers" 
"$pkgdir/usr/lib/sysusers.d/squid.conf"
-  install -Dm644 "$pkgname-$pkgver/tools/systemd/squid.service" \
-"$pkgdir/usr/lib/systemd/system/squid.service"
-  install -Dm644 "$srcdir/squid-rotate.service" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.service"
-  install -Dm644 "$srcdir/squid-rotate.timer" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.timer"
-#  install -dm755 "$pkgdir/usr/lib/systemd/system/timers.target.wants"
-#  ln -s ../squid-rotate.timer \
-#

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

2021-08-06 Thread Sergej Pupykin via arch-commits
Date: Saturday, August 7, 2021 @ 00:04:52
  Author: spupykin
Revision: 994628

upgpkg: squid 5.1-1

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 23:58:31 UTC (rev 994627)
+++ PKGBUILD2021-08-07 00:04:52 UTC (rev 994628)
@@ -4,12 +4,13 @@
 # Contributor: Kevin Piche 
 
 pkgname=squid
-pkgver=4.16
+pkgver=5.1
 pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64')
 url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl' 
'libxml2')
+depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl' 
'libxml2'
+   'systemd-libs')
 makedepends=('krb5')
 license=('GPL')
 options=('emptydirs')
@@ -19,13 +20,13 @@
'etc/squid/mime.conf')
 validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463'
  'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E')
-source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc}
+source=("http://www.squid-cache.org/Versions/v5/$pkgname-$pkgver.tar.xz"{,.asc}
 'squid.pam'
 'squid.tmpfiles'
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-sha256sums=('7e00e891757c1c02dae546c9898f440c6031b684d8c243d6edab529076e3ba63'
+sha256sums=('4e36883c3743f376886acad520b1a15a2582383f04c6e18472b69c3721083428'
 'SKIP'
 '11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
 '495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'



[arch-commits] Commit in nextcloud/repos/community-any (22 files)

2021-08-06 Thread Sergej Pupykin via arch-commits
Date: Friday, August 6, 2021 @ 23:58:31
  Author: spupykin
Revision: 994627

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 994626, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 994626, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud-cron.service
(from rev 994626, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-any/nextcloud-cron.timer
(from rev 994626, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-any/nextcloud.config.php
(from rev 994626, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 994626, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-any/nextcloud.install
(from rev 994626, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-any/nextcloud.occ.sh
(from rev 994626, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-any/nextcloud.sysusers
(from rev 994626, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-any/nextcloud.tmpfiles
(from rev 994626, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-any/nextcloud.uwsgi
(from rev 994626, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud-cron.service
  nextcloud/repos/community-any/nextcloud-cron.timer
  nextcloud/repos/community-any/nextcloud.config.php
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.install
  nextcloud/repos/community-any/nextcloud.occ.sh
  nextcloud/repos/community-any/nextcloud.sysusers
  nextcloud/repos/community-any/nextcloud.tmpfiles
  nextcloud/repos/community-any/nextcloud.uwsgi

+
 PKGBUILD   |  256 +++
 apache.example.conf|   42 +++
 nextcloud-cron.service |   18 +--
 nextcloud-cron.timer   |   18 +--
 nextcloud.config.php   |   34 +++---
 nextcloud.hook |   26 ++--
 nextcloud.install  |   32 ++---
 nextcloud.occ.sh   |   90 
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   18 +--
 nextcloud.uwsgi|  164 +++---
 11 files changed, 350 insertions(+), 350 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 23:58:09 UTC (rev 994626)
+++ PKGBUILD2021-08-06 23:58:31 UTC (rev 994627)
@@ -1,128 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: do not package x.0.0 versions as they are considered beta
-pkgver=22.0.0
-pkgrel=2
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL3')
-depends=('php>=8.0.0' 'php<8.1.0' 'php-gd')
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'php-apcu: for caching with APCU'
-  'php-apache: to use the Apache web server'
-  'mod_itk: to use the Apache web server'
-  'php-fpm: to run in fastCGI process manager'
-  'php-imagick: for preview generation'
-  'php-imap: for external user authentication'
-  'php-intl: to increase language translation performance and fix sorting'
-  'php-memcached: for caching with memcached'
-  'php-pgsql: to use the PostgreSQL database backend'
-  'php-redis: for caching with redis'
-  'php-sqlite: to use the SQLite database backend'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-  'uwsgi-plugin-php: run as application container'
-)
-backup=(
-  "etc/webapps/${pkgname}/config/config.php"
-  "etc/webapps/${pkgname}/.htaccess"
-  "etc/uwsgi/${pkgname}.ini"
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install="${pkgname}.install"
-source=(
-  
"https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-  'apache.example.conf'
-  "${pkgname}.config.php"
-  "${pkgname}.hook"
-  "${pkgname}.occ.sh"
-  "${pkgname}.sysusers"
-  "${pkgname}.tmpfiles"
-  "${pkgname}.uwsgi"
-  "${pkgname}-cron.service"
-  "${pkgname}-cron.timer"
-)
-sha512sums=('ced81296d1080cb224ac96df501721c1a16a8a83f9784ab281d97202ec6611173d60a6a87279e7f36b735a92dd010ed81b0c7561fc7dadde00df10f9b7711cec'
-'SKIP'
-
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
-

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

2021-08-06 Thread Sergej Pupykin via arch-commits
Date: Friday, August 6, 2021 @ 23:58:09
  Author: spupykin
Revision: 994626

upgpkg: nextcloud 22.1.0-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 23:58:04 UTC (rev 994625)
+++ PKGBUILD2021-08-06 23:58:09 UTC (rev 994626)
@@ -3,8 +3,8 @@
 
 pkgname=nextcloud
 # NOTE: do not package x.0.0 versions as they are considered beta
-pkgver=22.0.0
-pkgrel=2
+pkgver=22.1.0
+pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
 url="https://nextcloud.com;
@@ -53,7 +53,7 @@
   "${pkgname}-cron.service"
   "${pkgname}-cron.timer"
 )
-sha512sums=('ced81296d1080cb224ac96df501721c1a16a8a83f9784ab281d97202ec6611173d60a6a87279e7f36b735a92dd010ed81b0c7561fc7dadde00df10f9b7711cec'
+sha512sums=('f591959c35a47d1e88e2aa1694968a36e4673ca55b5d5a9cf0ce6d1ee76002a6445a33ff040a061db0cb753321f59853f723b8dc7106ffda09eed468e5fb7dd3'
 'SKIP'
 
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
 
'92592f9a76ee534d0ae6d3aedf2257c147337debe7e2d6dbec1daff66a682e3abc74611e08662058de314bf3ea6ff1c85efd678674b782d71251c38786e446f9'
@@ -64,7 +64,7 @@
 
'8bc7e76ba986cadf8d3bf35d6fbd8e7e236a61d1372e023c07e60427bacce925737c996d9fbaaeb51ed1066c1d0c8d83a86d7d640ed991b531744ed06629a670'
 
'c585af280c2503a5a969fffd53d192a045a1dedd6d3a32901dfa0e226f9ddb4b5d1b1760553e962b061172c0077fcc57b095d8b7c70cafaa8ca84dbfce2eaa24'
 
'eb69785a5b0df0e2a11f53f9c2e2dbf75681d7c698e88cbcc5ceed713a558d528511cc576813cc083cbaa28a2c83d543a39436ad4805670348ef22634305b1c8')
-b2sums=('5d41337a7577d33f4be2ce5900b97df5582542bf4b51a4de4eff2f62726bcf014d99456ebc775feb16fd625582760e31ee434a23874451a1072822dcd21d5cd6'
+b2sums=('f28a4805ea87532b99a6c47c50ecaa6cb25e0a332af92b8bee201a978aad85edc940d3fc7e27e7ffe84187a94894a76951ce07dda19785e9bb1b3841331de79b'
 'SKIP'
 
'7d40d120c28291f1a7537f3e1b5049fa83c9c0af949371345ea9ccdf3de4a0f3a3a06edbc52d9254dba483e4d11acf562cf679b9e379c5dfc2f61dfbfc2e4cef'
 
'4ad061efbc20b4d0e9f8cfd01c5e8e612fa5af29bce754b77f90c1835b98ee445ef4de3d8c83da91461053622620af14d880eb9014b51f2383c75f1860d479f4'



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

2021-08-06 Thread Sergej Pupykin via arch-commits
Date: Friday, August 6, 2021 @ 23:58:04
  Author: spupykin
Revision: 994625

archrelease: copy trunk to community-x86_64

Added:
  mailutils/repos/community-x86_64/PKGBUILD
(from rev 994624, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch
(from rev 994624, mailutils/trunk/fix-build-mb-len-max.patch)
Deleted:
  mailutils/repos/community-x86_64/PKGBUILD
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch

+
 PKGBUILD   |   98 +--
 fix-build-mb-len-max.patch |   28 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 23:57:53 UTC (rev 994624)
+++ PKGBUILD2021-08-06 23:58:04 UTC (rev 994625)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.12
-pkgrel=1
-pkgdesc="MUA command line tool (mailx)"
-arch=(x86_64)
-url="https://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
-fix-build-mb-len-max.patch)
-sha512sums=('003f90478d8cb2846dcbe6c1d2a0fb6750c8eaf43c9a52a040ed06b86f517f77c44f43d523fe49a4ac1aab3b607c246603eb64cda25b3d73302552a2f8e94301'
-'SKIP'
-
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
-
-prepare() {
-  cd "$srcdir/mailutils-$pkgver"
-  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
-  # (patch from github.com/NixOS/nixpkgs)
-  patch -Np1 -i ../fix-build-mb-len-max.patch
-}
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --sysconfdir=/etc \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
-}
-
-package() {
-  cd "$srcdir/mailutils-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
-  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
-  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
-  chown -R root:root "$pkgdir"
-}

Copied: mailutils/repos/community-x86_64/PKGBUILD (from rev 994624, 
mailutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 23:58:04 UTC (rev 994625)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=3.13
+pkgrel=1
+pkgdesc="MUA command line tool (mailx)"
+arch=(x86_64)
+url="https://www.gnu.org/software/mailutils/;
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls' 'gsasl')
+makedepends=('emacs')
+options=(!emptydirs)
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
+fix-build-mb-len-max.patch)
+sha512sums=('a4319dec9d6da3b619a4bdf548205476e3a34cbd7b4658e339b144450521522b3f5776ccfcba508526a8246929861ee797eeb1fbaf10398cd2dda181a75aabc5'
+'SKIP'
+
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
+
+prepare() {
+  cd "$srcdir/mailutils-$pkgver"
+  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
+  # (patch from github.com/NixOS/nixpkgs)
+  patch -Np1 -i ../fix-build-mb-len-max.patch
+}
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --sysconfdir=/etc \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python \
+   --without-guile
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
+}
+
+package() {
+  cd "$srcdir/mailutils-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/info/dir
+  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
+  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
+  chown -R root:root "$pkgdir"
+}

Deleted: fix-build-mb-len-max.patch
===
--- fix-build-mb-len-max.patch  2021-08-06 23:57:53 UTC (rev 994624)
+++ fix-build-mb-len-max.patch  2021-08-06 23:58:04 UTC (rev 994625)
@@ -1,14 +0,0 @@
-diff --git a/frm/frm.h b/frm/frm.h
-index 178b87d54..7931faada 100644
 a/frm/frm.h
-+++ b/frm/frm.h
-@@ -34,6 +34,9 @@
- #ifdef HAVE_ICONV_H
- # include 
- 

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

2021-08-06 Thread Sergej Pupykin via arch-commits
Date: Friday, August 6, 2021 @ 23:57:53
  Author: spupykin
Revision: 994624

upgpkg: mailutils 3.13-1

Modified:
  mailutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 23:46:07 UTC (rev 994623)
+++ PKGBUILD2021-08-06 23:57:53 UTC (rev 994624)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=mailutils
-pkgver=3.12
+pkgver=3.13
 pkgrel=1
 pkgdesc="MUA command line tool (mailx)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
 source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
 fix-build-mb-len-max.patch)
-sha512sums=('003f90478d8cb2846dcbe6c1d2a0fb6750c8eaf43c9a52a040ed06b86f517f77c44f43d523fe49a4ac1aab3b607c246603eb64cda25b3d73302552a2f8e94301'
+sha512sums=('a4319dec9d6da3b619a4bdf548205476e3a34cbd7b4658e339b144450521522b3f5776ccfcba508526a8246929861ee797eeb1fbaf10398cd2dda181a75aabc5'
 'SKIP'
 
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
 



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

2021-08-06 Thread Jan Steffens via arch-commits
Date: Friday, August 6, 2021 @ 23:56:20
  Author: heftig
Revision: 421187

archrelease: copy trunk to extra-x86_64

Added:
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 421184, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 421184, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 421185, gtk3/trunk/gtk3.install)
Deleted:
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk3.install

--+
 PKGBUILD |  206 -
 gtk-query-immodules-3.0.hook |   22 ++--
 gtk3.install |6 -
 3 files changed, 117 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 23:56:18 UTC (rev 421186)
+++ PKGBUILD2021-08-06 23:56:20 UTC (rev 421187)
@@ -1,103 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk3-docs gtk3-demos)
-pkgver=3.24.30
-pkgrel=1
-epoch=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="https://www.gtk.org/;
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2
- dconf libxcomposite libxdamage pango shared-mime-info at-spi2-atk
- wayland libxkbcommon adwaita-icon-theme json-glib librsvg
- wayland-protocols desktop-file-utils mesa cantarell-fonts libcolord
- rest libcups libcanberra fribidi iso-codes libcloudproviders
- gtk-update-icon-cache)
-makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
-license=(LGPL)
-install=gtk3.install
-_commit=d4e2d05cd9518ba04d6fbe1cbcec27142788ac95  # tags/3.24.30^0
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
-gtk-query-immodules-3.0.hook)
-sha256sums=('SKIP'
-'a0319b6795410f06d38de1e8695a9bf9636ff2169f40701671580e60a108e229')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-}
-
-build() {
-  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
-  local meson_options=(
--D broadway_backend=true
--D cloudproviders=true
--D tracker3=false
--D colord=yes
--D gtk_doc=true
--D man=true
-  )
-
-  arch-meson gtk build "${meson_options[@]}"
-  meson compile -C build
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_gtk3() {
-  provides=(gtk3-print-backends libgtk-3.so libgdk-3.so libgailutil-3.so)
-  conflicts=(gtk3-print-backends)
-  replaces=("gtk3-print-backends<=3.22.26-1")
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  install -Dm644 /dev/stdin "$pkgdir/usr/share/gtk-3.0/settings.ini" <
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk3-docs gtk3-demos)
+pkgver=3.24.30
+pkgrel=2
+epoch=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/;
+depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2
+ dconf libxcomposite libxdamage pango shared-mime-info at-spi2-atk
+ wayland libxkbcommon adwaita-icon-theme json-glib librsvg
+ wayland-protocols desktop-file-utils mesa cantarell-fonts libcolord
+ rest libcups libcanberra fribidi iso-codes libcloudproviders
+ gtk-update-icon-cache)
+makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
+license=(LGPL)
+_commit=d4e2d05cd9518ba04d6fbe1cbcec27142788ac95  # tags/3.24.30^0
+source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
+gtk-query-immodules-3.0.hook)
+sha256sums=('SKIP'
+'a0319b6795410f06d38de1e8695a9bf9636ff2169f40701671580e60a108e229')
+
+pkgver() {
+  cd gtk
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk
+}
+
+build() {
+  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
+  local meson_options=(
+-D broadway_backend=true
+-D cloudproviders=true
+-D tracker3=false
+-D colord=yes
+-D gtk_doc=true
+-D man=true
+  )
+
+  arch-meson gtk build "${meson_options[@]}"
+  meson compile -C build
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_gtk3() {
+  provides=(gtk3-print-backends libgtk-3.so libgdk-3.so libgailutil-3.so)
+  conflicts=(gtk3-print-backends)
+  replaces=("gtk3-print-backends<=3.22.26-1")
+  install=gtk3.install
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/share/gtk-3.0/settings.ini" <

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

2021-08-06 Thread Jan Steffens via arch-commits
Date: Friday, August 6, 2021 @ 23:56:18
  Author: heftig
Revision: 421185

archrelease: copy trunk to extra-x86_64

Added:
  libmbim/repos/extra-x86_64/PKGBUILD
(from rev 421184, libmbim/trunk/PKGBUILD)
Deleted:
  libmbim/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 23:56:06 UTC (rev 421184)
+++ PKGBUILD2021-08-06 23:56:18 UTC (rev 421185)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libmbim
-pkgver=1.26.0
-pkgrel=1
-pkgdesc="MBIM modem protocol helper library"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libmbim/;
-license=(GPL2)
-depends=(glib2 bash systemd)
-makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
-provides=(libmbim-glib.so)
-_commit=717067603d82c14452e70fa24cacb60ac7688685  # tags/1.26.0
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc \
---enable-compile-warnings=yes
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libmbim/repos/extra-x86_64/PKGBUILD (from rev 421184, 
libmbim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 23:56:18 UTC (rev 421185)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libmbim
+pkgver=1.26.0
+pkgrel=2
+pkgdesc="MBIM modem protocol helper library"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libmbim/;
+license=(GPL2)
+depends=(glib2 bash systemd)
+makedepends=(gtk-doc python git help2man gobject-introspection)
+provides=(libmbim-glib.so)
+_commit=717067603d82c14452e70fa24cacb60ac7688685  # tags/1.26.0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+--enable-compile-warnings=yes
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



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

2021-08-06 Thread Jan Steffens via arch-commits
Date: Friday, August 6, 2021 @ 23:56:18
  Author: heftig
Revision: 421186

archrelease: copy trunk to extra-x86_64

Added:
  libqmi/repos/extra-x86_64/PKGBUILD
(from rev 421184, libqmi/trunk/PKGBUILD)
Deleted:
  libqmi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 23:56:18 UTC (rev 421185)
+++ PKGBUILD2021-08-06 23:56:18 UTC (rev 421186)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libqmi
-pkgver=1.28.6
-pkgrel=1
-pkgdesc="QMI modem protocol helper library"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libqmi/;
-license=(GPL2)
-depends=(libmbim libqrtr-glib libgudev)
-makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
-provides=(libqmi-glib.so)
-_commit=23a797e698cea3e671a6ac90fc439eb8e649a4e5  # tags/1.28.6
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc \
---enable-compile-warnings=yes
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libqmi/repos/extra-x86_64/PKGBUILD (from rev 421184, 
libqmi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 23:56:18 UTC (rev 421186)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqmi
+pkgver=1.30.0
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libqmi/;
+license=(GPL2)
+depends=(libmbim libqrtr-glib libgudev)
+makedepends=(gtk-doc python git help2man gobject-introspection)
+provides=(libqmi-glib.so)
+_commit=42182b38e1e6b3a5167b78cc2f503080de74612d  # tags/1.30.0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+--enable-compile-warnings=yes
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



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

2021-08-06 Thread Jan Steffens via arch-commits
Date: Friday, August 6, 2021 @ 23:56:06
  Author: heftig
Revision: 421184

1.30.0-1

Modified:
  libqmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 23:54:51 UTC (rev 421183)
+++ PKGBUILD2021-08-06 23:56:06 UTC (rev 421184)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libqmi
-pkgver=1.28.6
+pkgver=1.30.0
 pkgrel=1
 pkgdesc="QMI modem protocol helper library"
 arch=(x86_64)
@@ -8,9 +8,9 @@
 url="https://www.freedesktop.org/wiki/Software/libqmi/;
 license=(GPL2)
 depends=(libmbim libqrtr-glib libgudev)
-makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
+makedepends=(gtk-doc python git help2man gobject-introspection)
 provides=(libqmi-glib.so)
-_commit=23a797e698cea3e671a6ac90fc439eb8e649a4e5  # tags/1.28.6
+_commit=42182b38e1e6b3a5167b78cc2f503080de74612d  # tags/1.30.0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-08-06 Thread Jan Steffens via arch-commits
Date: Friday, August 6, 2021 @ 23:54:51
  Author: heftig
Revision: 421183

3.24.30-2: fix install script

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 23:50:24 UTC (rev 421182)
+++ PKGBUILD2021-08-06 23:54:51 UTC (rev 421183)
@@ -4,7 +4,7 @@
 pkgbase=gtk3
 pkgname=(gtk3 gtk3-docs gtk3-demos)
 pkgver=3.24.30
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(x86_64)
@@ -17,7 +17,6 @@
  gtk-update-icon-cache)
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
 license=(LGPL)
-install=gtk3.install
 _commit=d4e2d05cd9518ba04d6fbe1cbcec27142788ac95  # tags/3.24.30^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
 gtk-query-immodules-3.0.hook)
@@ -62,6 +61,7 @@
   provides=(gtk3-print-backends libgtk-3.so libgdk-3.so libgailutil-3.so)
   conflicts=(gtk3-print-backends)
   replaces=("gtk3-print-backends<=3.22.26-1")
+  install=gtk3.install
 
   DESTDIR="$pkgdir" meson install -C build
 



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

2021-08-06 Thread Jan Steffens via arch-commits
Date: Friday, August 6, 2021 @ 23:50:24
  Author: heftig
Revision: 421182

1.26.0-2

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 23:46:08 UTC (rev 421181)
+++ PKGBUILD2021-08-06 23:50:24 UTC (rev 421182)
@@ -2,13 +2,13 @@
 
 pkgname=libmbim
 pkgver=1.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc="MBIM modem protocol helper library"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/libmbim/;
 license=(GPL2)
 depends=(glib2 bash systemd)
-makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
+makedepends=(gtk-doc python git help2man gobject-introspection)
 provides=(libmbim-glib.so)
 _commit=717067603d82c14452e70fa24cacb60ac7688685  # tags/1.26.0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)



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

2021-08-06 Thread Jan Steffens via arch-commits
Date: Friday, August 6, 2021 @ 23:46:08
  Author: heftig
Revision: 421181

archrelease: copy trunk to testing-x86_64

Added:
  nss/repos/testing-x86_64/
  nss/repos/testing-x86_64/PKGBUILD
(from rev 421180, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 421180, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 421180, nss/trunk/certdata2pem.py)

-+
 PKGBUILD|   96 
 bundle.sh   |   22 ++
 certdata2pem.py |  413 ++
 3 files changed, 531 insertions(+)

Copied: nss/repos/testing-x86_64/PKGBUILD (from rev 421180, nss/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-08-06 23:46:08 UTC (rev 421181)
@@ -0,0 +1,96 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=nss
+pkgname=(nss ca-certificates-mozilla)
+pkgver=3.69
+pkgrel=1
+pkgdesc="Network Security Services"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+arch=(x86_64)
+license=(MPL GPL)
+depends=(nspr sqlite zlib sh 'p11-kit>=0.23.19')
+makedepends=(perl python gyp)
+source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
+certdata2pem.py bundle.sh)
+sha256sums=('c880205a365e0dd488ff29fdea82716ff9fcde9da6f3b703d636f8fc08008799'
+'d2a1579dae05fd16175fac27ef08b54731ecefdf414085c610179afcf62b096c'
+'3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd')
+
+prepare() {
+  cd nss-$pkgver/nss
+
+  mkdir "$srcdir/certs"
+  ln -srt "$srcdir/certs" lib/ckfw/builtins/{certdata.txt,nssckbi.h}
+}
+
+build() {
+  cd certs
+  ../certdata2pem.py
+
+  cd ..
+  ./bundle.sh
+
+  cd nss-$pkgver/nss
+  ./build.sh \
+--target x64 \
+--opt \
+--system-sqlite \
+--system-nspr \
+--enable-libpkix \
+--disable-tests
+}
+
+package_nss() {
+  cd nss-$pkgver
+
+  local libdir=/usr/lib nsprver="$(pkg-config --modversion nspr)"
+  sed nss/pkg/pkg-config/nss.pc.in \
+-e "s,%libdir%,$libdir,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,$nsprver,g" \
+-e "s,%NSS_VERSION%,$pkgver,g" |
+install -Dm644 /dev/stdin "$pkgdir$libdir/pkgconfig/nss.pc"
+
+  ln -s nss.pc "$pkgdir$libdir/pkgconfig/mozilla-nss.pc"
+
+  install -Dt "$pkgdir$libdir" dist/Release/lib/*.so
+
+  local vmajor vminor vpatch
+  { read vmajor; read vminor; read vpatch; } \
+< <(awk '/#define.*NSS_V(MAJOR|MINOR|PATCH)/ {print $3}' nss/lib/nss/nss.h)
+
+  sed nss/pkg/pkg-config/nss-config.in \
+-e "s,@libdir@,$libdir,g" \
+-e "s,@prefix@,/usr/bin,g" \
+-e "s,@exec_prefix@,/usr/bin,g" \
+-e "s,@includedir@,/usr/include/nss,g" \
+-e "s,@MOD_MAJOR_VERSION@,$vmajor,g" \
+-e "s,@MOD_MINOR_VERSION@,$vminor,g" \
+-e "s,@MOD_PATCH_VERSION@,$vpatch,g" |
+install -D /dev/stdin "$pkgdir/usr/bin/nss-config"
+
+  install -Dt "$pkgdir/usr/bin" \
+dist/Release/bin/{*util,shlibsign,signtool,signver,ssltap}
+
+  install -Dt "$pkgdir/usr/include/nss" -m644 dist/public/nss/*.h
+
+  install -Dt "$pkgdir/usr/share/man/man1" -m644 \
+nss/doc/nroff/{*util,signtool,signver,ssltap}.1
+
+  # Replace built-in trust with p11-kit connection
+  ln -s pkcs11/p11-kit-trust.so "$pkgdir$libdir/p11-kit-trust.so"
+  ln -sf p11-kit-trust.so "$pkgdir$libdir/libnssckbi.so"
+}
+
+package_ca-certificates-mozilla() {
+  pkgdesc="Mozilla's set of trusted CA certificates"
+  depends=('ca-certificates-utils>=20181109-3')
+
+  install -Dm644 ca-bundle.trust.p11-kit \
+"$pkgdir/usr/share/ca-certificates/trust-source/mozilla.trust.p11-kit"
+}
+
+# vim:set sw=2 et:

Copied: nss/repos/testing-x86_64/bundle.sh (from rev 421180, 
nss/trunk/bundle.sh)
===
--- testing-x86_64/bundle.sh(rev 0)
+++ testing-x86_64/bundle.sh2021-08-06 23:46:08 UTC (rev 421181)
@@ -0,0 +1,22 @@
+#!/bin/sh
+# From Fedora's ca-certificates.spec
+
+(
+  cat < ca-bundle.trust.p11-kit
+
+for p in certs/*.tmp-p11-kit; do 
+  cat "$p" >> ca-bundle.trust.p11-kit
+done

Copied: nss/repos/testing-x86_64/certdata2pem.py (from rev 421180, 
nss/trunk/certdata2pem.py)
===
--- testing-x86_64/certdata2pem.py  (rev 0)
+++ testing-x86_64/certdata2pem.py  2021-08-06 23:46:08 UTC (rev 421181)
@@ -0,0 +1,413 @@
+#!/usr/bin/python
+# vim:set et sw=4:
+#
+# certdata2pem.py - splits certdata.txt into multiple files
+#
+# Copyright (C) 2009 Philipp Kern 
+# Copyright (C) 2013 Kai Engert 
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as 

[arch-commits] Commit in lib32-nss/repos (3 files)

2021-08-06 Thread Jan Steffens via arch-commits
Date: Friday, August 6, 2021 @ 23:46:07
  Author: heftig
Revision: 994623

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nss/repos/multilib-testing-x86_64/
  
lib32-nss/repos/multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
(from rev 994622, 
lib32-nss/trunk/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
  lib32-nss/repos/multilib-testing-x86_64/PKGBUILD
(from rev 994622, lib32-nss/trunk/PKGBUILD)

+
 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch |   57 +
 PKGBUILD   |   62 +++
 2 files changed, 119 insertions(+)

Copied: 
lib32-nss/repos/multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
 (from rev 994622, 
lib32-nss/trunk/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
===
--- multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch  
(rev 0)
+++ multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch  
2021-08-06 23:46:07 UTC (rev 994623)
@@ -0,0 +1,57 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 12 Dec 2020 13:43:54 +0100
+Subject: [PATCH] Hack mpi_x64.s to work with -fno-plt
+
+---
+ lib/freebl/mpi/mpi_x86.s | 23 +--
+ 1 file changed, 21 insertions(+), 2 deletions(-)
+
+diff --git a/lib/freebl/mpi/mpi_x86.s b/lib/freebl/mpi/mpi_x86.s
+index 8f7e2130c3..b3ca1ce5b4 100644
+--- a/lib/freebl/mpi/mpi_x86.s
 b/lib/freebl/mpi/mpi_x86.s
+@@ -22,22 +22,41 @@ is_sse: .long  -1
+ #
+ .ifndef NO_PIC
+ .macro GET   var,reg
+-movl   \var@GOTOFF(%ebx),\reg
++call   thunk.ax
++addl   $_GLOBAL_OFFSET_TABLE_, %eax
++movl   \var@GOTOFF(%eax),\reg
+ .endm
+ .macro PUT   reg,var
+-movl   \reg,\var@GOTOFF(%ebx)
++call   thunk.dx
++addl   $_GLOBAL_OFFSET_TABLE_, %edx
++movl   \reg,\var@GOTOFF(%edx)
+ .endm
+ .else
+ .macro GET   var,reg
+ movl   \var,\reg
+ .endm
+ .macro PUT   reg,var
+ movl   \reg,\var
+ .endm
+ .endif
+ 
+ .text
+ 
++.ifndef NO_PIC
++.globlthunk.ax
++.hidden   thunk.ax
++.type thunk.ax, @function
++thunk.ax:
++   movl   (%esp),%eax
++   ret
++
++.globlthunk.dx
++.hidden   thunk.dx
++.type thunk.dx, @function
++thunk.dx:
++   movl   (%esp),%edx
++   ret
++.endif
+ 
+  #  ebp - 36: caller's esi
+  #  ebp - 32: caller's edi

Copied: lib32-nss/repos/multilib-testing-x86_64/PKGBUILD (from rev 994622, 
lib32-nss/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2021-08-06 23:46:07 UTC (rev 994623)
@@ -0,0 +1,62 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel Wallace 
+# Contributor: kfgz 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-nss
+pkgver=3.69
+pkgrel=1
+pkgdesc="Network Security Services (32-bit)"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+arch=(x86_64)
+license=(MPL GPL)
+depends=(lib32-nspr lib32-sqlite lib32-zlib 'lib32-p11-kit>=0.23.19')
+makedepends=(perl python gyp)
+source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
+0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
+sha256sums=('c880205a365e0dd488ff29fdea82716ff9fcde9da6f3b703d636f8fc08008799'
+'e27a9fc2e7687ab9c1cb430917f13775ab29f9abf4c2032ea262a5a2a8b43ffa')
+
+prepare() {
+  cd nss-$pkgver/nss
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1382942
+  patch -Np1 -i "$srcdir/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch"
+}
+
+build() {
+  cd nss-$pkgver/nss
+  ./build.sh \
+--target ia32 \
+--opt \
+--system-sqlite \
+--system-nspr \
+--enable-libpkix \
+--disable-tests
+}
+
+package() {
+  depends+=(nss)
+
+  cd nss-$pkgver
+
+  local libdir=/usr/lib32 nsprver="$(i686-pc-linux-gnu-pkg-config --modversion 
nspr)"
+  sed nss/pkg/pkg-config/nss.pc.in \
+-e "s,%libdir%,$libdir,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,$nsprver,g" \
+-e "s,%NSS_VERSION%,$pkgver,g" |
+install -Dm644 /dev/stdin "$pkgdir$libdir/pkgconfig/nss.pc"
+
+  ln -s nss.pc "$pkgdir$libdir/pkgconfig/mozilla-nss.pc"
+
+  install -Dt "$pkgdir$libdir" dist/Release/lib/*.so
+
+  # Replace built-in trust with p11-kit connection
+  ln -s pkcs11/p11-kit-trust.so "$pkgdir$libdir/p11-kit-trust.so"
+  ln -sf p11-kit-trust.so "$pkgdir$libdir/libnssckbi.so"
+}
+
+# vim:set sw=2 et:



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

2021-08-06 Thread Jan Steffens via arch-commits
Date: Friday, August 6, 2021 @ 23:45:17
  Author: heftig
Revision: 994622

3.69-1

Modified:
  lib32-nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 23:01:04 UTC (rev 994621)
+++ PKGBUILD2021-08-06 23:45:17 UTC (rev 994622)
@@ -4,7 +4,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-nss
-pkgver=3.68
+pkgver=3.69
 pkgrel=1
 pkgdesc="Network Security Services (32-bit)"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -14,7 +14,7 @@
 makedepends=(perl python gyp)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
-sha256sums=('c402b32cac83034ec1c3d826ef4306cd14a066d7d9a6f4c30d82b3bc043c725b'
+sha256sums=('c880205a365e0dd488ff29fdea82716ff9fcde9da6f3b703d636f8fc08008799'
 'e27a9fc2e7687ab9c1cb430917f13775ab29f9abf4c2032ea262a5a2a8b43ffa')
 
 prepare() {



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

2021-08-06 Thread Jan Steffens via arch-commits
Date: Friday, August 6, 2021 @ 23:45:14
  Author: heftig
Revision: 421180

3.69-1

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 21:42:52 UTC (rev 421179)
+++ PKGBUILD2021-08-06 23:45:14 UTC (rev 421180)
@@ -3,7 +3,7 @@
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.68
+pkgver=3.69
 pkgrel=1
 pkgdesc="Network Security Services"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -13,7 +13,7 @@
 makedepends=(perl python gyp)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
 certdata2pem.py bundle.sh)
-sha256sums=('c402b32cac83034ec1c3d826ef4306cd14a066d7d9a6f4c30d82b3bc043c725b'
+sha256sums=('c880205a365e0dd488ff29fdea82716ff9fcde9da6f3b703d636f8fc08008799'
 'd2a1579dae05fd16175fac27ef08b54731ecefdf414085c610179afcf62b096c'
 '3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd')
 



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

2021-08-06 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 6, 2021 @ 23:01:04
  Author: orhun
Revision: 994621

archrelease: copy trunk to community-x86_64

Added:
  himalaya/repos/community-x86_64/PKGBUILD
(from rev 994620, himalaya/trunk/PKGBUILD)
Deleted:
  himalaya/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 23:00:57 UTC (rev 994620)
+++ PKGBUILD2021-08-06 23:01:04 UTC (rev 994621)
@@ -1,50 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgbase=himalaya
-pkgname=('himalaya' 'vim-himalaya')
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="A CLI email client"
-arch=('x86_64')
-url="https://github.com/soywod/himalaya;
-license=('BSD')
-depends=('gcc-libs' 'openssl')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('abf3559b1f12c04761f0707cf5b3913afd76a6b1f05de22e2a936d7bbde64aa1fe8854216f7165af33acc615c7fa7f419c17ed9efd6b99bd8a8e51276d422ade')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --frozen --release
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen --locked --lib
-}
-
-package_himalaya() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "assets/$pkgname.desktop" -t "$pkgdir/usr/share/applications"
-}
-
-package_vim-himalaya() {
-  depends=('vim-plugin-runtime' 'himalaya')
-  pkgdesc+=' - Vim UI plugin'
-
-  cd "$pkgbase-$pkgver/vim/"
-  find autoload doc ftplugin lua plugin syntax \
--type f -exec install -Dm 644 '{}' "$pkgdir/usr/share/vim/vimfiles/{}" \;
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-  install -Dm 644 ../LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: himalaya/repos/community-x86_64/PKGBUILD (from rev 994620, 
himalaya/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 23:01:04 UTC (rev 994621)
@@ -0,0 +1,50 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgbase=himalaya
+pkgname=('himalaya' 'vim-himalaya')
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="A CLI email client"
+arch=('x86_64')
+url="https://github.com/soywod/himalaya;
+license=('BSD')
+depends=('gcc-libs' 'openssl')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('abf3559b1f12c04761f0707cf5b3913afd76a6b1f05de22e2a936d7bbde64aa1fe8854216f7165af33acc615c7fa7f419c17ed9efd6b99bd8a8e51276d422ade')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --frozen --release
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen --locked --lib
+}
+
+package_himalaya() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "assets/$pkgname.desktop" -t "$pkgdir/usr/share/applications"
+}
+
+package_vim-himalaya() {
+  depends=('vim-plugin-runtime' 'himalaya')
+  pkgdesc+=' - Vim UI plugin'
+
+  cd "$pkgbase-$pkgver/vim/"
+  find autoload doc ftplugin lua plugin syntax \
+-type f -exec install -Dm 644 '{}' "$pkgdir/usr/share/vim/vimfiles/{}" \;
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -Dm 644 ../LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-06 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 6, 2021 @ 23:00:57
  Author: orhun
Revision: 994620

revert testing commit

Modified:
  himalaya/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 22:52:33 UTC (rev 994619)
+++ PKGBUILD2021-08-06 23:00:57 UTC (rev 994620)
@@ -3,7 +3,7 @@
 pkgbase=himalaya
 pkgname=('himalaya' 'vim-himalaya')
 pkgver=0.4.0
-pkgrel=4
+pkgrel=3
 pkgdesc="A CLI email client"
 arch=('x86_64')
 url="https://github.com/soywod/himalaya;
@@ -37,7 +37,6 @@
 }
 
 package_vim-himalaya() {
-  arch=('any')
   depends=('vim-plugin-runtime' 'himalaya')
   pkgdesc+=' - Vim UI plugin'
 



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

2021-08-06 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 6, 2021 @ 22:52:33
  Author: orhun
Revision: 994619

upgpkg: himalaya 0.4.0-4

Modified:
  himalaya/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 22:01:37 UTC (rev 994618)
+++ PKGBUILD2021-08-06 22:52:33 UTC (rev 994619)
@@ -3,7 +3,7 @@
 pkgbase=himalaya
 pkgname=('himalaya' 'vim-himalaya')
 pkgver=0.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A CLI email client"
 arch=('x86_64')
 url="https://github.com/soywod/himalaya;
@@ -37,6 +37,7 @@
 }
 
 package_vim-himalaya() {
+  arch=('any')
   depends=('vim-plugin-runtime' 'himalaya')
   pkgdesc+=' - Vim UI plugin'
 



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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 22:01:37
  Author: foxboron
Revision: 994618

archrelease: copy trunk to community-x86_64

Added:
  lxd/repos/community-x86_64/PKGBUILD
(from rev 994617, lxd/trunk/PKGBUILD)
  lxd/repos/community-x86_64/lxd.service
(from rev 994617, lxd/trunk/lxd.service)
  lxd/repos/community-x86_64/lxd.socket
(from rev 994617, lxd/trunk/lxd.socket)
  lxd/repos/community-x86_64/lxd.sysusers
(from rev 994617, lxd/trunk/lxd.sysusers)
Deleted:
  lxd/repos/community-x86_64/PKGBUILD
  lxd/repos/community-x86_64/lxd.service
  lxd/repos/community-x86_64/lxd.socket
  lxd/repos/community-x86_64/lxd.sysusers

--+
 PKGBUILD |  176 -
 lxd.service  |   46 +++---
 lxd.socket   |   22 +++
 lxd.sysusers |2 
 4 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 22:01:26 UTC (rev 994617)
+++ PKGBUILD2021-08-06 22:01:37 UTC (rev 994618)
@@ -1,88 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Maikel Wever 
-# Contributor: Asterios Dimitriou 
-# Contributor: Benjamin Asbach 
-# Contributer: nightuser 
-
-pkgname=lxd
-_pkgname=lxd
-_lxd=github.com/lxc/lxd
-pkgver=4.16
-pkgrel=1
-pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
-arch=('x86_64')
-url="https://linuxcontainers.org/lxd;
-license=('APACHE')
-depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 'ebtables')
-makedepends=('go' 'git' 'tcl' 'apparmor' 'libseccomp' 'systemd')
-optdepends=(
-'lvm2: for lvm2 support'
-'thin-provisioning-tools: for thin provisioning support'
-'btrfs-progs: for btrfs storage driver support'
-'ceph: for ceph storage driver support'
-'cdrtools: VM support'
-'qemu: VM support'
-'ovmf: VM support'
-'systemd-libs: unix device hotplug support'
-'apparmor: apparmor support'
-)
-source=("https://linuxcontainers.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"lxd.socket"
-"lxd.service"
-"lxd.sysusers")
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('f9e0bf2805ac6384b24fc8bd8f0a55b920d385cfaf659b9a485e23ddeb5649b5'
-'SKIP'
-'3a14638f8d0f9082c7214502421350e3b028db1e7f22e8c3fd35a2b1d9153ef4'
-'102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'
-'d0184d9c4bb485e3aad0d4ac25ea7e85ac0f7ed6ddc96333e74fcd393a5b5ec4')
-
-
-prepare() {
-  mkdir -p "${srcdir}/go/src/github.com/lxc"
-  ln -rTsf "${_pkgname}" "${srcdir}/go/src/${_lxd}"
-}
-
-build() {
-  export GOPATH="${srcdir}/${pkgname}-${pkgver}/_dist"
-  cd "${GOPATH}/src/${_lxd}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export GO111MODULE=off
-  export CGO_LDFLAGS_ALLOW="-Wl,-z,now"
-
-  mkdir -p bin
-   go build -v -tags "netgo" -o bin/ ./lxd-p2c/...
-   CGO_LDFLAGS="$CGO_LDFLAGS -static" go build -v -tags "agent" -o bin/ 
./lxd-agent/...
-  for tool in fuidshift lxc lxc-to-lxd lxd lxd-benchmark; do
-go build -v -tags "libsqlite3" -o bin/ ./$tool/...
-  done
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  for tool in fuidshift lxc lxc-to-lxd lxd lxd-agent lxd-benchmark lxd-p2c; do
-install -p -Dm755 "bin/$tool" "${pkgdir}/usr/bin/$tool"
-  done
-
-  # Package license
-  install -Dm644 "COPYING"  "${pkgdir}/usr/share/licenses/${_pkgname}/LICENCE"
-
-  # systemd files
-  install -Dm644 "${srcdir}/lxd.service" 
"${pkgdir}/usr/lib/systemd/system/lxd.service"
-  install -Dm644 "${srcdir}/lxd.socket" 
"${pkgdir}/usr/lib/systemd/system/lxd.socket"
-
-  # logs
-  install -dm700 "${pkgdir}/var/log/lxd"
-
-  # documentation
-  mkdir -p "${pkgdir}/usr/share/doc/lxd"
-  install -p -Dm644 "doc/"* "${pkgdir}/usr/share/doc/lxd/"
-
-  # Bash completions
-  install -p -Dm644 "scripts/bash/lxd-client" 
"${pkgdir}/usr/share/bash-completion/completions/lxd"
-
-  install -Dm644 "${srcdir}/$pkgname.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lxd/repos/community-x86_64/PKGBUILD (from rev 994617, 
lxd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 22:01:37 UTC (rev 994618)
@@ -0,0 +1,88 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+# Contributor: Asterios Dimitriou 
+# Contributor: Benjamin Asbach 
+# Contributer: nightuser 
+
+pkgname=lxd
+_pkgname=lxd
+_lxd=github.com/lxc/lxd
+pkgver=4.17
+pkgrel=1
+pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
+arch=('x86_64')
+url="https://linuxcontainers.org/lxd;
+license=('APACHE')
+depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 'ebtables')
+makedepends=('go' 'git' 'tcl' 'apparmor' 'libseccomp' 'systemd')
+optdepends=(
+'lvm2: for lvm2 support'
+'thin-provisioning-tools: for thin provisioning 

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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 22:01:26
  Author: foxboron
Revision: 994617

upgpkg: lxd 4.17-1

Modified:
  lxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 21:52:31 UTC (rev 994616)
+++ PKGBUILD2021-08-06 22:01:26 UTC (rev 994617)
@@ -7,7 +7,7 @@
 pkgname=lxd
 _pkgname=lxd
 _lxd=github.com/lxc/lxd
-pkgver=4.16
+pkgver=4.17
 pkgrel=1
 pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
 arch=('x86_64')
@@ -31,7 +31,7 @@
 "lxd.service"
 "lxd.sysusers")
 validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('f9e0bf2805ac6384b24fc8bd8f0a55b920d385cfaf659b9a485e23ddeb5649b5'
+sha256sums=('54524a25398e366d7ff20726e3bd59a3ac9a4da34b49a370e27ff0599e7ff5cf'
 'SKIP'
 '3a14638f8d0f9082c7214502421350e3b028db1e7f22e8c3fd35a2b1d9153ef4'
 '102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'



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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 21:52:31
  Author: foxboron
Revision: 994616

archrelease: copy trunk to community-x86_64

Added:
  containerd/repos/community-x86_64/PKGBUILD
(from rev 994615, containerd/trunk/PKGBUILD)
Deleted:
  containerd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 21:52:23 UTC (rev 994615)
+++ PKGBUILD2021-08-06 21:52:31 UTC (rev 994616)
@@ -1,44 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Sébastien "Seblu" Luttringer
-# Contributor: Iwan Timmer 
-
-pkgname=containerd
-pkgver=1.5.4
-pkgrel=1
-pkgdesc='An open and reliable container runtime'
-url='https://containerd.io/'
-depends=('runc')
-makedepends=('go' 'git' 'btrfs-progs' 'libseccomp' 'containers-common' 
'go-md2man')
-provides=('container-runtime')
-arch=('x86_64')
-license=("Apache")
-source=("git+https://github.com/containerd/containerd.git#tag=v${pkgver}?signed;)
-validpgpkeys=("8C7A111C21105794B0E8A27BF58C5D0A4405ACDB") # Derek McGowan
-sha256sums=('SKIP')
-
-prepare() {
-  # fix paths in service
-  sed -i 's,/sbin,/usr/bin,;s,/usr/local,/usr,' $pkgname/containerd.service
-}
-
-build() {
-  cd "${pkgname}" 
-  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
-  make VERSION=v$pkgver GO_BUILD_FLAGS="-trimpath -mod=readonly -modcacherw" 
GO_GCFLAGS="" EXTRA_LDFLAGS="-buildid="
-  make VERSION=v$pkgver man
-}
-
-check() {
-  cd "${pkgname}" 
-  # Ugly, but they are trying to do priviledged operations during testing
-  GOFLAGS="-trimpath" make test || true
-}
-
-package() {
-  cd "${pkgname}" 
-  make DESTDIR="$pkgdir/usr" install
-  install -Dm644 containerd.service 
"$pkgdir"/usr/lib/systemd/system/containerd.service
-  install -Dm644 man/*.8 -t "$pkgdir/usr/share/man/man8"
-  install -Dm644 man/*.5 -t "$pkgdir/usr/share/man/man5"
-}

Copied: containerd/repos/community-x86_64/PKGBUILD (from rev 994615, 
containerd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 21:52:31 UTC (rev 994616)
@@ -0,0 +1,44 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Sébastien "Seblu" Luttringer
+# Contributor: Iwan Timmer 
+
+pkgname=containerd
+pkgver=1.5.5
+pkgrel=1
+pkgdesc='An open and reliable container runtime'
+url='https://containerd.io/'
+depends=('runc')
+makedepends=('go' 'git' 'btrfs-progs' 'libseccomp' 'containers-common' 
'go-md2man')
+provides=('container-runtime')
+arch=('x86_64')
+license=("Apache")
+source=("git+https://github.com/containerd/containerd.git#tag=v${pkgver}?signed;)
+validpgpkeys=("8C7A111C21105794B0E8A27BF58C5D0A4405ACDB") # Derek McGowan
+sha256sums=('SKIP')
+
+prepare() {
+  # fix paths in service
+  sed -i 's,/sbin,/usr/bin,;s,/usr/local,/usr,' $pkgname/containerd.service
+}
+
+build() {
+  cd "${pkgname}" 
+  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
+  make VERSION=v$pkgver GO_BUILD_FLAGS="-trimpath -mod=readonly -modcacherw" 
GO_GCFLAGS="" EXTRA_LDFLAGS="-buildid="
+  make VERSION=v$pkgver man
+}
+
+check() {
+  cd "${pkgname}" 
+  # Ugly, but they are trying to do priviledged operations during testing
+  GOFLAGS="-trimpath" make test || true
+}
+
+package() {
+  cd "${pkgname}" 
+  make DESTDIR="$pkgdir/usr" install
+  install -Dm644 containerd.service 
"$pkgdir"/usr/lib/systemd/system/containerd.service
+  install -Dm644 man/*.8 -t "$pkgdir/usr/share/man/man8"
+  install -Dm644 man/*.5 -t "$pkgdir/usr/share/man/man5"
+}



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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 21:52:23
  Author: foxboron
Revision: 994615

upgpkg: containerd 1.5.5-1

Modified:
  containerd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 21:50:12 UTC (rev 994614)
+++ PKGBUILD2021-08-06 21:52:23 UTC (rev 994615)
@@ -4,7 +4,7 @@
 # Contributor: Iwan Timmer 
 
 pkgname=containerd
-pkgver=1.5.4
+pkgver=1.5.5
 pkgrel=1
 pkgdesc='An open and reliable container runtime'
 url='https://containerd.io/'



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

2021-08-06 Thread Christian Hesse via arch-commits
Date: Friday, August 6, 2021 @ 21:50:12
  Author: eworm
Revision: 994614

drop unused make dependency

Modified:
  pcsclite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 21:47:18 UTC (rev 994613)
+++ PKGBUILD2021-08-06 21:50:12 UTC (rev 994614)
@@ -11,7 +11,7 @@
 url='https://pcsclite.apdu.fr/'
 license=('BSD')
 depends=('python' 'systemd' 'libsystemd.so' 'libudev.so')
-makedepends=('pkg-config' 'autoconf-archive')
+makedepends=('pkg-config')
 provides=('libpcsclite.so' 'libpcscspy.so')
 options=('!docs')
 validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 




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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 21:47:18
  Author: foxboron
Revision: 994613

archrelease: copy trunk to community-x86_64

Added:
  raft/repos/community-x86_64/PKGBUILD
(from rev 994612, raft/trunk/PKGBUILD)
Deleted:
  raft/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 21:47:11 UTC (rev 994612)
+++ PKGBUILD2021-08-06 21:47:18 UTC (rev 994613)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Hipp 
-
-pkgname=raft
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="C implementation of the Raft consensus protocol"
-arch=('x86_64')
-url="https://github.com/canonical/raft;
-license=('LGPL3')
-depends=('libuv')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('9a8dc27c991f365c07a82a2fad5a9a26f842900f3b1586c824442cc652005e4e')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-   make check || true
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="$pkgdir/" install
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   rm -rf "${pkgdir}/usr/bin"
-}

Copied: raft/repos/community-x86_64/PKGBUILD (from rev 994612, 
raft/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 21:47:18 UTC (rev 994613)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=raft
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="C implementation of the Raft consensus protocol"
+arch=('x86_64')
+url="https://github.com/canonical/raft;
+license=('LGPL3')
+depends=('libuv')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('c89fd6a6fa3c9e6d670b74e389b2d028dfd39d1eec2b18661fae73a9bfd6b89d')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+   make check || true
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="$pkgdir/" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   rm -rf "${pkgdir}/usr/bin"
+}



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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 21:47:11
  Author: foxboron
Revision: 994612

upgpkg: raft 0.11.2-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 21:45:20 UTC (rev 994611)
+++ PKGBUILD2021-08-06 21:47:11 UTC (rev 994612)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp 
 
 pkgname=raft
-pkgver=0.11.1
+pkgver=0.11.2
 pkgrel=1
 pkgdesc="C implementation of the Raft consensus protocol"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('LGPL3')
 depends=('libuv')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('9a8dc27c991f365c07a82a2fad5a9a26f842900f3b1586c824442cc652005e4e')
+sha256sums=('c89fd6a6fa3c9e6d670b74e389b2d028dfd39d1eec2b18661fae73a9bfd6b89d')
 
 build() {
cd "${pkgname}-${pkgver}"



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

2021-08-06 Thread Christian Hesse via arch-commits
Date: Friday, August 6, 2021 @ 21:45:20
  Author: eworm
Revision: 994611

archrelease: copy trunk to community-testing-x86_64

Added:
  pcsclite/repos/community-testing-x86_64/
  pcsclite/repos/community-testing-x86_64/PKGBUILD
(from rev 994610, pcsclite/trunk/PKGBUILD)

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

Copied: pcsclite/repos/community-testing-x86_64/PKGBUILD (from rev 994610, 
pcsclite/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-06 21:45:20 UTC (rev 994611)
@@ -0,0 +1,44 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Christian Hesse 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel Plaza 
+
+pkgname=pcsclite
+pkgver=1.9.3
+pkgrel=1
+pkgdesc="PC/SC Architecture smartcard middleware library"
+arch=('x86_64')
+url='https://pcsclite.apdu.fr/'
+license=('BSD')
+depends=('python' 'systemd' 'libsystemd.so' 'libudev.so')
+makedepends=('pkg-config' 'autoconf-archive')
+provides=('libpcsclite.so' 'libpcscspy.so')
+options=('!docs')
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

+source=("https://pcsclite.apdu.fr/files/pcsc-lite-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('6956433c71dd17a902cd3f4a394ce48a1ea787faed526faf557c95cc434d3e59'
+'SKIP')
+
+build() {
+  cd "pcsc-lite-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--enable-filter \
+--enable-ipcdir=/run/pcscd \
+--enable-libudev \
+--enable-usbdropdir=/usr/lib/pcsc/drivers \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  make
+}
+
+package() {
+  cd "pcsc-lite-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -D -m0644 "$srcdir/pcsc-lite-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -d "$pkgdir/usr/lib/pcsc/drivers"
+}



[arch-commits] Commit in pcsclite/trunk (PKGBUILD fix-service.patch)

2021-08-06 Thread Christian Hesse via arch-commits
Date: Friday, August 6, 2021 @ 21:45:17
  Author: eworm
Revision: 994610

upgpkg: pcsclite 1.9.3-1: new upstream release

Modified:
  pcsclite/trunk/PKGBUILD
Deleted:
  pcsclite/trunk/fix-service.patch

---+
 PKGBUILD  |   18 +-
 fix-service.patch |   12 
 2 files changed, 5 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 21:45:15 UTC (rev 994609)
+++ PKGBUILD2021-08-06 21:45:17 UTC (rev 994610)
@@ -4,8 +4,8 @@
 # Contributor: Daniel Plaza 
 
 pkgname=pcsclite
-pkgver=1.9.2
-pkgrel=2
+pkgver=1.9.3
+pkgrel=1
 pkgdesc="PC/SC Architecture smartcard middleware library"
 arch=('x86_64')
 url='https://pcsclite.apdu.fr/'
@@ -15,18 +15,10 @@
 provides=('libpcsclite.so' 'libpcscspy.so')
 options=('!docs')
 validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

-source=("https://pcsclite.apdu.fr/files/pcsc-lite-${pkgver}.tar.bz2"{,.asc}
-fix-service.patch)
-sha256sums=('b267098e6d822903fba23b6183c17fd3678018b8544d1510bb7f2be802906b42'
-'SKIP'
-'207b2243d76280a49ab3fb8920cb1526c456540896b0577f321a44583ab3a4cb')
+source=("https://pcsclite.apdu.fr/files/pcsc-lite-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('6956433c71dd17a902cd3f4a394ce48a1ea787faed526faf557c95cc434d3e59'
+'SKIP')
 
-prepare() {
-  cd "pcsc-lite-$pkgver"
-  patch -Np1 < ../fix-service.patch
-  autoreconf --verbose --install
-}
-
 build() {
   cd "pcsc-lite-$pkgver"
 

Deleted: fix-service.patch
===
--- fix-service.patch   2021-08-06 21:45:15 UTC (rev 994609)
+++ fix-service.patch   2021-08-06 21:45:17 UTC (rev 994610)
@@ -1,12 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 298a18c..cd5518a 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -406,6 +406,7 @@ AC_SUBST(ipcdir)
- AC_SUBST(serialconfdir)
- AC_SUBST(host_to_ccid_16)
- AC_SUBST(host_to_ccid_32)
-+AC_SUBST(sbindir_exp)
- AX_RECURSIVE_EVAL($confdir,confdir_exp)
- AX_RECURSIVE_EVAL($sbindir,sbindir_exp)
- 



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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 21:45:15
  Author: foxboron
Revision: 994609

archrelease: copy trunk to community-x86_64

Added:
  dqlite/repos/community-x86_64/PKGBUILD
(from rev 994608, dqlite/trunk/PKGBUILD)
Deleted:
  dqlite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 21:45:06 UTC (rev 994608)
+++ PKGBUILD2021-08-06 21:45:15 UTC (rev 994609)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Hipp 
-
-pkgname=dqlite
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Distributed SQLite"
-arch=('x86_64')
-url="https://github.com/CanonicalLtd/dqlite;
-license=('LGPL3')
-depends=('libuv' 'raft' 'sqlite')
-makedepends=('tcl' 'readline' 'zlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('aca6e2075fb139a56dfed96e363f74d27f6014f9a63297c8c8dfea6cf89d4370')
-
-build() {
-   cd "$pkgname-$pkgver"
-   autoreconf -i 
-   #PKG_CONFIG_PATH="/usr/lib/sqlite-replication/pkgconfig" ./configure 
--prefix=/usr
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check || true
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir/" install
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dqlite/repos/community-x86_64/PKGBUILD (from rev 994608, 
dqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 21:45:15 UTC (rev 994609)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=dqlite
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Distributed SQLite"
+arch=('x86_64')
+url="https://github.com/CanonicalLtd/dqlite;
+license=('LGPL3')
+depends=('libuv' 'raft' 'sqlite')
+makedepends=('tcl' 'readline' 'zlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('b3f23019bcdc030b8f1d97ef585a34b24128414d6c2e79fcf729e053578d80a7')
+
+build() {
+   cd "$pkgname-$pkgver"
+   autoreconf -i 
+   #PKG_CONFIG_PATH="/usr/lib/sqlite-replication/pkgconfig" ./configure 
--prefix=/usr
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check || true
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 21:45:06
  Author: foxboron
Revision: 994608

upgpkg: dqlite 1.9.0-1

Modified:
  dqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 21:43:23 UTC (rev 994607)
+++ PKGBUILD2021-08-06 21:45:06 UTC (rev 994608)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp 
 
 pkgname=dqlite
-pkgver=1.8.0
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="Distributed SQLite"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('libuv' 'raft' 'sqlite')
 makedepends=('tcl' 'readline' 'zlib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('aca6e2075fb139a56dfed96e363f74d27f6014f9a63297c8c8dfea6cf89d4370')
+sha256sums=('b3f23019bcdc030b8f1d97ef585a34b24128414d6c2e79fcf729e053578d80a7')
 
 build() {
cd "$pkgname-$pkgver"



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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 21:43:23
  Author: foxboron
Revision: 994607

archrelease: copy trunk to community-x86_64

Added:
  github-cli/repos/community-x86_64/PKGBUILD
(from rev 994606, github-cli/trunk/PKGBUILD)
Deleted:
  github-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 21:43:16 UTC (rev 994606)
+++ PKGBUILD2021-08-06 21:43:23 UTC (rev 994607)
@@ -1,50 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Eli Schwartz 
-# Contributor: Richard Bradfield 
-
-pkgname=github-cli
-pkgver=1.13.1
-pkgrel=1
-pkgdesc="The GitHub CLI"
-arch=("x86_64")
-url="https://github.com/cli/cli;
-license=("MIT")
-depends=("glibc" "mailcap")
-makedepends=("go" "git")
-optdepends=("git: To interact with repositories")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1a19ab2bfdf265b5e2dcba53c3bd0b5a88f36eff4864dcc38865e33388b600c5')
-
-prepare() {
-cd "cli-${pkgver}"
-# TODO: These tests invoke the TTY and our container *really* does not 
like that
-rm pkg/cmd/auth/login/login_test.go
-}
-
-build() {
-cd "cli-$pkgver"
-
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-
-make GH_VERSION="v$pkgver" bin/gh manpages
-bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
-bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
-bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
-}
-
-check(){
-cd "cli-$pkgver"
-make test
-}
-
-package() {
-cd "cli-$pkgver"
-make DESTDIR="${pkgdir}" prefix="/usr" install
-cp -r share/ "$pkgdir"/usr
-install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: github-cli/repos/community-x86_64/PKGBUILD (from rev 994606, 
github-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 21:43:23 UTC (rev 994607)
@@ -0,0 +1,50 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Eli Schwartz 
+# Contributor: Richard Bradfield 
+
+pkgname=github-cli
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="The GitHub CLI"
+arch=("x86_64")
+url="https://github.com/cli/cli;
+license=("MIT")
+depends=("glibc" "mailcap")
+makedepends=("go" "git")
+optdepends=("git: To interact with repositories")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('1a99050644b4821477aabc7642bbcae8a19b3191e9227cd8078016d78cdd83ac')
+
+prepare() {
+cd "cli-${pkgver}"
+# TODO: These tests invoke the TTY and our container *really* does not 
like that
+rm pkg/cmd/auth/login/login_test.go
+}
+
+build() {
+cd "cli-$pkgver"
+
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+
+make GH_VERSION="v$pkgver" bin/gh manpages
+bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
+bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
+bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
+}
+
+check(){
+cd "cli-$pkgver"
+make test
+}
+
+package() {
+cd "cli-$pkgver"
+make DESTDIR="${pkgdir}" prefix="/usr" install
+cp -r share/ "$pkgdir"/usr
+install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
+}



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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 21:43:16
  Author: foxboron
Revision: 994606

upgpkg: github-cli 1.14.0-1

Modified:
  github-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 21:42:47 UTC (rev 994605)
+++ PKGBUILD2021-08-06 21:43:16 UTC (rev 994606)
@@ -3,7 +3,7 @@
 # Contributor: Richard Bradfield 
 
 pkgname=github-cli
-pkgver=1.13.1
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="The GitHub CLI"
 arch=("x86_64")
@@ -13,7 +13,7 @@
 makedepends=("go" "git")
 optdepends=("git: To interact with repositories")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1a19ab2bfdf265b5e2dcba53c3bd0b5a88f36eff4864dcc38865e33388b600c5')
+sha256sums=('1a99050644b4821477aabc7642bbcae8a19b3191e9227cd8078016d78cdd83ac')
 
 prepare() {
 cd "cli-${pkgver}"



[arch-commits] Commit in systemd/repos (22 files)

2021-08-06 Thread Christian Hesse via arch-commits
Date: Friday, August 6, 2021 @ 21:42:52
  Author: eworm
Revision: 421179

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 421178, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  
systemd/repos/testing-x86_64/0003-PARTIAL-REVERT-commit-tree-wide-replace-strverscmp-and-str_verscmp-with-strverscmp_improved.patch
(from rev 421178, 
systemd/trunk/0003-PARTIAL-REVERT-commit-tree-wide-replace-strverscmp-and-str_verscmp-with-strverscmp_improved.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 421178, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 421178, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 421178, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 421178, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 421178, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 421178, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 421178, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 421178, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 421178, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 421178, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 421178, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 421178, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 421178, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 421178, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 421178, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 421178, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 421178, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 421178, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 421178, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch 
|  143 
 
0003-PARTIAL-REVERT-commit-tree-wide-replace-strverscmp-and-str_verscmp-with-strverscmp_improved.patch
 |   78 ++
 20-systemd-sysusers.hook   
|   10 
 30-systemd-binfmt.hook 
|   10 
 30-systemd-catalog.hook
|   11 
 30-systemd-daemon-reload.hook  
|   11 
 30-systemd-hwdb.hook   
|   11 
 30-systemd-sysctl.hook 
|   10 
 30-systemd-tmpfiles.hook   
|   10 
 30-systemd-udev-reload.hook
|   11 
 30-systemd-update.hook 
|   11 
 PKGBUILD   
|  294 ++
 arch.conf  
|7 
 initcpio-hook-udev 
|   22 
 initcpio-install-systemd   
|  192 ++
 initcpio-install-udev  
|   29 
 loader.conf
|1 
 systemd-hook   
|   46 +
 systemd-user.pam   
|5 
 systemd.install

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

2021-08-06 Thread Christian Hesse via arch-commits
Date: Friday, August 6, 2021 @ 21:42:47
  Author: eworm
Revision: 994605

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 994604, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 994604, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2021-08-06 21:42:47 UTC (rev 994605)
@@ -0,0 +1,167 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+_tag='f7646f66f1a7657aebe9d2a43437db36776e45c5' # git rev-parse v${_tag_name}
+_tag_name=249.3
+pkgver="${_tag_name/-/}"
+pkgrel=1
+pkgdesc='system and service manager (32-bit)'
+arch=('x86_64')
+url='https://www.github.com/systemd/systemd'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-libxcrypt'
+ 'lib32-xz' 'lib32-zstd' 'systemd')
+makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
+ 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
+ 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
+ 'libxslt' 'meson' 'python-jinja')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

+  'A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E'  # Luca Boccassi 

+  '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
+source=("git+https://github.com/systemd/systemd-stable#tag=${_tag}?signed;
+"git+https://github.com/systemd/systemd#tag=v${_tag_name%.*}?signed;)
+sha512sums=('SKIP'
+'SKIP')
+
+_backports=(
+)
+
+_reverts=(
+)
+
+prepare() {
+  cd "$_pkgbasename-stable"
+
+  # add upstream repository for cherry-picking
+  git remote add -f upstream ../systemd
+
+  local _c
+  for _c in "${_backports[@]}"; do
+git cherry-pick -n "${_c}"
+  done
+  for _c in "${_reverts[@]}"; do
+git revert -n "${_c}"
+  done
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  local _timeservers=({0..3}.arch.pool.ntp.org)
+  local _nameservers=(
+# We use these public name services, ordered by their
+# privacy policy (hopefully):
+#  * Cloudflare (https://1.1.1.1/)
+#  * Quad9 without filtering (https://www.quad9.net/)
+#  * Google (https://developers.google.com/speed/public-dns/)
+1.1.1.1
+9.9.9.10
+8.8.8.8
+2606:4700:4700::
+2620:fe::10
+2001:4860:4860::
+  )
+ 
+  local _meson_options=(
+--libexecdir   /usr/lib32
+--libdir   /usr/lib32
+
+# internal version comparison is incompatible with pacman:
+#   249~rc1 < 249 < 249.1 < 249rc
+-Dversion-tag="${_tag_name/-/\~}-${pkgrel}-arch"
+-Dmode=release
+
+# features
+-Daudit=false
+-Dblkid=false
+-Dgnu-efi=false
+-Dima=false
+-Dkmod=false
+-Dlibcryptsetup=false
+-Dlibidn2=true
+-Dlibiptc=false
+-Dlz4=false
+-Dmicrohttpd=false
+-Dpam=false
+-Dpython=false
+-Dseccomp=false
+
+# components
+-Dutmp=false
+-Dhibernate=false
+-Dldconfig=false
+-Dresolve=true
+-Defi=false
+-Dtpm=false
+-Denvironment-d=false
+-Dbinfmt=false
+-Drepart=false
+-Dcoredump=false
+-Dpstore=false
+-Doomd=false
+-Dlogind=false
+-Dhostnamed=false
+-Dlocaled=false
+-Dmachined=true
+-Dportabled=false
+-Dsysext=false
+-Duserdb=false
+-Dhomed=false
+-Dnetworkd=false
+-Dtimedated=false
+-Dtimesyncd=false
+-Dremote=false
+-Dcreate-log-dirs=false
+-Dnss-myhostname=true
+-Dnss-mymachines=true
+-Dnss-resolve=true
+-Dnss-systemd=true
+-Dfirstboot=false
+-Drandomseed=false
+-Dbacklight=false
+-Dvconsole=false
+-Dquotacheck=false
+-Dsysusers=false
+-Dtmpfiles=false
+-Dimportd=false
+-Dhwdb=false
+-Drfkill=false
+-Dxdg-autostart=false
+-Dman=false
+-Dhtml=false
+-Dtranslations=false
+
+-Ddbuspolicydir=/usr/share/dbus-1/system.d
+-Ddefault-hierarchy=unified
+-Ddefault-kill-user-processes=false
+-Ddefault-locale=C
+-Dfallback-hostname='archlinux'
+-Dnologin-path=/usr/bin/nologin
+-Dntp-servers="${_timeservers[*]}"
+-Ddns-servers="${_nameservers[*]}"
+-Drpmmacrosdir=no
+-Dsysvinit-path=
+-Dsysvrcnd-path=
+  )
+
+  arch-meson "$_pkgbasename-stable" build "${_meson_options[@]}"
+
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  rm 

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

2021-08-06 Thread Christian Hesse via arch-commits
Date: Friday, August 6, 2021 @ 21:42:44
  Author: eworm
Revision: 994604

upgpkg: lib32-systemd 249.3-1: new upstream release

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 21:41:32 UTC (rev 994603)
+++ PKGBUILD2021-08-06 21:42:44 UTC (rev 994604)
@@ -4,8 +4,8 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='38c4224f14862701677dd87520355d5cc4cf26e2' # git rev-parse v${_tag_name}
-_tag_name=249.2
+_tag='f7646f66f1a7657aebe9d2a43437db36776e45c5' # git rev-parse v${_tag_name}
+_tag_name=249.3
 pkgver="${_tag_name/-/}"
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'



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

2021-08-06 Thread Christian Hesse via arch-commits
Date: Friday, August 6, 2021 @ 21:42:27
  Author: eworm
Revision: 421178

upgpkg: systemd 249.3-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 15:31:55 UTC (rev 421177)
+++ PKGBUILD2021-08-06 21:42:27 UTC (rev 421178)
@@ -4,8 +4,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='38c4224f14862701677dd87520355d5cc4cf26e2' # git rev-parse v${_tag_name}
-_tag_name=249.2
+_tag='f7646f66f1a7657aebe9d2a43437db36776e45c5' # git rev-parse v${_tag_name}
+_tag_name=249.3
 pkgver="${_tag_name/-/}"
 pkgrel=1
 arch=('x86_64')



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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 21:41:32
  Author: foxboron
Revision: 994603

archrelease: copy trunk to community-x86_64

Added:
  nvme-cli/repos/community-x86_64/PKGBUILD
(from rev 994602, nvme-cli/trunk/PKGBUILD)
  nvme-cli/repos/community-x86_64/nvme-cli.install
(from rev 994602, nvme-cli/trunk/nvme-cli.install)
Deleted:
  nvme-cli/repos/community-x86_64/PKGBUILD
  nvme-cli/repos/community-x86_64/nvme-cli.install

--+
 PKGBUILD |   78 ++---
 nvme-cli.install |   16 +-
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 21:41:24 UTC (rev 994602)
+++ PKGBUILD2021-08-06 21:41:32 UTC (rev 994603)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Devin Cofer 
-# Contributor: DriverX
-# Contributor: Nicolas Quiénot 
-# Contributor: Martin Schrodt 
-
-pkgname=nvme-cli
-pkgver=1.14
-pkgrel=2
-pkgdesc="NVM-Express user space tooling for Linux"
-arch=('i686' 'x86_64')
-url="https://github.com/linux-nvme/nvme-cli;
-license=('GPL')
-makedepends=('systemd')
-depends=('util-linux' 'libsystemd')
-install=nvme-cli.install
-# checkdepends=('python2-nose' 'python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('07ead5e006212310c424526c84b2ea2822677225e030a75ca96a7f8b48d786bb')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   make PREFIX=/usr
-}
-
-# Tests require a working NVME disk.
-# check() {
-#  cd "${pkgname}-${pkgver}"
-#  make test
-# }
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="$pkgdir" UDEVDIR=/usr/lib/udev PREFIX=/usr 
SBINDIR=/usr/bin install-spec
-
-   # This is done because we don't want the hostnqn and hostid files 
tracked.
-   # they are supposed to be unique
-   rm $pkgdir/etc/nvme/host{nqn,id}
-}

Copied: nvme-cli/repos/community-x86_64/PKGBUILD (from rev 994602, 
nvme-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 21:41:32 UTC (rev 994603)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud 
+# Contributor: Devin Cofer 
+# Contributor: DriverX
+# Contributor: Nicolas Quiénot 
+# Contributor: Martin Schrodt 
+
+pkgname=nvme-cli
+pkgver=1.15
+pkgrel=1
+pkgdesc="NVM-Express user space tooling for Linux"
+arch=('i686' 'x86_64')
+url="https://github.com/linux-nvme/nvme-cli;
+license=('GPL')
+makedepends=('systemd')
+depends=('util-linux' 'libsystemd')
+install=nvme-cli.install
+# checkdepends=('python2-nose' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('4c681d1a98fc139c0c81f0c878d052c475679a2aca28221050b3be7e5b996528')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   make PREFIX=/usr
+}
+
+# Tests require a working NVME disk.
+# check() {
+#  cd "${pkgname}-${pkgver}"
+#  make test
+# }
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="$pkgdir" UDEVDIR=/usr/lib/udev PREFIX=/usr 
SBINDIR=/usr/bin install-spec
+
+   # This is done because we don't want the hostnqn and hostid files 
tracked.
+   # they are supposed to be unique
+   rm $pkgdir/etc/nvme/host{nqn,id}
+}

Deleted: nvme-cli.install
===
--- nvme-cli.install2021-08-06 21:41:24 UTC (rev 994602)
+++ nvme-cli.install2021-08-06 21:41:32 UTC (rev 994603)
@@ -1,8 +0,0 @@
-post_install(){
-   if [ ! -f /etc/nvme/hostnqn ]; then
-   nvme gen-hostnqn > /etc/nvme/hostnqn
-   fi
-   if [ ! -f /etc/nvme/hostid ]; then
-   uuidgen > /etc/nvme/hostid
-   fi
-}

Copied: nvme-cli/repos/community-x86_64/nvme-cli.install (from rev 994602, 
nvme-cli/trunk/nvme-cli.install)
===
--- nvme-cli.install(rev 0)
+++ nvme-cli.install2021-08-06 21:41:32 UTC (rev 994603)
@@ -0,0 +1,8 @@
+post_install(){
+   if [ ! -f /etc/nvme/hostnqn ]; then
+   nvme gen-hostnqn > /etc/nvme/hostnqn
+   fi
+   if [ ! -f /etc/nvme/hostid ]; then
+   uuidgen > /etc/nvme/hostid
+   fi
+}



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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 21:41:24
  Author: foxboron
Revision: 994602

upgpkg: nvme-cli 1.15-1

Modified:
  nvme-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 21:39:16 UTC (rev 994601)
+++ PKGBUILD2021-08-06 21:41:24 UTC (rev 994602)
@@ -5,8 +5,8 @@
 # Contributor: Martin Schrodt 
 
 pkgname=nvme-cli
-pkgver=1.14
-pkgrel=2
+pkgver=1.15
+pkgrel=1
 pkgdesc="NVM-Express user space tooling for Linux"
 arch=('i686' 'x86_64')
 url="https://github.com/linux-nvme/nvme-cli;
@@ -16,7 +16,7 @@
 install=nvme-cli.install
 # checkdepends=('python2-nose' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('07ead5e006212310c424526c84b2ea2822677225e030a75ca96a7f8b48d786bb')
+sha256sums=('4c681d1a98fc139c0c81f0c878d052c475679a2aca28221050b3be7e5b996528')
 
 build() {
cd "${pkgname}-${pkgver}"



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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 21:39:16
  Author: foxboron
Revision: 994601

archrelease: copy trunk to community-x86_64

Added:
  podman/repos/community-x86_64/PKGBUILD
(from rev 994600, podman/trunk/PKGBUILD)
Deleted:
  podman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 21:39:08 UTC (rev 994600)
+++ PKGBUILD2021-08-06 21:39:16 UTC (rev 994601)
@@ -1,60 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: David Runge 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=3.2.2
-pkgrel=2
-pkgdesc='Tool and library for running OCI-based containers in pods'
-arch=(x86_64)
-url='https://github.com/containers/libpod'
-license=(Apache)
-depends=(cni-plugins conmon containers-common
- device-mapper iptables libseccomp
- crun slirp4netns libsystemd fuse-overlayfs)
-makedepends=(btrfs-progs go go-md2man git gpgme systemd)
-backup=('etc/cni/net.d/87-podman-bridge.conflist')
-source=("git+$url#tag=v$pkgver?signed")
-validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libpod
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  export BUILDTAGS='seccomp systemd'
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-
-  cd libpod
-  make EXTRA_LDFLAGS='-s -w -linkmode=external'
-}
-
-package_podman() {
-  depends+=('libgpgme.so')
-  optdepends+=('podman-docker: for Docker-compatible CLI'
-  'btrfs-progs: support btrfs backend devices'
-  'catatonit: --init flag support'
-  'crun: support for unified cgroupsv2')
-
-  cd libpod
-  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr
-  # remove man pages provided by containers-common
-  rm -rvf "${pkgdir}/usr/share/man/man5"
-}
-
-package_podman-docker() {
-  pkgdesc='Emulate Docker CLI using podman'
-  depends=(podman)
-  conflicts=(docker)
-  provides=(docker)
-
-  cd libpod
-  make -j1 install.docker-full DESTDIR="$pkgdir" PREFIX=/usr
-}

Copied: podman/repos/community-x86_64/PKGBUILD (from rev 994600, 
podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 21:39:16 UTC (rev 994601)
@@ -0,0 +1,61 @@
+# Maintainer: Morten Linderud 
+# Contributor: David Runge 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=3.2.3
+pkgrel=1
+pkgdesc='Tool and library for running OCI-based containers in pods'
+arch=(x86_64)
+url='https://github.com/containers/libpod'
+license=(Apache)
+depends=(cni-plugins conmon containers-common
+ device-mapper iptables libseccomp
+ crun slirp4netns libsystemd fuse-overlayfs)
+makedepends=(btrfs-progs go go-md2man git gpgme systemd)
+backup=('etc/cni/net.d/87-podman-bridge.conflist')
+source=("git+$url#tag=v$pkgver?signed")
+validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4'
+  '7CE1E6F8C90CB53E7E4D8F2D502E08DB0BBF8EEE')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libpod
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  export BUILDTAGS='seccomp systemd'
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath"
+
+  cd libpod
+  make EXTRA_LDFLAGS='-s -w -linkmode=external'
+}
+
+package_podman() {
+  depends+=('libgpgme.so')
+  optdepends+=('podman-docker: for Docker-compatible CLI'
+  'btrfs-progs: support btrfs backend devices'
+  'catatonit: --init flag support'
+  'crun: support for unified cgroupsv2')
+
+  cd libpod
+  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr
+  # remove man pages provided by containers-common
+  rm -rvf "${pkgdir}/usr/share/man/man5"
+}
+
+package_podman-docker() {
+  pkgdesc='Emulate Docker CLI using podman'
+  depends=(podman)
+  conflicts=(docker)
+  provides=(docker)
+
+  cd libpod
+  make -j1 install.docker-full DESTDIR="$pkgdir" PREFIX=/usr
+}



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

2021-08-06 Thread Morten Linderud via arch-commits
Date: Friday, August 6, 2021 @ 21:39:08
  Author: foxboron
Revision: 994600

upgpkg: podman 3.2.3-1

Modified:
  podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 21:00:19 UTC (rev 994599)
+++ PKGBUILD2021-08-06 21:39:08 UTC (rev 994600)
@@ -4,8 +4,8 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)
 url='https://github.com/containers/libpod'
@@ -16,7 +16,8 @@
 makedepends=(btrfs-progs go go-md2man git gpgme systemd)
 backup=('etc/cni/net.d/87-podman-bridge.conflist')
 source=("git+$url#tag=v$pkgver?signed")
-validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
+validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4'
+  '7CE1E6F8C90CB53E7E4D8F2D502E08DB0BBF8EEE')
 sha256sums=('SKIP')
 
 pkgver() {



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

2021-08-06 Thread Antonio Rojas via arch-commits
Date: Friday, August 6, 2021 @ 21:00:19
  Author: arojas
Revision: 994599

archrelease: copy trunk to community-x86_64

Added:
  latte-dock/repos/community-x86_64/PKGBUILD
(from rev 994598, latte-dock/trunk/PKGBUILD)
Deleted:
  latte-dock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 20:59:30 UTC (rev 994598)
+++ PKGBUILD2021-08-06 21:00:19 UTC (rev 994599)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Michael Straube 
-
-pkgname=latte-dock
-pkgver=0.9.12
-pkgrel=1
-pkgdesc='A dock based on Plasma Frameworks'
-arch=(x86_64)
-url='https://store.kde.org/p/1169519/'
-license=(GPL)
-depends=(plasma-framework knewstuff hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('b2b8af8c69eb122ccbbe987b00fff4d9d3ac9ccc939cbddae9fd319bca0630be'
-'SKIP')
-validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: latte-dock/repos/community-x86_64/PKGBUILD (from rev 994598, 
latte-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 21:00:19 UTC (rev 994599)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Michael Straube 
+
+pkgname=latte-dock
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(x86_64)
+url='https://store.kde.org/p/1169519/'
+license=(GPL)
+depends=(plasma-framework knewstuff hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('967e129b437a1eb3bff0b045674f06bfacb02f0040da39738b7fc95cb1417812'
+'SKIP')
+validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-08-06 Thread Antonio Rojas via arch-commits
Date: Friday, August 6, 2021 @ 20:59:30
  Author: arojas
Revision: 994598

Update to 0.10.0

Modified:
  latte-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 19:48:36 UTC (rev 994597)
+++ PKGBUILD2021-08-06 20:59:30 UTC (rev 994598)
@@ -2,7 +2,7 @@
 # Contributor: Michael Straube 
 
 pkgname=latte-dock
-pkgver=0.9.12
+pkgver=0.10.0
 pkgrel=1
 pkgdesc='A dock based on Plasma Frameworks'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(plasma-framework knewstuff hicolor-icon-theme)
 makedepends=(extra-cmake-modules)
 
source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('b2b8af8c69eb122ccbbe987b00fff4d9d3ac9ccc939cbddae9fd319bca0630be'
+sha256sums=('967e129b437a1eb3bff0b045674f06bfacb02f0040da39738b7fc95cb1417812'
 'SKIP')
 validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
 



[arch-commits] Commit in perl-term-ui/repos/community-any (PKGBUILD PKGBUILD)

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 19:48:36
  Author: felixonmars
Revision: 994597

archrelease: copy trunk to community-any

Added:
  perl-term-ui/repos/community-any/PKGBUILD
(from rev 994596, perl-term-ui/trunk/PKGBUILD)
Deleted:
  perl-term-ui/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 19:48:28 UTC (rev 994596)
+++ PKGBUILD2021-08-06 19:48:36 UTC (rev 994597)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Florian Pritz 
-
-pkgname=perl-term-ui
-pkgver=0.48
-pkgrel=1
-pkgdesc='User interfaces via Term::ReadLine made easy'
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=("!emptydirs")
-depends=('perl-log-message' 'perl-log-message-simple')
-url='https://metacpan.org/release/Term-UI'
-source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Term-UI-$pkgver.tar.gz;)
-sha512sums=('4432b398152d9aa3557655ea6bbd83dbbda3596a21a418e99ce6c5c426a1997b3300cc0b8bb65f2bb1eca06fb0db1dcfb03ea9ce993060abceecc9157d04')
-_ddir="Term-UI-$pkgver"
-
-build() (
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check() (
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package() (
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  #find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-term-ui/repos/community-any/PKGBUILD (from rev 994596, 
perl-term-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 19:48:36 UTC (rev 994597)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Florian Pritz 
+
+pkgname=perl-term-ui
+pkgver=0.50
+pkgrel=1
+pkgdesc='User interfaces via Term::ReadLine made easy'
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=("!emptydirs")
+depends=('perl-log-message' 'perl-log-message-simple')
+url='https://metacpan.org/release/Term-UI'
+source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Term-UI-$pkgver.tar.gz;)
+sha512sums=('338f564a5405804d3f34840dbd26309911b0dfa6de346fc11c0fb4e33e0e2d42915a26b3f9569ccf95333a8cf20bded9830c923c69df48aa72670cdabe05fc98')
+_ddir="Term-UI-$pkgver"
+
+build() (
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check() (
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package() (
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  #find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 19:48:28
  Author: felixonmars
Revision: 994596

upgpkg: perl-term-ui 0.50-1

Modified:
  perl-term-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 19:36:19 UTC (rev 994595)
+++ PKGBUILD2021-08-06 19:48:28 UTC (rev 994596)
@@ -2,7 +2,7 @@
 # Contributor: Florian Pritz 
 
 pkgname=perl-term-ui
-pkgver=0.48
+pkgver=0.50
 pkgrel=1
 pkgdesc='User interfaces via Term::ReadLine made easy'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl-log-message' 'perl-log-message-simple')
 url='https://metacpan.org/release/Term-UI'
 
source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Term-UI-$pkgver.tar.gz;)
-sha512sums=('4432b398152d9aa3557655ea6bbd83dbbda3596a21a418e99ce6c5c426a1997b3300cc0b8bb65f2bb1eca06fb0db1dcfb03ea9ce993060abceecc9157d04')
+sha512sums=('338f564a5405804d3f34840dbd26309911b0dfa6de346fc11c0fb4e33e0e2d42915a26b3f9569ccf95333a8cf20bded9830c923c69df48aa72670cdabe05fc98')
 _ddir="Term-UI-$pkgver"
 
 build() (



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 19:36:19
  Author: felixonmars
Revision: 994595

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 19:36:11 UTC (rev 994594)
+++ PKGBUILD2021-08-06 19:36:19 UTC (rev 994595)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20210802121239
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('b895e1c2769ed4d2033c986c08b462e66ad84894c129f757ffa4b902073217975b678c6dfbb8ed56eb80071e954756dc3aae0917bed49ff6d5ee769b725efcec')
-
-build() {
-  cd domain-list-community-$pkgver
-  go run main.go
-}
-
-package() {
-  cd domain-list-community-$pkgver
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
994594, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 19:36:19 UTC (rev 994595)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20210806154034
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('1e3c8435d41ca34ccaef3769a68288acc5d791ed31f76428a7347736fcf7f07800e3178b631134cc0c1f491458a8665f72abac0a70082e4cf4ec806adcb9fedb')
+
+build() {
+  cd domain-list-community-$pkgver
+  go run main.go
+}
+
+package() {
+  cd domain-list-community-$pkgver
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 19:36:11
  Author: felixonmars
Revision: 994594

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 19:35:22 UTC (rev 994593)
+++ PKGBUILD2021-08-06 19:36:11 UTC (rev 994594)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20210802121239
+pkgver=20210806154034
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('b895e1c2769ed4d2033c986c08b462e66ad84894c129f757ffa4b902073217975b678c6dfbb8ed56eb80071e954756dc3aae0917bed49ff6d5ee769b725efcec')
+sha512sums=('1e3c8435d41ca34ccaef3769a68288acc5d791ed31f76428a7347736fcf7f07800e3178b631134cc0c1f491458a8665f72abac0a70082e4cf4ec806adcb9fedb')
 
 build() {
   cd domain-list-community-$pkgver



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 19:35:22
  Author: felixonmars
Revision: 994593

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 19:35:14 UTC (rev 994592)
+++ PKGBUILD2021-08-06 19:35:22 UTC (rev 994593)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-
-_name=identify
-pkgname=python-identify
-pkgver=2.2.12
-pkgrel=1
-pkgdesc="File identification library for Python"
-arch=('any')
-url="https://github.com/chriskuehl/identify;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-editdistance-s' 'python-pytest')
-optdepends=('python-editdistance-s: for returning license identifiers')
-source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('cada883c7d5696c0f5c55e901e88e1d63b28d5045f54f2d197151c37d8a96854e020d4112d857fad0402e61fad3c05a5e9ca624a72be0baecdd0fb247b6bef4b')
-b2sums=('71f70e211bb64c44fd56cf276c1e474e002931a711e986f933a80b085a4b1c2465d84780d636efc977c6c91283d33b94d7c25fbf16b83d2fbb1cb227c76ebca9')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-identify/repos/community-any/PKGBUILD (from rev 994592, 
python-identify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 19:35:22 UTC (rev 994593)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+
+_name=identify
+pkgname=python-identify
+pkgver=2.2.13
+pkgrel=1
+pkgdesc="File identification library for Python"
+arch=('any')
+url="https://github.com/chriskuehl/identify;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-editdistance-s' 'python-pytest')
+optdepends=('python-editdistance-s: for returning license identifiers')
+source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('37764325268c164028b7719f91571c006c9c6db3f4bba5a93d20f3d9ea30712cfe7e5710b175266a3d74f3f85485f16ebf7d21486d4329050b55e5835e8b4197')
+b2sums=('b1835ca6b576a15be16de124554cfaf7b6dc55a1dfee70021613d35251135c295c3acf141eb645823add4c260bec9fdcde4799f0b72fbd57bc7a2e8659e416bd')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 19:35:14
  Author: felixonmars
Revision: 994592

upgpkg: python-identify 2.2.13-1

Modified:
  python-identify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 19:24:06 UTC (rev 994591)
+++ PKGBUILD2021-08-06 19:35:14 UTC (rev 994592)
@@ -3,7 +3,7 @@
 
 _name=identify
 pkgname=python-identify
-pkgver=2.2.12
+pkgver=2.2.13
 pkgrel=1
 pkgdesc="File identification library for Python"
 arch=('any')
@@ -14,8 +14,8 @@
 checkdepends=('python-editdistance-s' 'python-pytest')
 optdepends=('python-editdistance-s: for returning license identifiers')
 
source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('cada883c7d5696c0f5c55e901e88e1d63b28d5045f54f2d197151c37d8a96854e020d4112d857fad0402e61fad3c05a5e9ca624a72be0baecdd0fb247b6bef4b')
-b2sums=('71f70e211bb64c44fd56cf276c1e474e002931a711e986f933a80b085a4b1c2465d84780d636efc977c6c91283d33b94d7c25fbf16b83d2fbb1cb227c76ebca9')
+sha512sums=('37764325268c164028b7719f91571c006c9c6db3f4bba5a93d20f3d9ea30712cfe7e5710b175266a3d74f3f85485f16ebf7d21486d4329050b55e5835e8b4197')
+b2sums=('b1835ca6b576a15be16de124554cfaf7b6dc55a1dfee70021613d35251135c295c3acf141eb645823add4c260bec9fdcde4799f0b72fbd57bc7a2e8659e416bd')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"



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

2021-08-06 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 6, 2021 @ 19:24:06
  Author: orhun
Revision: 994591

archrelease: copy trunk to community-x86_64

Added:
  himalaya/repos/community-x86_64/PKGBUILD
(from rev 994590, himalaya/trunk/PKGBUILD)
Deleted:
  himalaya/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 19:23:56 UTC (rev 994590)
+++ PKGBUILD2021-08-06 19:24:06 UTC (rev 994591)
@@ -1,33 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=himalaya
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Minimalist CLI email client"
-arch=('x86_64')
-url="https://github.com/soywod/himalaya;
-license=('BSD')
-depends=('gcc-libs' 'openssl')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('abf3559b1f12c04761f0707cf5b3913afd76a6b1f05de22e2a936d7bbde64aa1fe8854216f7165af33acc615c7fa7f419c17ed9efd6b99bd8a8e51276d422ade')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked --lib
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "assets/$pkgname.desktop" -t "$pkgdir/usr/share/applications"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: himalaya/repos/community-x86_64/PKGBUILD (from rev 994590, 
himalaya/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 19:24:06 UTC (rev 994591)
@@ -0,0 +1,50 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgbase=himalaya
+pkgname=('himalaya' 'vim-himalaya')
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="A CLI email client"
+arch=('x86_64')
+url="https://github.com/soywod/himalaya;
+license=('BSD')
+depends=('gcc-libs' 'openssl')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('abf3559b1f12c04761f0707cf5b3913afd76a6b1f05de22e2a936d7bbde64aa1fe8854216f7165af33acc615c7fa7f419c17ed9efd6b99bd8a8e51276d422ade')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --frozen --release
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen --locked --lib
+}
+
+package_himalaya() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "assets/$pkgname.desktop" -t "$pkgdir/usr/share/applications"
+}
+
+package_vim-himalaya() {
+  depends=('vim-plugin-runtime' 'himalaya')
+  pkgdesc+=' - Vim UI plugin'
+
+  cd "$pkgbase-$pkgver/vim/"
+  find autoload doc ftplugin lua plugin syntax \
+-type f -exec install -Dm 644 '{}' "$pkgdir/usr/share/vim/vimfiles/{}" \;
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -Dm 644 ../LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-06 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 6, 2021 @ 19:23:56
  Author: orhun
Revision: 994590

upgpkg: himalaya 0.4.0-3

Modified:
  himalaya/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 19:06:30 UTC (rev 994589)
+++ PKGBUILD2021-08-06 19:23:56 UTC (rev 994590)
@@ -3,7 +3,7 @@
 pkgbase=himalaya
 pkgname=('himalaya' 'vim-himalaya')
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A CLI email client"
 arch=('x86_64')
 url="https://github.com/soywod/himalaya;



[arch-commits] Commit in himalaya/trunk (2 files)

2021-08-06 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 6, 2021 @ 19:06:30
  Author: orhun
Revision: 994589

upgpkg: himalaya 0.4.0-2: remove binary

Modified:
  himalaya/trunk/PKGBUILD
Deleted:
  himalaya/trunk/vim-himalaya-0.4.0-2-any.pkg.tar.zst

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 18:57:02 UTC (rev 994588)
+++ PKGBUILD2021-08-06 19:06:30 UTC (rev 994589)
@@ -37,7 +37,6 @@
 }
 
 package_vim-himalaya() {
-  arch=('any')
   depends=('vim-plugin-runtime' 'himalaya')
   pkgdesc+=' - Vim UI plugin'
 

Deleted: vim-himalaya-0.4.0-2-any.pkg.tar.zst
===
(Binary files differ)



[arch-commits] Commit in himalaya/trunk (vim-himalaya-0.4.0-2-any.pkg.tar.zst)

2021-08-06 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 6, 2021 @ 18:56:38
  Author: orhun
Revision: 994585

upgpkg: himalaya 0.4.0-2: split the package for Vim plugin (FS#71601)

Added:
  himalaya/trunk/vim-himalaya-0.4.0-2-any.pkg.tar.zst

--+
 vim-himalaya-0.4.0-2-any.pkg.tar.zst |1 +
 1 file changed, 1 insertion(+)

Added: vim-himalaya-0.4.0-2-any.pkg.tar.zst
===
(Binary files differ)

Index: himalaya/trunk/vim-himalaya-0.4.0-2-any.pkg.tar.zst
===
--- vim-himalaya-0.4.0-2-any.pkg.tar.zst2021-08-06 18:55:57 UTC (rev 
994584)
+++ vim-himalaya-0.4.0-2-any.pkg.tar.zst2021-08-06 18:56:38 UTC (rev 
994585)

Property changes on: himalaya/trunk/vim-himalaya-0.4.0-2-any.pkg.tar.zst
___
Added: svn:mime-type
## -0,0 +1 ##
+application/zstd
\ No newline at end of property


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

2021-08-06 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 6, 2021 @ 18:55:57
  Author: orhun
Revision: 994584

upgpkg: himalaya 0.4.0-2: split the package for Vim plugin (FS#71601)

Modified:
  himalaya/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 18:48:48 UTC (rev 994583)
+++ PKGBUILD2021-08-06 18:55:57 UTC (rev 994584)
@@ -1,9 +1,10 @@
 # Maintainer: Orhun Parmaksız 
 
-pkgname=himalaya
+pkgbase=himalaya
+pkgname=('himalaya' 'vim-himalaya')
 pkgver=0.4.0
-pkgrel=1
-pkgdesc="Minimalist CLI email client"
+pkgrel=2
+pkgdesc="A CLI email client"
 arch=('x86_64')
 url="https://github.com/soywod/himalaya;
 license=('BSD')
@@ -12,17 +13,22 @@
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 
sha512sums=('abf3559b1f12c04761f0707cf5b3913afd76a6b1f05de22e2a936d7bbde64aa1fe8854216f7165af33acc615c7fa7f419c17ed9efd6b99bd8a8e51276d422ade')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
 build() {
   cd "$pkgname-$pkgver"
-  cargo build --release --locked
+  cargo build --frozen --release
 }
 
 check() {
   cd "$pkgname-$pkgver"
-  cargo test --release --locked --lib
+  cargo test --frozen --locked --lib
 }
 
-package() {
+package_himalaya() {
   cd "$pkgname-$pkgver"
   install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
   install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
@@ -30,4 +36,16 @@
   install -Dm 644 "assets/$pkgname.desktop" -t "$pkgdir/usr/share/applications"
 }
 
+package_vim-himalaya() {
+  arch=('any')
+  depends=('vim-plugin-runtime' 'himalaya')
+  pkgdesc+=' - Vim UI plugin'
+
+  cd "$pkgbase-$pkgver/vim/"
+  find autoload doc ftplugin lua plugin syntax \
+-type f -exec install -Dm 644 '{}' "$pkgdir/usr/share/vim/vimfiles/{}" \;
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -Dm 644 ../LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
 # vim:set ts=2 sw=2 et:



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

2021-08-06 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 6, 2021 @ 18:48:48
  Author: orhun
Revision: 994583

archrelease: copy trunk to community-x86_64

Added:
  lnav/repos/community-x86_64/PKGBUILD
(from rev 994582, lnav/trunk/PKGBUILD)
Deleted:
  lnav/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 18:48:37 UTC (rev 994582)
+++ PKGBUILD2021-08-06 18:48:48 UTC (rev 994583)
@@ -1,31 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Uffe Jakobsen 
-# Contributor: speps 
-
-pkgname=lnav
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="A curses-based tool for viewing and analyzing log files"
-arch=('x86_64')
-url="http://lnav.org/;
-license=('custom:BSD')
-depends=('ncurses' 'curl' 'pcre' 'sqlite3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tstack/lnav/archive/v$pkgver.tar.gz;)
-sha256sums=('b8b1a287af7794277ef1b75753fabd82d66f30a0d2ac202edfb01e932b05495d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -Dm 644 README -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lnav/repos/community-x86_64/PKGBUILD (from rev 994582, 
lnav/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 18:48:48 UTC (rev 994583)
@@ -0,0 +1,32 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Uffe Jakobsen 
+# Contributor: speps 
+
+pkgname=lnav
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="A curses-based tool for viewing and analyzing log files"
+arch=('x86_64')
+url="http://lnav.org/;
+license=('custom:BSD')
+depends=('ncurses' 'curl' 'pcre' 'sqlite3' 'libarchive')
+makedepends=('openssh')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tstack/lnav/archive/v$pkgver.tar.gz;)
+sha256sums=('830805f4d9ed2ae749d500e50b8485771026a75fe055d00711ed8aa3af4f25a0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -Dm 644 README -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-06 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 6, 2021 @ 18:48:37
  Author: orhun
Revision: 994582

upgpkg: lnav 0.10.0-1: upstream release

Modified:
  lnav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 18:34:46 UTC (rev 994581)
+++ PKGBUILD2021-08-06 18:48:37 UTC (rev 994582)
@@ -3,15 +3,16 @@
 # Contributor: speps 
 
 pkgname=lnav
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="A curses-based tool for viewing and analyzing log files"
 arch=('x86_64')
 url="http://lnav.org/;
 license=('custom:BSD')
-depends=('ncurses' 'curl' 'pcre' 'sqlite3')
+depends=('ncurses' 'curl' 'pcre' 'sqlite3' 'libarchive')
+makedepends=('openssh')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tstack/lnav/archive/v$pkgver.tar.gz;)
-sha256sums=('b8b1a287af7794277ef1b75753fabd82d66f30a0d2ac202edfb01e932b05495d')
+sha256sums=('830805f4d9ed2ae749d500e50b8485771026a75fe055d00711ed8aa3af4f25a0')
 
 build() {
   cd $pkgname-$pkgver



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

2021-08-06 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 6, 2021 @ 18:34:46
  Author: orhun
Revision: 994581

archrelease: copy trunk to community-x86_64

Added:
  xh/repos/community-x86_64/PKGBUILD
(from rev 994580, xh/trunk/PKGBUILD)
Deleted:
  xh/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 18:01:22 UTC (rev 994580)
+++ PKGBUILD2021-08-06 18:34:46 UTC (rev 994581)
@@ -1,40 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Wesley Moore 
-
-pkgname=xh
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="Friendly and fast tool for sending HTTP requests"
-arch=('x86_64')
-url="https://github.com/ducaale/xh;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-replaces=('ht-rs' 'ht')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('65bf20e03b98c2720d619dcae750bf504cc76cb6e48129c5cdd98837b4b8268c')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "doc/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
-  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
-  # `xh` will default to HTTPS scheme if the binary name is one of `xhs`, 
`https`, or `xhttps`
-  ln -s "/usr/bin/$pkgname" "$pkgdir/usr/bin/${pkgname}s"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xh/repos/community-x86_64/PKGBUILD (from rev 994580, xh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 18:34:46 UTC (rev 994581)
@@ -0,0 +1,46 @@
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Caleb Maclennan 
+# Contributor: Wesley Moore 
+
+pkgname=xh
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Friendly and fast tool for sending HTTP requests"
+arch=('x86_64')
+url="https://github.com/ducaale/xh;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+replaces=('ht-rs' 'ht')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('6ea21c669e891fa6bcc8c8bdcf9f13db32c44bc1cdafd052d1ec34610db9a004')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --frozen --release
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "doc/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
+  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
+  # `xh` will default to HTTPS scheme if the binary name is one of `xhs`, 
`https`, or `xhttps`
+  ln -s "/usr/bin/$pkgname" "$pkgdir/usr/bin/${pkgname}s"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-06 Thread Daniel M. Capella via arch-commits
Date: Friday, August 6, 2021 @ 18:01:22
  Author: polyzen
Revision: 994580

archrelease: copy trunk to community-any

Added:
  borgmatic/repos/community-any/PKGBUILD
(from rev 994579, borgmatic/trunk/PKGBUILD)
Deleted:
  borgmatic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 18:01:01 UTC (rev 994579)
+++ PKGBUILD2021-08-06 18:01:22 UTC (rev 994580)
@@ -1,48 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor: Alexander Görtz 
-# Contributor: Dan Beste 
-# Contributor: Julien Nicoulaud 
-# Contributor: stef204 
-
-pkgname=borgmatic
-pkgver=1.5.17
-pkgrel=1
-pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
-arch=('any')
-url=https://torsion.org/borgmatic
-license=('GPL3')
-depends=('borg' 'python-colorama' 'python-jsonschema' 'python-requests'
- 'python-ruamel-yaml' 'python-setuptools')
-checkdepends=('python-flexmock' 'python-pytest')
-optdepends=('python-llfuse: for mount action')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('23c692773f49f55f803c3478b41f6cb5d9df4680225bdaa8e10023b3a6f22c66')
-b2sums=('45d0458377d4825b84b5a535a28e15c3204479cd0faa349ac16cf59262bc1ad00ebf83c6309d85d4e9e168a1b1173e887c8d1185d509b5dc16d3d6026d0f0dec')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  mkdir -p temp
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  python setup.py install --root=temp --optimize=1 --skip-build
-  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$site_packages" pytest 
-c /dev/null --ignore=tests/end-to-end
-}
-
-package() {
-  cd $pkgname-$pkgver
-  export PYTHONHASHSEED=0
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
-}
-
-# vim: ts=2 sw=2 et:

Copied: borgmatic/repos/community-any/PKGBUILD (from rev 994579, 
borgmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 18:01:22 UTC (rev 994580)
@@ -0,0 +1,48 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz 
+# Contributor: Dan Beste 
+# Contributor: Julien Nicoulaud 
+# Contributor: stef204 
+
+pkgname=borgmatic
+pkgver=1.5.18
+pkgrel=1
+pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-jsonschema' 'python-requests'
+ 'python-ruamel-yaml' 'python-setuptools')
+checkdepends=('python-flexmock' 'python-pytest')
+optdepends=('python-llfuse: for mount action')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('757d54d73cdaf333210e24cb13e0e0b4de912d17222e4b383433ae929287fe9a')
+b2sums=('43f5f8d2fb7f13ed6bcfd5b00f99a797f214f5220b27f8c173f636d37b4c0b5c8d1915a73684597d71fb436717a84de542be51a9b23f735e304e15427d40ace1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  mkdir -p temp
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  python setup.py install --root=temp --optimize=1 --skip-build
+  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$site_packages" pytest 
-c /dev/null --ignore=tests/end-to-end
+}
+
+package() {
+  cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-06 Thread Daniel M. Capella via arch-commits
Date: Friday, August 6, 2021 @ 18:01:01
  Author: polyzen
Revision: 994579

upgpkg: borgmatic 1.5.18-1

Modified:
  borgmatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 17:56:11 UTC (rev 994578)
+++ PKGBUILD2021-08-06 18:01:01 UTC (rev 994579)
@@ -6,7 +6,7 @@
 # Contributor: stef204 
 
 pkgname=borgmatic
-pkgver=1.5.17
+pkgver=1.5.18
 pkgrel=1
 pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
 arch=('any')
@@ -17,8 +17,8 @@
 checkdepends=('python-flexmock' 'python-pytest')
 optdepends=('python-llfuse: for mount action')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('23c692773f49f55f803c3478b41f6cb5d9df4680225bdaa8e10023b3a6f22c66')
-b2sums=('45d0458377d4825b84b5a535a28e15c3204479cd0faa349ac16cf59262bc1ad00ebf83c6309d85d4e9e168a1b1173e887c8d1185d509b5dc16d3d6026d0f0dec')
+sha256sums=('757d54d73cdaf333210e24cb13e0e0b4de912d17222e4b383433ae929287fe9a')
+b2sums=('43f5f8d2fb7f13ed6bcfd5b00f99a797f214f5220b27f8c173f636d37b4c0b5c8d1915a73684597d71fb436717a84de542be51a9b23f735e304e15427d40ace1')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-08-06 Thread Daurnimator via arch-commits
Date: Friday, August 6, 2021 @ 17:56:11
  Author: daurnimator
Revision: 994578

archrelease: copy trunk to community-x86_64

Added:
  loki/repos/community-x86_64/PKGBUILD
(from rev 994577, loki/trunk/PKGBUILD)
  loki/repos/community-x86_64/loki.service
(from rev 994577, loki/trunk/loki.service)
  loki/repos/community-x86_64/loki.sysusers
(from rev 994577, loki/trunk/loki.sysusers)
  loki/repos/community-x86_64/loki.tmpfiles
(from rev 994577, loki/trunk/loki.tmpfiles)
  loki/repos/community-x86_64/promtail.service
(from rev 994577, loki/trunk/promtail.service)
  loki/repos/community-x86_64/promtail.sysusers
(from rev 994577, loki/trunk/promtail.sysusers)
  loki/repos/community-x86_64/promtail.tmpfiles
(from rev 994577, loki/trunk/promtail.tmpfiles)
Deleted:
  loki/repos/community-x86_64/PKGBUILD
  loki/repos/community-x86_64/loki.service
  loki/repos/community-x86_64/loki.sysusers
  loki/repos/community-x86_64/loki.tmpfiles
  loki/repos/community-x86_64/promtail.service
  loki/repos/community-x86_64/promtail.sysusers
  loki/repos/community-x86_64/promtail.tmpfiles

---+
 PKGBUILD  |  191 +---
 loki.service  |   58 +++
 loki.sysusers |2 
 loki.tmpfiles |2 
 promtail.service  |   56 +++
 promtail.sysusers |4 -
 promtail.tmpfiles |2 
 7 files changed, 154 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 17:55:36 UTC (rev 994577)
+++ PKGBUILD2021-08-06 17:56:11 UTC (rev 994578)
@@ -1,99 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Jelle van der Waa 
-
-pkgname=('loki' 'loki-canary' 'promtail' 'logcli')
-pkgver=2.2.1
-pkgrel=3
-pkgdesc='like Prometheus, but for logs'
-url='https://github.com/grafana/loki'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'systemd')
-source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz
-
https://github.com/grafana/loki/commit/d6ecfd24313ecc9ad03e26875cb11394de7e988a.patch
 # Patch for Go 1.16; issue #3485
-promtail.sysusers promtail.service promtail.tmpfiles
-loki.sysusers loki.service loki.tmpfiles)
-sha512sums=('8777f66dda3893c52ad41244ca4c96950e2fe15c05b08e3f07f848b3672cbdda701958cf98781e9f6c848f4711df6f5d2fcbb5c31f7de2535faa367b3eceb1db'
-
'2b17d1146c07945d715da0bee8eb36490461e93c54931a6c1f0420a8b03e60b7fa6fd698f60f41951436bebc8fbc1ad4ffa58141081047b7da4b3479d8216dfc'
-
'2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74'
-
'7ff5c7324a4c883f5156b55cd025d2df8d8be134c18b1ecc007f89cafe20b4bed6c612b81588c9c660dd2fd3b6091fd952fcd3ad69a44e1ffa02e1eaeb05b290'
-
'598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788'
-
'f00b3cb64b71d3ca5a422a2bdff1f81a3e2707c4f73bcb27e24338eabff039b96125c847aaae43c9b22ccc47f89585118c1d0e0b29c4eb7b6f9260c68f8a8324'
-
'03904b67617e4064a1eb39b6edfaec5d55bc85f142e867d115d3d0e12494a052fddf13bb6f5c541aaca29a18582df2332bb0cc6b8f29928cf6a0d5d2710ead74'
-
'de40d1e6752edbf8c21317ce1ee10f98dfc869e569c07092c613f7144e261e9438683a145a2e0e37e2a9fc758c5c2f02e1d0ac1c60347e98b147e4a550ec6040')
-
-prepare() {
-  cd loki-$pkgver
-
-  patch -p1 < "${srcdir}/d6ecfd24313ecc9ad03e26875cb11394de7e988a.patch"
-}
-
-build() {
-  cd loki-$pkgver
-
-  for cmd in loki loki-canary promtail logcli; do
-go build \
-  -trimpath \
-  -buildmode=pie \
-  -mod=readonly \
-  -modcacherw \
-  -ldflags " \
- -X github.com/grafana/loki/pkg/build.Version=$pkgver
- -X github.com/grafana/loki/pkg/build.BuildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH})
- -linkmode external
- -extldflags \"${LDFLAGS}\"" \
-  ./cmd/"$cmd"
-  done
-}
-
-check() {
-  cd loki-$pkgver
-
-  go test -v ./...
-}
-
-package_loki() {
-  backup=('etc/loki/loki.yaml')
-
-  cd loki-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin loki
-
-  install -Dm644 cmd/loki/loki-local-config.yaml $pkgdir/etc/loki/loki.yaml
-
-  install -Dm644 ${srcdir}/loki.sysusers "$pkgdir/usr/lib/sysusers.d/loki.conf"
-  install -Dm644 ${srcdir}/loki.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/loki.conf"
-  install -Dm644 ${srcdir}/loki.service 
"$pkgdir/usr/lib/systemd/system/loki.service"
-}
-
-package_loki-canary() {
-  pkgdesc="A standalone app that audits the log capturing performance of Loki"
-
-  cd loki-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin loki-canary
-}
-
-package_promtail() {
-  pkgdesc="An agent which ships the contents of local logs to a private Loki 
instance or Grafana Cloud"
-  backup=('etc/loki/promtail.yaml')
-
-  cd loki-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin 

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

2021-08-06 Thread Daurnimator via arch-commits
Date: Friday, August 6, 2021 @ 17:55:36
  Author: daurnimator
Revision: 994577

upgpkg: loki 2.3.0-1

Modified:
  loki/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 9 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 17:49:24 UTC (rev 994576)
+++ PKGBUILD2021-08-06 17:55:36 UTC (rev 994577)
@@ -2,20 +2,18 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=('loki' 'loki-canary' 'promtail' 'logcli')
-pkgver=2.2.1
-pkgrel=3
+pkgver=2.3.0
+pkgrel=1
 pkgdesc='like Prometheus, but for logs'
 url='https://github.com/grafana/loki'
 arch=('x86_64')
-license=('Apache')
+license=('AGPL3' 'Apache')
 depends=('glibc')
 makedepends=('go' 'systemd')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz
-
https://github.com/grafana/loki/commit/d6ecfd24313ecc9ad03e26875cb11394de7e988a.patch
 # Patch for Go 1.16; issue #3485
 promtail.sysusers promtail.service promtail.tmpfiles
 loki.sysusers loki.service loki.tmpfiles)
-sha512sums=('8777f66dda3893c52ad41244ca4c96950e2fe15c05b08e3f07f848b3672cbdda701958cf98781e9f6c848f4711df6f5d2fcbb5c31f7de2535faa367b3eceb1db'
-
'2b17d1146c07945d715da0bee8eb36490461e93c54931a6c1f0420a8b03e60b7fa6fd698f60f41951436bebc8fbc1ad4ffa58141081047b7da4b3479d8216dfc'
+sha512sums=('7f2855d8df69c551e182d0e27e2a6fb6960fa5bc525dcc90cb2dc2428f52aeb5e2bddd0a9232e1ab70cbe60a9d5bb3349ba749dbee82fc63c6fc43e61240feed'
 
'2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74'
 
'7ff5c7324a4c883f5156b55cd025d2df8d8be134c18b1ecc007f89cafe20b4bed6c612b81588c9c660dd2fd3b6091fd952fcd3ad69a44e1ffa02e1eaeb05b290'
 
'598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788'
@@ -23,16 +21,10 @@
 
'03904b67617e4064a1eb39b6edfaec5d55bc85f142e867d115d3d0e12494a052fddf13bb6f5c541aaca29a18582df2332bb0cc6b8f29928cf6a0d5d2710ead74'
 
'de40d1e6752edbf8c21317ce1ee10f98dfc869e569c07092c613f7144e261e9438683a145a2e0e37e2a9fc758c5c2f02e1d0ac1c60347e98b147e4a550ec6040')
 
-prepare() {
-  cd loki-$pkgver
-
-  patch -p1 < "${srcdir}/d6ecfd24313ecc9ad03e26875cb11394de7e988a.patch"
-}
-
 build() {
   cd loki-$pkgver
 
-  for cmd in loki loki-canary promtail logcli; do
+  for path in cmd/loki cmd/loki-canary cmd/logcli clients/cmd/promtail; do
 go build \
   -trimpath \
   -buildmode=pie \
@@ -43,7 +35,7 @@
  -X github.com/grafana/loki/pkg/build.BuildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH})
  -linkmode external
  -extldflags \"${LDFLAGS}\"" \
-  ./cmd/"$cmd"
+  ./"$path"
   done
 }
 
@@ -50,7 +42,8 @@
 check() {
   cd loki-$pkgver
 
-  go test -v ./...
+  # https://github.com/grafana/loki/issues/4110
+  go test -v $(go list ./... | grep -v 
/pkg/storage/stores/shipper/compactor/retention)
 }
 
 package_loki() {
@@ -83,7 +76,7 @@
 
   install -Dm755 -t "$pkgdir"/usr/bin promtail
 
-  install -Dm644 cmd/promtail/promtail-local-config.yaml 
$pkgdir/etc/loki/promtail.yaml
+  install -Dm644 clients/cmd/promtail/promtail-local-config.yaml 
$pkgdir/etc/loki/promtail.yaml
 
   install -Dm644 ${srcdir}/promtail.sysusers 
"$pkgdir/usr/lib/sysusers.d/promtail.conf"
   install -Dm644 ${srcdir}/promtail.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/promtail.conf"



[arch-commits] Commit in lua-language-server/repos/community-x86_64 (4 files)

2021-08-06 Thread Daniel M. Capella via arch-commits
Date: Friday, August 6, 2021 @ 17:49:24
  Author: polyzen
Revision: 994576

archrelease: copy trunk to community-x86_64

Added:
  lua-language-server/repos/community-x86_64/PKGBUILD
(from rev 994575, lua-language-server/trunk/PKGBUILD)
  lua-language-server/repos/community-x86_64/wrapper
(from rev 994575, lua-language-server/trunk/wrapper)
Deleted:
  lua-language-server/repos/community-x86_64/PKGBUILD
  lua-language-server/repos/community-x86_64/wrapper

--+
 PKGBUILD |  116 ++---
 wrapper  |   16 
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 17:49:03 UTC (rev 994575)
+++ PKGBUILD2021-08-06 17:49:24 UTC (rev 994576)
@@ -1,58 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: KokaKiwi 
-# Contributor: Mohammad AlSaleh 
-
-pkgname=lua-language-server
-pkgver=2.3.3
-pkgrel=1
-license=('MIT')
-pkgdesc='Lua Language Server coded by Lua'
-url=https://github.com/sumneko/lua-language-server
-arch=('x86_64')
-depends=('gcc-libs')
-makedepends=('git' 'ninja')
-source=("git+$url.git#tag=$pkgver"
-'git+https://github.com/actboy168/bee.lua.git'
-'git+https://github.com/love2d-community/love-api.git'
-'git+https://github.com/sqmedeiros/lpeglabel.git'
-'git+https://github.com/actboy168/luamake.git'
-'git+https://github.com/electron/rcedit.git'
-'wrapper')
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'08806a8f5df389712575b79aff5fd35d9be910c329d270ca4a867c22370d59bc8a3dbafecf96921fd6f927679ed61a0d9fac00e432184e75b50d94bad8be846e')
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  for i in ../{bee.lua,love-api,lpeglabel,luamake,rcedit}; do
-git config submodule.3rd/${i##../}.url $i
-  done
-  git submodule update
-  cd 3rd/luamake
-  git submodule init
-  git config submodule.3rd/bee.lua.url ../../../bee.lua
-  git submodule update
-}
-
-build() {
-  cd $pkgname
-  ninja -C 3rd/luamake -f compile/ninja/linux.ninja
-  ./3rd/luamake/luamake rebuild
-}
-
-package() {
-  install -D wrapper "$pkgdir"/usr/bin/$pkgname
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/lib/$pkgname bin/Linux/$pkgname
-  install -m644 -t "$pkgdir"/usr/lib/$pkgname bin/Linux/*.so
-  install -Dm644 -t "$pkgdir"/usr/share/$pkgname {debugger,main,platform}.lua
-  cp -r locale meta script "$pkgdir"/usr/share/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-language-server/repos/community-x86_64/PKGBUILD (from rev 994575, 
lua-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 17:49:24 UTC (rev 994576)
@@ -0,0 +1,58 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: KokaKiwi 
+# Contributor: Mohammad AlSaleh 
+
+pkgname=lua-language-server
+pkgver=2.3.4
+pkgrel=1
+license=('MIT')
+pkgdesc='Lua Language Server coded by Lua'
+url=https://github.com/sumneko/lua-language-server
+arch=('x86_64')
+depends=('gcc-libs')
+makedepends=('git' 'ninja')
+source=("git+$url.git#tag=$pkgver"
+'git+https://github.com/actboy168/bee.lua.git'
+'git+https://github.com/love2d-community/love-api.git'
+'git+https://github.com/sqmedeiros/lpeglabel.git'
+'git+https://github.com/actboy168/luamake.git'
+'git+https://github.com/electron/rcedit.git'
+'wrapper')
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'08806a8f5df389712575b79aff5fd35d9be910c329d270ca4a867c22370d59bc8a3dbafecf96921fd6f927679ed61a0d9fac00e432184e75b50d94bad8be846e')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  for i in ../{bee.lua,love-api,lpeglabel,luamake,rcedit}; do
+git config submodule.3rd/${i##../}.url $i
+  done
+  git submodule update
+  cd 3rd/luamake
+  git submodule init
+  git config submodule.3rd/bee.lua.url ../../../bee.lua
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  ninja -C 3rd/luamake -f compile/ninja/linux.ninja
+  ./3rd/luamake/luamake rebuild
+}
+
+package() {
+  install -D wrapper "$pkgdir"/usr/bin/$pkgname
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/lib/$pkgname bin/Linux/$pkgname
+  install -m644 -t "$pkgdir"/usr/lib/$pkgname bin/Linux/*.so
+  install -Dm644 -t "$pkgdir"/usr/share/$pkgname {debugger,main,platform}.lua
+  cp -r locale meta script "$pkgdir"/usr/share/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: wrapper
===
--- wrapper 2021-08-06 17:49:03 UTC (rev 994575)
+++ wrapper 2021-08-06 17:49:24 UTC (rev 994576)
@@ -1,8 +0,0 @@
-#!/usr/bin/env sh
-TMPPATH=$(mktemp -d "/tmp/lua-language-server.")

[arch-commits] Commit in lua-language-server/trunk (PKGBUILD)

2021-08-06 Thread Daniel M. Capella via arch-commits
Date: Friday, August 6, 2021 @ 17:49:03
  Author: polyzen
Revision: 994575

upgpkg: lua-language-server 2.3.4-1

Modified:
  lua-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 17:48:22 UTC (rev 994574)
+++ PKGBUILD2021-08-06 17:49:03 UTC (rev 994575)
@@ -3,7 +3,7 @@
 # Contributor: Mohammad AlSaleh 
 
 pkgname=lua-language-server
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 license=('MIT')
 pkgdesc='Lua Language Server coded by Lua'



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

2021-08-06 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 6, 2021 @ 17:48:22
  Author: svenstaro
Revision: 994574

archrelease: copy trunk to community-x86_64

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

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

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

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



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

2021-08-06 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 6, 2021 @ 17:48:00
  Author: svenstaro
Revision: 994573

upgpkg: broot 1.6.3-1

Modified:
  broot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 17:42:41 UTC (rev 994572)
+++ PKGBUILD2021-08-06 17:48:00 UTC (rev 994573)
@@ -3,7 +3,7 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=broot
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs' 'zlib')
 makedepends=('rust')
 
source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('bcb272b557d2c2a877584176b09f1da76b4f61933bcba6beeae112e4f82af2fb')
+sha256sums=('c7ef696a9da162a4338790a9e021eddedcc9a5be321bfea5cc2c33b2b2a53472')
 
 build() {
   cd $pkgname-$pkgver



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

2021-08-06 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 6, 2021 @ 17:42:41
  Author: svenstaro
Revision: 994572

archrelease: copy trunk to community-x86_64

Added:
  openxr/repos/community-x86_64/PKGBUILD
(from rev 994571, openxr/trunk/PKGBUILD)
  openxr/repos/community-x86_64/fix-gcc11.patch
(from rev 994571, openxr/trunk/fix-gcc11.patch)
Deleted:
  openxr/repos/community-x86_64/PKGBUILD
  openxr/repos/community-x86_64/fix-gcc11.patch

-+
 PKGBUILD|   86 +++---
 fix-gcc11.patch |   24 +++
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 17:41:38 UTC (rev 994571)
+++ PKGBUILD2021-08-06 17:42:41 UTC (rev 994572)
@@ -1,43 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=openxr
-pkgver=1.0.17
-pkgrel=1
-pkgdesc='An open standard for virtual reality and augmented reality platforms 
and devices'
-arch=('x86_64')
-url='https://www.khronos.org/openxr/'
-depends=('jsoncpp' 'libx11' 'vulkan-icd-loader' 'libglvnd' 'libxrandr' 
'libxxf86vm')
-makedepends=('cmake' 'vulkan-headers' 'python' 'ninja' 'wayland' 'mesa')
-license=('APACHE')
-source=("https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-${pkgver}/OpenXR-SDK-Source-release-${pkgver}.tar.gz"{,.asc}
-fix-gcc11.patch)
-validpgpkeys=(F029455EAB70F520FF4A03BD7F534CD56F00321E)
-sha512sums=('34c944c2265bbcc2ec546da04387e728648039882edf3d24120bdbf042d7092ada82b0910e1b0ace0fa686cf177d692e80ee9bae09b4753a11525a88c33b04d0'
-'SKIP'
-
'783726fb48dc4551dfec0da2f28049d73afe66d237db54f0914b5156b8a45c9d5edf2f9a4b97a8adbbbfa1157c07cd418dbd4d53252f2feb49e9420fde0b0840')
-
-prepare() {
-  cd OpenXR-SDK-Source-release-${pkgver}
-
-  patch -Np1 -i "${srcdir}"/fix-gcc11.patch
-}
-
-build() {
-  cd OpenXR-SDK-Source-release-${pkgver}
-
-  cmake \
--GNinja \
--Bbuild \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=ON \
--DPRESENTATION_BACKEND=xlib \
--DDYNAMIC_LOADER=ON
-  ninja -C build
-}
-
-package() {
-  cd OpenXR-SDK-Source-release-${pkgver}
-
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: openxr/repos/community-x86_64/PKGBUILD (from rev 994571, 
openxr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 17:42:41 UTC (rev 994572)
@@ -0,0 +1,43 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=openxr
+pkgver=1.0.18
+pkgrel=1
+pkgdesc='An open standard for virtual reality and augmented reality platforms 
and devices'
+arch=('x86_64')
+url='https://www.khronos.org/openxr/'
+depends=('jsoncpp' 'libx11' 'vulkan-icd-loader' 'libglvnd' 'libxrandr' 
'libxxf86vm')
+makedepends=('cmake' 'vulkan-headers' 'python' 'ninja' 'wayland' 'mesa')
+license=('APACHE')
+source=("https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-${pkgver}/OpenXR-SDK-Source-release-${pkgver}.tar.gz"{,.asc}
+fix-gcc11.patch)
+validpgpkeys=(F029455EAB70F520FF4A03BD7F534CD56F00321E)
+sha512sums=('6cb7d85ade5c7d3ac2b2ac560633dad46bf4a4f7653bc59f430318ec7c44ec5ab30a3d29d7cece22fba22ace94bd1cb6678dd396ce7f6312b375499d41cf499c'
+'SKIP'
+
'783726fb48dc4551dfec0da2f28049d73afe66d237db54f0914b5156b8a45c9d5edf2f9a4b97a8adbbbfa1157c07cd418dbd4d53252f2feb49e9420fde0b0840')
+
+prepare() {
+  cd OpenXR-SDK-Source-release-${pkgver}
+
+  patch -Np1 -i "${srcdir}"/fix-gcc11.patch
+}
+
+build() {
+  cd OpenXR-SDK-Source-release-${pkgver}
+
+  cmake \
+-GNinja \
+-Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=ON \
+-DPRESENTATION_BACKEND=xlib \
+-DDYNAMIC_LOADER=ON
+  ninja -C build
+}
+
+package() {
+  cd OpenXR-SDK-Source-release-${pkgver}
+
+  DESTDIR="$pkgdir" ninja -C build install
+}

Deleted: fix-gcc11.patch
===
--- fix-gcc11.patch 2021-08-06 17:41:38 UTC (rev 994571)
+++ fix-gcc11.patch 2021-08-06 17:42:41 UTC (rev 994572)
@@ -1,12 +0,0 @@
-diff --git a/src/loader/CMakeLists.txt b/src/loader/CMakeLists.txt
-index 8638bc6..bc60685 100644
 a/src/loader/CMakeLists.txt
-+++ b/src/loader/CMakeLists.txt
-@@ -120,6 +120,7 @@ target_link_libraries(
- openxr_loader
- PRIVATE ${CMAKE_DL_LIBS}
- PUBLIC Threads::Threads
-+stdc++fs
- )
- target_compile_definitions(openxr_loader PRIVATE 
${OPENXR_ALL_SUPPORTED_DEFINES})
- if(ANDROID)

Copied: openxr/repos/community-x86_64/fix-gcc11.patch (from rev 994571, 
openxr/trunk/fix-gcc11.patch)
===
--- fix-gcc11.patch (rev 0)
+++ fix-gcc11.patch 2021-08-06 17:42:41 UTC (rev 994572)
@@ -0,0 +1,12 @@
+diff --git 

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

2021-08-06 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 6, 2021 @ 17:41:38
  Author: svenstaro
Revision: 994571

upgpkg: openxr 1.0.18-1

Modified:
  openxr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 17:40:37 UTC (rev 994570)
+++ PKGBUILD2021-08-06 17:41:38 UTC (rev 994571)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openxr
-pkgver=1.0.17
+pkgver=1.0.18
 pkgrel=1
 pkgdesc='An open standard for virtual reality and augmented reality platforms 
and devices'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 
source=("https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-${pkgver}/OpenXR-SDK-Source-release-${pkgver}.tar.gz"{,.asc}
 fix-gcc11.patch)
 validpgpkeys=(F029455EAB70F520FF4A03BD7F534CD56F00321E)
-sha512sums=('34c944c2265bbcc2ec546da04387e728648039882edf3d24120bdbf042d7092ada82b0910e1b0ace0fa686cf177d692e80ee9bae09b4753a11525a88c33b04d0'
+sha512sums=('6cb7d85ade5c7d3ac2b2ac560633dad46bf4a4f7653bc59f430318ec7c44ec5ab30a3d29d7cece22fba22ace94bd1cb6678dd396ce7f6312b375499d41cf499c'
 'SKIP'
 
'783726fb48dc4551dfec0da2f28049d73afe66d237db54f0914b5156b8a45c9d5edf2f9a4b97a8adbbbfa1157c07cd418dbd4d53252f2feb49e9420fde0b0840')
 



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

2021-08-06 Thread Daniel M. Capella via arch-commits
Date: Friday, August 6, 2021 @ 17:40:37
  Author: polyzen
Revision: 994570

archrelease: copy trunk to community-any

Added:
  pyright/repos/community-any/PKGBUILD
(from rev 994569, pyright/trunk/PKGBUILD)
Deleted:
  pyright/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 17:40:19 UTC (rev 994569)
+++ PKGBUILD2021-08-06 17:40:37 UTC (rev 994570)
@@ -1,42 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.159
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('e277d75956ddd684d8910b221b9c66137c0bcd09dfe94bc31645ceb021a9f4f11bb6ee7731f2a2e3ecd16b9d8d5626ea8840d001a0c4fdee060c94c36490dc6c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm ci
-}
-
-build() {
-  cd $pkgname-$pkgver/packages/$pkgname
-  npm run build
-}
-
-package() {
-  install -d "$pkgdir"/usr/bin
-  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyright/repos/community-any/PKGBUILD (from rev 994569, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 17:40:37 UTC (rev 994570)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.160
+pkgrel=1
+pkgdesc='Type checker for the Python language'
+arch=('any')
+url=https://github.com/microsoft/pyright
+license=('MIT')
+depends=('nodejs>=12')
+makedepends=('npm')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('7ea8ac827e745541b251dc9e7d7ea97a7b9e2cf60a7830359a3d9a4001f8fe456424d923da0cf982b941d40580e13ec80790569c503f074c047e3e79470dd5e9')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm ci
+}
+
+build() {
+  cd $pkgname-$pkgver/packages/$pkgname
+  npm run build
+}
+
+package() {
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
+"$pkgdir"/usr/bin/$pkgname-langserver
+
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
+
+  cd packages/$pkgname
+  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-06 Thread Daniel M. Capella via arch-commits
Date: Friday, August 6, 2021 @ 17:40:19
  Author: polyzen
Revision: 994569

upgpkg: pyright 1.1.160-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 17:36:45 UTC (rev 994568)
+++ PKGBUILD2021-08-06 17:40:19 UTC (rev 994569)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.159
+pkgver=1.1.160
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('e277d75956ddd684d8910b221b9c66137c0bcd09dfe94bc31645ceb021a9f4f11bb6ee7731f2a2e3ecd16b9d8d5626ea8840d001a0c4fdee060c94c36490dc6c')
+b2sums=('7ea8ac827e745541b251dc9e7d7ea97a7b9e2cf60a7830359a3d9a4001f8fe456424d923da0cf982b941d40580e13ec80790569c503f074c047e3e79470dd5e9')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-08-06 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 6, 2021 @ 17:36:45
  Author: svenstaro
Revision: 994568

archrelease: copy trunk to community-x86_64

Added:
  ptex/repos/community-x86_64/PKGBUILD
(from rev 994567, ptex/trunk/PKGBUILD)
Deleted:
  ptex/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 17:36:08 UTC (rev 994567)
+++ PKGBUILD2021-08-06 17:36:45 UTC (rev 994568)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=ptex
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Per-Face Texture Mapping for Production Rendering"
-arch=('x86_64')
-url="http://ptex.us/;
-license=('BSD')
-depends=('zlib' 'gcc-libs')
-makedepends=('git' 'doxygen' 'cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz;)
-sha512sums=('02879a7d8c57206d23ba6cacc460e681a4fc03e8939a42ac47e67dcfe0c2fbba247453ea1b6d6a4b8cef389a0830906b018afff6ec8691d01b28ac23fc748c5b')
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   cmake \
--Bbuild \
--GNinja \
--DPTEX_SHA=$_commit_sha \
--DPTEX_VER=$pkgver \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_PREFIX=/usr
-
-ninja -C build
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-ninja -C build test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ptex/repos/community-x86_64/PKGBUILD (from rev 994567, 
ptex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 17:36:45 UTC (rev 994568)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=ptex
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Per-Face Texture Mapping for Production Rendering"
+arch=('x86_64')
+url="http://ptex.us/;
+license=('BSD')
+depends=('zlib' 'gcc-libs')
+makedepends=('git' 'doxygen' 'cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz;)
+sha512sums=('ccf6b51650286c39a9f25c105a2303ab5dfc9f9d9d02cd98c6ffc976ed17f39d97968f2b9c68e269fd59db905768c36eab6a03e2014c7b2cbb83cb8a530bd35c')
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   cmake \
+-Bbuild \
+-GNinja \
+-DPTEX_SHA=$_commit_sha \
+-DPTEX_VER=$pkgver \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr
+
+ninja -C build
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+ninja -C build test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2021-08-06 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 6, 2021 @ 17:36:08
  Author: svenstaro
Revision: 994567

upgpkg: ptex 2.4.1-1

Modified:
  ptex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 17:09:33 UTC (rev 994566)
+++ PKGBUILD2021-08-06 17:36:08 UTC (rev 994567)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=ptex
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="Per-Face Texture Mapping for Production Rendering"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 depends=('zlib' 'gcc-libs')
 makedepends=('git' 'doxygen' 'cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz;)
-sha512sums=('02879a7d8c57206d23ba6cacc460e681a4fc03e8939a42ac47e67dcfe0c2fbba247453ea1b6d6a4b8cef389a0830906b018afff6ec8691d01b28ac23fc748c5b')
+sha512sums=('ccf6b51650286c39a9f25c105a2303ab5dfc9f9d9d02cd98c6ffc976ed17f39d97968f2b9c68e269fd59db905768c36eab6a03e2014c7b2cbb83cb8a530bd35c')
 
 build() {
cd "$pkgname-$pkgver"



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

2021-08-06 Thread Antonio Rojas via arch-commits
Date: Friday, August 6, 2021 @ 17:09:33
  Author: arojas
Revision: 994566

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 994565, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 17:09:22 UTC (rev 994565)
+++ PKGBUILD2021-08-06 17:09:33 UTC (rev 994566)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.31.48
-pkgrel=1
-arch=(any)
-url='https://jmol.sourceforge.net'
-license=(LGPL)
-makedepends=(unzip)
-source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('728514855a809019a285d101f5779d3ce08d027d1d951eca64b558f1fb5d')
-
-package_jmol() {
-  pkgdesc='A Java 3D viewer for chemical structures'
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc='A JavaScript 3D viewer for chemical structures'
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 994565, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 17:09:33 UTC (rev 994566)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.31.49
+pkgrel=1
+arch=(any)
+url='https://jmol.sourceforge.net'
+license=(LGPL)
+makedepends=(unzip)
+source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
+sha256sums=('f017a57a9746e320e3419b95fa17f037173655f9086f5990a71576e8e727b88b')
+
+package_jmol() {
+  pkgdesc='A Java 3D viewer for chemical structures'
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc='A JavaScript 3D viewer for chemical structures'
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}



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

2021-08-06 Thread Antonio Rojas via arch-commits
Date: Friday, August 6, 2021 @ 17:09:22
  Author: arojas
Revision: 994565

Update to 14.31.49

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 16:44:14 UTC (rev 994564)
+++ PKGBUILD2021-08-06 17:09:22 UTC (rev 994565)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.31.48
+pkgver=14.31.49
 pkgrel=1
 arch=(any)
 url='https://jmol.sourceforge.net'
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('728514855a809019a285d101f5779d3ce08d027d1d951eca64b558f1fb5d')
+sha256sums=('f017a57a9746e320e3419b95fa17f037173655f9086f5990a71576e8e727b88b')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 16:44:14
  Author: felixonmars
Revision: 994564

archrelease: copy trunk to community-x86_64

Added:
  python-greenlet/repos/community-x86_64/PKGBUILD
(from rev 994563, python-greenlet/trunk/PKGBUILD)
Deleted:
  python-greenlet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 16:44:06 UTC (rev 994563)
+++ PKGBUILD2021-08-06 16:44:14 UTC (rev 994564)
@@ -1,31 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Felix Yan 
-# Contributor: Ralf Schmitt 
-
-pkgname=python-greenlet
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Lightweight in-process concurrent programming"
-license=("MIT")
-arch=('x86_64')
-url="https://pypi.org/project/greenlet/;
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;)
-sha512sums=('13547917860d9a19f2fab519380121805d8f7801ad47b1584003833a5de66eb703373c71e67b32f13b770d429bcee6856b35bc6fc8afb7be598c2bf509bede03')
-
-build() {
-   cd "$srcdir"/greenlet-$pkgver
-   python setup.py build
-}
-
-check() {
-cd "$srcdir"/greenlet-$pkgver
-PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9" python -m unittest discover 
-v greenlet.tests
-}
-
-package() {
-cd greenlet-$pkgver
-python setup.py install -O1 --root="$pkgdir"
-install -Dm0644 LICENSE.PSF 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
-}

Copied: python-greenlet/repos/community-x86_64/PKGBUILD (from rev 994563, 
python-greenlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 16:44:14 UTC (rev 994564)
@@ -0,0 +1,31 @@
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Felix Yan 
+# Contributor: Ralf Schmitt 
+
+pkgname=python-greenlet
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Lightweight in-process concurrent programming"
+license=("MIT")
+arch=('x86_64')
+url="https://pypi.org/project/greenlet/;
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;)
+sha512sums=('156ad7dfcb73764818d5f6176b5c80dc5a3ac532db5af5ffe654033a5e336d35a9e9edadb3b37fa9bf5fc338f706baf3693dcfb550598d8f17f042f5a27b86f9')
+
+build() {
+   cd "$srcdir"/greenlet-$pkgver
+   python setup.py build
+}
+
+check() {
+cd "$srcdir"/greenlet-$pkgver
+PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9" python -m unittest discover 
-v greenlet.tests
+}
+
+package() {
+cd greenlet-$pkgver
+python setup.py install -O1 --root="$pkgdir"
+install -Dm0644 LICENSE.PSF 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
+}



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 16:44:06
  Author: felixonmars
Revision: 994563

upgpkg: python-greenlet 1.1.1-1

Modified:
  python-greenlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 15:52:07 UTC (rev 994562)
+++ PKGBUILD2021-08-06 16:44:06 UTC (rev 994563)
@@ -3,7 +3,7 @@
 # Contributor: Ralf Schmitt 
 
 pkgname=python-greenlet
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Lightweight in-process concurrent programming"
 license=("MIT")
@@ -12,7 +12,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;)
-sha512sums=('13547917860d9a19f2fab519380121805d8f7801ad47b1584003833a5de66eb703373c71e67b32f13b770d429bcee6856b35bc6fc8afb7be598c2bf509bede03')
+sha512sums=('156ad7dfcb73764818d5f6176b5c80dc5a3ac532db5af5ffe654033a5e336d35a9e9edadb3b37fa9bf5fc338f706baf3693dcfb550598d8f17f042f5a27b86f9')
 
 build() {
cd "$srcdir"/greenlet-$pkgver



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 15:52:07
  Author: felixonmars
Revision: 994562

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 15:51:59 UTC (rev 994561)
+++ PKGBUILD2021-08-06 15:52:07 UTC (rev 994562)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-prance
-pkgver=0.21.2
-_openapi_commit=fbe62006211838a8bb7bf2433a1d15f1a5838a03
-pkgrel=1
-pkgdesc="Resolving Swagger/OpenAPI 2.0 and 3.0 Parser"
-url="https://github.com/jfinkhaeuser/prance;
-license=('custom:MITNFA')
-arch=('any')
-depends=('python-chardet' 'python-yaml' 'python-flex' 'python-click' 
'python-requests'
- 'python-six' 'python-semver')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-cov')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jfinkhaeuser/prance/archive/v$pkgver.tar.gz;
-
"OpenAPI-Specification-$_openapi_commit.tar.gz::https://github.com/OAI/OpenAPI-Specification/archive/$_openapi_commit.tar.gz;)
-sha512sums=('4c0f9be32c2b2a74221e098191d722505a1ce25a07716daa2033d4b61da747be08dc8433af21b1ce16dc02d5b82a25609a7d53b8a1a61ef4cf2d5cf9d18b746e'
-
'd7957f1cdaa681b4c163e6e0b35ed6b808f469c3fdbba86a5e7221bb3c0c980415dca145e7f57bcebed75624562e89a893841d17c9e0ff82df4f0ff65ffaa2ae')
-
-prepare() {
-  rmdir prance-$pkgver/tests/OpenAPI-Specification
-  ln -s "$srcdir"/OpenAPI-Specification-$_openapi_commit 
prance-$pkgver/tests/OpenAPI-Specification
-}
-
-build() {
-  cd prance-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd prance-$pkgver
-  pytest
-}
-
-package() {
-  cd prance-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-prance/repos/community-any/PKGBUILD (from rev 994561, 
python-prance/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 15:52:07 UTC (rev 994562)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-prance
+pkgver=0.21.8.0
+_openapi_commit=0f9d3ec7c033fef184ec54e1ffc201b2d61ce023
+pkgrel=1
+pkgdesc="Resolving Swagger/OpenAPI 2.0 and 3.0 Parser"
+url="https://github.com/jfinkhaeuser/prance;
+license=('custom:MITNFA')
+arch=('any')
+depends=('python-chardet' 'python-ruamel-yaml' 'python-requests' 'python-six' 
'python-semver')
+optdepends=('python-flex' 'python-click' 'python-pyicu' 
'python-openapi-spec-validator')
+makedepends=('python-setuptools')
+# 'python-flex' is broken, removed for now: 
https://github.com/RonnyPfannschmidt/prance/issues/116
+checkdepends=('python-pytest-cov' 'python-click' 'python-pyicu' 
'python-openapi-spec-validator')
+source=("https://github.com/jfinkhaeuser/prance/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+
"https://github.com/OAI/OpenAPI-Specification/archive/$_openapi_commit/OpenAPI-Specification-$_openapi_commit.tar.gz;)
+sha512sums=('654d37a50bd79177b285eca585f56ef07a6a553a09c018e2df640879ab62e0a376cbd8fc2205b6408b7fce31851be0accb123afc79114edd36c8a270e6557b84'
+
'c75ff7410c75ce23fd736ccb4294175438b66a954687d380124c0e37237112b043fa0c289269a8d792e8385264c923b0be09d6bf63112a106e4579d9d7a9808f')
+
+prepare() {
+  rmdir prance-$pkgver/tests/OpenAPI-Specification
+  ln -s "$srcdir"/OpenAPI-Specification-$_openapi_commit 
prance-$pkgver/tests/OpenAPI-Specification
+}
+
+build() {
+  cd prance-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd prance-$pkgver
+  pytest
+}
+
+package() {
+  cd prance-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 15:51:59
  Author: felixonmars
Revision: 994561

upgpkg: python-prance 0.21.8.0-1

Modified:
  python-prance/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 15:34:40 UTC (rev 994560)
+++ PKGBUILD2021-08-06 15:51:59 UTC (rev 994561)
@@ -1,21 +1,22 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-prance
-pkgver=0.21.2
-_openapi_commit=fbe62006211838a8bb7bf2433a1d15f1a5838a03
+pkgver=0.21.8.0
+_openapi_commit=0f9d3ec7c033fef184ec54e1ffc201b2d61ce023
 pkgrel=1
 pkgdesc="Resolving Swagger/OpenAPI 2.0 and 3.0 Parser"
 url="https://github.com/jfinkhaeuser/prance;
 license=('custom:MITNFA')
 arch=('any')
-depends=('python-chardet' 'python-yaml' 'python-flex' 'python-click' 
'python-requests'
- 'python-six' 'python-semver')
+depends=('python-chardet' 'python-ruamel-yaml' 'python-requests' 'python-six' 
'python-semver')
+optdepends=('python-flex' 'python-click' 'python-pyicu' 
'python-openapi-spec-validator')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-cov')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jfinkhaeuser/prance/archive/v$pkgver.tar.gz;
-
"OpenAPI-Specification-$_openapi_commit.tar.gz::https://github.com/OAI/OpenAPI-Specification/archive/$_openapi_commit.tar.gz;)
-sha512sums=('4c0f9be32c2b2a74221e098191d722505a1ce25a07716daa2033d4b61da747be08dc8433af21b1ce16dc02d5b82a25609a7d53b8a1a61ef4cf2d5cf9d18b746e'
-
'd7957f1cdaa681b4c163e6e0b35ed6b808f469c3fdbba86a5e7221bb3c0c980415dca145e7f57bcebed75624562e89a893841d17c9e0ff82df4f0ff65ffaa2ae')
+# 'python-flex' is broken, removed for now: 
https://github.com/RonnyPfannschmidt/prance/issues/116
+checkdepends=('python-pytest-cov' 'python-click' 'python-pyicu' 
'python-openapi-spec-validator')
+source=("https://github.com/jfinkhaeuser/prance/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+
"https://github.com/OAI/OpenAPI-Specification/archive/$_openapi_commit/OpenAPI-Specification-$_openapi_commit.tar.gz;)
+sha512sums=('654d37a50bd79177b285eca585f56ef07a6a553a09c018e2df640879ab62e0a376cbd8fc2205b6408b7fce31851be0accb123afc79114edd36c8a270e6557b84'
+
'c75ff7410c75ce23fd736ccb4294175438b66a954687d380124c0e37237112b043fa0c289269a8d792e8385264c923b0be09d6bf63112a106e4579d9d7a9808f')
 
 prepare() {
   rmdir prance-$pkgver/tests/OpenAPI-Specification
@@ -35,5 +36,5 @@
 package() {
   cd prance-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 15:34:40
  Author: felixonmars
Revision: 994560

archrelease: copy trunk to community-testing-x86_64

Added:
  taskell/repos/community-testing-x86_64/PKGBUILD
(from rev 994559, taskell/trunk/PKGBUILD)
Deleted:
  taskell/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 15:34:32 UTC (rev 994559)
+++ PKGBUILD2021-08-06 15:34:40 UTC (rev 994560)
@@ -1,44 +0,0 @@
-# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
-depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
-makedepends=(ghc haskell-classy-prelude haskell-raw-strings-qq haskell-tasty 
haskell-tasty-discover haskell-tasty-expected-failure haskell-tasty-hunit)
-source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('297d612488fda32284d339eda16249f18aeaba727bca53d9b3d899868ed73b430281502891e6f69210feb12c9c8c7df1a75f353e572edad61f79200a4a4deb02')
-
-build() {
-  cd $pkgname-$pkgver
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---datasubdir=$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
---ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
---ghc-option='-pie'
-  runhaskell Setup build $MAKEFLAGS
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-  cd $pkgname-$pkgver
-  runhaskell Setup test --show-details=direct
-}
-
-package() {
-  cd $pkgname-$pkgver
-  runghc Setup.hs copy --destdir="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Doc only contains the license
-  rm -rf "$pkgdir/usr/share/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: taskell/repos/community-testing-x86_64/PKGBUILD (from rev 994559, 
taskell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 15:34:40 UTC (rev 994560)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc haskell-classy-prelude haskell-raw-strings-qq haskell-tasty 
haskell-tasty-discover haskell-tasty-expected-failure haskell-tasty-hunit)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('433c81a368c5a63e63c466c1742109108701f8a0c03a95dcb0bbd47f83f4f894ed669a4ef92d626f16ffa1b498796d91a1bd96741070c8ee18d9670289f73d6e')
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 15:34:32
  Author: felixonmars
Revision: 994559

upgpkg: taskell 1.11.2-1

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 15:12:04 UTC (rev 994558)
+++ PKGBUILD2021-08-06 15:34:32 UTC (rev 994559)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('297d612488fda32284d339eda16249f18aeaba727bca53d9b3d899868ed73b430281502891e6f69210feb12c9c8c7df1a75f353e572edad61f79200a4a4deb02')
+sha512sums=('433c81a368c5a63e63c466c1742109108701f8a0c03a95dcb0bbd47f83f4f894ed669a4ef92d626f16ffa1b498796d91a1bd96741070c8ee18d9670289f73d6e')
 
 build() {
   cd $pkgname-$pkgver



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 15:31:55
  Author: felixonmars
Revision: 421177

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 15:31:47 UTC (rev 421176)
+++ PKGBUILD2021-08-06 15:31:55 UTC (rev 421177)
@@ -1,39 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgname=python-pylint
-pkgver=2.8.1
-pkgrel=1
-pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
-arch=('any')
-url="https://pylint.org;
-license=('GPL')
-depends=('python-astroid' 'python-mccabe' 'python-isort' 'python-setuptools' 
'python-toml')
-makedepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-sphinx')
-checkdepends=('mpdecimal')
-optdepends=('tk: Pylint GUI'
-'graphviz: To have other output formats than dot or vcg')
-source=("https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz;)
-sha512sums=('ec8710396f07cdec8a395748ffda403a1f3fbd00094a1ad32e976c52be946c08b9e32521205dc165a0284467c68d9f467be40d141907bcd148b94e285eeca606')
-
-build() {
-  cd pylint-pylint-$pkgver
-  python setup.py build
-  make PYTHONPATH="$PWD/build/lib" -C doc man
-}
-
-check() {
-  cd pylint-pylint-$pkgver
-  # https://github.com/PyCQA/pylint/issues/3895
-  python setup.py pytest || echo "Tests failed"
-}
-
-package() {
-  cd pylint-pylint-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-
-  install -d "$pkgdir"/usr/share/man/man1
-  install -m644 doc/_build/man/* "$pkgdir"/usr/share/man/man1
-}

Copied: python-pylint/repos/extra-any/PKGBUILD (from rev 421176, 
python-pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 15:31:55 UTC (rev 421177)
@@ -0,0 +1,41 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgname=python-pylint
+pkgver=2.8.2
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="https://pylint.org;
+license=('GPL')
+depends=('python-astroid' 'python-mccabe' 'python-isort' 'python-setuptools' 
'python-toml')
+makedepends=('python-pytest-runner' 'python-pytest-benchmark' 
'python-setuptools-scm'
+ 'python-sphinx')
+checkdepends=('mpdecimal')
+optdepends=('tk: Pylint GUI'
+'graphviz: To have other output formats than dot or vcg')
+source=("https://github.com/PyCQA/pylint/archive/v$pkgver/pylint-$pkgver.tar.gz;)
+sha512sums=('7023603668f540ecc0b35f3289377855c4c0df01e04a9af255f5c8031f568f6b76508bb3a7f0aba8e76a86b63eae423908c30f47258d6dee46bb23320c952701')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pylint-$pkgver
+  python setup.py build
+  make PYTHONPATH="$PWD/build/lib" -C doc man
+}
+
+check() {
+  cd pylint-$pkgver
+  python setup.py pytest || echo "Tests failed"
+}
+
+package() {
+  cd pylint-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+
+  install -d "$pkgdir"/usr/share/man/man1
+  install -m644 doc/_build/man/* "$pkgdir"/usr/share/man/man1
+}



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 15:31:47
  Author: felixonmars
Revision: 421176

upgpkg: python-pylint 2.8.2-1

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 12:44:49 UTC (rev 421175)
+++ PKGBUILD2021-08-06 15:31:47 UTC (rev 421176)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=python-pylint
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
@@ -11,27 +11,29 @@
 url="https://pylint.org;
 license=('GPL')
 depends=('python-astroid' 'python-mccabe' 'python-isort' 'python-setuptools' 
'python-toml')
-makedepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-sphinx')
+makedepends=('python-pytest-runner' 'python-pytest-benchmark' 
'python-setuptools-scm'
+ 'python-sphinx')
 checkdepends=('mpdecimal')
 optdepends=('tk: Pylint GUI'
 'graphviz: To have other output formats than dot or vcg')
-source=("https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz;)
-sha512sums=('ec8710396f07cdec8a395748ffda403a1f3fbd00094a1ad32e976c52be946c08b9e32521205dc165a0284467c68d9f467be40d141907bcd148b94e285eeca606')
+source=("https://github.com/PyCQA/pylint/archive/v$pkgver/pylint-$pkgver.tar.gz;)
+sha512sums=('7023603668f540ecc0b35f3289377855c4c0df01e04a9af255f5c8031f568f6b76508bb3a7f0aba8e76a86b63eae423908c30f47258d6dee46bb23320c952701')
 
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
 build() {
-  cd pylint-pylint-$pkgver
+  cd pylint-$pkgver
   python setup.py build
   make PYTHONPATH="$PWD/build/lib" -C doc man
 }
 
 check() {
-  cd pylint-pylint-$pkgver
-  # https://github.com/PyCQA/pylint/issues/3895
+  cd pylint-$pkgver
   python setup.py pytest || echo "Tests failed"
 }
 
 package() {
-  cd pylint-pylint-$pkgver
+  cd pylint-$pkgver
   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
 
   install -d "$pkgdir"/usr/share/man/man1



[arch-commits] Commit in pycharm-community-edition/trunk (PKGBUILD)

2021-08-06 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 6, 2021 @ 15:11:48
  Author: orhun
Revision: 994557

upgpkg: pycharm-community-edition 2021.2-2: drop 32-bit support (fixes FS#71710)

Modified:
  pycharm-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 13:35:43 UTC (rev 994556)
+++ PKGBUILD2021-08-06 15:11:48 UTC (rev 994557)
@@ -7,7 +7,7 @@
 pkgver=2021.2
 _build=212.4746.96
 _gitcommit=c9d70c1cff060e17de0d4f0ccfd75a4944e06bfd
-pkgrel=1
+pkgrel=2
 pkgdesc='Python IDE for Professional Developers'
 arch=(x86_64)
 url=https://www.jetbrains.com/pycharm/
@@ -87,8 +87,6 @@
   # workaround FS#40934
   sed -i 's/lcd/on/' bin/*.vmoptions
 
-  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
-
   install -dm 755 "${pkgdir}"/usr/share/{licenses,pixmaps,pycharm}
   cp -dr --no-preserve='ownership' bin lib plugins 
"${pkgdir}"/usr/share/pycharm/
   cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/



[arch-commits] Commit in pcsclite/repos/community-x86_64 (3 files)

2021-08-06 Thread Frederik Schwan via arch-commits
Date: Friday, August 6, 2021 @ 13:35:43
  Author: freswa
Revision: 994556

archrelease: copy trunk to community-x86_64

Added:
  pcsclite/repos/community-x86_64/PKGBUILD
(from rev 994555, pcsclite/trunk/PKGBUILD)
  pcsclite/repos/community-x86_64/fix-service.patch
(from rev 994555, pcsclite/trunk/fix-service.patch)
Deleted:
  pcsclite/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |   96 
 fix-service.patch |   12 ++
 2 files changed, 64 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 13:35:40 UTC (rev 994555)
+++ PKGBUILD2021-08-06 13:35:43 UTC (rev 994556)
@@ -1,44 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Christian Hesse 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel Plaza 
-
-pkgname=pcsclite
-pkgver=1.9.2
-pkgrel=1
-pkgdesc="PC/SC Architecture smartcard middleware library"
-arch=('x86_64')
-url='https://pcsclite.apdu.fr/'
-license=('BSD')
-depends=('python' 'systemd' 'libsystemd.so' 'libudev.so')
-makedepends=('pkg-config')
-provides=('libpcsclite.so' 'libpcscspy.so')
-options=('!docs')
-validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

-source=("https://pcsclite.apdu.fr/files/pcsc-lite-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('b267098e6d822903fba23b6183c17fd3678018b8544d1510bb7f2be802906b42'
-'SKIP')
-
-build() {
-  cd "pcsc-lite-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---enable-filter \
---enable-ipcdir=/run/pcscd \
---enable-libudev \
---enable-usbdropdir=/usr/lib/pcsc/drivers \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  make
-}
-
-package() {
-  cd "pcsc-lite-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -D -m0644 "$srcdir/pcsc-lite-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -d "$pkgdir/usr/lib/pcsc/drivers"
-}

Copied: pcsclite/repos/community-x86_64/PKGBUILD (from rev 994555, 
pcsclite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-06 13:35:43 UTC (rev 994556)
@@ -0,0 +1,52 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Christian Hesse 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel Plaza 
+
+pkgname=pcsclite
+pkgver=1.9.2
+pkgrel=2
+pkgdesc="PC/SC Architecture smartcard middleware library"
+arch=('x86_64')
+url='https://pcsclite.apdu.fr/'
+license=('BSD')
+depends=('python' 'systemd' 'libsystemd.so' 'libudev.so')
+makedepends=('pkg-config' 'autoconf-archive')
+provides=('libpcsclite.so' 'libpcscspy.so')
+options=('!docs')
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

+source=("https://pcsclite.apdu.fr/files/pcsc-lite-${pkgver}.tar.bz2"{,.asc}
+fix-service.patch)
+sha256sums=('b267098e6d822903fba23b6183c17fd3678018b8544d1510bb7f2be802906b42'
+'SKIP'
+'207b2243d76280a49ab3fb8920cb1526c456540896b0577f321a44583ab3a4cb')
+
+prepare() {
+  cd "pcsc-lite-$pkgver"
+  patch -Np1 < ../fix-service.patch
+  autoreconf --verbose --install
+}
+
+build() {
+  cd "pcsc-lite-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--enable-filter \
+--enable-ipcdir=/run/pcscd \
+--enable-libudev \
+--enable-usbdropdir=/usr/lib/pcsc/drivers \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  make
+}
+
+package() {
+  cd "pcsc-lite-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -D -m0644 "$srcdir/pcsc-lite-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -d "$pkgdir/usr/lib/pcsc/drivers"
+}

Copied: pcsclite/repos/community-x86_64/fix-service.patch (from rev 994555, 
pcsclite/trunk/fix-service.patch)
===
--- fix-service.patch   (rev 0)
+++ fix-service.patch   2021-08-06 13:35:43 UTC (rev 994556)
@@ -0,0 +1,12 @@
+diff --git a/configure.ac b/configure.ac
+index 298a18c..cd5518a 100644
+--- a/configure.ac
 b/configure.ac
+@@ -406,6 +406,7 @@ AC_SUBST(ipcdir)
+ AC_SUBST(serialconfdir)
+ AC_SUBST(host_to_ccid_16)
+ AC_SUBST(host_to_ccid_32)
++AC_SUBST(sbindir_exp)
+ AX_RECURSIVE_EVAL($confdir,confdir_exp)
+ AX_RECURSIVE_EVAL($sbindir,sbindir_exp)
+ 



[arch-commits] Commit in pcsclite/trunk (PKGBUILD fix-service.patch)

2021-08-06 Thread Frederik Schwan via arch-commits
Date: Friday, August 6, 2021 @ 13:35:40
  Author: freswa
Revision: 994555

fix broken service file due to missing variable substitution in configure

fixes FS#71752

Added:
  pcsclite/trunk/fix-service.patch
Modified:
  pcsclite/trunk/PKGBUILD

---+
 PKGBUILD  |   16 
 fix-service.patch |   12 
 2 files changed, 24 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 13:27:49 UTC (rev 994554)
+++ PKGBUILD2021-08-06 13:35:40 UTC (rev 994555)
@@ -5,20 +5,28 @@
 
 pkgname=pcsclite
 pkgver=1.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="PC/SC Architecture smartcard middleware library"
 arch=('x86_64')
 url='https://pcsclite.apdu.fr/'
 license=('BSD')
 depends=('python' 'systemd' 'libsystemd.so' 'libudev.so')
-makedepends=('pkg-config')
+makedepends=('pkg-config' 'autoconf-archive')
 provides=('libpcsclite.so' 'libpcscspy.so')
 options=('!docs')
 validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

-source=("https://pcsclite.apdu.fr/files/pcsc-lite-${pkgver}.tar.bz2"{,.asc})
+source=("https://pcsclite.apdu.fr/files/pcsc-lite-${pkgver}.tar.bz2"{,.asc}
+fix-service.patch)
 sha256sums=('b267098e6d822903fba23b6183c17fd3678018b8544d1510bb7f2be802906b42'
-'SKIP')
+'SKIP'
+'207b2243d76280a49ab3fb8920cb1526c456540896b0577f321a44583ab3a4cb')
 
+prepare() {
+  cd "pcsc-lite-$pkgver"
+  patch -Np1 < ../fix-service.patch
+  autoreconf --verbose --install
+}
+
 build() {
   cd "pcsc-lite-$pkgver"
 

Added: fix-service.patch
===
--- fix-service.patch   (rev 0)
+++ fix-service.patch   2021-08-06 13:35:40 UTC (rev 994555)
@@ -0,0 +1,12 @@
+diff --git a/configure.ac b/configure.ac
+index 298a18c..cd5518a 100644
+--- a/configure.ac
 b/configure.ac
+@@ -406,6 +406,7 @@ AC_SUBST(ipcdir)
+ AC_SUBST(serialconfdir)
+ AC_SUBST(host_to_ccid_16)
+ AC_SUBST(host_to_ccid_32)
++AC_SUBST(sbindir_exp)
+ AX_RECURSIVE_EVAL($confdir,confdir_exp)
+ AX_RECURSIVE_EVAL($sbindir,sbindir_exp)
+ 



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 13:09:21
  Author: felixonmars
Revision: 994354

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-language-server/repos/community-staging-x86_64/
  haskell-language-server/repos/community-staging-x86_64/PKGBUILD
(from rev 994353, haskell-language-server/trunk/PKGBUILD)

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 994353, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-06 13:09:21 UTC (rev 994354)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+
+pkgname=haskell-language-server
+pkgver=1.2.0.0
+pkgrel=40
+pkgdesc="LSP server for GHC"
+url="https://github.com/haskell/haskell-language-server#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-async'
+ 'haskell-base16-bytestring' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-gitrev'
+ 'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb' 
'haskell-hls-brittany-plugin'
+ 'haskell-hls-explicit-imports-plugin'
+ 'haskell-hls-floskell-plugin' 'haskell-hls-fourmolu-plugin' 
'haskell-hls-ormolu-plugin'
+ 'haskell-hls-graph'
+ 'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin'
+ 'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-plugin-api'
+ 'haskell-hls-pragmas-plugin'
+ 'haskell-hls-retrie-plugin' 'haskell-hls-stylish-haskell-plugin' 
'haskell-hslogger'
+ 'haskell-lens' 'haskell-lsp' 'haskell-optparse-applicative' 
'haskell-optparse-simple'
+ 'haskell-regex-tdfa' 'haskell-safe-exceptions' 
'haskell-sqlite-simple' 'haskell-temporary'
+ 'haskell-unordered-containers')
+# Disabled due to not compatible with GHC 9:
+# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 
'haskell-hls-eval-plugin'
+# 'haskell-hls-refine-imports-plugin' 'haskell-hls-splice-plugin' 
'haskell-hls-tactics-plugin'
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 
'haskell-hspec-expectations' 'haskell-lsp-test'
+ 'haskell-lsp-types')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('c8ca57796be15796e7334e20ef3a983b4a77335d41084add87d102746e893fc80c43ee6c761d04d52afad846d4744007a0aec8d70a7e12e4576f847a684726ab')
+
+prepare() {
+  cd $pkgname-$pkgver
+  find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -f-brittany -f-class -f-eval -f-refineImports 
-f-splice -f-tactic
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  
PATH="$PWD/dist/build/haskell-language-server:$PWD/dist/build/haskell-language-server-wrapper:$PATH"
 LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 13:09:13
  Author: felixonmars
Revision: 994353

upgpkg: haskell-language-server 1.2.0.0-40: rebuild with resourcet 1.2.4.3

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 13:06:06 UTC (rev 994352)
+++ PKGBUILD2021-08-06 13:09:13 UTC (rev 994353)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.2.0.0
-pkgrel=39
+pkgrel=40
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 13:06:06
  Author: felixonmars
Revision: 994352

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 994351, haskell-hls-ormolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-06 13:06:06 UTC (rev 994352)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-ormolu-plugin
+pkgname=haskell-hls-ormolu-plugin
+pkgver=1.0.0.0
+pkgrel=25
+pkgdesc="Integration with the Ormolu code formatter"
+url="https://hackage.haskell.org/package/hls-ormolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghcide' 'haskell-hls-plugin-api' 
'haskell-lens'
+ 'haskell-lsp' 'haskell-ormolu' 'haskell-ghc-api-compat')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('d965b7fcc78b36362de872a69da87e41c48dc191e966f62d123b63994c0d38c6')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 13:05:58
  Author: felixonmars
Revision: 994351

upgpkg: haskell-hls-ormolu-plugin 1.0.0.0-25: rebuild with resourcet 1.2.4.3

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 13:04:56 UTC (rev 994350)
+++ PKGBUILD2021-08-06 13:05:58 UTC (rev 994351)
@@ -3,7 +3,7 @@
 _hkgname=hls-ormolu-plugin
 pkgname=haskell-hls-ormolu-plugin
 pkgver=1.0.0.0
-pkgrel=24
+pkgrel=25
 pkgdesc="Integration with the Ormolu code formatter"
 url="https://hackage.haskell.org/package/hls-ormolu-plugin;
 license=("Apache")



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 13:04:56
  Author: felixonmars
Revision: 994350

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 994349, haskell-hls-pragmas-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-06 13:04:56 UTC (rev 994350)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-pragmas-plugin
+pkgname=haskell-hls-pragmas-plugin
+pkgver=1.0.0.0
+pkgrel=36
+pkgdesc="Pragmas plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-pragmas-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-fuzzy' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test' 
'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('faffabfb7da5b88dc777185cfe879779e5391b14d4e4f7196cda303a5b4978fe')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u ghcide $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 13:04:48
  Author: felixonmars
Revision: 994349

upgpkg: haskell-hls-pragmas-plugin 1.0.0.0-36: rebuild with resourcet 1.2.4.3

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 13:03:13 UTC (rev 994348)
+++ PKGBUILD2021-08-06 13:04:48 UTC (rev 994349)
@@ -3,7 +3,7 @@
 _hkgname=hls-pragmas-plugin
 pkgname=haskell-hls-pragmas-plugin
 pkgver=1.0.0.0
-pkgrel=35
+pkgrel=36
 pkgdesc="Pragmas plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-pragmas-plugin;
 license=("Apache")



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 13:03:13
  Author: felixonmars
Revision: 994348

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/
  haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 994347, haskell-hls-haddock-comments-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 994347, haskell-hls-haddock-comments-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-06 13:03:13 UTC (rev 994348)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-haddock-comments-plugin
+pkgname=haskell-hls-haddock-comments-plugin
+pkgver=1.0.0.2
+pkgrel=36
+pkgdesc="Haddock comments plugin for Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lsp-types' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('f50c9fc595e8cebcff38d4fb7c3f6f8df59d0df5e8924718812c3ee38da38db5d25ab082e1347d8fdd6a01a779e2c03e029fb6b74bcfd6ebeb55ac1a21642fb6')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 13:03:06
  Author: felixonmars
Revision: 994347

upgpkg: haskell-hls-haddock-comments-plugin 1.0.0.2-36: rebuild with resourcet 
1.2.4.3

Modified:
  haskell-hls-haddock-comments-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 13:02:08 UTC (rev 994346)
+++ PKGBUILD2021-08-06 13:03:06 UTC (rev 994347)
@@ -3,7 +3,7 @@
 _hkgname=hls-haddock-comments-plugin
 pkgname=haskell-hls-haddock-comments-plugin
 pkgver=1.0.0.2
-pkgrel=35
+pkgrel=36
 pkgdesc="Haddock comments plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 13:02:08
  Author: felixonmars
Revision: 994346

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: 
haskell-hls-stylish-haskell-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 994345, haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-06 13:02:08 UTC (rev 994346)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-stylish-haskell-plugin
+pkgname=haskell-hls-stylish-haskell-plugin
+pkgver=1.0.0.1
+pkgrel=25
+pkgdesc="Integration with the Stylish Haskell code formatter"
+url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lsp-types' 'stylish-haskell')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('8e6220b0c06a3dca0cd55a342684a970a4318b49eb396f37d0c0d56402dc6fb6')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 13:02:00
  Author: felixonmars
Revision: 994345

upgpkg: haskell-hls-stylish-haskell-plugin 1.0.0.1-25: rebuild with resourcet 
1.2.4.3

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-06 13:00:54 UTC (rev 994344)
+++ PKGBUILD2021-08-06 13:02:00 UTC (rev 994345)
@@ -3,7 +3,7 @@
 _hkgname=hls-stylish-haskell-plugin
 pkgname=haskell-hls-stylish-haskell-plugin
 pkgver=1.0.0.1
-pkgrel=24
+pkgrel=25
 pkgdesc="Integration with the Stylish Haskell code formatter"
 url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin;
 license=("Apache")



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

2021-08-06 Thread Felix Yan via arch-commits
Date: Friday, August 6, 2021 @ 13:00:54
  Author: felixonmars
Revision: 994344

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 994343, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-06 13:00:54 UTC (rev 994344)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-fourmolu-plugin
+pkgname=haskell-hls-fourmolu-plugin
+pkgver=1.0.0.1
+pkgrel=25
+pkgdesc="Integration with the Fourmolu code formatter"
+url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-fourmolu' 'haskell-ghc' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-ghc-api-compat')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('c78f938155ba487d550e4afb11363c5aded34d5592a74680eb73a022ffda3b0d')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



  1   2   3   4   5   >