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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:59:02
  Author: felixonmars
Revision: 625255

upgpkg: haskell-aeson-diff 1.1.0.8-96: rebuild with ghc-lib-parser-ex 8.10.0.4

Modified:
  haskell-aeson-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:58:03 UTC (rev 625254)
+++ PKGBUILD2020-05-07 05:59:02 UTC (rev 625255)
@@ -3,7 +3,7 @@
 _hkgname=aeson-diff
 pkgname=haskell-aeson-diff
 pkgver=1.1.0.8
-pkgrel=95
+pkgrel=96
 pkgdesc="Extract and apply patches to JSON documents"
 url="https://github.com/thsutton/aeson-diff;
 license=('BSD')


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:59:17
  Author: felixonmars
Revision: 625256

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-aeson-diff/repos/community-staging-x86_64/
  haskell-aeson-diff/repos/community-staging-x86_64/PKGBUILD
(from rev 625255, haskell-aeson-diff/trunk/PKGBUILD)

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

Copied: haskell-aeson-diff/repos/community-staging-x86_64/PKGBUILD (from rev 
625255, haskell-aeson-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-07 05:59:17 UTC (rev 625256)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=aeson-diff
+pkgname=haskell-aeson-diff
+pkgver=1.1.0.8
+pkgrel=96
+pkgdesc="Extract and apply patches to JSON documents"
+url="https://github.com/thsutton/aeson-diff;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-edit-distance-vector' 
'haskell-hashable'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-optparse-applicative')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'hlint')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5a5f703dec592c0cfd825eb1899006350649c52bf810ff1aaaf4134ebfbc11f5fbe9e7f158a8c3a21dbef4902b1f9e94148bc116e27418b2b786f6d31c7561fb')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in python-httpretty/repos/community-testing-any (2 files)

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:58:03
  Author: felixonmars
Revision: 625254

archrelease: copy trunk to community-testing-any

Added:
  python-httpretty/repos/community-testing-any/PKGBUILD
(from rev 625253, python-httpretty/trunk/PKGBUILD)
Deleted:
  python-httpretty/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:57:47 UTC (rev 625253)
+++ PKGBUILD2020-05-07 05:58:03 UTC (rev 625254)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-httpretty
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="HTTP client mock for Python"
-arch=('any')
-url="https://github.com/gabrielfalcao/httpretty;
-license=('MIT')
-depends=('python-urllib3')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-coverage' 'python-eventlet' 
'python-freezegun' 'python-httplib2'
-  'python-redis' 'python-rednose' 'python-requests' 'python-sure' 
'python-tornado')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz;)
-sha512sums=('3f34af2c67d4b30e7f4a241f6f47416350313787f571ec4f5603a99be4a2fbbd3c977767422f4460da4009e6b9fa8dac8f408b02917525a5628dd63b1e29058b')
-
-check() {
-  cd HTTPretty-$pkgver
-  nosetests3 -s tests
-}
-
-package_python-httpretty() {
-  cd HTTPretty-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: python-httpretty/repos/community-testing-any/PKGBUILD (from rev 625253, 
python-httpretty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:58:03 UTC (rev 625254)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-httpretty
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="HTTP client mock for Python"
+arch=('any')
+url="https://github.com/gabrielfalcao/httpretty;
+license=('MIT')
+depends=('python-urllib3')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-coverage' 'python-eventlet' 
'python-freezegun' 'python-httplib2'
+  'python-redis' 'python-rednose' 'python-requests' 'python-sure' 
'python-tornado')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz;)
+sha512sums=('c66cbfdd6a80a9fed9cd39b92ce3cc51b671b413035c947aecf28be701541b4159f303d268d338c055e1b55904b381be7388ba804a8b76aa93e6381710aaeffe')
+
+check() {
+  cd HTTPretty-$pkgver
+  nosetests3 -s tests
+}
+
+package_python-httpretty() {
+  cd HTTPretty-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:58:17
  Author: felixonmars
Revision: 382592

archrelease: copy trunk to extra-x86_64

Added:
  tomcat-native/repos/extra-x86_64/PKGBUILD
(from rev 382591, tomcat-native/trunk/PKGBUILD)
Deleted:
  tomcat-native/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:58:00 UTC (rev 382591)
+++ PKGBUILD2020-05-07 05:58:17 UTC (rev 382592)
@@ -1,38 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-# Maintainer: Maxime Gauduin 
-# Contributor: Vitaliy Berdinskikh 
-
-pkgname=tomcat-native
-pkgver=1.2.23
-pkgrel=1
-pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
-arch=(x86_64)
-url=https://tomcat.apache.org/native-doc/
-license=(APACHE)
-depends=(apr)
-makedepends=(java-environment)
-options=(!emptydirs)
-source=(https://archive.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz{,.asc})
-validpgpkeys=(
-  A9C5DF4D22E8D9875A5110C01C5A2F6059E7
-  B3F49CD3B9BD2996DA90F817ED3873F5D3262722
-)
-sha512sums=('89a0363961d322a87f4e752f4727f54f28ac6e4ad10fa21b6b7390c62b041d4068672d95495d9233c1cad7d6c1dc3c85fbd0186894085b3b94e476876af160ee'
-'SKIP')
-
-build() {
-  cd tomcat-native-${pkgver}-src/native
-
-  ./configure \
---prefix=/usr \
---with-java-home=/usr/lib/jvm/default \
---with-apr=/usr \
---with-ssl=/usr
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C tomcat-native-${pkgver}-src/native install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tomcat-native/repos/extra-x86_64/PKGBUILD (from rev 382591, 
tomcat-native/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:58:17 UTC (rev 382592)
@@ -0,0 +1,38 @@
+# Maintainer: Guillaume ALAUX 
+# Maintainer: Maxime Gauduin 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=tomcat-native
+pkgver=1.2.24
+pkgrel=1
+pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
+arch=(x86_64)
+url=https://tomcat.apache.org/native-doc/
+license=(APACHE)
+depends=(apr)
+makedepends=(java-environment)
+options=(!emptydirs)
+source=(https://archive.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz{,.asc})
+validpgpkeys=(
+  A9C5DF4D22E8D9875A5110C01C5A2F6059E7
+  B3F49CD3B9BD2996DA90F817ED3873F5D3262722
+)
+sha512sums=('5dae151a60f8bd5a9a29d63eca838c77174426025ee65a826f0698943494dd3656d50bcd417e220a926b9ce111ea167043d4b806264030e951873d06767b3d6f'
+'SKIP')
+
+build() {
+  cd tomcat-native-${pkgver}-src/native
+
+  ./configure \
+--prefix=/usr \
+--with-java-home=/usr/lib/jvm/default \
+--with-apr=/usr \
+--with-ssl=/usr
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C tomcat-native-${pkgver}-src/native install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:58:00
  Author: felixonmars
Revision: 382591

upgpkg: tomcat-native 1.2.24-1

Modified:
  tomcat-native/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:56:02 UTC (rev 382590)
+++ PKGBUILD2020-05-07 05:58:00 UTC (rev 382591)
@@ -3,7 +3,7 @@
 # Contributor: Vitaliy Berdinskikh 
 
 pkgname=tomcat-native
-pkgver=1.2.23
+pkgver=1.2.24
 pkgrel=1
 pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   A9C5DF4D22E8D9875A5110C01C5A2F6059E7
   B3F49CD3B9BD2996DA90F817ED3873F5D3262722
 )
-sha512sums=('89a0363961d322a87f4e752f4727f54f28ac6e4ad10fa21b6b7390c62b041d4068672d95495d9233c1cad7d6c1dc3c85fbd0186894085b3b94e476876af160ee'
+sha512sums=('5dae151a60f8bd5a9a29d63eca838c77174426025ee65a826f0698943494dd3656d50bcd417e220a926b9ce111ea167043d4b806264030e951873d06767b3d6f'
 'SKIP')
 
 build() {


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:56:55
  Author: felixonmars
Revision: 625251

upgpkg: hlint 2.2.11-48: rebuild with ghc-lib-parser-ex 8.10.0.4

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:55:36 UTC (rev 625250)
+++ PKGBUILD2020-05-07 05:56:55 UTC (rev 625251)
@@ -3,8 +3,8 @@
 
 pkgname=hlint
 pkgver=2.2.11
-_commit=540c3cf8a3f1d2972dfbd2efb8da7f538c58008c
-pkgrel=47
+_commit=285c815669879c07f6c6f72592ddc6dcbdeb67e7
+pkgrel=48
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("BSD")
@@ -19,7 +19,7 @@
 makedepends=('ghc')
 
source=("https://github.com/ndmitchell/hlint/archive/$_commit/$pkgname-$_commit.tar.gz;)
 
#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('374a6076451d4b33f9c9d10b8d0b3845aeffc2092e7b0724294d20e10960c5c8f4a756061f3ca8d7412a7f0ce9a2dda0f7b4edf9a31c10b53e1d37c14257e841')
+sha512sums=('72d896e5817b667e5f4e0f8ded6ee99485b3d3341cd9701b7306e798570ce1716efb7a7212d410a139d180c7d131d37609d82eed2d495a2fc92578adda19abdf')
 
 prepare() {
 mv $pkgname-{$_commit,$pkgver}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:57:47
  Author: felixonmars
Revision: 625253

upgpkg: python-httpretty 1.0.1-1

Modified:
  python-httpretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:57:18 UTC (rev 625252)
+++ PKGBUILD2020-05-07 05:57:47 UTC (rev 625253)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-httpretty
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="HTTP client mock for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-nose' 'python-coverage' 'python-eventlet' 
'python-freezegun' 'python-httplib2'
   'python-redis' 'python-rednose' 'python-requests' 'python-sure' 
'python-tornado')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz;)
-sha512sums=('3f34af2c67d4b30e7f4a241f6f47416350313787f571ec4f5603a99be4a2fbbd3c977767422f4460da4009e6b9fa8dac8f408b02917525a5628dd63b1e29058b')
+sha512sums=('c66cbfdd6a80a9fed9cd39b92ce3cc51b671b413035c947aecf28be701541b4159f303d268d338c055e1b55904b381be7388ba804a8b76aa93e6381710aaeffe')
 
 check() {
   cd HTTPretty-$pkgver


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:57:18
  Author: felixonmars
Revision: 625252

archrelease: copy trunk to community-staging-x86_64

Added:
  hlint/repos/community-staging-x86_64/
  hlint/repos/community-staging-x86_64/PKGBUILD
(from rev 625251, hlint/trunk/PKGBUILD)

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

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 625251, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-07 05:57:18 UTC (rev 625252)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=2.2.11
+_commit=285c815669879c07f6c6f72592ddc6dcbdeb67e7
+pkgrel=48
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' 
'haskell-cpphs'
+ 'haskell-data-default' 'haskell-extra' 'haskell-file-embed' 
'haskell-filepattern'
+ 'haskell-ghc' 'haskell-ghc-lib-parser-ex' 'haskell-hscolour' 
'haskell-refact'
+ 'haskell-src-exts' 'haskell-src-exts-util' 'haskell-syb' 
'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 
'haskell-yaml')
+conflicts=('haskell-hlint')
+replaces=('haskell-hlint')
+makedepends=('ghc')
+source=("https://github.com/ndmitchell/hlint/archive/$_commit/$pkgname-$_commit.tar.gz;)
+#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('72d896e5817b667e5f4e0f8ded6ee99485b3d3341cd9701b7306e798570ce1716efb7a7212d410a139d180c7d131d37609d82eed2d495a2fc92578adda19abdf')
+
+prepare() {
+mv $pkgname-{$_commit,$pkgver}
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:56:02
  Author: felixonmars
Revision: 382590

archrelease: copy trunk to extra-x86_64

Added:
  libspectre/repos/extra-x86_64/PKGBUILD
(from rev 382589, libspectre/trunk/PKGBUILD)
Deleted:
  libspectre/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:55:47 UTC (rev 382589)
+++ PKGBUILD2020-05-07 05:56:02 UTC (rev 382590)
@@ -1,23 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=libspectre
-pkgver=0.2.8
-pkgrel=2
-pkgdesc="Small library for rendering Postscript documents"
-arch=('x86_64')
-license=('GPL2')
-url="https://www.freedesktop.org/wiki/Software/libspectre;
-depends=('ghostscript>=9.00')
-source=(https://libspectre.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('322499a5ba8874bc0cc20426b0e429024bf1a573')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libspectre/repos/extra-x86_64/PKGBUILD (from rev 382589, 
libspectre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:56:02 UTC (rev 382590)
@@ -0,0 +1,23 @@
+# Maintainer: Jan de Groot 
+
+pkgname=libspectre
+pkgver=0.2.9
+pkgrel=1
+pkgdesc="Small library for rendering Postscript documents"
+arch=('x86_64')
+license=('GPL2')
+url="https://www.freedesktop.org/wiki/Software/libspectre;
+depends=('ghostscript>=9.00')
+source=(https://libspectre.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('7c24b5c83c6d356c89417d09dc76566afbe886ec189fe80d030a239c23ad25b061db071768117fa06805aa3d86f749fb232b7491bd7d467f26a40e348e74d5d2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:55:47
  Author: felixonmars
Revision: 382589

upgpkg: libspectre 0.2.9-1

Modified:
  libspectre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:51:40 UTC (rev 382588)
+++ PKGBUILD2020-05-07 05:55:47 UTC (rev 382589)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libspectre
-pkgver=0.2.8
-pkgrel=2
+pkgver=0.2.9
+pkgrel=1
 pkgdesc="Small library for rendering Postscript documents"
 arch=('x86_64')
 license=('GPL2')
@@ -9,7 +9,7 @@
 url="https://www.freedesktop.org/wiki/Software/libspectre;
 depends=('ghostscript>=9.00')
 
source=(https://libspectre.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('322499a5ba8874bc0cc20426b0e429024bf1a573')
+sha512sums=('7c24b5c83c6d356c89417d09dc76566afbe886ec189fe80d030a239c23ad25b061db071768117fa06805aa3d86f749fb232b7491bd7d467f26a40e348e74d5d2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:55:21
  Author: felixonmars
Revision: 625249

upgpkg: fastjet 3.3.4-1

Modified:
  fastjet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:53:31 UTC (rev 625248)
+++ PKGBUILD2020-05-07 05:55:21 UTC (rev 625249)
@@ -2,7 +2,7 @@
 # Contributor: Frank Siegert 
 
 pkgname=fastjet
-pkgver=3.3.3
+pkgver=3.3.4
 pkgrel=1
 pkgdesc="A particle physics package for jet finding in pp and e+e- collisions."
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('bash')
 makedepends=('gcc-fortran' 'python')
 source=("http://fastjet.fr/repo/$pkgname-$pkgver.tar.gz;)
-md5sums=('9e5397eca91f5a55c3099e95f1055cff')
+sha512sums=('0d9dab6ee334f6bc0c53fe6d9c418de606d95004390fcd004c1d8338fcd90bdd7794fd090edee7fab22d15e1eb80d3c22e3eff88183ce236b01de41cf67d9ea1')
 
 build() {
   cd $pkgname-$pkgver


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:55:36
  Author: felixonmars
Revision: 625250

archrelease: copy trunk to community-x86_64

Added:
  fastjet/repos/community-x86_64/PKGBUILD
(from rev 625249, fastjet/trunk/PKGBUILD)
Deleted:
  fastjet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:55:21 UTC (rev 625249)
+++ PKGBUILD2020-05-07 05:55:36 UTC (rev 625250)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Frank Siegert 
-
-pkgname=fastjet
-pkgver=3.3.3
-pkgrel=1
-pkgdesc="A particle physics package for jet finding in pp and e+e- collisions."
-arch=('x86_64')
-url="http://fastjet.fr;
-license=('GPL2')
-depends=('bash')
-makedepends=('gcc-fortran' 'python')
-source=("http://fastjet.fr/repo/$pkgname-$pkgver.tar.gz;)
-md5sums=('9e5397eca91f5a55c3099e95f1055cff')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-allplugins --enable-static=no 
--enable-pyext
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: fastjet/repos/community-x86_64/PKGBUILD (from rev 625249, 
fastjet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:55:36 UTC (rev 625250)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Frank Siegert 
+
+pkgname=fastjet
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="A particle physics package for jet finding in pp and e+e- collisions."
+arch=('x86_64')
+url="http://fastjet.fr;
+license=('GPL2')
+depends=('bash')
+makedepends=('gcc-fortran' 'python')
+source=("http://fastjet.fr/repo/$pkgname-$pkgver.tar.gz;)
+sha512sums=('0d9dab6ee334f6bc0c53fe6d9c418de606d95004390fcd004c1d8338fcd90bdd7794fd090edee7fab22d15e1eb80d3c22e3eff88183ce236b01de41cf67d9ea1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-allplugins --enable-static=no 
--enable-pyext
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:53:14
  Author: felixonmars
Revision: 625247

upgpkg: deepin-file-manager 1:5.1.1.22-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:52:50 UTC (rev 625246)
+++ PKGBUILD2020-05-07 05:53:14 UTC (rev 625247)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=5.1.1.21
+pkgver=5.1.1.22
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -24,7 +24,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('5fe4e85abee797cf4a492630d1876fc67fe963018bb48aa6a6b4177514ad214fad0f678762408e9b26435f6bfad5c667133d8be86f7f9831c193b545ed67bf81')
+sha512sums=('05cb135c3ca9239bc0e9163faec046e29b7823d872db1181d7818c2321d0767bc241662eb23cb328a313969ee9231846af28486450432fa0e866ddff71aa64a7')
 
 prepare() {
   cd dde-file-manager-$pkgver


[arch-commits] Commit in deepin-file-manager/repos/community-testing-x86_64 (2 files)

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:53:31
  Author: felixonmars
Revision: 625248

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-file-manager/repos/community-testing-x86_64/PKGBUILD
(from rev 625247, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:53:14 UTC (rev 625247)
+++ PKGBUILD2020-05-07 05:53:31 UTC (rev 625248)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=5.1.1.21
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo' 'avfs' 'polkit-qt5' 'poppler'
- 'ffmpegthumbnailer' 'jemalloc' 'kcodecs' 'taglib')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
-optdepends=('deepin-manual: for help menual'
-'deepin-shortcut-viewer: for shortcut display'
-'deepin-screensaver: for screensaver chooser'
-'deepin-movie: for video preview'
-'deepin-terminal: for opening in terminal'
-'file-roller: for compress/decompress')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('5fe4e85abee797cf4a492630d1876fc67fe963018bb48aa6a6b4177514ad214fad0f678762408e9b26435f6bfad5c667133d8be86f7f9831c193b545ed67bf81')
-
-prepare() {
-  cd dde-file-manager-$pkgver
-  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
-}
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-testing-x86_64/PKGBUILD (from rev 
625247, deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:53:31 UTC (rev 625248)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=5.1.1.22
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo' 'avfs' 'polkit-qt5' 'poppler'
+ 'ffmpegthumbnailer' 'jemalloc' 'kcodecs' 'taglib')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'deepin-screensaver: for screensaver chooser'
+'deepin-movie: for video preview'
+'deepin-terminal: for opening in terminal'
+'file-roller: for compress/decompress')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('05cb135c3ca9239bc0e9163faec046e29b7823d872db1181d7818c2321d0767bc241662eb23cb328a313969ee9231846af28486450432fa0e866ddff71aa64a7')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in haskell-ghc-lib-parser-ex/repos (2 files)

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:52:50
  Author: felixonmars
Revision: 625246

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ghc-lib-parser-ex/repos/community-staging-x86_64/
  haskell-ghc-lib-parser-ex/repos/community-staging-x86_64/PKGBUILD
(from rev 625245, haskell-ghc-lib-parser-ex/trunk/PKGBUILD)

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

Copied: haskell-ghc-lib-parser-ex/repos/community-staging-x86_64/PKGBUILD (from 
rev 625245, haskell-ghc-lib-parser-ex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-07 05:52:50 UTC (rev 625246)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-lib-parser-ex
+pkgname=haskell-ghc-lib-parser-ex
+pkgver=8.10.0.4
+pkgrel=1
+pkgdesc="Algorithms on GHC parse trees"
+url="https://github.com/shayne-fletcher/ghc-lib-parser-ex;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-uniplate' 'haskell-ghc')
+makedepends=('ghc' 'haskell-extra' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('932f19537fe93126675597d9c6e2ee7e54257807af4498e740438138f3abd99093877a18fd66daf5f78ef6ae29396c78354002db95933b3965393e92e319')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-ghc-lib-parser-ex/trunk (PKGBUILD)

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:52:36
  Author: felixonmars
Revision: 625245

upgpkg: haskell-ghc-lib-parser-ex 8.10.0.4-1: rebuild with ghc-lib-parser-ex 
8.10.0.4

Modified:
  haskell-ghc-lib-parser-ex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:43:46 UTC (rev 625244)
+++ PKGBUILD2020-05-07 05:52:36 UTC (rev 625245)
@@ -2,7 +2,7 @@
 
 _hkgname=ghc-lib-parser-ex
 pkgname=haskell-ghc-lib-parser-ex
-pkgver=8.10.0.3
+pkgver=8.10.0.4
 pkgrel=1
 pkgdesc="Algorithms on GHC parse trees"
 url="https://github.com/shayne-fletcher/ghc-lib-parser-ex;
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-uniplate' 'haskell-ghc')
 makedepends=('ghc' 'haskell-extra' 'haskell-tasty' 'haskell-tasty-hunit')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('97fe97f29569cd27d59957e7f28c83a02c4897056289e98781780b5c30786d73f2c04437e8bc3b8f16b06dd9283d0e782c8bfff706fb013a3ef126683f2b75a6')
+sha512sums=('932f19537fe93126675597d9c6e2ee7e54257807af4498e740438138f3abd99093877a18fd66daf5f78ef6ae29396c78354002db95933b3965393e92e319')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:51:17
  Author: allan
Revision: 382587

upgpkg: mcpp 2.7.2-7: .BUILDINFO rebuild

Modified:
  mcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:49:11 UTC (rev 382586)
+++ PKGBUILD2020-05-07 05:51:17 UTC (rev 382587)
@@ -3,7 +3,7 @@
 
 pkgname=mcpp
 pkgver=2.7.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Matsui's CPP implementation precisely conformed to standards"
 arch=('x86_64')
 license=('custom')


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:51:40
  Author: allan
Revision: 382588

archrelease: copy trunk to extra-x86_64

Added:
  mcpp/repos/extra-x86_64/PKGBUILD
(from rev 382587, mcpp/trunk/PKGBUILD)
  mcpp/repos/extra-x86_64/fs28284.patch
(from rev 382587, mcpp/trunk/fs28284.patch)
  mcpp/repos/extra-x86_64/namlen.patch
(from rev 382587, mcpp/trunk/namlen.patch)
Deleted:
  mcpp/repos/extra-x86_64/PKGBUILD
  mcpp/repos/extra-x86_64/fs28284.patch
  mcpp/repos/extra-x86_64/namlen.patch

---+
 PKGBUILD  |   75 ++---
 fs28284.patch |  200 
 namlen.patch  |   22 +++---
 3 files changed, 148 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:51:17 UTC (rev 382587)
+++ PKGBUILD2020-05-07 05:51:40 UTC (rev 382588)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Alexander Baldeck 
-# Maintainer: Jan de Groot 
-
-pkgname=mcpp
-pkgver=2.7.2
-pkgrel=6
-pkgdesc="Matsui's CPP implementation precisely conformed to standards"
-arch=('x86_64')
-license=('custom')
-url="http://mcpp.sourceforge.net;
-depends=('glibc')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-namlen.patch
-fs28284.patch)
-sha256sums=('3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864'
-'ee8bf97c42150d2424a5984baec8227a44538e15c23cec93aabfc65daf9a6081'
-'27e42d8cae06327370cf0f9a8118d23a2f9368b87f24b38a9cb9c0c4eaeadb4e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../namlen.patch
-  patch -Np1 -i ../fs28284.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-mcpplib --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -sf ../../doc/${pkgname}/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: mcpp/repos/extra-x86_64/PKGBUILD (from rev 382587, mcpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:51:40 UTC (rev 382588)
@@ -0,0 +1,37 @@
+# Contributor: Alexander Baldeck 
+# Maintainer: Jan de Groot 
+
+pkgname=mcpp
+pkgver=2.7.2
+pkgrel=7
+pkgdesc="Matsui's CPP implementation precisely conformed to standards"
+arch=('x86_64')
+license=('custom')
+url="http://mcpp.sourceforge.net;
+depends=('glibc')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+namlen.patch
+fs28284.patch)
+sha256sums=('3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864'
+'ee8bf97c42150d2424a5984baec8227a44538e15c23cec93aabfc65daf9a6081'
+'27e42d8cae06327370cf0f9a8118d23a2f9368b87f24b38a9cb9c0c4eaeadb4e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../namlen.patch
+  patch -Np1 -i ../fs28284.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-mcpplib --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -sf ../../doc/${pkgname}/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: fs28284.patch
===
--- fs28284.patch   2020-05-07 05:51:17 UTC (rev 382587)
+++ fs28284.patch   2020-05-07 05:51:40 UTC (rev 382588)
@@ -1,100 +0,0 @@
-diff -c -r -N ../mcpp-2.7.2/src/internal.H ./src/internal.H
-*** ../mcpp-2.7.2/src/internal.H   2008-08-27 10:31:16.0 -0230
 ./src/internal.H   2009-12-17 21:01:35.0 -0330
-***
-*** 390,395 
 390,397 
-  extern char identifier[];   /* Lastly scanned name  */
-  extern IFINFO   ifstack[];  /* Information of #if nesting   */
-  extern char work_buf[];
-+ extern FILEINFO * sh_file;
-+ extern int  sh_line;
-  /* Temporary buffer for directive line and macro expansion  */
-  
-  /* main.c   */
-***
-*** 557,562 
-  #endif
-  #endif
-  
-! #if HOST_HAVE_STPCPY
-  extern char *   stpcpy( char * dest, const char * src);
-  #endif
 559,564 
-  #endif
-  #endif
-  
-! #if HOST_HAVE_STPCPY && !defined(stpcpy)
-  extern char *   stpcpy( char * dest, const char * src);
-  #endif
-diff -c -r -N ../mcpp-2.7.2/src/main.c ./src/main.c
-*** ../mcpp-2.7.2/src/main.c   2008-11-05 05:04:46.0 -0330
 ./src/main.c   2009-12-17 20:42:42.0 -0330
-***
-*** 326,331 
 326,333 
-  = FALSE;
-  option_flags.trig = TRIGRAPHS_INIT;
-  option_flags.dig = DIGRAPHS_INIT;
-+ sh_file = NULL;
-+ sh_line = 0;
-  }
-  
-  int mcpp_lib_main
-diff -c -r -N ../mcpp-2.7.2/src/support.c ./src/support.c
-*** ../mcpp-2.7.2/src/support.c  

[arch-commits] Commit in perl-alien-build/repos/extra-any (PKGBUILD PKGBUILD)

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:49:11
  Author: felixonmars
Revision: 382586

archrelease: copy trunk to extra-any

Added:
  perl-alien-build/repos/extra-any/PKGBUILD
(from rev 382585, perl-alien-build/trunk/PKGBUILD)
Deleted:
  perl-alien-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:48:39 UTC (rev 382585)
+++ PKGBUILD2020-05-07 05:49:11 UTC (rev 382586)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-alien-build
-pkgver=2.21
-pkgrel=1
-pkgdesc="Build external dependencies for use in CPAN"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Alien-Build;
-depends=('perl-capture-tiny' 'perl-ffi-checklib' 'perl-file-chdir' 
'perl-file-which'
- 'perl-path-tiny')
-makedepends=('perl-test2-suite')
-checkdepends=('perl-alien-base-modulebuild' 'perl-alien-cmake3' 
'perl-env-shellwords'
-  'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
-sha512sums=('f78ffbb8d7198707c7bebbf281daa53fb701dd5b35417939020c95c20e2805333998ed2011c8c6049a09516bbe4d228facd827fcbbad660474c0195b99905108')
-
-build() {
-  cd Alien-Build-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Alien-Build-$pkgver
-  make test
-}
-
-package() {
-  cd Alien-Build-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-alien-build/repos/extra-any/PKGBUILD (from rev 382585, 
perl-alien-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:49:11 UTC (rev 382586)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-alien-build
+pkgver=2.22
+pkgrel=1
+pkgdesc="Build external dependencies for use in CPAN"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Alien-Build;
+depends=('perl-capture-tiny' 'perl-ffi-checklib' 'perl-file-chdir' 
'perl-file-which'
+ 'perl-path-tiny')
+makedepends=('perl-test2-suite')
+checkdepends=('perl-alien-base-modulebuild' 'perl-alien-cmake3' 
'perl-env-shellwords'
+  'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
+sha512sums=('d474de2549c8ae7bece5378dee6ec2806418df99f3599ed57ef25d46f9d92899d7e79df293df566bb3c93df2b02cffa936e559389175495847dcb9775b159ed9')
+
+build() {
+  cd Alien-Build-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Alien-Build-$pkgver
+  make test
+}
+
+package() {
+  cd Alien-Build-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-alien-build/trunk (PKGBUILD)

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:48:39
  Author: felixonmars
Revision: 382585

upgpkg: perl-alien-build 2.22-1

Modified:
  perl-alien-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:47:40 UTC (rev 382584)
+++ PKGBUILD2020-05-07 05:48:39 UTC (rev 382585)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-alien-build
-pkgver=2.21
+pkgver=2.22
 pkgrel=1
 pkgdesc="Build external dependencies for use in CPAN"
 arch=('any')
@@ -14,7 +14,7 @@
   'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
-sha512sums=('f78ffbb8d7198707c7bebbf281daa53fb701dd5b35417939020c95c20e2805333998ed2011c8c6049a09516bbe4d228facd827fcbbad660474c0195b99905108')
+sha512sums=('d474de2549c8ae7bece5378dee6ec2806418df99f3599ed57ef25d46f9d92899d7e79df293df566bb3c93df2b02cffa936e559389175495847dcb9775b159ed9')
 
 build() {
   cd Alien-Build-$pkgver


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:47:37
  Author: eworm
Revision: 382583

upgpkg: wireguard-lts 1.0.20200506-2

new upstream release, for linux-lts 5.4.39-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:46:12 UTC (rev 382582)
+++ PKGBUILD2020-05-07 05:47:37 UTC (rev 382583)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=1.0.20200506
-pkgrel=1
+pkgrel=2
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:47:40
  Author: eworm
Revision: 382584

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-lts/repos/testing-x86_64/PKGBUILD
(from rev 382583, wireguard-lts/trunk/PKGBUILD)
Deleted:
  wireguard-lts/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:47:37 UTC (rev 382583)
+++ PKGBUILD2020-05-07 05:47:40 UTC (rev 382584)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Hesse 
-
-pkgname=wireguard-lts
-pkgver=1.0.20200429
-pkgrel=4
-pkgdesc='Wireguard module for LTS Kernel'
-url='https://www.wireguard.com/'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
-conflicts=('wireguard-dkms')
-provides=('WIREGUARD-MODULE')
-
-build() {
-_kernver="$(
+
+pkgname=wireguard-lts
+pkgver=1.0.20200506
+pkgrel=2
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:46:09
  Author: eworm
Revision: 382581

upgpkg: wireguard-lts 1.0.20200506-1

new upstream release, for linux-lts 5.4.38-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:43:02 UTC (rev 382580)
+++ PKGBUILD2020-05-07 05:46:09 UTC (rev 382581)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Hesse 
 
 pkgname=wireguard-lts
-pkgver=1.0.20200429
-pkgrel=4
+pkgver=1.0.20200506
+pkgrel=1
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:46:12
  Author: eworm
Revision: 382582

archrelease: copy trunk to extra-x86_64

Added:
  wireguard-lts/repos/extra-x86_64/PKGBUILD
(from rev 382581, wireguard-lts/trunk/PKGBUILD)
Deleted:
  wireguard-lts/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:46:09 UTC (rev 382581)
+++ PKGBUILD2020-05-07 05:46:12 UTC (rev 382582)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Hesse 
-
-pkgname=wireguard-lts
-pkgver=1.0.20200429
-pkgrel=3
-pkgdesc='Wireguard module for LTS Kernel'
-url='https://www.wireguard.com/'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
-conflicts=('wireguard-dkms')
-provides=('WIREGUARD-MODULE')
-
-build() {
-_kernver="$(
+
+pkgname=wireguard-lts
+pkgver=1.0.20200506
+pkgrel=1
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:43:02
  Author: eworm
Revision: 382580

archrelease: copy trunk to extra-x86_64

Added:
  wireguard-dkms/repos/extra-x86_64/PKGBUILD
(from rev 382579, wireguard-dkms/trunk/PKGBUILD)
Deleted:
  wireguard-dkms/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:42:59 UTC (rev 382579)
+++ PKGBUILD2020-05-07 05:43:02 UTC (rev 382580)
@@ -1,25 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgname=wireguard-dkms
-pkgver=1.0.20200429
-pkgrel=1
-pkgdesc='next generation secure network tunnel - module sources'
-arch=('x86_64')
-url='https://www.wireguard.com/'
-license=('GPL')
-depends=('dkms')
-provides=('WIREGUARD-MODULE')
-validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

-source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
-sha256sums=('c0050a94c33c195d4129a75ab4dca05ba021c5265e40fce8b2dfda7d7055cda2'
-'SKIP')
-
-package() {
-   cd wireguard-linux-compat-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}

Copied: wireguard-dkms/repos/extra-x86_64/PKGBUILD (from rev 382579, 
wireguard-dkms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:43:02 UTC (rev 382580)
@@ -0,0 +1,25 @@
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgname=wireguard-dkms
+pkgver=1.0.20200506
+pkgrel=1
+pkgdesc='next generation secure network tunnel - module sources'
+arch=('x86_64')
+url='https://www.wireguard.com/'
+license=('GPL')
+depends=('dkms')
+provides=('WIREGUARD-MODULE')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

+source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
+sha256sums=('98a99f2b825a82d57a7213e666f1ee4f7cc02bddb09bf4908b4b09447a8f121e'
+'SKIP')
+
+package() {
+   cd wireguard-linux-compat-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}


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

2020-05-06 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 7, 2020 @ 05:43:37
  Author: svenstaro
Revision: 625243

upgpkg: tokei 11.1.1-1

Modified:
  tokei/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:10:47 UTC (rev 625242)
+++ PKGBUILD2020-05-07 05:43:37 UTC (rev 625243)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=tokei
-pkgver=11.1.0
+pkgver=11.1.1
 pkgrel=1
 pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 depends=('gcc-libs')
 makedepends=('rust' 'cargo')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('29c0c44aa1d870d21c3810e4dbd876d07c6565bad5e4d92fe4856f9bf2ae5f5dd16d27e3a626efb3292985dc79f23ec6d21dd85cf1e60ea2ac6c001c684085e4')
+sha512sums=('c8a63063fe31958c5cd6946295112de447f836874c5a68890c8102fa76a25d2397d947b8aaa0a8259642990b561283dfaa47fcf666e1d2efeafbe6da82fac96f')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-05-06 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 7, 2020 @ 05:43:46
  Author: svenstaro
Revision: 625244

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 625243, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:43:37 UTC (rev 625243)
+++ PKGBUILD2020-05-07 05:43:46 UTC (rev 625244)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=11.1.0
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('29c0c44aa1d870d21c3810e4dbd876d07c6565bad5e4d92fe4856f9bf2ae5f5dd16d27e3a626efb3292985dc79f23ec6d21dd85cf1e60ea2ac6c001c684085e4')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-cargo build --release --locked --features all
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-cargo test --release --locked --features all
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 625243, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:43:46 UTC (rev 625244)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=11.1.1
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('c8a63063fe31958c5cd6946295112de447f836874c5a68890c8102fa76a25d2397d947b8aaa0a8259642990b561283dfaa47fcf666e1d2efeafbe6da82fac96f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+cargo build --release --locked --features all
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+cargo test --release --locked --features all
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:42:59
  Author: eworm
Revision: 382579

upgpkg: wireguard-dkms 1.0.20200506-1

new upstream release

Modified:
  wireguard-dkms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:38:20 UTC (rev 382578)
+++ PKGBUILD2020-05-07 05:42:59 UTC (rev 382579)
@@ -2,7 +2,7 @@
 # Contributor: Jason A. Donenfeld 
 
 pkgname=wireguard-dkms
-pkgver=1.0.20200429
+pkgver=1.0.20200506
 pkgrel=1
 pkgdesc='next generation secure network tunnel - module sources'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 provides=('WIREGUARD-MODULE')
 validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

 
source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
-sha256sums=('c0050a94c33c195d4129a75ab4dca05ba021c5265e40fce8b2dfda7d7055cda2'
+sha256sums=('98a99f2b825a82d57a7213e666f1ee4f7cc02bddb09bf4908b4b09447a8f121e'
 'SKIP')
 
 package() {


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:38:20
  Author: eworm
Revision: 382578

add soname provide

Modified:
  libunistring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:36:01 UTC (rev 382577)
+++ PKGBUILD2020-05-07 05:38:20 UTC (rev 382578)
@@ -12,6 +12,7 @@
 arch=(x86_64)
 license=(GPL)
 depends=(glibc)
+provides=('libunistring.so')
 source=(https://ftp.gnu.org/gnu/$pkgname/${pkgname}-${pkgver}.tar.xz{,.sig})
 validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno 

 md5sums=('db08bb384e81968957f997ec9808926e'


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:36:01
  Author: eworm
Revision: 382577

add soname provide

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:33:03 UTC (rev 382576)
+++ PKGBUILD2020-05-07 05:36:01 UTC (rev 382577)
@@ -10,6 +10,7 @@
 url='https://gitlab.com/cryptsetup/cryptsetup/'
 depends=('device-mapper' 'openssl' 'popt' 'libutil-linux' 'json-c' 'argon2')
 makedepends=('util-linux')
+provides=('libcryptsetup.so')
 options=('!emptydirs')
 validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

 
source=("https://www.kernel.org/pub/linux/utils/cryptsetup/v${pkgver%.*}/${pkgname}-${pkgver}.tar."{xz,sign}


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:33:03
  Author: eworm
Revision: 382576

fix typo

Modified:
  argon2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:32:31 UTC (rev 382575)
+++ PKGBUILD2020-05-07 05:33:03 UTC (rev 382576)
@@ -8,7 +8,7 @@
 url='https://github.com/P-H-C/phc-winner-argon2'
 license=('Apache' 'custom:CC0')
 depends=('glibc')
-provide=('libargon2.so')
+provides=('libargon2.so')
 
source=("https://github.com/P-H-C/phc-winner-argon2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 sha256sums=('daf972a89577f8772602bf2eb38b6a3dd3d922bf5724d45e7f9589b5e830442c')
 


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:32:31
  Author: eworm
Revision: 382575

add soname provides

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:27:45 UTC (rev 382574)
+++ PKGBUILD2020-05-07 05:32:31 UTC (rev 382575)
@@ -98,6 +98,8 @@
   pkgdesc="Device mapper userspace library and tools"
   url="http://sourceware.org/dm/;
   depends=('glibc' 'systemd-libs')
+  provides=('libdevmapper.so'
+'libdevmapper-event.so')
 
   cd lvm2/
 


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:27:45
  Author: allan
Revision: 382574

archrelease: copy trunk to extra-x86_64

Added:
  molequeue/repos/extra-x86_64/PKGBUILD
(from rev 382573, molequeue/trunk/PKGBUILD)
Deleted:
  molequeue/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:27:28 UTC (rev 382573)
+++ PKGBUILD2020-05-07 05:27:45 UTC (rev 382574)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=molequeue
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Desktop integration of high performance computing resources"
-arch=(x86_64)
-url="http://www.openchemistry.org/;
-license=(custom)
-depends=(qt5-base)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/OpenChemistry/molequeue/archive/$pkgver.tar.gz;)
-sha256sums=('7dd234742c8d73be95281fedf4ed9d09648ecc351afb5f098cd32f48c3df3bd5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE  -t 
"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: molequeue/repos/extra-x86_64/PKGBUILD (from rev 382573, 
molequeue/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:27:45 UTC (rev 382574)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=molequeue
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="Desktop integration of high performance computing resources"
+arch=(x86_64)
+url="http://www.openchemistry.org/;
+license=(custom)
+depends=(qt5-base)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/OpenChemistry/molequeue/archive/$pkgver.tar.gz;)
+sha256sums=('7dd234742c8d73be95281fedf4ed9d09648ecc351afb5f098cd32f48c3df3bd5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE  -t 
"$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:27:28
  Author: allan
Revision: 382573

upgpkg: molequeue 0.9.0-2: .BUILDINFO rebuild

Modified:
  molequeue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:25:12 UTC (rev 382572)
+++ PKGBUILD2020-05-07 05:27:28 UTC (rev 382573)
@@ -2,7 +2,7 @@
 
 pkgname=molequeue
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop integration of high performance computing resources"
 arch=(x86_64)
 url="http://www.openchemistry.org/;


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:24:55
  Author: allan
Revision: 382571

upgpkg: mono-addins 1.3.3-3: .BUILDINFO rebuild

Modified:
  mono-addins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:21:09 UTC (rev 382570)
+++ PKGBUILD2020-05-07 05:24:55 UTC (rev 382571)
@@ -5,7 +5,7 @@
 _gitcommit=3eaec13cfc886a70ed5ff84c228d3f3bce442620
 pkgname=mono-addins
 pkgver=1.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Generic framework for creating extensible applications'
 url='https://www.mono-project.com/Mono.Addins'
 arch=('any')


[arch-commits] Commit in mono-addins/repos/extra-any (PKGBUILD PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:25:12
  Author: allan
Revision: 382572

archrelease: copy trunk to extra-any

Added:
  mono-addins/repos/extra-any/PKGBUILD
(from rev 382571, mono-addins/trunk/PKGBUILD)
Deleted:
  mono-addins/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:24:55 UTC (rev 382571)
+++ PKGBUILD2020-05-07 05:25:12 UTC (rev 382572)
@@ -1,39 +0,0 @@
-# Contributor: Daniel Isenmann 
-# Contributor: tardo 
-
-# fuck this shit, git tags seem to be rocket science
-_gitcommit=3eaec13cfc886a70ed5ff84c228d3f3bce442620
-pkgname=mono-addins
-pkgver=1.3.3
-pkgrel=2
-pkgdesc='Generic framework for creating extensible applications'
-url='http://www.mono-project.com/Mono.Addins'
-arch=('any')
-license=('MIT')
-depends=('gtk-sharp-2' 'mono')
-source=(https://github.com/mono/mono-addins/archive/${pkgname}-${pkgver}.tar.gz
-
https://github.com/Microsoft/msbuild/releases/download/mono-hosted-msbuild-v0.03/mono_msbuild_d25dd923839404bd64cc63f420e75acf96fc75c4.zip)
-sha256sums=('254539d14e71789814a4fd37ed444dd33fc8ddb5fc082b1bf8e93f3d5d840b14'
-'9e992cb8e5526024eeae1cd9dea7f32c0158c2c8d94c9a7a310a146f14eef417')
-sha512sums=('0574f177c7ef9029dc70e0bbece3edfb832ae0c3fde2987dc0199700618c145f68cfb263512b8c1f39ddb0f906acd7021ff03740495adf9c48f06eec83f85396'
-
'4b7a2ede40d4659725c833fb987ec73358959668171f0e1255417e662de0d0efdc538560d84e96a23e8cf3417f5b198bc0947bbc2a6300f506f17d75000103e4')
-
-build() {
-  local msbuild="${srcdir}/msbuild/MSBuild.exe"
-
-  cd ${pkgname}-${pkgname}-${pkgver}
-  ./autogen.sh --prefix=/usr --enable-gui
-  make
-
-  mono "${msbuild}" Mono.Addins/Mono.Addins.csproj 
/p:WarningLevel=0;Configuration=Release
-  mono "${msbuild}" 
Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj 
/p:WarningLevel=0;Configuration=Release
-  mono "${msbuild}" Mono.Addins.Gui/Mono.Addins.Gui.csproj 
/p:WarningLevel=0;Configuration=Release
-  mono "${msbuild}" Mono.Addins.MSBuild/Mono.Addins.MSBuild.csproj 
/p:WarningLevel=0;Configuration=Release
-  mono "${msbuild}" Mono.Addins.Setup/Mono.Addins.Setup.csproj 
/p:WarningLevel=0;Configuration=Release
-}
-
-package() {
-  cd ${pkgname}-${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: mono-addins/repos/extra-any/PKGBUILD (from rev 382571, 
mono-addins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:25:12 UTC (rev 382572)
@@ -0,0 +1,39 @@
+# Contributor: Daniel Isenmann 
+# Contributor: tardo 
+
+# fuck this shit, git tags seem to be rocket science
+_gitcommit=3eaec13cfc886a70ed5ff84c228d3f3bce442620
+pkgname=mono-addins
+pkgver=1.3.3
+pkgrel=3
+pkgdesc='Generic framework for creating extensible applications'
+url='https://www.mono-project.com/Mono.Addins'
+arch=('any')
+license=('MIT')
+depends=('gtk-sharp-2' 'mono')
+source=(https://github.com/mono/mono-addins/archive/${pkgname}-${pkgver}.tar.gz
+
https://github.com/Microsoft/msbuild/releases/download/mono-hosted-msbuild-v0.03/mono_msbuild_d25dd923839404bd64cc63f420e75acf96fc75c4.zip)
+sha256sums=('254539d14e71789814a4fd37ed444dd33fc8ddb5fc082b1bf8e93f3d5d840b14'
+'9e992cb8e5526024eeae1cd9dea7f32c0158c2c8d94c9a7a310a146f14eef417')
+sha512sums=('0574f177c7ef9029dc70e0bbece3edfb832ae0c3fde2987dc0199700618c145f68cfb263512b8c1f39ddb0f906acd7021ff03740495adf9c48f06eec83f85396'
+
'4b7a2ede40d4659725c833fb987ec73358959668171f0e1255417e662de0d0efdc538560d84e96a23e8cf3417f5b198bc0947bbc2a6300f506f17d75000103e4')
+
+build() {
+  local msbuild="${srcdir}/msbuild/MSBuild.exe"
+
+  cd ${pkgname}-${pkgname}-${pkgver}
+  ./autogen.sh --prefix=/usr --enable-gui
+  make
+
+  mono "${msbuild}" Mono.Addins/Mono.Addins.csproj 
/p:WarningLevel=0;Configuration=Release
+  mono "${msbuild}" 
Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj 
/p:WarningLevel=0;Configuration=Release
+  mono "${msbuild}" Mono.Addins.Gui/Mono.Addins.Gui.csproj 
/p:WarningLevel=0;Configuration=Release
+  mono "${msbuild}" Mono.Addins.MSBuild/Mono.Addins.MSBuild.csproj 
/p:WarningLevel=0;Configuration=Release
+  mono "${msbuild}" Mono.Addins.Setup/Mono.Addins.Setup.csproj 
/p:WarningLevel=0;Configuration=Release
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in mythes-de/repos (extra-x86_64)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:21:09
  Author: allan
Revision: 382570

Removed extra-x86_64 for mythes-de

Deleted:
  mythes-de/repos/extra-x86_64/


[arch-commits] Commit in mythes-de/repos/extra-any (PKGBUILD PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:20:50
  Author: allan
Revision: 382569

archrelease: copy trunk to extra-any

Added:
  mythes-de/repos/extra-any/PKGBUILD
(from rev 382568, mythes-de/trunk/PKGBUILD)
Deleted:
  mythes-de/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:20:34 UTC (rev 382568)
+++ PKGBUILD2020-05-07 05:20:50 UTC (rev 382569)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=mythes-de
-_date=20180514
-pkgver=${_date}
-pkgrel=1
-pkgdesc="German thesaurus"
-arch=(any)
-url="http://www.openthesaurus.de/;
-license=('LGPL')
-optdepends=('libmythes: offers thesaurus library functions')
-source=(#http://www.openthesaurus.de/export/Deutscher-Thesaurus.oxt - changes 
every day
-
https://sources.archlinux.org/other/$pkgname/Deutscher-Thesaurus-${_date}.oxt
-# alternative source with most times older snapshot
-
#http://extensions.libreoffice.org/extension-center/german-de-de-frami-dictionaries/releases/2011.06.03/dict-de_de-frami_2011-06-03.oxt
-)
-sha256sums=('c3ae10f88148d8967f4b28e6df43675ec0385291a636f5d96cec4eec9d1116da')
-
-# source PKGBUILD && mksource
-mksource() {
-   mkdir /tmp/$pkgname-${_date}
-   pushd /tmp/$pkgname-${_date}
-   wget http://www.openthesaurus.de/export/Deutscher-Thesaurus.oxt
-   mv Deutscher-Thesaurus.oxt Deutscher-Thesaurus-${_date}.oxt
-   popd
-}
-
-package() {
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/mythes
-  cp -p th_de_DE_v2.* $pkgdir/usr/share/mythes
-
-  pushd $pkgdir/usr/share/mythes/
-  de_DE_aliases="de_AT de_BE de_CH de_LI de_LU"
-  for lang in $de_DE_aliases; do
-ln -s th_de_DE_v2.idx "th_"$lang"_v2.idx"
-ln -s th_de_DE_v2.dat "th_"$lang"_v2.dat"
-  done
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/mythes/*; do
-  ln -sv /usr/share/mythes/$(basename $file) .
-done
-  popd
-}

Copied: mythes-de/repos/extra-any/PKGBUILD (from rev 382568, 
mythes-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:20:50 UTC (rev 382569)
@@ -0,0 +1,48 @@
+# Maintainer: AndyRTR 
+
+pkgname=mythes-de
+_date=20180514
+pkgver=${_date}
+pkgrel=2
+pkgdesc="German thesaurus"
+arch=(any)
+url="https://www.openthesaurus.de/;
+license=('LGPL')
+optdepends=('libmythes: offers thesaurus library functions')
+source=(#http://www.openthesaurus.de/export/Deutscher-Thesaurus.oxt - changes 
every day
+
https://sources.archlinux.org/other/$pkgname/Deutscher-Thesaurus-${_date}.oxt
+# alternative source with most times older snapshot
+
#http://extensions.libreoffice.org/extension-center/german-de-de-frami-dictionaries/releases/2011.06.03/dict-de_de-frami_2011-06-03.oxt
+)
+sha256sums=('c3ae10f88148d8967f4b28e6df43675ec0385291a636f5d96cec4eec9d1116da')
+
+# source PKGBUILD && mksource
+mksource() {
+   mkdir /tmp/$pkgname-${_date}
+   pushd /tmp/$pkgname-${_date}
+   wget http://www.openthesaurus.de/export/Deutscher-Thesaurus.oxt
+   mv Deutscher-Thesaurus.oxt Deutscher-Thesaurus-${_date}.oxt
+   popd
+}
+
+package() {
+  cd "$srcdir"
+  install -dm755 "${pkgdir}"/usr/share/mythes
+  cp -p th_de_DE_v2.* "$pkgdir"/usr/share/mythes
+
+  pushd $pkgdir/usr/share/mythes/
+  de_DE_aliases="de_AT de_BE de_CH de_LI de_LU"
+  for lang in $de_DE_aliases; do
+ln -s th_de_DE_v2.idx "th_"$lang"_v2.idx"
+ln -s th_de_DE_v2.dat "th_"$lang"_v2.dat"
+  done
+  popd
+
+  # the symlinks
+  install -dm755 "${pkgdir}"/usr/share/myspell/dicts
+  pushd "$pkgdir"/usr/share/myspell/dicts
+for file in "$pkgdir"/usr/share/mythes/*; do
+  ln -sv /usr/share/mythes/$(basename $file) .
+done
+  popd
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:20:34
  Author: allan
Revision: 382568

upgpkg: mythes-de 20180514-2: .BUILDINFO rebuild

Modified:
  mythes-de/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:16:08 UTC (rev 382567)
+++ PKGBUILD2020-05-07 05:20:34 UTC (rev 382568)
@@ -3,7 +3,7 @@
 pkgname=mythes-de
 _date=20180514
 pkgver=${_date}
-pkgrel=1
+pkgrel=2
 pkgdesc="German thesaurus"
 arch=(any)
 url="https://www.openthesaurus.de/;


[arch-commits] Commit in mythes-it/repos/extra-any (PKGBUILD PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:16:08
  Author: allan
Revision: 382567

archrelease: copy trunk to extra-any

Added:
  mythes-it/repos/extra-any/PKGBUILD
(from rev 382566, mythes-it/trunk/PKGBUILD)
Deleted:
  mythes-it/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:15:52 UTC (rev 382566)
+++ PKGBUILD2020-05-07 05:16:08 UTC (rev 382567)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=mythes-it
-pkgver=2.0.9l
-_pkgver=02_09_l
-_date=2008_11_29
-pkgrel=5
-pkgdesc="Italian thesaurus"
-arch=('any')
-url="http://sourceforge.net/projects/linguistico/;
-license=('GPL3')
-optdepends=('libmythes: offers thesaurus library functions')
-source=("http://downloads.sourceforge.net/linguistico/thesaurus2_it_${_pkgver}_${_date}.zip;)
-md5sums=('e3df0f7a03df3b4bf0525f6b6548e129')
-
-package() {
-  install -dm755 "${pkgdir}"/usr/share/mythes
-
-  install -m644 th_it_IT.dat "${pkgdir}/usr/share/mythes/th_it_IT_v2.dat"
-  install -m644 th_it_IT.idx "${pkgdir}/usr/share/mythes/th_it_IT_v2.idx"
-
-  pushd "${pkgdir}"/usr/share/mythes/
-  it_IT_aliases="it_CH"
-for lang in $it_IT_aliases; do
-  ln -s th_it_IT_v2.idx th_${lang}_v2.idx
-  ln -s th_it_IT_v2.dat th_${lang}_v2.dat
-done
-  popd
-
-  # the symlinks
-  install -dm755 "${pkgdir}"/usr/share/myspell/dicts
-  pushd "${pkgdir}"/usr/share/myspell/dicts
-for file in "${pkgdir}"/usr/share/mythes/*; do
-  ln -sv /usr/share/mythes/$(basename $file) .
-done
-  popd
-}

Copied: mythes-it/repos/extra-any/PKGBUILD (from rev 382566, 
mythes-it/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:16:08 UTC (rev 382567)
@@ -0,0 +1,37 @@
+# Maintainer: Andrea Scarpino 
+
+pkgname=mythes-it
+pkgver=2.0.9l
+_pkgver=02_09_l
+_date=2008_11_29
+pkgrel=6
+pkgdesc="Italian thesaurus"
+arch=('any')
+url="https://sourceforge.net/projects/linguistico/;
+license=('GPL3')
+optdepends=('libmythes: offers thesaurus library functions')
+source=("https://downloads.sourceforge.net/linguistico/thesaurus2_it_${_pkgver}_${_date}.zip;)
+md5sums=('e3df0f7a03df3b4bf0525f6b6548e129')
+
+package() {
+  install -dm755 "${pkgdir}"/usr/share/mythes
+
+  install -m644 th_it_IT.dat "${pkgdir}/usr/share/mythes/th_it_IT_v2.dat"
+  install -m644 th_it_IT.idx "${pkgdir}/usr/share/mythes/th_it_IT_v2.idx"
+
+  pushd "${pkgdir}"/usr/share/mythes/
+  it_IT_aliases="it_CH"
+for lang in $it_IT_aliases; do
+  ln -s th_it_IT_v2.idx th_${lang}_v2.idx
+  ln -s th_it_IT_v2.dat th_${lang}_v2.dat
+done
+  popd
+
+  # the symlinks
+  install -dm755 "${pkgdir}"/usr/share/myspell/dicts
+  pushd "${pkgdir}"/usr/share/myspell/dicts
+for file in "${pkgdir}"/usr/share/mythes/*; do
+  ln -sv /usr/share/mythes/$(basename $file) .
+done
+  popd
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:15:52
  Author: allan
Revision: 382566

upgpkg: mythes-it 2.0.9l-6: .BUILDINFO rebuild

Modified:
  mythes-it/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:14:06 UTC (rev 382565)
+++ PKGBUILD2020-05-07 05:15:52 UTC (rev 382566)
@@ -4,7 +4,7 @@
 pkgver=2.0.9l
 _pkgver=02_09_l
 _date=2008_11_29
-pkgrel=5
+pkgrel=6
 pkgdesc="Italian thesaurus"
 arch=('any')
 url="https://sourceforge.net/projects/linguistico/;


[arch-commits] Commit in openjade/repos/extra-x86_64 (4 files)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:14:06
  Author: allan
Revision: 382565

archrelease: copy trunk to extra-x86_64

Added:
  openjade/repos/extra-x86_64/PKGBUILD
(from rev 382564, openjade/trunk/PKGBUILD)
  openjade/repos/extra-x86_64/openjade.install
(from rev 382564, openjade/trunk/openjade.install)
Deleted:
  openjade/repos/extra-x86_64/PKGBUILD
  openjade/repos/extra-x86_64/openjade.install

--+
 PKGBUILD |  125 ++---
 openjade.install |   46 +--
 2 files changed, 85 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:13:47 UTC (rev 382564)
+++ PKGBUILD2020-05-07 05:14:06 UTC (rev 382565)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=openjade
-pkgver=1.3.2
-pkgrel=5
-_debpatch=13
-pkgdesc="Implementation of the DSSSL language"
-arch=('i686' 'x86_64')
-url="http://openjade.sourceforge.net/;
-license=('custom')
-depends=('opensp' 'sgml-common')
-makedepends=('perl-perl4-corelibs')
-install=${pkgname}.install
-conflicts=('jade')
-provides=('jade')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://ftp.debian.org/debian/pool/main/o/${pkgname}1.3/${pkgname}1.3_${pkgver}-${_debpatch}.diff.gz)
-sha256sums=('1d2d7996cc94f9b87d0c51cf0e028070ac177c4123ecbfd7ac1cb8d0b7d322d1'
-'11d90e242eae60ce06bf27fd234adbd8efd7d4a9a4a2da058faa4e8336dc423a')
-
-prepare() {
-  cd ${pkgname}-$pkgver
-  patch -Np1 -i $srcdir/${pkgname}1.3_${pkgver}-${_debpatch}.diff
-  # https://bugs.archlinux.org/task/55331 / 
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69534#c9
-  export CXXFLAGS+=' -fno-lifetime-dse'
-}
-
-build() {
-  cd ${pkgname}-$pkgver
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---enable-default-catalog=/etc/sgml/catalog \
---datadir=/usr/share/sgml/openjade-${pkgver} \
---enable-html \
---enable-http \
---enable-mif
-  make
-}
-
-package() {
-  cd ${pkgname}-$pkgver
-  make DESTDIR="$pkgdir/" install install-man 
-  
-  # add unversioned symlink
-  ln -svf openjade-${pkgver} ${pkgdir}/usr/share/sgml/openjade
-  
-  # openjade -> jade compat symlinks
-  ln -svf /usr/bin/openjade $pkgdir/usr/bin/jade
-  ln -svf /usr/lib/libogrove.so $pkgdir/usr/lib/libgrove.so
-  ln -svf /usr/lib/libospgrove.so $pkgdir/usr/lib/libspgrove.so
-  ln -svf /usr/lib/libostyle.so $pkgdir/usr/lib/libstyle.so
-  ln -svf /usr/share/man/man1/openjade.1.gz 
$pkgdir/usr/share/man/man1/jade.1.gz
-  
-  # license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-  install -dm755 "$pkgdir"/usr/share/sgml/openjade-${pkgver}
-  install -m644 dsssl/builtins.dsl dsssl/dsssl.dtd \
-dsssl/style-sheet.dtd dsssl/fot.dtd \
-dsssl/catalog "$pkgdir"/usr/share/sgml/openjade-${pkgver}
-}

Copied: openjade/repos/extra-x86_64/PKGBUILD (from rev 382564, 
openjade/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:14:06 UTC (rev 382565)
@@ -0,0 +1,62 @@
+# Maintainer: AndyRTR 
+
+pkgname=openjade
+pkgver=1.3.2
+pkgrel=6
+_debpatch=13
+pkgdesc="Implementation of the DSSSL language"
+arch=('x86_64')
+url="http://openjade.sourceforge.net/; # no https
+license=('custom')
+depends=('opensp' 'sgml-common')
+makedepends=('perl-perl4-corelibs')
+install=${pkgname}.install
+conflicts=('jade')
+provides=('jade')
+source=(https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://deb.debian.org/debian/pool/main/o/${pkgname}1.3/${pkgname}1.3_${pkgver}-${_debpatch}.diff.gz)
+sha256sums=('1d2d7996cc94f9b87d0c51cf0e028070ac177c4123ecbfd7ac1cb8d0b7d322d1'
+'11d90e242eae60ce06bf27fd234adbd8efd7d4a9a4a2da058faa4e8336dc423a')
+
+prepare() {
+  cd ${pkgname}-$pkgver
+  patch -Np1 -i "$srcdir"/${pkgname}1.3_${pkgver}-${_debpatch}.diff
+  # https://bugs.archlinux.org/task/55331 / 
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69534#c9
+  export CXXFLAGS+=' -fno-lifetime-dse'
+}
+
+build() {
+  cd ${pkgname}-$pkgver
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-default-catalog=/etc/sgml/catalog \
+--datadir=/usr/share/sgml/openjade-${pkgver} \
+--enable-html \
+--enable-http \
+--enable-mif
+  make
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+  make DESTDIR="$pkgdir/" install install-man 
+  
+  # add unversioned symlink
+  ln -svf openjade-${pkgver} "${pkgdir}"/usr/share/sgml/openjade
+  
+  # openjade -> jade compat symlinks
+  ln -svf /usr/bin/openjade "$pkgdir"/usr/bin/jade
+  ln -svf /usr/lib/libogrove.so "$pkgdir"/usr/lib/libgrove.so
+  ln -svf /usr/lib/libospgrove.so "$pkgdir"/usr/lib/libspgrove.so
+  ln -svf /usr/lib/libostyle.so 

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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:13:47
  Author: allan
Revision: 382564

upgpkg: openjade 1.3.2-6: .BUILDINFO rebuild

Modified:
  openjade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:12:22 UTC (rev 382563)
+++ PKGBUILD2020-05-07 05:13:47 UTC (rev 382564)
@@ -2,7 +2,7 @@
 
 pkgname=openjade
 pkgver=1.3.2
-pkgrel=5
+pkgrel=6
 _debpatch=13
 pkgdesc="Implementation of the DSSSL language"
 arch=('x86_64')


[arch-commits] Commit in shared-mime-info/repos/extra-x86_64 (6 files)

2020-05-06 Thread Andreas Radke via arch-commits
Date: Thursday, May 7, 2020 @ 05:12:22
  Author: andyrtr
Revision: 382563

archrelease: copy trunk to extra-x86_64

Added:
  shared-mime-info/repos/extra-x86_64/PKGBUILD
(from rev 382562, shared-mime-info/trunk/PKGBUILD)
  shared-mime-info/repos/extra-x86_64/shared-mime-info.install
(from rev 382562, shared-mime-info/trunk/shared-mime-info.install)
  shared-mime-info/repos/extra-x86_64/update-mime-database.hook
(from rev 382562, shared-mime-info/trunk/update-mime-database.hook)
Deleted:
  shared-mime-info/repos/extra-x86_64/PKGBUILD
  shared-mime-info/repos/extra-x86_64/shared-mime-info.install
  shared-mime-info/repos/extra-x86_64/update-mime-database.hook

---+
 PKGBUILD  |  118 ++--
 shared-mime-info.install  |   14 ++---
 update-mime-database.hook |   22 
 3 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:12:11 UTC (rev 382562)
+++ PKGBUILD2020-05-07 05:12:22 UTC (rev 382563)
@@ -1,59 +0,0 @@
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=shared-mime-info
-_commit=d23e9fa537b84950cdb518f87e3bf1f3f2577523 # master
-pkgver=1.15+43+gd23e9fa
-pkgrel=2
-pkgdesc="Freedesktop.org Shared MIME Info"
-arch=('x86_64')
-license=('GPL2')
-depends=('libxml2' 'glib2')
-#makedepends=('itstool' 'gettext')
-makedepends=('itstool' 'gettext' 'xmlto' 'docbook-xsl' 'git' 'meson')
-install=shared-mime-info.install
-# https://gitlab.freedesktop.org/xdg/shared-mime-info
-url="https://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec/;
-#source=(https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/b27eb88e4155d8fccb8bb3cd12025d5b/$pkgname-$pkgver.tar.xz
-source=("git+https://gitlab.freedesktop.org/xdg/shared-mime-info.git#commit=$_commit;
-# tu run the testsuite
-
"git+https://gitlab.freedesktop.org/xdg/xdgmime.git#commit=6663a2288d11b37bc07f5a01b4b85dcd377787e1;
 # master 2019-06-03
-update-mime-database.hook)
-sha256sums=('SKIP'
-'SKIP'
-'58ed2c38bf2c78276a309d2e24040ed159868b0f04e72a6b039ea803e45ff6f0')
-options=(!makeflags)
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed 's/^Release.//;s/\([^-]*-g\)/\1/;s/-/+/g;s/+/./'
-}
-
-prepare() {
-  # build xdgmime from source to run the testsuite - check HACKING.md
-  CFLAGS= make -C xdgmime
-}
-
-build() {
-  # https://bugs.archlinux.org/task/38836
-  # https://bugs.freedesktop.org/show_bug.cgi?id=70366
-  export ac_cv_func_fdatasync=no
-
-  arch-meson ${pkgname} build \
--D update-mimedb=false \
--D xdgmime-path=${srcdir}/xdgmime
-
-  # Print config
-  meson configure build
-  # compile it
-  ninja -C build 
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dm644 "$srcdir"/update-mime-database.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-mime-database.hook
-}

Copied: shared-mime-info/repos/extra-x86_64/PKGBUILD (from rev 382562, 
shared-mime-info/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:12:22 UTC (rev 382563)
@@ -0,0 +1,59 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=shared-mime-info
+_commit=6bf9e4ff0fb7eff11a02bd937045bf5dc291841a # master 2020-05-06
+pkgver=2.0+1+g6bf9e4f
+pkgrel=1
+pkgdesc="Freedesktop.org Shared MIME Info"
+arch=('x86_64')
+license=('GPL2')
+depends=('libxml2' 'glib2')
+#makedepends=('itstool' 'gettext')
+makedepends=('itstool' 'gettext' 'xmlto' 'docbook-xsl' 'git' 'meson')
+install=shared-mime-info.install
+# https://gitlab.freedesktop.org/xdg/shared-mime-info
+url="https://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec/;
+#source=(https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/b27eb88e4155d8fccb8bb3cd12025d5b/$pkgname-$pkgver.tar.xz
+source=("git+https://gitlab.freedesktop.org/xdg/shared-mime-info.git#commit=$_commit;
+# tu run the testsuite
+
"git+https://gitlab.freedesktop.org/xdg/xdgmime.git#commit=6663a2288d11b37bc07f5a01b4b85dcd377787e1;
 # master 2019-06-03
+update-mime-database.hook)
+sha256sums=('SKIP'
+'SKIP'
+'58ed2c38bf2c78276a309d2e24040ed159868b0f04e72a6b039ea803e45ff6f0')
+options=(!makeflags)
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed 's/^Release.//;s/\([^-]*-g\)/\1/;s/-/+/g;'
+}
+
+prepare() {
+  # build xdgmime from source to run the testsuite - check HACKING.md
+  CFLAGS= make -C xdgmime
+}
+
+build() {
+  # https://bugs.archlinux.org/task/38836
+  # https://bugs.freedesktop.org/show_bug.cgi?id=70366
+  export ac_cv_func_fdatasync=no
+
+  arch-meson ${pkgname} build \
+-D update-mimedb=false \
+-D xdgmime-path=${srcdir}/xdgmime
+
+  # Print config
+  meson configure build
+  # compile it
+  ninja 

[arch-commits] Commit in shared-mime-info/trunk (PKGBUILD)

2020-05-06 Thread Andreas Radke via arch-commits
Date: Thursday, May 7, 2020 @ 05:12:11
  Author: andyrtr
Revision: 382562

upgpkg: shared-mime-info 2.0+1+g6bf9e4f-1: update to latest git commit

Modified:
  shared-mime-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:10:55 UTC (rev 382561)
+++ PKGBUILD2020-05-07 05:12:11 UTC (rev 382562)
@@ -2,9 +2,9 @@
 # Maintainer: Jan de Groot 
 
 pkgname=shared-mime-info
-_commit=d23e9fa537b84950cdb518f87e3bf1f3f2577523 # master
-pkgver=1.15+43+gd23e9fa
-pkgrel=2
+_commit=6bf9e4ff0fb7eff11a02bd937045bf5dc291841a # master 2020-05-06
+pkgver=2.0+1+g6bf9e4f
+pkgrel=1
 pkgdesc="Freedesktop.org Shared MIME Info"
 arch=('x86_64')
 license=('GPL2')
@@ -26,7 +26,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --long | sed 's/^Release.//;s/\([^-]*-g\)/\1/;s/-/+/g;s/+/./'
+  git describe --long | sed 's/^Release.//;s/\([^-]*-g\)/\1/;s/-/+/g;'
 }
 
 prepare() {


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:10:55
  Author: allan
Revision: 382561

archrelease: copy trunk to extra-x86_64

Added:
  opensp/repos/extra-x86_64/PKGBUILD
(from rev 382560, opensp/trunk/PKGBUILD)
Deleted:
  opensp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:10:39 UTC (rev 382560)
+++ PKGBUILD2020-05-07 05:10:55 UTC (rev 382561)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=opensp
-pkgver=1.5.2
-pkgrel=8
-pkgdesc="A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents"
-arch=('x86_64')
-url="http://openjade.sourceforge.net/;
-license=('BSD')
-depends=('sgml-common' 'perl')
-makedepends=('xmlto' 'docbook-xsl')
-source=("https://downloads.sourceforge.net/project/openjade/opensp/$pkgver/OpenSP-$pkgver.tar.gz;)
-sha256sums=('57f4898498a368918b0d49c826aa434bb5b703d2c3b169beb348016ab25617ce')
-
-build() {
-  cd OpenSP-$pkgver
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---disable-nls \
---enable-http \
---enable-default-catalog=/etc/sgml/catalog \
---enable-default-search-path=/usr/share/sgml:/usr/share/xml \
---enable-xml-messages
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd OpenSP-$pkgver
-  make check || /bin/true
-}
-
-package() {
-  cd OpenSP-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # add symlinks for compatibility with jade, see FS#49775
-  for file in nsgmls sgmlnorm spam spcat spent sx ; do
-ln -s o$file $pkgdir/usr/bin/$file
-echo ".so man1/o${file}.1" > $pkgdir/usr/share/man/man1/${file}.1
-  done
-  ln -v -sf libosp.so $pkgdir/usr/lib/libsp.so
-
-  # Rename sx to sgml2xml; FS#49792
-  mv $pkgdir/usr/bin/sx $pkgdir/usr/bin/sgml2xml
-  mv $pkgdir/usr/share/man/man1/{sx,sgml2xml}.1
-  
-  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: opensp/repos/extra-x86_64/PKGBUILD (from rev 382560, 
opensp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:10:55 UTC (rev 382561)
@@ -0,0 +1,51 @@
+# Maintainer: Andreas Radke 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=opensp
+pkgver=1.5.2
+pkgrel=9
+pkgdesc="A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents"
+arch=('x86_64')
+url="http://openjade.sourceforge.net/;
+license=('BSD')
+depends=('sgml-common' 'perl')
+makedepends=('xmlto' 'docbook-xsl')
+source=("https://downloads.sourceforge.net/project/openjade/opensp/$pkgver/OpenSP-$pkgver.tar.gz;)
+sha256sums=('57f4898498a368918b0d49c826aa434bb5b703d2c3b169beb348016ab25617ce')
+
+build() {
+  cd OpenSP-$pkgver
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--disable-nls \
+--enable-http \
+--enable-default-catalog=/etc/sgml/catalog \
+--enable-default-search-path=/usr/share/sgml:/usr/share/xml \
+--enable-xml-messages
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd OpenSP-$pkgver
+  make check || /bin/true
+}
+
+package() {
+  cd OpenSP-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # add symlinks for compatibility with jade, see FS#49775
+  for file in nsgmls sgmlnorm spam spcat spent sx ; do
+ln -s o$file $pkgdir/usr/bin/$file
+echo ".so man1/o${file}.1" > $pkgdir/usr/share/man/man1/${file}.1
+  done
+  ln -v -sf libosp.so $pkgdir/usr/lib/libsp.so
+
+  # Rename sx to sgml2xml; FS#49792
+  mv $pkgdir/usr/bin/sx $pkgdir/usr/bin/sgml2xml
+  mv $pkgdir/usr/share/man/man1/{sx,sgml2xml}.1
+  
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:10:39
  Author: allan
Revision: 382560

upgpkg: opensp 1.5.2-9: .BUILDINFO rebuild

Modified:
  opensp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:02:48 UTC (rev 382559)
+++ PKGBUILD2020-05-07 05:10:39 UTC (rev 382560)
@@ -4,7 +4,7 @@
 
 pkgname=opensp
 pkgver=1.5.2
-pkgrel=8
+pkgrel=9
 pkgdesc="A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents"
 arch=('x86_64')
 url="http://openjade.sourceforge.net/;


[arch-commits] Commit in orage/repos/extra-x86_64 (4 files)

2020-05-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, May 7, 2020 @ 05:02:48
  Author: foutrelis
Revision: 382559

archrelease: copy trunk to extra-x86_64

Added:
  orage/repos/extra-x86_64/PKGBUILD
(from rev 382558, orage/trunk/PKGBUILD)
  orage/repos/extra-x86_64/libical3.patch
(from rev 382558, orage/trunk/libical3.patch)
Deleted:
  orage/repos/extra-x86_64/PKGBUILD
  orage/repos/extra-x86_64/libical3.patch

+
 PKGBUILD   |   95 +---
 libical3.patch |  118 +++
 2 files changed, 106 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:02:43 UTC (rev 382558)
+++ PKGBUILD2020-05-07 05:02:48 UTC (rev 382559)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Tobias Kieslich 
-
-pkgname=orage
-pkgver=4.12.1
-pkgrel=4
-pkgdesc="A simple calendar application with reminders for Xfce"
-arch=('x86_64')
-license=('GPL2')
-url="http://www.xfce.org/projects/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libical' 'popt' 'libnotify')
-makedepends=('intltool')
-conflicts=('xfcalendar')
-replaces=('xfcalendar')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-libical3.patch)
-sha256sums=('3cf9aa441ae83c8688865f82217025cdf3ebaa152cce4571777b8c2aa8dd9062'
-'c9da6ce0e03f9072b16a554ea3e30ed453d5bcb3fb0fdab8b4574582cd375602')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1512302
-  patch -Np1 -i ../libical3.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---enable-libical \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: orage/repos/extra-x86_64/PKGBUILD (from rev 382558, 
orage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:02:48 UTC (rev 382559)
@@ -0,0 +1,47 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Tobias Kieslich 
+
+pkgname=orage
+pkgver=4.12.1
+pkgrel=5
+pkgdesc="A simple calendar application with reminders for Xfce"
+arch=('x86_64')
+license=('GPL2')
+url="https://www.xfce.org/projects/;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libical' 'popt' 'libnotify' 'dbus-glib')
+makedepends=('intltool')
+conflicts=('xfcalendar')
+replaces=('xfcalendar')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+libical3.patch)
+sha256sums=('3cf9aa441ae83c8688865f82217025cdf3ebaa152cce4571777b8c2aa8dd9062'
+'c9da6ce0e03f9072b16a554ea3e30ed453d5bcb3fb0fdab8b4574582cd375602')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1512302
+  patch -Np1 -i ../libical3.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--enable-libical \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: libical3.patch
===
--- libical3.patch  2020-05-07 05:02:43 UTC (rev 382558)
+++ libical3.patch  2020-05-07 05:02:48 UTC (rev 382559)
@@ -1,59 +0,0 @@
-diff -up orage-4.12.1/src/ical-code.c.libical-3.0 orage-4.12.1/src/ical-code.c
 orage-4.12.1/src/ical-code.c.libical-3.0   2017-11-14 08:41:30.917375493 
+0100
-+++ orage-4.12.1/src/ical-code.c   2017-11-14 08:41:56.823375135 +0100
-@@ -129,7 +129,6 @@ static struct icaltimetype ical_get_curr
- &&   (strcmp(g_par.local_timezone, "floating") != 0))
- ctime = icaltime_current_time_with_zone(local_icaltimezone);
- else { / * use floating time * /
--ctime.is_utc  = 0;
- ctime.is_date = 0;
- ctime.is_daylight = 0;
- ctime.zone= NULL;
-@@ -2579,7 +2578,6 @@ static struct icaltimetype count_first_a
-  * when counting alarm time. */
- if (rel == ICAL_RELATED_START) {
- per.stime.is_date   = 0;
--per.stime.is_utc= 1;
- per.stime.is_daylight   = 0;
- per.stime.zone  = utc_icaltimezone;
- per.stime.hour  = 0;
-@@ -2588,7 +2586,6 @@ static struct icaltimetype count_first_a
- }
- else {
- per.etime.is_date   = 0;
--per.etime.is_utc= 1;
- per.etime.is_daylight   = 0;
- per.etime.zone  = utc_icaltimezone;
- 

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

2020-05-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, May 7, 2020 @ 05:02:43
  Author: foutrelis
Revision: 382558

upgpkg: orage 4.12.1-5: .BUILDINFO rebuild

Modified:
  orage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:01:50 UTC (rev 382557)
+++ PKGBUILD2020-05-07 05:02:43 UTC (rev 382558)
@@ -4,13 +4,13 @@
 
 pkgname=orage
 pkgver=4.12.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A simple calendar application with reminders for Xfce"
 arch=('x86_64')
 license=('GPL2')
 url="https://www.xfce.org/projects/;
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libical' 'popt' 'libnotify')
+depends=('xfce4-panel' 'libical' 'popt' 'libnotify' 'dbus-glib')
 makedepends=('intltool')
 conflicts=('xfcalendar')
 replaces=('xfcalendar')


[arch-commits] Commit in poppler-data/repos/extra-any (PKGBUILD PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:01:50
  Author: allan
Revision: 382557

archrelease: copy trunk to extra-any

Added:
  poppler-data/repos/extra-any/PKGBUILD
(from rev 382556, poppler-data/trunk/PKGBUILD)
Deleted:
  poppler-data/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:01:33 UTC (rev 382556)
+++ PKGBUILD2020-05-07 05:01:50 UTC (rev 382557)
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 22380 2008-12-26 16:33:15Z jgc $
-# Maintainer: Jan de Groot 
-# Maintainer: Andreas Radke 
-
-pkgname=poppler-data
-pkgver=0.4.9
-pkgrel=1
-pkgdesc="Encoding data for the poppler PDF rendering library"
-arch=('any')
-license=('custom' 'GPL2')
-conflicts=('poppler<0.10.5')
-url="https://poppler.freedesktop.org/;
-source=(https://poppler.freedesktop.org/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1f9c7e7de9ecd0db6ab287349e31bf815ca108a5a175cf906a90163bdbe32012')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make prefix=/usr DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING COPYING.adobe \
-"${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: poppler-data/repos/extra-any/PKGBUILD (from rev 382556, 
poppler-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:01:50 UTC (rev 382557)
@@ -0,0 +1,22 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=poppler-data
+pkgver=0.4.9
+pkgrel=2
+pkgdesc="Encoding data for the poppler PDF rendering library"
+arch=('any')
+license=('custom' 'GPL2')
+conflicts=('poppler<0.10.5')
+url="https://poppler.freedesktop.org/;
+source=(https://poppler.freedesktop.org/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('1f9c7e7de9ecd0db6ab287349e31bf815ca108a5a175cf906a90163bdbe32012')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make prefix=/usr DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING COPYING.adobe \
+"${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:01:33
  Author: allan
Revision: 382556

upgpkg: poppler-data 0.4.9-2: .BUILDINFO rebuild

Modified:
  poppler-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:59:47 UTC (rev 382555)
+++ PKGBUILD2020-05-07 05:01:33 UTC (rev 382556)
@@ -3,7 +3,7 @@
 
 pkgname=poppler-data
 pkgver=0.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Encoding data for the poppler PDF rendering library"
 arch=('any')
 license=('custom' 'GPL2')


[arch-commits] Commit in procmail/repos/extra-x86_64 (8 files)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:59:47
  Author: allan
Revision: 382555

archrelease: copy trunk to extra-x86_64

Added:
  procmail/repos/extra-x86_64/PKGBUILD
(from rev 382554, procmail/trunk/PKGBUILD)
  procmail/repos/extra-x86_64/fix_memory_allocation_bug.diff
(from rev 382554, procmail/trunk/fix_memory_allocation_bug.diff)
  procmail/repos/extra-x86_64/formisc.c.patch
(from rev 382554, procmail/trunk/formisc.c.patch)
  procmail/repos/extra-x86_64/procmail-3.22-getline.patch
(from rev 382554, procmail/trunk/procmail-3.22-getline.patch)
Deleted:
  procmail/repos/extra-x86_64/PKGBUILD
  procmail/repos/extra-x86_64/fix_memory_allocation_bug.diff
  procmail/repos/extra-x86_64/formisc.c.patch
  procmail/repos/extra-x86_64/procmail-3.22-getline.patch

+
 PKGBUILD   |   80 +--
 fix_memory_allocation_bug.diff |   22 +++
 formisc.c.patch|   28 -
 procmail-3.22-getline.patch|  112 +++
 4 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:59:20 UTC (rev 382554)
+++ PKGBUILD2020-05-07 04:59:47 UTC (rev 382555)
@@ -1,40 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=procmail
-pkgver=3.22
-pkgrel=9
-pkgdesc="Highly configurable auto mail processing."
-arch=('x86_64')
-#url="http://www.procmail.org; # offline
-url="http://pm-doc.sourceforge.net/;
-license=('GPL' 'custom:Artistic')
-depends=('glibc' 'sh')
-makedepends=('smtp-server')
-source=(#"http://www.procmail.org/${pkgname}-${pkgver}.tar.gz; # currently down
-
"ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/${pkgname}-${pkgver}.tar.gz;
-procmail-3.22-getline.patch formisc.c.patch 
fix_memory_allocation_bug.diff)
-sha256sums=('087c75b34dd33d8b9df5afe9e42801c9395f4bf373a784d9bc97153b0062e117'
-'aaa5ce562e5ef65f56a0225eedda3fcc7ab2938da6097ed4d9b11abf861929de'
-'b7d983e5eba1d1869871a6ebb97404c511d0705673b0e59646b5c074c6ba34d8'
-'0f0e68b4eeac1dd7d9b167ff68d29cc8608e5247f4e59cf7098b65c9f1fb66e3')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i "${srcdir}"/procmail-3.22-getline.patch
-  # FS#56398 / https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876511
-  patch -p1 -i "${srcdir}"/formisc.c.patch
-  patch -p1 -i "${srcdir}"/fix_memory_allocation_bug.diff
-}
-
-build() {
-  cd $pkgname-$pkgver
-  yes n | make CFLAGS0="${CFLAGS} ${LDFLAGS}" LOCKINGTEST="/tmp ."
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make BASENAME="${pkgdir}"/usr MANDIR="${pkgdir}"/usr/share/man install
-  install -D -m644 Artistic "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -d -m755 "${pkgdir}"/usr/share/doc/${pkgname}/examples
-  install -m644 examples/* "${pkgdir}"/usr/share/doc/${pkgname}/examples/
-}

Copied: procmail/repos/extra-x86_64/PKGBUILD (from rev 382554, 
procmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:59:47 UTC (rev 382555)
@@ -0,0 +1,40 @@
+# Maintainer: Andreas Radke 
+
+pkgname=procmail
+pkgver=3.22
+pkgrel=10
+pkgdesc="Highly configurable auto mail processing."
+arch=('x86_64')
+#url="http://www.procmail.org; # offline
+url="http://pm-doc.sourceforge.net/;
+license=('GPL' 'custom:Artistic')
+depends=('glibc' 'sh')
+makedepends=('smtp-server')
+source=(#"http://www.procmail.org/${pkgname}-${pkgver}.tar.gz; # currently down
+
"http://ftp.osuosl.org/pub/blfs/conglomeration/procmail/procmail-${pkgver}.tar.gz;
+procmail-3.22-getline.patch formisc.c.patch 
fix_memory_allocation_bug.diff)
+sha256sums=('087c75b34dd33d8b9df5afe9e42801c9395f4bf373a784d9bc97153b0062e117'
+'aaa5ce562e5ef65f56a0225eedda3fcc7ab2938da6097ed4d9b11abf861929de'
+'b7d983e5eba1d1869871a6ebb97404c511d0705673b0e59646b5c074c6ba34d8'
+'0f0e68b4eeac1dd7d9b167ff68d29cc8608e5247f4e59cf7098b65c9f1fb66e3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i "${srcdir}"/procmail-3.22-getline.patch
+  # FS#56398 / https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876511
+  patch -p1 -i "${srcdir}"/formisc.c.patch
+  patch -p1 -i "${srcdir}"/fix_memory_allocation_bug.diff
+}
+
+build() {
+  cd $pkgname-$pkgver
+  yes n | make CFLAGS0="${CFLAGS} ${LDFLAGS}" LOCKINGTEST="/tmp ."
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make BASENAME="${pkgdir}"/usr MANDIR="${pkgdir}"/usr/share/man install
+  install -D -m644 Artistic "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -d -m755 "${pkgdir}"/usr/share/doc/${pkgname}/examples
+  install -m644 examples/* "${pkgdir}"/usr/share/doc/${pkgname}/examples/
+}

Deleted: fix_memory_allocation_bug.diff
===
--- fix_memory_allocation_bug.diff  2020-05-07 04:59:20 UTC (rev 

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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:59:20
  Author: allan
Revision: 382554

upgpkg: procmail 3.22-10: .BUILDINFO rebuild

Modified:
  procmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:51:41 UTC (rev 382553)
+++ PKGBUILD2020-05-07 04:59:20 UTC (rev 382554)
@@ -11,7 +11,7 @@
 depends=('glibc' 'sh')
 makedepends=('smtp-server')
 source=(#"http://www.procmail.org/${pkgname}-${pkgver}.tar.gz; # currently down
-
"ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/${pkgname}-${pkgver}.tar.gz;
+
"http://ftp.osuosl.org/pub/blfs/conglomeration/procmail/procmail-${pkgver}.tar.gz;
 procmail-3.22-getline.patch formisc.c.patch 
fix_memory_allocation_bug.diff)
 sha256sums=('087c75b34dd33d8b9df5afe9e42801c9395f4bf373a784d9bc97153b0062e117'
 'aaa5ce562e5ef65f56a0225eedda3fcc7ab2938da6097ed4d9b11abf861929de'


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:51:03
  Author: allan
Revision: 382552

archrelease: copy trunk to extra-x86_64

Added:
  psiconv/repos/extra-x86_64/PKGBUILD
(from rev 382551, psiconv/trunk/PKGBUILD)
Deleted:
  psiconv/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:50:47 UTC (rev 382551)
+++ PKGBUILD2020-05-07 04:51:03 UTC (rev 382552)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=psiconv
-pkgver=0.9.9
-pkgrel=6
-pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
-arch=('x86_64')
-url="http://software.frodo.looijaard.name/psiconv/;
-license=('GPL')
-depends=('graphicsmagick')
-makedepends=('bc')
-backup=('etc/psiconv/psiconv.conf')
-source=("http://www.frodo.looijaard.name/system/files/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('286e427b10f4d10aaeef1944210a2ea6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|Magick-config|GraphicsMagick-config|g' -i configure.in
-  autoreconf -vi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: psiconv/repos/extra-x86_64/PKGBUILD (from rev 382551, 
psiconv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:51:03 UTC (rev 382552)
@@ -0,0 +1,35 @@
+# Maintainer:
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=psiconv
+pkgver=0.9.9
+pkgrel=7
+pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
+arch=('x86_64')
+url="http://software.frodo.looijaard.name/psiconv/;
+license=('GPL')
+depends=('graphicsmagick')
+makedepends=('bc')
+backup=('etc/psiconv/psiconv.conf')
+source=("http://www.frodo.looijaard.name/system/files/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('286e427b10f4d10aaeef1944210a2ea6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|Magick-config|GraphicsMagick-config|g' -i configure.in
+  autoreconf -vi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:51:41
  Author: allan
Revision: 382553

upgpkg: procmail 3.22-10: .BUILDINFO rebuild

Modified:
  procmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:51:03 UTC (rev 382552)
+++ PKGBUILD2020-05-07 04:51:41 UTC (rev 382553)
@@ -2,7 +2,7 @@
 
 pkgname=procmail
 pkgver=3.22
-pkgrel=9
+pkgrel=10
 pkgdesc="Highly configurable auto mail processing."
 arch=('x86_64')
 #url="http://www.procmail.org; # offline


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:50:47
  Author: allan
Revision: 382551

upgpkg: psiconv 0.9.9-7: .BUILDINFO rebuild

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:45:40 UTC (rev 382550)
+++ PKGBUILD2020-05-07 04:50:47 UTC (rev 382551)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.9
-pkgrel=6
+pkgrel=7
 pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
 arch=('x86_64')
 url="http://software.frodo.looijaard.name/psiconv/;


[arch-commits] Commit in purple-plugin-pack/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:45:40
  Author: allan
Revision: 382550

archrelease: copy trunk to extra-x86_64

Added:
  purple-plugin-pack/repos/extra-x86_64/PKGBUILD
(from rev 382549, purple-plugin-pack/trunk/PKGBUILD)
Deleted:
  purple-plugin-pack/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:45:24 UTC (rev 382549)
+++ PKGBUILD2020-05-07 04:45:40 UTC (rev 382550)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Alexander Fehr 
-# Contributor: Dale Blount 
-
-pkgname=purple-plugin-pack
-pkgver=2.7.0
-pkgrel=4
-pkgdesc="Compilation of plugins for the libpurple family of IM clients"
-arch=('x86_64')
-url="https://bitbucket.org/rekkanoryo/purple-plugin-pack;
-license=('GPL')
-depends=('libpurple')
-makedepends=('intltool' 'python2' 'pidgin')
-source=(https://bitbucket.org/rekkanoryo/$pkgname/downloads/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2bbcf5e778a33968ba7f2864d2a6cb526a8984be3e4151642a583eee8eafb03c')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i '/PKG_CHECK_MODULES(ENCHANT/{n;s/enchant/&-2/}' configure.ac
-  autoreconf -vi
-}
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  PYTHON=/usr/bin/python2 \
-./configure --prefix=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: purple-plugin-pack/repos/extra-x86_64/PKGBUILD (from rev 382549, 
purple-plugin-pack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:45:40 UTC (rev 382550)
@@ -0,0 +1,39 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Fehr 
+# Contributor: Dale Blount 
+
+pkgname=purple-plugin-pack
+pkgver=2.7.0
+pkgrel=5
+pkgdesc="Compilation of plugins for the libpurple family of IM clients"
+arch=('x86_64')
+url="https://bitbucket.org/rekkanoryo/purple-plugin-pack;
+license=('GPL')
+depends=('libpurple')
+makedepends=('intltool' 'python2' 'pidgin')
+source=(https://bitbucket.org/rekkanoryo/$pkgname/downloads/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2bbcf5e778a33968ba7f2864d2a6cb526a8984be3e4151642a583eee8eafb03c')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i '/PKG_CHECK_MODULES(ENCHANT/{n;s/enchant/&-2/}' configure.ac
+  autoreconf -vi
+}
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  PYTHON=/usr/bin/python2 \
+./configure --prefix=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in purple-plugin-pack/trunk (PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:45:24
  Author: allan
Revision: 382549

upgpkg: purple-plugin-pack 2.7.0-5: .BUILDINFO rebuild

Modified:
  purple-plugin-pack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:42:06 UTC (rev 382548)
+++ PKGBUILD2020-05-07 04:45:24 UTC (rev 382549)
@@ -5,7 +5,7 @@
 
 pkgname=purple-plugin-pack
 pkgver=2.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Compilation of plugins for the libpurple family of IM clients"
 arch=('x86_64')
 url="https://bitbucket.org/rekkanoryo/purple-plugin-pack;


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:41:49
  Author: allan
Revision: 382547

upgpkg: rasqal 1:0.9.33-3: .BUILDINFO rebuild

Modified:
  rasqal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:37:01 UTC (rev 382546)
+++ PKGBUILD2020-05-07 04:41:49 UTC (rev 382547)
@@ -5,7 +5,7 @@
 pkgname=rasqal
 epoch=1
 pkgver=0.9.33
-pkgrel=2
+pkgrel=3
 pkgdesc="A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings"
 url="http://librdf.org/rasqal;
 license=('GPL' 'LGPL')


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:42:06
  Author: allan
Revision: 382548

archrelease: copy trunk to extra-x86_64

Added:
  rasqal/repos/extra-x86_64/PKGBUILD
(from rev 382547, rasqal/trunk/PKGBUILD)
Deleted:
  rasqal/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:41:49 UTC (rev 382547)
+++ PKGBUILD2020-05-07 04:42:06 UTC (rev 382548)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: AndyRTR 
-# Contributor: Lawrence Lee 
-
-pkgname=rasqal
-epoch=1
-pkgver=0.9.33
-pkgrel=2
-pkgdesc="A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings"
-url="http://librdf.org/rasqal;
-license=('GPL' 'LGPL')
-arch=('x86_64')
-depends=('raptor' 'mpfr' 'util-linux')
-source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1f5def51ca0026cd192958ef07228b52')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---disable-static \
---enable-release
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -k check || true # still fails some checks
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: rasqal/repos/extra-x86_64/PKGBUILD (from rev 382547, 
rasqal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:42:06 UTC (rev 382548)
@@ -0,0 +1,35 @@
+# Maintainer: Tom Gundersen 
+# Contributor: AndyRTR 
+# Contributor: Lawrence Lee 
+
+pkgname=rasqal
+epoch=1
+pkgver=0.9.33
+pkgrel=3
+pkgdesc="A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings"
+url="http://librdf.org/rasqal;
+license=('GPL' 'LGPL')
+arch=('x86_64')
+depends=('raptor' 'mpfr' 'util-linux')
+source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('6924c9ac6570bd241a9669f83b467c728a322470bf34f4b2da4f69492ccfd97c'
+'SKIP')
+validpgpkeys=('F879F0DEDA780198DD08DC6443EC92504F71955A') # Dave Beckett 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-release
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check || true # still fails some checks
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:37:01
  Author: allan
Revision: 382546

archrelease: copy trunk to extra-x86_64

Added:
  rest/repos/extra-x86_64/PKGBUILD
(from rev 382545, rest/trunk/PKGBUILD)
Deleted:
  rest/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:36:41 UTC (rev 382545)
+++ PKGBUILD2020-05-07 04:37:01 UTC (rev 382546)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=rest
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Helper library for RESTful services"
-url="https://wiki.gnome.org/Projects/Librest;
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(glib2 libxml2 libsoup)
-makedepends=(gobject-introspection gtk-doc git)
-_commit=2971b3b92701f70fc368ad64bd25cefaea043f87  # tags/0.8.1^0
-source=("git+https://git.gnome.org/browse/librest#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd librest
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librest
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd librest
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd librest
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rest/repos/extra-x86_64/PKGBUILD (from rev 382545, rest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:37:01 UTC (rev 382546)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=rest
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="Helper library for RESTful services"
+url="https://wiki.gnome.org/Projects/Librest;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(glib2 libxml2 libsoup)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=2971b3b92701f70fc368ad64bd25cefaea043f87  # tags/0.8.1^0
+source=("git+https://gitlab.gnome.org/GNOME/librest.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd librest
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librest
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd librest
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd librest
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:36:41
  Author: allan
Revision: 382545

upgpkg: rest 0.8.1-2: .BUILDINFO rebuild

Modified:
  rest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:35:00 UTC (rev 382544)
+++ PKGBUILD2020-05-07 04:36:41 UTC (rev 382545)
@@ -2,7 +2,7 @@
 
 pkgname=rest
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Helper library for RESTful services"
 url="https://wiki.gnome.org/Projects/Librest;
 arch=(x86_64)


[arch-commits] Commit in sane-frontends/repos/extra-x86_64 (4 files)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:35:00
  Author: allan
Revision: 382544

archrelease: copy trunk to extra-x86_64

Added:
  sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch
(from rev 382543, sane-frontends/trunk/MissingCapsFlag.patch)
  sane-frontends/repos/extra-x86_64/PKGBUILD
(from rev 382543, sane-frontends/trunk/PKGBUILD)
Deleted:
  sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch
  sane-frontends/repos/extra-x86_64/PKGBUILD

---+
 MissingCapsFlag.patch |   24 +++---
 PKGBUILD  |   51 +++-
 2 files changed, 37 insertions(+), 38 deletions(-)

Deleted: MissingCapsFlag.patch
===
--- MissingCapsFlag.patch   2020-05-07 04:34:40 UTC (rev 382543)
+++ MissingCapsFlag.patch   2020-05-07 04:35:00 UTC (rev 382544)
@@ -1,12 +0,0 @@
 src/gtkglue.c  2005-04-16 15:12:07.0 +0200
-+++ src/gtkglue.c.new  2009-06-24 00:26:46.0 +0200
-@@ -1476,8 +1476,7 @@
- || opt->type == SANE_TYPE_GROUP || !dialog->element[i].widget)
-   continue;
- 
--  if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE))
--  gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
-+  gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
- }
- }
- 

Copied: sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch (from rev 
382543, sane-frontends/trunk/MissingCapsFlag.patch)
===
--- MissingCapsFlag.patch   (rev 0)
+++ MissingCapsFlag.patch   2020-05-07 04:35:00 UTC (rev 382544)
@@ -0,0 +1,12 @@
+--- src/gtkglue.c  2005-04-16 15:12:07.0 +0200
 src/gtkglue.c.new  2009-06-24 00:26:46.0 +0200
+@@ -1476,8 +1476,7 @@
+ || opt->type == SANE_TYPE_GROUP || !dialog->element[i].widget)
+   continue;
+ 
+-  if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE))
+-  gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
++  gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
+ }
+ }
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:34:40 UTC (rev 382543)
+++ PKGBUILD2020-05-07 04:35:00 UTC (rev 382544)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Sarah Hay 
-
-pkgname=sane-frontends
-pkgver=1.0.14
-pkgrel=8
-pkgdesc="A set of frontends for SANE."
-arch=(x86_64)
-url="http://www.sane-project.org;
-license=('GPL')
-depends=('sane' 'gimp' 'libjpeg>=7')
-source=("https://alioth.debian.org/frs/download.php/file/1140/sane-frontends-${pkgver}.tar.gz;
 MissingCapsFlag.patch)
-md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p0 < ../MissingCapsFlag.patch
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: sane-frontends/repos/extra-x86_64/PKGBUILD (from rev 382543, 
sane-frontends/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:35:00 UTC (rev 382544)
@@ -0,0 +1,25 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sarah Hay 
+
+pkgname=sane-frontends
+pkgver=1.0.14
+pkgrel=9
+pkgdesc="A set of frontends for SANE."
+arch=(x86_64)
+url="http://www.sane-project.org;
+license=('GPL')
+depends=('sane' 'gimp' 'libjpeg')
+source=("https://alioth-archive.debian.org/releases/sane/sane-frontends/${pkgver}/sane-frontends-${pkgver}.tar.gz;
 MissingCapsFlag.patch)
+md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -p0 < ../MissingCapsFlag.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:34:40
  Author: allan
Revision: 382543

upgpkg: sane-frontends 1.0.14-9: .BUILDINFO rebuild

Modified:
  sane-frontends/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:32:30 UTC (rev 382542)
+++ PKGBUILD2020-05-07 04:34:40 UTC (rev 382543)
@@ -3,12 +3,12 @@
 
 pkgname=sane-frontends
 pkgver=1.0.14
-pkgrel=8
+pkgrel=9
 pkgdesc="A set of frontends for SANE."
 arch=(x86_64)
 url="http://www.sane-project.org;
 license=('GPL')
-depends=('sane' 'gimp' 'libjpeg>=7')
+depends=('sane' 'gimp' 'libjpeg')
 
source=("https://alioth-archive.debian.org/releases/sane/sane-frontends/${pkgver}/sane-frontends-${pkgver}.tar.gz;
 MissingCapsFlag.patch)
 md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
 


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:32:30
  Author: allan
Revision: 382542

archrelease: copy trunk to extra-x86_64

Added:
  sdl2_gfx/repos/extra-x86_64/PKGBUILD
(from rev 382541, sdl2_gfx/trunk/PKGBUILD)
Deleted:
  sdl2_gfx/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:32:14 UTC (rev 382541)
+++ PKGBUILD2020-05-07 04:32:30 UTC (rev 382542)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jameson Pugh 
-
-pkgname=sdl2_gfx
-pkgver=1.0.4
-pkgrel=1
-epoch=1
-pkgdesc="SDL graphics drawing primitives and other support functions (Version 
2)"
-url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/;
-arch=(x86_64)
-license=(zlib)
-depends=(sdl2)
-source=("http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-${pkgver}.tar.gz;)
-sha512sums=('81a100d3c8c3a7c6bd37a23f1290ff10685f8e62fbecd83b0086aae4edc721483e2153cd4219fbd9168f115eea0ea6b25f9be375faf5761f0babdfb1b52fe482')
-
-build() {
-  cd SDL2_gfx-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd SDL2_gfx-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2_gfx/repos/extra-x86_64/PKGBUILD (from rev 382541, 
sdl2_gfx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:32:30 UTC (rev 382542)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jameson Pugh 
+
+pkgname=sdl2_gfx
+pkgver=1.0.4
+pkgrel=2
+epoch=1
+pkgdesc="SDL graphics drawing primitives and other support functions (Version 
2)"
+url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/;
+arch=(x86_64)
+license=(zlib)
+depends=(sdl2)
+source=("https://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-${pkgver}.tar.gz;)
+sha512sums=('81a100d3c8c3a7c6bd37a23f1290ff10685f8e62fbecd83b0086aae4edc721483e2153cd4219fbd9168f115eea0ea6b25f9be375faf5761f0babdfb1b52fe482')
+
+build() {
+  cd SDL2_gfx-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd SDL2_gfx-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:32:14
  Author: allan
Revision: 382541

upgpkg: sdl2_gfx 1:1.0.4-2: .BUILDINFO rebuild

Modified:
  sdl2_gfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:30:39 UTC (rev 382540)
+++ PKGBUILD2020-05-07 04:32:14 UTC (rev 382541)
@@ -3,7 +3,7 @@
 
 pkgname=sdl2_gfx
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="SDL graphics drawing primitives and other support functions (Version 
2)"
 url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/;


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:30:22
  Author: allan
Revision: 382539

upgpkg: slang 2.3.2-2: .BUILDINFO rebuild

Modified:
  slang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:17:51 UTC (rev 382538)
+++ PKGBUILD2020-05-07 04:30:22 UTC (rev 382539)
@@ -4,7 +4,7 @@
 
 pkgname=slang
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="S-Lang is a powerful interpreted language"
 arch=('x86_64')
 url="https://www.jedsoft.org/slang/;


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:30:39
  Author: allan
Revision: 382540

archrelease: copy trunk to extra-x86_64

Added:
  slang/repos/extra-x86_64/PKGBUILD
(from rev 382539, slang/trunk/PKGBUILD)
Deleted:
  slang/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:30:22 UTC (rev 382539)
+++ PKGBUILD2020-05-07 04:30:39 UTC (rev 382540)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-pkgname=slang
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="S-Lang is a powerful interpreted language"
-arch=('x86_64')
-url="http://www.jedsoft.org/slang/;
-license=('GPL')
-depends=('pcre')
-backup=('etc/slsh.rc')
-options=('!makeflags')
-source=(http://www.jedsoft.org/releases/slang/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha1sums=('bbf7f2dcc14e7c7fca40868fd4b411a2bd9e2655'
-  'SKIP')
-validpgpkeys=('AE962A02D29BFE4A4BB2805FDE401E0D5873000A')  # John E. Davis
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-
-  [[ $CARCH = "i686" ]] || make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install-all
-}

Copied: slang/repos/extra-x86_64/PKGBUILD (from rev 382539, 
slang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:30:39 UTC (rev 382540)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=slang
+pkgver=2.3.2
+pkgrel=2
+pkgdesc="S-Lang is a powerful interpreted language"
+arch=('x86_64')
+url="https://www.jedsoft.org/slang/;
+license=('GPL')
+depends=('pcre')
+backup=('etc/slsh.rc')
+options=('!makeflags')
+source=(https://www.jedsoft.org/releases/slang/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha1sums=('bbf7f2dcc14e7c7fca40868fd4b411a2bd9e2655'
+  'SKIP')
+validpgpkeys=('AE962A02D29BFE4A4BB2805FDE401E0D5873000A')  # John E. Davis
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  [[ $CARCH = "i686" ]] || make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install-all
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:17:51
  Author: allan
Revision: 382538

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-idle/repos/extra-x86_64/PKGBUILD
(from rev 382537, telepathy-idle/trunk/PKGBUILD)
Deleted:
  telepathy-idle/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:17:35 UTC (rev 382537)
+++ PKGBUILD2020-05-07 04:17:51 UTC (rev 382538)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Samuel Mendes 
-
-pkgname=telepathy-idle
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="An IRC connection manager for Telepathy"
-arch=('x86_64')
-url="http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL')
-depends=('telepathy-glib')
-makedepends=('libxslt' 'python2')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('92a2de5198284cbd3c430b0d1a971a86')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-}

Copied: telepathy-idle/repos/extra-x86_64/PKGBUILD (from rev 382537, 
telepathy-idle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:17:51 UTC (rev 382538)
@@ -0,0 +1,31 @@
+# Maintainer:
+# Contributor: Ionut Biru 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Samuel Mendes 
+
+pkgname=telepathy-idle
+pkgver=0.2.0
+pkgrel=3
+pkgdesc="An IRC connection manager for Telepathy"
+arch=('x86_64')
+url="https://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL')
+depends=('telepathy-glib')
+makedepends=('libxslt' 'python2')
+source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('3013ad4b38d14ee630b8cc8ada5e95ccaa849b9a6fe15d2eaf6d0717d76f2fab'
+'SKIP')
+validpgpkeys=('1B5A1BA811AAF0F12169E28AAC558671711E31B1') # Guillaume 
Desmottes 
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:17:35
  Author: allan
Revision: 382537

upgpkg: telepathy-idle 0.2.0-3: .BUILDINFO rebuild

Modified:
  telepathy-idle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:15:13 UTC (rev 382536)
+++ PKGBUILD2020-05-07 04:17:35 UTC (rev 382537)
@@ -5,7 +5,7 @@
 
 pkgname=telepathy-idle
 pkgver=0.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An IRC connection manager for Telepathy"
 arch=('x86_64')
 url="https://telepathy.freedesktop.org;


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:15:13
  Author: allan
Revision: 382536

archrelease: copy trunk to extra-x86_64

Added:
  trayer/repos/extra-x86_64/PKGBUILD
(from rev 382535, trayer/trunk/PKGBUILD)
Deleted:
  trayer/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:14:57 UTC (rev 382535)
+++ PKGBUILD2020-05-07 04:15:13 UTC (rev 382536)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgname=trayer
-pkgver=1.1.8
-pkgrel=1
-pkgdesc='lightweight GTK2-based systray for UNIX desktop'
-url='https://github.com/sargon/trayer-srg'
-arch=('x86_64')
-license=('MIT')
-depends=('gtk2')
-makedepends=('libxmu')
-provides=('trayer-srg')
-conflicts=('trayer-srg')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sargon/trayer-srg/archive/trayer-${pkgver}.tar.gz)
-sha512sums=('5ae92fdcee64ad1ca59846874dcd4bd4859adeeb80a86f1ed97d62e6306f8ec62d1ee26dba251257242dc25d158a6a550e69f2fcc8739242a2311e37fe1ce310')
-
-build() {
-  cd trayer-srg-${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd trayer-srg-${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 man/trayer.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: trayer/repos/extra-x86_64/PKGBUILD (from rev 382535, 
trayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:15:13 UTC (rev 382536)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgname=trayer
+pkgver=1.1.8
+pkgrel=2
+pkgdesc='lightweight GTK2-based systray for UNIX desktop'
+url='https://github.com/sargon/trayer-srg'
+arch=('x86_64')
+license=('MIT')
+depends=('gtk2')
+makedepends=('libxmu')
+provides=('trayer-srg')
+conflicts=('trayer-srg')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sargon/trayer-srg/archive/trayer-${pkgver}.tar.gz)
+sha512sums=('5ae92fdcee64ad1ca59846874dcd4bd4859adeeb80a86f1ed97d62e6306f8ec62d1ee26dba251257242dc25d158a6a550e69f2fcc8739242a2311e37fe1ce310')
+
+build() {
+  cd trayer-srg-${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd trayer-srg-${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 man/trayer.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:14:57
  Author: allan
Revision: 382535

upgpkg: trayer 1.1.8-2: .BUILDINFO rebuild

Modified:
  trayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:13:31 UTC (rev 382534)
+++ PKGBUILD2020-05-07 04:14:57 UTC (rev 382535)
@@ -3,7 +3,7 @@
 
 pkgname=trayer
 pkgver=1.1.8
-pkgrel=1
+pkgrel=2
 pkgdesc='lightweight GTK2-based systray for UNIX desktop'
 url='https://github.com/sargon/trayer-srg'
 arch=('x86_64')


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:13:31
  Author: allan
Revision: 382534

archrelease: copy trunk to extra-any

Added:
  ttf-dejavu/repos/extra-any/PKGBUILD
(from rev 382533, ttf-dejavu/trunk/PKGBUILD)
  ttf-dejavu/repos/extra-any/remove-generic-name-assignment-and-aliasing.patch
(from rev 382533, 
ttf-dejavu/trunk/remove-generic-name-assignment-and-aliasing.patch)
Deleted:
  ttf-dejavu/repos/extra-any/PKGBUILD
  ttf-dejavu/repos/extra-any/remove-generic-name-assignment-and-aliasing.patch

---+
 PKGBUILD  |   79 +++
 remove-generic-name-assignment-and-aliasing.patch |  204 ++--
 2 files changed, 141 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:13:10 UTC (rev 382533)
+++ PKGBUILD2020-05-07 04:13:31 UTC (rev 382534)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Michal Krenek 
-
-pkgname=ttf-dejavu
-pkgver=2.37
-pkgrel=2
-pkgdesc="Font family based on the Bitstream Vera Fonts with a wider range of 
characters"
-arch=('any')
-url="https://dejavu-fonts.github.io/;
-license=('custom')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-mkfontscale' 
'xorg-mkfontdir')
-provides=('ttf-font')
-source=(https://downloads.sourceforge.net/project/dejavu/dejavu/${pkgver}/dejavu-fonts-ttf-${pkgver}.tar.bz2
-remove-generic-name-assignment-and-aliasing.patch)
-sha256sums=('fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7'
-'21d85a4f6ea7856074a4eb5c5fce6a10e764d11ff4336e92c4f009815efebb0c')
-
-prepare() {
-  cd dejavu-fonts-ttf-$pkgver
-  patch -Np1 -i ../remove-generic-name-assignment-and-aliasing.patch
-}
-
-package() {
-  install -dm755 "${pkgdir}"/etc/fonts/conf.avail
-  install -dm755 "${pkgdir}"/etc/fonts/conf.d
-  install -dm755 "${pkgdir}"/usr/share/fonts/TTF
-
-  cd "${srcdir}"/dejavu-fonts-ttf-${pkgver}
-  install -m644 ttf/*.ttf "${pkgdir}"/usr/share/fonts/TTF/
-  install -m644 fontconfig/*.conf "${pkgdir}"/etc/fonts/conf.avail/
-
-  pushd "${pkgdir}"/etc/fonts/conf.avail
-  for config in *; do
-ln -sf ../conf.avail/${config} ../conf.d/${config}
-  done
-  popd
-
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ttf-dejavu/repos/extra-any/PKGBUILD (from rev 382533, 
ttf-dejavu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:13:31 UTC (rev 382534)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+# Contributor: Michal Krenek 
+
+pkgname=ttf-dejavu
+pkgver=2.37
+pkgrel=3
+pkgdesc="Font family based on the Bitstream Vera Fonts with a wider range of 
characters"
+arch=('any')
+url="https://dejavu-fonts.github.io/;
+license=('custom')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-mkfontscale' 
'xorg-mkfontdir')
+provides=('ttf-font')
+source=(https://downloads.sourceforge.net/project/dejavu/dejavu/${pkgver}/dejavu-fonts-ttf-${pkgver}.tar.bz2
+remove-generic-name-assignment-and-aliasing.patch)
+sha256sums=('fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7'
+'21d85a4f6ea7856074a4eb5c5fce6a10e764d11ff4336e92c4f009815efebb0c')
+
+prepare() {
+  cd dejavu-fonts-ttf-$pkgver
+  patch -Np1 -i ../remove-generic-name-assignment-and-aliasing.patch
+}
+
+package() {
+  install -dm755 "${pkgdir}"/etc/fonts/conf.avail
+  install -dm755 "${pkgdir}"/etc/fonts/conf.d
+  install -dm755 "${pkgdir}"/usr/share/fonts/TTF
+
+  cd "${srcdir}"/dejavu-fonts-ttf-${pkgver}
+  install -m644 ttf/*.ttf "${pkgdir}"/usr/share/fonts/TTF/
+  install -m644 fontconfig/*.conf "${pkgdir}"/etc/fonts/conf.avail/
+
+  pushd "${pkgdir}"/etc/fonts/conf.avail
+  for config in *; do
+ln -sf ../conf.avail/${config} ../conf.d/${config}
+  done
+  popd
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: remove-generic-name-assignment-and-aliasing.patch
===
--- remove-generic-name-assignment-and-aliasing.patch   2020-05-07 04:13:10 UTC 
(rev 382533)
+++ remove-generic-name-assignment-and-aliasing.patch   2020-05-07 04:13:31 UTC 
(rev 382534)
@@ -1,102 +0,0 @@
-From d9ee532b4f0a879372bdb006ac85d7807629ea98 Mon Sep 17 00:00:00 2001
-From: Fabian Greffrath 
-Date: Mon, 15 May 2017 21:08:12 +0200
-Subject: [PATCH] fontconfig: remove generic name assignment and aliasing
-
-This removes the generic name assignment and the generic name aliasing
-rules for the three standard DejaVu Sans, Sans-Mono and Serif fonts.
-
-These rules are redundant as they are already in the fontconfig
-upstream config files 45-latin.conf and 60-latin.conf, respectively,
-for at least 10 years now, c.f.:
-
-https://cgit.freedesktop.org/fontconfig/commit/conf.d/45-latin.conf?id=4b51f173c99152586db26b03752873a4b4020672

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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:13:10
  Author: allan
Revision: 382533

upgpkg: ttf-dejavu 2.37-3: .BUILDINFO rebuild

Modified:
  ttf-dejavu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:11:02 UTC (rev 382532)
+++ PKGBUILD2020-05-07 04:13:10 UTC (rev 382533)
@@ -3,7 +3,7 @@
 
 pkgname=ttf-dejavu
 pkgver=2.37
-pkgrel=2
+pkgrel=3
 pkgdesc="Font family based on the Bitstream Vera Fonts with a wider range of 
characters"
 arch=('any')
 url="https://dejavu-fonts.github.io/;


[arch-commits] Commit in ttf-hack/repos/extra-any (PKGBUILD PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:11:02
  Author: allan
Revision: 382532

archrelease: copy trunk to extra-any

Added:
  ttf-hack/repos/extra-any/PKGBUILD
(from rev 382531, ttf-hack/trunk/PKGBUILD)
Deleted:
  ttf-hack/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:10:45 UTC (rev 382531)
+++ PKGBUILD2020-05-07 04:11:02 UTC (rev 382532)
@@ -1,18 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Markus Tacker 
-# Contributor: Peter Hoeg 
-
-pkgname=ttf-hack
-pkgver=3.003
-pkgrel=1
-pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono.'
-arch=('any')
-license=('SIL Open Font License 1.1 and Bitstream Vera License')
-url="http://sourcefoundry.org/hack/;
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-source=("https://github.com/source-foundry/Hack/releases/download/v${pkgver}/Hack-v${pkgver}-ttf.tar.xz;)
-sha256sums=('d9ed5d0a07525c7e7bd587b4364e4bc41021dd668658d09864453d9bb374a78d')
-
-package() {
-  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
-}

Copied: ttf-hack/repos/extra-any/PKGBUILD (from rev 382531, 
ttf-hack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:11:02 UTC (rev 382532)
@@ -0,0 +1,18 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Markus Tacker 
+# Contributor: Peter Hoeg 
+
+pkgname=ttf-hack
+pkgver=3.003
+pkgrel=2
+pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono.'
+arch=('any')
+license=('SIL Open Font License 1.1 and Bitstream Vera License')
+url="https://sourcefoundry.org/hack/;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=("https://github.com/source-foundry/Hack/releases/download/v${pkgver}/Hack-v${pkgver}-ttf.tar.xz;)
+sha256sums=('d9ed5d0a07525c7e7bd587b4364e4bc41021dd668658d09864453d9bb374a78d')
+
+package() {
+  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:10:45
  Author: allan
Revision: 382531

upgpkg: ttf-hack 3.003-2: .BUILDINFO rebuild

Modified:
  ttf-hack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:09:25 UTC (rev 382530)
+++ PKGBUILD2020-05-07 04:10:45 UTC (rev 382531)
@@ -4,7 +4,7 @@
 
 pkgname=ttf-hack
 pkgver=3.003
-pkgrel=1
+pkgrel=2
 pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono.'
 arch=('any')
 license=('SIL Open Font License 1.1 and Bitstream Vera License')


[arch-commits] Commit in python-aws-sam-translator/trunk (PKGBUILD)

2020-05-06 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, May 7, 2020 @ 04:10:28
  Author: yan12125
Revision: 625241

upgpkg: python-aws-sam-translator 1.23.0-1

Modified:
  python-aws-sam-translator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 03:54:31 UTC (rev 625240)
+++ PKGBUILD2020-05-07 04:10:28 UTC (rev 625241)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-aws-sam-translator
-pkgver=1.22.0
+pkgver=1.23.0
 pkgrel=1
 pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
 arch=(any)
@@ -11,7 +11,7 @@
 makedepends=(python-setuptools)
 checkdepends=(python-pytest python-yaml python-mock python-parameterized)
 
source=("https://github.com/awslabs/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('46b28186bc06ebe116e1e5671afd717a1097e1224adb7e66a20ece46dd4d9079')
+sha256sums=('b94707e665ff69697e9fa7e3427dd3a35dbf53175dd92cf91a2aeb9e938c78c0')
 
 build() {
   cd serverless-application-model-$pkgver


[arch-commits] Commit in python-aws-sam-translator/repos/community-any (2 files)

2020-05-06 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, May 7, 2020 @ 04:10:47
  Author: yan12125
Revision: 625242

archrelease: copy trunk to community-any

Added:
  python-aws-sam-translator/repos/community-any/PKGBUILD
(from rev 625241, python-aws-sam-translator/trunk/PKGBUILD)
Deleted:
  python-aws-sam-translator/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:10:28 UTC (rev 625241)
+++ PKGBUILD2020-05-07 04:10:47 UTC (rev 625242)
@@ -1,31 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-aws-sam-translator
-pkgver=1.22.0
-pkgrel=1
-pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
-arch=(any)
-url='https://github.com/awslabs/serverless-application-model'
-license=(Apache)
-depends=(python python-boto3 python-jsonschema python-six)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-yaml python-mock python-parameterized)
-source=("https://github.com/awslabs/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('46b28186bc06ebe116e1e5671afd717a1097e1224adb7e66a20ece46dd4d9079')
-
-build() {
-  cd serverless-application-model-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd serverless-application-model-$pkgver
-  # disable upstream pytest.ini, which involves coverage
-  pytest -c /dev/null -v tests
-}
-
-package() {
-  cd serverless-application-model-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  rm -rv "$pkgdir"/usr/lib/python*/site-packages/tests
-}

Copied: python-aws-sam-translator/repos/community-any/PKGBUILD (from rev 
625241, python-aws-sam-translator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:10:47 UTC (rev 625242)
@@ -0,0 +1,31 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aws-sam-translator
+pkgver=1.23.0
+pkgrel=1
+pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
+arch=(any)
+url='https://github.com/awslabs/serverless-application-model'
+license=(Apache)
+depends=(python python-boto3 python-jsonschema python-six)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-yaml python-mock python-parameterized)
+source=("https://github.com/awslabs/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('b94707e665ff69697e9fa7e3427dd3a35dbf53175dd92cf91a2aeb9e938c78c0')
+
+build() {
+  cd serverless-application-model-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd serverless-application-model-$pkgver
+  # disable upstream pytest.ini, which involves coverage
+  pytest -c /dev/null -v tests
+}
+
+package() {
+  cd serverless-application-model-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  rm -rv "$pkgdir"/usr/lib/python*/site-packages/tests
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:09:25
  Author: allan
Revision: 382530

archrelease: copy trunk to extra-x86_64

Added:
  uhttpmock/repos/extra-x86_64/PKGBUILD
(from rev 382529, uhttpmock/trunk/PKGBUILD)
Deleted:
  uhttpmock/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:09:08 UTC (rev 382529)
+++ PKGBUILD2020-05-07 04:09:25 UTC (rev 382530)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 206275 2014-02-23 13:44:21Z jgc $
-# Maintainer: Jan de Groot 
-
-pkgname=uhttpmock
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="HTTP web service mocking project for projects which use libsoup"
-url="https://gitlab.com/uhttpmock/uhttpmock;
-depends=('glib2' 'libsoup')
-license=('LGPL2.1')
-arch=(x86_64)
-source=(https://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
-sha256sums=('a6a34a011db142a98473b492039c84468d575f416689484f1f82a84927f17798')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: uhttpmock/repos/extra-x86_64/PKGBUILD (from rev 382529, 
uhttpmock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:09:25 UTC (rev 382530)
@@ -0,0 +1,23 @@
+# Maintainer: Jan de Groot 
+
+pkgname=uhttpmock
+pkgver=0.5.1
+pkgrel=2
+pkgdesc="HTTP web service mocking project for projects which use libsoup"
+url="https://gitlab.com/uhttpmock/uhttpmock;
+depends=('glib2' 'libsoup')
+license=('LGPL2.1')
+arch=(x86_64)
+source=(https://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
+sha256sums=('a6a34a011db142a98473b492039c84468d575f416689484f1f82a84927f17798')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:09:08
  Author: allan
Revision: 382529

upgpkg: uhttpmock 0.5.1-2: .BUILDINFO rebuild

Modified:
  uhttpmock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:06:20 UTC (rev 382528)
+++ PKGBUILD2020-05-07 04:09:08 UTC (rev 382529)
@@ -2,7 +2,7 @@
 
 pkgname=uhttpmock
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP web service mocking project for projects which use libsoup"
 url="https://gitlab.com/uhttpmock/uhttpmock;
 depends=('glib2' 'libsoup')


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:06:20
  Author: allan
Revision: 382528

archrelease: copy trunk to extra-x86_64

Added:
  woff2/repos/extra-x86_64/PKGBUILD
(from rev 382527, woff2/trunk/PKGBUILD)
Deleted:
  woff2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:06:03 UTC (rev 382527)
+++ PKGBUILD2020-05-07 04:06:20 UTC (rev 382528)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=woff2
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Web Open Font Format 2 reference implementation"
-url="https://github.com/google/woff2;
-arch=(x86_64)
-license=(custom:MIT)
-depends=(brotli)
-makedepends=(git cmake ninja)
-_commit=1bccf208bca986e53a647dfe4811322adb06ecf8  # tags/v1.0.2
-source=("git+$url#commit=$_commit")
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  sed -i 's/NOT BUILD_SHARED_LIBS/TRUE/' CMakeLists.txt
-}
-
-build() {
-  cd $pkgname
-  cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  ninja
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
-}

Copied: woff2/repos/extra-x86_64/PKGBUILD (from rev 382527, 
woff2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:06:20 UTC (rev 382528)
@@ -0,0 +1,31 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=woff2
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Web Open Font Format 2 reference implementation"
+url="https://github.com/google/woff2;
+arch=(x86_64)
+license=(custom:MIT)
+depends=(brotli)
+makedepends=(git cmake ninja)
+_commit=1bccf208bca986e53a647dfe4811322adb06ecf8  # tags/v1.0.2
+source=("git+$url#commit=$_commit")
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  sed -i 's/NOT BUILD_SHARED_LIBS/TRUE/' CMakeLists.txt
+}
+
+build() {
+  cd $pkgname
+  cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" ninja install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:05:54
  Author: allan
Revision: 382526

archrelease: copy trunk to extra-x86_64

Added:
  wv/repos/extra-x86_64/PKGBUILD
(from rev 382525, wv/trunk/PKGBUILD)
Deleted:
  wv/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:05:37 UTC (rev 382525)
+++ PKGBUILD2020-05-07 04:05:54 UTC (rev 382526)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: William Rea 
-pkgname=wv
-pkgver=1.2.9
-pkgrel=4
-pkgdesc="MSWord library can load and parse Word 2000, 97, 95 and 6 file 
formats"
-arch=('i686' 'x86_64')
-url="https://sourceforge.net/projects/wvware;
-license=('GPL')
-depends=(libgsf libpng sh)
-source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
-sha1sums=('db4717a151742dbdb492318f104504a92075543a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---mandir=/usr/share/man --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: wv/repos/extra-x86_64/PKGBUILD (from rev 382525, wv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:05:54 UTC (rev 382526)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot 
+# Contributor: William Rea 
+pkgname=wv
+pkgver=1.2.9
+pkgrel=5
+pkgdesc="MSWord library can load and parse Word 2000, 97, 95 and 6 file 
formats"
+arch=('x86_64')
+url="https://sourceforge.net/projects/wvware;
+license=('GPL')
+depends=(libgsf libpng sh)
+source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
+sha1sums=('db4717a151742dbdb492318f104504a92075543a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:06:03
  Author: allan
Revision: 382527

upgpkg: woff2 1.0.2-2: .BUILDINFO rebuild

Modified:
  woff2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:05:54 UTC (rev 382526)
+++ PKGBUILD2020-05-07 04:06:03 UTC (rev 382527)
@@ -2,7 +2,7 @@
 
 pkgname=woff2
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Web Open Font Format 2 reference implementation"
 url="https://github.com/google/woff2;
 arch=(x86_64)


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:05:37
  Author: allan
Revision: 382525

upgpkg: wv 1.2.9-5: .BUILDINFO rebuild

Modified:
  wv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:00:45 UTC (rev 382524)
+++ PKGBUILD2020-05-07 04:05:37 UTC (rev 382525)
@@ -2,7 +2,7 @@
 # Contributor: William Rea 
 pkgname=wv
 pkgver=1.2.9
-pkgrel=4
+pkgrel=5
 pkgdesc="MSWord library can load and parse Word 2000, 97, 95 and 6 file 
formats"
 arch=('x86_64')
 url="https://sourceforge.net/projects/wvware;


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:00:45
  Author: allan
Revision: 382524

archrelease: copy trunk to extra-any

Added:
  xbitmaps/repos/extra-any/PKGBUILD
(from rev 382523, xbitmaps/trunk/PKGBUILD)
Deleted:
  xbitmaps/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 04:00:28 UTC (rev 382523)
+++ PKGBUILD2020-05-07 04:00:45 UTC (rev 382524)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xbitmaps
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="X.org Bitmap files"
-arch=('any')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/data/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('eed5e2fce9fc6c532984e6ed1262e440591e311ca6c61a7fe7a5c877df84bfc2d7aff388fb9c894fc098785b8e5352f0bd7c918252247a040cf123874847450d'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xbitmaps/repos/extra-any/PKGBUILD (from rev 382523, 
xbitmaps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 04:00:45 UTC (rev 382524)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot 
+
+pkgname=xbitmaps
+pkgver=1.1.2
+pkgrel=2
+pkgdesc="X.org Bitmap files"
+arch=('any')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/data/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('eed5e2fce9fc6c532984e6ed1262e440591e311ca6c61a7fe7a5c877df84bfc2d7aff388fb9c894fc098785b8e5352f0bd7c918252247a040cf123874847450d'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 04:00:28
  Author: allan
Revision: 382523

upgpkg: xbitmaps 1.1.2-2: .BUILDINFO rebuild

Modified:
  xbitmaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 03:59:54 UTC (rev 382522)
+++ PKGBUILD2020-05-07 04:00:28 UTC (rev 382523)
@@ -2,7 +2,7 @@
 
 pkgname=xbitmaps
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org Bitmap files"
 arch=('any')
 url="https://xorg.freedesktop.org/;


[arch-commits] Commit in xf86-video-dummy/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 03:59:54
  Author: allan
Revision: 382522

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-dummy/repos/extra-x86_64/PKGBUILD
(from rev 382521, xf86-video-dummy/trunk/PKGBUILD)
Deleted:
  xf86-video-dummy/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 03:59:37 UTC (rev 382521)
+++ PKGBUILD2020-05-07 03:59:54 UTC (rev 382522)
@@ -1,39 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot 
-
-pkgname=xf86-video-dummy
-pkgver=0.3.8
-pkgrel=3
-pkgdesc="X.org dummy video driver"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' 'xf86dgaproto')
-conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('3712bb869307233491e4c570732d6073c0dc3d99adfdb9977396a3fdf84e95b9'
-'SKIP')
-validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-  # With them, module fail to load with undefined symbol.
-  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-  export CFLAGS=${CFLAGS/-fno-plt}
-  export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-dummy/repos/extra-x86_64/PKGBUILD (from rev 382521, 
xf86-video-dummy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 03:59:54 UTC (rev 382522)
@@ -0,0 +1,38 @@
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-dummy
+pkgver=0.3.8
+pkgrel=4
+pkgdesc="X.org dummy video driver"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' 'xorgproto')
+conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('3712bb869307233491e4c570732d6073c0dc3d99adfdb9977396a3fdf84e95b9'
+'SKIP')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-openchrome/trunk (PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 03:59:03
  Author: allan
Revision: 382519

upgpkg: xf86-video-openchrome 0.6.0-4: .BUILDINFO rebuild

Modified:
  xf86-video-openchrome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 03:58:28 UTC (rev 382518)
+++ PKGBUILD2020-05-07 03:59:03 UTC (rev 382519)
@@ -6,7 +6,7 @@
 #_commit=8c819ed # 7 digits # = 0.6.0 RC1
 #pkgver=0.5.0+279+g8c819ed
 pkgver=0.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="X.Org Openchrome drivers"
 arch=(x86_64)
 license=('custom')


[arch-commits] Commit in xf86-video-openchrome/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 03:59:18
  Author: allan
Revision: 382520

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD
(from rev 382519, xf86-video-openchrome/trunk/PKGBUILD)
Deleted:
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 03:59:03 UTC (rev 382519)
+++ PKGBUILD2020-05-07 03:59:18 UTC (rev 382520)
@@ -1,67 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Paul Mattal 
-# Contributor: Juergen Hoetzel 
-
-pkgname=xf86-video-openchrome
-#_commit=8c819ed # 7 digits # = 0.6.0 RC1
-#pkgver=0.5.0+279+g8c819ed
-pkgver=0.6.0
-pkgrel=3
-pkgdesc="X.Org Openchrome drivers"
-arch=(x86_64)
-license=('custom')
-url="https://www.freedesktop.org/wiki/Openchrome/;
-depends=('libdrm' 'libxvmc' 'libsystemd')
-optdepends=('unichrome-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' 'systemd')
-# 'git')
-conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25'
-   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
-replaces=('openchrome' 'xf86-video-via')
-groups=('xorg-drivers')
-options=('!emptydirs')
-source=(https://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-#source=("git://anongit.freedesktop.org/openchrome/xf86-video-openchrome#commit=${_commit}")
-sha256sums=('da2975c6379358de52c1257710c67eb59139a7f0a1cd28d00cc64cc3e1c02f75'
-'SKIP')
-validpgpkeys=('CDA92E38A7A7A82237E9AB61C922784178BFFDB0') # "Kevin Brace 
"
-
-#pkgver() {
-#  cd $pkgname
-#  git describe --long | sed 's/-/+/g'
-#  git describe --long | sed "s/openchrome-//;s/-/./g"
-#  git describe --long | sed "s/openchrome-//;s/0.5/0.5.200/;s/-/+/g"
-#  git describe --long | sed "s/openchrome-//;s/0.5/0.5.0/;s/-/+/g"
-#}
-
-#prepare() {
-#  cd $pkgname
-#  NOCONFIGURE=1 ./autogen.sh
-#}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-  # With them, module fail to load with undefined symbol.
-  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-  export CFLAGS=${CFLAGS/-fno-plt}
-  export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-${pkgver}
-  make check
-}
-
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-openchrome/repos/extra-x86_64/PKGBUILD (from rev 382519, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 03:59:18 UTC (rev 382520)
@@ -0,0 +1,67 @@
+# Maintainer: AndyRTR 
+# Contributor: Paul Mattal 
+# Contributor: Juergen Hoetzel 
+
+pkgname=xf86-video-openchrome
+#_commit=8c819ed # 7 digits # = 0.6.0 RC1
+#pkgver=0.5.0+279+g8c819ed
+pkgver=0.6.0
+pkgrel=4
+pkgdesc="X.Org Openchrome drivers"
+arch=(x86_64)
+license=('custom')
+url="https://www.freedesktop.org/wiki/Openchrome/;
+depends=('libdrm' 'libxvmc' 'systemd-libs')
+optdepends=('unichrome-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' 'systemd' 
'libxv')
+# 'git')
+conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25'
+   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers')
+options=('!emptydirs')
+source=(https://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+#source=("git://anongit.freedesktop.org/openchrome/xf86-video-openchrome#commit=${_commit}")
+sha256sums=('da2975c6379358de52c1257710c67eb59139a7f0a1cd28d00cc64cc3e1c02f75'
+'SKIP')
+validpgpkeys=('CDA92E38A7A7A82237E9AB61C922784178BFFDB0') # "Kevin Brace 
"
+
+#pkgver() {
+#  cd $pkgname
+#  git describe --long | sed 's/-/+/g'
+#  git describe --long | sed "s/openchrome-//;s/-/./g"
+#  git describe --long | sed "s/openchrome-//;s/0.5/0.5.200/;s/-/+/g"
+#  git describe --long | sed "s/openchrome-//;s/0.5/0.5.0/;s/-/+/g"
+#}
+
+#prepare() {
+#  cd $pkgname
+#  NOCONFIGURE=1 ./autogen.sh
+#}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr
+  make
+}
+

[arch-commits] Commit in xf86-video-dummy/trunk (PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 03:59:37
  Author: allan
Revision: 382521

upgpkg: xf86-video-dummy 0.3.8-4: .BUILDINFO rebuild

Modified:
  xf86-video-dummy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 03:59:18 UTC (rev 382520)
+++ PKGBUILD2020-05-07 03:59:37 UTC (rev 382521)
@@ -2,7 +2,7 @@
 
 pkgname=xf86-video-dummy
 pkgver=0.3.8
-pkgrel=3
+pkgrel=4
 pkgdesc="X.org dummy video driver"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;


[arch-commits] Commit in xf86-video-sisusb/trunk (PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 03:58:13
  Author: allan
Revision: 382517

upgpkg: xf86-video-sisusb 0.9.7-3: .BUILDINFO rebuild

Modified:
  xf86-video-sisusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 03:57:06 UTC (rev 382516)
+++ PKGBUILD2020-05-07 03:58:13 UTC (rev 382517)
@@ -2,7 +2,7 @@
 
 pkgname=xf86-video-sisusb
 pkgver=0.9.7
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org SiS USB video driver"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;


[arch-commits] Commit in xf86-video-sisusb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 03:58:28
  Author: allan
Revision: 382518

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-sisusb/repos/extra-x86_64/PKGBUILD
(from rev 382517, xf86-video-sisusb/trunk/PKGBUILD)
Deleted:
  xf86-video-sisusb/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 03:58:13 UTC (rev 382517)
+++ PKGBUILD2020-05-07 03:58:28 UTC (rev 382518)
@@ -1,36 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot 
-
-pkgname=xf86-video-sisusb
-pkgver=0.9.7
-pkgrel=2
-pkgdesc="X.org SiS USB video driver"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0')
-conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f4400416b920cd1136d60d36b99d33f245cdeaf2ad6c1340936c7c0987761424')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-  # With them, module fail to load with undefined symbol.
-  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-  export CFLAGS=${CFLAGS/-fno-plt}
-  export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-sisusb/repos/extra-x86_64/PKGBUILD (from rev 382517, 
xf86-video-sisusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 03:58:28 UTC (rev 382518)
@@ -0,0 +1,35 @@
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-sisusb
+pkgver=0.9.7
+pkgrel=3
+pkgdesc="X.org SiS USB video driver"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0')
+conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f4400416b920cd1136d60d36b99d33f245cdeaf2ad6c1340936c7c0987761424')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-vesa/repos/extra-x86_64 (4 files)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 03:57:06
  Author: allan
Revision: 382516

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-vesa/repos/extra-x86_64/PKGBUILD
(from rev 382515, xf86-video-vesa/trunk/PKGBUILD)
  xf86-video-vesa/repos/extra-x86_64/revert-kernelcheck.patch
(from rev 382515, xf86-video-vesa/trunk/revert-kernelcheck.patch)
Deleted:
  xf86-video-vesa/repos/extra-x86_64/PKGBUILD
  xf86-video-vesa/repos/extra-x86_64/revert-kernelcheck.patch

--+
 PKGBUILD |   91 ++---
 revert-kernelcheck.patch |   62 +++---
 2 files changed, 76 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 03:56:47 UTC (rev 382515)
+++ PKGBUILD2020-05-07 03:57:06 UTC (rev 382516)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-vesa
-pkgver=2.4.0
-pkgrel=2
-pkgdesc="X.org vesa video driver"
-arch=(x86_64)
-license=('custom')
-url="https://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0')
-conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
-revert-kernelcheck.patch)
-sha512sums=('4af5c0a7fd64eba503980198cf510688dff2f33482ceac446455d97255dcc828613387ac57828eb6dce080cb15a8644a2b2e278bf356705fdeaea873ab07c2de'
-'SKIP'
-
'2357f9b30732321c774073c3e233d16ebff29aab31bcebf7c6481bd2187554e85ec8b9cd375eaa836b433dfaba4d9e9cea1dcf3659803a388ceb6699ed905923')
-validpgpkeys=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') #  "Adam Jackson 
"
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -R -i "${srcdir}/revert-kernelcheck.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-  # With them, module fail to load with undefined symbol.
-  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-  export CFLAGS=${CFLAGS/-fno-plt}
-  export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-vesa/repos/extra-x86_64/PKGBUILD (from rev 382515, 
xf86-video-vesa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 03:57:06 UTC (rev 382516)
@@ -0,0 +1,45 @@
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vesa
+pkgver=2.4.0
+pkgrel=3
+pkgdesc="X.org vesa video driver"
+arch=(x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0')
+conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+revert-kernelcheck.patch)
+sha512sums=('4af5c0a7fd64eba503980198cf510688dff2f33482ceac446455d97255dcc828613387ac57828eb6dce080cb15a8644a2b2e278bf356705fdeaea873ab07c2de'
+'SKIP'
+
'2357f9b30732321c774073c3e233d16ebff29aab31bcebf7c6481bd2187554e85ec8b9cd375eaa836b433dfaba4d9e9cea1dcf3659803a388ceb6699ed905923')
+validpgpkeys=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') #  "Adam Jackson 
"
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -R -i "${srcdir}/revert-kernelcheck.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: revert-kernelcheck.patch
===
--- revert-kernelcheck.patch2020-05-07 03:56:47 UTC (rev 382515)
+++ revert-kernelcheck.patch2020-05-07 03:57:06 UTC (rev 382516)
@@ -1,31 +0,0 @@
-From b1f7f190f9d4f2ab63d3e9ade3e7e04bb4b1f89f Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Wed, 08 Dec 2010 18:45:32 +
-Subject: Refuse to load if there's a kernel driver bound to the device
-
-Ported from the equivalent check in nv.
-
-Signed-off-by: Adam Jackson 

[arch-commits] Commit in xf86-video-vesa/trunk (PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 03:56:47
  Author: allan
Revision: 382515

upgpkg: xf86-video-vesa 2.4.0-3: .BUILDINFO rebuild

Modified:
  xf86-video-vesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 03:55:20 UTC (rev 382514)
+++ PKGBUILD2020-05-07 03:56:47 UTC (rev 382515)
@@ -2,7 +2,7 @@
 
 pkgname=xf86-video-vesa
 pkgver=2.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org vesa video driver"
 arch=(x86_64)
 license=('custom')


[arch-commits] Commit in xf86-video-vmware/trunk (PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 03:55:00
  Author: allan
Revision: 382513

upgpkg: xf86-video-vmware 13.3.0-2: .BUILDINFO rebuild

Modified:
  xf86-video-vmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 03:51:17 UTC (rev 382512)
+++ PKGBUILD2020-05-07 03:55:00 UTC (rev 382513)
@@ -2,7 +2,7 @@
 
 pkgname=xf86-video-vmware
 pkgver=13.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org vmware video driver"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;


[arch-commits] Commit in xf86-video-vmware/repos/extra-x86_64 (4 files)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 03:55:20
  Author: allan
Revision: 382514

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-vmware/repos/extra-x86_64/PKGBUILD
(from rev 382513, xf86-video-vmware/trunk/PKGBUILD)
  xf86-video-vmware/repos/extra-x86_64/gcc8.diff
(from rev 382513, xf86-video-vmware/trunk/gcc8.diff)
Deleted:
  xf86-video-vmware/repos/extra-x86_64/PKGBUILD
  xf86-video-vmware/repos/extra-x86_64/gcc8.diff

---+
 PKGBUILD  |   95 --
 gcc8.diff |  314 ++--
 2 files changed, 204 insertions(+), 205 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 03:55:00 UTC (rev 382513)
+++ PKGBUILD2020-05-07 03:55:20 UTC (rev 382514)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-vmware
-pkgver=13.3.0
-pkgrel=1
-pkgdesc="X.org vmware video driver"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('mesa' 'libsystemd')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' 'git')
-conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
-groups=('xorg-drivers')
-options=('!emptydirs')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
-gcc8.diff)
-sha512sums=('c318de893cae7b2b11e11c1b389ee47478b7c8d1f52c27099dbe453efec28f3e9da449217307a8c2251999eada66312f766996be1a6ead413b8b6dedc42c68ca'
-'SKIP'
-
'd05522c84dfa1a88bb9e892087f0a67968142b87f1d7f902e8d77150eae7a26ef7f43cef256d2173be060042b86336123fa7c7f521b37ca98f8fb45871bf30ad')
-validpgpkeys=('90D027AEAF33CBABC140735BC1F5D3CDF5176580') #  Thomas Hellstrom 
(VMware) 
-
-prepare() {
-  cd $pkgname-${pkgver}
-  patch -Np0 -i ../gcc8.diff
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-  # With them, module fail to load with undefined symbol.
-  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-  export CFLAGS=${CFLAGS/-fno-plt}
-  export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
-
-  ./configure --prefix=/usr --enable-vmwarectrl-client
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-vmware/repos/extra-x86_64/PKGBUILD (from rev 382513, 
xf86-video-vmware/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 03:55:20 UTC (rev 382514)
@@ -0,0 +1,47 @@
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vmware
+pkgver=13.3.0
+pkgrel=2
+pkgdesc="X.org vmware video driver"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('mesa' 'systemd-libs')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' 'git')
+conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
+groups=('xorg-drivers')
+options=('!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+gcc8.diff)
+sha512sums=('c318de893cae7b2b11e11c1b389ee47478b7c8d1f52c27099dbe453efec28f3e9da449217307a8c2251999eada66312f766996be1a6ead413b8b6dedc42c68ca'
+'SKIP'
+
'd05522c84dfa1a88bb9e892087f0a67968142b87f1d7f902e8d77150eae7a26ef7f43cef256d2173be060042b86336123fa7c7f521b37ca98f8fb45871bf30ad')
+validpgpkeys=('90D027AEAF33CBABC140735BC1F5D3CDF5176580') #  Thomas Hellstrom 
(VMware) 
+
+prepare() {
+  cd $pkgname-${pkgver}
+  patch -Np0 -i ../gcc8.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr --enable-vmwarectrl-client
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: gcc8.diff
===
--- gcc8.diff   2020-05-07 03:55:00 UTC (rev 382513)
+++ gcc8.diff   2020-05-07 03:55:20 UTC (rev 382514)
@@ -1,157 +0,0 @@
 src/vmware.h   2018-05-11 17:43:24.776710047 +0200
-+++ src/vmware.h.new   2018-05-11 17:45:16.599821536 +0200
-@@ -83,7 +83,7 @@
- 
- typedef struct {
- EntityInfoPtr pEnt;
--#if XSERVER_LIBPCIACCESS
-+#ifdef XSERVER_LIBPCIACCESS
- struct pci_device *PciInfo;
- #else
- pciVideoPtr PciInfo;
-@@ 

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

2020-05-06 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, May 7, 2020 @ 03:54:08
  Author: yan12125
Revision: 625239

upgpkg: ibus-chewing 1.6.1-2; rebuild for rebuilderd [1] and hardening [2]

Also uses native GitHub tarball name

[1] https://www.archlinux.org/todo/buildinfo-format-1-rebuild/
[2] https://wiki.archlinux.org/index.php/CMake_package_guidelines

Modified:
  ibus-chewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 03:39:05 UTC (rev 625238)
+++ PKGBUILD2020-05-07 03:54:08 UTC (rev 625239)
@@ -1,4 +1,5 @@
 # Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Rainy 
 # Contributor: Lee.MaRS 
@@ -6,7 +7,7 @@
 
 pkgname=ibus-chewing
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Chinese Chewing Engine for IBus Framework'
 arch=('x86_64')
 license=('GPL')
@@ -13,19 +14,25 @@
 url='https://github.com/definite/ibus-chewing'
 depends=('ibus' 'libchewing' 'libxtst')
 makedepends=('swig' 'gob2' 'cmake-fedora')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/definite/ibus-chewing/archive/$pkgver.tar.gz;)
+source=("https://github.com/definite/ibus-chewing/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('b093db79c656433614b9f72719a2b0768a30c2fb6fa066eda1e79cc9932ce1836f7f1e5611612fb44f260fe80a9baa9e18fdc9754b285e8a5f12a87c376cbd39')
 
 build() {
   cd $pkgname-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+
+  # Bring in -D_FORTIFY_SOURCE=2
+  export CFLAGS+=" $CPPFLAGS"
+  export CXXLAGS+=" $CPPFLAGS"
+
+  cmake -B build -S . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
 -DSYSCONF_INSTALL_DIR=/usr/share \
 -DLIBEXEC_DIR=/usr/lib/ibus
-  make
-  make translations
+  make -C build all translations
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver/build
   make DESTDIR="$pkgdir" install
 }


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

2020-05-06 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, May 7, 2020 @ 03:54:31
  Author: yan12125
Revision: 625240

archrelease: copy trunk to community-testing-x86_64

Added:
  ibus-chewing/repos/community-testing-x86_64/
  ibus-chewing/repos/community-testing-x86_64/PKGBUILD
(from rev 625239, ibus-chewing/trunk/PKGBUILD)

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

Copied: ibus-chewing/repos/community-testing-x86_64/PKGBUILD (from rev 625239, 
ibus-chewing/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-07 03:54:31 UTC (rev 625240)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Rainy 
+# Contributor: Lee.MaRS 
+# Contributor: Hiroshi Yui 
+
+pkgname=ibus-chewing
+pkgver=1.6.1
+pkgrel=2
+pkgdesc='Chinese Chewing Engine for IBus Framework'
+arch=('x86_64')
+license=('GPL')
+url='https://github.com/definite/ibus-chewing'
+depends=('ibus' 'libchewing' 'libxtst')
+makedepends=('swig' 'gob2' 'cmake-fedora')
+source=("https://github.com/definite/ibus-chewing/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b093db79c656433614b9f72719a2b0768a30c2fb6fa066eda1e79cc9932ce1836f7f1e5611612fb44f260fe80a9baa9e18fdc9754b285e8a5f12a87c376cbd39')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Bring in -D_FORTIFY_SOURCE=2
+  export CFLAGS+=" $CPPFLAGS"
+  export CXXLAGS+=" $CPPFLAGS"
+
+  cmake -B build -S . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DSYSCONF_INSTALL_DIR=/usr/share \
+-DLIBEXEC_DIR=/usr/lib/ibus
+  make -C build all translations
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in xf86-video-voodoo/repos/extra-x86_64 (4 files)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 03:51:17
  Author: allan
Revision: 382512

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-voodoo/repos/extra-x86_64/PKGBUILD
(from rev 382511, xf86-video-voodoo/trunk/PKGBUILD)
  xf86-video-voodoo/repos/extra-x86_64/git-fixes.diff
(from rev 382511, xf86-video-voodoo/trunk/git-fixes.diff)
Deleted:
  xf86-video-voodoo/repos/extra-x86_64/PKGBUILD
  xf86-video-voodoo/repos/extra-x86_64/git-fixes.diff

+
 PKGBUILD   |   85 +++
 git-fixes.diff |   46 ++---
 2 files changed, 65 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 03:50:56 UTC (rev 382511)
+++ PKGBUILD2020-05-07 03:51:17 UTC (rev 382512)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-voodoo
-pkgver=1.2.5
-pkgrel=10
-pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' 'xf86dgaproto')
-conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.diff)
-sha256sums=('9e3eb8a3fdcc60ce4f7c37649188cfa67dcf25cda3a85d8027588458bb3fd7e8'
-'ab21fc45573bb309f3ad413a3242a48e0850b0fe36f30cad8443a2555cafcd66')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../git-fixes.diff
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-  # With them, module fail to load with undefined symbol.
-  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-  export CFLAGS=${CFLAGS/-fno-plt}
-  export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: xf86-video-voodoo/repos/extra-x86_64/PKGBUILD (from rev 382511, 
xf86-video-voodoo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 03:51:17 UTC (rev 382512)
@@ -0,0 +1,42 @@
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-voodoo
+pkgver=1.2.5
+pkgrel=11
+pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' 'xorgproto')
+conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.diff)
+sha256sums=('9e3eb8a3fdcc60ce4f7c37649188cfa67dcf25cda3a85d8027588458bb3fd7e8'
+'ab21fc45573bb309f3ad413a3242a48e0850b0fe36f30cad8443a2555cafcd66')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: git-fixes.diff
===
--- git-fixes.diff  2020-05-07 03:50:56 UTC (rev 382511)
+++ git-fixes.diff  2020-05-07 03:51:17 UTC (rev 382512)
@@ -1,23 +0,0 @@
-From 9172ae566a0e85313fc80ab62b4455393eefe593 Mon Sep 17 00:00:00 2001
-From: Dave Airlie 
-Date: Mon, 22 Sep 2014 10:56:02 +1000
-Subject: don't use PCITAG in struct anymore
-
-
-diff --git a/src/voodoo.h b/src/voodoo.h
-index bfed497..c3eb64e 100644
 a/src/voodoo.h
-+++ b/src/voodoo.h
-@@ -23,7 +23,9 @@ typedef struct {
-   
-   Bool  Voodoo2;  /* Set if Voodoo2 */
-   pciVideoPtr   PciInfo;  /* PCI data */
-+#ifndef XSERVER_LIBPCIACCESS
-   PCITAGPciTag;
-+#endif
-   CARD32PhysBase;
-   
-   CARD32Width;/* Current width */
--- 
-cgit v0.10.2
-

Copied: xf86-video-voodoo/repos/extra-x86_64/git-fixes.diff (from rev 382511, 
xf86-video-voodoo/trunk/git-fixes.diff)

[arch-commits] Commit in xf86-video-voodoo/trunk (PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 03:50:56
  Author: allan
Revision: 382511

upgpkg: xf86-video-voodoo 1.2.5-11: .BUILDINFO rebuild

Modified:
  xf86-video-voodoo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 03:30:32 UTC (rev 382510)
+++ PKGBUILD2020-05-07 03:50:56 UTC (rev 382511)
@@ -2,7 +2,7 @@
 
 pkgname=xf86-video-voodoo
 pkgver=1.2.5
-pkgrel=10
+pkgrel=11
 pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;


  1   2   3   4   5   >