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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:29:24
  Author: arodseth
Revision: 658081

archrelease: copy trunk to community-x86_64

Added:
  libnsgif/repos/community-x86_64/PKGBUILD
(from rev 658080, libnsgif/trunk/PKGBUILD)
Deleted:
  libnsgif/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 22:29:08 UTC (rev 658080)
+++ PKGBUILD2020-07-06 22:29:24 UTC (rev 658081)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Daniel J Griffiths 
-# Contributor: Paulo Matias 
-
-pkgname=libnsgif
-pkgver=0.2.1
-pkgrel=2
-pkgdesc='Decoding library for the GIF image file format'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libnsgif/'
-license=(MIT)
-makedepends=('netsurf-buildsystem>=1.7')
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz";)
-sha256sums=('9eaea534cd70b53c5aaf45317ae957701685a6b4a88dbe34ed26f4faae879a4b')
-
-build() {
-  export CFLAGS="$CFLAGS -fno-strict-aliasing -w"
-  make -C $pkgname-$pkgver \
-INCLUDEDIR=include \
-LIBDIR=lib PREFIX=/usr \
-COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  make -C $pkgname-$pkgver \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-install
-  install -Dm644 $pkgname-$pkgver/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: netsurf-browser.org/projects/libnsgif/
-# vim: ts=2 sw=2 et:

Copied: libnsgif/repos/community-x86_64/PKGBUILD (from rev 658080, 
libnsgif/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 22:29:24 UTC (rev 658081)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Daniel J Griffiths 
+# Contributor: Paulo Matias 
+
+pkgname=libnsgif
+pkgver=0.2.1
+pkgrel=3
+pkgdesc='Decoding library for the GIF image file format'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libnsgif/'
+license=(MIT)
+makedepends=('netsurf-buildsystem>=1.9')
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz";)
+sha256sums=('9eaea534cd70b53c5aaf45317ae957701685a6b4a88dbe34ed26f4faae879a4b')
+
+build() {
+  export CFLAGS="$CFLAGS -fno-strict-aliasing -w"
+  make -C $pkgname-$pkgver \
+INCLUDEDIR=include \
+LIBDIR=lib PREFIX=/usr \
+COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  make -C $pkgname-$pkgver \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+install
+  install -Dm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: netsurf-browser.org/projects/libnsgif/
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:29:08
  Author: arodseth
Revision: 658080

upgpkg: libnsgif 0.2.1-3

Modified:
  libnsgif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 22:16:17 UTC (rev 658079)
+++ PKGBUILD2020-07-06 22:29:08 UTC (rev 658080)
@@ -4,12 +4,12 @@
 
 pkgname=libnsgif
 pkgver=0.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Decoding library for the GIF image file format'
 arch=(x86_64)
 url='https://www.netsurf-browser.org/projects/libnsgif/'
 license=(MIT)
-makedepends=('netsurf-buildsystem>=1.7')
+makedepends=('netsurf-buildsystem>=1.9')
 
source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz";)
 sha256sums=('9eaea534cd70b53c5aaf45317ae957701685a6b4a88dbe34ed26f4faae879a4b')
 


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:16:17
  Author: arodseth
Revision: 658079

archrelease: copy trunk to community-x86_64

Added:
  libnsbmp/repos/community-x86_64/PKGBUILD
(from rev 658078, libnsbmp/trunk/PKGBUILD)
Deleted:
  libnsbmp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 22:15:58 UTC (rev 658078)
+++ PKGBUILD2020-07-06 22:16:17 UTC (rev 658079)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Paulo Matias 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libnsbmp
-pkgver=0.1.5
-pkgrel=2
-pkgdesc='Decoding library for BMP and ICO image file formats'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libnsbmp/'
-license=(MIT)
-makedepends=('netsurf-buildsystem>=1.7')
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz";)
-sha256sums=('65cc0d81727e2ece417b7997ba2451309f07a4e5932e52019a20867640152b52')
-
-build() {
-  make -C $pkgname-$pkgver \
-INCLUDEDIR=include \
-LIBDIR=lib PREFIX=/usr \
-COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-DESTDIR="$pkgdir"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libnsbmp/repos/community-x86_64/PKGBUILD (from rev 658078, 
libnsbmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 22:16:17 UTC (rev 658079)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Paulo Matias 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libnsbmp
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Decoding library for BMP and ICO image file formats'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libnsbmp/'
+license=(MIT)
+makedepends=('netsurf-buildsystem>=1.9')
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz";)
+sha256sums=('79c49365f860ed451bfc4109eddec8de3e9b7ce5a3be069596bd2aa19279324f')
+
+build() {
+  make -C $pkgname-$pkgver \
+INCLUDEDIR=include \
+LIBDIR=lib PREFIX=/usr \
+COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:15:58
  Author: arodseth
Revision: 658078

upgpkg: libnsbmp 0.1.6-1

Modified:
  libnsbmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 22:14:30 UTC (rev 658077)
+++ PKGBUILD2020-07-06 22:15:58 UTC (rev 658078)
@@ -3,15 +3,15 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=libnsbmp
-pkgver=0.1.5
-pkgrel=2
+pkgver=0.1.6
+pkgrel=1
 pkgdesc='Decoding library for BMP and ICO image file formats'
 arch=(x86_64)
 url='https://www.netsurf-browser.org/projects/libnsbmp/'
 license=(MIT)
-makedepends=('netsurf-buildsystem>=1.7')
+makedepends=('netsurf-buildsystem>=1.9')
 
source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz";)
-sha256sums=('65cc0d81727e2ece417b7997ba2451309f07a4e5932e52019a20867640152b52')
+sha256sums=('79c49365f860ed451bfc4109eddec8de3e9b7ce5a3be069596bd2aa19279324f')
 
 build() {
   make -C $pkgname-$pkgver \


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:14:30
  Author: arodseth
Revision: 658077

archrelease: copy trunk to community-x86_64

Added:
  libwapcaplet/repos/community-x86_64/PKGBUILD
(from rev 658076, libwapcaplet/trunk/PKGBUILD)
Deleted:
  libwapcaplet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 22:13:58 UTC (rev 658076)
+++ PKGBUILD2020-07-06 22:14:30 UTC (rev 658077)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libwapcaplet
-pkgver=0.4.3
-pkgrel=1
-pkgdesc='String internment library with rapid string comparison'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libwapcaplet/'
-license=(MIT)
-makedepends=(netsurf-buildsystem)
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz";)
-sha256sums=('9b2aa1dd6d6645f8e992b3697fdbd87f0c0e1da5721fa54ed29b484d13160c5c')
-
-prepare() {
-  sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:;s:rns:rns -w:' \
-$pkgname-$pkgver/Makefile
-}
-
-build() {
-  make -C $pkgname-$pkgver PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  make -C $pkgname-$pkgver \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-COMPONENT_TYPE=lib-shared \
-install
-  install -Dm644 $pkgname-$pkgver/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libwapcaplet/repos/community-x86_64/PKGBUILD (from rev 658076, 
libwapcaplet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 22:14:30 UTC (rev 658077)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libwapcaplet
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='String internment library with rapid string comparison'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libwapcaplet/'
+license=(MIT)
+makedepends=(netsurf-buildsystem)
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz";)
+sha256sums=('9b2aa1dd6d6645f8e992b3697fdbd87f0c0e1da5721fa54ed29b484d13160c5c')
+
+prepare() {
+  sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:;s:rns:rns -w:' \
+$pkgname-$pkgver/Makefile
+}
+
+build() {
+  make -C $pkgname-$pkgver PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  make -C $pkgname-$pkgver \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE=lib-shared \
+install
+  install -Dm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:13:58
  Author: arodseth
Revision: 658076

archrelease: copy trunk to community-x86_64

Added:
  libcss/repos/community-x86_64/PKGBUILD
(from rev 658075, libcss/trunk/PKGBUILD)
Deleted:
  libcss/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 22:13:37 UTC (rev 658075)
+++ PKGBUILD2020-07-06 22:13:58 UTC (rev 658076)
@@ -1,42 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libcss
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libcss/'
-license=(MIT)
-makedepends=(netsurf-buildsystem)
-depends=('libparserutils>=0.2.4' 'libwapcaplet>=0.4.2')
-source=("https://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz";)
-sha256sums=('b98fba7664bd5307cb39a6101098da76f635a97e157b87f45e9ce42ada9089ef')
-
-prepare() {
-  sed -i 's,_BSD_SOURCE,_DEFAULT_SOURCE,' "$pkgname-$pkgver/Makefile"
-}
-
-build() {
-  export CFLAGS="$CFLAGS -w"
-  make -C "$pkgname-$pkgver" \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  make -C "$pkgname-$pkgver" \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-install
-
-  install -Dm644 "$pkgname-$pkgver/COPYING" \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libcss/repos/community-x86_64/PKGBUILD (from rev 658075, 
libcss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 22:13:58 UTC (rev 658076)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libcss
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='CSS parser and selection engine'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libcss/'
+license=(MIT)
+makedepends=(netsurf-buildsystem)
+depends=('libparserutils>=0.2.4' 'libwapcaplet>=0.4.3')
+source=("https://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz";)
+sha256sums=('d2dce16e93392e8d6a7209420d47c2d56a3811701a0e81a724fc541c63d3c6dc')
+
+prepare() {
+  sed -i 's,_BSD_SOURCE,_DEFAULT_SOURCE,' "$pkgname-$pkgver/Makefile"
+}
+
+build() {
+  export CFLAGS="$CFLAGS -w"
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  export CFLAGS="$CFLAGS -w"
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+install
+
+  install -Dm644 "$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:13:37
  Author: arodseth
Revision: 658075

upgpkg: libcss 0.9.1-1

Modified:
  libcss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 22:08:26 UTC (rev 658074)
+++ PKGBUILD2020-07-06 22:13:37 UTC (rev 658075)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=libcss
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='CSS parser and selection engine'
 arch=(x86_64)
@@ -10,9 +10,9 @@
 url='https://www.netsurf-browser.org/projects/libcss/'
 license=(MIT)
 makedepends=(netsurf-buildsystem)
-depends=('libparserutils>=0.2.4' 'libwapcaplet>=0.4.2')
+depends=('libparserutils>=0.2.4' 'libwapcaplet>=0.4.3')
 
source=("https://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz";)
-sha256sums=('b98fba7664bd5307cb39a6101098da76f635a97e157b87f45e9ce42ada9089ef')
+sha256sums=('d2dce16e93392e8d6a7209420d47c2d56a3811701a0e81a724fc541c63d3c6dc')
 
 prepare() {
   sed -i 's,_BSD_SOURCE,_DEFAULT_SOURCE,' "$pkgname-$pkgver/Makefile"
@@ -28,6 +28,7 @@
 }
 
 package() {
+  export CFLAGS="$CFLAGS -w"
   make -C "$pkgname-$pkgver" \
 INCLUDEDIR=include \
 LIBDIR=lib \


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:08:26
  Author: arodseth
Revision: 658074

archrelease: copy trunk to community-x86_64

Added:
  libwapcaplet/repos/community-x86_64/PKGBUILD
(from rev 658073, libwapcaplet/trunk/PKGBUILD)
Deleted:
  libwapcaplet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 22:08:08 UTC (rev 658073)
+++ PKGBUILD2020-07-06 22:08:26 UTC (rev 658074)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libwapcaplet
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='String internment library with rapid string comparison'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libwapcaplet/'
-license=(MIT)
-makedepends=(netsurf-buildsystem)
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz";)
-sha256sums=('063d248ab3f206808c414934a105f6cb6426e2f0baf3bdd20a712179ecfa5cba')
-
-prepare() {
-  sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:;s:rns:rns -w:' \
-$pkgname-$pkgver/Makefile
-}
-
-build() {
-  make -C $pkgname-$pkgver PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  make -C $pkgname-$pkgver \
-INCLUDEDIR=include \
-LIBDIR=lib \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-COMPONENT_TYPE=lib-shared \
-install
-  install -Dm644 $pkgname-$pkgver/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libwapcaplet/repos/community-x86_64/PKGBUILD (from rev 658073, 
libwapcaplet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 22:08:26 UTC (rev 658074)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libwapcaplet
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='String internment library with rapid string comparison'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libwapcaplet/'
+license=(MIT)
+makedepends=(netsurf-buildsystem)
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz";)
+sha256sums=('9b2aa1dd6d6645f8e992b3697fdbd87f0c0e1da5721fa54ed29b484d13160c5c')
+
+prepare() {
+  sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:;s:rns:rns -w:' \
+$pkgname-$pkgver/Makefile
+}
+
+build() {
+  make -C $pkgname-$pkgver PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  make -C $pkgname-$pkgver \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE=lib-shared \
+install
+  install -Dm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 22:08:08
  Author: arodseth
Revision: 658073

upgpkg: libwapcaplet 0.4.3-1

Modified:
  libwapcaplet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 21:57:36 UTC (rev 658072)
+++ PKGBUILD2020-07-06 22:08:08 UTC (rev 658073)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=libwapcaplet
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc='String internment library with rapid string comparison'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(netsurf-buildsystem)
 
source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz";)
-sha256sums=('063d248ab3f206808c414934a105f6cb6426e2f0baf3bdd20a712179ecfa5cba')
+sha256sums=('9b2aa1dd6d6645f8e992b3697fdbd87f0c0e1da5721fa54ed29b484d13160c5c')
 
 prepare() {
   sed -i 's:_BSD_SOURCE:_DEFAULT_SOURCE:;s:rns:rns -w:' \


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 21:43:34
  Author: arodseth
Revision: 658071

archrelease: copy trunk to community-any

Added:
  setconf/repos/community-any/PKGBUILD
(from rev 658070, setconf/trunk/PKGBUILD)
Deleted:
  setconf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 21:42:56 UTC (rev 658070)
+++ PKGBUILD2020-07-06 21:43:34 UTC (rev 658071)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=setconf
-pkgver=0.7.6
-pkgrel=1
-pkgdesc='Utility for easily changing settings in configuration files'
-arch=(any)
-url='https://setconf.roboticoverlords.org/'
-license=(GPL2)
-depends=(python)
-source=("https://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
-sha256sums=('98bd51861f0141508a20a81fc325204e9500f3b7305bc518f62bf5af91db8486'
-'SKIP')
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-}
-
-# getver: setconf.roboticoverlords.org
-# vim: ts=2 sw=2 et:

Copied: setconf/repos/community-any/PKGBUILD (from rev 658070, 
setconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 21:43:34 UTC (rev 658071)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=setconf
+pkgver=0.7.7
+pkgrel=1
+pkgdesc='Utility for easily changing settings in configuration files'
+arch=(any)
+url='https://setconf.roboticoverlords.org/'
+license=(GPL2)
+depends=(python)
+source=("https://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
+sha256sums=('19315574540b3181fec31a4059b9e058381e0192317f153d181e7e7e2aa84d86'
+'SKIP')
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+}
+
+# getver: setconf.roboticoverlords.org
+# vim: ts=2 sw=2 et:


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

2020-07-06 Thread Alexander Rødseth via arch-commits
Date: Monday, July 6, 2020 @ 21:42:56
  Author: arodseth
Revision: 658070

upgpkg: setconf 0.7.7-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 21:27:20 UTC (rev 658069)
+++ PKGBUILD2020-07-06 21:42:56 UTC (rev 658070)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=setconf
-pkgver=0.7.6
+pkgver=0.7.7
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python)
 source=("https://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
-sha256sums=('98bd51861f0141508a20a81fc325204e9500f3b7305bc518f62bf5af91db8486'
+sha256sums=('19315574540b3181fec31a4059b9e058381e0192317f153d181e7e7e2aa84d86'
 'SKIP')
 
 package() {


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

2020-06-24 Thread Alexander Rødseth via arch-commits
Date: Wednesday, June 24, 2020 @ 09:29:52
  Author: arodseth
Revision: 652183

archrelease: copy trunk to community-x86_64

Added:
  neovim-qt/repos/community-x86_64/PKGBUILD
(from rev 652182, neovim-qt/trunk/PKGBUILD)
Deleted:
  neovim-qt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 09:29:10 UTC (rev 652182)
+++ PKGBUILD2020-06-24 09:29:52 UTC (rev 652183)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Aleksandar Trifunović 
-# Contributor: Iván Ruvalcaba 
-# Contributor: Ian Ker-Seymer 
-
-pkgname=neovim-qt
-pkgver=0.2.15
-pkgrel=1
-pkgdesc='GUI for Neovim'
-arch=(x86_64)
-url='https://github.com/equalsraf/neovim-qt'
-license=(ISC)
-depends=(neovim qt5-base)
-makedepends=(cmake ninja xorg-server-xvfb)
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('0e36c911b312a639140834d570a856294eb4b5830c4b86f99347deb02c0f5ca4')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "$srcdir/$pkgname-$pkgver" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_FLAGS="$CFLAGS" \
--DCMAKE_CXX_FLAGS="$CXXFLAGS" \
--DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS" \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_SYSTEM_MSGPACK=on \
--GNinja
-  ninja
-}
-
-check() {
-  xvfb-run ninja -C build test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" \
-"$pkgname-$pkgver/LICENSE"
-}
-
-# getver: github.com/equalsraf/neovim-qt/releases
-# vim: sw=2 ts=2 et

Copied: neovim-qt/repos/community-x86_64/PKGBUILD (from rev 652182, 
neovim-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 09:29:52 UTC (rev 652183)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Aleksandar Trifunović 
+# Contributor: Iván Ruvalcaba 
+# Contributor: Ian Ker-Seymer 
+
+pkgname=neovim-qt
+pkgver=0.2.16.1
+pkgrel=1
+pkgdesc='GUI for Neovim'
+arch=(x86_64)
+url='https://github.com/equalsraf/neovim-qt'
+license=(ISC)
+depends=(neovim qt5-svg hicolor-icon-theme)
+makedepends=(cmake git ninja xorg-server-xvfb)
+source=("git+$url#commit=566844f17760a97e8d0bf70a984cac141802c01d") # tag: 
v0.2.16.1
+sha256sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_FLAGS="$CFLAGS" \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
+-DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS" \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SYSTEM_MSGPACK=on \
+-GNinja
+  ninja
+}
+
+check() {
+  xvfb-run ninja -C build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$pkgname/LICENSE"
+}
+
+# getver: github.com/equalsraf/neovim-qt/releases
+# vim: sw=2 ts=2 et


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

2020-06-24 Thread Alexander Rødseth via arch-commits
Date: Wednesday, June 24, 2020 @ 09:24:46
  Author: arodseth
Revision: 652174

upgpkg: neovim-qt 0.2.16.1-1

Modified:
  neovim-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 09:22:13 UTC (rev 652173)
+++ PKGBUILD2020-06-24 09:24:46 UTC (rev 652174)
@@ -4,21 +4,21 @@
 # Contributor: Ian Ker-Seymer 
 
 pkgname=neovim-qt
-pkgver=0.2.15
+pkgver=0.2.16.1
 pkgrel=1
 pkgdesc='GUI for Neovim'
 arch=(x86_64)
 url='https://github.com/equalsraf/neovim-qt'
 license=(ISC)
-depends=(neovim qt5-base)
-makedepends=(cmake ninja xorg-server-xvfb)
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('0e36c911b312a639140834d570a856294eb4b5830c4b86f99347deb02c0f5ca4')
+depends=(neovim qt5-svg hicolor-icon-theme)
+makedepends=(cmake git ninja xorg-server-xvfb)
+source=("git+$url#commit=566844f17760a97e8d0bf70a984cac141802c01d") # tag: 
v0.2.16.1
+sha256sums=('SKIP')
 
 build() {
   mkdir -p build
   cd build
-  cmake "$srcdir/$pkgname-$pkgver" \
+  cmake "$srcdir/$pkgname" \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_C_FLAGS="$CFLAGS" \
 -DCMAKE_CXX_FLAGS="$CXXFLAGS" \
@@ -36,8 +36,7 @@
 
 package() {
   DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" \
-"$pkgname-$pkgver/LICENSE"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$pkgname/LICENSE"
 }
 
 # getver: github.com/equalsraf/neovim-qt/releases


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:23:01
  Author: arodseth
Revision: 648699

archrelease: copy trunk to community-x86_64

Added:
  nsgenbind/repos/community-x86_64/PKGBUILD
(from rev 648698, nsgenbind/trunk/PKGBUILD)
Deleted:
  nsgenbind/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:22:55 UTC (rev 648698)
+++ PKGBUILD2020-06-20 23:23:01 UTC (rev 648699)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Marian Buschsieweke 
-
-pkgname=nsgenbind
-pkgver=0.7
-pkgrel=1
-pkgdesc='NetSurf JavaScript binding generator'
-arch=(x86_64)
-url='https://git.netsurf-browser.org/nsgenbind.git'
-license=(GPL)
-makedepends=(git netsurf-buildsystem)
-source=("git+$url#tag=release/$pkgver")
-md5sums=('SKIP')
-
-build() {
-  make -C $pkgname PREFIX=/usr
-}
-
-package() {
-  make -C $pkgname install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# getver: git.netsurf-browser.org/nsgenbind.git/plain/Makefile
-# vim: ts=2 sw=2 et:

Copied: nsgenbind/repos/community-x86_64/PKGBUILD (from rev 648698, 
nsgenbind/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 23:23:01 UTC (rev 648699)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Marian Buschsieweke 
+
+pkgname=nsgenbind
+pkgver=0.8
+pkgrel=1
+pkgdesc='NetSurf JavaScript binding generator'
+arch=(x86_64)
+url='https://git.netsurf-browser.org/nsgenbind.git'
+license=(GPL)
+makedepends=(git netsurf-buildsystem)
+source=("git+$url#commit=80b091eb2456edc3f28d5ca0764f3e07a3bd107c") # tag: 
release/0.8
+md5sums=('SKIP')
+
+build() {
+  make -C $pkgname PREFIX=/usr
+}
+
+package() {
+  make -C $pkgname install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# getver: git.netsurf-browser.org/nsgenbind.git/plain/Makefile
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:22:55
  Author: arodseth
Revision: 648698

upgpkg: nsgenbind 0.8-1

Modified:
  nsgenbind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 23:20:31 UTC (rev 648697)
+++ PKGBUILD2020-06-20 23:22:55 UTC (rev 648698)
@@ -2,7 +2,7 @@
 # Contributor: Marian Buschsieweke 
 
 pkgname=nsgenbind
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc='NetSurf JavaScript binding generator'
 arch=(x86_64)
@@ -9,7 +9,7 @@
 url='https://git.netsurf-browser.org/nsgenbind.git'
 license=(GPL)
 makedepends=(git netsurf-buildsystem)
-source=("git+$url#tag=release/$pkgver")
+source=("git+$url#commit=80b091eb2456edc3f28d5ca0764f3e07a3bd107c") # tag: 
release/0.8
 md5sums=('SKIP')
 
 build() {


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:17:10
  Author: arodseth
Revision: 648695

archrelease: copy trunk to community-any

Added:
  netsurf-buildsystem/repos/community-any/PKGBUILD
(from rev 648694, netsurf-buildsystem/trunk/PKGBUILD)
Deleted:
  netsurf-buildsystem/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:17:04 UTC (rev 648694)
+++ PKGBUILD2020-06-20 23:17:10 UTC (rev 648695)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=netsurf-buildsystem
-pkgver=1.8
-pkgrel=1
-pkgdesc='The Netsurf buildsystem'
-arch=(any)
-url='https://source.netsurf-browser.org/buildsystem.git'
-license=(MIT)
-source=("$pkgname-$pkgver.tar.bz2::https://source.netsurf-browser.org/buildsystem.git/snapshot/buildsystem-release/$pkgver.tar.bz2";)
-sha256sums=('86c03394273e8c4a91ad0c930fa91c31d2c6dcffe92fe95c97cffef01ef2526c')
-
-build() {
-  cd "buildsystem-release/$pkgver"
-  sed -i 's:-Werror::' Makefile
-  make PREFIX=/usr COMPONENT_TYPE=lib-shared
-  make PREFIX=/usr COMPONENT_TYPE=lib-static
-}
-
-package() {
-  cd "buildsystem-release/$pkgver"
-  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE=lib-shared
-  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE=lib-static
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: git.netsurf-browser.org/buildsystem.git/plain/Makefile
-# vim: ts=2 sw=2 et:

Copied: netsurf-buildsystem/repos/community-any/PKGBUILD (from rev 648694, 
netsurf-buildsystem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 23:17:10 UTC (rev 648695)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=netsurf-buildsystem
+pkgver=1.9
+pkgrel=1
+pkgdesc='The Netsurf buildsystem'
+arch=(any)
+url='https://source.netsurf-browser.org/buildsystem.git'
+license=(MIT)
+source=("$pkgname-$pkgver.tar.bz2::https://source.netsurf-browser.org/buildsystem.git/snapshot/buildsystem-release/$pkgver.tar.bz2";)
+sha256sums=('9689085bda4b4110cbbb2034eb19f27b0c5f77f7998029be5a18d61f4d32a336')
+
+build() {
+  cd "buildsystem-release/$pkgver"
+  sed -i 's:-Werror::' Makefile
+  make PREFIX=/usr COMPONENT_TYPE=lib-shared
+  make PREFIX=/usr COMPONENT_TYPE=lib-static
+}
+
+package() {
+  cd "buildsystem-release/$pkgver"
+  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE=lib-shared
+  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE=lib-static
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: git.netsurf-browser.org/buildsystem.git/plain/Makefile
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:17:04
  Author: arodseth
Revision: 648694

upgpkg: netsurf-buildsystem 1.9-1

Modified:
  netsurf-buildsystem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 23:15:01 UTC (rev 648693)
+++ PKGBUILD2020-06-20 23:17:04 UTC (rev 648694)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=netsurf-buildsystem
-pkgver=1.8
+pkgver=1.9
 pkgrel=1
 pkgdesc='The Netsurf buildsystem'
 arch=(any)
@@ -8,7 +8,7 @@
 url='https://source.netsurf-browser.org/buildsystem.git'
 license=(MIT)
 
source=("$pkgname-$pkgver.tar.bz2::https://source.netsurf-browser.org/buildsystem.git/snapshot/buildsystem-release/$pkgver.tar.bz2";)
-sha256sums=('86c03394273e8c4a91ad0c930fa91c31d2c6dcffe92fe95c97cffef01ef2526c')
+sha256sums=('9689085bda4b4110cbbb2034eb19f27b0c5f77f7998029be5a18d61f4d32a336')
 
 build() {
   cd "buildsystem-release/$pkgver"


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:14:54
  Author: arodseth
Revision: 648692

upgpkg: xa 2.3.11-1

Modified:
  xa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 23:14:27 UTC (rev 648691)
+++ PKGBUILD2020-06-20 23:14:54 UTC (rev 648692)
@@ -3,7 +3,7 @@
 # Contributor: Chris Mosher 
 
 pkgname=xa
-pkgver=2.3.10
+pkgver=2.3.11
 pkgrel=1
 pkgdesc='Cross-assembler for the 6502 microprocessor'
 arch=(x86_64)
@@ -11,11 +11,12 @@
 license=(GPL2)
 makedepends=(setconf)
 source=("https://www.floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz";)
-sha256sums=('867b5b26b6524be8bcfbad8820ab3efe422b3e0cc9775dcb743284778868ba78')
+sha256sums=('32f2164c99e305218e992970856dd8e2309b5cb6ac4758d7b2afe3bfebc9012d')
 
 prepare() {
-  setconf $pkgname-$pkgver/Makefile CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now"
-  setconf $pkgname-$pkgver/Makefile LDFLAGS="$LDFLAGS -z,relro,-z,now"
+  cd $pkgname-$pkgver
+  setconf Makefile CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now"
+  setconf Makefile LDFLAGS="$LDFLAGS -z,relro,-z,now"
 }
 
 build() {


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:15:01
  Author: arodseth
Revision: 648693

archrelease: copy trunk to community-x86_64

Added:
  xa/repos/community-x86_64/PKGBUILD
(from rev 648692, xa/trunk/PKGBUILD)
Deleted:
  xa/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:14:54 UTC (rev 648692)
+++ PKGBUILD2020-06-20 23:15:01 UTC (rev 648693)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Gaetan Bisson 
-# Contributor: Chris Mosher 
-
-pkgname=xa
-pkgver=2.3.10
-pkgrel=1
-pkgdesc='Cross-assembler for the 6502 microprocessor'
-arch=(x86_64)
-url='https://www.floodgap.com/retrotech/xa/'
-license=(GPL2)
-makedepends=(setconf)
-source=("https://www.floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz";)
-sha256sums=('867b5b26b6524be8bcfbad8820ab3efe422b3e0cc9775dcb743284778868ba78')
-
-prepare() {
-  setconf $pkgname-$pkgver/Makefile CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now"
-  setconf $pkgname-$pkgver/Makefile LDFLAGS="$LDFLAGS -z,relro,-z,now"
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-   make -C $pkgname-$pkgver DESTDIR="$pkgdir/usr" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: xa/repos/community-x86_64/PKGBUILD (from rev 648692, xa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 23:15:01 UTC (rev 648693)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Gaetan Bisson 
+# Contributor: Chris Mosher 
+
+pkgname=xa
+pkgver=2.3.11
+pkgrel=1
+pkgdesc='Cross-assembler for the 6502 microprocessor'
+arch=(x86_64)
+url='https://www.floodgap.com/retrotech/xa/'
+license=(GPL2)
+makedepends=(setconf)
+source=("https://www.floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz";)
+sha256sums=('32f2164c99e305218e992970856dd8e2309b5cb6ac4758d7b2afe3bfebc9012d')
+
+prepare() {
+  cd $pkgname-$pkgver
+  setconf Makefile CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now"
+  setconf Makefile LDFLAGS="$LDFLAGS -z,relro,-z,now"
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+   make -C $pkgname-$pkgver DESTDIR="$pkgdir/usr" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:11:18
  Author: arodseth
Revision: 648685

archrelease: copy trunk to community-x86_64

Added:
  xaos/repos/community-x86_64/PKGBUILD
(from rev 648684, xaos/trunk/PKGBUILD)
Deleted:
  xaos/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 23:11:12 UTC (rev 648684)
+++ PKGBUILD2020-06-20 23:11:18 UTC (rev 648685)
@@ -1,51 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Eric Bélanger 
-
-pkgname=xaos
-pkgver=3.7
-pkgrel=1
-pkgdesc='Interactive fractal zoomer'
-arch=(x86_64)
-url='https://xaos-project.github.io/'
-license=(GPL)
-makedepends=(gendesk git)
-depends=(gsl gtk3)
-#options=(!makeflags)
-source=("git+https://github.com/xaos-project/XaoS#commit=1709b93d92eef541c66134db9776935a87b70f05";)
 # tag: release-3.7
-md5sums=('SKIP')
-
-prepare() {
-  gendesk -f -n \
---pkgname=XaoS \
---pkgdesc="$pkgdesc" \
---exec=xaos \
---icon=xaos \
---categories='Application;Graphics'
-}
-
-build() {
-  cd XaoS
-  autoreconf
-  ./configure \
---prefix=/usr \
---with-long-double=yes \
---with-mitshm=no \
---with-pthread=yes \
---with-png=yes \
---with-gsl=yes \
---with-x11-driver=no \
---with-gtk-driver=yes \
---with-win32-driver=no \
---with-aa-driver=yes
-  make
-}
-
-package() {
-  make -C XaoS DESTDIR="$pkgdir" install
-  install -Dm644 "XaoS/src/ui/ui-drv/qt/images/xaosbig.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 XaoS.desktop \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xaos/repos/community-x86_64/PKGBUILD (from rev 648684, 
xaos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 23:11:18 UTC (rev 648685)
@@ -0,0 +1,59 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Eric Bélanger 
+
+pkgname=xaos
+pkgver=4.0
+pkgrel=1
+pkgdesc='Interactive fractal zoomer'
+arch=(x86_64)
+url='https://xaos-project.github.io/'
+license=(GPL2)
+makedepends=(gendesk git qt5-tools)
+depends=(qt5-base)
+source=("git+https://github.com/xaos-project/XaoS#commit=06c4b4c65cbe5515c3e40f541016a3b6b65d8ea8";)
 # tag: release-4.0
+md5sums=('SKIP')
+
+prepare() {
+  # Add missing include
+  sed -i '30i#include ' XaoS/src/util/timers.cpp
+
+  # Desktop shortcut
+  gendesk -f -n \
+--pkgname=XaoS \
+--pkgdesc="$pkgdesc" \
+--exec=xaos \
+--icon=xaos \
+--categories='Application;Graphics'
+}
+
+build() {
+  cd XaoS
+  export DEFINES="USE_OPENGL USE_FLOAT128"
+  qmake && make
+}
+
+package() {
+  cd XaoS
+
+  # Executable
+  install -Dm755 bin/xaos "$pkgdir/usr/bin/xaos"
+
+  # Tutorial and catalogs
+  install -d "$pkgdir/usr/share/XaoS/"
+  cp -r tutorial catalogs "$pkgdir/usr/share/XaoS"
+
+  # Examples
+  install -d "$pkgdir/usr/share/XaoS/examples"
+  find examples -name "*.xpf" -exec install -Dm644 -t 
"$pkgdir"/usr/share/XaoS/examples/ {} \;
+
+  # Desktop shortcut and icon
+  install -Dm644 ../XaoS.desktop \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "src/ui/images/xaosbig.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  # Man page
+  install -Dm644 doc/xaos.6 "$pkgdir/usr/share/man/man6/xaos.6"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 23:11:12
  Author: arodseth
Revision: 648684

upgpkg: xaos 4.0-1

Modified:
  xaos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 22:55:16 UTC (rev 648683)
+++ PKGBUILD2020-06-20 23:11:12 UTC (rev 648684)
@@ -2,19 +2,22 @@
 # Contributor: Eric Bélanger 
 
 pkgname=xaos
-pkgver=3.7
+pkgver=4.0
 pkgrel=1
 pkgdesc='Interactive fractal zoomer'
 arch=(x86_64)
 url='https://xaos-project.github.io/'
-license=(GPL)
-makedepends=(gendesk git)
-depends=(gsl gtk3)
-#options=(!makeflags)
-source=("git+https://github.com/xaos-project/XaoS#commit=1709b93d92eef541c66134db9776935a87b70f05";)
 # tag: release-3.7
+license=(GPL2)
+makedepends=(gendesk git qt5-tools)
+depends=(qt5-base)
+source=("git+https://github.com/xaos-project/XaoS#commit=06c4b4c65cbe5515c3e40f541016a3b6b65d8ea8";)
 # tag: release-4.0
 md5sums=('SKIP')
 
 prepare() {
+  # Add missing include
+  sed -i '30i#include ' XaoS/src/util/timers.cpp
+
+  # Desktop shortcut
   gendesk -f -n \
 --pkgname=XaoS \
 --pkgdesc="$pkgdesc" \
@@ -25,27 +28,32 @@
 
 build() {
   cd XaoS
-  autoreconf
-  ./configure \
---prefix=/usr \
---with-long-double=yes \
---with-mitshm=no \
---with-pthread=yes \
---with-png=yes \
---with-gsl=yes \
---with-x11-driver=no \
---with-gtk-driver=yes \
---with-win32-driver=no \
---with-aa-driver=yes
-  make
+  export DEFINES="USE_OPENGL USE_FLOAT128"
+  qmake && make
 }
 
 package() {
-  make -C XaoS DESTDIR="$pkgdir" install
-  install -Dm644 "XaoS/src/ui/ui-drv/qt/images/xaosbig.png" \
+  cd XaoS
+
+  # Executable
+  install -Dm755 bin/xaos "$pkgdir/usr/bin/xaos"
+
+  # Tutorial and catalogs
+  install -d "$pkgdir/usr/share/XaoS/"
+  cp -r tutorial catalogs "$pkgdir/usr/share/XaoS"
+
+  # Examples
+  install -d "$pkgdir/usr/share/XaoS/examples"
+  find examples -name "*.xpf" -exec install -Dm644 -t 
"$pkgdir"/usr/share/XaoS/examples/ {} \;
+
+  # Desktop shortcut and icon
+  install -Dm644 ../XaoS.desktop \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "src/ui/images/xaosbig.png" \
 "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 XaoS.desktop \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  # Man page
+  install -Dm644 doc/xaos.6 "$pkgdir/usr/share/man/man6/xaos.6"
 }
 
 # vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:59:00
  Author: arodseth
Revision: 648677

archrelease: copy trunk to community-x86_64

Added:
  swi-prolog/repos/community-x86_64/PKGBUILD
(from rev 648676, swi-prolog/trunk/PKGBUILD)
Deleted:
  swi-prolog/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:58:55 UTC (rev 648676)
+++ PKGBUILD2020-06-20 21:59:00 UTC (rev 648677)
@@ -1,51 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Jachym Barvinek 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: John Proctor 
-# Contributor: Juergen Hoetzel 
-
-pkgname=swi-prolog
-pkgver=8.0.3
-pkgrel=2
-pkgdesc='Prolog environment'
-arch=('x86_64')
-url='https://www.swi-prolog.org/'
-license=(GPL LGPL)
-depends=(libarchive libyaml qt5-base)
-makedepends=(cmake jdk-openjdk junit libjpeg libxft libxinerama libxpm ninja 
unixodbc)
-optdepends=('unixodbc: for using the odbc4pl library'
-'libjpeg:  for using the pl2xpce library'
-'libxpm:   for using the pl2xpce library'
-'libxinerama:  for using the pl2xpce library'
-'libxft:   for using the pl2xpce library'
-'jdk-openjdk:  for using Prolog from Java'
-'java-runtime: for using Prolog from Java')
-source=("https://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz";)
-sha256sums=('cee59c0a477c8166d722703f6e52f962028f3ac43a5f41240ecb45dbdbe2d6ae')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../swipl-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS="$CFLAGS -fPIC -ffile-prefix-map=$PWD= -w" \
--DLIBEDIT_LIBRARIES=/usr/lib/libedit.so.0 \
--DLIBEDIT_INCLUDE_DIR=/usr/include \
--G Ninja
-  ../swipl-$pkgver/scripts/pgo-compile.sh
-  ninja
-}
-
-check() {
-  cd build
-  # the prolog_in_java test fails
-  ctest -j 8 || true
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: www.swi-prolog.org/download/stable
-# vim: ts=2 sw=2 et:

Copied: swi-prolog/repos/community-x86_64/PKGBUILD (from rev 648676, 
swi-prolog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:59:00 UTC (rev 648677)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Jachym Barvinek 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: John Proctor 
+# Contributor: Juergen Hoetzel 
+
+pkgname=swi-prolog
+pkgver=8.2.0
+pkgrel=1
+pkgdesc='Prolog environment'
+arch=('x86_64')
+url='https://www.swi-prolog.org/'
+license=(GPL LGPL)
+depends=(libarchive libyaml qt5-base)
+makedepends=(cmake jdk-openjdk junit libjpeg libxft libxinerama libxpm ninja 
unixodbc)
+optdepends=('unixodbc: for using the odbc4pl library'
+'libjpeg:  for using the pl2xpce library'
+'libxpm:   for using the pl2xpce library'
+'libxinerama:  for using the pl2xpce library'
+'libxft:   for using the pl2xpce library'
+'jdk-openjdk:  for using Prolog from Java'
+'java-runtime: for using Prolog from Java')
+source=("https://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz";)
+sha256sums=('d8c9f3adb9cd997a5fed7b5f5dbfe971d2defda969b9066ada158e4202c09c3c')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../swipl-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS="$CFLAGS -fPIC -ffile-prefix-map=$PWD= -w" \
+-DLIBEDIT_LIBRARIES=/usr/lib/libedit.so.0 \
+-DLIBEDIT_INCLUDE_DIR=/usr/include \
+-G Ninja
+  ../swipl-$pkgver/scripts/pgo-compile.sh
+  ninja
+}
+
+check() {
+  cd build
+  # the prolog_in_java test fails
+  ctest -j 8 || true
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: www.swi-prolog.org/download/stable
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:58:55
  Author: arodseth
Revision: 648676

upgpkg: swi-prolog 8.2.0-1

Modified:
  swi-prolog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:52:49 UTC (rev 648675)
+++ PKGBUILD2020-06-20 21:58:55 UTC (rev 648676)
@@ -5,8 +5,8 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=swi-prolog
-pkgver=8.0.3
-pkgrel=2
+pkgver=8.2.0
+pkgrel=1
 pkgdesc='Prolog environment'
 arch=('x86_64')
 url='https://www.swi-prolog.org/'
@@ -21,7 +21,7 @@
 'jdk-openjdk:  for using Prolog from Java'
 'java-runtime: for using Prolog from Java')
 source=("https://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz";)
-sha256sums=('cee59c0a477c8166d722703f6e52f962028f3ac43a5f41240ecb45dbdbe2d6ae')
+sha256sums=('d8c9f3adb9cd997a5fed7b5f5dbfe971d2defda969b9066ada158e4202c09c3c')
 
 build() {
   mkdir -p build


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:52:49
  Author: arodseth
Revision: 648675

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 648674, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:52:44 UTC (rev 648674)
+++ PKGBUILD2020-06-20 21:52:49 UTC (rev 648675)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=22.3
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=(any)
-url='http://erlang.org/doc/'
-license=(custom)
-# HTTPS is not available
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz";)
-sha256sums=('9b01c61f2898235e7f6643c66215d6419f8706c8fdd7c3e0123e68960a388c34')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 648674, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:52:49 UTC (rev 648675)
@@ -0,0 +1,21 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=23.0
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=(any)
+url='http://erlang.org/doc/'
+license=(custom)
+source=("https://erlang.org/download/otp_doc_html_$pkgver.tar.gz";)
+sha256sums=('4da19f0de96d1c516d91c621a5ddf20837303cc25695b944e263e3ea46dd31da')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:52:44
  Author: arodseth
Revision: 648674

upgpkg: erlang-docs 23.0-1

Modified:
  erlang-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:51:22 UTC (rev 648673)
+++ PKGBUILD2020-06-20 21:52:44 UTC (rev 648674)
@@ -3,15 +3,14 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-docs
-pkgver=22.3
+pkgver=23.0
 pkgrel=1
 pkgdesc='HTML and PDF documentation for Erlang'
 arch=(any)
 url='http://erlang.org/doc/'
 license=(custom)
-# HTTPS is not available
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz";)
-sha256sums=('9b01c61f2898235e7f6643c66215d6419f8706c8fdd7c3e0123e68960a388c34')
+source=("https://erlang.org/download/otp_doc_html_$pkgver.tar.gz";)
+sha256sums=('4da19f0de96d1c516d91c621a5ddf20837303cc25695b944e263e3ea46dd31da')
 
 package() {
   install -d "$pkgdir/usr/share/doc/erlang"


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:49:42
  Author: arodseth
Revision: 648670

upgpkg: erlang-nox 23.0-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:49:19 UTC (rev 648669)
+++ PKGBUILD2020-06-20 21:49:42 UTC (rev 648670)
@@ -6,8 +6,8 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=22.3.4
-_docver=22.3
+pkgver=23.0
+_docver=23.0
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
 arch=(x86_64)
@@ -26,7 +26,7 @@
 epmd.service
 epmd.socket)
 sha256sums=('SKIP'
-'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
+'c0804cb5bead8780de24cf9ba656efefd9307a457e0541cc513109523731bf6f'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:49:51
  Author: arodseth
Revision: 648671

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 648670, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 648670, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 648670, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 648670, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  154 -
 epmd.conf|6 +-
 epmd.service |   22 
 epmd.socket  |   18 +++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:49:42 UTC (rev 648670)
+++ PKGBUILD2020-06-20 21:49:51 UTC (rev 648671)
@@ -1,77 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=22.3.4
-_docver=22.3
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
-arch=(x86_64)
-url='https://www.erlang.org/'
-license=(Apache)
-depends=(ncurses openssl)
-makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
-conflicts=(erlang)
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
-"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz";
-epmd.conf
-epmd.service
-epmd.socket)
-sha256sums=('SKIP'
-'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 648670, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:49:51 UTC (rev 648671)
@@ -0,0 +1,77 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=23.0
+_docver=23.0
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
+arch=(x86_64)
+url='https://www.erlang.org/'
+license=(Apache)
+depends=(ncurses openssl)
+makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
+conflicts=(erlang)
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
+"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz";
+epmd.conf
+epmd.service
+epmd.socket)
+sha256sums=('SKIP'
+'c0804cb5bead8780de24cf9ba656efefd9307a457e0541cc513109523731bf6f'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b34

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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:36:30
  Author: arodseth
Revision: 648661

archrelease: copy trunk to community-x86_64

Added:
  erlang/repos/community-x86_64/PKGBUILD
(from rev 648660, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 648660, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 648660, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 648660, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  164 -
 epmd.conf|6 +-
 epmd.service |   22 +++
 epmd.socket  |   18 +++---
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:36:22 UTC (rev 648660)
+++ PKGBUILD2020-06-20 21:36:30 UTC (rev 648661)
@@ -1,82 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=(erlang erlang-unixodbc)
-pkgver=22.3.4
-pkgrel=1
-_docver=22.3
-arch=(x86_64)
-url='https://www.erlang.org'
-license=(Apache)
-makedepends=(fop git glu java-environment libxslt lksctp-tools
- mesa perl unixodbc wxgtk)
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
-"$url/download/otp_doc_man_$_docver.tar.gz"
-epmd.conf epmd.service epmd.socket)
-sha256sums=('SKIP'
-'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp && ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=(ncurses glu wxgtk openssl)
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=(erlang-nox)
-  conflicts=(erlang-nox)
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # move files that belong to the erlang-unixodbc package
-  mkdir -p unixodbc
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-
-  # services and configuration
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-
-  # readme and licenses
-  install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=(unixodbc erlang-nox)
-
-  install -d "$pkgdir/usr/lib/erlang/lib"
-  mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/"
-  install -Dm644 otp/LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang/repos/community-x86_64/PKGBUILD (from rev 648660, 
erlang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:36:30 UTC (rev 648661)
@@ -0,0 +1,82 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgbase=erlang
+pkgname=(erlang erlang-unixodbc)
+pkgver=23.0
+pkgrel=1
+_docver=23.0
+arch=(x86_64)
+url='https://www.erlang.org'
+license=(Apache)
+makedepends=(fop git glu java-environment libxslt lksctp-tools
+ mesa perl unixodbc wxgtk)
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
+"$url/download/otp_doc_man_$_docver.tar.gz"
+epmd.conf epmd.service epmd.socket)
+sha256sums=('SKIP'
+'c0804cb5bead8780de24cf9ba656efefd9307a457e0541cc513109523731bf6f'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
+'998a759e4cea4527f9d

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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:36:22
  Author: arodseth
Revision: 648660

upgpkg: erlang 23.0-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:34:33 UTC (rev 648659)
+++ PKGBUILD2020-06-20 21:36:22 UTC (rev 648660)
@@ -7,9 +7,9 @@
 
 pkgbase=erlang
 pkgname=(erlang erlang-unixodbc)
-pkgver=22.3.4
+pkgver=23.0
 pkgrel=1
-_docver=22.3
+_docver=23.0
 arch=(x86_64)
 url='https://www.erlang.org'
 license=(Apache)
@@ -20,7 +20,7 @@
 "$url/download/otp_doc_man_$_docver.tar.gz"
 epmd.conf epmd.service epmd.socket)
 sha256sums=('SKIP'
-'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
+'c0804cb5bead8780de24cf9ba656efefd9307a457e0541cc513109523731bf6f'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')


[arch-commits] Commit in dropbear/repos/community-x86_64 (6 files)

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:25:55
  Author: arodseth
Revision: 648657

archrelease: copy trunk to community-x86_64

Added:
  dropbear/repos/community-x86_64/PKGBUILD
(from rev 648656, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-x86_64/dropbear.service
(from rev 648656, dropbear/trunk/dropbear.service)
  dropbear/repos/community-x86_64/localoptions.h
(from rev 648656, dropbear/trunk/localoptions.h)
Deleted:
  dropbear/repos/community-x86_64/PKGBUILD
  dropbear/repos/community-x86_64/dropbear.service
  dropbear/repos/community-x86_64/localoptions.h

--+
 PKGBUILD |  120 ++---
 dropbear.service |   20 
 localoptions.h   |   86 ++---
 3 files changed, 114 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:25:47 UTC (rev 648656)
+++ PKGBUILD2020-06-20 21:25:55 UTC (rev 648657)
@@ -1,59 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Timothy Redaelli 
-# Contributor: Bartlomiej Piotrowski 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jason Pierce 
-# Contributor: Jeremy Cowgar 
-# Contributor: Simon Perry 
-
-pkgbase=dropbear
-pkgname=(dropbear dropbear-scp)
-pkgver=2019.78
-pkgrel=1
-pkgdesc='Lightweight SSH server'
-arch=(x86_64)
-url='https://matt.ucc.asn.au/dropbear/dropbear.html'
-license=(MIT)
-options=(emptydirs)
-validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
-source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
-localoptions.h
-$pkgname.service)
-sha256sums=('525965971272270995364a0eb01f35180d793182e63dd0b0c3eb0292291644a4'
-'SKIP'
-'a284c2a2570d5b1f98f38fc044ab6fd45b9834be7a91216df7f159257b54e0bc'
-'0c0e5b9d121b9d728fed92d6574f2a96d74e4f8a61169dc1e452488f43bb1484')
-
-prepare() {
-  cp -f localoptions.h "$pkgname-$pkgver/"
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --bindir=/usr/bin --prefix=/usr --sbindir=/usr/bin
-  make \
-PROGRAMS='dbclient dropbear dropbearconvert dropbearkey scp' \
-SCPPROGRESS=1
-}
-
-package_dropbear() {
-  install -d "$pkgdir/etc/$pkgname"
-  make -C $pkgbase-$pkgver install DESTDIR="$pkgdir"
-  install -Dm644 $pkgname.service \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 $pkgbase-$pkgver/LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_dropbear-scp() {
-  pkgdesc='Lightweight application for copying files over SSH'
-  provides=(scp)
-  conflicts=(openssh)
-
-  make -C $pkgbase-$pkgver install PROGRAMS=scp DESTDIR="$pkgdir"
-  install -Dm644 $pkgbase-$pkgver/LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  rmdir "$pkgdir/usr/share/man"{/man1,}
-}
-
-# vim: ts=2 sw=2 et:

Copied: dropbear/repos/community-x86_64/PKGBUILD (from rev 648656, 
dropbear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:25:55 UTC (rev 648657)
@@ -0,0 +1,61 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Timothy Redaelli 
+# Contributor: Bartlomiej Piotrowski 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jason Pierce 
+# Contributor: Jeremy Cowgar 
+# Contributor: Simon Perry 
+
+pkgbase=dropbear
+pkgname=(dropbear dropbear-scp)
+pkgver=2020.79
+pkgrel=1
+pkgdesc='Lightweight SSH server'
+arch=(x86_64)
+url='https://github.com/mkj/dropbear'
+license=(MIT)
+options=(emptydirs)
+makedepends=('git')
+validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
+source=("git+$url#commit=1e10af850ba6e0c3a9af1382ed0f33981d2754ec" # tag: 
DROPBEAR_2020.79
+localoptions.h
+$pkgname.service)
+sha256sums=('SKIP'
+'a284c2a2570d5b1f98f38fc044ab6fd45b9834be7a91216df7f159257b54e0bc'
+'0c0e5b9d121b9d728fed92d6574f2a96d74e4f8a61169dc1e452488f43bb1484')
+
+prepare() {
+  cp -f localoptions.h "$pkgname/"
+}
+
+build() {
+  cd $pkgname
+  autoconf
+  autoheader
+  ./configure --bindir=/usr/bin --prefix=/usr --sbindir=/usr/bin
+  make \
+PROGRAMS='dbclient dropbear dropbearconvert dropbearkey scp' \
+SCPPROGRESS=1
+}
+
+package_dropbear() {
+  install -d "$pkgdir/etc/$pkgname"
+  make -C $pkgbase install DESTDIR="$pkgdir"
+  install -Dm644 $pkgname.service \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 $pkgbase/LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_dropbear-scp() {
+  pkgdesc='Lightweight application for copying files over SSH'
+  provides=(scp)
+  conflicts=(openssh)
+
+  make -C $pkgbase install PROGRAMS=scp DESTDIR="$pkgdir"
+  install -Dm644 $pkgbase/LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rmdir "$pkgdir/usr/share/man"{/man1,}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: dropbear.service
===

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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:25:47
  Author: arodseth
Revision: 648656

upgpkg: dropbear 2020.79-1

Modified:
  dropbear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 21:17:11 UTC (rev 648655)
+++ PKGBUILD2020-06-20 21:25:47 UTC (rev 648656)
@@ -8,28 +8,30 @@
 
 pkgbase=dropbear
 pkgname=(dropbear dropbear-scp)
-pkgver=2019.78
+pkgver=2020.79
 pkgrel=1
 pkgdesc='Lightweight SSH server'
 arch=(x86_64)
-url='https://matt.ucc.asn.au/dropbear/dropbear.html'
+url='https://github.com/mkj/dropbear'
 license=(MIT)
 options=(emptydirs)
+makedepends=('git')
 validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
-source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
+source=("git+$url#commit=1e10af850ba6e0c3a9af1382ed0f33981d2754ec" # tag: 
DROPBEAR_2020.79
 localoptions.h
 $pkgname.service)
-sha256sums=('525965971272270995364a0eb01f35180d793182e63dd0b0c3eb0292291644a4'
-'SKIP'
+sha256sums=('SKIP'
 'a284c2a2570d5b1f98f38fc044ab6fd45b9834be7a91216df7f159257b54e0bc'
 '0c0e5b9d121b9d728fed92d6574f2a96d74e4f8a61169dc1e452488f43bb1484')
 
 prepare() {
-  cp -f localoptions.h "$pkgname-$pkgver/"
+  cp -f localoptions.h "$pkgname/"
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
+  autoconf
+  autoheader
   ./configure --bindir=/usr/bin --prefix=/usr --sbindir=/usr/bin
   make \
 PROGRAMS='dbclient dropbear dropbearconvert dropbearkey scp' \
@@ -38,10 +40,10 @@
 
 package_dropbear() {
   install -d "$pkgdir/etc/$pkgname"
-  make -C $pkgbase-$pkgver install DESTDIR="$pkgdir"
+  make -C $pkgbase install DESTDIR="$pkgdir"
   install -Dm644 $pkgname.service \
 "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 $pkgbase-$pkgver/LICENSE \
+  install -Dm644 $pkgbase/LICENSE \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
@@ -50,8 +52,8 @@
   provides=(scp)
   conflicts=(openssh)
 
-  make -C $pkgbase-$pkgver install PROGRAMS=scp DESTDIR="$pkgdir"
-  install -Dm644 $pkgbase-$pkgver/LICENSE \
+  make -C $pkgbase install PROGRAMS=scp DESTDIR="$pkgdir"
+  install -Dm644 $pkgbase/LICENSE \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   rmdir "$pkgdir/usr/share/man"{/man1,}
 }


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:17:11
  Author: arodseth
Revision: 648655

archrelease: copy trunk to community-any

Added:
  pychess/repos/community-any/PKGBUILD
(from rev 648654, pychess/trunk/PKGBUILD)
Deleted:
  pychess/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 21:17:06 UTC (rev 648654)
+++ PKGBUILD2020-06-20 21:17:11 UTC (rev 648655)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=1.0.0
-pkgrel=4
-pkgdesc='Chess client'
-arch=(any)
-url='http://pychess.org/'
-license=(GPL)
-depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject
- python-ptyprocess python-psutil python-sqlalchemy python-pexpect
- python-websockets)
-# /usr/bin/spike is mistaken for a chess engine
-conflicts=(spike)
-makedepends=(git python-pexpect xorg-server-xvfb)
-source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver";)
-sha256sums=('SKIP')
-
-package() {
-  cd pychess
-
-  # Can only be packaged with X available...
-  xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
-
-  # FS#59882
-  find "$pkgdir" -wholename 'external/pexpect' -type d -delete
-}
-
-# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
-# vim: ts=2 sw=2 et:

Copied: pychess/repos/community-any/PKGBUILD (from rev 648654, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-20 21:17:11 UTC (rev 648655)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Chess client'
+arch=(any)
+url='https://github.com/pychess/pychess'
+license=(GPL)
+depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject
+ python-ptyprocess python-psutil python-sqlalchemy python-pexpect
+ python-websockets)
+# /usr/bin/spike is mistaken for a chess engine
+conflicts=(spike)
+makedepends=(git python-pexpect xorg-server-xvfb)
+source=("git+$url#commit=a89889efbeb6f7db9dd70ef7e0b1252de38472a2") # tag: 
1.0.2
+sha256sums=('SKIP')
+
+package() {
+  cd pychess
+
+  # Can only be packaged with X available...
+  xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
+
+  # FS#59882
+  find "$pkgdir" -wholename 'external/pexpect' -type d -delete
+}
+
+# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
+# vim: ts=2 sw=2 et:


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:17:06
  Author: arodseth
Revision: 648654

upgpkg: pychess 1.0.2-1

Modified:
  pychess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 19:03:03 UTC (rev 648653)
+++ PKGBUILD2020-06-20 21:17:06 UTC (rev 648654)
@@ -3,11 +3,11 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=1.0.0
-pkgrel=4
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='Chess client'
 arch=(any)
-url='http://pychess.org/'
+url='https://github.com/pychess/pychess'
 license=(GPL)
 depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject
  python-ptyprocess python-psutil python-sqlalchemy python-pexpect
@@ -15,7 +15,7 @@
 # /usr/bin/spike is mistaken for a chess engine
 conflicts=(spike)
 makedepends=(git python-pexpect xorg-server-xvfb)
-source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver";)
+source=("git+$url#commit=a89889efbeb6f7db9dd70ef7e0b1252de38472a2") # tag: 
1.0.2
 sha256sums=('SKIP')
 
 package() {


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

2020-06-17 Thread Alexander Rødseth via arch-commits
Date: Wednesday, June 17, 2020 @ 16:04:20
  Author: arodseth
Revision: 646362

upgpkg: clojure 1.10.1-7

Modified:
  clojure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 15:56:41 UTC (rev 646361)
+++ PKGBUILD2020-06-17 16:04:20 UTC (rev 646362)
@@ -7,8 +7,8 @@
 
 pkgname=clojure
 pkgver=1.10.1
-_toolver=536
-pkgrel=6
+_toolver=547
+pkgrel=7
 pkgdesc='Lisp dialect for the JVM'
 url='https://clojure.org/'
 arch=(any)
@@ -19,7 +19,7 @@
 install=clojure.install
 
source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz";
 clojure.sh)
-sha256sums=('b7c5b0cdeb750275ddd98095a1959657b95569b624da7c6163adce5a7d5f7119'
+sha256sums=('2012b44ebdb9c7e49bfc03fec9571b88dbc1c1c2e589d4eba2fd3b80c7278f1a'
 'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
 
 prepare() {


[arch-commits] Commit in clojure/repos/community-any (6 files)

2020-06-17 Thread Alexander Rødseth via arch-commits
Date: Wednesday, June 17, 2020 @ 16:04:28
  Author: arodseth
Revision: 646363

archrelease: copy trunk to community-any

Added:
  clojure/repos/community-any/PKGBUILD
(from rev 646362, clojure/trunk/PKGBUILD)
  clojure/repos/community-any/clojure.install
(from rev 646362, clojure/trunk/clojure.install)
  clojure/repos/community-any/clojure.sh
(from rev 646362, clojure/trunk/clojure.sh)
Deleted:
  clojure/repos/community-any/PKGBUILD
  clojure/repos/community-any/clojure.install
  clojure/repos/community-any/clojure.sh

-+
 PKGBUILD|   86 +++---
 clojure.install |   10 +++---
 clojure.sh  |2 -
 3 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 16:04:20 UTC (rev 646362)
+++ PKGBUILD2020-06-17 16:04:28 UTC (rev 646363)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Chris O'Donnell 
-# Contributor: Sam May 
-# Contributor: Pierre-Yves Ritschard 
-# Contributor: Vladimir Tsanev 
-
-pkgname=clojure
-pkgver=1.10.1
-_toolver=536
-pkgrel=6
-pkgdesc='Lisp dialect for the JVM'
-url='https://clojure.org/'
-arch=(any)
-license=(EPL)
-depends=(java-environment)
-optdepends=('leiningen: automate clojure projects'
-'rlwrap: friendly shell with readline support')
-install=clojure.install
-source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz";
-clojure.sh)
-sha256sums=('b7c5b0cdeb750275ddd98095a1959657b95569b624da7c6163adce5a7d5f7119'
-'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
-
-prepare() {
-  sed -i -e 's,PREFIX,/usr/share/clojure,g' clojure-tools/clojure
-}
-
-package() {
-  cd clojure-tools
-  install -Dm644 deps.edn "$pkgdir/usr/share/clojure/deps.edn"
-  install -Dm644 example-deps.edn "$pkgdir/usr/share/clojure/example-deps.edn"
-  install -Dm644 clojure-tools-$pkgver.$_toolver.jar \
-"$pkgdir/usr/share/clojure/libexec/clojure-tools-$pkgver.$_toolver.jar"
-  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
-  install -Dm755 clj "$pkgdir/usr/bin/clj"
-  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
-  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
-  install -Dm755 "$srcdir/clojure.sh" "$pkgdir/etc/profile.d/clojure.sh"
-}
-
-# getver: clojure.org/downloads
-# vim: ts=2 sw=2 et:

Copied: clojure/repos/community-any/PKGBUILD (from rev 646362, 
clojure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 16:04:28 UTC (rev 646363)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris O'Donnell 
+# Contributor: Sam May 
+# Contributor: Pierre-Yves Ritschard 
+# Contributor: Vladimir Tsanev 
+
+pkgname=clojure
+pkgver=1.10.1
+_toolver=547
+pkgrel=7
+pkgdesc='Lisp dialect for the JVM'
+url='https://clojure.org/'
+arch=(any)
+license=(EPL)
+depends=(java-environment)
+optdepends=('leiningen: automate clojure projects'
+'rlwrap: friendly shell with readline support')
+install=clojure.install
+source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz";
+clojure.sh)
+sha256sums=('2012b44ebdb9c7e49bfc03fec9571b88dbc1c1c2e589d4eba2fd3b80c7278f1a'
+'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
+
+prepare() {
+  sed -i -e 's,PREFIX,/usr/share/clojure,g' clojure-tools/clojure
+}
+
+package() {
+  cd clojure-tools
+  install -Dm644 deps.edn "$pkgdir/usr/share/clojure/deps.edn"
+  install -Dm644 example-deps.edn "$pkgdir/usr/share/clojure/example-deps.edn"
+  install -Dm644 clojure-tools-$pkgver.$_toolver.jar \
+"$pkgdir/usr/share/clojure/libexec/clojure-tools-$pkgver.$_toolver.jar"
+  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
+  install -Dm755 clj "$pkgdir/usr/bin/clj"
+  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
+  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
+  install -Dm755 "$srcdir/clojure.sh" "$pkgdir/etc/profile.d/clojure.sh"
+}
+
+# getver: clojure.org/downloads
+# vim: ts=2 sw=2 et:

Deleted: clojure.install
===
--- clojure.install 2020-06-17 16:04:20 UTC (rev 646362)
+++ clojure.install 2020-06-17 16:04:28 UTC (rev 646363)
@@ -1,5 +0,0 @@
-post_install() {
-  echo 'Re-login or source /etc/profile.d/clojure.sh'
-}
-
-# vim: ts=2 sw=2 et:

Copied: clojure/repos/community-any/clojure.install (from rev 646362, 
clojure/trunk/clojure.install)
===
--- clojure.install (rev 0)
+++ clojure.install 2020-06-17 16:04:28 UTC (rev 646363)
@@ -0,0 +1,5 @@
+post_install() {
+  echo 'Re-login or source /etc/pro

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

2020-05-29 Thread Alexander Rødseth via arch-commits
Date: Friday, May 29, 2020 @ 17:01:29
  Author: arodseth
Revision: 637175

archrelease: copy trunk to community-x86_64

Added:
  smlnj/repos/community-x86_64/PKGBUILD
(from rev 637174, smlnj/trunk/PKGBUILD)
  smlnj/repos/community-x86_64/profile.d-smlnj.sh
(from rev 637174, smlnj/trunk/profile.d-smlnj.sh)
  smlnj/repos/community-x86_64/smlnj.install
(from rev 637174, smlnj/trunk/smlnj.install)
  smlnj/repos/community-x86_64/smlnj.sh
(from rev 637174, smlnj/trunk/smlnj.sh)
  smlnj/repos/community-x86_64/urlgetter.sh
(from rev 637174, smlnj/trunk/urlgetter.sh)
Deleted:
  smlnj/repos/community-x86_64/PKGBUILD
  smlnj/repos/community-x86_64/profile.d-smlnj.sh
  smlnj/repos/community-x86_64/smlnj.install
  smlnj/repos/community-x86_64/smlnj.sh
  smlnj/repos/community-x86_64/urlgetter.sh

+
 PKGBUILD   |  161 +--
 profile.d-smlnj.sh |4 -
 smlnj.install  |6 -
 smlnj.sh   |6 -
 urlgetter.sh   |   62 +--
 5 files changed, 120 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 17:01:17 UTC (rev 637174)
+++ PKGBUILD2020-05-29 17:01:29 UTC (rev 637175)
@@ -1,80 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Weißschuh 
-
-pkgname=smlnj
-pkgver=110.96
-pkgrel=1
-pkgdesc='Standard ML compiler from New Jersey'
-url='https://www.smlnj.org/'
-license=(BSD)
-arch=(x86_64)
-provides=(sml)
-install=smlnj.install
-_url="http://smlnj.cs.uchicago.edu/dist/working/$pkgver/";
-source=(
-  "$pkgname-$pkgver-boot.amd64-unix.tgz::${_url}boot.amd64-unix.tgz"
-  "$pkgname-$pkgver-boot.x64-unix.tgz::${_url}boot.x86-unix.tgz"
-  "$pkgname-$pkgver-config.tgz::${_url}config.tgz"
-  "$pkgname-$pkgver-cm.tgz::${_url}cm.tgz"
-  "$pkgname-$pkgver-compiler.tgz::${_url}compiler.tgz"
-  "$pkgname-$pkgver-runtime.tgz::${_url}runtime.tgz"
-  "$pkgname-$pkgver-system.tgz::${_url}system.tgz"
-  "$pkgname-$pkgver-MLRISC.tgz::${_url}MLRISC.tgz"
-  "$pkgname-$pkgver-smlnj-lib.tgz::${_url}smlnj-lib.tgz"
-  "$pkgname-$pkgver-ckit.tgz::${_url}ckit.tgz"
-  "$pkgname-$pkgver-nlffi.tgz::${_url}nlffi.tgz"
-  "$pkgname-$pkgver-cml.tgz::${_url}cml.tgz"
-  "$pkgname-$pkgver-ml-lpt.tgz::${_url}ml-lpt.tgz"
-  "$pkgname-$pkgver-ml-lex.tgz::${_url}ml-lex.tgz"
-  "$pkgname-$pkgver-ml-yacc.tgz::${_url}ml-yacc.tgz"
-  "$pkgname-$pkgver-ml-burg.tgz::${_url}ml-burg.tgz"
-  "$pkgname-$pkgver-trace-debug-profile.tgz::${_url}trace-debug-profile.tgz"
-  urlgetter.sh
-  profile.d-smlnj.sh
-  smlnj.sh
-)
-sha256sums=('605a118476d251bd77e312f303df3039adea6ace521d9ac140e2187b904ec807'
-'ab08f260137fb68492d747b96d5be8ce49e8eda55a358094fd9018efd32341bd'
-'b2bda33c1fb1472b4ca69827463b1b1b7b8a86bed72db959a558d9e4fe65de18'
-'19e4f8096f5c8af64f20e57c5b48dacf9054c90ec14db4908a9e8c5bc505c568'
-'1382181001e0cf8d751c3d1707331f305e1ab3e41ca07af1349a73ef16df4a4c'
-'46ab1f6f4282ab46f117f8b8673e70180b8b4cbc6d9afdfa305aa8510258bf69'
-'8f33d350c4027e326f4b910cba2c50ae215a0b6ce93fed380b02f48c19ce3161'
-'193c29217e592d3e5a67cd0bde14ebfed2a2c3e4bcfae1e151e8fbe148fbe69e'
-'7ff7e8008bc08f32f2080e83afa7c609171d9856ec46fcccaec7f44c309057fb'
-'8b9301e3a2975be6877ce22edc27445630d57f51afbb77a950f386c9b3193bbf'
-'fb08f68da401382396fe0cb676b0f81eda27e9360c69fbeb3d473dec3452e8ee'
-'ec2b2d08343a32d911f30f34fb506fd0fed21b21378592e568107a68abc6ed8a'
-'3736cd60daad7510467ee2f31462cffbb43890bc4499b3efc7d671829f68e141'
-'02971b9026d2c6df8b425b8ac78c4065439a62e09b36fc974a98b5062874b8f0'
-'3a8d4d345ec3832b30bde1a7b0c0f97f209f40afd80e6ff6e1c78f365a77b0e9'
-'4286a4aa01f2063bdbea10ab1c7299b7a41a4a822a96d4a040ce404b1b3276b1'
-'5f24d0ae00fb8dde2cec660ca66395fcfcc417ee56faec7f5f420af18cabb80d'
-'4da78effe7d3644c28c731c8e4003a9cecec9f8f61d2fa4553981a729f2d200b'
-'dd20a81a5d2899f60183215ab6a412d522d2c6801d454c142225716899e089f3'
-'3012a08e113b0cf6feff06689c1ae2ad48524e200d30ac46676f3c9e53665218')
-
-build() {
-  mkdir -p install
-  unset SMLNJ_HOME MAKEFLAGS
-  export srcdir
-  export pkgver
-  export INSTALLDIR="$srcdir/install"
-  export CFLAGS="$CFLAGS -Wl,-z,relro,-z-now"
-  export LDFLAGS="$LDFLAGS -Wl,-z,relro,-z-now"
-  URLGETTER="$srcdir/urlgetter.sh"
-  config/install.sh -default 64
-}
-
-package() {
-  install -d "$pkgdir/usr/"{lib/smlnj,share}
-  install -Dm755 "$srcdir/profile.d-smlnj.sh" "$pkgdir/etc/profile.d/smlnj.sh"
-  install -Dm644 compiler/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  cp -R "$srcdir/install/"{bin,lib} "$pkgdir/usr/lib/smlnj"
-  cp -R "$srcdir/doc/man" "$pkgdir/usr/share/"
-  find "$pkgdir/usr/share/man" -name '._*' -delete
-  install -Dm755 smlnj.sh "$pkgdir/usr/bin/smlnj"
-}
-
-# getver: smlnj.

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

2020-05-29 Thread Alexander Rødseth via arch-commits
Date: Friday, May 29, 2020 @ 17:01:17
  Author: arodseth
Revision: 637174

upgpkg: smlnj 110.97-1

Modified:
  smlnj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 16:39:55 UTC (rev 637173)
+++ PKGBUILD2020-05-29 17:01:17 UTC (rev 637174)
@@ -2,12 +2,13 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=smlnj
-pkgver=110.96
+pkgver=110.97
 pkgrel=1
 pkgdesc='Standard ML compiler from New Jersey'
 url='https://www.smlnj.org/'
 license=(BSD)
 arch=(x86_64)
+depends=(lib32-glibc)
 provides=(sml)
 install=smlnj.install
 _url="http://smlnj.cs.uchicago.edu/dist/working/$pkgver/";
@@ -33,23 +34,23 @@
   profile.d-smlnj.sh
   smlnj.sh
 )
-sha256sums=('605a118476d251bd77e312f303df3039adea6ace521d9ac140e2187b904ec807'
-'ab08f260137fb68492d747b96d5be8ce49e8eda55a358094fd9018efd32341bd'
-'b2bda33c1fb1472b4ca69827463b1b1b7b8a86bed72db959a558d9e4fe65de18'
-'19e4f8096f5c8af64f20e57c5b48dacf9054c90ec14db4908a9e8c5bc505c568'
-'1382181001e0cf8d751c3d1707331f305e1ab3e41ca07af1349a73ef16df4a4c'
-'46ab1f6f4282ab46f117f8b8673e70180b8b4cbc6d9afdfa305aa8510258bf69'
-'8f33d350c4027e326f4b910cba2c50ae215a0b6ce93fed380b02f48c19ce3161'
-'193c29217e592d3e5a67cd0bde14ebfed2a2c3e4bcfae1e151e8fbe148fbe69e'
-'7ff7e8008bc08f32f2080e83afa7c609171d9856ec46fcccaec7f44c309057fb'
-'8b9301e3a2975be6877ce22edc27445630d57f51afbb77a950f386c9b3193bbf'
-'fb08f68da401382396fe0cb676b0f81eda27e9360c69fbeb3d473dec3452e8ee'
-'ec2b2d08343a32d911f30f34fb506fd0fed21b21378592e568107a68abc6ed8a'
-'3736cd60daad7510467ee2f31462cffbb43890bc4499b3efc7d671829f68e141'
-'02971b9026d2c6df8b425b8ac78c4065439a62e09b36fc974a98b5062874b8f0'
-'3a8d4d345ec3832b30bde1a7b0c0f97f209f40afd80e6ff6e1c78f365a77b0e9'
-'4286a4aa01f2063bdbea10ab1c7299b7a41a4a822a96d4a040ce404b1b3276b1'
-'5f24d0ae00fb8dde2cec660ca66395fcfcc417ee56faec7f5f420af18cabb80d'
+sha256sums=('7ddc99b51ab54c7b6fe5094939f64dbfa11dcb551a907c4723e8f7d39b3c0314'
+'3f97df4dc592cf21df3f2b65a51b66ebb56277d051a05589ecdbf86b884b18df'
+'919482e661cb53afd193830a3395d42d786ff4f48baf69f951b75546073ba6b2'
+'b9f9b02d4f6af7fb0665d8444f685c7cf3074a446eef1dcd1a53e9e472467a9b'
+'f30a04a427d0ce2dfd902fe06cb178df45d3a0d8b5eb432a6bb8b7691f96f3cd'
+'e457c3f2a62935ba1af074360e3e457aaea539c17d88aef730aac0254e4da4f0'
+'d7f964083ab6d4a477654a15a1305147f83d754ff66076d34bffc834b8c79b3d'
+'09ffa9d07758c603afe1fc88dd78ee3eabd9090a0c6233683ba83730747d5219'
+'7213b67bba1b1a28fff56f38931f0365202f9722fa4864a065c4228562ddc10f'
+'049b9a48101bca898fad91768605a487add248408c765cb6f1c1cfa56b50bc10'
+'29ee0e891a2e0cd2fe39b32ea327ba57741bb581853215ff96196dfd5c00ba14'
+'d925d60976afc6e50040276f229f1156523721753f5d05683af50ad89a157af0'
+'e67b21f1c60e3eeeac9f4a1c8eee2afbbf27374d7aaf66f2d23f6dbef99da41f'
+'14375b117ab393eb7abc6421a298a0418fbd9cc1ee7b859924bf0b10a2f38f80'
+'47b0dc7e01d250ca8ab24a74915fb6480148236a2ac45710291adf1155ca7c8d'
+'6aaec72c95b4d54ccbb3f9a8dc1f020687e281d1614c71cb74b8aae2c1712327'
+'6cf597545c72e330040d9031ece199b8cda99fe8a78f68b337f80f8087a9f6f7'
 '4da78effe7d3644c28c731c8e4003a9cecec9f8f61d2fa4553981a729f2d200b'
 'dd20a81a5d2899f60183215ab6a412d522d2c6801d454c142225716899e089f3'
 '3012a08e113b0cf6feff06689c1ae2ad48524e200d30ac46676f3c9e53665218')


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

2020-05-29 Thread Alexander Rødseth via arch-commits
Date: Friday, May 29, 2020 @ 10:04:38
  Author: arodseth
Revision: 636981

upgpkg: bat 0.15.4-1

Modified:
  bat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 09:59:33 UTC (rev 636980)
+++ PKGBUILD2020-05-29 10:04:38 UTC (rev 636981)
@@ -2,7 +2,7 @@
 # Contributor: Wesley Moore 
 
 pkgname=bat
-pkgver=0.15.1
+pkgver=0.15.4
 pkgrel=1
 pkgdesc='Cat clone with syntax highlighting and git integration'
 arch=(x86_64)
@@ -9,8 +9,7 @@
 url='https://github.com/sharkdp/bat'
 license=(APACHE MIT)
 makedepends=(clang cmake git rust)
-depends=(libssh2)
-source=("git+$url#commit=2596bfe7a75f6867d803c1e9af0fa3467873a0e3") # tag: 
v0.15.1
+source=("git+$url#commit=9e65ecd03e60336bd54dea12fbc4354c4fb8d8b0") # tag: 
v0.15.4
 sha256sums=('SKIP')
 
 build() {


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

2020-05-29 Thread Alexander Rødseth via arch-commits
Date: Friday, May 29, 2020 @ 10:04:44
  Author: arodseth
Revision: 636982

archrelease: copy trunk to community-x86_64

Added:
  bat/repos/community-x86_64/PKGBUILD
(from rev 636981, bat/trunk/PKGBUILD)
Deleted:
  bat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 10:04:38 UTC (rev 636981)
+++ PKGBUILD2020-05-29 10:04:44 UTC (rev 636982)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Wesley Moore 
-
-pkgname=bat
-pkgver=0.15.1
-pkgrel=1
-pkgdesc='Cat clone with syntax highlighting and git integration'
-arch=(x86_64)
-url='https://github.com/sharkdp/bat'
-license=(APACHE MIT)
-makedepends=(clang cmake git rust)
-depends=(libssh2)
-source=("git+$url#commit=2596bfe7a75f6867d803c1e9af0fa3467873a0e3") # tag: 
v0.15.1
-sha256sums=('SKIP')
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-package() {
-  cd $pkgname
-
-  # Package the executable
-  install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
-
-  # Package the man page
-  find "$srcdir" -name bat.1 -exec install -Dm644 {} \
-"$pkgdir/usr/share/man/man1/bat.1" \;
-
-  # Package the license files
-  install -Dm644 LICENSE-APACHE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 LICENSE-MIT \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  # Package the fish completion file (already included in fish)
-  #find "$srcdir" -name bat.fish -exec install -Dm644 {} \
-  #  "$pkgdir/usr/share/fish/completions/bat.fish" \;
-}
-
-# getver: github.com/sharkdp/bat/releases/latest
-# vim: ts=2 sw=2 et:

Copied: bat/repos/community-x86_64/PKGBUILD (from rev 636981, 
bat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 10:04:44 UTC (rev 636982)
@@ -0,0 +1,42 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Wesley Moore 
+
+pkgname=bat
+pkgver=0.15.4
+pkgrel=1
+pkgdesc='Cat clone with syntax highlighting and git integration'
+arch=(x86_64)
+url='https://github.com/sharkdp/bat'
+license=(APACHE MIT)
+makedepends=(clang cmake git rust)
+source=("git+$url#commit=9e65ecd03e60336bd54dea12fbc4354c4fb8d8b0") # tag: 
v0.15.4
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+package() {
+  cd $pkgname
+
+  # Package the executable
+  install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
+
+  # Package the man page
+  find "$srcdir" -name bat.1 -exec install -Dm644 {} \
+"$pkgdir/usr/share/man/man1/bat.1" \;
+
+  # Package the license files
+  install -Dm644 LICENSE-APACHE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  # Package the fish completion file (already included in fish)
+  #find "$srcdir" -name bat.fish -exec install -Dm644 {} \
+  #  "$pkgdir/usr/share/fish/completions/bat.fish" \;
+}
+
+# getver: github.com/sharkdp/bat/releases/latest
+# vim: ts=2 sw=2 et:


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

2020-05-29 Thread Alexander Rødseth via arch-commits
Date: Friday, May 29, 2020 @ 08:24:45
  Author: arodseth
Revision: 636976

archrelease: copy trunk to community-x86_64

Added:
  docopt/repos/community-x86_64/PKGBUILD
(from rev 636975, docopt/trunk/PKGBUILD)
  docopt/repos/community-x86_64/docopt.pc
(from rev 636975, docopt/trunk/docopt.pc)
Deleted:
  docopt/repos/community-x86_64/PKGBUILD
  docopt/repos/community-x86_64/docopt.pc

---+
 PKGBUILD  |   76 ++--
 docopt.pc |   18 +++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 08:24:37 UTC (rev 636975)
+++ PKGBUILD2020-05-29 08:24:45 UTC (rev 636976)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=docopt
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Command line arguments parser for C++11 and later'
-arch=('x86_64')
-url='https://github.com/docopt/docopt.cpp/'
-license=('MIT')
-makedepends=('cmake' 'git' 'ninja' 'setconf')
-source=('git+https://github.com/docopt/docopt.cpp.git#commit=4f491249e6def236937dbfac7602852e7d99aff8'
-'docopt.pc')
-sha256sums=('SKIP'
-'bec63bdb0313610f0d8fc55b508a0c3a4c593fa58c4c6a7241326a9cfb909853')
-
-prepare() {
-  setconf docopt.pc Version "$pkgver"
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../docopt.cpp \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 docopt.cpp/LICENSE-MIT 
"$pkgdir/usr/share/licenses/docopt/LICENSE"
-  install -Dm644 docopt.pc "$pkgdir/usr/lib/pkgconfig/docopt.pc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: docopt/repos/community-x86_64/PKGBUILD (from rev 636975, 
docopt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 08:24:45 UTC (rev 636976)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=docopt
+pkgver=0.6.2
+pkgrel=2
+pkgdesc='Command line arguments parser for C++11 and later'
+arch=('x86_64')
+url='https://github.com/docopt/docopt.cpp/'
+license=('MIT')
+makedepends=(cmake git ninja setconf)
+source=("git+$url#commit=89d06c36616e4dd9a2aeb0b655b12b03da4c29fc" # tag: 
v0.6.2
+docopt.pc)
+sha256sums=('SKIP'
+'bec63bdb0313610f0d8fc55b508a0c3a4c593fa58c4c6a7241326a9cfb909853')
+
+prepare() {
+  setconf docopt.pc Version "$pkgver"
+  sed -i '//i #include ' docopt.cpp/docopt_value.h
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../docopt.cpp \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 docopt.cpp/LICENSE-MIT 
"$pkgdir/usr/share/licenses/docopt/LICENSE"
+  install -Dm644 docopt.pc "$pkgdir/usr/lib/pkgconfig/docopt.pc"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: docopt.pc
===
--- docopt.pc   2020-05-29 08:24:37 UTC (rev 636975)
+++ docopt.pc   2020-05-29 08:24:45 UTC (rev 636976)
@@ -1,9 +0,0 @@
-prefix=/usr
-libdir=${prefix}/lib
-includedir=${prefix}/include/docopt
-
-Name: docopt
-Description: docopt headers and library
-Version: 0.6.2
-Libs: -L${libdir} -ldocopt
-Cflags: -I${includedir}

Copied: docopt/repos/community-x86_64/docopt.pc (from rev 636975, 
docopt/trunk/docopt.pc)
===
--- docopt.pc   (rev 0)
+++ docopt.pc   2020-05-29 08:24:45 UTC (rev 636976)
@@ -0,0 +1,9 @@
+prefix=/usr
+libdir=${prefix}/lib
+includedir=${prefix}/include/docopt
+
+Name: docopt
+Description: docopt headers and library
+Version: 0.6.2
+Libs: -L${libdir} -ldocopt
+Cflags: -I${includedir}


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

2020-05-29 Thread Alexander Rødseth via arch-commits
Date: Friday, May 29, 2020 @ 08:24:37
  Author: arodseth
Revision: 636975

upgpkg: docopt 0.6.2-2

Modified:
  docopt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 08:12:50 UTC (rev 636974)
+++ PKGBUILD2020-05-29 08:24:37 UTC (rev 636975)
@@ -1,20 +1,21 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 
 pkgname=docopt
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Command line arguments parser for C++11 and later'
 arch=('x86_64')
 url='https://github.com/docopt/docopt.cpp/'
 license=('MIT')
-makedepends=('cmake' 'git' 'ninja' 'setconf')
-source=('git+https://github.com/docopt/docopt.cpp.git#commit=4f491249e6def236937dbfac7602852e7d99aff8'
-'docopt.pc')
+makedepends=(cmake git ninja setconf)
+source=("git+$url#commit=89d06c36616e4dd9a2aeb0b655b12b03da4c29fc" # tag: 
v0.6.2
+docopt.pc)
 sha256sums=('SKIP'
 'bec63bdb0313610f0d8fc55b508a0c3a4c593fa58c4c6a7241326a9cfb909853')
 
 prepare() {
   setconf docopt.pc Version "$pkgver"
+  sed -i '//i #include ' docopt.cpp/docopt_value.h
 }
 
 build() {


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

2020-05-19 Thread Alexander Rødseth via arch-commits
Date: Tuesday, May 19, 2020 @ 11:40:12
  Author: arodseth
Revision: 629895

archrelease: copy trunk to community-x86_64

Added:
  bat/repos/community-x86_64/PKGBUILD
(from rev 629894, bat/trunk/PKGBUILD)
Deleted:
  bat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-19 11:40:04 UTC (rev 629894)
+++ PKGBUILD2020-05-19 11:40:12 UTC (rev 629895)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Wesley Moore 
-
-pkgname=bat
-pkgver=0.15.0
-pkgrel=1
-pkgdesc='Cat clone with syntax highlighting and git integration'
-arch=(x86_64)
-url='https://github.com/sharkdp/bat'
-license=(APACHE MIT)
-makedepends=(clang cmake git rust)
-depends=(libssh2)
-source=("git+$url#commit=696d1b3ed3eae9ea9bd94fa7c4c05306dfd621b6") # tag: 
v0.15.0
-sha256sums=('SKIP')
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-package() {
-  cd $pkgname
-
-  # Package the executable
-  install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
-
-  # Package the man page
-  find "$srcdir" -name bat.1 -exec install -Dm644 {} \
-"$pkgdir/usr/share/man/man1/bat.1" \;
-
-  # Package the license files
-  install -Dm644 LICENSE-APACHE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 LICENSE-MIT \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  # Package the fish completion file (already included in fish)
-  #find "$srcdir" -name bat.fish -exec install -Dm644 {} \
-  #  "$pkgdir/usr/share/fish/completions/bat.fish" \;
-}
-
-# getver: github.com/sharkdp/bat/releases/latest
-# vim: ts=2 sw=2 et:

Copied: bat/repos/community-x86_64/PKGBUILD (from rev 629894, 
bat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-19 11:40:12 UTC (rev 629895)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Wesley Moore 
+
+pkgname=bat
+pkgver=0.15.1
+pkgrel=1
+pkgdesc='Cat clone with syntax highlighting and git integration'
+arch=(x86_64)
+url='https://github.com/sharkdp/bat'
+license=(APACHE MIT)
+makedepends=(clang cmake git rust)
+depends=(libssh2)
+source=("git+$url#commit=2596bfe7a75f6867d803c1e9af0fa3467873a0e3") # tag: 
v0.15.1
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+package() {
+  cd $pkgname
+
+  # Package the executable
+  install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
+
+  # Package the man page
+  find "$srcdir" -name bat.1 -exec install -Dm644 {} \
+"$pkgdir/usr/share/man/man1/bat.1" \;
+
+  # Package the license files
+  install -Dm644 LICENSE-APACHE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  # Package the fish completion file (already included in fish)
+  #find "$srcdir" -name bat.fish -exec install -Dm644 {} \
+  #  "$pkgdir/usr/share/fish/completions/bat.fish" \;
+}
+
+# getver: github.com/sharkdp/bat/releases/latest
+# vim: ts=2 sw=2 et:


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

2020-05-19 Thread Alexander Rødseth via arch-commits
Date: Tuesday, May 19, 2020 @ 11:40:04
  Author: arodseth
Revision: 629894

upgpkg: bat 0.15.1-1

Modified:
  bat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 11:38:58 UTC (rev 629893)
+++ PKGBUILD2020-05-19 11:40:04 UTC (rev 629894)
@@ -2,7 +2,7 @@
 # Contributor: Wesley Moore 
 
 pkgname=bat
-pkgver=0.15.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc='Cat clone with syntax highlighting and git integration'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(APACHE MIT)
 makedepends=(clang cmake git rust)
 depends=(libssh2)
-source=("git+$url#commit=696d1b3ed3eae9ea9bd94fa7c4c05306dfd621b6") # tag: 
v0.15.0
+source=("git+$url#commit=2596bfe7a75f6867d803c1e9af0fa3467873a0e3") # tag: 
v0.15.1
 sha256sums=('SKIP')
 
 build() {


[arch-commits] Commit in (compton)

2020-05-16 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 16, 2020 @ 11:25:27
  Author: arodseth
Revision: 628166

Remove compton. Replaced by "picom" November last year.

Deleted:
  compton/


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

2020-05-10 Thread Alexander Rødseth via arch-commits
Date: Sunday, May 10, 2020 @ 20:13:26
  Author: arodseth
Revision: 626215

upgpkg: glew-wayland 2.2.0-1

Modified:
  glew-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:12:52 UTC (rev 626214)
+++ PKGBUILD2020-05-10 20:13:26 UTC (rev 626215)
@@ -6,8 +6,8 @@
 
 _pkgbase=glew
 pkgname=glew-wayland
-pkgver=2.1.0
-pkgrel=5
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='The OpenGL Extension Wrangler Library, for Wayland'
 arch=(x86_64)
 url='https://glew.sourceforge.net/'
@@ -15,7 +15,7 @@
 depends=(glu libxi libxmu)
 conflicts=(glew)
 source=("https://downloads.sourceforge.net/$_pkgbase/$_pkgbase-$pkgver.tgz";)
-sha256sums=('04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95')
+sha256sums=('d4fc82893cfb00109578d0a1a2337fb8ca335b3ceccf97b97e5cc7f08e4353e1')
 
 prepare() {
   cd "$_pkgbase-$pkgver"


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

2020-05-10 Thread Alexander Rødseth via arch-commits
Date: Sunday, May 10, 2020 @ 20:13:35
  Author: arodseth
Revision: 626216

archrelease: copy trunk to community-x86_64

Added:
  glew-wayland/repos/community-x86_64/PKGBUILD
(from rev 626215, glew-wayland/trunk/PKGBUILD)
Deleted:
  glew-wayland/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 20:13:26 UTC (rev 626215)
+++ PKGBUILD2020-05-10 20:13:35 UTC (rev 626216)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Andreas Radke 
-# Contributor: Stéphane Gaudreault 
-# Contributor: SleepyDog
-# Contributor: duck 
-
-_pkgbase=glew
-pkgname=glew-wayland
-pkgver=2.1.0
-pkgrel=5
-pkgdesc='The OpenGL Extension Wrangler Library, for Wayland'
-arch=(x86_64)
-url='https://glew.sourceforge.net/'
-license=(BSD GPL MIT)
-depends=(glu libxi libxmu)
-conflicts=(glew)
-source=("https://downloads.sourceforge.net/$_pkgbase/$_pkgbase-$pkgver.tgz";)
-sha256sums=('04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95')
-
-prepare() {
-  cd "$_pkgbase-$pkgver"
-  sed -i '/^.PHONY: .*\.pc$/d' Makefile
-  sed -i 's,lib64,lib,' config/Makefile.linux
-}
-
-build() {
-  make STRIP= SYSTEM=linux-egl -C "$_pkgbase-$pkgver"
-}
-
-package_glew-wayland() {
-  cd "$_pkgbase-$pkgver"
-  make GLEW_DEST="$pkgdir/usr" SYSTEM=linux-egl install.all
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: glew-wayland/repos/community-x86_64/PKGBUILD (from rev 626215, 
glew-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 20:13:35 UTC (rev 626216)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Andreas Radke 
+# Contributor: Stéphane Gaudreault 
+# Contributor: SleepyDog
+# Contributor: duck 
+
+_pkgbase=glew
+pkgname=glew-wayland
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='The OpenGL Extension Wrangler Library, for Wayland'
+arch=(x86_64)
+url='https://glew.sourceforge.net/'
+license=(BSD GPL MIT)
+depends=(glu libxi libxmu)
+conflicts=(glew)
+source=("https://downloads.sourceforge.net/$_pkgbase/$_pkgbase-$pkgver.tgz";)
+sha256sums=('d4fc82893cfb00109578d0a1a2337fb8ca335b3ceccf97b97e5cc7f08e4353e1')
+
+prepare() {
+  cd "$_pkgbase-$pkgver"
+  sed -i '/^.PHONY: .*\.pc$/d' Makefile
+  sed -i 's,lib64,lib,' config/Makefile.linux
+}
+
+build() {
+  make STRIP= SYSTEM=linux-egl -C "$_pkgbase-$pkgver"
+}
+
+package_glew-wayland() {
+  cd "$_pkgbase-$pkgver"
+  make GLEW_DEST="$pkgdir/usr" SYSTEM=linux-egl install.all
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-10 Thread Alexander Rødseth via arch-commits
Date: Sunday, May 10, 2020 @ 20:12:52
  Author: arodseth
Revision: 626214

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 626213, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 626213, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 626213, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 626213, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  154 -
 epmd.conf|6 +-
 epmd.service |   22 
 epmd.socket  |   18 +++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 20:12:42 UTC (rev 626213)
+++ PKGBUILD2020-05-10 20:12:52 UTC (rev 626214)
@@ -1,77 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=22.3
-_docver=22.3
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
-arch=(x86_64)
-url='https://www.erlang.org/'
-license=(Apache)
-depends=(ncurses openssl)
-makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
-conflicts=(erlang)
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
-"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz";
-epmd.conf
-epmd.service
-epmd.socket)
-sha256sums=('SKIP'
-'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 626213, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 20:12:52 UTC (rev 626214)
@@ -0,0 +1,77 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=22.3.4
+_docver=22.3
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
+arch=(x86_64)
+url='https://www.erlang.org/'
+license=(Apache)
+depends=(ncurses openssl)
+makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
+conflicts=(erlang)
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
+"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz";
+epmd.conf
+epmd.service
+epmd.socket)
+sha256sums=('SKIP'
+'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b34688

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

2020-05-10 Thread Alexander Rødseth via arch-commits
Date: Sunday, May 10, 2020 @ 20:12:42
  Author: arodseth
Revision: 626213

upgpkg: erlang-nox 22.3.4-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:01:37 UTC (rev 626212)
+++ PKGBUILD2020-05-10 20:12:42 UTC (rev 626213)
@@ -6,7 +6,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=22.3
+pkgver=22.3.4
 _docver=22.3
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language (headless 
version)'


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

2020-05-10 Thread Alexander Rødseth via arch-commits
Date: Sunday, May 10, 2020 @ 19:38:42
  Author: arodseth
Revision: 626203

upgpkg: erlang 22.3.4-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 19:35:57 UTC (rev 626202)
+++ PKGBUILD2020-05-10 19:38:42 UTC (rev 626203)
@@ -7,7 +7,7 @@
 
 pkgbase=erlang
 pkgname=(erlang erlang-unixodbc)
-pkgver=22.3
+pkgver=22.3.4
 pkgrel=1
 _docver=22.3
 arch=(x86_64)


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

2020-05-10 Thread Alexander Rødseth via arch-commits
Date: Sunday, May 10, 2020 @ 19:38:50
  Author: arodseth
Revision: 626204

archrelease: copy trunk to community-x86_64

Added:
  erlang/repos/community-x86_64/PKGBUILD
(from rev 626203, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 626203, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 626203, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 626203, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  164 -
 epmd.conf|6 +-
 epmd.service |   22 +++
 epmd.socket  |   18 +++---
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 19:38:42 UTC (rev 626203)
+++ PKGBUILD2020-05-10 19:38:50 UTC (rev 626204)
@@ -1,82 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=(erlang erlang-unixodbc)
-pkgver=22.3
-pkgrel=1
-_docver=22.3
-arch=(x86_64)
-url='https://www.erlang.org'
-license=(Apache)
-makedepends=(fop git glu java-environment libxslt lksctp-tools
- mesa perl unixodbc wxgtk)
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
-"$url/download/otp_doc_man_$_docver.tar.gz"
-epmd.conf epmd.service epmd.socket)
-sha256sums=('SKIP'
-'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp && ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=(ncurses glu wxgtk openssl)
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=(erlang-nox)
-  conflicts=(erlang-nox)
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # move files that belong to the erlang-unixodbc package
-  mkdir -p unixodbc
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-
-  # services and configuration
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-
-  # readme and licenses
-  install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=(unixodbc erlang-nox)
-
-  install -d "$pkgdir/usr/lib/erlang/lib"
-  mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/"
-  install -Dm644 otp/LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang/repos/community-x86_64/PKGBUILD (from rev 626203, 
erlang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 19:38:50 UTC (rev 626204)
@@ -0,0 +1,82 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgbase=erlang
+pkgname=(erlang erlang-unixodbc)
+pkgver=22.3.4
+pkgrel=1
+_docver=22.3
+arch=(x86_64)
+url='https://www.erlang.org'
+license=(Apache)
+makedepends=(fop git glu java-environment libxslt lksctp-tools
+ mesa perl unixodbc wxgtk)
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
+"$url/download/otp_doc_man_$_docver.tar.gz"
+epmd.conf epmd.service epmd.socket)
+sha256sums=('SKIP'
+'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
+'998a759e4cea4527f9d9b2

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

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 17:59:55
  Author: arodseth
Revision: 626053

upgpkg: erlang-nox 22.3-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 17:47:38 UTC (rev 626052)
+++ PKGBUILD2020-05-09 17:59:55 UTC (rev 626053)
@@ -6,8 +6,8 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=22.2.7
-_docver=22.2
+pkgver=22.3
+_docver=22.3
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
 arch=(x86_64)
@@ -26,7 +26,7 @@
 epmd.service
 epmd.socket)
 sha256sums=('SKIP'
-'aad7e3795a44091aa33a460e3fdc94efe8757639caeba0b5ba7d79bd91c972b3'
+'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')


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

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 18:00:07
  Author: arodseth
Revision: 626054

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 626053, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 626053, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 626053, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 626053, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  154 -
 epmd.conf|6 +-
 epmd.service |   22 
 epmd.socket  |   18 +++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 17:59:55 UTC (rev 626053)
+++ PKGBUILD2020-05-09 18:00:07 UTC (rev 626054)
@@ -1,77 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=22.2.7
-_docver=22.2
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
-arch=(x86_64)
-url='https://www.erlang.org/'
-license=(Apache)
-depends=(ncurses openssl)
-makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
-conflicts=(erlang)
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
-"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz";
-epmd.conf
-epmd.service
-epmd.socket)
-sha256sums=('SKIP'
-'aad7e3795a44091aa33a460e3fdc94efe8757639caeba0b5ba7d79bd91c972b3'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 626053, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 18:00:07 UTC (rev 626054)
@@ -0,0 +1,77 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=22.3
+_docver=22.3
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
+arch=(x86_64)
+url='https://www.erlang.org/'
+license=(Apache)
+depends=(ncurses openssl)
+makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
+conflicts=(erlang)
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
+"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz";
+epmd.conf
+epmd.service
+epmd.socket)
+sha256sums=('SKIP'
+'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b3468

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

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 17:32:41
  Author: arodseth
Revision: 626042

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 626041, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 17:32:35 UTC (rev 626041)
+++ PKGBUILD2020-05-09 17:32:41 UTC (rev 626042)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=22.2
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=(any)
-url='http://erlang.org/doc/'
-license=(custom)
-# HTTPS is not available
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz";)
-sha256sums=('09d41810d79fafde293feb48ebb249940eca6f9f5733abb235e37d06b8f482e3')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 626041, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 17:32:41 UTC (rev 626042)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=22.3
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=(any)
+url='http://erlang.org/doc/'
+license=(custom)
+# HTTPS is not available
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz";)
+sha256sums=('9b01c61f2898235e7f6643c66215d6419f8706c8fdd7c3e0123e68960a388c34')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 17:32:35
  Author: arodseth
Revision: 626041

upgpkg: erlang-docs 22.3-1

Modified:
  erlang-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 17:30:25 UTC (rev 626040)
+++ PKGBUILD2020-05-09 17:32:35 UTC (rev 626041)
@@ -3,7 +3,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-docs
-pkgver=22.2
+pkgver=22.3
 pkgrel=1
 pkgdesc='HTML and PDF documentation for Erlang'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(custom)
 # HTTPS is not available
 source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz";)
-sha256sums=('09d41810d79fafde293feb48ebb249940eca6f9f5733abb235e37d06b8f482e3')
+sha256sums=('9b01c61f2898235e7f6643c66215d6419f8706c8fdd7c3e0123e68960a388c34')
 
 package() {
   install -d "$pkgdir/usr/share/doc/erlang"


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

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 17:28:10
  Author: arodseth
Revision: 626037

upgpkg: erlang 22.3-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 17:27:15 UTC (rev 626036)
+++ PKGBUILD2020-05-09 17:28:10 UTC (rev 626037)
@@ -7,9 +7,9 @@
 
 pkgbase=erlang
 pkgname=(erlang erlang-unixodbc)
-pkgver=22.2.7
+pkgver=22.3
 pkgrel=1
-_docver=22.2
+_docver=22.3
 arch=(x86_64)
 url='https://www.erlang.org'
 license=(Apache)
@@ -20,7 +20,7 @@
 "$url/download/otp_doc_man_$_docver.tar.gz"
 epmd.conf epmd.service epmd.socket)
 sha256sums=('SKIP'
-'aad7e3795a44091aa33a460e3fdc94efe8757639caeba0b5ba7d79bd91c972b3'
+'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')


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

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 17:28:19
  Author: arodseth
Revision: 626038

archrelease: copy trunk to community-x86_64

Added:
  erlang/repos/community-x86_64/PKGBUILD
(from rev 626037, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 626037, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 626037, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 626037, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  164 -
 epmd.conf|6 +-
 epmd.service |   22 +++
 epmd.socket  |   18 +++---
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 17:28:10 UTC (rev 626037)
+++ PKGBUILD2020-05-09 17:28:19 UTC (rev 626038)
@@ -1,82 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=(erlang erlang-unixodbc)
-pkgver=22.2.7
-pkgrel=1
-_docver=22.2
-arch=(x86_64)
-url='https://www.erlang.org'
-license=(Apache)
-makedepends=(fop git glu java-environment libxslt lksctp-tools
- mesa perl unixodbc wxgtk)
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
-"$url/download/otp_doc_man_$_docver.tar.gz"
-epmd.conf epmd.service epmd.socket)
-sha256sums=('SKIP'
-'aad7e3795a44091aa33a460e3fdc94efe8757639caeba0b5ba7d79bd91c972b3'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp && ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=(ncurses glu wxgtk openssl)
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=(erlang-nox)
-  conflicts=(erlang-nox)
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # move files that belong to the erlang-unixodbc package
-  mkdir -p unixodbc
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-
-  # services and configuration
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-
-  # readme and licenses
-  install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=(unixodbc erlang-nox)
-
-  install -d "$pkgdir/usr/lib/erlang/lib"
-  mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/"
-  install -Dm644 otp/LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang/repos/community-x86_64/PKGBUILD (from rev 626037, 
erlang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 17:28:19 UTC (rev 626038)
@@ -0,0 +1,82 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgbase=erlang
+pkgname=(erlang erlang-unixodbc)
+pkgver=22.3
+pkgrel=1
+_docver=22.3
+arch=(x86_64)
+url='https://www.erlang.org'
+license=(Apache)
+makedepends=(fop git glu java-environment libxslt lksctp-tools
+ mesa perl unixodbc wxgtk)
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
+"$url/download/otp_doc_man_$_docver.tar.gz"
+epmd.conf epmd.service epmd.socket)
+sha256sums=('SKIP'
+'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
+'998a759e4cea4527f9d9b

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

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 16:59:46
  Author: arodseth
Revision: 626016

archrelease: copy trunk to community-x86_64

Added:
  opam/repos/community-x86_64/PKGBUILD
(from rev 626015, opam/trunk/PKGBUILD)
Deleted:
  opam/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 16:59:38 UTC (rev 626015)
+++ PKGBUILD2020-05-09 16:59:46 UTC (rev 626016)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Vincent B. 
-
-pkgname=opam
-pkgver=2.0.6
-pkgrel=2
-pkgdesc='OCaml package manager'
-arch=(x86_64)
-url='https://opam.ocaml.org/'
-license=(GPL)
-depends=(bubblewrap ocaml-compiler-libs unzip)
-optdepends=('darcs: For downloading packages with darcs'
-'git: For downloading packages with git'
-'mercurial: For downloading packages with mercurial'
-'rsync: For downloading packages with rsync')
-source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz";)
-sha256sums=('7c4bff5e5f3628ad00c53ee1b044ced8128ffdcfbb7582f8773fb433e12e07f4')
-
-build() {
-  cd "opam-full-$pkgver"
-  ./configure --prefix=/usr
-  make lib-ext all -j1 \
-OCAMLC='ocamlc -unsafe-string' \
-OCAMLOPT='ocamlopt -unsafe-string'
-}
-
-package() {
-  make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: github.com/ocaml/opam/releases
-# vim: ts=2 sw=2 et:

Copied: opam/repos/community-x86_64/PKGBUILD (from rev 626015, 
opam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 16:59:46 UTC (rev 626016)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Vincent B. 
+
+pkgname=opam
+pkgver=2.0.7
+pkgrel=1
+pkgdesc='OCaml package manager'
+arch=(x86_64)
+url='https://opam.ocaml.org/'
+license=(GPL)
+depends=(bubblewrap ocaml-compiler-libs unzip)
+optdepends=('darcs: For downloading packages with darcs'
+'git: For downloading packages with git'
+'mercurial: For downloading packages with mercurial'
+'rsync: For downloading packages with rsync')
+source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz";)
+sha256sums=('9c0dac1094ed624158fff13000cdfa8edbc96798d32b9fab40b0b5330f9490a2')
+
+build() {
+  cd "opam-full-$pkgver"
+
+  ./configure --prefix=/usr
+  make lib-ext all -j1 \
+OCAMLC='ocamlc -unsafe-string' \
+OCAMLOPT='ocamlopt -unsafe-string'
+}
+
+package() {
+  make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: github.com/ocaml/opam/releases
+# vim: ts=2 sw=2 et:


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

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 16:59:38
  Author: arodseth
Revision: 626015

upgpkg: opam 2.0.7-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 16:59:23 UTC (rev 626014)
+++ PKGBUILD2020-05-09 16:59:38 UTC (rev 626015)
@@ -2,8 +2,8 @@
 # Contributor: Vincent B. 
 
 pkgname=opam
-pkgver=2.0.6
-pkgrel=2
+pkgver=2.0.7
+pkgrel=1
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='https://opam.ocaml.org/'
@@ -14,10 +14,11 @@
 'mercurial: For downloading packages with mercurial'
 'rsync: For downloading packages with rsync')
 
source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz";)
-sha256sums=('7c4bff5e5f3628ad00c53ee1b044ced8128ffdcfbb7582f8773fb433e12e07f4')
+sha256sums=('9c0dac1094ed624158fff13000cdfa8edbc96798d32b9fab40b0b5330f9490a2')
 
 build() {
   cd "opam-full-$pkgver"
+
   ./configure --prefix=/usr
   make lib-ext all -j1 \
 OCAMLC='ocamlc -unsafe-string' \


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

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 16:56:34
  Author: arodseth
Revision: 626012

upgpkg: liteide 37.1-1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 16:55:25 UTC (rev 626011)
+++ PKGBUILD2020-05-09 16:56:34 UTC (rev 626012)
@@ -4,8 +4,8 @@
 # Contributor: Matthew Zimmerman 
 
 pkgname=liteide
-pkgver=36.3
-pkgrel=2
+pkgver=37.1
+pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=(LGPL)
 arch=(x86_64)
@@ -16,7 +16,7 @@
 'go: go compiler'
 'gcc-go: go compiler')
 options=(!strip !emptydirs)
-source=("$pkgname-x$pkgver::git+$url#commit=0a16d8b600515aab46e63fc0413ee97c535d2966")
 # tag: x36.2
+source=("$pkgname-x$pkgver::git+$url#commit=b4809d3f526f499de80903ca670f27a90eeded73")
 # tag: x37.1
 md5sums=('SKIP')
 
 prepare() {


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

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 16:56:40
  Author: arodseth
Revision: 626013

archrelease: copy trunk to community-x86_64

Added:
  liteide/repos/community-x86_64/PKGBUILD
(from rev 626012, liteide/trunk/PKGBUILD)
Deleted:
  liteide/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 16:56:34 UTC (rev 626012)
+++ PKGBUILD2020-05-09 16:56:40 UTC (rev 626013)
@@ -1,97 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=36.3
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=(LGPL)
-arch=(x86_64)
-url='https://github.com/visualfc/liteide'
-makedepends=(go-pie git imagemagick mercurial setconf)
-depends=(go-tools qt5-webkit)
-optdepends=('go-pie: go compiler'
-'go: go compiler'
-'gcc-go: go compiler')
-options=(!strip !emptydirs)
-source=("$pkgname-x$pkgver::git+$url#commit=0a16d8b600515aab46e63fc0413ee97c535d2966")
 # tag: x36.2
-md5sums=('SKIP')
-
-prepare() {
-  chmod +x "liteide-x"$pkgver"/build/"*_*.sh
-
-  # Fix for FS#4662 until fixed by upstream
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  sed -i 's|^GOROOT|#GOROOT|g' linux32.env
-  sed -i 's|^GOROOT|#GOROOT|g' linux64.env
-
-  # Fix the libpng warning: iCCP: known incorrect sRGB profile
-  find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
-
-  # relro
-  sed -i 's/"CONFIG+=release"/"CONFIG+=release" 
"QMAKE_LFLAGS+=-Wl,-z,relro,-z,now" "QMAKE_CXXFLAGS+=-Wl,-z,relro,-z,now"/g' \
-"$srcdir/liteide-x$pkgver/build/build_linux.sh"
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH="$PWD/go"
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  install -d \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  # Package executables
-  ls bin
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  # Package resources
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  # Package libraries and plugins
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  # Package license files
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd "$srcdir"
-
-  # Package desktop shortcut
-  install -Dm644 "liteide-x$pkgver/liteidex/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -d "$pkgdir/usr/share/pixmaps"
-  ln -s /usr/share/liteide/welcome/images/liteide400.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  # Cleaning up
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# getver: 
raw.githubusercontent.com/visualfc/liteide/master/build/liteide_archlinux/PKGBUILD
-# vim: ts=2 sw=2 et:

Copied: liteide/repos/community-x86_64/PKGBUILD (from rev 626012, 
liteide/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 16:56:40 UTC (rev 626013)
@@ -0,0 +1,97 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=37.1
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=(LGPL)
+arch=(x86_64)
+url='https://github.com/visualfc/liteide'
+makedepends=(go-pie git imagemagick mercurial setconf)
+depends=(go-tools qt5-webkit)
+optdepends=('go-pie: go compiler'
+'go: go compiler'
+'gcc-go: go compiler')
+options=(!strip !emptydirs)
+source=("$pkgname-x$pkgver::git+$url#commit=b4809d3f526f499de80903ca670f27a90eeded73")
 # tag: x37.1
+md5sums=('SKIP')
+
+prepare() {
+  chmod +x "liteide-x"$pkgver"/build/"*_*.sh
+
+  # Fix for FS#4662 until fixed by upstream
+  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
+  sed -i 's|^GOROOT|#GOROOT|g' linux32.env
+  sed -i 's|^GOROOT|#GOROOT|g' linux64.env
+
+  # Fix the libpng warning: iCCP: known incorrect sRGB profile
+  find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
+
+  # relro
+  sed -i 's/"CONFIG+=release"/"CONFIG+=release" 
"QMAKE_LFLAGS+=-Wl,-z,relro,-z,now" "QMAKE_CXXFLAGS+=-Wl,-z,relro,-z,now"/g' \
+

[arch-commits] Commit in (5 files)

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 16:20:47
  Author: arodseth
Revision: 626000

Add global from AUR (129 votes)

Added:
  global/
  global/repos/
  global/repos/community-x86_64/
  global/trunk/
  global/trunk/PKGBUILD

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

Added: global/trunk/PKGBUILD
===
--- global/trunk/PKGBUILD   (rev 0)
+++ global/trunk/PKGBUILD   2020-05-09 16:20:47 UTC (rev 626000)
@@ -0,0 +1,63 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Fredy García 
+# Contributor: Randy Ramos 
+# Contributor: Peter Vasil 
+# Contributor: Lucas De Marchi 
+# Contributor: Matthias Meulien 
+
+pkgname=global
+pkgver=6.6.4
+pkgrel=1
+pkgdesc='Source code tag system'
+arch=(x86_64)
+url='https://www.gnu.org/software/global/'
+license=(GPL)
+depends=(bash libltdl perl python sqlite)
+optdepends=(ctags emacs idutils python-pygments vim)
+options=(!emptydirs !libtool)
+source=("https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('987e8cb956c53f8ebe4453b778a8fde2037b982613aba7f3e8e74bcd05312594')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed -i 's/\.la/.so/g' gtags.conf.in
+
+  # Rename lid to lid-idutils to avoid a name collision with idutils from AUR
+  sed -i 's/usable("lid")/usable("lid-idutils")/g' "$pkgname/$pkgname.c"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  autoreconf -fi
+  ./configure \
+--prefix=/usr \
+--with-exuberant-ctags=/usr/bin/ctags \
+--with-sqlite3
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Package the emacs script
+  install -d "$pkgdir/usr/share/emacs/site-lisp"
+  mv "$pkgdir/usr/share/gtags/gtags.el" \
+"$pkgdir/usr/share/emacs/site-lisp/gtags.el"
+
+  # Package the vim scripts
+  install -d "$pkgdir/usr/share/vim/vimfiles/plugin"
+  mv "$pkgdir/usr/share/gtags/gtags.vim" \
+"$pkgdir/usr/share/vim/vimfiles/plugin/gtags.vim"
+  mv "$pkgdir/usr/share/gtags/gtags-cscope.vim" \
+"$pkgdir/usr/share/vim/vimfiles/plugin/gtags-cscope.vim"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 16:21:01
  Author: arodseth
Revision: 626001

archrelease: copy trunk to community-x86_64

Added:
  global/repos/community-x86_64/PKGBUILD
(from rev 626000, global/trunk/PKGBUILD)

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

Copied: global/repos/community-x86_64/PKGBUILD (from rev 626000, 
global/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 16:21:01 UTC (rev 626001)
@@ -0,0 +1,63 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Fredy García 
+# Contributor: Randy Ramos 
+# Contributor: Peter Vasil 
+# Contributor: Lucas De Marchi 
+# Contributor: Matthias Meulien 
+
+pkgname=global
+pkgver=6.6.4
+pkgrel=1
+pkgdesc='Source code tag system'
+arch=(x86_64)
+url='https://www.gnu.org/software/global/'
+license=(GPL)
+depends=(bash libltdl perl python sqlite)
+optdepends=(ctags emacs idutils python-pygments vim)
+options=(!emptydirs !libtool)
+source=("https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('987e8cb956c53f8ebe4453b778a8fde2037b982613aba7f3e8e74bcd05312594')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed -i 's/\.la/.so/g' gtags.conf.in
+
+  # Rename lid to lid-idutils to avoid a name collision with idutils from AUR
+  sed -i 's/usable("lid")/usable("lid-idutils")/g' "$pkgname/$pkgname.c"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  autoreconf -fi
+  ./configure \
+--prefix=/usr \
+--with-exuberant-ctags=/usr/bin/ctags \
+--with-sqlite3
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Package the emacs script
+  install -d "$pkgdir/usr/share/emacs/site-lisp"
+  mv "$pkgdir/usr/share/gtags/gtags.el" \
+"$pkgdir/usr/share/emacs/site-lisp/gtags.el"
+
+  # Package the vim scripts
+  install -d "$pkgdir/usr/share/vim/vimfiles/plugin"
+  mv "$pkgdir/usr/share/gtags/gtags.vim" \
+"$pkgdir/usr/share/vim/vimfiles/plugin/gtags.vim"
+  mv "$pkgdir/usr/share/gtags/gtags-cscope.vim" \
+"$pkgdir/usr/share/vim/vimfiles/plugin/gtags-cscope.vim"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-08 Thread Alexander Rødseth via arch-commits
Date: Friday, May 8, 2020 @ 20:23:16
  Author: arodseth
Revision: 625776

upgpkg: libsidplayfp 2.0.2-1

Modified:
  libsidplayfp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 20:12:27 UTC (rev 625775)
+++ PKGBUILD2020-05-08 20:23:16 UTC (rev 625776)
@@ -4,7 +4,7 @@
 # Contributor: Jonas Nyrén 
 
 pkgname=libsidplayfp
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
 url='https://sourceforge.net/projects/sidplay-residfp/'
@@ -13,7 +13,7 @@
 makedepends=(vice xa)
 optdepends=('vice: better SID support')
 
source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('7655218ce256694a3b14eeba939d4f2b61bbe0d6a94ebe4ad185b85b13b6989b')
+sha256sums=('c3611cb71a4b98819d25c45272d11b0f9379f65a334291c0120af508d4401cb1')
 
 build() {
cd $pkgname-$pkgver


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

2020-05-08 Thread Alexander Rødseth via arch-commits
Date: Friday, May 8, 2020 @ 20:23:23
  Author: arodseth
Revision: 625777

archrelease: copy trunk to community-x86_64

Added:
  libsidplayfp/repos/community-x86_64/PKGBUILD
(from rev 625776, libsidplayfp/trunk/PKGBUILD)
Deleted:
  libsidplayfp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 20:23:16 UTC (rev 625776)
+++ PKGBUILD2020-05-08 20:23:23 UTC (rev 625777)
@@ -1,31 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Gaetan Bisson 
-# Contributor: Simon Perry 
-# Contributor: Jonas Nyrén 
-
-pkgname=libsidplayfp
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
-url='https://sourceforge.net/projects/sidplay-residfp/'
-arch=(x86_64)
-license=(GPL)
-makedepends=(vice xa)
-optdepends=('vice: better SID support')
-source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('7655218ce256694a3b14eeba939d4f2b61bbe0d6a94ebe4ad185b85b13b6989b')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
-   install -d "$pkgdir/usr/share/sidplayfp"
-   ln -t "$pkgdir/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
-}
-
-# getver: sf.net/p/sidplay-residfp/code
-# vim: ts=2 sw=2 et:

Copied: libsidplayfp/repos/community-x86_64/PKGBUILD (from rev 625776, 
libsidplayfp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 20:23:23 UTC (rev 625777)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
+url='https://sourceforge.net/projects/sidplay-residfp/'
+arch=(x86_64)
+license=(GPL)
+makedepends=(vice xa)
+optdepends=('vice: better SID support')
+source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('c3611cb71a4b98819d25c45272d11b0f9379f65a334291c0120af508d4401cb1')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
+   install -d "$pkgdir/usr/share/sidplayfp"
+   ln -t "$pkgdir/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}
+
+# getver: sf.net/p/sidplay-residfp/code
+# vim: ts=2 sw=2 et:


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

2020-05-08 Thread Alexander Rødseth via arch-commits
Date: Friday, May 8, 2020 @ 20:12:19
  Author: arodseth
Revision: 625774

upgpkg: wordpress 5.4.1-1

Modified:
  wordpress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 20:12:11 UTC (rev 625773)
+++ PKGBUILD2020-05-08 20:12:19 UTC (rev 625774)
@@ -5,7 +5,7 @@
 # Contributor: Christopher Rogers 
 
 pkgname=wordpress
-pkgver=5.4
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='Blog tool and publishing platform'
 arch=(any)
@@ -18,7 +18,7 @@
 options=(emptydirs)
 install=$pkgname.install
 source=("https://wordpress.org/$pkgname-$pkgver.tar.gz";)
-sha256sums=('39c326170d0e18ea6daac4d3082574d2ae66cbdbc0a0b34b3e286693f27af283')
+sha256sums=('7b1b1d23fdf50fbd9464cc2fbe09ffaacaffebb36d68bc38a691c754a16b3645')
 
 package() {
   install -d "$pkgdir/usr/share/webapps"


[arch-commits] Commit in wordpress/repos/community-any (4 files)

2020-05-08 Thread Alexander Rødseth via arch-commits
Date: Friday, May 8, 2020 @ 20:12:27
  Author: arodseth
Revision: 625775

archrelease: copy trunk to community-any

Added:
  wordpress/repos/community-any/PKGBUILD
(from rev 625774, wordpress/trunk/PKGBUILD)
  wordpress/repos/community-any/wordpress.install
(from rev 625774, wordpress/trunk/wordpress.install)
Deleted:
  wordpress/repos/community-any/PKGBUILD
  wordpress/repos/community-any/wordpress.install

---+
 PKGBUILD  |   58 ++--
 wordpress.install |   42 ++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 20:12:19 UTC (rev 625774)
+++ PKGBUILD2020-05-08 20:12:27 UTC (rev 625775)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jose Valecillos 
-# Contributor: Kaos 
-# Contributor: Christopher Rogers 
-
-pkgname=wordpress
-pkgver=5.4
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=(any)
-url='https://wordpress.org/'
-license=(GPL)
-depends=(php)
-optdepends=('nginx: Web server for serving WordPress'
-'apache: Web server for serving WordPress'
-'mariadb: Database server')
-options=(emptydirs)
-install=$pkgname.install
-source=("https://wordpress.org/$pkgname-$pkgver.tar.gz";)
-sha256sums=('39c326170d0e18ea6daac4d3082574d2ae66cbdbc0a0b34b3e286693f27af283')
-
-package() {
-  install -d "$pkgdir/usr/share/webapps"
-  cp -r $pkgname "$pkgdir/usr/share/webapps"
-}
-
-# getver: core.trac.wordpress.org/timeline?milestone=on
-# vim: ts=2 sw=2 et:

Copied: wordpress/repos/community-any/PKGBUILD (from rev 625774, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 20:12:27 UTC (rev 625775)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jose Valecillos 
+# Contributor: Kaos 
+# Contributor: Christopher Rogers 
+
+pkgname=wordpress
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=(any)
+url='https://wordpress.org/'
+license=(GPL)
+depends=(php)
+optdepends=('nginx: Web server for serving WordPress'
+'apache: Web server for serving WordPress'
+'mariadb: Database server')
+options=(emptydirs)
+install=$pkgname.install
+source=("https://wordpress.org/$pkgname-$pkgver.tar.gz";)
+sha256sums=('7b1b1d23fdf50fbd9464cc2fbe09ffaacaffebb36d68bc38a691c754a16b3645')
+
+package() {
+  install -d "$pkgdir/usr/share/webapps"
+  cp -r $pkgname "$pkgdir/usr/share/webapps"
+}
+
+# getver: core.trac.wordpress.org/timeline?milestone=on
+# vim: ts=2 sw=2 et:

Deleted: wordpress.install
===
--- wordpress.install   2020-05-08 20:12:19 UTC (rev 625774)
+++ wordpress.install   2020-05-08 20:12:27 UTC (rev 625775)
@@ -1,21 +0,0 @@
-post_install() {
-  # Make uploads work
-  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
-  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
-  echo 'You can now configure your (PHP compatible) web server to run 
WordPress'
-}
-
-pre_remove() {
-  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
-  echo 'Your WordPress folder was backed up to 
/usr/share/webapps/wordpress_backup'
-}
-
-post_remove() {
-  rm -rf /usr/share/webapps/wordpress
-}
-
-post_upgrade() {
-  echo 'WordPress was placed in /usr/share/webapps'
-}
-
-# vim: ts=2 sw=2 et:

Copied: wordpress/repos/community-any/wordpress.install (from rev 625774, 
wordpress/trunk/wordpress.install)
===
--- wordpress.install   (rev 0)
+++ wordpress.install   2020-05-08 20:12:27 UTC (rev 625775)
@@ -0,0 +1,21 @@
+post_install() {
+  # Make uploads work
+  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
+  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
+  echo 'You can now configure your (PHP compatible) web server to run 
WordPress'
+}
+
+pre_remove() {
+  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
+  echo 'Your WordPress folder was backed up to 
/usr/share/webapps/wordpress_backup'
+}
+
+post_remove() {
+  rm -rf /usr/share/webapps/wordpress
+}
+
+post_upgrade() {
+  echo 'WordPress was placed in /usr/share/webapps'
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ttf-jetbrains-mono/repos/community-any (PKGBUILD PKGBUILD)

2020-05-08 Thread Alexander Rødseth via arch-commits
Date: Friday, May 8, 2020 @ 20:08:15
  Author: arodseth
Revision: 625771

archrelease: copy trunk to community-any

Added:
  ttf-jetbrains-mono/repos/community-any/PKGBUILD
(from rev 625770, ttf-jetbrains-mono/trunk/PKGBUILD)
Deleted:
  ttf-jetbrains-mono/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 20:08:09 UTC (rev 625770)
+++ PKGBUILD2020-05-08 20:08:15 UTC (rev 625771)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Althorion 
-# Contributor: Jordan Day 
-
-pkgname=ttf-jetbrains-mono
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='Typeface for developers, by JetBrains'
-arch=(any)
-url='https://www.jetbrains.com/lp/mono'
-license=(Apache)
-depends=(fontconfig xorg-font-utils)
-source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip";)
-sha256sums=('4ea0eaf943764cd5ab011524266c12704420ba4e57da03daa0456145946022eb')
-
-package() {
-  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" \
-"JetBrainsMono-$pkgver/ttf/"*.ttf
-}
-
-# getver: github.com/JetBrains/JetBrainsMono/releases
-# vim: ts=2 sw=2 et:

Copied: ttf-jetbrains-mono/repos/community-any/PKGBUILD (from rev 625770, 
ttf-jetbrains-mono/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 20:08:15 UTC (rev 625771)
@@ -0,0 +1,21 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Althorion 
+# Contributor: Jordan Day 
+
+pkgname=ttf-jetbrains-mono
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='Typeface for developers, by JetBrains'
+arch=(any)
+url='https://www.jetbrains.com/lp/mono'
+license=(Apache)
+depends=(fontconfig xorg-font-utils)
+source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip";)
+sha256sums=('2c2d660c46fa68f1b4ae087990b0742b12a7585e96b9e791adb28583251c0472')
+
+package() {
+  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" 
"JetBrainsMono-$pkgver/ttf/"*.ttf
+}
+
+# getver: github.com/JetBrains/JetBrainsMono/releases
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ttf-jetbrains-mono/trunk (PKGBUILD)

2020-05-08 Thread Alexander Rødseth via arch-commits
Date: Friday, May 8, 2020 @ 20:08:09
  Author: arodseth
Revision: 625770

upgpkg: ttf-jetbrains-mono 1.0.6-1

Modified:
  ttf-jetbrains-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 20:06:01 UTC (rev 625769)
+++ PKGBUILD2020-05-08 20:08:09 UTC (rev 625770)
@@ -3,7 +3,7 @@
 # Contributor: Jordan Day 
 
 pkgname=ttf-jetbrains-mono
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc='Typeface for developers, by JetBrains'
 arch=(any)
@@ -11,11 +11,10 @@
 license=(Apache)
 depends=(fontconfig xorg-font-utils)
 
source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip";)
-sha256sums=('4ea0eaf943764cd5ab011524266c12704420ba4e57da03daa0456145946022eb')
+sha256sums=('2c2d660c46fa68f1b4ae087990b0742b12a7585e96b9e791adb28583251c0472')
 
 package() {
-  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" \
-"JetBrainsMono-$pkgver/ttf/"*.ttf
+  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" 
"JetBrainsMono-$pkgver/ttf/"*.ttf
 }
 
 # getver: github.com/JetBrains/JetBrainsMono/releases


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

2020-05-08 Thread Alexander Rødseth via arch-commits
Date: Friday, May 8, 2020 @ 20:05:51
  Author: arodseth
Revision: 625768

upgpkg: chuck 1.4.0.1-1

Modified:
  chuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 20:02:18 UTC (rev 625767)
+++ PKGBUILD2020-05-08 20:05:51 UTC (rev 625768)
@@ -6,8 +6,8 @@
 # Contributor: tardo 
 
 pkgname=chuck
-pkgver=1.4.0.0
-pkgrel=3
+pkgver=1.4.0.1
+pkgrel=1
 pkgdesc='Concurrent, on-the-fly audio programming language'
 arch=(x86_64)
 url='https://chuck.cs.princeton.edu/'
@@ -15,7 +15,7 @@
 depends=(jack)
 groups=(pro-audio)
 source=("https://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('2caee332b8d48e2fddad0f8a0a1811b6cf4c5afab73ae8a17b85ec759cce27ac')
+sha256sums=('11a20c34b385e132bf43d5ae6a562c652f631828cc6b1562a4c029bc9a850ed4')
 
 build() {
   # Other build alternatives are: linux-alsa linux-oss osx win32


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

2020-05-08 Thread Alexander Rødseth via arch-commits
Date: Friday, May 8, 2020 @ 20:06:01
  Author: arodseth
Revision: 625769

archrelease: copy trunk to community-x86_64

Added:
  chuck/repos/community-x86_64/PKGBUILD
(from rev 625768, chuck/trunk/PKGBUILD)
Deleted:
  chuck/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 20:05:51 UTC (rev 625768)
+++ PKGBUILD2020-05-08 20:06:01 UTC (rev 625769)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.4.0.0
-pkgrel=3
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=(x86_64)
-url='https://chuck.cs.princeton.edu/'
-license=(GPL)
-depends=(jack)
-groups=(pro-audio)
-source=("https://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('2caee332b8d48e2fddad0f8a0a1811b6cf4c5afab73ae8a17b85ec759cce27ac')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r examples "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm755 "src/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-# getver: chuck.cs.princeton.edu/release
-# vim: ts=2 sw=2 et:

Copied: chuck/repos/community-x86_64/PKGBUILD (from rev 625768, 
chuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 20:06:01 UTC (rev 625769)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.4.0.1
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=(x86_64)
+url='https://chuck.cs.princeton.edu/'
+license=(GPL)
+depends=(jack)
+groups=(pro-audio)
+source=("https://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
+sha256sums=('11a20c34b385e132bf43d5ae6a562c652f631828cc6b1562a4c029bc9a850ed4')
+
+build() {
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C "$pkgname-$pkgver/src" linux-jack
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r examples "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm755 "src/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+# getver: chuck.cs.princeton.edu/release
+# vim: ts=2 sw=2 et:


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

2020-05-07 Thread Alexander Rødseth via arch-commits
Date: Thursday, May 7, 2020 @ 21:55:43
  Author: arodseth
Revision: 625501

archrelease: copy trunk to community-staging-x86_64

Added:
  libutf8proc/repos/community-staging-x86_64/
  libutf8proc/repos/community-staging-x86_64/PKGBUILD
(from rev 625500, libutf8proc/trunk/PKGBUILD)
  libutf8proc/repos/community-staging-x86_64/libutf8proc.pc.in
(from rev 625500, libutf8proc/trunk/libutf8proc.pc.in)

---+
 PKGBUILD  |   47 +++
 libutf8proc.pc.in |   10 ++
 2 files changed, 57 insertions(+)

Copied: libutf8proc/repos/community-staging-x86_64/PKGBUILD (from rev 625500, 
libutf8proc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-07 21:55:43 UTC (rev 625501)
@@ -0,0 +1,47 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=libutf8proc
+pkgver=2.5.0
+_sover=2.3.2
+pkgrel=1
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=(x86_64)
+url='https://github.com/JuliaStrings/utf8proc'
+license=(custom)
+makedepends=(cmake git ninja)
+# tag: v2.5.0
+source=("git+$url#commit=0890a538bf8238cded9be0c81171f57e43f2c755"
+libutf8proc.pc.in)
+sha256sums=('SKIP'
+'0fc49af11c4e77675d307bcee442c3582db805f7c17c32284d0620131b1007d1')
+
+prepare() {
+  sed "s#@VERSION@#$pkgver#" libutf8proc.pc.in > libutf8proc.pc
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../utf8proc \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-G Ninja
+  ninja
+}
+
+package() {
+  # The install command does not work for libutf8proc
+  #DESTDIR="$pkgdir" ninja -C $pkgname-$pkgver/build install
+
+  cd utf8proc
+  install -Dm644 utf8proc.h "$pkgdir/usr/include/utf8proc.h"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+  install -Dm644 "$srcdir/libutf8proc.pc" \
+"$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
+  install -Dm644 ../build/libutf8proc.so.$_sover \
+"$pkgdir/usr/lib/libutf8proc.so.$_sover"
+  ln -s /usr/lib/libutf8proc.so.$_sover "$pkgdir/usr/lib/libutf8proc.so"
+  ldconfig -n "$pkgdir/usr/lib"
+}
+
+# vim: ts=2 sw=2 et:

Copied: libutf8proc/repos/community-staging-x86_64/libutf8proc.pc.in (from rev 
625500, libutf8proc/trunk/libutf8proc.pc.in)
===
--- community-staging-x86_64/libutf8proc.pc.in  (rev 0)
+++ community-staging-x86_64/libutf8proc.pc.in  2020-05-07 21:55:43 UTC (rev 
625501)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libutf8proc
+Description: UTF8 processing
+Version: @VERSION@
+Libs: -L${libdir} -lutf8proc
+Cflags: -I${includedir} -DUTF8PROC_EXPORTS


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

2020-05-07 Thread Alexander Rødseth via arch-commits
Date: Thursday, May 7, 2020 @ 18:06:56
  Author: arodseth
Revision: 625479

upgpkg: libutf8proc 2.5.0-1

Modified:
  libutf8proc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 17:59:08 UTC (rev 625478)
+++ PKGBUILD2020-05-07 18:06:56 UTC (rev 625479)
@@ -1,15 +1,16 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=libutf8proc
-pkgver=2.4.0
-_sover=2.3.1
+pkgver=2.5.0
+_sover=2.3.2
 pkgrel=1
 pkgdesc='C library for processing UTF-8 encoded Unicode strings'
 arch=(x86_64)
-url='https://julialang.org/utf8proc/'
+url='https://github.com/JuliaStrings/utf8proc'
 license=(custom)
 makedepends=(cmake git ninja)
-source=("git+https://github.com/JuliaStrings/utf8proc#tag=v$pkgver";
+# tag: v2.5.0
+source=("git+$url#commit=0890a538bf8238cded9be0c81171f57e43f2c755"
 libutf8proc.pc.in)
 sha256sums=('SKIP'
 '0fc49af11c4e77675d307bcee442c3582db805f7c17c32284d0620131b1007d1')


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

2020-05-07 Thread Alexander Rødseth via arch-commits
Date: Thursday, May 7, 2020 @ 09:08:55
  Author: arodseth
Revision: 625321

archrelease: copy trunk to community-x86_64

Added:
  moosefs/repos/community-x86_64/PKGBUILD
(from rev 625320, moosefs/trunk/PKGBUILD)
  moosefs/repos/community-x86_64/moosefs.sysusers
(from rev 625320, moosefs/trunk/moosefs.sysusers)
Deleted:
  moosefs/repos/community-x86_64/PKGBUILD
  moosefs/repos/community-x86_64/moosefs.sysusers

--+
 PKGBUILD |   88 ++---
 moosefs.sysusers |2 -
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 09:08:48 UTC (rev 625320)
+++ PKGBUILD2020-05-07 09:08:55 UTC (rev 625321)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=moosefs
-pkgver=3.0.111
-pkgrel=1
-pkgdesc='High performing and fault tolerant distributed file system'
-url='https://moosefs.com/'
-replaces=(mfs-master mfs-chunkserver mfs-client)
-conflicts=(mfs-master mfs-chunkserver mfs-client)
-arch=(x86_64)
-license=(GPL2)
-depends=(fuse2 libpcap python xfsprogs)
-source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz";
-moosefs.sysusers)
-sha256sums=('dba7a17356403323bb365ea0230c3cecaaf8332b7b4b5f143d56b2ec3ca23e89'
-'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure \
---localstatedir=/var/lib \
---mandir=/usr/share/man \
---prefix=/usr \
---sysconfdir=/etc \
---with-default-group=mfs \
---with-default-user=mfs \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
-
-  # Move mount.moosefs from sbin to usr/bin. They end up in
-  # /usr/bin just the same, but this silences a warning:
-  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
-  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
-  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
-
-  install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# getver: moosefs.com/download/sources.html
-# vim: ts=2 sw=2 et:

Copied: moosefs/repos/community-x86_64/PKGBUILD (from rev 625320, 
moosefs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 09:08:55 UTC (rev 625321)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.112
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='https://moosefs.com/'
+replaces=(mfs-master mfs-chunkserver mfs-client)
+conflicts=(mfs-master mfs-chunkserver mfs-client)
+arch=(x86_64)
+license=(GPL2)
+depends=(fuse2 libpcap python xfsprogs)
+source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz";
+moosefs.sysusers)
+sha256sums=('346c83a0cdbd9a46a2e3610e3e76c2bb19356711a95d4c57f82c47beb5808323'
+'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure \
+--localstatedir=/var/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-default-group=mfs \
+--with-default-user=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
+
+  # Move mount.moosefs from sbin to usr/bin. They end up in
+  # /usr/bin just the same, but this silences a warning
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
+
+  install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# getver: moosefs.com/download/sources.html
+# vim: ts=2 sw=2 et:

Deleted: moosefs.sysusers
===
--- moosefs.sysusers2020-05-07 09:08:48 UTC (rev 625320)
+++ moosefs.sysusers2020-05-07 09:08:55 UTC (rev 625321)
@@ -1 +0,0 @@
-u mfs - "MooseFS" /var/lib/mfs

Copied: moosefs/repos/community-x86_64/moosefs.sysusers (from rev 625320, 
moosefs/trunk/moosefs.sysusers)
===
--- moosefs.sysusers(rev 0)
+++ moosefs.sysusers2020-05-07 09:08:55 UTC (rev 625321)
@@ -0,0 +1 @@
+u mfs - "MooseFS" /var/lib/mfs


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

2020-05-07 Thread Alexander Rødseth via arch-commits
Date: Thursday, May 7, 2020 @ 09:08:48
  Author: arodseth
Revision: 625320

upgpkg: moosefs 3.0.112-1

Modified:
  moosefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 08:54:55 UTC (rev 625319)
+++ PKGBUILD2020-05-07 09:08:48 UTC (rev 625320)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=moosefs
-pkgver=3.0.111
+pkgver=3.0.112
 pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='https://moosefs.com/'
@@ -12,7 +12,7 @@
 depends=(fuse2 libpcap python xfsprogs)
 
source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz";
 moosefs.sysusers)
-sha256sums=('dba7a17356403323bb365ea0230c3cecaaf8332b7b4b5f143d56b2ec3ca23e89'
+sha256sums=('346c83a0cdbd9a46a2e3610e3e76c2bb19356711a95d4c57f82c47beb5808323'
 'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
 
 build() {
@@ -32,7 +32,7 @@
   make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
 
   # Move mount.moosefs from sbin to usr/bin. They end up in
-  # /usr/bin just the same, but this silences a warning:
+  # /usr/bin just the same, but this silences a warning
   mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
   mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
   rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"


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

2020-05-07 Thread Alexander Rødseth via arch-commits
Date: Thursday, May 7, 2020 @ 08:54:55
  Author: arodseth
Revision: 625319

archrelease: copy trunk to community-x86_64

Added:
  hwinfo/repos/community-x86_64/PKGBUILD
(from rev 625318, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-x86_64/custom_ioctl.patch
(from rev 625318, hwinfo/trunk/custom_ioctl.patch)
Deleted:
  hwinfo/repos/community-x86_64/PKGBUILD
  hwinfo/repos/community-x86_64/custom_ioctl.patch

+
 PKGBUILD   |   80 +--
 custom_ioctl.patch |   32 ++--
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 08:54:48 UTC (rev 625318)
+++ PKGBUILD2020-05-07 08:54:55 UTC (rev 625319)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Kaiting Chen 
-# Contributor: Gergely Imreh 
-# Contributor: champus, madeye, ranguvar and ninja_pt
-
-pkgname=hwinfo
-pkgver=21.70
-pkgrel=1
-pkgdesc='Hardware detection tool from openSUSE'
-arch=(x86_64)
-url='https://github.com/openSUSE/hwinfo'
-license=(GPL2)
-depends=(libx86emu perl)
-makedepends=(flex git sysfsutils)
-options=(!emptydirs)
-source=("$pkgname-$pkgver.tgz::https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz";
-custom_ioctl.patch)
-sha512sums=('d0b97e630cab8959322abcc97fa940e78df805d33239b79e9bbdc8f3d2509dea3b37c4c6c9351d61519e57b337332186177bdb96a046fac3faaafd112642b7c5'
-
'88134fb6a08b86841c6b560afc9b8bb009c45bda1674437ef1b36f3d67ea37056717567252a314812dc30f174f0ad2be8768fba23469df42afbf5ebdd4666a3c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p0 -i ../custom_ioctl.patch
-  echo 'touch changelog' > git2log
-}
-
-build() {
-  make -C $pkgname-$pkgver -j1 \
-HWINFO_VERSION="$pkgver" \
-CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" \
-LIBDIR=/usr/lib
-}
-
-package() {
-  make -C $pkgname-$pkgver LIBDIR=/usr/lib DESTDIR="$pkgdir" install
-  mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
-}
-
-# getver: github.com/openSUSE/hwinfo/releases
-# vim: ts=2 sw=2 et:

Copied: hwinfo/repos/community-x86_64/PKGBUILD (from rev 625318, 
hwinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 08:54:55 UTC (rev 625319)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Kaiting Chen 
+# Contributor: Gergely Imreh 
+# Contributor: champus, madeye, ranguvar and ninja_pt
+
+pkgname=hwinfo
+pkgver=21.70
+pkgrel=2
+pkgdesc='Hardware detection tool from openSUSE'
+arch=(x86_64)
+url='https://github.com/openSUSE/hwinfo'
+license=(GPL2)
+depends=(libx86emu perl-xml-parser perl-xml-writer)
+makedepends=(flex git sysfsutils)
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tgz::https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz";
+custom_ioctl.patch)
+sha512sums=('d0b97e630cab8959322abcc97fa940e78df805d33239b79e9bbdc8f3d2509dea3b37c4c6c9351d61519e57b337332186177bdb96a046fac3faaafd112642b7c5'
+
'88134fb6a08b86841c6b560afc9b8bb009c45bda1674437ef1b36f3d67ea37056717567252a314812dc30f174f0ad2be8768fba23469df42afbf5ebdd4666a3c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../custom_ioctl.patch
+  echo 'touch changelog' > git2log
+}
+
+build() {
+  make -C $pkgname-$pkgver -j1 \
+CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" \
+HWINFO_VERSION="$pkgver" \
+LIBDIR=/usr/lib
+}
+
+package() {
+  make -C $pkgname-$pkgver LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+  mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
+}
+
+# getver: github.com/openSUSE/hwinfo/releases
+# vim: ts=2 sw=2 et:

Deleted: custom_ioctl.patch
===
--- custom_ioctl.patch  2020-05-07 08:54:48 UTC (rev 625318)
+++ custom_ioctl.patch  2020-05-07 08:54:55 UTC (rev 625319)
@@ -1,16 +0,0 @@
 src/hd/kbd.c.old   2010-03-15 23:37:52.0 +0800
-+++ src/hd/kbd.c   2010-03-22 10:50:58.0 +0800
-@@ -146,11 +146,13 @@
-   }
- 
-   if(!dev && (fd = open(DEV_CONSOLE, O_RDWR | O_NONBLOCK | O_NOCTTY)) >= 0) {
-+/* Removing since TIOCGDEV is not supported by the mainline kernel
- if(ioctl(fd, TIOCGDEV, &u) != -1) {
-   tty_major = (u >> 8) & 0xfff;
-   tty_minor = (u & 0xff) | ((u >> 12) & 0xfff00);
-   ADD2LOG(DEV_CONSOLE ": major %u, minor %u\n", tty_major, tty_minor);
- }
-+*/
- 
- if (0)
-   ;

Copied: hwinfo/repos/community-x86_64/custom_ioctl.patch (from rev 625318, 
hwinfo/trunk/custom_ioctl.patch)
===
--- custom_ioctl.patch  (rev 0)
+++ custom_ioctl.patch  2020-05-07 08:54:55 UTC (rev 625319)
@@ -0,0 +1,16 @@
+--- src/hd/kbd.c.old   2010-03-15 23:37:52.0 +0800
 src/hd/kbd.c   2010-03-22 10:50:58.0 +0800
+@@ -146,11 +146,13 @@
+   }
+ 
+   if(!dev &&

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

2020-05-07 Thread Alexander Rødseth via arch-commits
Date: Thursday, May 7, 2020 @ 08:54:48
  Author: arodseth
Revision: 625318

upgpkg: hwinfo 21.70-2

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 08:29:40 UTC (rev 625317)
+++ PKGBUILD2020-05-07 08:54:48 UTC (rev 625318)
@@ -5,12 +5,12 @@
 
 pkgname=hwinfo
 pkgver=21.70
-pkgrel=1
+pkgrel=2
 pkgdesc='Hardware detection tool from openSUSE'
 arch=(x86_64)
 url='https://github.com/openSUSE/hwinfo'
 license=(GPL2)
-depends=(libx86emu perl)
+depends=(libx86emu perl-xml-parser perl-xml-writer)
 makedepends=(flex git sysfsutils)
 options=(!emptydirs)
 
source=("$pkgname-$pkgver.tgz::https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz";
@@ -26,8 +26,8 @@
 
 build() {
   make -C $pkgname-$pkgver -j1 \
+CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" \
 HWINFO_VERSION="$pkgver" \
-CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" \
 LIBDIR=/usr/lib
 }
 


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

2020-05-06 Thread Alexander Rødseth via arch-commits
Date: Wednesday, May 6, 2020 @ 14:22:20
  Author: arodseth
Revision: 625052

upgpkg: bat 0.15.0-1

Modified:
  bat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 14:14:50 UTC (rev 625051)
+++ PKGBUILD2020-05-06 14:22:20 UTC (rev 625052)
@@ -2,7 +2,7 @@
 # Contributor: Wesley Moore 
 
 pkgname=bat
-pkgver=0.13.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc='Cat clone with syntax highlighting and git integration'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(APACHE MIT)
 makedepends=(clang cmake git rust)
 depends=(libssh2)
-source=("git+$url#commit=5edd8260e8fef887bd4c7e39c411dfe843d03894") # tag: 
v0.13.0
+source=("git+$url#commit=696d1b3ed3eae9ea9bd94fa7c4c05306dfd621b6") # tag: 
v0.15.0
 sha256sums=('SKIP')
 
 build() {


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

2020-05-06 Thread Alexander Rødseth via arch-commits
Date: Wednesday, May 6, 2020 @ 14:22:26
  Author: arodseth
Revision: 625053

archrelease: copy trunk to community-x86_64

Added:
  bat/repos/community-x86_64/PKGBUILD
(from rev 625052, bat/trunk/PKGBUILD)
Deleted:
  bat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 14:22:20 UTC (rev 625052)
+++ PKGBUILD2020-05-06 14:22:26 UTC (rev 625053)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Wesley Moore 
-
-pkgname=bat
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='Cat clone with syntax highlighting and git integration'
-arch=(x86_64)
-url='https://github.com/sharkdp/bat'
-license=(APACHE MIT)
-makedepends=(clang cmake git rust)
-depends=(libssh2)
-source=("git+$url#commit=5edd8260e8fef887bd4c7e39c411dfe843d03894") # tag: 
v0.13.0
-sha256sums=('SKIP')
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-package() {
-  cd $pkgname
-
-  # Package the executable
-  install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
-
-  # Package the man page
-  find "$srcdir" -name bat.1 -exec install -Dm644 {} \
-"$pkgdir/usr/share/man/man1/bat.1" \;
-
-  # Package the license files
-  install -Dm644 LICENSE-APACHE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 LICENSE-MIT \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  # Package the fish completion file (already included in fish)
-  #find "$srcdir" -name bat.fish -exec install -Dm644 {} \
-  #  "$pkgdir/usr/share/fish/completions/bat.fish" \;
-}
-
-# getver: github.com/sharkdp/bat/releases/latest
-# vim: ts=2 sw=2 et:

Copied: bat/repos/community-x86_64/PKGBUILD (from rev 625052, 
bat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 14:22:26 UTC (rev 625053)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Wesley Moore 
+
+pkgname=bat
+pkgver=0.15.0
+pkgrel=1
+pkgdesc='Cat clone with syntax highlighting and git integration'
+arch=(x86_64)
+url='https://github.com/sharkdp/bat'
+license=(APACHE MIT)
+makedepends=(clang cmake git rust)
+depends=(libssh2)
+source=("git+$url#commit=696d1b3ed3eae9ea9bd94fa7c4c05306dfd621b6") # tag: 
v0.15.0
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+package() {
+  cd $pkgname
+
+  # Package the executable
+  install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
+
+  # Package the man page
+  find "$srcdir" -name bat.1 -exec install -Dm644 {} \
+"$pkgdir/usr/share/man/man1/bat.1" \;
+
+  # Package the license files
+  install -Dm644 LICENSE-APACHE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  # Package the fish completion file (already included in fish)
+  #find "$srcdir" -name bat.fish -exec install -Dm644 {} \
+  #  "$pkgdir/usr/share/fish/completions/bat.fish" \;
+}
+
+# getver: github.com/sharkdp/bat/releases/latest
+# vim: ts=2 sw=2 et:


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

2020-05-06 Thread Alexander Rødseth via arch-commits
Date: Wednesday, May 6, 2020 @ 13:00:51
  Author: arodseth
Revision: 625045

archrelease: copy trunk to community-x86_64

Added:
  smlnj/repos/community-x86_64/PKGBUILD
(from rev 625044, smlnj/trunk/PKGBUILD)
  smlnj/repos/community-x86_64/profile.d-smlnj.sh
(from rev 625044, smlnj/trunk/profile.d-smlnj.sh)
  smlnj/repos/community-x86_64/smlnj.install
(from rev 625044, smlnj/trunk/smlnj.install)
  smlnj/repos/community-x86_64/smlnj.sh
(from rev 625044, smlnj/trunk/smlnj.sh)
  smlnj/repos/community-x86_64/urlgetter.sh
(from rev 625044, smlnj/trunk/urlgetter.sh)
Deleted:
  smlnj/repos/community-x86_64/PKGBUILD
  smlnj/repos/community-x86_64/profile.d-smlnj.sh
  smlnj/repos/community-x86_64/smlnj.install
  smlnj/repos/community-x86_64/smlnj.sh
  smlnj/repos/community-x86_64/urlgetter.sh

+
 PKGBUILD   |  160 +--
 profile.d-smlnj.sh |4 -
 smlnj.install  |6 -
 smlnj.sh   |6 -
 urlgetter.sh   |   62 +--
 5 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 12:57:57 UTC (rev 625044)
+++ PKGBUILD2020-05-06 13:00:51 UTC (rev 625045)
@@ -1,80 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Weißschuh 
-
-pkgname=smlnj
-pkgver=110.96
-pkgrel=1
-pkgdesc='Standard ML compiler from New Jersey'
-url='https://www.smlnj.org/'
-license=(BSD)
-arch=(x86_64)
-provides=(sml)
-install=smlnj.install
-_url="http://smlnj.cs.uchicago.edu/dist/working/$pkgver/";
-source=(
-  "$pkgname-$pkgver-boot.amd64-unix.tgz::${_url}boot.amd64-unix.tgz"
-  "$pkgname-$pkgver-boot.x64-unix.tgz::${_url}boot.x86-unix.tgz"
-  "$pkgname-$pkgver-config.tgz::${_url}config.tgz"
-  "$pkgname-$pkgver-cm.tgz::${_url}cm.tgz"
-  "$pkgname-$pkgver-compiler.tgz::${_url}compiler.tgz"
-  "$pkgname-$pkgver-runtime.tgz::${_url}runtime.tgz"
-  "$pkgname-$pkgver-system.tgz::${_url}system.tgz"
-  "$pkgname-$pkgver-MLRISC.tgz::${_url}MLRISC.tgz"
-  "$pkgname-$pkgver-smlnj-lib.tgz::${_url}smlnj-lib.tgz"
-  "$pkgname-$pkgver-ckit.tgz::${_url}ckit.tgz"
-  "$pkgname-$pkgver-nlffi.tgz::${_url}nlffi.tgz"
-  "$pkgname-$pkgver-cml.tgz::${_url}cml.tgz"
-  "$pkgname-$pkgver-ml-lpt.tgz::${_url}ml-lpt.tgz"
-  "$pkgname-$pkgver-ml-lex.tgz::${_url}ml-lex.tgz"
-  "$pkgname-$pkgver-ml-yacc.tgz::${_url}ml-yacc.tgz"
-  "$pkgname-$pkgver-ml-burg.tgz::${_url}ml-burg.tgz"
-  "$pkgname-$pkgver-trace-debug-profile.tgz::${_url}trace-debug-profile.tgz"
-  urlgetter.sh
-  profile.d-smlnj.sh
-  smlnj.sh
-)
-sha256sums=('605a118476d251bd77e312f303df3039adea6ace521d9ac140e2187b904ec807'
-'ab08f260137fb68492d747b96d5be8ce49e8eda55a358094fd9018efd32341bd'
-'b2bda33c1fb1472b4ca69827463b1b1b7b8a86bed72db959a558d9e4fe65de18'
-'19e4f8096f5c8af64f20e57c5b48dacf9054c90ec14db4908a9e8c5bc505c568'
-'1382181001e0cf8d751c3d1707331f305e1ab3e41ca07af1349a73ef16df4a4c'
-'46ab1f6f4282ab46f117f8b8673e70180b8b4cbc6d9afdfa305aa8510258bf69'
-'8f33d350c4027e326f4b910cba2c50ae215a0b6ce93fed380b02f48c19ce3161'
-'193c29217e592d3e5a67cd0bde14ebfed2a2c3e4bcfae1e151e8fbe148fbe69e'
-'7ff7e8008bc08f32f2080e83afa7c609171d9856ec46fcccaec7f44c309057fb'
-'8b9301e3a2975be6877ce22edc27445630d57f51afbb77a950f386c9b3193bbf'
-'fb08f68da401382396fe0cb676b0f81eda27e9360c69fbeb3d473dec3452e8ee'
-'ec2b2d08343a32d911f30f34fb506fd0fed21b21378592e568107a68abc6ed8a'
-'3736cd60daad7510467ee2f31462cffbb43890bc4499b3efc7d671829f68e141'
-'02971b9026d2c6df8b425b8ac78c4065439a62e09b36fc974a98b5062874b8f0'
-'3a8d4d345ec3832b30bde1a7b0c0f97f209f40afd80e6ff6e1c78f365a77b0e9'
-'4286a4aa01f2063bdbea10ab1c7299b7a41a4a822a96d4a040ce404b1b3276b1'
-'5f24d0ae00fb8dde2cec660ca66395fcfcc417ee56faec7f5f420af18cabb80d'
-'4da78effe7d3644c28c731c8e4003a9cecec9f8f61d2fa4553981a729f2d200b'
-'dd20a81a5d2899f60183215ab6a412d522d2c6801d454c142225716899e089f3'
-'3012a08e113b0cf6feff06689c1ae2ad48524e200d30ac46676f3c9e53665218')
-
-build() {
-  mkdir -p install
-  unset SMLNJ_HOME MAKEFLAGS
-  export srcdir
-  export pkgver
-  export INSTALLDIR="$srcdir/install"
-  export CFLAGS="$CFLAGS -Wl,-z,relro,-z-now"
-  export LDFLAGS="$LDFLAGS -Wl,-z,relro,-z-now"
-  URLGETTER="$srcdir/urlgetter.sh"
-  config/install.sh -default 64
-}
-
-package() {
-  install -d "$pkgdir/usr/"{lib/smlnj,share}
-  install -Dm755 "$srcdir/profile.d-smlnj.sh" "$pkgdir/etc/profile.d/smlnj.sh"
-  install -Dm644 compiler/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  cp -R "$srcdir/install/"{bin,lib} "$pkgdir/usr/lib/smlnj"
-  cp -R "$srcdir/doc/man" "$pkgdir/usr/share/"
-  find "$pkgdir/usr/share/man" -name '._*' -delete
-  install -Dm755 smlnj.sh "$pkgdir/usr/bin/smlnj"
-}
-
-# getver: smln

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

2020-05-06 Thread Alexander Rødseth via arch-commits
Date: Wednesday, May 6, 2020 @ 12:57:57
  Author: arodseth
Revision: 625044

archrelease: copy trunk to community-x86_64

Added:
  smlnj/repos/community-x86_64/PKGBUILD
(from rev 625043, smlnj/trunk/PKGBUILD)
  smlnj/repos/community-x86_64/profile.d-smlnj.sh
(from rev 625043, smlnj/trunk/profile.d-smlnj.sh)
  smlnj/repos/community-x86_64/smlnj.install
(from rev 625043, smlnj/trunk/smlnj.install)
  smlnj/repos/community-x86_64/smlnj.sh
(from rev 625043, smlnj/trunk/smlnj.sh)
  smlnj/repos/community-x86_64/urlgetter.sh
(from rev 625043, smlnj/trunk/urlgetter.sh)
Deleted:
  smlnj/repos/community-x86_64/PKGBUILD
  smlnj/repos/community-x86_64/profile.d-smlnj.sh
  smlnj/repos/community-x86_64/smlnj.install
  smlnj/repos/community-x86_64/smlnj.sh
  smlnj/repos/community-x86_64/urlgetter.sh

+
 PKGBUILD   |  160 +--
 profile.d-smlnj.sh |4 -
 smlnj.install  |6 -
 smlnj.sh   |6 -
 urlgetter.sh   |   62 +--
 5 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 12:57:47 UTC (rev 625043)
+++ PKGBUILD2020-05-06 12:57:57 UTC (rev 625044)
@@ -1,80 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Weißschuh 
-
-pkgname=smlnj
-pkgver=110.95
-pkgrel=1
-pkgdesc='Standard ML compiler from New Jersey'
-url='https://www.smlnj.org/'
-license=(BSD)
-arch=(x86_64)
-provides=(sml)
-install=smlnj.install
-_url="http://smlnj.cs.uchicago.edu/dist/working/$pkgver/";
-source=(
-  "$pkgname-$pkgver-boot.amd64-unix.tgz::${_url}boot.amd64-unix.tgz"
-  "$pkgname-$pkgver-boot.x64-unix.tgz::${_url}boot.x86-unix.tgz"
-  "$pkgname-$pkgver-config.tgz::${_url}config.tgz"
-  "$pkgname-$pkgver-cm.tgz::${_url}cm.tgz"
-  "$pkgname-$pkgver-compiler.tgz::${_url}compiler.tgz"
-  "$pkgname-$pkgver-runtime.tgz::${_url}runtime.tgz"
-  "$pkgname-$pkgver-system.tgz::${_url}system.tgz"
-  "$pkgname-$pkgver-MLRISC.tgz::${_url}MLRISC.tgz"
-  "$pkgname-$pkgver-smlnj-lib.tgz::${_url}smlnj-lib.tgz"
-  "$pkgname-$pkgver-ckit.tgz::${_url}ckit.tgz"
-  "$pkgname-$pkgver-nlffi.tgz::${_url}nlffi.tgz"
-  "$pkgname-$pkgver-cml.tgz::${_url}cml.tgz"
-  "$pkgname-$pkgver-ml-lpt.tgz::${_url}ml-lpt.tgz"
-  "$pkgname-$pkgver-ml-lex.tgz::${_url}ml-lex.tgz"
-  "$pkgname-$pkgver-ml-yacc.tgz::${_url}ml-yacc.tgz"
-  "$pkgname-$pkgver-ml-burg.tgz::${_url}ml-burg.tgz"
-  "$pkgname-$pkgver-trace-debug-profile.tgz::${_url}trace-debug-profile.tgz"
-  urlgetter.sh
-  profile.d-smlnj.sh
-  smlnj.sh
-)
-sha256sums=('0632c2d321ea23962ef878483213ef585454d6d6d2792484b1cbac399032c9fe'
-'aeb74291c8f41c4829eb950be41c24d3ad1a1ac4acfa259f0f367a78e5ce6c1d'
-'7c45198ca0ce026a2239cb6077fb054ce9ab021be83743cd57d120da67c75927'
-'fea76cd393d6b6fddfce20975698b2a88ad23dbf1123ded549e51fb0b28d083e'
-'a7bb8e76f0de47edb463feb9f26a906cbfca18cfc88e186da1c108e63f9766ce'
-'ecde990ed2d033d0c10a9eafa456ec99f2b189a3d68ffe9f0e816c566032209e'
-'1a15c6991d2c065ca842488a418d6a732329bbcb31bfdc79ae59deeef8901169'
-'bffe180cf3618e0a4ef46e00cee6556a84eb2ce00cd3577a49ecb1dce51b4dec'
-'77190889ab93f6eb03caac2cb0d59fff0f10a16c609947c7f747a78de20c2112'
-'57d5c0af43cc79214c8efec38aed577401535539219fc92a4bf81586e4d0aca2'
-'93cfed2449059d186c3e7891416b6bb9a5ae6a9113fda1baa44fbf8555a1b99a'
-'b6e6fd4c9d1f0850f4e26f0b22f86604759ca2116aef31c92826deb02d41a703'
-'3fc853b1e1a3d5ff3292377da2ea9ddccece04375a4d6a7a2329239f134c9e9e'
-'fd0ac13ae7511c44f006938b2819e8eab88e8d57541829e7041ca7a043c9'
-'4e0e2fa72bc709a9e472f79336fe5f64d4a22ce21446a9d378fe20bef9b488d4'
-'927c527752f176b3d6e7a38f661a4f86de2d02a981c447aa7cc8ae03d5dacb8e'
-'7d83408b10a6002082bc087536795e6dca5b8b23cf59524acd62e934d9eb00b1'
-'4da78effe7d3644c28c731c8e4003a9cecec9f8f61d2fa4553981a729f2d200b'
-'dd20a81a5d2899f60183215ab6a412d522d2c6801d454c142225716899e089f3'
-'3012a08e113b0cf6feff06689c1ae2ad48524e200d30ac46676f3c9e53665218')
-
-build() {
-  mkdir -p install
-  unset SMLNJ_HOME MAKEFLAGS
-  export srcdir
-  export pkgver
-  export INSTALLDIR="$srcdir/install"
-  export CFLAGS="$CFLAGS -Wl,-z,relro,-z-now"
-  export LDFLAGS="$LDFLAGS -Wl,-z,relro,-z-now"
-  URLGETTER="$srcdir/urlgetter.sh"
-  config/install.sh -default 64
-}
-
-package() {
-  install -d "$pkgdir/usr/"{lib/smlnj,share}
-  install -Dm755 "$srcdir/profile.d-smlnj.sh" "$pkgdir/etc/profile.d/smlnj.sh"
-  install -Dm644 compiler/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  cp -R "$srcdir/install/"{bin,lib} "$pkgdir/usr/lib/smlnj"
-  cp -R "$srcdir/doc/man" "$pkgdir/usr/share/"
-  find "$pkgdir/usr/share/man" -name '._*' -delete
-  install -Dm755 smlnj.sh "$pkgdir/usr/bin/smlnj"
-}
-
-# getver: smln

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

2020-05-06 Thread Alexander Rødseth via arch-commits
Date: Wednesday, May 6, 2020 @ 12:57:47
  Author: arodseth
Revision: 625043

upgpkg: smlnj 110.96-1

Modified:
  smlnj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 12:51:16 UTC (rev 625042)
+++ PKGBUILD2020-05-06 12:57:47 UTC (rev 625043)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=smlnj
-pkgver=110.95
+pkgver=110.96
 pkgrel=1
 pkgdesc='Standard ML compiler from New Jersey'
 url='https://www.smlnj.org/'
@@ -33,23 +33,23 @@
   profile.d-smlnj.sh
   smlnj.sh
 )
-sha256sums=('0632c2d321ea23962ef878483213ef585454d6d6d2792484b1cbac399032c9fe'
-'aeb74291c8f41c4829eb950be41c24d3ad1a1ac4acfa259f0f367a78e5ce6c1d'
-'7c45198ca0ce026a2239cb6077fb054ce9ab021be83743cd57d120da67c75927'
-'fea76cd393d6b6fddfce20975698b2a88ad23dbf1123ded549e51fb0b28d083e'
-'a7bb8e76f0de47edb463feb9f26a906cbfca18cfc88e186da1c108e63f9766ce'
-'ecde990ed2d033d0c10a9eafa456ec99f2b189a3d68ffe9f0e816c566032209e'
-'1a15c6991d2c065ca842488a418d6a732329bbcb31bfdc79ae59deeef8901169'
-'bffe180cf3618e0a4ef46e00cee6556a84eb2ce00cd3577a49ecb1dce51b4dec'
-'77190889ab93f6eb03caac2cb0d59fff0f10a16c609947c7f747a78de20c2112'
-'57d5c0af43cc79214c8efec38aed577401535539219fc92a4bf81586e4d0aca2'
-'93cfed2449059d186c3e7891416b6bb9a5ae6a9113fda1baa44fbf8555a1b99a'
-'b6e6fd4c9d1f0850f4e26f0b22f86604759ca2116aef31c92826deb02d41a703'
-'3fc853b1e1a3d5ff3292377da2ea9ddccece04375a4d6a7a2329239f134c9e9e'
-'fd0ac13ae7511c44f006938b2819e8eab88e8d57541829e7041ca7a043c9'
-'4e0e2fa72bc709a9e472f79336fe5f64d4a22ce21446a9d378fe20bef9b488d4'
-'927c527752f176b3d6e7a38f661a4f86de2d02a981c447aa7cc8ae03d5dacb8e'
-'7d83408b10a6002082bc087536795e6dca5b8b23cf59524acd62e934d9eb00b1'
+sha256sums=('605a118476d251bd77e312f303df3039adea6ace521d9ac140e2187b904ec807'
+'ab08f260137fb68492d747b96d5be8ce49e8eda55a358094fd9018efd32341bd'
+'b2bda33c1fb1472b4ca69827463b1b1b7b8a86bed72db959a558d9e4fe65de18'
+'19e4f8096f5c8af64f20e57c5b48dacf9054c90ec14db4908a9e8c5bc505c568'
+'1382181001e0cf8d751c3d1707331f305e1ab3e41ca07af1349a73ef16df4a4c'
+'46ab1f6f4282ab46f117f8b8673e70180b8b4cbc6d9afdfa305aa8510258bf69'
+'8f33d350c4027e326f4b910cba2c50ae215a0b6ce93fed380b02f48c19ce3161'
+'193c29217e592d3e5a67cd0bde14ebfed2a2c3e4bcfae1e151e8fbe148fbe69e'
+'7ff7e8008bc08f32f2080e83afa7c609171d9856ec46fcccaec7f44c309057fb'
+'8b9301e3a2975be6877ce22edc27445630d57f51afbb77a950f386c9b3193bbf'
+'fb08f68da401382396fe0cb676b0f81eda27e9360c69fbeb3d473dec3452e8ee'
+'ec2b2d08343a32d911f30f34fb506fd0fed21b21378592e568107a68abc6ed8a'
+'3736cd60daad7510467ee2f31462cffbb43890bc4499b3efc7d671829f68e141'
+'02971b9026d2c6df8b425b8ac78c4065439a62e09b36fc974a98b5062874b8f0'
+'3a8d4d345ec3832b30bde1a7b0c0f97f209f40afd80e6ff6e1c78f365a77b0e9'
+'4286a4aa01f2063bdbea10ab1c7299b7a41a4a822a96d4a040ce404b1b3276b1'
+'5f24d0ae00fb8dde2cec660ca66395fcfcc417ee56faec7f5f420af18cabb80d'
 '4da78effe7d3644c28c731c8e4003a9cecec9f8f61d2fa4553981a729f2d200b'
 'dd20a81a5d2899f60183215ab6a412d522d2c6801d454c142225716899e089f3'
 '3012a08e113b0cf6feff06689c1ae2ad48524e200d30ac46676f3c9e53665218')


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

2020-05-06 Thread Alexander Rødseth via arch-commits
Date: Wednesday, May 6, 2020 @ 12:51:09
  Author: arodseth
Revision: 625041

upgpkg: kotlin 1.3.72-1

Modified:
  kotlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 12:47:59 UTC (rev 625040)
+++ PKGBUILD2020-05-06 12:51:09 UTC (rev 625041)
@@ -2,7 +2,7 @@
 # Contributor: Romain Gautier 
 
 pkgname=kotlin
-pkgver=1.3.70
+pkgver=1.3.72
 pkgrel=1
 pkgdesc='Statically typed programming language that can interoperate with Java'
 arch=(any)
@@ -11,7 +11,7 @@
 depends=('java-environment>=8')
 makedepends=(setconf)
 
source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip";)
-sha256sums=('709d782ff707a633278bac4c63bab3026b768e717f8aaf62de1036c994bc89c7')
+sha256sums=('ccd0db87981f1c0e3f209a1a4acb6778f14e63fe3e561a98948b5317e526cc6c')
 
 prepare() {
   cd "${pkgname}c/bin"


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

2020-05-06 Thread Alexander Rødseth via arch-commits
Date: Wednesday, May 6, 2020 @ 12:51:16
  Author: arodseth
Revision: 625042

archrelease: copy trunk to community-any

Added:
  kotlin/repos/community-any/PKGBUILD
(from rev 625041, kotlin/trunk/PKGBUILD)
Deleted:
  kotlin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 12:51:09 UTC (rev 625041)
+++ PKGBUILD2020-05-06 12:51:16 UTC (rev 625042)
@@ -1,58 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Romain Gautier 
-
-pkgname=kotlin
-pkgver=1.3.70
-pkgrel=1
-pkgdesc='Statically typed programming language that can interoperate with Java'
-arch=(any)
-url='https://kotlinlang.org/'
-license=(APACHE custom)
-depends=('java-environment>=8')
-makedepends=(setconf)
-source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip";)
-sha256sums=('709d782ff707a633278bac4c63bab3026b768e717f8aaf62de1036c994bc89c7')
-
-prepare() {
-  cd "${pkgname}c/bin"
-
-  setconf kotlin  DIR /usr/bin
-  setconf kotlinc-js  DIR /usr/bin
-  setconf kotlinc-jvm DIR /usr/bin
-  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
-}
-
-package() {
-  cd "${pkgname}c"
-
-  # executables
-  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlin
-  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlinc
-  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlinc-js
-  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlinc-jvm
-
-  # jar files
-  cd "$srcdir/${pkgname}c/lib"
-  install -d "$pkgdir/usr/share/$pkgname/lib"
-  for jar in *.jar; do
-install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
-  done
-
-  # licenses
-  cd "$srcdir/${pkgname}c/license"
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
-
-  cd third_party
-  for txt in *.txt; do
-install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
-  done
-
-  # build.txt must be installed for for "-version" to work
-  cd "$srcdir/${pkgname}c"
-  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
-}
-
-# getver: github.com/JetBrains/kotlin/releases/latest
-# vim: ts=2 sw=2 et:

Copied: kotlin/repos/community-any/PKGBUILD (from rev 625041, 
kotlin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 12:51:16 UTC (rev 625042)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Romain Gautier 
+
+pkgname=kotlin
+pkgver=1.3.72
+pkgrel=1
+pkgdesc='Statically typed programming language that can interoperate with Java'
+arch=(any)
+url='https://kotlinlang.org/'
+license=(APACHE custom)
+depends=('java-environment>=8')
+makedepends=(setconf)
+source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip";)
+sha256sums=('ccd0db87981f1c0e3f209a1a4acb6778f14e63fe3e561a98948b5317e526cc6c')
+
+prepare() {
+  cd "${pkgname}c/bin"
+
+  setconf kotlin  DIR /usr/bin
+  setconf kotlinc-js  DIR /usr/bin
+  setconf kotlinc-jvm DIR /usr/bin
+  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
+}
+
+package() {
+  cd "${pkgname}c"
+
+  # executables
+  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlin
+  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlinc
+  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlinc-js
+  install -Dm755 -t "$pkgdir/usr/bin" bin/kotlinc-jvm
+
+  # jar files
+  cd "$srcdir/${pkgname}c/lib"
+  install -d "$pkgdir/usr/share/$pkgname/lib"
+  for jar in *.jar; do
+install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
+  done
+
+  # licenses
+  cd "$srcdir/${pkgname}c/license"
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
+
+  cd third_party
+  for txt in *.txt; do
+install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
+  done
+
+  # build.txt must be installed for for "-version" to work
+  cd "$srcdir/${pkgname}c"
+  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
+}
+
+# getver: github.com/JetBrains/kotlin/releases/latest
+# vim: ts=2 sw=2 et:


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

2020-05-06 Thread Alexander Rødseth via arch-commits
Date: Wednesday, May 6, 2020 @ 12:47:59
  Author: arodseth
Revision: 625040

archrelease: copy trunk to community-x86_64

Added:
  picom/repos/community-x86_64/PKGBUILD
(from rev 625039, picom/trunk/PKGBUILD)
  picom/repos/community-x86_64/picom.conf
(from rev 625039, picom/trunk/picom.conf)
Deleted:
  picom/repos/community-x86_64/PKGBUILD
  picom/repos/community-x86_64/picom.conf

+
 PKGBUILD   |  106 ++---
 picom.conf |  455 +--
 2 files changed, 281 insertions(+), 280 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 12:47:51 UTC (rev 625039)
+++ PKGBUILD2020-05-06 12:47:59 UTC (rev 625040)
@@ -1,53 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=picom
-pkgver=8
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/picom'
-license=(MIT MPL)
-replaces=(compton)
-provides=(compton)
-conflicts=(compton)
-makedepends=(asciidoc git mesa meson ninja setconf uthash)
-depends=(hicolor-icon-theme libconfig libdbus libev libgl pcre pixman
- xcb-util-image xcb-util-renderutil)
-backup=(etc/xdg/picom.conf)
-optdepends=('dbus:  For controlling picom via D-Bus'
-'xorg-xwininfo: For picom-trans'
-'xorg-xprop:For picom-trans'
-'python:For running picom-convgen.py')
-# git tag: v8
-source=("git+$url?signed#commit=e553e00f48de67d52fe75de9e0e940d85aa14a24"
-picom.conf)
-validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 

-sha256sums=('SKIP'
-'cf395428e60f3c6d7b39583c623e846fd61516f8afc8eb570d065ff63de6b23f')
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D b_ndebug=true -D with_docs=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 picom.conf "$pkgdir/etc/xdg/picom.conf"
-  install -Dm644 build/man/picom.1 "$pkgdir/usr/share/man/man1/picom.1"
-  install -Dm644 build/man/picom-trans.1 
"$pkgdir/usr/share/man/man1/picom-trans.1"
-  cd $pkgname
-  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf.example"
-  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# getver: github.com/yshui/picom/releases
-# vim: ts=2 sw=2 et

Copied: picom/repos/community-x86_64/PKGBUILD (from rev 625039, 
picom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 12:47:59 UTC (rev 625040)
@@ -0,0 +1,53 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=picom
+pkgver=8
+pkgrel=2
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/picom'
+license=(MIT MPL)
+replaces=(compton)
+provides=(compton)
+conflicts=(compton)
+makedepends=(asciidoc git mesa meson ninja setconf uthash)
+depends=(hicolor-icon-theme libconfig libdbus libev libgl pcre pixman
+ xcb-util-image xcb-util-renderutil)
+backup=(etc/xdg/picom.conf)
+optdepends=('dbus:  For controlling picom via D-Bus'
+'xorg-xwininfo: For picom-trans'
+'xorg-xprop:For picom-trans'
+'python:For running picom-convgen.py')
+# git tag: v8
+source=("git+$url?signed#commit=e553e00f48de67d52fe75de9e0e940d85aa14a24"
+picom.conf)
+validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 

+sha256sums=('SKIP'
+'9bffbd7a35fa93d9f2e2b329748bd2714dfb2bd9cd80427f03bddf0c5bb422f9')
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D b_ndebug=true -D with_docs=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 picom.conf "$pkgdir/etc/xdg/picom.conf"
+  install -Dm644 build/man/picom.1 "$pkgdir/usr/share/man/man1/picom.1"
+  install -Dm644 build/man/picom-trans.1 
"$pkgdir/usr/share/man/man1/picom-trans.1"
+  cd $pkgname
+  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf.example"
+  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# getver: github.com/yshui/picom/releases
+# vim: ts=2 sw=2 et

Deleted: picom.conf
===
--- picom.conf  2020-05-06 12:47:51 UTC (rev 625039)
+++ picom.conf  2020-05-06 12:47:59 UTC (rev 625040)
@@ -1,227 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#

[arch-commits] Commit in picom/trunk (PKGBUILD picom.conf)

2020-05-06 Thread Alexander Rødseth via arch-commits
Date: Wednesday, May 6, 2020 @ 12:47:51
  Author: arodseth
Revision: 625039

FS#66469 - update default config

Modified:
  picom/trunk/PKGBUILD
  picom/trunk/picom.conf

+
 PKGBUILD   |4 ++--
 picom.conf |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 12:03:58 UTC (rev 625038)
+++ PKGBUILD2020-05-06 12:47:51 UTC (rev 625039)
@@ -5,7 +5,7 @@
 
 pkgname=picom
 pkgver=8
-pkgrel=1
+pkgrel=2
 pkgdesc='X compositor that may fix tearing issues'
 arch=(x86_64)
 url='https://github.com/yshui/picom'
@@ -26,7 +26,7 @@
 picom.conf)
 validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 

 sha256sums=('SKIP'
-'cf395428e60f3c6d7b39583c623e846fd61516f8afc8eb570d065ff63de6b23f')
+'9bffbd7a35fa93d9f2e2b329748bd2714dfb2bd9cd80427f03bddf0c5bb422f9')
 
 build() {
   mkdir -p build

Modified: picom.conf
===
--- picom.conf  2020-05-06 12:03:58 UTC (rev 625038)
+++ picom.conf  2020-05-06 12:47:51 UTC (rev 625039)
@@ -80,6 +80,7 @@
 "name = 'Docky'",
 "name = 'Kupfer'",
 "name = 'xfce4-notifyd'",
+"name = 'cpt_frame_window'",
 "name *= 'VLC'",
 "name *= 'compton'",
 "name *= 'picom'",


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

2020-05-05 Thread Alexander Rødseth via arch-commits
Date: Tuesday, May 5, 2020 @ 21:45:30
  Author: arodseth
Revision: 624985

upgpkg: picom 8-1

Modified:
  picom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 21:35:14 UTC (rev 624984)
+++ PKGBUILD2020-05-05 21:45:30 UTC (rev 624985)
@@ -4,8 +4,8 @@
 # Contributor: Valère Monseur 
 
 pkgname=picom
-pkgver=7.5
-pkgrel=3
+pkgver=8
+pkgrel=1
 pkgdesc='X compositor that may fix tearing issues'
 arch=(x86_64)
 url='https://github.com/yshui/picom'
@@ -14,15 +14,15 @@
 provides=(compton)
 conflicts=(compton)
 makedepends=(asciidoc git mesa meson ninja setconf uthash)
-depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
- pixman xcb-util-image xcb-util-renderutil)
+depends=(hicolor-icon-theme libconfig libdbus libev libgl pcre pixman
+ xcb-util-image xcb-util-renderutil)
 backup=(etc/xdg/picom.conf)
 optdepends=('dbus:  For controlling picom via D-Bus'
 'xorg-xwininfo: For picom-trans'
 'xorg-xprop:For picom-trans'
 'python:For running picom-convgen.py')
-# git tag: v7.5
-source=("git+$url?signed#commit=3838f053afb1aa05ba1ab489f2dfaa44c00c9ef0?37C999F617EA1A47"
+# git tag: v8
+source=("git+$url?signed#commit=e553e00f48de67d52fe75de9e0e940d85aa14a24"
 picom.conf)
 validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 

 sha256sums=('SKIP'
@@ -30,7 +30,7 @@
 
 build() {
   mkdir -p build
-  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
+  arch-meson build $pkgname -D b_ndebug=true -D with_docs=true
   ninja -v -C build
 }
 


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

2020-05-05 Thread Alexander Rødseth via arch-commits
Date: Tuesday, May 5, 2020 @ 21:45:37
  Author: arodseth
Revision: 624986

archrelease: copy trunk to community-x86_64

Added:
  picom/repos/community-x86_64/PKGBUILD
(from rev 624985, picom/trunk/PKGBUILD)
  picom/repos/community-x86_64/picom.conf
(from rev 624985, picom/trunk/picom.conf)
Deleted:
  picom/repos/community-x86_64/PKGBUILD
  picom/repos/community-x86_64/picom.conf

+
 PKGBUILD   |  106 ++---
 picom.conf |  454 +--
 2 files changed, 280 insertions(+), 280 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 21:45:30 UTC (rev 624985)
+++ PKGBUILD2020-05-05 21:45:37 UTC (rev 624986)
@@ -1,53 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=picom
-pkgver=7.5
-pkgrel=3
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/picom'
-license=(MIT MPL)
-replaces=(compton)
-provides=(compton)
-conflicts=(compton)
-makedepends=(asciidoc git mesa meson ninja setconf uthash)
-depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
- pixman xcb-util-image xcb-util-renderutil)
-backup=(etc/xdg/picom.conf)
-optdepends=('dbus:  For controlling picom via D-Bus'
-'xorg-xwininfo: For picom-trans'
-'xorg-xprop:For picom-trans'
-'python:For running picom-convgen.py')
-# git tag: v7.5
-source=("git+$url?signed#commit=3838f053afb1aa05ba1ab489f2dfaa44c00c9ef0?37C999F617EA1A47"
-picom.conf)
-validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 

-sha256sums=('SKIP'
-'cf395428e60f3c6d7b39583c623e846fd61516f8afc8eb570d065ff63de6b23f')
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 picom.conf "$pkgdir/etc/xdg/picom.conf"
-  install -Dm644 build/man/picom.1 "$pkgdir/usr/share/man/man1/picom.1"
-  install -Dm644 build/man/picom-trans.1 
"$pkgdir/usr/share/man/man1/picom-trans.1"
-  cd $pkgname
-  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf.example"
-  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# getver: github.com/yshui/picom/releases
-# vim: ts=2 sw=2 et

Copied: picom/repos/community-x86_64/PKGBUILD (from rev 624985, 
picom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 21:45:37 UTC (rev 624986)
@@ -0,0 +1,53 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=picom
+pkgver=8
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/picom'
+license=(MIT MPL)
+replaces=(compton)
+provides=(compton)
+conflicts=(compton)
+makedepends=(asciidoc git mesa meson ninja setconf uthash)
+depends=(hicolor-icon-theme libconfig libdbus libev libgl pcre pixman
+ xcb-util-image xcb-util-renderutil)
+backup=(etc/xdg/picom.conf)
+optdepends=('dbus:  For controlling picom via D-Bus'
+'xorg-xwininfo: For picom-trans'
+'xorg-xprop:For picom-trans'
+'python:For running picom-convgen.py')
+# git tag: v8
+source=("git+$url?signed#commit=e553e00f48de67d52fe75de9e0e940d85aa14a24"
+picom.conf)
+validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 

+sha256sums=('SKIP'
+'cf395428e60f3c6d7b39583c623e846fd61516f8afc8eb570d065ff63de6b23f')
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D b_ndebug=true -D with_docs=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 picom.conf "$pkgdir/etc/xdg/picom.conf"
+  install -Dm644 build/man/picom.1 "$pkgdir/usr/share/man/man1/picom.1"
+  install -Dm644 build/man/picom-trans.1 
"$pkgdir/usr/share/man/man1/picom-trans.1"
+  cd $pkgname
+  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf.example"
+  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# getver: github.com/yshui/picom/releases
+# vim: ts=2 sw=2 et

Deleted: picom.conf
===
--- picom.conf  2020-05-05 21:45:30 UTC (rev 624985)
+++ picom.conf  2020-05-05 21:45:37 UTC (rev 624986)
@@ -1,227 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux

[arch-commits] Commit in distcc/repos/community-x86_64 (6 files)

2020-04-28 Thread Alexander Rødseth via arch-commits
Date: Tuesday, April 28, 2020 @ 22:37:24
  Author: arodseth
Revision: 622144

archrelease: copy trunk to community-x86_64

Added:
  distcc/repos/community-x86_64/PKGBUILD
(from rev 622143, distcc/trunk/PKGBUILD)
  distcc/repos/community-x86_64/distccd.conf.d
(from rev 622143, distcc/trunk/distccd.conf.d)
  distcc/repos/community-x86_64/distccd.service
(from rev 622143, distcc/trunk/distccd.service)
Deleted:
  distcc/repos/community-x86_64/PKGBUILD
  distcc/repos/community-x86_64/distccd.conf.d
  distcc/repos/community-x86_64/distccd.service

-+
 PKGBUILD|  155 +++---
 distccd.conf.d  |   18 +++---
 distccd.service |   24 
 3 files changed, 100 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 22:37:14 UTC (rev 622143)
+++ PKGBUILD2020-04-28 22:37:24 UTC (rev 622144)
@@ -1,76 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Sergej Pupykin 
-# Contributor: Judd Vinet 
-# Contributor: Giovanni Scafora 
-# Contributor: John 
-
-pkgname=distcc
-pkgver=3.3.3
-pkgrel=4
-pkgdesc='Distributed compilation service for C, C++ and Objective-C'
-arch=(x86_64)
-url='http://distcc.org'
-license=(GPL)
-depends=(avahi popt python)
-makedepends=(git gtk2 setconf)
-optdepends=('gtk2: for distccmon-gnome')
-backup=('etc/conf.d/distccd'
-'etc/distcc/hosts')
-source=("git+https://github.com/distcc/distcc#tag=v$pkgver";
-'distccd.conf.d'
-'distccd.service')
-sha256sums=('SKIP'
-'43e02b461841ca2976816c244a0eca8b24820ca143f73cc0924403d75a8c012f'
-'6d46844f0bebd56541e1a233f9f02a51cc17885120e832bfb37711217403d32f')
-prepare() {
-  cd "$pkgname"
-
-  ./autogen.sh
-  setconf gnome/distccmon-gnome.desktop Name 'DistCC Monitor'
-  sed -i 's/ install-gnome-data//g' Makefile.in
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure \
---prefix=/usr \
---enable-rfc2553 \
---mandir=/usr/share/man \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-gtk
-  make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python
-}
-
-package() {
-  make -C "$pkgname" \
-DESTDIR="$pkgdir" \
-INCLUDESERVER_PYTHON=/usr/bin/python \
-install
-
-  # Configuration
-  install -Dm644 distccd.conf.d "$pkgdir/etc/conf.d/distccd"
-  install -Dm644 distccd.service \
-"$pkgdir/usr/lib/systemd/system/distccd.service"
-
-  # Desktop shortcut
-  install -Dm644 "$pkgname/gnome/distccmon-gnome-icon.png" \
-"$pkgdir/usr/share/pixmaps/distccmon-gnome-icon.png"
-  install -Dm644 "$pkgname/gnome/distccmon-gnome.desktop" \
-"$pkgdir/usr/share/applications/distccmon-gnome.desktop"
-
-  # Symlinks
-  _targets=(c++ c89 c99 cc clang clang++ cpp g++ gcc x86_64-pc-linux-gnu-g++
-x86_64-pc-linux-gnu-gcc x86_64-pc-linux-gnu-gcc-9.2.0)
-  install -d "$pkgdir/usr/lib/$pkgname/bin"
-  for bin in "${_targets[@]}"; do
-# For whitelist since version 3.3, see FS#57978
-ln -sf "../../bin/$pkgname" "$pkgdir/usr/lib/$pkgname/$bin"
-# Needed for makepkg to work
-ln -sf "../../../bin/$pkgname" "$pkgdir/usr/lib/$pkgname/bin/$bin"
-  done
-}
-
-# getver: distcc.org
-# vim: ts=2 sw=2 et:

Copied: distcc/repos/community-x86_64/PKGBUILD (from rev 622143, 
distcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 22:37:24 UTC (rev 622144)
@@ -0,0 +1,79 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Judd Vinet 
+# Contributor: Giovanni Scafora 
+# Contributor: John 
+
+pkgname=distcc
+pkgver=3.3.3
+pkgrel=5
+pkgdesc='Distributed compilation service for C, C++ and Objective-C'
+arch=(x86_64)
+url='https://github.com/distcc/distcc'
+license=(GPL)
+depends=(avahi popt python)
+makedepends=(git gtk2 setconf)
+optdepends=('gtk2: for distccmon-gnome')
+backup=('etc/conf.d/distccd'
+'etc/distcc/hosts')
+source=("git+$url#commit=4cde9bcfbda589abd842e3bbc652ce369085eaae" # tag: 
v3.3.3
+'distccd.conf.d'
+'distccd.service')
+sha256sums=('SKIP'
+'43e02b461841ca2976816c244a0eca8b24820ca143f73cc0924403d75a8c012f'
+'6d46844f0bebd56541e1a233f9f02a51cc17885120e832bfb37711217403d32f')
+prepare() {
+  cd "$pkgname"
+
+  ./autogen.sh
+  setconf gnome/distccmon-gnome.desktop Name 'DistCC Monitor'
+  sed -i 's/ install-gnome-data//g' Makefile.in
+
+  # FS#66418, support Python 3.9
+  find . -name "*.py" -type f -exec sed -i 
's/time.clock()/time.perf_counter()/g' {} \;
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure \
+--prefix=/usr \
+--enable-rfc2553 \
+--mandir=/usr/share/man \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-gtk
+  make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python
+}
+
+package() {
+  make -C "$pkgname" \
+DESTDIR="$pkgdir" \
+INCLUDESERVER_PYTHON=/usr

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

2020-04-28 Thread Alexander Rødseth via arch-commits
Date: Tuesday, April 28, 2020 @ 22:37:14
  Author: arodseth
Revision: 622143

FS#66418

Modified:
  distcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 22:22:22 UTC (rev 622142)
+++ PKGBUILD2020-04-28 22:37:14 UTC (rev 622143)
@@ -6,10 +6,10 @@
 
 pkgname=distcc
 pkgver=3.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Distributed compilation service for C, C++ and Objective-C'
 arch=(x86_64)
-url='http://distcc.org'
+url='https://github.com/distcc/distcc'
 license=(GPL)
 depends=(avahi popt python)
 makedepends=(git gtk2 setconf)
@@ -16,7 +16,7 @@
 optdepends=('gtk2: for distccmon-gnome')
 backup=('etc/conf.d/distccd'
 'etc/distcc/hosts')
-source=("git+https://github.com/distcc/distcc#tag=v$pkgver";
+source=("git+$url#commit=4cde9bcfbda589abd842e3bbc652ce369085eaae" # tag: 
v3.3.3
 'distccd.conf.d'
 'distccd.service')
 sha256sums=('SKIP'
@@ -28,6 +28,9 @@
   ./autogen.sh
   setconf gnome/distccmon-gnome.desktop Name 'DistCC Monitor'
   sed -i 's/ install-gnome-data//g' Makefile.in
+
+  # FS#66418, support Python 3.9
+  find . -name "*.py" -type f -exec sed -i 
's/time.clock()/time.perf_counter()/g' {} \;
 }
 
 build() {


[arch-commits] Commit in wordpress/repos/community-any (5 files)

2020-04-05 Thread Alexander Rødseth via arch-commits
Date: Sunday, April 5, 2020 @ 15:38:44
  Author: arodseth
Revision: 611864

archrelease: copy trunk to community-any

Added:
  wordpress/repos/community-any/PKGBUILD
(from rev 611863, wordpress/trunk/PKGBUILD)
  wordpress/repos/community-any/wordpress.install
(from rev 611863, wordpress/trunk/wordpress.install)
Deleted:
  wordpress/repos/community-any/PKGBUILD
  wordpress/repos/community-any/password_reset_exploit.patch
  wordpress/repos/community-any/wordpress.install

--+
 PKGBUILD |   65 ++---
 password_reset_exploit.patch |   31 ---
 wordpress.install|   42 +-
 3 files changed, 50 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 15:38:37 UTC (rev 611863)
+++ PKGBUILD2020-04-05 15:38:44 UTC (rev 611864)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jose Valecillos 
-# Contributor: Kaos 
-# Contributor: Christopher Rogers 
-
-pkgname=wordpress
-pkgver=5.3.2
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=(any)
-url='https://wordpress.org/'
-license=(GPL)
-depends=(php)
-optdepends=('nginx: Web server for serving WordPress'
-'apache: Web server for serving WordPress'
-'mariadb: Database server')
-options=(emptydirs)
-install=$pkgname.install
-source=("https://wordpress.org/$pkgname-$pkgver.tar.gz";
-password_reset_exploit.patch)
-sha256sums=('e186687e82a154da187dce888c016284e2afe9eb3088e3f365db811e06910167'
-'84c716953fb1aad583bfe62c2aba88173b760c60a90f6752228d4ba966e647b9')
-
-prepare() {
-  cd $pkgname
-  patch -p1 -i "$srcdir/password_reset_exploit.patch"
-}
-
-package() {
-  install -d "$pkgdir/usr/share/webapps"
-  cp -r $pkgname "$pkgdir/usr/share/webapps"
-}
-
-# getver: core.trac.wordpress.org/timeline?milestone=on
-# vim: ts=2 sw=2 et:

Copied: wordpress/repos/community-any/PKGBUILD (from rev 611863, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 15:38:44 UTC (rev 611864)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jose Valecillos 
+# Contributor: Kaos 
+# Contributor: Christopher Rogers 
+
+pkgname=wordpress
+pkgver=5.4
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=(any)
+url='https://wordpress.org/'
+license=(GPL)
+depends=(php)
+optdepends=('nginx: Web server for serving WordPress'
+'apache: Web server for serving WordPress'
+'mariadb: Database server')
+options=(emptydirs)
+install=$pkgname.install
+source=("https://wordpress.org/$pkgname-$pkgver.tar.gz";)
+sha256sums=('39c326170d0e18ea6daac4d3082574d2ae66cbdbc0a0b34b3e286693f27af283')
+
+package() {
+  install -d "$pkgdir/usr/share/webapps"
+  cp -r $pkgname "$pkgdir/usr/share/webapps"
+}
+
+# getver: core.trac.wordpress.org/timeline?milestone=on
+# vim: ts=2 sw=2 et:

Deleted: password_reset_exploit.patch
===
--- password_reset_exploit.patch2020-04-05 15:38:37 UTC (rev 611863)
+++ password_reset_exploit.patch2020-04-05 15:38:44 UTC (rev 611864)
@@ -1,31 +0,0 @@
 a/wp-includes/pluggable.php2017-05-07 15:19:40.838218673 +0200
-+++ b/wp-includes/pluggable.php2017-05-07 15:25:35.661548515 +0200
-@@ -328,14 +328,20 @@
-* https://core.trac.wordpress.org/ticket/5007.
-*/
- 
--  if ( ! isset( $from_email ) ) {
--  // Get the site domain and get rid of www.
--  $sitename = strtolower( $_SERVER['SERVER_NAME'] );
--  if ( substr( $sitename, 0, 4 ) == 'www.' ) {
--  $sitename = substr( $sitename, 4 );
--  }
--
--  $from_email = 'wordpress@' . $sitename;
-+  // Thanks simlevesque @ 
https://news.ycombinator.com/item?id=14265092
-+  if ( !isset( $from_email ) ) {
-+  // Get the site domain and get rid of www.
-+  $sitename = strtolower( WP_HOME );
-+  if ( substr( $sitename, 0, 7 ) == 'http://' ) {
-+  $sitename = substr( $sitename, 
7 );
-+  }
-+  if ( substr( $sitename, 0, 8 ) == 'https://' ) {
-+  $sitename = substr( $sitename, 
8 );
-+  }
-+  if ( substr( $sitename, 0, 4 ) == 'www.' ) {
-+  $sitename = substr( $sitename, 
4 );
-+  }
-+

[arch-commits] Commit in wordpress/trunk (PKGBUILD password_reset_exploit.patch)

2020-04-05 Thread Alexander Rødseth via arch-commits
Date: Sunday, April 5, 2020 @ 15:38:36
  Author: arodseth
Revision: 611862

upgpkg: wordpress 5.4-1

Modified:
  wordpress/trunk/PKGBUILD
Deleted:
  wordpress/trunk/password_reset_exploit.patch

--+
 PKGBUILD |   13 +++--
 password_reset_exploit.patch |   31 ---
 2 files changed, 3 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 15:38:28 UTC (rev 611861)
+++ PKGBUILD2020-04-05 15:38:36 UTC (rev 611862)
@@ -5,7 +5,7 @@
 # Contributor: Christopher Rogers 
 
 pkgname=wordpress
-pkgver=5.3.2
+pkgver=5.4
 pkgrel=1
 pkgdesc='Blog tool and publishing platform'
 arch=(any)
@@ -17,16 +17,9 @@
 'mariadb: Database server')
 options=(emptydirs)
 install=$pkgname.install
-source=("https://wordpress.org/$pkgname-$pkgver.tar.gz";
-password_reset_exploit.patch)
-sha256sums=('e186687e82a154da187dce888c016284e2afe9eb3088e3f365db811e06910167'
-'84c716953fb1aad583bfe62c2aba88173b760c60a90f6752228d4ba966e647b9')
+source=("https://wordpress.org/$pkgname-$pkgver.tar.gz";)
+sha256sums=('39c326170d0e18ea6daac4d3082574d2ae66cbdbc0a0b34b3e286693f27af283')
 
-prepare() {
-  cd $pkgname
-  patch -p1 -i "$srcdir/password_reset_exploit.patch"
-}
-
 package() {
   install -d "$pkgdir/usr/share/webapps"
   cp -r $pkgname "$pkgdir/usr/share/webapps"

Deleted: password_reset_exploit.patch
===
--- password_reset_exploit.patch2020-04-05 15:38:28 UTC (rev 611861)
+++ password_reset_exploit.patch2020-04-05 15:38:36 UTC (rev 611862)
@@ -1,31 +0,0 @@
 a/wp-includes/pluggable.php2017-05-07 15:19:40.838218673 +0200
-+++ b/wp-includes/pluggable.php2017-05-07 15:25:35.661548515 +0200
-@@ -328,14 +328,20 @@
-* https://core.trac.wordpress.org/ticket/5007.
-*/
- 
--  if ( ! isset( $from_email ) ) {
--  // Get the site domain and get rid of www.
--  $sitename = strtolower( $_SERVER['SERVER_NAME'] );
--  if ( substr( $sitename, 0, 4 ) == 'www.' ) {
--  $sitename = substr( $sitename, 4 );
--  }
--
--  $from_email = 'wordpress@' . $sitename;
-+  // Thanks simlevesque @ 
https://news.ycombinator.com/item?id=14265092
-+  if ( !isset( $from_email ) ) {
-+  // Get the site domain and get rid of www.
-+  $sitename = strtolower( WP_HOME );
-+  if ( substr( $sitename, 0, 7 ) == 'http://' ) {
-+  $sitename = substr( $sitename, 
7 );
-+  }
-+  if ( substr( $sitename, 0, 8 ) == 'https://' ) {
-+  $sitename = substr( $sitename, 
8 );
-+  }
-+  if ( substr( $sitename, 0, 4 ) == 'www.' ) {
-+  $sitename = substr( $sitename, 
4 );
-+  }
-+  $from_email = 'wordpress@' . $sitename;
-   }
- 
-   /**


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

2020-04-05 Thread Alexander Rødseth via arch-commits
Date: Sunday, April 5, 2020 @ 15:17:10
  Author: arodseth
Revision: 611857

upgpkg: raylib 3.0.0-1

Modified:
  raylib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 14:52:43 UTC (rev 611856)
+++ PKGBUILD2020-04-05 15:17:10 UTC (rev 611857)
@@ -2,7 +2,7 @@
 # Contributor: Wilhem Barbier 
 
 pkgname=raylib
-pkgver=2.6.0
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='Simple and easy-to-use game programming library'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(ZLIB)
 depends=(glfw)
 makedepends=(cmake git libx11 libxcursor libxinerama libxrandr ninja 
vulkan-headers xorg-server-devel xorg-xinput)
-source=("git+https://github.com/raysan5/raylib#commit=6f3c99a295533e41de3049db5e683d15fd5c6e1a";)
 # 2.6.0
+source=("git+https://github.com/raysan5/raylib#commit=7ef114d1da2c34a70bba5442497103441647d8f3";)
 # 3.0.0
 md5sums=('SKIP')
 
 build() {


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

2020-04-05 Thread Alexander Rødseth via arch-commits
Date: Sunday, April 5, 2020 @ 15:17:16
  Author: arodseth
Revision: 611858

archrelease: copy trunk to community-x86_64

Added:
  raylib/repos/community-x86_64/PKGBUILD
(from rev 611857, raylib/trunk/PKGBUILD)
Deleted:
  raylib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 15:17:10 UTC (rev 611857)
+++ PKGBUILD2020-04-05 15:17:16 UTC (rev 611858)
@@ -1,50 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Wilhem Barbier 
-
-pkgname=raylib
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='Simple and easy-to-use game programming library'
-arch=(x86_64)
-url='https://www.raylib.com'
-license=(ZLIB)
-depends=(glfw)
-makedepends=(cmake git libx11 libxcursor libxinerama libxrandr ninja 
vulkan-headers xorg-server-devel xorg-xinput)
-source=("git+https://github.com/raysan5/raylib#commit=6f3c99a295533e41de3049db5e683d15fd5c6e1a";)
 # 2.6.0
-md5sums=('SKIP')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "$srcdir/$pkgname" \
--Wno-dev \
--D CMAKE_BUILD_TYPE=Release \
--D CMAKE_INSTALL_PREFIX=/usr \
--D CMAKE_INSTALL_LIBDIR=lib \
--D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
--D OpenGL_GL_PREFERENCE=GLVND \
--D USE_EXTERNAL_GLFW=ON \
--D BUILD_EXAMPLES=OFF \
--D BUILD_GAMES=OFF \
--D SHARED=ON \
--D STATIC=OFF \
--D WITH_PIC=ON \
--G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  
-  # Also package header files
-  for f in build/src/*.h; do
-install -Dm 644 "$f" "$pkgdir/usr/include/$(basename $f)"
-  done
-  
-  # License
-  install -Dm 644 "$pkgname/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/raysan5/raylib/releases
-# vim: ts=2 sw=2 et:

Copied: raylib/repos/community-x86_64/PKGBUILD (from rev 611857, 
raylib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 15:17:16 UTC (rev 611858)
@@ -0,0 +1,50 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Wilhem Barbier 
+
+pkgname=raylib
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='Simple and easy-to-use game programming library'
+arch=(x86_64)
+url='https://www.raylib.com'
+license=(ZLIB)
+depends=(glfw)
+makedepends=(cmake git libx11 libxcursor libxinerama libxrandr ninja 
vulkan-headers xorg-server-devel xorg-xinput)
+source=("git+https://github.com/raysan5/raylib#commit=7ef114d1da2c34a70bba5442497103441647d8f3";)
 # 3.0.0
+md5sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname" \
+-Wno-dev \
+-D CMAKE_BUILD_TYPE=Release \
+-D CMAKE_INSTALL_PREFIX=/usr \
+-D CMAKE_INSTALL_LIBDIR=lib \
+-D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+-D OpenGL_GL_PREFERENCE=GLVND \
+-D USE_EXTERNAL_GLFW=ON \
+-D BUILD_EXAMPLES=OFF \
+-D BUILD_GAMES=OFF \
+-D SHARED=ON \
+-D STATIC=OFF \
+-D WITH_PIC=ON \
+-G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  
+  # Also package header files
+  for f in build/src/*.h; do
+install -Dm 644 "$f" "$pkgdir/usr/include/$(basename $f)"
+  done
+  
+  # License
+  install -Dm 644 "$pkgname/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/raysan5/raylib/releases
+# vim: ts=2 sw=2 et:


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

2020-03-31 Thread Alexander Rødseth via arch-commits
Date: Tuesday, March 31, 2020 @ 11:54:17
  Author: arodseth
Revision: 608005

archrelease: copy trunk to community-x86_64

Added:
  bonzomatic/repos/community-x86_64/PKGBUILD
(from rev 608004, bonzomatic/trunk/PKGBUILD)

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

Copied: bonzomatic/repos/community-x86_64/PKGBUILD (from rev 608004, 
bonzomatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-31 11:54:17 UTC (rev 608005)
@@ -0,0 +1,49 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Robin Broda 
+
+pkgname=bonzomatic
+# Inspired by the MAJOR, MINOR and PATCH versions that are defined in 
CMakeLists.txt
+pkgver=1.0.20200306
+pkgrel=1
+pkgdesc='Live shader coding tool'
+arch=(x86_64)
+url='https://github.com/Gargaj/bonzomatic'
+license=(custom:Unlicense)
+depends=(alsa-lib fontconfig hicolor-icon-theme libglvnd)
+makedepends=(chrpath cmake git glu imagemagick libxcursor libxi libxinerama 
libxrandr ninja)
+# Using latest master from 2020-03-06, while awaiting the next release
+source=("$pkgname::git+$url#commit=55c24f7447536728df4e5a519d0763760a670587")
+md5sums=('SKIP')
+
+prepare() {
+  convert "$pkgname/data/unix/icon.png" -resize 128x128 "$srcdir/$pkgname.png"
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+-DCMAKE_CXX_FLAGS="$CFLAGS -fPIC -w" \
+-G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Fix insecure rpath
+  chrpath -d "$pkgdir/usr/bin/bonzomatic"
+
+  # Install license
+  install -Dm644 $pkgname/LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Install 128x128 icon
+  install -Dm644 $pkgname.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
+
+# getver: github.com/Gargaj/Bonzomatic/releases
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (5 files)

2020-03-31 Thread Alexander Rødseth via arch-commits
Date: Tuesday, March 31, 2020 @ 11:54:07
  Author: arodseth
Revision: 608004

Add bonzomatic: a live shader editor

Added:
  bonzomatic/
  bonzomatic/repos/
  bonzomatic/repos/community-x86_64/
  bonzomatic/trunk/
  bonzomatic/trunk/PKGBUILD

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

Added: bonzomatic/trunk/PKGBUILD
===
--- bonzomatic/trunk/PKGBUILD   (rev 0)
+++ bonzomatic/trunk/PKGBUILD   2020-03-31 11:54:07 UTC (rev 608004)
@@ -0,0 +1,49 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Robin Broda 
+
+pkgname=bonzomatic
+# Inspired by the MAJOR, MINOR and PATCH versions that are defined in 
CMakeLists.txt
+pkgver=1.0.20200306
+pkgrel=1
+pkgdesc='Live shader coding tool'
+arch=(x86_64)
+url='https://github.com/Gargaj/bonzomatic'
+license=(custom:Unlicense)
+depends=(alsa-lib fontconfig hicolor-icon-theme libglvnd)
+makedepends=(chrpath cmake git glu imagemagick libxcursor libxi libxinerama 
libxrandr ninja)
+# Using latest master from 2020-03-06, while awaiting the next release
+source=("$pkgname::git+$url#commit=55c24f7447536728df4e5a519d0763760a670587")
+md5sums=('SKIP')
+
+prepare() {
+  convert "$pkgname/data/unix/icon.png" -resize 128x128 "$srcdir/$pkgname.png"
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+-DCMAKE_CXX_FLAGS="$CFLAGS -fPIC -w" \
+-G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Fix insecure rpath
+  chrpath -d "$pkgdir/usr/bin/bonzomatic"
+
+  # Install license
+  install -Dm644 $pkgname/LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Install 128x128 icon
+  install -Dm644 $pkgname.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
+
+# getver: github.com/Gargaj/Bonzomatic/releases
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (libbass)

2020-03-31 Thread Alexander Rødseth via arch-commits
Date: Tuesday, March 31, 2020 @ 11:25:51
  Author: arodseth
Revision: 608003

libbass is not needed by bonzomatic any more

Deleted:
  libbass/


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

2020-03-31 Thread Alexander Rødseth via arch-commits
Date: Tuesday, March 31, 2020 @ 10:41:05
  Author: arodseth
Revision: 607964

archrelease: copy trunk to community-x86_64

Added:
  libbass/repos/community-x86_64/PKGBUILD
(from rev 607963, libbass/trunk/PKGBUILD)

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

Copied: libbass/repos/community-x86_64/PKGBUILD (from rev 607963, 
libbass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-31 10:41:05 UTC (rev 607964)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Alexander Sulfrian 
+
+pkgname=libbass
+pkgver=2.4.15
+pkgrel=4
+pkgdesc='BASS audio library'
+arch=(x86_64)
+url='https://www.un4seen.com/'
+license=(custom)
+depends=(alsa-lib)
+makedepends=(unzip)
+source=("$pkgname-$pkgver.zip::http://dl.un4seen.com/files/bass24-linux.zip";)
+sha256sums=('05200f84de1ba507e717f607640ccc3b5cef5860c002b61130b17941418d01fc')
+
+prepare() {
+  unzip -q "$pkgname-$pkgver.zip" -d "$srcdir/$pkgname-$pkgver"
+  grep Lic "$pkgname-$pkgver/bass.txt" -A62 > LICENSE
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -D -m644 x64/libbass.so "$pkgdir/usr/lib/libbass.so"
+  install -D -m644 bass.h "$pkgdir/usr/include/bass.h"
+  install -D -m644 bass.chm "$pkgdir/usr/share/doc/libbass/bass.chm"
+  install -D -m644 "$srcdir/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: -u=2 un4seen.com/bass.html
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (5 files)

2020-03-31 Thread Alexander Rødseth via arch-commits
Date: Tuesday, March 31, 2020 @ 10:40:52
  Author: arodseth
Revision: 607963

Add libbass, required by bonzomatic

Added:
  libbass/
  libbass/repos/
  libbass/repos/community-x86_64/
  libbass/trunk/
  libbass/trunk/PKGBUILD

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

Added: libbass/trunk/PKGBUILD
===
--- libbass/trunk/PKGBUILD  (rev 0)
+++ libbass/trunk/PKGBUILD  2020-03-31 10:40:52 UTC (rev 607963)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Alexander Sulfrian 
+
+pkgname=libbass
+pkgver=2.4.15
+pkgrel=4
+pkgdesc='BASS audio library'
+arch=(x86_64)
+url='https://www.un4seen.com/'
+license=(custom)
+depends=(alsa-lib)
+makedepends=(unzip)
+source=("$pkgname-$pkgver.zip::http://dl.un4seen.com/files/bass24-linux.zip";)
+sha256sums=('05200f84de1ba507e717f607640ccc3b5cef5860c002b61130b17941418d01fc')
+
+prepare() {
+  unzip -q "$pkgname-$pkgver.zip" -d "$srcdir/$pkgname-$pkgver"
+  grep Lic "$pkgname-$pkgver/bass.txt" -A62 > LICENSE
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -D -m644 x64/libbass.so "$pkgdir/usr/lib/libbass.so"
+  install -D -m644 bass.h "$pkgdir/usr/include/bass.h"
+  install -D -m644 bass.chm "$pkgdir/usr/share/doc/libbass/bass.chm"
+  install -D -m644 "$srcdir/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: -u=2 un4seen.com/bass.html
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ttf-jetbrains-mono/repos/community-any (PKGBUILD PKGBUILD)

2020-03-29 Thread Alexander Rødseth via arch-commits
Date: Sunday, March 29, 2020 @ 21:47:36
  Author: arodseth
Revision: 606491

archrelease: copy trunk to community-any

Added:
  ttf-jetbrains-mono/repos/community-any/PKGBUILD
(from rev 606490, ttf-jetbrains-mono/trunk/PKGBUILD)
Deleted:
  ttf-jetbrains-mono/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-29 21:47:30 UTC (rev 606490)
+++ PKGBUILD2020-03-29 21:47:36 UTC (rev 606491)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Althorion 
-# Contributor: Jordan Day 
-
-pkgname=ttf-jetbrains-mono
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Typeface for developers, by JetBrains'
-arch=(any)
-url='https://www.jetbrains.com/lp/mono'
-license=(Apache)
-depends=(fontconfig xorg-font-utils)
-source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip";)
-sha256sums=('737acc16715dbf911e833dd80fa27c49b2264c11800b0202f91b8745afa34a04')
-
-package() {
-  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" \
-"JetBrainsMono-$pkgver/ttf/"*.ttf
-}
-
-# getver: github.com/JetBrains/JetBrainsMono/releases
-# vim: ts=2 sw=2 et:

Copied: ttf-jetbrains-mono/repos/community-any/PKGBUILD (from rev 606490, 
ttf-jetbrains-mono/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-29 21:47:36 UTC (rev 606491)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Althorion 
+# Contributor: Jordan Day 
+
+pkgname=ttf-jetbrains-mono
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Typeface for developers, by JetBrains'
+arch=(any)
+url='https://www.jetbrains.com/lp/mono'
+license=(Apache)
+depends=(fontconfig xorg-font-utils)
+source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip";)
+sha256sums=('4ea0eaf943764cd5ab011524266c12704420ba4e57da03daa0456145946022eb')
+
+package() {
+  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" \
+"JetBrainsMono-$pkgver/ttf/"*.ttf
+}
+
+# getver: github.com/JetBrains/JetBrainsMono/releases
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ttf-jetbrains-mono/trunk (PKGBUILD)

2020-03-29 Thread Alexander Rødseth via arch-commits
Date: Sunday, March 29, 2020 @ 21:47:30
  Author: arodseth
Revision: 606490

upgpkg: ttf-jetbrains-mono 1.0.5-1

Modified:
  ttf-jetbrains-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-29 21:43:02 UTC (rev 606489)
+++ PKGBUILD2020-03-29 21:47:30 UTC (rev 606490)
@@ -3,7 +3,7 @@
 # Contributor: Jordan Day 
 
 pkgname=ttf-jetbrains-mono
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc='Typeface for developers, by JetBrains'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(Apache)
 depends=(fontconfig xorg-font-utils)
 
source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip";)
-sha256sums=('737acc16715dbf911e833dd80fa27c49b2264c11800b0202f91b8745afa34a04')
+sha256sums=('4ea0eaf943764cd5ab011524266c12704420ba4e57da03daa0456145946022eb')
 
 package() {
   install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" \


<    1   2   3   4   5   6   7   8   9   10   >