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

2018-12-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, December 2, 2018 @ 02:51:39
  Author: svenstaro
Revision: 410750

archrelease: copy trunk to community-x86_64

Added:
  ois/repos/community-x86_64/PKGBUILD
(from rev 410749, ois/trunk/PKGBUILD)
Deleted:
  ois/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-02 02:51:32 UTC (rev 410749)
+++ PKGBUILD2018-12-02 02:51:39 UTC (rev 410750)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: scippio 
-pkgname=ois
-pkgver=1.4
-pkgrel=1
-pkgdesc="Object Oriented Input System"
-arch=('x86_64')
-url="http://sourceforge.net/projects/wgois";
-license=('custom:zlib')
-makedepends=('cmake' 'gcc' 'libxaw')
-source=("https://github.com/ogre3d/OIS/archive/3b4c2d6ceaa14f38a371b92de61d2603d2522b71.zip";)
-sha512sums=('b1c69f3f2a5be22adc88a886f97dc27501e80b96de377ca588662fc03206deb6f885895f618db6e99541cbb97a564afeb84c5ee97709873eaf060c0062d1240b')
-
-build() {
-  cd OIS-*/
-
-  mkdir -p build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd OIS-*/build
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ../LICENSE.md ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: ois/repos/community-x86_64/PKGBUILD (from rev 410749, 
ois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-02 02:51:39 UTC (rev 410750)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: scippio 
+pkgname=ois
+pkgver=1.5
+pkgrel=1
+pkgdesc="Object Oriented Input System"
+arch=('x86_64')
+url="https://github.com/wgois/OIS";
+license=('custom:zlib')
+makedepends=('cmake' 'gcc' 'libxaw')
+source=("https://github.com/wgois/OIS/archive/v${pkgver}.tar.gz";)
+sha512sums=('5ab1dda7c25c1959ccbbb758ea3fda36bd62ad65f46e2c6b418317a5eb39e0bace52a44ae079dfb69fc58c90df54f8e50d589daae1100ec615325363c9d77513')
+
+build() {
+  cd OIS-*/
+
+  mkdir -p build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd OIS-*/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ../LICENSE.md ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-12-01 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, December 2, 2018 @ 02:51:32
  Author: svenstaro
Revision: 410749

upgpkg: ois 1.5-1

Modified:
  ois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-02 01:56:26 UTC (rev 410748)
+++ PKGBUILD2018-12-02 02:51:32 UTC (rev 410749)
@@ -1,15 +1,15 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: scippio 
 pkgname=ois
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc="Object Oriented Input System"
 arch=('x86_64')
-url="http://sourceforge.net/projects/wgois";
+url="https://github.com/wgois/OIS";
 license=('custom:zlib')
 makedepends=('cmake' 'gcc' 'libxaw')
-source=("https://github.com/ogre3d/OIS/archive/3b4c2d6ceaa14f38a371b92de61d2603d2522b71.zip";)
-sha512sums=('b1c69f3f2a5be22adc88a886f97dc27501e80b96de377ca588662fc03206deb6f885895f618db6e99541cbb97a564afeb84c5ee97709873eaf060c0062d1240b')
+source=("https://github.com/wgois/OIS/archive/v${pkgver}.tar.gz";)
+sha512sums=('5ab1dda7c25c1959ccbbb758ea3fda36bd62ad65f46e2c6b418317a5eb39e0bace52a44ae079dfb69fc58c90df54f8e50d589daae1100ec615325363c9d77513')
 
 build() {
   cd OIS-*/


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

2018-12-01 Thread Maxim Baz via arch-commits
Date: Sunday, December 2, 2018 @ 01:56:26
  Author: maximbaz
Revision: 410748

archrelease: copy trunk to community-x86_64

Added:
  light/repos/community-x86_64/
  light/repos/community-x86_64/PKGBUILD
(from rev 410747, light/trunk/PKGBUILD)

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

Copied: light/repos/community-x86_64/PKGBUILD (from rev 410747, 
light/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-12-02 01:56:26 UTC (rev 410748)
@@ -0,0 +1,28 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Fredrik Haikarainen 
+# Contributor: Marcin (CTRL) Wieczorek 
+
+pkgname=light
+pkgver=1.2
+pkgrel=2
+pkgdesc='Program to easily change brightness on backlight-controllers.'
+arch=('x86_64')
+url='https://github.com/haikarainen/light'
+license=('GPL3')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/haikarainen/light/archive/v${pkgver}.tar.gz";)
+sha256sums=('27dd588f06afbaabf6050abdf5bddc571c71ff26451e3ac6d1f116f80ed7dbbd')
+
+build() {
+cd "${pkgname}-${pkgver}"
+./autogen.sh
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}/" PREFIX=/usr install
+}
+
+# vim:set ts=4 sw=4 et:


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

2018-12-01 Thread Maxim Baz via arch-commits
Date: Sunday, December 2, 2018 @ 01:56:04
  Author: maximbaz
Revision: 410747

light: import from AUR

Added:
  light/
  light/repos/
  light/trunk/
  light/trunk/PKGBUILD

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

Added: light/trunk/PKGBUILD
===
--- light/trunk/PKGBUILD(rev 0)
+++ light/trunk/PKGBUILD2018-12-02 01:56:04 UTC (rev 410747)
@@ -0,0 +1,28 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Fredrik Haikarainen 
+# Contributor: Marcin (CTRL) Wieczorek 
+
+pkgname=light
+pkgver=1.2
+pkgrel=2
+pkgdesc='Program to easily change brightness on backlight-controllers.'
+arch=('x86_64')
+url='https://github.com/haikarainen/light'
+license=('GPL3')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/haikarainen/light/archive/v${pkgver}.tar.gz";)
+sha256sums=('27dd588f06afbaabf6050abdf5bddc571c71ff26451e3ac6d1f116f80ed7dbbd')
+
+build() {
+cd "${pkgname}-${pkgver}"
+./autogen.sh
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}/" PREFIX=/usr install
+}
+
+# vim:set ts=4 sw=4 et:


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

2018-12-01 Thread Maxim Baz via arch-commits
Date: Sunday, December 2, 2018 @ 00:58:26
  Author: maximbaz
Revision: 410745

upgpkg: prettier 1.15.3-1

Modified:
  prettier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 23:45:27 UTC (rev 410744)
+++ PKGBUILD2018-12-02 00:58:26 UTC (rev 410745)
@@ -1,7 +1,8 @@
 # Maintainer: Jerome Leclanche 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=prettier
-pkgver=1.15.2
+pkgver=1.15.3
 pkgrel=1
 pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
 arch=("any")
@@ -10,11 +11,11 @@
 depends=("nodejs")
 makedepends=("yarn")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=("d1930dfea87949d4c6c01218039f6e8a7e167ac6f214bb2e9336c64bdf99f92d")
+sha256sums=('dfb1172995b8ba09042e95112cc8140beaed72403b7faf32269ff27cbb45b972')
 
 
 build() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd "$pkgname-$pkgver"
yarn
yarn build
 }
@@ -26,4 +27,5 @@
cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
install -d "$pkgdir/usr/bin"
ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
+   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
 }


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

2018-12-01 Thread Maxim Baz via arch-commits
Date: Sunday, December 2, 2018 @ 00:58:32
  Author: maximbaz
Revision: 410746

archrelease: copy trunk to community-any

Added:
  prettier/repos/community-any/PKGBUILD
(from rev 410745, prettier/trunk/PKGBUILD)
Deleted:
  prettier/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-02 00:58:26 UTC (rev 410745)
+++ PKGBUILD2018-12-02 00:58:32 UTC (rev 410746)
@@ -1,29 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=prettier
-pkgver=1.15.2
-pkgrel=1
-pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
-arch=("any")
-url="https://prettier.io/";
-license=("MIT")
-depends=("nodejs")
-makedepends=("yarn")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=("d1930dfea87949d4c6c01218039f6e8a7e167ac6f214bb2e9336c64bdf99f92d")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   yarn
-   yarn build
-}
-
-
-package() {
-   install -d "$pkgdir/usr/lib/$pkgname"
-   cd "$pkgdir/usr/lib/$pkgname"
-   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
-   install -d "$pkgdir/usr/bin"
-   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
-}

Copied: prettier/repos/community-any/PKGBUILD (from rev 410745, 
prettier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-02 00:58:32 UTC (rev 410746)
@@ -0,0 +1,31 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=prettier
+pkgver=1.15.3
+pkgrel=1
+pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
+arch=("any")
+url="https://prettier.io/";
+license=("MIT")
+depends=("nodejs")
+makedepends=("yarn")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('dfb1172995b8ba09042e95112cc8140beaed72403b7faf32269ff27cbb45b972')
+
+
+build() {
+   cd "$pkgname-$pkgver"
+   yarn
+   yarn build
+}
+
+
+package() {
+   install -d "$pkgdir/usr/lib/$pkgname"
+   cd "$pkgdir/usr/lib/$pkgname"
+   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
+   install -d "$pkgdir/usr/bin"
+   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
+   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
+}


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

2018-12-01 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, December 1, 2018 @ 23:45:27
  Author: svenstaro
Revision: 410744

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 410743, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 23:45:17 UTC (rev 410743)
+++ PKGBUILD2018-12-01 23:45:27 UTC (rev 410744)
@@ -1,51 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=ansible
-pkgver=2.7.2
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='https://www.ansible.com'
-license=('GPL3')
-depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja')
-provides=('python-ansible')
-replaces=('python-ansible')
-conflicts=('python-ansible')
-optdepends=('sshpass: for ssh connections with password'
-'python-passlib: crypt values for vars_prompt'
-'python-pyopenssl: openssl modules'
-'python-netaddr: for the ipaddr filter'
-'python-systemd: log to journal'
-'python-pywinrm: connect to Windows machines'
-'python-dnspython: for dig lookup'
-'python-ovirt-engine-sdk: ovirt support'
-'python-boto3: aws_s3 module'
-'python-jmespath: json_query support'
-'acme-tiny: openssl_certificate module')
-makedepends=('asciidoc' 'fakeroot' 'python-setuptools')
-backup=('etc/ansible/ansible.cfg')
-source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz";)
-sha512sums=('ee1dcacfdf6af8124b3b000acecb7dcfbf4f221eefbd3165c109e03c8ce7efee56ad643f143a1d159c1ac539536490a15547a9d0635b3c7daae2c9cbda7bc824')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
-
-  install -d "${pkgdir}"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 410743, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 23:45:27 UTC (rev 410744)
@@ -0,0 +1,51 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible
+pkgver=2.7.4
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='https://www.ansible.com'
+license=('GPL3')
+depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja')
+provides=('python-ansible')
+replaces=('python-ansible')
+conflicts=('python-ansible')
+optdepends=('sshpass: for ssh connections with password'
+'python-passlib: crypt values for vars_prompt'
+'python-pyopenssl: openssl modules'
+'python-netaddr: for the ipaddr filter'
+'python-systemd: log to journal'
+'python-pywinrm: connect to Windows machines'
+'python-dnspython: for dig lookup'
+'python-ovirt-engine-sdk: ovirt support'
+'python-boto3: aws_s3 module'
+'python-jmespath: json_query support'
+'acme-tiny: openssl_certificate module')
+makedepends=('asciidoc' 'fakeroot' 'python-setuptools')
+backup=('etc/ansible/ansible.cfg')
+source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz";)
+sha512sums=('4b7cb202577e3c87ec89598ec9a81ebac4b60f62f670322c24b655f5f3a7fab4657c27cce6cfa4f1bb41e7d60f7f6cf80251d86fcb36b1312f6f3ad47be777c9')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
+
+  install -d "${pkgdir}"/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
+
+  install -d "${pkgdir}"/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
+}


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

2018-12-01 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, December 1, 2018 @ 23:45:17
  Author: svenstaro
Revision: 410743

upgpkg: ansible 2.7.4-1

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 23:41:26 UTC (rev 410742)
+++ PKGBUILD2018-12-01 23:45:17 UTC (rev 410743)
@@ -6,7 +6,7 @@
 # Contributor: atweiden 
 
 pkgname=ansible
-pkgver=2.7.2
+pkgver=2.7.4
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -30,7 +30,7 @@
 makedepends=('asciidoc' 'fakeroot' 'python-setuptools')
 backup=('etc/ansible/ansible.cfg')
 source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz";)
-sha512sums=('ee1dcacfdf6af8124b3b000acecb7dcfbf4f221eefbd3165c109e03c8ce7efee56ad643f143a1d159c1ac539536490a15547a9d0635b3c7daae2c9cbda7bc824')
+sha512sums=('4b7cb202577e3c87ec89598ec9a81ebac4b60f62f670322c24b655f5f3a7fab4657c27cce6cfa4f1bb41e7d60f7f6cf80251d86fcb36b1312f6f3ad47be777c9')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2018-12-01 Thread Maxim Baz via arch-commits
Date: Saturday, December 1, 2018 @ 23:41:26
  Author: maximbaz
Revision: 410742

archrelease: copy trunk to community-x86_64

Added:
  gocryptfs/repos/community-x86_64/
  gocryptfs/repos/community-x86_64/PKGBUILD
(from rev 410741, gocryptfs/trunk/PKGBUILD)
  gocryptfs/repos/community-x86_64/build_flags.patch
(from rev 410741, gocryptfs/trunk/build_flags.patch)

---+
 PKGBUILD  |   42 ++
 build_flags.patch |   15 +++
 2 files changed, 57 insertions(+)

Copied: gocryptfs/repos/community-x86_64/PKGBUILD (from rev 410741, 
gocryptfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-12-01 23:41:26 UTC (rev 410742)
@@ -0,0 +1,42 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Peter Reschenhofer 
+
+_pkgauthor=rfjakob
+pkgname=gocryptfs
+pkgver=1.6
+pkgrel=2
+pkgdesc='Encrypted overlay filesystem written in Go.'
+arch=('x86_64')
+url="https://github.com/${_pkgauthor}/${pkgname}";
+license=('MIT')
+depends=('gcc-libs' 'openssl' 'fuse')
+makedepends=('go-pie' 'pandoc' 'man-db')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz";
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc";
+"build_flags.patch")
+sha256sums=('98ff3bc0497ca195f65fa5912ebab33a0f80aa27205b0b35e73908d23dcefbe6'
+'SKIP'
+'0e57cf29854c415cc5527d4cdff670ea566d37502dd00262ca4f1a1a34e75c07')
+validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
+
+prepare() {
+mkdir -p "${srcdir}/gopath/src/github.com/${_pkgauthor}"
+ln -rTsf "${srcdir}/${pkgname}_v${pkgver}_src-deps" 
"${srcdir}/gopath/src/github.com/${_pkgauthor}/${pkgname}"
+
+cd "${srcdir}/gopath/src/github.com/${_pkgauthor}/${pkgname}"
+patch -Np1 -i "${srcdir}/build_flags.patch"
+}
+
+build() {
+export GOPATH="${srcdir}/gopath"
+cd "${srcdir}/gopath/src/github.com/${_pkgauthor}/${pkgname}"
+./build.bash
+./Documentation/MANPAGE-render.bash >/dev/null
+}
+
+package() {
+cd "${srcdir}/gopath/src/github.com/${_pkgauthor}/${pkgname}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 "Documentation/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+}

Copied: gocryptfs/repos/community-x86_64/build_flags.patch (from rev 410741, 
gocryptfs/trunk/build_flags.patch)
===
--- community-x86_64/build_flags.patch  (rev 0)
+++ community-x86_64/build_flags.patch  2018-12-01 23:41:26 UTC (rev 410742)
@@ -0,0 +1,15 @@
+--- a/build.bash
 b/build.bash
+@@ -57,8 +57,10 @@ if [[ -z ${BUILDDATE:-} ]] ; then
+   BUILDDATE=$(date +%Y-%m-%d)
+ fi
+
+-LDFLAGS="-X main.GitVersion=$GITVERSION -X 
main.GitVersionFuse=$GITVERSIONFUSE -X main.BuildDate=$BUILDDATE"
+-go build "-ldflags=$LDFLAGS" "$@"
++GO_GCFLAGS="all=-trimpath=$PWD"
++GO_ASMFLAGS="all=-trimpath=$PWD"
++GO_LDFLAGS="-extldflags=$LDFLAGS -X main.GitVersion=$GITVERSION -X 
main.GitVersionFuse=$GITVERSIONFUSE -X main.BuildDate=$BUILDDATE"
++go build -ldflags "$GO_LDFLAGS" -gcflags "$GO_GCFLAGS" -asmflags 
"$GO_ASMFLAGS" "$@"
+
+ (cd gocryptfs-xray; go build "$@")
+


[arch-commits] Commit in gocryptfs/trunk (PKGBUILD build_flags.patch)

2018-12-01 Thread Maxim Baz via arch-commits
Date: Saturday, December 1, 2018 @ 23:41:22
  Author: maximbaz
Revision: 410741

upgpkg: gocryptfs 1.6-2

gocryptfs: import from AUR

Added:
  gocryptfs/trunk/PKGBUILD
  gocryptfs/trunk/build_flags.patch

---+
 PKGBUILD  |   42 ++
 build_flags.patch |   15 +++
 2 files changed, 57 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 23:41:22 UTC (rev 410741)
@@ -0,0 +1,42 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Peter Reschenhofer 
+
+_pkgauthor=rfjakob
+pkgname=gocryptfs
+pkgver=1.6
+pkgrel=2
+pkgdesc='Encrypted overlay filesystem written in Go.'
+arch=('x86_64')
+url="https://github.com/${_pkgauthor}/${pkgname}";
+license=('MIT')
+depends=('gcc-libs' 'openssl' 'fuse')
+makedepends=('go-pie' 'pandoc' 'man-db')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz";
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc";
+"build_flags.patch")
+sha256sums=('98ff3bc0497ca195f65fa5912ebab33a0f80aa27205b0b35e73908d23dcefbe6'
+'SKIP'
+'0e57cf29854c415cc5527d4cdff670ea566d37502dd00262ca4f1a1a34e75c07')
+validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
+
+prepare() {
+mkdir -p "${srcdir}/gopath/src/github.com/${_pkgauthor}"
+ln -rTsf "${srcdir}/${pkgname}_v${pkgver}_src-deps" 
"${srcdir}/gopath/src/github.com/${_pkgauthor}/${pkgname}"
+
+cd "${srcdir}/gopath/src/github.com/${_pkgauthor}/${pkgname}"
+patch -Np1 -i "${srcdir}/build_flags.patch"
+}
+
+build() {
+export GOPATH="${srcdir}/gopath"
+cd "${srcdir}/gopath/src/github.com/${_pkgauthor}/${pkgname}"
+./build.bash
+./Documentation/MANPAGE-render.bash >/dev/null
+}
+
+package() {
+cd "${srcdir}/gopath/src/github.com/${_pkgauthor}/${pkgname}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 "Documentation/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+}

Added: build_flags.patch
===
--- build_flags.patch   (rev 0)
+++ build_flags.patch   2018-12-01 23:41:22 UTC (rev 410741)
@@ -0,0 +1,15 @@
+--- a/build.bash
 b/build.bash
+@@ -57,8 +57,10 @@ if [[ -z ${BUILDDATE:-} ]] ; then
+   BUILDDATE=$(date +%Y-%m-%d)
+ fi
+
+-LDFLAGS="-X main.GitVersion=$GITVERSION -X 
main.GitVersionFuse=$GITVERSIONFUSE -X main.BuildDate=$BUILDDATE"
+-go build "-ldflags=$LDFLAGS" "$@"
++GO_GCFLAGS="all=-trimpath=$PWD"
++GO_ASMFLAGS="all=-trimpath=$PWD"
++GO_LDFLAGS="-extldflags=$LDFLAGS -X main.GitVersion=$GITVERSION -X 
main.GitVersionFuse=$GITVERSIONFUSE -X main.BuildDate=$BUILDDATE"
++go build -ldflags "$GO_LDFLAGS" -gcflags "$GO_GCFLAGS" -asmflags 
"$GO_ASMFLAGS" "$@"
+
+ (cd gocryptfs-xray; go build "$@")
+


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

2018-12-01 Thread Levente Polyak via arch-commits
Date: Saturday, December 1, 2018 @ 23:39:17
  Author: anthraxx
Revision: 340948

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 340947, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  303 ++---
 1 file changed, 153 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 23:39:10 UTC (rev 340947)
+++ PKGBUILD2018-12-01 23:39:17 UTC (rev 340948)
@@ -1,150 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgver=60.3.1
-pkgrel=1
-pkgdesc="Language pack for Thunderbird"
-arch=('any')
-url="http://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'br "Breton"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-ES  "Spanish (Spain)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Thunderbird"
-  depends=("thunderbird>=$pkgver")
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
-}
-
-sha256sums=('27dfeaa8ba8631e5a49790b1c74529c6b9360a61b9f08ea4847978d0c0c5f5bd'
-'b8d84613d2bfe2b050e5583bf8d9c9284125ffc917d2c19078f5619f438367de'
-'664f8584afdf4fdb3bb3e3decca7d4ff1af733e8626fc40433f20545000e4bf9'
-'9cdca181dcd9a900bf414c973132bd69f472dc0cb12ef50fddc6e10ef13a1948'
-'f1c5cff5b7c186a21ec52833227b3f88b2fc1dfa6fe29f63628dedab6f12c7a3'
-'84a7fd6c1fbb4a7ca469f33b31eefa8bdf201c90c40b4e0b3aaf99d6e412fdd7'
-'5583ea76bb4ce0c90c0ecfb1d3772d0f42e09f305035fd3283d192f364ea6c91'
-'5efdcb95aaf9cc7f86c801908c2e0244d9e3bbac5ae3909b2c9e3e04457f1826'
-'64e25dfd386697ac41de6808213b8e7e2994016dd6fec11211eee9a5b2143863'
-'00659f9f7f4efd731b2f2836fad5cbecfc312f8e46cccbb88de6e6c617db3455'
-'5a352dc28b796e0a2b76e297a8a9ae22dda804d3c92cf0f7e3b8e750bfe1ebe1'
-'8c9eb9b7e8bf095a64e958462bf92a945bba2a80b13a338c0f1e1bc7f0e0e1db'
-'2d754bca7bd3f61b1ab10bd5fe107ca08ac83946f1d80cc069e1984982074c20'
-'45bf8a7727f7bf7bfdffc3e199be5fc216390e6a3e49236403602e469287b38f'
-'f6ff1f2157e1da02253ad6fc834f60e9499e3767b2b4b9d30104fa01f9956a6c'
-'999579a3bf449206e924e02c16f548a89ab2e1e6c9a27c2641d639057ec3e4ab'
-'f11e90844d59f95583b0ca896b41622208d96859c24c2b474a52360cea20a5c3'
-'d44a29737c5d6aa6fae2ad338d10cb1aca728fa98af103a6d25bbaf2ceef0c3c'
-'b60a3fd442186d1daed9a6f3b95aeee3513bf3f030a83af5dbb1d724be6e2b01'
-'aad5c03066c63aac1b9221c6780132b9b0db25565c08a1aef0c4c93ecc10da99'
-'699f1696235c70663b3b7a5d8ce530c9983e080d724efa72838a2b0029d29a1a'
-'bc66aa1be80b7aa1e134cf3b950fc7ee768b025d643d7f2a9204d1aebb59'
-'673ae13c7363b64f07569d839fcc89720ea1b343fc31ac17d3642810bc0dbc32'
-'8b21fad775fc9bbc7d52347a0c8e01d2745fa25388444a854a924b1e6b97bf83'
-'0577cbcf016f2c82bde6f44226ba86ef5b8d7248cce31289601b5c7fe6649680'
-'cbd9de01a5f97fe57c9b64b2a

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

2018-12-01 Thread Levente Polyak via arch-commits
Date: Saturday, December 1, 2018 @ 23:39:10
  Author: anthraxx
Revision: 340947

upgpkg: thunderbird-i18n 60.3.2-1

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 22:20:17 UTC (rev 340946)
+++ PKGBUILD2018-12-01 23:39:10 UTC (rev 340947)
@@ -1,13 +1,14 @@
+# Maintainer: Levente Polyak 
 # Maintainer: Jan de Groot 
 # Contributor: Andrea Scarpino 
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=60.3.1
+pkgver=60.3.2
 pkgrel=1
-pkgdesc="Language pack for Thunderbird"
+pkgdesc='Language pack for Thunderbird'
+url='http://www.mozilla.com/'
 arch=('any')
-url="http://www.mozilla.com/";
 license=('MPL' 'GPL')
 
 _languages=(
@@ -93,58 +94,60 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-sha256sums=('27dfeaa8ba8631e5a49790b1c74529c6b9360a61b9f08ea4847978d0c0c5f5bd'
-'b8d84613d2bfe2b050e5583bf8d9c9284125ffc917d2c19078f5619f438367de'
-'664f8584afdf4fdb3bb3e3decca7d4ff1af733e8626fc40433f20545000e4bf9'
-'9cdca181dcd9a900bf414c973132bd69f472dc0cb12ef50fddc6e10ef13a1948'
-'f1c5cff5b7c186a21ec52833227b3f88b2fc1dfa6fe29f63628dedab6f12c7a3'
-'84a7fd6c1fbb4a7ca469f33b31eefa8bdf201c90c40b4e0b3aaf99d6e412fdd7'
-'5583ea76bb4ce0c90c0ecfb1d3772d0f42e09f305035fd3283d192f364ea6c91'
-'5efdcb95aaf9cc7f86c801908c2e0244d9e3bbac5ae3909b2c9e3e04457f1826'
-'64e25dfd386697ac41de6808213b8e7e2994016dd6fec11211eee9a5b2143863'
-'00659f9f7f4efd731b2f2836fad5cbecfc312f8e46cccbb88de6e6c617db3455'
-'5a352dc28b796e0a2b76e297a8a9ae22dda804d3c92cf0f7e3b8e750bfe1ebe1'
-'8c9eb9b7e8bf095a64e958462bf92a945bba2a80b13a338c0f1e1bc7f0e0e1db'
-'2d754bca7bd3f61b1ab10bd5fe107ca08ac83946f1d80cc069e1984982074c20'
-'45bf8a7727f7bf7bfdffc3e199be5fc216390e6a3e49236403602e469287b38f'
-'f6ff1f2157e1da02253ad6fc834f60e9499e3767b2b4b9d30104fa01f9956a6c'
-'999579a3bf449206e924e02c16f548a89ab2e1e6c9a27c2641d639057ec3e4ab'
-'f11e90844d59f95583b0ca896b41622208d96859c24c2b474a52360cea20a5c3'
-'d44a29737c5d6aa6fae2ad338d10cb1aca728fa98af103a6d25bbaf2ceef0c3c'
-'b60a3fd442186d1daed9a6f3b95aeee3513bf3f030a83af5dbb1d724be6e2b01'
-'aad5c03066c63aac1b9221c6780132b9b0db25565c08a1aef0c4c93ecc10da99'
-'699f1696235c70663b3b7a5d8ce530c9983e080d724efa72838a2b0029d29a1a'
-'bc66aa1be80b7aa1e134cf3b950fc7ee768b025d643d7f2a9204d1aebb59'
-'673ae13c7363b64f07569d839fcc89720ea1b343fc31ac17d3642810bc0dbc32'
-'8b21fad775fc9bbc7d52347a0c8e01d2745fa25388444a854a924b1e6b97bf83'
-'0577cbcf016f2c82bde6f44226ba86ef5b8d7248cce31289601b5c7fe6649680'
-'cbd9de01a5f97fe57c9b64b2a257a307d5ede2182253b88f489416c64bd49505'
-'ceb7e9241a1fcbee6166ec2c392d7bd968208efdf251be9c929034de4d8b357b'
-'18084580926b0371b249b3a6a029845e4307c515e5e7661db6f6abd2c9e3f6dc'
-'d5192d2ad6500737614f0becf5844a5fb3bb4c5073b5dd298c211d9a7297e8b8'
-'6cac5fe438045fa13869f7c383443c2802da996b3d8f86fccd9da609db93e3a7'
-'3c600af2e54f732309dbc688e7695ad596b2cfda6419630edbb8b3c1bb7c4c2c'
-'bfb7299e9d1af34fd25c8de40f338164148b2513e3565a395c5ce755b8aaa987'
-'e4a4ec503e3a71419f10a5e3030ef977f8bb075db3fed82ae14fed4a781b7e1f'
-'7faff67434ac4e1ac8575a1ce1c150ce129fe6e06fb7e4779ba3d7a78e97e113'
-'0620b5c77f2e0bf0d2a938df796b29d161ed0b6e0700cf93eed8b7247f37d5af'
-'97205d858eb5dd1897dcc6e848cbaf87258cbb627df1a9d72153864aaeba91ab'
-'6fdb7a70e2510f3b24c2080710753bf07833208eddf2c76223d8c5edeb6d2e38'
-'91fb9a807dff0bb235f31966d493d2c6e28536c70d350a5ffa3dbee0bb6c6037'
-'ad4427ecf655fb24599dea84ca7fe81409b513a5a5a98e70bccb9189d15ccb1c'
-'2ca7163caa44c18ad4fbf88f084119d80fdb932c4e8d7d9b52cd1862a076713e'
-'78627aed57347f9a48a2b8dd22e84e3d789fc1230452d9fe4e63b70df1c8f2fd'
-'3ee7f57fff250a5a305dba6ea4a4adbd6393b9e9c50912a4a834e0cce91c8bd5'
-'247ca9e2be8f7474c727c57b9ca4e6e9ffdb106403b0273145b10b7ede530fb4'
-'b54ec0b7850a089a7ef9099e578f31e162f285ffb2217bf8ba54a7beb4387f61'
-'0724681af5923caf849df5f8b2d745fedb33c4fb5d95610f1fd36f73a6a74ef8'
-'b30f0b391ccff735eb0ab9be4374d5a5713061cab15343c3f3c0eb212547014c'
-'483e59c81005ef3b970002adcecc97adefe4d6a68f0f5fef7d2c74e0513435f9'
-'dc758fb3852e25583264065a093a78976ea0465d16f92449a33a457720e5f0c8'
-'f553c324ac2401ee20546576ae2e339a707deee3efc6a2ff4e8211b3b5b7be10'
-'be3ffb63cdcd1296d76ff4e67b53f8c7cda84db

[arch-commits] Commit in python-restkit/repos/community-any (3 files)

2018-12-01 Thread Antonio Rojas via arch-commits
Date: Saturday, December 1, 2018 @ 23:00:44
  Author: arojas
Revision: 410740

archrelease: copy trunk to community-any

Added:
  python-restkit/repos/community-any/PKGBUILD
(from rev 410739, python-restkit/trunk/PKGBUILD)
  
python-restkit/repos/community-any/restkit-disable-tests-needing-internet-connection.patch
(from rev 410739, 
python-restkit/trunk/restkit-disable-tests-needing-internet-connection.patch)
Deleted:
  python-restkit/repos/community-any/PKGBUILD

-+
 PKGBUILD|  108 +++---
 restkit-disable-tests-needing-internet-connection.patch |   53 ++
 2 files changed, 108 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 23:00:18 UTC (rev 410739)
+++ PKGBUILD2018-12-01 23:00:44 UTC (rev 410740)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-restkit
-pkgname=('python2-restkit')
-pkgver=4.2.2
-pkgrel=1
-pkgdesc="An HTTP resource kit for Python"
-arch=('any')
-license=('MIT')
-url="http://benoitc.github.com/restkit";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-http-parser' 
'python2-http-parser'
- 'python-socketpool' 'python2-socketpool' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob')
-source=("git+https://github.com/benoitc/restkit.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  sed -i '/data_files/d' restkit/setup.py
-  cp -a restkit{,-py2}
-}
-
-build() {
-  cd "$srcdir/restkit"
-  # python setup.py build
-
-  cd "$srcdir/restkit-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/restkit"
-  # python setup.py test
-
-  cd "$srcdir/restkit-py2"
-  python2 setup.py test
-}
-
-package_python-restkit() {
-  depends=('python-socketpool' 'python-http-parser')
-
-  cd restkit
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-restkit() {
-  depends=('python2-socketpool' 'python2-http-parser')
-
-  cd restkit-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-restkit/repos/community-any/PKGBUILD (from rev 410739, 
python-restkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 23:00:44 UTC (rev 410740)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-restkit
+pkgname=('python2-restkit')
+pkgver=4.2.2
+pkgrel=2
+pkgdesc="An HTTP resource kit for Python"
+arch=('any')
+license=('MIT')
+url="http://benoitc.github.com/restkit";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-http-parser' 
'python2-http-parser'
+ 'python-socketpool' 'python2-socketpool' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob')
+source=("git+https://github.com/benoitc/restkit.git#tag=$pkgver";
+restkit-disable-tests-needing-internet-connection.patch)
+sha512sums=('SKIP'
+
'56c597996d3f1bf3e5ddf1b09a0663e531cef290639eba4357dc2873a03fd7f19e5432bd085fcd9e9b97c1443f283eff54628c99f6f4494d4e905d366bc021fd')
+
+prepare() {
+  sed -i '/data_files/d' restkit/setup.py
+  (cd restkit && patch -p0 -i 
../restkit-disable-tests-needing-internet-connection.patch) # Disable tests 
that rely on broken website (Fedora)
+  cp -a restkit{,-py2}
+}
+
+build() {
+  cd "$srcdir/restkit"
+  # python setup.py build
+
+  cd "$srcdir/restkit-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/restkit"
+  # python setup.py test
+
+  cd "$srcdir/restkit-py2"
+  python2 setup.py test
+}
+
+package_python-restkit() {
+  depends=('python-socketpool' 'python-http-parser')
+
+  cd restkit
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-restkit() {
+  depends=('python2-socketpool' 'python2-http-parser')
+
+  cd restkit-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: 
python-restkit/repos/community-any/restkit-disable-tests-needing-internet-connection.patch
 (from rev 410739, 
python-restkit/trunk/restkit-disable-tests-needing-internet-connection.patch)
===
--- restkit-disable-tests-needing-internet-connection.patch 
(rev 0)
+++ restkit-disable-tests-needing-internet-connection.patch 2018-12-01 
23:00:44 UTC (rev 410740)
@@ -0,0 +1,53 @@
+--- tests/004-test-client.py.orig  2012-01-20 17:39:18.0 +0100
 tests/004-test-client.py   2012-03-23 11:51:14.079946644 +0100
+@@ -112,29 +112,29 @@
+ t.eq(r.b

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

2018-12-01 Thread Antonio Rojas via arch-commits
Date: Saturday, December 1, 2018 @ 23:00:18
  Author: arojas
Revision: 410739

PIE rebuild

Added:
  python-restkit/trunk/restkit-disable-tests-needing-internet-connection.patch
Modified:
  python-restkit/trunk/PKGBUILD

-+
 PKGBUILD|9 +-
 restkit-disable-tests-needing-internet-connection.patch |   53 ++
 2 files changed, 59 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 22:52:40 UTC (rev 410738)
+++ PKGBUILD2018-12-01 23:00:18 UTC (rev 410739)
@@ -3,7 +3,7 @@
 pkgbase=python-restkit
 pkgname=('python2-restkit')
 pkgver=4.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An HTTP resource kit for Python"
 arch=('any')
 license=('MIT')
@@ -11,11 +11,14 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-http-parser' 
'python2-http-parser'
  'python-socketpool' 'python2-socketpool' 'git')
 checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob')
-source=("git+https://github.com/benoitc/restkit.git#tag=$pkgver";)
-sha512sums=('SKIP')
+source=("git+https://github.com/benoitc/restkit.git#tag=$pkgver";
+restkit-disable-tests-needing-internet-connection.patch)
+sha512sums=('SKIP'
+
'56c597996d3f1bf3e5ddf1b09a0663e531cef290639eba4357dc2873a03fd7f19e5432bd085fcd9e9b97c1443f283eff54628c99f6f4494d4e905d366bc021fd')
 
 prepare() {
   sed -i '/data_files/d' restkit/setup.py
+  (cd restkit && patch -p0 -i 
../restkit-disable-tests-needing-internet-connection.patch) # Disable tests 
that rely on broken website (Fedora)
   cp -a restkit{,-py2}
 }
 

Added: restkit-disable-tests-needing-internet-connection.patch
===
--- restkit-disable-tests-needing-internet-connection.patch 
(rev 0)
+++ restkit-disable-tests-needing-internet-connection.patch 2018-12-01 
23:00:18 UTC (rev 410739)
@@ -0,0 +1,53 @@
+--- tests/004-test-client.py.orig  2012-01-20 17:39:18.0 +0100
 tests/004-test-client.py   2012-03-23 11:51:14.079946644 +0100
+@@ -112,29 +112,29 @@
+ t.eq(r.body_string(), "ok")
+ 
+ 
+-@t.client_request('http://e-engura.com/images/logo.gif')
+-def test_007(u, c):
+-r = c.request(u)
+-print r.status
+-t.eq(r.status_int, 200)
+-fd, fname = tempfile.mkstemp(suffix='.gif')
+-f = os.fdopen(fd, "wb")
+-f.write(r.body_string())
+-f.close()
+-t.eq(imghdr.what(fname), 'gif')
++#@t.client_request('http://e-engura.com/images/logo.gif')
++#def test_007(u, c):
++#r = c.request(u)
++#print r.status
++#t.eq(r.status_int, 200)
++#fd, fname = tempfile.mkstemp(suffix='.gif')
++#f = os.fdopen(fd, "wb")
++#f.write(r.body_string())
++#f.close()
++#t.eq(imghdr.what(fname), 'gif')
+ 
+ 
+-@t.client_request('http://e-engura.com/images/logo.gif')
+-def test_008(u, c):
+-r = c.request(u)
+-t.eq(r.status_int, 200)
+-fd, fname = tempfile.mkstemp(suffix='.gif')
+-f = os.fdopen(fd, "wb")
+-with r.body_stream() as body:
+-for block in body:
+-f.write(block)
+-f.close()
+-t.eq(imghdr.what(fname), 'gif')
++#@t.client_request('http://e-engura.com/images/logo.gif')
++#def test_008(u, c):
++#r = c.request(u)
++#t.eq(r.status_int, 200)
++#fd, fname = tempfile.mkstemp(suffix='.gif')
++#f = os.fdopen(fd, "wb")
++#with r.body_stream() as body:
++#for block in body:
++#f.write(block)
++#f.close()
++#t.eq(imghdr.what(fname), 'gif')
+ 
+ 
+ @t.client_request('/redirect')


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

2018-12-01 Thread Christian Hesse via arch-commits
Date: Saturday, December 1, 2018 @ 22:52:33
  Author: eworm
Revision: 410737

upgpkg: lldpd 1.0.2-1

new upstream release

Modified:
  lldpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 21:25:26 UTC (rev 410736)
+++ PKGBUILD2018-12-01 22:52:33 UTC (rev 410737)
@@ -2,8 +2,8 @@
 # Contributor: Brian Bidulock 
 
 pkgname=lldpd
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('x86_64')
 url='https://vincentbernat.github.io/lldpd/'
@@ -14,7 +14,7 @@
 validpgpkeys=('AEF2348766F371C689A7360095A42FE8353525F9') # Vincent Bernat 

 source=("https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz";
 
"lldpd-${pkgver}.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz.gpg";)
-sha512sums=('61b2a7a3a78276c613c6d0b34eb625e69e5c8a206b6658a167d6a09ac6d0e1c943e46c0ff6fc3538a791d9947f193185b65848da581b3d6ecb9bc0befadde8dd'
+sha256sums=('b0382a2aa5c7a0a4feea0b999f68dd0ebdf673435022cf97f174bcab8a0dae2a'
 'SKIP')
 
 build() {


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

2018-12-01 Thread Christian Hesse via arch-commits
Date: Saturday, December 1, 2018 @ 22:52:40
  Author: eworm
Revision: 410738

archrelease: copy trunk to community-x86_64

Added:
  lldpd/repos/community-x86_64/PKGBUILD
(from rev 410737, lldpd/trunk/PKGBUILD)
Deleted:
  lldpd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 22:52:33 UTC (rev 410737)
+++ PKGBUILD2018-12-01 22:52:40 UTC (rev 410738)
@@ -1,57 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Brian Bidulock 
-
-pkgname=lldpd
-pkgver=1.0.1
-pkgrel=3
-pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
-arch=('x86_64')
-url='https://vincentbernat.github.io/lldpd/'
-license=('custom:ISC' 'GPL')
-depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
- 'libxml2' 'net-snmp' 'jansson')
-backup=('etc/lldpd.conf')
-validpgpkeys=('AEF2348766F371C689A7360095A42FE8353525F9') # Vincent Bernat 

-source=("https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz";
-
"lldpd-${pkgver}.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz.gpg";)
-sha512sums=('61b2a7a3a78276c613c6d0b34eb625e69e5c8a206b6658a167d6a09ac6d0e1c943e46c0ff6fc3538a791d9947f193185b65848da581b3d6ecb9bc0befadde8dd'
-'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-snmp \
---with-xml \
---with-readline \
---with-privsep-user=lldpd \
---with-privsep-group=lldpd \
---with-privsep-chroot=/run/lldpd/chroot \
---with-lldpd-ctl-socket=/run/lldpd/socket \
---with-lldpd-pid-file=/run/lldpd/pid
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}/"
-
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/"
-  
-  make DESTDIR="${pkgdir}" install
-
-  # config stuff
-  install -D -m 0644 /dev/null "${pkgdir}/etc/lldpd.conf"
-  install -d -m 0755 "${pkgdir}/etc/lldpd.d"
-
-  # license
-  install -D -m 0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lldpd/repos/community-x86_64/PKGBUILD (from rev 410737, 
lldpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 22:52:40 UTC (rev 410738)
@@ -0,0 +1,57 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Brian Bidulock 
+
+pkgname=lldpd
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
+arch=('x86_64')
+url='https://vincentbernat.github.io/lldpd/'
+license=('custom:ISC' 'GPL')
+depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
+ 'libxml2' 'net-snmp' 'jansson')
+backup=('etc/lldpd.conf')
+validpgpkeys=('AEF2348766F371C689A7360095A42FE8353525F9') # Vincent Bernat 

+source=("https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz";
+
"lldpd-${pkgver}.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz.gpg";)
+sha256sums=('b0382a2aa5c7a0a4feea0b999f68dd0ebdf673435022cf97f174bcab8a0dae2a'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-snmp \
+--with-xml \
+--with-readline \
+--with-privsep-user=lldpd \
+--with-privsep-group=lldpd \
+--with-privsep-chroot=/run/lldpd/chroot \
+--with-lldpd-ctl-socket=/run/lldpd/socket \
+--with-lldpd-pid-file=/run/lldpd/pid
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  
+  make DESTDIR="${pkgdir}" install
+
+  # config stuff
+  install -D -m 0644 /dev/null "${pkgdir}/etc/lldpd.conf"
+  install -d -m 0755 "${pkgdir}/etc/lldpd.d"
+
+  # license
+  install -D -m 0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-01 Thread Levente Polyak via arch-commits
Date: Saturday, December 1, 2018 @ 22:20:11
  Author: anthraxx
Revision: 340945

upgpkg: thunderbird 60.3.2-1

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 21:25:34 UTC (rev 340944)
+++ PKGBUILD2018-12-01 22:20:11 UTC (rev 340945)
@@ -1,3 +1,4 @@
+# Maintainer: Levente Polyak 
 # Contributor: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 # Contributor: Alexander Baldeck 
@@ -5,12 +6,12 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=60.3.1
-pkgrel=2
-pkgdesc="Standalone mail and news reader from mozilla.org"
+pkgver=60.3.2
+pkgrel=1
+pkgdesc='Standalone mail and news reader from mozilla.org'
+url='https://www.mozilla.org/thunderbird/'
 arch=(x86_64)
 license=(MPL GPL LGPL)
-url="https://www.mozilla.org/thunderbird/";
 depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib
  nss hunspell sqlite ttf-font libvpx icu)
 makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
@@ -19,7 +20,7 @@
 options=(!emptydirs !makeflags)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
 $pkgname.desktop)
-sha256sums=('94a5f62c949429790ed6036ca1e90c3c6a76a29aefe2d66aabe3d0fd62e444a9'
+sha256sums=('979707651662ed3654a327e9c568dac5894e73a40d2776bb94ed2950dab4e041'
 'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -147,3 +148,5 @@
   ln -srf "$pkgdir/usr/bin/$pkgname" \
 "$pkgdir/usr/lib/$pkgname/thunderbird-bin"
 }
+
+# vim: ts=2 sw=2 et:


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

2018-12-01 Thread Levente Polyak via arch-commits
Date: Saturday, December 1, 2018 @ 22:20:17
  Author: anthraxx
Revision: 340946

archrelease: copy trunk to extra-x86_64

Added:
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 340945, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 340945, thunderbird/trunk/thunderbird.desktop)
Deleted:
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/thunderbird.desktop

-+
 PKGBUILD|  301 +--
 thunderbird.desktop |  346 +-
 2 files changed, 325 insertions(+), 322 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 22:20:11 UTC (rev 340945)
+++ PKGBUILD2018-12-01 22:20:17 UTC (rev 340946)
@@ -1,149 +0,0 @@
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Alexander Baldeck 
-# Contributor: Dale Blount 
-# Contributor: Anders Bostrom 
-
-pkgname=thunderbird
-pkgver=60.3.1
-pkgrel=2
-pkgdesc="Standalone mail and news reader from mozilla.org"
-arch=(x86_64)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/thunderbird/";
-depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib
- nss hunspell sqlite ttf-font libvpx icu)
-makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
- autoconf2.13 rust clang llvm)
-optdepends=('libcanberra: sound support')
-options=(!emptydirs !makeflags)
-source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
-$pkgname.desktop)
-sha256sums=('94a5f62c949429790ed6036ca1e90c3c6a76a29aefe2d66aabe3d0fd62e444a9'
-'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  echo -n "$_google_api_key" >google-api-key
-  echo -n "$_mozilla_api_key" >mozilla-api-key
-
-  cat >.mozconfig google-api-key
+  echo -n "$_mozilla_api_key" >mozilla-api-key
+
+  cat >.mozconfig 

[arch-commits] Commit in nvidia-390xx/repos (4 files)

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:59
  Author: heftig
Revision: 340938

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-390xx/repos/staging-x86_64/
  nvidia-390xx/repos/staging-x86_64/PKGBUILD
(from rev 340937, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch
(from rev 340937, nvidia-390xx/trunk/kernel-4.16.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-4.19.patch
(from rev 340937, nvidia-390xx/trunk/kernel-4.19.patch)

---+
 PKGBUILD  |   91 
 kernel-4.16.patch |   33 ++
 kernel-4.19.patch |   63 
 3 files changed, 187 insertions(+)

Copied: nvidia-390xx/repos/staging-x86_64/PKGBUILD (from rev 340937, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-01 21:20:59 UTC (rev 340938)
@@ -0,0 +1,91 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.87
+_extramodules=extramodules-ARCH
+pkgrel=17
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 
'linux-headers>=4.19' 'linux-headers<4.20')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";
+kernel-4.16.patch kernel-4.19.patch)
+sha256sums=('c7c07151e17f610af11f7870560d96c3a3ee9bb91ba1bb82fcc7b5d473d40b66'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385'
+'e425320bd3712cc789035d5936412724b0b410f50463980c0a48715fd3f8c431')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+# Ad-hoc patch
+patch -Np1 -i ../kernel-4.19.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-390xx() {
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+depends=('linux>=4.19' 'linux<4.20' "nvidia-390xx-utils=${pkgver}" 
'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-390xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 390xx legacy branch"
+depends=('dkms' "nvidia-390xx-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-390xx=$pkgver")
+conflicts+=('nvidia-390xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 340937, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-12-01 21:20:59 UTC (rev 340938)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ 

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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:21:01
  Author: heftig
Revision: 340939

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 340937, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 340937, nvidia/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   86 
 kernel-4.16.patch |   33 +++
 2 files changed, 119 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 340937, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-01 21:21:01 UTC (rev 340939)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=415.18
+_extramodules=extramodules-ARCH
+pkgrel=6
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";
+kernel-4.16.patch)
+sha512sums=('8e56b5a62f47b4bbe2b0c59e05e2b1a4beb204252aa2000e6dfc257a16f06d00862232d2a3f404192e47b73c3af9f6d6c92e3d530b977a6ecbe3f2d944a12f7e'
+
'ad1185d998adbf89abf7aea300e5b3bbabe2296016f42592fbc232a6c3983f233df1103d37f35a041f12cc1c722d3edce813a4a1b215784a49c7f0e3e652b5af')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.19' 'linux<4.20' "nvidia-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia=$pkgver")
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/kernel-4.16.patch (from rev 340937, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-12-01 21:21:01 UTC (rev 340939)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@

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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:55
  Author: heftig
Revision: 410727

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 410722, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 410722, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   61 
 dkms.conf |9 
 2 files changed, 70 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 410722, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-01 21:20:55 UTC (rev 410727)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=176
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_extramodules=extramodules-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 410722, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-12-01 21:20:55 UTC (rev 410727)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:02
  Author: heftig
Revision: 410719

0.8-182: kernel 4.19.6.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 21:20:01 UTC (rev 410718)
+++ PKGBUILD2018-12-01 21:20:02 UTC (rev 410719)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=181
+pkgrel=182
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:14
  Author: heftig
Revision: 340935

415.18-6: kernel 4.19.6.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 21:20:11 UTC (rev 340934)
+++ PKGBUILD2018-12-01 21:20:14 UTC (rev 340935)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=415.18
 _extramodules=extramodules-ARCH
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/";


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:08
  Author: heftig
Revision: 410722

1.1.0-176: kernel 4.19.6.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 21:20:06 UTC (rev 410721)
+++ PKGBUILD2018-12-01 21:20:08 UTC (rev 410722)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=175
+pkgrel=176
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:01
  Author: heftig
Revision: 410718

5.2.22-8: kernel 4.19.6.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 21:19:57 UTC (rev 410717)
+++ PKGBUILD2018-12-01 21:20:01 UTC (rev 410718)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.22
-pkgrel=7
+pkgrel=8
 _linux_major=4
 _linux_minor=19
 arch=('x86_64')


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:55
  Author: heftig
Revision: 410726

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 410722, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 410723, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 410723, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   51 +++
 dkms.conf |9 +
 3 files changed, 61 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
410722, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-12-01 21:20:55 UTC (rev 
410726)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 410723, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-01 21:20:55 UTC (rev 410726)
@@ -0,0 +1,51 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=117
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/";
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 410723, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-12-01 21:20:55 UTC (rev 410726)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:56
  Author: heftig
Revision: 410729

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 410722, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 410722, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-01 21:20:56 UTC (rev 410729)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=182
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch";
+license=('GPL')
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_extramodules=extramodules-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:54
  Author: heftig
Revision: 410725

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 410722, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 410722, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-01 21:20:54 UTC (rev 410725)
@@ -0,0 +1,59 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.22
+pkgrel=8
+_linux_major=4
+_linux_minor=19
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in nvidia-390xx/trunk (PKGBUILD)

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:11
  Author: heftig
Revision: 340934

390.87-17: kernel 4.19.6.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 20:48:35 UTC (rev 340933)
+++ PKGBUILD2018-12-01 21:20:11 UTC (rev 340934)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.87
 _extramodules=extramodules-ARCH
-pkgrel=16
+pkgrel=17
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/";


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:56
  Author: heftig
Revision: 410728

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 410722, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 410722, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-01 21:20:56 UTC (rev 410728)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=70
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20' 'git')
+_extradir=/usr/lib/modules/extramodules-ARCH
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:06
  Author: heftig
Revision: 410721

20170610-117: kernel 4.19.6.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 21:20:03 UTC (rev 410720)
+++ PKGBUILD2018-12-01 21:20:06 UTC (rev 410721)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=116
+pkgrel=117
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/";
 arch=(x86_64)


[arch-commits] Commit in nvidia-340xx/repos (3 files)

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:53
  Author: heftig
Revision: 340937

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 340936, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 340936, nvidia-340xx/trunk/kernel-4.11.patch)

---+
 PKGBUILD  |   72 
 kernel-4.11.patch |   38 +++
 2 files changed, 110 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 340936, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-01 21:20:53 UTC (rev 340937)
@@ -0,0 +1,72 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.107
+_extramodules=extramodules-ARCH
+pkgrel=45
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";
+'kernel-4.11.patch')
+sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.19' 'linux<4.20' "nvidia-340xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-340xx=$pkgver")
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 340936, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-12-01 21:20:53 UTC (rev 340937)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, &page, vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, &page, vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int _sigbus_fault(struct vm_fault *vmf)
++#endif
+ {

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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:51
  Author: heftig
Revision: 410723

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 410722, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 410722, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-01 21:20:51 UTC (rev 410723)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.046.00
+pkgrel=27
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b2e66b03b696ba55c9fb7c896db8ac5377233d14120520735d31c33147d0d4c3')
+
+build() {
+   KERNEL_VERSION=$(=4.19" "linux<4.20")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:53
  Author: heftig
Revision: 410724

archrelease: copy trunk to community-staging-x86_64

Added:
  broadcom-wl/repos/community-staging-x86_64/
  broadcom-wl/repos/community-staging-x86_64/PKGBUILD
(from rev 410722, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 410722, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-01 21:20:53 UTC (rev 410724)
@@ -0,0 +1,39 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=63
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+_extramodules="/usr/lib/modules/extramodules${_kernelname:--ARCH}"
+
+build() {
+_kernver="$(<${_extramodules}/version)"
+
+dkms build --dkmstree "${srcdir}" -m ${_module}/${pkgver} -k ${_kernver}
+}
+
+package() {
+_kernver="$(<${_extramodules}/version)"
+
+install -Dm644 -t "${pkgdir}${_extramodules}" \
+${_module}/${pkgver}/${_kernver}/${CARCH}/module/*.ko
+find "${pkgdir}" -name '*.ko' -exec xz -T1 {} +
+
+_license="/usr/share/licenses/${_module}-dkms"
+if [[ -d ${_license} ]]; then
+install -Dm644 -t "${pkgdir}"/${_license/-dkms/${_kernelname}} 
${_license}/*
+fi
+_modprobe="/usr/lib/modprobe.d/${_module}-dkms.conf"
+if [[ -r ${_modprobe} ]]; then
+install -Dm644 ${_modprobe} 
"${pkgdir}"/${_modprobe/-dkms/${_kernelname}}
+fi
+}


[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD)

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:16
  Author: heftig
Revision: 340936

340.107-45: kernel 4.19.6.arch1-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 21:20:14 UTC (rev 340935)
+++ PKGBUILD2018-12-01 21:20:16 UTC (rev 340936)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-ARCH
-pkgrel=44
+pkgrel=45
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/";


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:19:57
  Author: heftig
Revision: 410717

6.30.223.271-63: kernel 4.19.6.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 21:19:56 UTC (rev 410716)
+++ PKGBUILD2018-12-01 21:19:57 UTC (rev 410717)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=62
+pkgrel=63
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:19:56
  Author: heftig
Revision: 410716

0.43-70: kernel 4.19.6.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 21:14:57 UTC (rev 410715)
+++ PKGBUILD2018-12-01 21:19:56 UTC (rev 410716)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=69
+pkgrel=70
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 21:20:03
  Author: heftig
Revision: 410720

8.046.00-27: kernel 4.19.6.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 21:20:02 UTC (rev 410719)
+++ PKGBUILD2018-12-01 21:20:03 UTC (rev 410720)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.046.00
-pkgrel=26
+pkgrel=27
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")


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

2018-12-01 Thread Maxim Baz via arch-commits
Date: Saturday, December 1, 2018 @ 21:14:57
  Author: maximbaz
Revision: 410715

gocryptfs: prepare to move from AUR

Added:
  gocryptfs/
  gocryptfs/repos/
  gocryptfs/trunk/


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 21:03:44
  Author: remy
Revision: 410714

archrelease: copy trunk to community-any

Added:
  biber/repos/community-any/PKGBUILD
(from rev 410713, biber/trunk/PKGBUILD)
  biber/repos/community-any/test.bib
(from rev 410713, biber/trunk/test.bib)
  biber/repos/community-any/test.tex
(from rev 410713, biber/trunk/test.tex)
Deleted:
  biber/repos/community-any/PKGBUILD
  biber/repos/community-any/test.bib
  biber/repos/community-any/test.tex

--+
 PKGBUILD |  178 ++---
 test.bib |   32 +-
 test.tex |   30 +-
 3 files changed, 120 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 21:03:23 UTC (rev 410713)
+++ PKGBUILD2018-12-01 21:03:44 UTC (rev 410714)
@@ -1,89 +0,0 @@
-# Maintainer: Rémy Oudompheng 
-
-pkgname=biber
-epoch=1
-pkgver=2.11
-pkgrel=1
-pkgdesc="A Unicode-capable BibTeX replacement for biblatex users"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url="https://github.com/plk/biber";
-# Encode::* modules are not real dependencies.
-depends=('perl-autovivification'
- 'perl-business-isbn'
- 'perl-business-ismn'
- 'perl-business-issn'
- 'perl-class-accessor'
- 'perl-data-compare'
- 'perl-data-dump'
- 'perl-data-uniqid'
- 'perl-datetime-calendar-julian'
- 'perl-datetime-format-builder'
- 'perl-file-slurper'
- 'perl-io-string' # required by Biber::Output::bblxml
- 'perl-ipc-run3'
- 'perl-lingua-translit'
- 'perl-list-allutils'
- 'perl-log-log4perl'
- 'perl-lwp-protocol-https'
- 'perl-mozilla-ca'
- 'perl-perlio-utf8-strict'
- 'perl-regexp-common'
- 'perl-sort-key'
- 'perl-text-bibtex'
- 'perl-text-csv'
- 'perl-text-roman'
- 'perl-unicode-linebreak'
- 'perl-xml-libxml-simple'
- 'perl-xml-libxslt'
- 'perl-xml-writer')
-# ExtUtils::LibBuilder and Config::AutoConf are not actual makedepends
-makedepends=('perl-module-build' 'perl-test-differences')
-checkdepends=('perl-capture-tiny' 'perl-file-which'
-  'texlive-bibtexextra'
-  'texlive-latexextra')
-options=('!emptydirs')
-# The sourceforge tarball is missing bblxml.pm
-source=("https://github.com/plk/biber/archive/v${pkgver}.tar.gz";
-"test.tex"
-"test.bib")
-sha512sums=('669f69349bb88728b6b03a11e9acb8c47031de16f26d360b3ed18c5f9fe535241362ec46eecc3f259e76ef5a186c1daf51a6b7a501c2216b48ea4d31945ced5a'
-
'06babeb4ec2fd76b8a339070eb208c3c8c16665a085e4674ef3b61b3816d4408ca636b925fabe467adc5c32bf8eeb23d357f7ef979ac0a1722dc7f91142ec541'
-
'68a00e41f200b8e24a674538b6581b88f84daef38a765790c1781365329203f60f4461a56dfa092bf336cc00c8801df1ee85f60d86fd384a8c039f913bdeeb2d')
-
-prepare() {
-  cd "${srcdir}/biber-${pkgver}"
-  # Disable long year tests on 32 bit
-  if [[ $CARCH = "i686" ]]; then
-sed -i '/1702/ s+.*+eq_or_diff("dummy", "dummy", "skip 32 bit");+' 
t/dateformats.t
-  fi
-
-  mkdir -p "test"
-  cp "${srcdir}"/test.{tex,bib} test/
-}
-
-build() {
-  cd "${srcdir}/biber-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  perl Build.PL
-  ./Build
-}
-
-check() {
-  cd "${srcdir}/biber-${pkgver}"
-  # Test a sample file
-  pushd test
-  latex test
-  PERL5LIB=../blib/lib ../bin/biber test
-  latex test
-  popd
-  # Run test suite
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  LC_CTYPE=en_US.UTF-8 BIBER_DEV_TESTS=1 ./Build test
-}
-
-package() {
-  cd "${srcdir}/biber-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  ./Build install installdirs=vendor destdir="${pkgdir}"
-}

Copied: biber/repos/community-any/PKGBUILD (from rev 410713, 
biber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 21:03:44 UTC (rev 410714)
@@ -0,0 +1,89 @@
+# Maintainer: Rémy Oudompheng 
+
+pkgname=biber
+epoch=1
+pkgver=2.12
+pkgrel=1
+pkgdesc="A Unicode-capable BibTeX replacement for biblatex users"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url="https://github.com/plk/biber";
+# Encode::* modules are not real dependencies.
+depends=('perl-autovivification'
+ 'perl-business-isbn'
+ 'perl-business-ismn'
+ 'perl-business-issn'
+ 'perl-class-accessor'
+ 'perl-data-compare'
+ 'perl-data-dump'
+ 'perl-data-uniqid'
+ 'perl-datetime-calendar-julian'
+ 'perl-datetime-format-builder'
+ 'perl-file-slurper'
+ 'perl-io-string' # required by Biber::Output::bblxml
+ 'perl-ipc-run3'
+ 'perl-lingua-translit'
+ 'perl-list-allutils'
+ 'perl-log-log4perl'
+ 'perl-lwp-protocol-https'
+  

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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 21:03:23
  Author: remy
Revision: 410713

upgpkg: biber 1:2.12-1

Modified:
  biber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 20:42:45 UTC (rev 410712)
+++ PKGBUILD2018-12-01 21:03:23 UTC (rev 410713)
@@ -2,7 +2,7 @@
 
 pkgname=biber
 epoch=1
-pkgver=2.11
+pkgver=2.12
 pkgrel=1
 pkgdesc="A Unicode-capable BibTeX replacement for biblatex users"
 arch=('any')
@@ -47,7 +47,7 @@
 source=("https://github.com/plk/biber/archive/v${pkgver}.tar.gz";
 "test.tex"
 "test.bib")
-sha512sums=('669f69349bb88728b6b03a11e9acb8c47031de16f26d360b3ed18c5f9fe535241362ec46eecc3f259e76ef5a186c1daf51a6b7a501c2216b48ea4d31945ced5a'
+sha512sums=('72f1a05224dc2735b32e92ac376d392fb631bf788a15de449471fdc5a94182ad4434ce71f95281e4cfc3a06cd275d2ff98e526d540c2979cd3e0dfa15b5c75ff'
 
'06babeb4ec2fd76b8a339070eb208c3c8c16665a085e4674ef3b61b3816d4408ca636b925fabe467adc5c32bf8eeb23d357f7ef979ac0a1722dc7f91142ec541'
 
'68a00e41f200b8e24a674538b6581b88f84daef38a765790c1781365329203f60f4461a56dfa092bf336cc00c8801df1ee85f60d86fd384a8c039f913bdeeb2d')
 


[arch-commits] Commit in texlive-core/trunk (PKGBUILD texlive-core.fmts)

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:47:51
  Author: remy
Revision: 340932

upgpkg: texlive-core 2018.49285-1

Repackage with missing formats.

Modified:
  texlive-core/trunk/PKGBUILD
  texlive-core/trunk/texlive-core.fmts

---+
 PKGBUILD  |2 +-
 texlive-core.fmts |6 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 20:24:47 UTC (rev 340931)
+++ PKGBUILD2018-12-01 20:47:51 UTC (rev 340932)
@@ -56,7 +56,7 @@
etc/texmf/xdvi/XDvi)
 sha256sums=('503a88186f94c6aac14752f2dacacb65f7801e3a45de02e72ac4c29db9e6475e'
 '275253728d884b2b75e01840b0824c1fe5afbdda91fafeacd33deb6cd92341a3'
-'31f19a5418be92f01ce2d507173fa4959c55af0a4072c4ec4fd58ce53343f726'
+'009ab6be9e4fa18709fc74d26a3777372f4b5af9313421ff0546ba94a9d5ff13'
 '1d62d46d4d3a538ccad48d31192fccdfc8d6c0a60b331575a10a007d46812d46'
 '05afeae62a5d4c9de79c838c9636e2aefe9ad1d6b787fed4e5930c13baf60eba'
 '9a0e462ad44d2ced432860ff62288b1c2f55b04c8d0c92887672478752417cf4'

Modified: texlive-core.fmts
===
--- texlive-core.fmts   2018-12-01 20:24:47 UTC (rev 340931)
+++ texlive-core.fmts   2018-12-01 20:47:51 UTC (rev 340932)
@@ -6,9 +6,13 @@
 #! cont-ro pdftex cont-usr.tex -8bit *cont-ro.mkii
 cslatex pdftex - -etex cslatex.ini
 csplain pdftex - -etex -enc csplain-utf8.ini
+dvilualatex luatex language.dat,language.dat.lua dvilualatex.ini
 dviluatex luatex language.def,language.dat.lua dviluatex.ini
 etex pdftex language.def -translate-file=cp227.tcx *etex.ini
+latex pdftex language.dat -translate-file=cp227.tcx *latex.ini
+#! luajitlatex luajittex language.dat,language.dat.lua lualatex.ini
 luajittex luajittex language.def,language.dat.lua luatex.ini
+lualatex luatex language.dat,language.dat.lua lualatex.ini
 luatex luatex language.def,language.dat.lua luatex.ini
 mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini
 mf mf-nowin - -translate-file=cp227.tcx mf.ini
@@ -19,8 +23,10 @@
 pdfcsplain pdftex - -etex -enc csplain-utf8.ini
 pdfcsplain xetex - -etex csplain.ini
 pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini
+pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini
 pdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini
 pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini
+tex tex - tex.ini
 utf8mex pdftex mexconf.tex -enc *utf8mex.ini
 xelatex xetex language.dat -etex xelatex.ini
 xetex xetex language.def -etex xetex.ini


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

2018-12-01 Thread Maxim Baz via arch-commits
Date: Saturday, December 1, 2018 @ 20:42:40
  Author: maximbaz
Revision: 410711

upgpkg: python-black 18.9b0-3

python-black: import from AUR

Added:
  python-black/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 20:42:40 UTC (rev 410711)
@@ -0,0 +1,35 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Daniel M. Capella 
+# Contributor: James Zhu 
+
+pkgname=python-black
+pkgver=18.9b0
+pkgrel=3
+pkgdesc='Uncompromising Python code formatter'
+arch=('any')
+url=https://github.com/ambv/black
+license=('MIT')
+depends=('python' 'python-appdirs' 'python-attrs' 'python-click' 
'python-setuptools'
+ 'python-toml')
+optdepends=('python-aiohttp: for the blackd HTTP server')
+checkdepends=('python-aiohttp')
+source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz";)
+sha512sums=('80f94867220f7511dfc72aa8886586530d33187e10c57a7721cb0c97e906941ef811811ef0b2afa77d5454ce00114f3724063a890c41af4d7b68ec59dee29a48')
+
+build() {
+  cd "black-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "black-$pkgver"
+  python -m unittest tests/test_black.py
+}
+
+package() {
+  cd "black-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-01 Thread Maxim Baz via arch-commits
Date: Saturday, December 1, 2018 @ 20:42:45
  Author: maximbaz
Revision: 410712

archrelease: copy trunk to community-any

Added:
  python-black/repos/community-any/
  python-black/repos/community-any/PKGBUILD
(from rev 410711, python-black/trunk/PKGBUILD)

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

Copied: python-black/repos/community-any/PKGBUILD (from rev 410711, 
python-black/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-12-01 20:42:45 UTC (rev 410712)
@@ -0,0 +1,35 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Daniel M. Capella 
+# Contributor: James Zhu 
+
+pkgname=python-black
+pkgver=18.9b0
+pkgrel=3
+pkgdesc='Uncompromising Python code formatter'
+arch=('any')
+url=https://github.com/ambv/black
+license=('MIT')
+depends=('python' 'python-appdirs' 'python-attrs' 'python-click' 
'python-setuptools'
+ 'python-toml')
+optdepends=('python-aiohttp: for the blackd HTTP server')
+checkdepends=('python-aiohttp')
+source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz";)
+sha512sums=('80f94867220f7511dfc72aa8886586530d33187e10c57a7721cb0c97e906941ef811811ef0b2afa77d5454ce00114f3724063a890c41af4d7b68ec59dee29a48')
+
+build() {
+  cd "black-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "black-$pkgver"
+  python -m unittest tests/test_black.py
+}
+
+package() {
+  cd "black-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (python-black python-black/repos python-black/trunk)

2018-12-01 Thread Maxim Baz via arch-commits
Date: Saturday, December 1, 2018 @ 20:33:53
  Author: maximbaz
Revision: 410710

python-black: prepare to move from AUR

Added:
  python-black/
  python-black/repos/
  python-black/trunk/


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:24:47
  Author: remy
Revision: 340931

archrelease: copy trunk to extra-any

Added:
  texlive-bibtexextra/repos/extra-any/PKGBUILD
(from rev 340930, texlive-bibtexextra/trunk/PKGBUILD)
Deleted:
  texlive-bibtexextra/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 20:24:46 UTC (rev 340930)
+++ PKGBUILD2018-12-01 20:24:47 UTC (rev 340931)
@@ -1,65 +0,0 @@
-# $Id$
-# Contributor: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-bibtexextra
-pkgver=2018.48548
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-sha256sums=('2bab840f1462791daf0b162107afd07474e7a33468a73df4682654f3e88220a9')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-   # link programs from /usr/share/texmf-dist/scripts
-   _linked_scripts="
-bib2gls/bib2gls.sh
-bib2gls/convertgls2bib.sh
-bibexport/bibexport.sh
-crossrefware/bbl2bib.pl
-crossrefware/bibdoiadd.pl
-crossrefware/bibmradd.pl
-crossrefware/biburl2doi.pl
-crossrefware/bibzbladd.pl
-crossrefware/ltx2crossrefxml.pl
-listbib/listbib
-multibibliography/multibibliography.pl
-urlbst/urlbst
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-bibtexextra/repos/extra-any/PKGBUILD (from rev 340930, 
texlive-bibtexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 20:24:47 UTC (rev 340931)
@@ -0,0 +1,64 @@
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-bibtexextra
+pkgver=2018.49283
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+sha256sums=('bf486294ad5297408cf32c8f1c3d042e34c94645e054da63ee116f2ebbadfaad')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+   # link programs from /usr/share/texmf-dist/scripts
+   _linked_scripts="
+bib2gls/bib2gls.sh
+bib2gls/convertgls2bib.sh
+bibexport/bibexport.sh
+crossrefware/bbl2bib.pl
+crossrefware/bibdoiadd.pl
+crossrefware/bibmradd.pl
+crossrefware/biburl2doi.pl
+crossrefware/bibzbladd.pl
+crossrefware/ltx2crossrefxml.pl
+listbib/listbib
+multibibliography/multibibliography.pl
+urlbst

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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:24:46
  Author: remy
Revision: 340930

upgpkg: texlive-bibtexextra 2018.49283-1

Upgrading package texlive-bibtexextra from 48548 to 49283
- upgrade package archaeologie 47406 -> 48763
- upgrade package beebe 47969 -> 49183
- upgrade package biber 47196 -> 49068
- upgrade package biblatex 46851 -> 49069
- upgrade package biblatex-abnt 47291 -> 49179
- upgrade package biblatex-archaeology 47989 -> 49202
- new package biblatex-bath
- upgrade package biblatex-chem 46441 -> 48944
- upgrade package biblatex-ext 47974 -> 49255
- upgrade package biblatex-manuscripts-philology 45912 -> 48786
- upgrade package biblatex-nature 43382 -> 48940
- upgrade package biblatex-opcit-booktitle 43621 -> 48983
- upgrade package biblatex-phys 41922 -> 48941
- upgrade package biblatex-publist 48536 -> 49283
- upgrade package biblatex-science 42147 -> 48945
- upgrade package perception 42683 -> 48861

Modified:
  texlive-bibtexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 20:18:57 UTC (rev 340929)
+++ PKGBUILD2018-12-01 20:24:46 UTC (rev 340930)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-bibtexextra
-pkgver=2018.48548
+pkgver=2018.49283
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
@@ -12,7 +12,7 @@
 groups=('texlive-most')
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-sha256sums=('2bab840f1462791daf0b162107afd07474e7a33468a73df4682654f3e88220a9')
+sha256sums=('bf486294ad5297408cf32c8f1c3d042e34c94645e054da63ee116f2ebbadfaad')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in texlive-formatsextra/repos/extra-any (6 files)

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:18:57
  Author: remy
Revision: 340929

archrelease: copy trunk to extra-any

Added:
  texlive-formatsextra/repos/extra-any/PKGBUILD
(from rev 340928, texlive-formatsextra/trunk/PKGBUILD)
  texlive-formatsextra/repos/extra-any/texlive-formatsextra.fmts
(from rev 340928, texlive-formatsextra/trunk/texlive-formatsextra.fmts)
  texlive-formatsextra/repos/extra-any/texlive-formatsextra.maps
(from rev 340928, texlive-formatsextra/trunk/texlive-formatsextra.maps)
Deleted:
  texlive-formatsextra/repos/extra-any/PKGBUILD
  texlive-formatsextra/repos/extra-any/texlive-formatsextra.fmts
  texlive-formatsextra/repos/extra-any/texlive-formatsextra.maps

---+
 PKGBUILD  |  117 +---
 texlive-formatsextra.fmts |   18 +++---
 texlive-formatsextra.maps |2 
 3 files changed, 68 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 20:18:55 UTC (rev 340928)
+++ PKGBUILD2018-12-01 20:18:57 UTC (rev 340929)
@@ -1,59 +0,0 @@
-# $Id$
-# Contributor: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-formatsextra
-pkgver=2018.47496
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - collection of extra TeX 'formats'"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";
-"${pkgname}.fmts"
-"${pkgname}.maps")
-options=('!emptydirs')
-provides=('texlive-htmlxml')
-conflicts=('texlive-htmlxml')
-replaces=('texlive-htmlxml')
-sha256sums=('86ff880839df8a8b83006b5ca6e718b3dfea8bb890932346c4bce9badd72c76b'
-'edee1d8b46005847381dbf20afacad6d14f3d59406facdc609c92d9e20ed6df2'
-'ad67f39779bfe76327351fe4e8699369b031ac700947e04ff57a0c5ebe9b613b')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-   case $p in
-   aleph.*|lambda.*|omega.*)
-   ;;
-   *)
-   bsdtar -xf $p
-   ;;
-   esac
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 "${pkgname}.fmts" $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-formatsextra/repos/extra-any/PKGBUILD (from rev 340928, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 20:18:57 UTC (rev 340929)
@@ -0,0 +1,58 @@
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-formatsextra
+pkgver=2018.48634
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - collection of extra TeX 'formats'"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";
+"${pkgname}.fmts"
+"${pkgname}.maps")
+options=('!emptydirs')
+provides=('texlive-htmlxml')
+conflicts=('texlive-htmlxml')
+replaces=('texlive-htmlxml')
+sha256sums=('c9210ea2a2b65d78d74fbb3f0352dc512f49ef88d9e731c0b8a7e842e31a5d45'
+'edee1d8b46005847381dbf20afacad6d14f3d59406facdc609c92d9e20ed6df2'
+'ad67f39779bfe76327351fe4e8699369b031ac700947e04ff57a0c5ebe9b613b')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+   case $p in
+   aleph.*|lambda.*|omega.*)
+   ;;
+   *)
+   bsdtar -xf $p
+   ;;
+   esac
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 "${pkgname}.fmts" $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for di

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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:18:55
  Author: remy
Revision: 340928

upgpkg: texlive-formatsextra 2018.48634-1

Upgrading package texlive-formatsextra from 47496 to 48634
- upgrade package eplain 45678 -> 48634
- upgrade package jadetex 45678 -> 48634
- upgrade package mltex 45678 -> 48634
- upgrade package xmltex 45678 -> 48634

Modified:
  texlive-formatsextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 20:17:58 UTC (rev 340927)
+++ PKGBUILD2018-12-01 20:18:55 UTC (rev 340928)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-formatsextra
-pkgver=2018.47496
+pkgver=2018.48634
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - collection of extra TeX 'formats'"
@@ -18,7 +18,7 @@
 provides=('texlive-htmlxml')
 conflicts=('texlive-htmlxml')
 replaces=('texlive-htmlxml')
-sha256sums=('86ff880839df8a8b83006b5ca6e718b3dfea8bb890932346c4bce9badd72c76b'
+sha256sums=('c9210ea2a2b65d78d74fbb3f0352dc512f49ef88d9e731c0b8a7e842e31a5d45'
 'edee1d8b46005847381dbf20afacad6d14f3d59406facdc609c92d9e20ed6df2'
 'ad67f39779bfe76327351fe4e8699369b031ac700947e04ff57a0c5ebe9b613b')
 


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:17:58
  Author: remy
Revision: 340927

archrelease: copy trunk to extra-any

Added:
  texlive-publishers/repos/extra-any/PKGBUILD
(from rev 340926, texlive-publishers/trunk/PKGBUILD)
Deleted:
  texlive-publishers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 20:17:56 UTC (rev 340926)
+++ PKGBUILD2018-12-01 20:17:58 UTC (rev 340927)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-publishers
-pkgver=2018.48567
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-options=('!emptydirs')
-sha256sums=('6e33cc0dd93a7065f8cdbc4a3f2a8e52aa3dc0cbbf2ac9c2abb7c6d0552ccbcb')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-publishers/repos/extra-any/PKGBUILD (from rev 340926, 
texlive-publishers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 20:17:58 UTC (rev 340927)
@@ -0,0 +1,43 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-publishers
+pkgver=2018.49284
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+sha256sums=('1e5b9ecae925befe5e21f5cebbd4a65b26266b52b660611471536c2aaa0b180f')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:17:56
  Author: remy
Revision: 340926

upgpkg: texlive-publishers 2018.49284-1

Upgrading package texlive-publishers from 48567 to 49284
- upgrade package abnt 48305 -> 49188
- upgrade package abntex2 39913 -> 49248
- upgrade package acmart 48214 -> 49137
- upgrade package bangorcsthesis 45059 -> 48834
- new package brandeis-problemset
- new package facture-belge-simple-sans-tva
- upgrade package fei 46788 -> 48800
- upgrade package hagenberg-thesis 45629 -> 49284
- upgrade package jnuexam 48157 -> 49212
- new package modeles-factures-belges-assocs
- upgrade package rutitlepage 44485 -> 49125
- new package srdp-mathematik
- upgrade package suftesi 40238 -> 49138
- upgrade package thesis-ekf 46534 -> 49269
- new package thesis-qom
- upgrade package toptesi 47699 -> 49211
- upgrade package tugboat 45713 -> 48607
- upgrade package tugboat-plain 43560 -> 48608
- upgrade package uantwerpendocs 48061 -> 48978
- upgrade package ucsmonograph 48438 -> 49234
- upgrade package ulthese 44456 -> 48802
- upgrade package univie-ling 48567 -> 49101
- new package utexasthesis

Modified:
  texlive-publishers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 20:10:50 UTC (rev 340925)
+++ PKGBUILD2018-12-01 20:17:56 UTC (rev 340926)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-publishers
-pkgver=2018.48567
+pkgver=2018.49284
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
 options=('!emptydirs')
-sha256sums=('6e33cc0dd93a7065f8cdbc4a3f2a8e52aa3dc0cbbf2ac9c2abb7c6d0552ccbcb')
+sha256sums=('1e5b9ecae925befe5e21f5cebbd4a65b26266b52b660611471536c2aaa0b180f')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in texlive-core/trunk (3 files)

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:10:46
  Author: remy
Revision: 340924

upgpkg: texlive-core 2018.49285-1

Upgrading package texlive-core from 48566 to 49285
- upgrade package a2ping 46893 -> 49161
- upgrade package arara 48201 -> 48979
- upgrade package autoaligne 43195 -> 49092
- upgrade package awesomebox 46513 -> 49256
- upgrade package babel 48551 -> 49149
- upgrade package babel-french 48222 -> 48665
- upgrade package beamer 48547 -> 48706
- upgrade package bezierplot 48259 -> 48644
- upgrade package bidi 48397 -> 49123
- upgrade package breqn 43071 -> 48679
- upgrade package caption 47968 -> 48863
- new package cluttex
- upgrade package cm 45811 -> 49028
- new package colorprofiles
- upgrade package context-handlecsv 47403 -> 48761
- upgrade package cweb 47198 -> 49278
- new package cweb-old
- new package dehyph
- upgrade package dvipdfmx 48506 -> 48653
- upgrade package epstopdf 45323 -> 48684
- upgrade package fancyvrb 18492 -> 49203
- upgrade package hyperref 46583 -> 48792
- upgrade package hyph-utf8 48489 -> 49078
- upgrade package hyphen-afrikaans 40340 -> 49078
- upgrade package hyphen-ancientgreek 41189 -> 49078
- upgrade package hyphen-armenian 40340 -> 49078
- upgrade package hyphen-basque 41113 -> 49078
- upgrade package hyphen-belarusian 44401 -> 49078
- upgrade package hyphen-bulgarian 48290 -> 49078
- upgrade package hyphen-catalan 40340 -> 49078
- upgrade package hyphen-chinese 40340 -> 49078
- upgrade package hyphen-churchslavonic 44401 -> 49078
- upgrade package hyphen-coptic 40340 -> 49078
- upgrade package hyphen-croatian 41113 -> 49078
- upgrade package hyphen-czech 40340 -> 49078
- upgrade package hyphen-danish 41113 -> 49078
- upgrade package hyphen-dutch 40340 -> 49078
- upgrade package hyphen-english 40340 -> 49078
- upgrade package hyphen-esperanto 40340 -> 49078
- upgrade package hyphen-estonian 40340 -> 49078
- upgrade package hyphen-ethiopic 40340 -> 49078
- upgrade package hyphen-finnish 40340 -> 49078
- upgrade package hyphen-french 41113 -> 49078
- upgrade package hyphen-friulan 40340 -> 49078
- upgrade package hyphen-galician 40340 -> 49078
- upgrade package hyphen-georgian 40340 -> 49078
- upgrade package hyphen-german 47375 -> 49078
- upgrade package hyphen-greek 40340 -> 49078
- upgrade package hyphen-hungarian 40340 -> 49078
- upgrade package hyphen-icelandic 40340 -> 49078
- upgrade package hyphen-indic 48297 -> 49078
- upgrade package hyphen-indonesian 40340 -> 49078
- upgrade package hyphen-interlingua 40340 -> 49078
- upgrade package hyphen-irish 41113 -> 49078
- upgrade package hyphen-italian 40340 -> 49078
- upgrade package hyphen-kurmanji 40340 -> 49078
- upgrade package hyphen-latin 48489 -> 49078
- upgrade package hyphen-latvian 40340 -> 49078
- upgrade package hyphen-lithuanian 40340 -> 49078
- upgrade package hyphen-mongolian 41113 -> 49078
- upgrade package hyphen-norwegian 40340 -> 49078
- upgrade package hyphen-occitan 40340 -> 49078
- upgrade package hyphen-piedmontese 40340 -> 49078
- upgrade package hyphen-polish 41113 -> 49078
- upgrade package hyphen-portuguese 40340 -> 49078
- upgrade package hyphen-romanian 40340 -> 49078
- upgrade package hyphen-romansh 40340 -> 49078
- upgrade package hyphen-russian 40340 -> 49078
- upgrade package hyphen-sanskrit 40340 -> 49078
- upgrade package hyphen-serbian 40340 -> 49078
- upgrade package hyphen-slovak 40340 -> 49078
- upgrade package hyphen-slovenian 41113 -> 49078
- upgrade package hyphen-spanish 40340 -> 49078
- upgrade package hyphen-swedish 40340 -> 49078
- upgrade package hyphen-thai 48489 -> 49078
- upgrade package hyphen-turkish 40340 -> 49078
- upgrade package hyphen-turkmen 41113 -> 49078
- upgrade package hyphen-ukrainian 40340 -> 49078
- upgrade package hyphen-uppersorbian 40340 -> 49078
- upgrade package hyphen-welsh 41113 -> 49078
- upgrade package ifluatex 47293 -> 49285
- upgrade package ketcindy 48037 -> 49034
- upgrade package l3experimental 48476 -> 49205
- upgrade package l3kernel 48476 -> 49205
- upgrade package l3packages 48476 -> 48935
- upgrade package latex2man 47942 -> 49249
- upgrade package latexdiff 44704 -> 48926
- upgrade package latexindent 48402 -> 48905
- upgrade package latexmk 48369 -> 48992
- upgrade package listofitems 46962 -> 49044
- upgrade package lualibs 43153 -> 48965
- upgrade package luamplib 47547 -> 48780
- upgrade package luaotfload 47444 -> 49010
- upgrade package luatexko 48334 -> 49116
- upgrade package luaxml 48215 -> 49055
- upgrade package lwarp 48159 -> 49196
- upgrade package mcf2graph 48046 -> 49129
- new package metapost-colorbrewer
- upgrade package oberdiek 47293 -> 49285
- upgrade package parskip 19963 -> 48650
- upgrade package pdftex 47199 -> 48806
- new package pdftex-quiet
- upgrade package quran 46133 -> 49275
- upgrade package tetex 48150 -> 48621
- upgrade package tex4ht 48554 -> 49276
- upgrade package texcount 45338 -> 49013
- upgrade package texlive-docindex 48556 -> 49280
- upgrade package texlive-scripts 48560 -> 49281
- 

[arch-commits] Commit in texlive-fontsextra/trunk (PKGBUILD texlive-fontsextra.maps)

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:08:09
  Author: remy
Revision: 340922

upgpkg: texlive-fontsextra 2018.49197-1

Upgrading package texlive-fontsextra from 48561 to 49197
- upgrade package baskervillef 45651 -> 49084
- upgrade package cochineal 47902 -> 48917
- new package firamath
- new package firamath-otf
- upgrade package fontawesome5 48510 -> 48903
- upgrade package libertinus 47488 -> 48588
- new package libertinus-fonts
- upgrade package libertinus-otf 48561 -> 49197
- new package libertinus-type1
- upgrade package libertinust1math 48077 -> 48862
- upgrade package nimbus15 39343 -> 48734
- upgrade package sourceserifpro 40598 -> 49120
- upgrade package xits 32763 -> 48879

Modified:
  texlive-fontsextra/trunk/PKGBUILD
  texlive-fontsextra/trunk/texlive-fontsextra.maps

-+
 PKGBUILD|6 +++---
 texlive-fontsextra.maps |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 20:04:38 UTC (rev 340921)
+++ PKGBUILD2018-12-01 20:08:09 UTC (rev 340922)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-fontsextra
-pkgver=2018.48561
+pkgver=2018.49197
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - all sorts of extra fonts"
@@ -12,8 +12,8 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('7b1db7414f7d2970a5df0fa015c7e06e55ef5e2e77474548b6617a503bd448cc'
-'20639ccf527a02933a8f354d422047d5155d161312fce46f1abbf27f15967cf7')
+sha256sums=('e30b2e1da56aa4e87e744e1bcfaaf55c00bf51a31fdd9e2b9176e2384b8d1229'
+'b552b81af7c5e4d8327e3c77c0b2b44c4cdc4a720c23378444747956a3d3d50c')
 
 build() {
cd "$srcdir"

Modified: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2018-12-01 20:04:38 UTC (rev 340921)
+++ texlive-fontsextra.maps 2018-12-01 20:08:09 UTC (rev 340922)
@@ -130,6 +130,7 @@
 Map lato.map
 Map libertine.map
 Map libertinegc.map
+Map libertinus.map
 Map libertinust1math.map
 Map linearA.map
 Map mathabx.map


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:08:13
  Author: remy
Revision: 340923

archrelease: copy trunk to extra-any

Added:
  texlive-fontsextra/repos/extra-any/PKGBUILD
(from rev 340922, texlive-fontsextra/trunk/PKGBUILD)
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps
(from rev 340922, texlive-fontsextra/trunk/texlive-fontsextra.maps)
Deleted:
  texlive-fontsextra/repos/extra-any/PKGBUILD
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps

-+
 PKGBUILD|   91 +-
 texlive-fontsextra.maps |  405 +++---
 2 files changed, 248 insertions(+), 248 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 20:08:09 UTC (rev 340922)
+++ PKGBUILD2018-12-01 20:08:13 UTC (rev 340923)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-fontsextra
-pkgver=2018.48561
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - all sorts of extra fonts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
-options=('!emptydirs')
-sha256sums=('7b1db7414f7d2970a5df0fa015c7e06e55ef5e2e77474548b6617a503bd448cc'
-'20639ccf527a02933a8f354d422047d5155d161312fce46f1abbf27f15967cf7')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-fontsextra/repos/extra-any/PKGBUILD (from rev 340922, 
texlive-fontsextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 20:08:13 UTC (rev 340923)
@@ -0,0 +1,45 @@
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-fontsextra
+pkgver=2018.49197
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - all sorts of extra fonts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('e30b2e1da56aa4e87e744e1bcfaaf55c00bf51a31fdd9e2b9176e2384b8d1229'
+'b552b81af7c5e4d8327e3c77c0b2b44c4cdc4a720c23378444747956a3d3d50c')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2018-12-01 20:08:09 UTC (rev 340922)
+++ texlive-fontsextra.maps 2018-12-01 20:08:13 UTC (rev 340923)
@@ -1,202 +0,0 @@
-Map Acorn.map
-Map Alegreya.map
-Map AnnSton.map
-Map AnonymousPro.map
-Map ArrowsADF.map
-Map ArtNouv.map
-Map ArtNouvc.map
-Map BaskervilleF.map
-Map BulletsADF.map
-Map Carrickc.map
-Map Chivo.map
-Map 

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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:04:09
  Author: remy
Revision: 340919

archrelease: copy trunk to extra-any

Added:
  texlive-humanities/repos/extra-any/PKGBUILD
(from rev 340918, texlive-humanities/trunk/PKGBUILD)
Deleted:
  texlive-humanities/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 20:04:07 UTC (rev 340918)
+++ PKGBUILD2018-12-01 20:04:09 UTC (rev 340919)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-humanities
-pkgver=2018.48491
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
-license=('GPL')
-arch=(any)
-depends=('texlive-core' 'texlive-latexextra')
-optdepends=('texlive-pictures: for package qtree')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-options=('!emptydirs')
-sha256sums=('c7153a006c8e6eab2d2a4bb39c18169d19f8c45c8a88b5ba7589171c36f15df1')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-install -m755 -d $pkgdir/usr/bin
-ln -s /usr/share/texmf-dist/scripts/diadia/diadia.lua 
${pkgdir}/usr/bin/diadia
-}

Copied: texlive-humanities/repos/extra-any/PKGBUILD (from rev 340918, 
texlive-humanities/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 20:04:09 UTC (rev 340919)
@@ -0,0 +1,46 @@
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-humanities
+pkgver=2018.49287
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
+license=('GPL')
+arch=(any)
+depends=('texlive-core' 'texlive-latexextra')
+optdepends=('texlive-pictures: for package qtree')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+sha256sums=('bd2276fb0ff8c7edba8e09772a80db678abdec5daa5e34f4af2056fd4fb53a45')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+install -m755 -d $pkgdir/usr/bin
+ln -s /usr/share/texmf-dist/scripts/diadia/diadia.lua 
${pkgdir}/usr/bin/diadia
+}


[arch-commits] Commit in texlive-games/repos/extra-any (6 files)

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:04:38
  Author: remy
Revision: 340921

archrelease: copy trunk to extra-any

Added:
  texlive-games/repos/extra-any/Changelog
(from rev 340920, texlive-games/trunk/Changelog)
  texlive-games/repos/extra-any/PKGBUILD
(from rev 340920, texlive-games/trunk/PKGBUILD)
  texlive-games/repos/extra-any/texlive-games.maps
(from rev 340920, texlive-games/trunk/texlive-games.maps)
Deleted:
  texlive-games/repos/extra-any/Changelog
  texlive-games/repos/extra-any/PKGBUILD
  texlive-games/repos/extra-any/texlive-games.maps

+
 Changelog  |   22 +--
 PKGBUILD   |   97 +--
 texlive-games.maps |2 -
 3 files changed, 60 insertions(+), 61 deletions(-)

Deleted: Changelog
===
--- Changelog   2018-12-01 20:04:37 UTC (rev 340920)
+++ Changelog   2018-12-01 20:04:38 UTC (rev 340921)
@@ -1,11 +0,0 @@
-texlive-games 2012.28243
-
-- upgrade package chess-problem-diagrams 26206 -> 28243
-
-texlive-games 2011.24714
-
-- upgrade package chess-problem-diagrams 15878 -> 23555
-- new package gamebook
-- new package othelloboard
-- new package schwalbe-chess
-

Copied: texlive-games/repos/extra-any/Changelog (from rev 340920, 
texlive-games/trunk/Changelog)
===
--- Changelog   (rev 0)
+++ Changelog   2018-12-01 20:04:38 UTC (rev 340921)
@@ -0,0 +1,11 @@
+texlive-games 2012.28243
+
+- upgrade package chess-problem-diagrams 26206 -> 28243
+
+texlive-games 2011.24714
+
+- upgrade package chess-problem-diagrams 15878 -> 23555
+- new package gamebook
+- new package othelloboard
+- new package schwalbe-chess
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 20:04:37 UTC (rev 340920)
+++ PKGBUILD2018-12-01 20:04:38 UTC (rev 340921)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Maintainer: Firmicus 
-
-pkgname=texlive-games
-pkgver=2018.48514
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
-options=('!emptydirs')
-sha256sums=('c007a6a6afd8dd3a5da7db226d23a01015de6b2d245a90f7786e4e6c5403019f'
-'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/rubik/rubikrotation.pl 
$pkgdir/usr/bin/rubikrotation
-}

Copied: texlive-games/repos/extra-any/PKGBUILD (from rev 340920, 
texlive-games/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 20:04:38 UTC (rev 340921)
@@ -0,0 +1,48 @@
+# Maintainer: Rémy Oudompheng 
+# Maintainer: Firmicus 
+
+pkgname=texlive-games
+pkgver=2018.49111
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('963ff55d99fe6dd47107bd698c00f617ad42f9101f91eb881f99d9d53e4b07ff'
+'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+ 

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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:04:07
  Author: remy
Revision: 340918

upgpkg: texlive-humanities 2018.49287-1

Upgrading package texlive-humanities from 48491 to 49287
- upgrade package bibleref 48319 -> 49180
- upgrade package covington 48491 -> 48627
- upgrade package poetry 44655 -> 48643
- upgrade package reledmac 48229 -> 49287

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 20:03:13 UTC (rev 340917)
+++ PKGBUILD2018-12-01 20:04:07 UTC (rev 340918)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2018.48491
+pkgver=2018.49287
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
 options=('!emptydirs')
-sha256sums=('c7153a006c8e6eab2d2a4bb39c18169d19f8c45c8a88b5ba7589171c36f15df1')
+sha256sums=('bd2276fb0ff8c7edba8e09772a80db678abdec5daa5e34f4af2056fd4fb53a45')
 
 build() {
cd "$srcdir"


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:04:37
  Author: remy
Revision: 340920

upgpkg: texlive-games 2018.49111-1

Upgrading package texlive-games from 48514 to 49111
- upgrade package jigsaw 48514 -> 49111
- upgrade package onedown 47828 -> 49053

Modified:
  texlive-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 20:04:09 UTC (rev 340919)
+++ PKGBUILD2018-12-01 20:04:37 UTC (rev 340920)
@@ -2,7 +2,7 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2018.48514
+pkgver=2018.49111
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('c007a6a6afd8dd3a5da7db226d23a01015de6b2d245a90f7786e4e6c5403019f'
+sha256sums=('963ff55d99fe6dd47107bd698c00f617ad42f9101f91eb881f99d9d53e4b07ff'
 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:03:12
  Author: remy
Revision: 340916

upgpkg: texlive-latexextra 2018.49282-1

Upgrading package texlive-latexextra from 48568 to 49282
- upgrade package achemso 48203 -> 48678
- upgrade package animate 48455 -> 49273
- upgrade package arydshln 40847 -> 48817
- upgrade package asciilist 41158 -> 49060
- upgrade package beamertheme-focus 48382 -> 49195
- upgrade package catechis 48490 -> 49061
- upgrade package censor 31332 -> 49168
- new package changelog
- upgrade package changes 41737 -> 49079
- upgrade package clrstrip 48313 -> 48778
- upgrade package cooking-units 47943 -> 48748
- upgrade package currency 44489 -> 48990
- upgrade package dashundergaps 48081 -> 49198
- upgrade package doi 15878 -> 48634
- upgrade package ducksay 48375 -> 48946
- upgrade package duckuments 48545 -> 48656
- upgrade package enumitem 24146 -> 49282
- upgrade package europecv 48565 -> 48910
- upgrade package exercisebank 48242 -> 48829
- upgrade package exsol 41377 -> 48977
- upgrade package footnoterange 25430 -> 48912
- new package grabbox
- upgrade package grayhints 43561 -> 49052
- upgrade package hyperxmp 46073 -> 49261
- new package identkey
- upgrade package jslectureplanner 43476 -> 48766
- new package kalendarium
- upgrade package keyvaltable 41414 -> 49063
- upgrade package knowledge 48280 -> 49224
- upgrade package komacv-rg 47668 -> 49064
- upgrade package l3build 48367 -> 49115
- upgrade package lipsum 34800 -> 49241
- upgrade package multilang 45179 -> 49065
- upgrade package ocgx2 48103 -> 48801
- upgrade package pdfcomment 41484 -> 49047
- upgrade package pdfx 44412 -> 48612
- upgrade package register 48433 -> 49121
- upgrade package svg 45941 -> 49148
- upgrade package tableof 36489 -> 48815
- new package tablvar
- upgrade package todonotes 48208 -> 49233
- new package topiclongtable
- upgrade package typed-checklist 40389 -> 49066
- upgrade package uri 48538 -> 48602
- new package widows-and-orphans

Modified:
  texlive-latexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 19:54:09 UTC (rev 340915)
+++ PKGBUILD2018-12-01 20:03:12 UTC (rev 340916)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-latexextra
-pkgver=2018.48568
+pkgver=2018.49282
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
@@ -22,7 +22,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";
 "$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('c2ce3ffc4fbbb7a3ba81e89026646e42e8b5d84d8417bc286aaf49cf83e84ead'
+sha256sums=('02d1547786c0a5b782243dbc8e17d8272d60647a8c4a3367afb5e46dd360de7d'
 'd53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
 
 build() {


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:03:13
  Author: remy
Revision: 340917

archrelease: copy trunk to extra-any

Added:
  texlive-latexextra/repos/extra-any/PKGBUILD
(from rev 340916, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps
(from rev 340916, texlive-latexextra/trunk/texlive-latexextra.maps)
Deleted:
  texlive-latexextra/repos/extra-any/PKGBUILD
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps

-+
 PKGBUILD|  159 ++
 texlive-latexextra.maps |6 -
 2 files changed, 82 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 20:03:12 UTC (rev 340916)
+++ PKGBUILD2018-12-01 20:03:13 UTC (rev 340917)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-latexextra
-pkgver=2018.48568
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
-license=('GPL')
-arch=(any)
-depends=('texlive-core'
- 'perl-file-which' # for pdfannotextractor
-)
-optdepends=(
-  'python2-pygments: for pygmentex'
-  'texlive-genericextra: to use the calctab package'
-  'texlive-pictures: to use the package overpic'
-  'java-environment: to use pdfannotextractor'
-)
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";
-"$pkgname.maps")
-options=('!emptydirs')
-sha256sums=('c2ce3ffc4fbbb7a3ba81e89026646e42e8b5d84d8417bc286aaf49cf83e84ead'
-'d53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
"$pkgdir"/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps "$pkgdir"/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d "$pkgdir"/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 "$pkgdir"/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' "$pkgdir"/usr/share/'{}' 
\;
-   fi
-   if [[ -d "$pkgdir"/usr/share/texmf-dist/scripts ]]; then
- find "$pkgdir"/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' 
\;
-   fi
-
-#add symlinks that were in texlive-bin:
-_linked_scripts="
-authorindex/authorindex
-exceltex/exceltex
-glossaries/makeglossaries
-glossaries/makeglossaries-lite.lua
-l3build/l3build.lua
-makedtx/makedtx.pl
-pax/pdfannotextractor.pl
-perltex/perltex.pl
-pygmentex/pygmentex.py
-splitindex/splitindex.pl
-svn-multi/svn-multi.pl
-vpe/vpe.pl
-wordcount/wordcount.sh
-yplan/yplan
-"
-install -m755 -d "$pkgdir"/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-
-rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
-}

Copied: texlive-latexextra/repos/extra-any/PKGBUILD (from rev 340916, 
texlive-latexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 20:03:13 UTC (rev 340917)
@@ -0,0 +1,79 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-latexextra
+pkgver=2018.49282
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core'
+ 'perl-file-which' # for pdfannotextractor
+)
+optdepends=(
+  'python2-pygments: for pygmentex'
+  'texlive-genericextra: to use the calctab package'
+  'texlive-pictures: to use the package overpic'
+  'java-environment: to use pdfannotextractor'
+)
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";
+"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('02d1547786c0a5b782243dbc8e17d8272d60647a8c4a3367afb5e46dd360de7d'
+'d53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   inst

[arch-commits] Commit in texlive-pictures/repos/extra-any (6 files)

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:54:09
  Author: remy
Revision: 340915

archrelease: copy trunk to extra-any

Added:
  texlive-pictures/repos/extra-any/PKGBUILD
(from rev 340914, texlive-pictures/trunk/PKGBUILD)
  texlive-pictures/repos/extra-any/texlive-pictures.maps
(from rev 340914, texlive-pictures/trunk/texlive-pictures.maps)
  texlive-pictures/repos/extra-any/xypdf-rev1.21.patch
(from rev 340914, texlive-pictures/trunk/xypdf-rev1.21.patch)
Deleted:
  texlive-pictures/repos/extra-any/PKGBUILD
  texlive-pictures/repos/extra-any/texlive-pictures.maps
  texlive-pictures/repos/extra-any/xypdf-rev1.21.patch

---+
 PKGBUILD  |  135 +-
 texlive-pictures.maps |4 
 xypdf-rev1.21.patch   |  598 
 3 files changed, 368 insertions(+), 369 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 19:54:07 UTC (rev 340914)
+++ PKGBUILD2018-12-01 19:54:09 UTC (rev 340915)
@@ -1,68 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-pictures
-pkgver=2018.48511
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - Packages for drawings graphics"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";
-"$pkgname.maps"
-"xypdf-rev1.21.patch")
-options=('!emptydirs')
-sha256sums=('9735c6b6c656d91f7992d45cee312e75b2b7a950ba7e62675a7e493fbd08f5f5'
-'847676e2322065219992ef249a68cddb26d71e192e8d59db58f264c5e11c8be9'
-'4e5cedf4775542461b442c06bdabb3eb4e20a04f54e493bc753a958577e78175')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-
-   patch -Np1 -i "${srcdir}/xypdf-rev1.21.patch" -d 
"${srcdir}/tex/generic/xypic"
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-_linked_scripts="
-cachepic/cachepic.tlu
-epspdf/epspdftk.tcl
-epspdf/epspdf.tlu
-fig4latex/fig4latex
-getmap/getmapdl.lua
-mathspic/mathspic.pl
-mkpic/mkpic
-petri-nets/pn2pdf
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-pictures/repos/extra-any/PKGBUILD (from rev 340914, 
texlive-pictures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 19:54:09 UTC (rev 340915)
@@ -0,0 +1,67 @@
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pictures
+pkgver=2018.49201
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - Packages for drawings graphics"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";
+"$pkgname.maps"
+"xypdf-rev1.21.patch")
+options=('!emptydirs')
+sha256sums=('6709d4f74d2a8e46d03364b8fa2b677933bc666711abf191f0d15742f747d23e'
+'847676e2322065219992ef249a68cddb26d71e192e8d59db58f264c5e11c8be9'
+'4e5cedf4775542461b442c06bdabb3eb4e20a04f54e493bc753a958577e78175')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+
+   patch -Np1 -i "${srcdir}/xypdf-rev1.21.patch" -d 
"${srcdir}/tex/generic/xypic"
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texm

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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:54:07
  Author: remy
Revision: 340914

upgpkg: texlive-pictures 2018.49201-1

Upgrading package texlive-pictures from 48511 to 49201
- upgrade package beamerswitch 48511 -> 48603
- upgrade package chemfig 48467 -> 49043
- new package ditaa
- upgrade package gtrlib-largetrees 43279 -> 49062
- upgrade package latex-make 47869 -> 48925
- new package pgf-cmykshadings
- new package quantikz
- upgrade package spectralsequences 46038 -> 48866
- upgrade package tikz-cd 35485 -> 49201
- upgrade package tikzducks 48176 -> 49112
- new package tikzlings
- upgrade package tikzmark 44475 -> 48929
- upgrade package tikzmarmots 48177 -> 49114
- upgrade package tkz-base 22961 -> 48710
- upgrade package tkz-doc 22959 -> 48709
- upgrade package tkz-graph 22832 -> 48711
- upgrade package tkz-kiviat 22857 -> 48712
- upgrade package tkz-linknodes 22833 -> 48713
- upgrade package tkz-tab 22834 -> 48714

Modified:
  texlive-pictures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 19:53:18 UTC (rev 340913)
+++ PKGBUILD2018-12-01 19:54:07 UTC (rev 340914)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-pictures
-pkgver=2018.48511
+pkgver=2018.49201
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Packages for drawings graphics"
@@ -14,7 +14,7 @@
 "$pkgname.maps"
 "xypdf-rev1.21.patch")
 options=('!emptydirs')
-sha256sums=('9735c6b6c656d91f7992d45cee312e75b2b7a950ba7e62675a7e493fbd08f5f5'
+sha256sums=('6709d4f74d2a8e46d03364b8fa2b677933bc666711abf191f0d15742f747d23e'
 '847676e2322065219992ef249a68cddb26d71e192e8d59db58f264c5e11c8be9'
 '4e5cedf4775542461b442c06bdabb3eb4e20a04f54e493bc753a958577e78175')
 


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:53:18
  Author: remy
Revision: 340913

archrelease: copy trunk to extra-any

Added:
  texlive-pstricks/repos/extra-any/PKGBUILD
(from rev 340912, texlive-pstricks/trunk/PKGBUILD)
Deleted:
  texlive-pstricks/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 19:53:16 UTC (rev 340912)
+++ PKGBUILD2018-12-01 19:53:18 UTC (rev 340913)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-pstricks
-pkgver=2018.48533
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - Additional PSTricks packages"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-options=('!emptydirs')
-sha256sums=('8d9e2b8460154bb99e38c440ed90e05aea12039848aa73ab6eac2ff7e9a6f416')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
-   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl 
$pkgdir/usr/bin/pst2pdf
-   ln -s /usr/share/texmf-dist/scripts/pst-pdf/ps4pdf $pkgdir/usr/bin/ps4pdf
-}

Copied: texlive-pstricks/repos/extra-any/PKGBUILD (from rev 340912, 
texlive-pstricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 19:53:18 UTC (rev 340913)
@@ -0,0 +1,46 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pstricks
+pkgver=2018.49223
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - Additional PSTricks packages"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+sha256sums=('86d01ad397b1041627fb1d23161d6e4b4aa3b3850951da8cc6ef1b6d0945c468')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
+   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl 
$pkgdir/usr/bin/pst2pdf
+   ln -s /usr/share/texmf-dist/scripts/pst-pdf/ps4pdf $pkgdir/usr/bin/ps4pdf
+}


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:53:16
  Author: remy
Revision: 340912

upgpkg: texlive-pstricks 2018.49223-1

Upgrading package texlive-pstricks from 48533 to 49223
- upgrade package pst-eucl 48533 -> 48851
- new package pst-feyn
- upgrade package pst-func 47400 -> 49172
- new package pst-lsystem
- new package pst-marble
- new package pst-moire
- upgrade package pstricks 48475 -> 49157

Modified:
  texlive-pstricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 19:52:10 UTC (rev 340911)
+++ PKGBUILD2018-12-01 19:53:16 UTC (rev 340912)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-pstricks
-pkgver=2018.48533
+pkgver=2018.49223
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Additional PSTricks packages"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
 options=('!emptydirs')
-sha256sums=('8d9e2b8460154bb99e38c440ed90e05aea12039848aa73ab6eac2ff7e9a6f416')
+sha256sums=('86d01ad397b1041627fb1d23161d6e4b4aa3b3850951da8cc6ef1b6d0945c468')
 
 build() {
for p in *.tar.xz; do


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:52:07
  Author: remy
Revision: 340910

upgpkg: texlive-science 2018.49286-1

Upgrading package texlive-science from 48515 to 49286
- upgrade package axodraw2 47311 -> 48655
- upgrade package cryptocode 37019 -> 49131
- upgrade package diffcoeff 41554 -> 48988
- new package eqexpl
- new package kvmap
- upgrade package nicematrix 48395 -> 49017
- upgrade package polexpr 47509 -> 49213
- upgrade package rec-thy 46650 -> 49286
- upgrade package witharrows 48422 -> 49257

Modified:
  texlive-science/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 19:50:58 UTC (rev 340909)
+++ PKGBUILD2018-12-01 19:52:07 UTC (rev 340910)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-science
-pkgver=2018.48515
+pkgver=2018.49286
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Typesetting for mathematics, natural and computer sciences"
@@ -14,7 +14,7 @@
 "$pkgname.maps"
 "$pkgname.fmts")
 options=('!emptydirs')
-sha256sums=('5bf8c8f1ed382a5738ce7f342a4a157e074f364af41cb26b8c120d303fa914c7'
+sha256sums=('883a971a638a971a2cc9b5859ec085d4d584ce6f624d5f0709e3a42c8bc5eae8'
 '1d9151c9cabc3521b4406731b0147d80e0bf600bdedaf55a1a49b8775165daa8'
 '1cbd5339f8cfa32214a749a408cf7136fd5acffaffcde6500a337d332c70c5c3')
 


[arch-commits] Commit in texlive-science/repos/extra-any (6 files)

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:52:10
  Author: remy
Revision: 340911

archrelease: copy trunk to extra-any

Added:
  texlive-science/repos/extra-any/PKGBUILD
(from rev 340910, texlive-science/trunk/PKGBUILD)
  texlive-science/repos/extra-any/texlive-science.fmts
(from rev 340910, texlive-science/trunk/texlive-science.fmts)
  texlive-science/repos/extra-any/texlive-science.maps
(from rev 340910, texlive-science/trunk/texlive-science.maps)
Deleted:
  texlive-science/repos/extra-any/PKGBUILD
  texlive-science/repos/extra-any/texlive-science.fmts
  texlive-science/repos/extra-any/texlive-science.maps

--+
 PKGBUILD |  103 -
 texlive-science.fmts |2 
 texlive-science.maps |6 +-
 3 files changed, 55 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 19:52:07 UTC (rev 340910)
+++ PKGBUILD2018-12-01 19:52:10 UTC (rev 340911)
@@ -1,52 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-science
-pkgver=2018.48515
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - Typesetting for mathematics, natural and computer sciences"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";
-"$pkgname.maps"
-"$pkgname.fmts")
-options=('!emptydirs')
-sha256sums=('5bf8c8f1ed382a5738ce7f342a4a157e074f364af41cb26b8c120d303fa914c7'
-'1d9151c9cabc3521b4406731b0147d80e0bf600bdedaf55a1a49b8775165daa8'
-'1cbd5339f8cfa32214a749a408cf7136fd5acffaffcde6500a337d332c70c5c3')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m644 $pkgname.fmts $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/ulqda/ulqda.pl $pkgdir/usr/bin/ulqda
-}

Copied: texlive-science/repos/extra-any/PKGBUILD (from rev 340910, 
texlive-science/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 19:52:10 UTC (rev 340911)
@@ -0,0 +1,51 @@
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-science
+pkgver=2018.49286
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - Typesetting for mathematics, natural and computer sciences"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";
+"$pkgname.maps"
+"$pkgname.fmts")
+options=('!emptydirs')
+sha256sums=('883a971a638a971a2cc9b5859ec085d4d584ce6f624d5f0709e3a42c8bc5eae8'
+'1d9151c9cabc3521b4406731b0147d80e0bf600bdedaf55a1a49b8775165daa8'
+'1cbd5339f8cfa32214a749a408cf7136fd5acffaffcde6500a337d332c70c5c3')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m644 $pkgname.fmts $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/us

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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:50:58
  Author: remy
Revision: 340909

archrelease: copy trunk to extra-any

Added:
  texlive-langchinese/repos/extra-any/PKGBUILD
(from rev 340908, texlive-langchinese/trunk/PKGBUILD)
  texlive-langchinese/repos/extra-any/texlive-langchinese.maps
(from rev 340908, texlive-langchinese/trunk/texlive-langchinese.maps)
Deleted:
  texlive-langchinese/repos/extra-any/PKGBUILD
  texlive-langchinese/repos/extra-any/texlive-langchinese.maps

--+
 PKGBUILD |   89 ++---
 texlive-langchinese.maps |8 ++--
 2 files changed, 48 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 19:50:56 UTC (rev 340908)
+++ PKGBUILD2018-12-01 19:50:58 UTC (rev 340909)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-langchinese
-pkgver=2018.48534
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - Fonts and macro packages to typeset Chinese texts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
-options=('!emptydirs')
-sha256sums=('27e689347f7a2865e5489aeda240350e2b5532cc1c1fe9fcada39af9b49724ce'
-'c8cc529153bc1db3b13ef5973a6f36161f89cf05bac695fa2d2eab1a75345195')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf tlpkg
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-langchinese/repos/extra-any/PKGBUILD (from rev 340908, 
texlive-langchinese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 19:50:58 UTC (rev 340909)
@@ -0,0 +1,44 @@
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langchinese
+pkgver=2018.49019
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Chinese texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('4d218a6b33eadc8968352541d6af0b29eb95f1203fafae31e4a1e07ab8c4f685'
+'c8cc529153bc1db3b13ef5973a6f36161f89cf05bac695fa2d2eab1a75345195')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf tlpkg
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive-langchinese.maps
===
--- texlive-langchinese.maps2018-12-01 19:50:56 UTC (rev 340908)
+++ texlive-langchinese.maps2018-12-01 19:50:58 UTC (rev 340909)
@@ -1,4 +0,0 @@
-Map bkaiu.map
-Map bsmiu.map
-Map gbsnu.map
-Map gkaiu.map

Copied: texlive-langchinese/repos/extra-any/texlive-langchinese.maps (from rev 
340908, texlive-langchinese/trunk/texlive-langchinese.maps)
=

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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:50:56
  Author: remy
Revision: 340908

upgpkg: texlive-langchinese 2018.49019-1

Upgrading package texlive-langchinese from 48534 to 49019
- new package zhlineskip
- upgrade package zhlipsum 47383 -> 48629

Modified:
  texlive-langchinese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 19:50:30 UTC (rev 340907)
+++ PKGBUILD2018-12-01 19:50:56 UTC (rev 340908)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langchinese
-pkgver=2018.48534
+pkgver=2018.49019
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Chinese texts"
@@ -12,7 +12,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('27e689347f7a2865e5489aeda240350e2b5532cc1c1fe9fcada39af9b49724ce'
+sha256sums=('4d218a6b33eadc8968352541d6af0b29eb95f1203fafae31e4a1e07ab8c4f685'
 'c8cc529153bc1db3b13ef5973a6f36161f89cf05bac695fa2d2eab1a75345195')
 
 build() {


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:50:30
  Author: remy
Revision: 340907

archrelease: copy trunk to extra-any

Added:
  texlive-langcyrillic/repos/extra-any/PKGBUILD
(from rev 340906, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/extra-any/texlive-langcyrillic.maps
(from rev 340906, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
Deleted:
  texlive-langcyrillic/repos/extra-any/PKGBUILD
  texlive-langcyrillic/repos/extra-any/texlive-langcyrillic.maps

---+
 PKGBUILD  |   99 +---
 texlive-langcyrillic.maps |4 -
 2 files changed, 51 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 19:50:29 UTC (rev 340906)
+++ PKGBUILD2018-12-01 19:50:30 UTC (rev 340907)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-langcyrillic
-pkgver=2018.48484
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
-options=('!emptydirs')
-sha256sums=('fd6d2a47349469d9001522afd8d4e772d562af4f4e38e719bf5ba6b1a2d9730e'
-'4ca6db61e59bcb0f718a1cb062dad04e7f01866c5a7d320dcf67e6a47130f222')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   mkdir -p "${pkgdir}/usr/bin"
-   ln -s /usr/share/texmf-dist/scripts/texlive/rubibtex.sh 
"${pkgdir}/usr/bin/rubibtex"
-   ln -s /usr/share/texmf-dist/scripts/texlive/rumakeindex.sh 
"${pkgdir}/usr/bin/rumakeindex"
-}

Copied: texlive-langcyrillic/repos/extra-any/PKGBUILD (from rev 340906, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 19:50:30 UTC (rev 340907)
@@ -0,0 +1,49 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langcyrillic
+pkgver=2018.49022
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('cd4aa9dd449f78a042e9613e4882795588efc232be4d13203effa32f465843b4'
+'4ca6db61e59bcb0f718a1cb062dad04e7f01866c5a7d320dcf67e6a47130f222')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   mkdir -p "${pkgdir}/usr/bin"
+   ln -s /usr/share/texmf-dist/scripts/texlive/rubibtex.sh 
"${pkgdir}/usr/bin/rubibtex"
+   

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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:50:29
  Author: remy
Revision: 340906

upgpkg: texlive-langcyrillic 2018.49022-1

Upgrading package texlive-langcyrillic from 48484 to 49022
- upgrade package babel-belarusian 48484 -> 49022

Modified:
  texlive-langcyrillic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 19:49:50 UTC (rev 340905)
+++ PKGBUILD2018-12-01 19:50:29 UTC (rev 340906)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langcyrillic
-pkgver=2018.48484
+pkgver=2018.49022
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('fd6d2a47349469d9001522afd8d4e772d562af4f4e38e719bf5ba6b1a2d9730e'
+sha256sums=('cd4aa9dd449f78a042e9613e4882795588efc232be4d13203effa32f465843b4'
 '4ca6db61e59bcb0f718a1cb062dad04e7f01866c5a7d320dcf67e6a47130f222')
 
 build() {


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:49:48
  Author: remy
Revision: 340904

upgpkg: texlive-langextra 2018.49258-1

Upgrading package texlive-langextra from 48507 to 49258
- upgrade package arabluatex 48507 -> 48884
- upgrade package fonts-tlwg 47499 -> 49085
- upgrade package xepersian 48396 -> 49258

Modified:
  texlive-langextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 19:48:57 UTC (rev 340903)
+++ PKGBUILD2018-12-01 19:49:48 UTC (rev 340904)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langextra
-pkgver=2018.48507
+pkgver=2018.49258
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Bundle of all extra language support"
@@ -21,7 +21,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('ff80c6eceed1755bc81c84c8d30e7fa491d9037ddebdec8f15319a2adf44a2db'
+sha256sums=('b0d97b0613ca5471f98612d066fba3cf7b40bf65513fa44c7f4db65aaf68ed0f'
 '5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
 
 build() {


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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:49:50
  Author: remy
Revision: 340905

archrelease: copy trunk to extra-any

Added:
  texlive-langextra/repos/extra-any/PKGBUILD
(from rev 340904, texlive-langextra/trunk/PKGBUILD)
  texlive-langextra/repos/extra-any/texlive-langextra.maps
(from rev 340904, texlive-langextra/trunk/texlive-langextra.maps)
Deleted:
  texlive-langextra/repos/extra-any/PKGBUILD
  texlive-langextra/repos/extra-any/texlive-langextra.maps

+
 PKGBUILD   |  115 +++
 texlive-langextra.maps |   46 +-
 2 files changed, 80 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 19:49:48 UTC (rev 340904)
+++ PKGBUILD2018-12-01 19:49:50 UTC (rev 340905)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-langextra
-pkgver=2018.48507
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - Bundle of all extra language support"
-license=('GPL')
-arch=(any)
-conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
-   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
-   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
-   'texlive-langvietnamese')
-provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
-  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
-  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
-  'texlive-langvietnamese')
-depends=('texlive-latexextra')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
-options=('!emptydirs')
-sha256sums=('ff80c6eceed1755bc81c84c8d30e7fa491d9037ddebdec8f15319a2adf44a2db'
-'5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   #remove parts of ethiop that depend on Omega:
-   rm -rf $pkgdir/usr/share/texmf-dist/fonts/{ofm,ovf,ovp}
-   rm -rf $pkgdir/usr/share/texmf-dist/omega
-}

Copied: texlive-langextra/repos/extra-any/PKGBUILD (from rev 340904, 
texlive-langextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 19:49:50 UTC (rev 340905)
@@ -0,0 +1,57 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langextra
+pkgver=2018.49258
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - Bundle of all extra language support"
+license=('GPL')
+arch=(any)
+conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
+   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+   'texlive-langvietnamese')
+provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
+  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+  'texlive-langvietnamese')
+depends=('texlive-latexextra')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('b0d97b0613ca5471f98612d066fba3cf7b40bf65513fa44c7f4db65aaf68ed0f'
+'5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m

[arch-commits] Commit in texlive-langjapanese/repos/extra-any (6 files)

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:48:57
  Author: remy
Revision: 340903

archrelease: copy trunk to extra-any

Added:
  texlive-langjapanese/repos/extra-any/PKGBUILD
(from rev 340902, texlive-langjapanese/trunk/PKGBUILD)
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.fmts
(from rev 340902, texlive-langjapanese/trunk/texlive-langjapanese.fmts)
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.maps
(from rev 340902, texlive-langjapanese/trunk/texlive-langjapanese.maps)
Deleted:
  texlive-langjapanese/repos/extra-any/PKGBUILD
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.fmts
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.maps

---+
 PKGBUILD  |  129 +---
 texlive-langjapanese.fmts |   12 ++--
 texlive-langjapanese.maps |   34 +--
 3 files changed, 87 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 19:48:55 UTC (rev 340902)
+++ PKGBUILD2018-12-01 19:48:57 UTC (rev 340903)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-langjapanese
-pkgver=2018.48562
-_revnr=${pkgver#2018.}
-pkgrel=1
-pkgdesc="TeX Live - Fonts and macro packages to typeset Japanese texts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";
-"$pkgname.maps"
-"$pkgname.fmts")
-options=('!emptydirs')
-sha256sums=('02399ae278ad70671fd949fdd73e66ef2b506df3c9a6698b0b8c9ae7acb5f6f4'
-'0ed1679f0bfd7a2afcac173cbb15da95672a24479a8c7ba9ec20222449394601'
-'d81d467f9c1963330e1af03d50eda43cbc12d29f3644beec5165de4fd3e4cf3b')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf tlpkg
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m644 $pkgname.fmts $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-# scripts links
-_linked_scripts="
-convbkmk/convbkmk.rb
-ptex2pdf/ptex2pdf.lua
-ptex-fontmaps/kanji-config-updmap.pl
-ptex-fontmaps/kanji-config-updmap-sys.sh
-ptex-fontmaps/kanji-config-updmap-user.sh
-ptex-fontmaps/kanji-fontmap-creator.pl
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-langjapanese/repos/extra-any/PKGBUILD (from rev 340902, 
texlive-langjapanese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 19:48:57 UTC (rev 340903)
@@ -0,0 +1,64 @@
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langjapanese
+pkgver=2018.49288
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Japanese texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";
+"$pkgname.maps"
+"$pkgname.fmts")
+options=('!emptydirs')
+sha256sums=('b54ff3d7fac7c3d187d5644fef118d17d8389460f2c0640eb75b455ccb88a5f6'
+'0ed1679f0bfd7a2afcac173cbb15da95672a24479a8c7ba9ec20222449394601'
+'d81d467f9c1963330e1af03d50eda43cbc12d29f3644beec5165de4fd3e4cf3b')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf tlpkg
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m644 $pkgname.fmts $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -

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

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 19:48:55
  Author: remy
Revision: 340902

upgpkg: texlive-langjapanese 2018.49288-1

Upgrading package texlive-langjapanese from 48562 to 49288
- upgrade package bxjscls 48466 -> 48823
- upgrade package bxorigcapt 44195 -> 48606
- new package bxwareki
- upgrade package convbkmk 35923 -> 49252
- upgrade package luatexja 48483 -> 49067
- upgrade package platex 48562 -> 48735
- upgrade package platex-tools 46985 -> 49250
- upgrade package plautopatch 48454 -> 49288
- upgrade package ptex 47918 -> 48609
- new package ptex-manual

Modified:
  texlive-langjapanese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 17:24:23 UTC (rev 340901)
+++ PKGBUILD2018-12-01 19:48:55 UTC (rev 340902)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langjapanese
-pkgver=2018.48562
+pkgver=2018.49288
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Japanese texts"
@@ -14,7 +14,7 @@
 "$pkgname.maps"
 "$pkgname.fmts")
 options=('!emptydirs')
-sha256sums=('02399ae278ad70671fd949fdd73e66ef2b506df3c9a6698b0b8c9ae7acb5f6f4'
+sha256sums=('b54ff3d7fac7c3d187d5644fef118d17d8389460f2c0640eb75b455ccb88a5f6'
 '0ed1679f0bfd7a2afcac173cbb15da95672a24479a8c7ba9ec20222449394601'
 'd81d467f9c1963330e1af03d50eda43cbc12d29f3644beec5165de4fd3e4cf3b')
 


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

2018-12-01 Thread Maxim Baz via arch-commits
Date: Saturday, December 1, 2018 @ 18:14:38
  Author: maximbaz
Revision: 410709

archrelease: copy trunk to community-x86_64

Added:
  kak-lsp/repos/community-x86_64/
  kak-lsp/repos/community-x86_64/PKGBUILD
(from rev 410708, kak-lsp/trunk/PKGBUILD)

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

Copied: kak-lsp/repos/community-x86_64/PKGBUILD (from rev 410708, 
kak-lsp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-12-01 18:14:38 UTC (rev 410709)
@@ -0,0 +1,31 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=kak-lsp
+pkgver=5.10.0
+pkgrel=2
+pkgdesc='Kakoune Language Server Protocol Client'
+arch=('x86_64')
+url='https://github.com/ul/kak-lsp'
+license=('custom:unlicense')
+depends=('kakoune')
+makedepends=('rust')
+optdepends=(
+'bash-language-server: language server for Bash'
+'python-language-server: language server for Python'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ul/$pkgname/archive/v$pkgver.tar.gz";)
+sha256sums=('71778e17a22a9d7196ae27c8e70728378cacfbddd291c3efa1b431fd236e44cf')
+
+build() {
+cd "$pkgname-$pkgver"
+cargo build --release --locked
+}
+
+package() {
+cd "$pkgname-$pkgver"
+install -Dm755 -t "$pkgdir/usr/bin" target/release/$pkgname
+install -Dm644 -t "$pkgdir/usr/share/$pkgname/examples/" $pkgname.toml
+install -Dm644 UNLICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:


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

2018-12-01 Thread Maxim Baz via arch-commits
Date: Saturday, December 1, 2018 @ 18:13:17
  Author: maximbaz
Revision: 410708

upgpkg: kak-lsp 5.10.0-2

kak-lsp: import from AUR

Added:
  kak-lsp/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 18:13:17 UTC (rev 410708)
@@ -0,0 +1,31 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=kak-lsp
+pkgver=5.10.0
+pkgrel=2
+pkgdesc='Kakoune Language Server Protocol Client'
+arch=('x86_64')
+url='https://github.com/ul/kak-lsp'
+license=('custom:unlicense')
+depends=('kakoune')
+makedepends=('rust')
+optdepends=(
+'bash-language-server: language server for Bash'
+'python-language-server: language server for Python'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ul/$pkgname/archive/v$pkgver.tar.gz";)
+sha256sums=('71778e17a22a9d7196ae27c8e70728378cacfbddd291c3efa1b431fd236e44cf')
+
+build() {
+cd "$pkgname-$pkgver"
+cargo build --release --locked
+}
+
+package() {
+cd "$pkgname-$pkgver"
+install -Dm755 -t "$pkgdir/usr/bin" target/release/$pkgname
+install -Dm644 -t "$pkgdir/usr/share/$pkgname/examples/" $pkgname.toml
+install -Dm644 UNLICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:


[arch-commits] Commit in (kak-lsp kak-lsp/repos kak-lsp/trunk)

2018-12-01 Thread Maxim Baz via arch-commits
Date: Saturday, December 1, 2018 @ 18:11:57
  Author: maximbaz
Revision: 410707

kak-lsp: prepare import from AUR

Added:
  kak-lsp/
  kak-lsp/repos/
  kak-lsp/trunk/


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

2018-12-01 Thread Brett Cornwall via arch-commits
Date: Saturday, December 1, 2018 @ 17:54:02
  Author: ainola
Revision: 410706

archrelease: copy trunk to community-testing-x86_64

Added:
  libicns/repos/community-testing-x86_64/
  libicns/repos/community-testing-x86_64/PKGBUILD
(from rev 410705, libicns/trunk/PKGBUILD)

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

Copied: libicns/repos/community-testing-x86_64/PKGBUILD (from rev 410705, 
libicns/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-12-01 17:54:02 UTC (rev 410706)
@@ -0,0 +1,29 @@
+# Maintainer: Ainola
+# Contributor: Justin Dray
+# Contributor: Andy Kluger
+# Contributor: Alexander 'hatred' Drozdov
+# Contributor: G_Syme
+# Contributor: SpepS
+# Contributor: Bastien Dejean
+
+pkgname=libicns
+pkgver=0.8.1
+pkgrel=6
+pkgdesc='Library for manipulating icns/IconFamily files'
+arch=('x86_64')
+url='https://icns.sourceforge.io/'
+license=('LGPL' 'GPL2')
+depends=('libpng' 'jasper')
+source=("https://downloads.sf.net/icns/$pkgname-$pkgver.tar.gz";)
+sha256sums=('335f10782fc79855cf02beac4926c4bf9f800a742445afbbf7729dab384555c2')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2018-12-01 Thread Andreas Radke via arch-commits
Date: Saturday, December 1, 2018 @ 17:24:23
  Author: andyrtr
Revision: 340901

archrelease: copy trunk to testing-x86_64

Added:
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 340900, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 340900, sqlite/trunk/license.txt)

-+
 PKGBUILD|  117 ++
 license.txt |   33 
 2 files changed, 150 insertions(+)

Copied: sqlite/repos/testing-x86_64/PKGBUILD (from rev 340900, 
sqlite/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-01 17:24:23 UTC (rev 340901)
@@ -0,0 +1,117 @@
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
+_srcver=326
+_docver=${_srcver}
+#_docver=3250200
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('x86_64')
+license=('custom:Public Domain')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline' 'zlib')
+source=(https://www.sqlite.org/2018/sqlite-src-${_srcver}.zip
+https://www.sqlite.org/2018/sqlite-doc-${_docver}.zip
+license.txt)
+options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
+sha1sums=('a05429d6a8337d60ddc7c6381b49941059a55f68'
+  '13c48e0396d15f3f4978214e15031a23d509'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+prepare() {
+  cd sqlite-src-$_srcver
+#  autoreconf -vfi
+}
+
+build() {
+  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+ -DSQLITE_MAX_EXPR_DEPTH=1"
+
+  # build sqlite
+  cd sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  make
+  # build additional tools
+  make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
+}
+
+package_sqlite() {
+
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline' 'zlib')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3")
+
+  cd sqlite-src-$_srcver
+  make DESTDIR=${pkgdir} install
+
+  install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/
+
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/
+
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
+
+  # split out tcl extension
+  mkdir $srcdir/tcl
+  mv $pkgdir/usr/lib/sqlite* $srcdir/tcl
+}
+
+package_sqlite-tcl() {
+
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv $srcdir/tcl/* ${pkgdir}/usr/lib
+
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/mann
+  install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
${pkgdir}/usr/share/man/mann/
+
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_sqlite-analyzer() {
+
+ pkgdesc="An analysis program for sqlite3 database files"
+ depends=('sqlite' 'tcl')
+
+  cd sqlite-src-$_srcver
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 sqlite3_analyzer ${pkgdir}/usr/bin/
+}
+
+package_sqlite-doc() {
+
+ pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
+ #arch=('any') - not yet supported
+ provides=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc")
+
+  cd sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+}

Copied: sqlite/repos/testing-x86_64/license.txt (from rev 340900, 
sqlite/trunk/license.txt)
===
--- testing-x86_64/license.txt  (rev 0)
+++ testing-x86_64/license.txt  2018-12-01 17:24:23 UTC (rev 340901)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code authors, and representatives of the companies they 
wor

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

2018-12-01 Thread Andreas Radke via arch-commits
Date: Saturday, December 1, 2018 @ 17:24:13
  Author: andyrtr
Revision: 340900

upgpkg: sqlite 3.26.0-1

upstream update 3.26.0

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 15:54:05 UTC (rev 340899)
+++ PKGBUILD2018-12-01 17:24:13 UTC (rev 340900)
@@ -3,10 +3,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=3250300
-#_docver=${_srcver}
-_docver=3250200
-pkgver=3.25.3
+_srcver=326
+_docver=${_srcver}
+#_docver=3250200
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('x86_64')
@@ -17,8 +17,8 @@
 https://www.sqlite.org/2018/sqlite-doc-${_docver}.zip
 license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('d1af2883bb800852946f9bf8ab6055e7698e18ee'
-  '31b2679d130e9b1324dc6ff927ff1b13f5d432a4'
+sha1sums=('a05429d6a8337d60ddc7c6381b49941059a55f68'
+  '13c48e0396d15f3f4978214e15031a23d509'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {


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

2018-12-01 Thread Brett Cornwall via arch-commits
Date: Saturday, December 1, 2018 @ 17:05:22
  Author: ainola
Revision: 410705

Add libicns

Added:
  libicns/
  libicns/repos/
  libicns/trunk/
  libicns/trunk/PKGBUILD

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

Added: libicns/trunk/PKGBUILD
===
--- libicns/trunk/PKGBUILD  (rev 0)
+++ libicns/trunk/PKGBUILD  2018-12-01 17:05:22 UTC (rev 410705)
@@ -0,0 +1,29 @@
+# Maintainer: Ainola
+# Contributor: Justin Dray
+# Contributor: Andy Kluger
+# Contributor: Alexander 'hatred' Drozdov
+# Contributor: G_Syme
+# Contributor: SpepS
+# Contributor: Bastien Dejean
+
+pkgname=libicns
+pkgver=0.8.1
+pkgrel=6
+pkgdesc='Library for manipulating icns/IconFamily files'
+arch=('x86_64')
+url='https://icns.sourceforge.io/'
+license=('LGPL' 'GPL2')
+depends=('libpng' 'jasper')
+source=("https://downloads.sf.net/icns/$pkgname-$pkgver.tar.gz";)
+sha256sums=('335f10782fc79855cf02beac4926c4bf9f800a742445afbbf7729dab384555c2')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2018-12-01 Thread Anatol Pomozov via arch-commits
Date: Saturday, December 1, 2018 @ 16:43:49
  Author: anatolik
Revision: 410703

upgpkg: android-tools 9.0.0_r18-1

Modified:
  android-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 16:33:48 UTC (rev 410702)
+++ PKGBUILD2018-12-01 16:43:49 UTC (rev 410703)
@@ -3,7 +3,7 @@
 # Contributor: Alucryd 
 
 pkgname=android-tools
-pkgver=9.0.0_r3
+pkgver=9.0.0_r18
 pkgrel=1
 pkgdesc='Android platform tools'
 arch=(x86_64)


[arch-commits] Commit in android-tools/repos (7 files)

2018-12-01 Thread Anatol Pomozov via arch-commits
Date: Saturday, December 1, 2018 @ 16:44:36
  Author: anatolik
Revision: 410704

archrelease: copy trunk to community-testing-x86_64

Added:
  android-tools/repos/community-testing-x86_64/
  android-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 410703, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-x86_64/bash_completion.fastboot
(from rev 410703, android-tools/trunk/bash_completion.fastboot)
  android-tools/repos/community-testing-x86_64/fix_build_core.patch
(from rev 410703, android-tools/trunk/fix_build_core.patch)
  android-tools/repos/community-testing-x86_64/fix_build_e2fsprogs.patch
(from rev 410703, android-tools/trunk/fix_build_e2fsprogs.patch)
  android-tools/repos/community-testing-x86_64/fix_build_selinux.patch
(from rev 410703, android-tools/trunk/fix_build_selinux.patch)
  android-tools/repos/community-testing-x86_64/generate_build.rb
(from rev 410703, android-tools/trunk/generate_build.rb)

---+
 PKGBUILD  |   64 +++
 bash_completion.fastboot  |   90 +
 fix_build_core.patch  |  118 +
 fix_build_e2fsprogs.patch |   83 +
 fix_build_selinux.patch   |   26 ++
 generate_build.rb |  398 
 6 files changed, 779 insertions(+)

Copied: android-tools/repos/community-testing-x86_64/PKGBUILD (from rev 410703, 
android-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-12-01 16:44:36 UTC (rev 410704)
@@ -0,0 +1,64 @@
+# Maintainer: Anatol Pomozov
+# Contributor: 謝致邦 
+# Contributor: Alucryd 
+
+pkgname=android-tools
+pkgver=9.0.0_r18
+pkgrel=1
+pkgdesc='Android platform tools'
+arch=(x86_64)
+url='http://tools.android.com/'
+license=(Apache MIT)
+depends=(pcre2 libusb)
+optdepends=('python: for mkbootimg script')
+makedepends=(git clang gtest ruby cmake ninja go-pie)
+# keep the boringssl commit in sync with android tree 
https://android.googlesource.com/platform/external/boringssl/+/$pkgver/BORINGSSL_REVISION
+_boringssl_commit=45210dd4e21ace9d28cb76b3f83303fcdd2efcce
+source=(git+https://android.googlesource.com/platform/system/core#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/system/extras#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/external/selinux#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/external/f2fs-tools#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/external/e2fsprogs#tag=android-$pkgver
+
git+https://boringssl.googlesource.com/boringssl#commit=$_boringssl_commit
+generate_build.rb
+fix_build_core.patch
+fix_build_selinux.patch
+fix_build_e2fsprogs.patch
+bash_completion.fastboot)
+# Bash completion file was taken from 
https://github.com/mbrubeck/android-completion
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  '238507086a99134820cc9900545cbff06772dc30'
+  '62446582a96b3a39e5d91e3e2ef8b8b38a5a735e'
+  'ec473160d7445f97bccabd1c32ac0ae2f77900c1'
+  '5df8c7e00a4066733d59050e8e1fcd4cc2b22104'
+  '7004dbd0c193668827174880de6f8434de8ceaee')
+
+prepare() {
+  PKGVER=$pkgver ./generate_build.rb > build.ninja
+
+  cd $srcdir/core
+  patch -p1 < ../fix_build_core.patch
+
+  cd $srcdir/selinux
+  patch -p1 < ../fix_build_selinux.patch
+
+  cd $srcdir/e2fsprogs
+  patch -p1 < ../fix_build_e2fsprogs.patch
+
+  mkdir -p $srcdir/boringssl/build && cd $srcdir/boringssl/build && cmake 
-GNinja ..; ninja
+}
+
+build() {
+  ninja
+}
+
+package(){
+  install -m755 -d "$pkgdir"/usr/bin
+  install -m755 -t "$pkgdir"/usr/bin fastboot adb mke2fs.android e2fsdroid 
ext2simg core/mkbootimg/mkbootimg
+  install -Dm 644 bash_completion.fastboot 
"$pkgdir"/usr/share/bash-completion/completions/fastboot
+}

Copied: android-tools/repos/community-testing-x86_64/bash_completion.fastboot 
(from rev 410703, android-tools/trunk/bash_completion.fastboot)
===
--- community-testing-x86_64/bash_completion.fastboot   
(rev 0)
+++ community-testing-x86_64/bash_completion.fastboot   2018-12-01 16:44:36 UTC 
(rev 410704)
@@ -0,0 +1,90 @@
+## Bash completion for the Android SDK tools.
+##
+## Copyright (c) 2009 Matt Brubeck
+##
+## Permission is hereby granted, free of charge, to any person obtaining a copy
+## of this software and associated documentation files (the "Software"), to 
deal
+## in the Software without restriction, including without limitation the rights
+## to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+## copies of the Software, and to permit persons to whom the Software is
+## furnished to

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

2018-12-01 Thread Nicola Squartini via arch-commits
Date: Saturday, December 1, 2018 @ 16:33:48
  Author: tensor5
Revision: 410702

archrelease: copy trunk to community-x86_64

Added:
  parity-ethereum/repos/community-x86_64/PKGBUILD
(from rev 410701, parity-ethereum/trunk/PKGBUILD)
  parity-ethereum/repos/community-x86_64/parity.service
(from rev 410701, parity-ethereum/trunk/parity.service)
Deleted:
  parity-ethereum/repos/community-x86_64/PKGBUILD
  parity-ethereum/repos/community-x86_64/parity.service

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 16:33:31 UTC (rev 410701)
+++ PKGBUILD2018-12-01 16:33:48 UTC (rev 410702)
@@ -1,38 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=parity-ethereum
-pkgver=2.1.6
-_commit=491f17f14923989d77cbd98ccad6f3a3d7e65370
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends=('libsystemd')
-makedepends=('cmake' 'git' 'rust' 'systemd')
-provides=('parity')
-conflicts=('parity')
-replaces=('parity')
-source=("git+https://github.com/paritytech/parity-ethereum.git#commit=${_commit}";
-'parity.service')
-sha256sums=('SKIP'
-'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
-
-build() {
-cd ${pkgname}
-
-cargo build --release --features final
-cargo build --release -p evmbin
-cargo build --release -p ethstore-cli
-cargo build --release -p ethkey-cli
-cargo build --release -p whisper-cli
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin \
-target/release/{ethstore,parity,parity-evm,whisper}
-install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
-}

Copied: parity-ethereum/repos/community-x86_64/PKGBUILD (from rev 410701, 
parity-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 16:33:48 UTC (rev 410702)
@@ -0,0 +1,38 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=parity-ethereum
+pkgver=2.1.8
+_commit=3eae1d364035cf0828439544d1acdc48076b6cc6
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('libsystemd')
+makedepends=('cmake' 'git' 'rust' 'systemd')
+provides=('parity')
+conflicts=('parity')
+replaces=('parity')
+source=("git+https://github.com/paritytech/parity-ethereum.git#commit=${_commit}";
+'parity.service')
+sha256sums=('SKIP'
+'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
+
+build() {
+cd ${pkgname}
+
+cargo build --release --features final
+cargo build --release -p evmbin
+cargo build --release -p ethstore-cli
+cargo build --release -p ethkey-cli
+cargo build --release -p whisper-cli
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin \
+target/release/{ethstore,parity,parity-evm,whisper}
+install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
+install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
+}

Deleted: parity.service
===
--- parity.service  2018-12-01 16:33:31 UTC (rev 410701)
+++ parity.service  2018-12-01 16:33:48 UTC (rev 410702)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Parity Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/parity
-
-[Install]
-WantedBy=default.target

Copied: parity-ethereum/repos/community-x86_64/parity.service (from rev 410701, 
parity-ethereum/trunk/parity.service)
===
--- parity.service  (rev 0)
+++ parity.service  2018-12-01 16:33:48 UTC (rev 410702)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Parity Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/parity
+
+[Install]
+WantedBy=default.target


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

2018-12-01 Thread Nicola Squartini via arch-commits
Date: Saturday, December 1, 2018 @ 16:33:31
  Author: tensor5
Revision: 410701

upgpkg: parity-ethereum 2.1.8-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 16:18:54 UTC (rev 410700)
+++ PKGBUILD2018-12-01 16:33:31 UTC (rev 410701)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.1.6
-_commit=491f17f14923989d77cbd98ccad6f3a3d7e65370
+pkgver=2.1.8
+_commit=3eae1d364035cf0828439544d1acdc48076b6cc6
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


[arch-commits] Commit in ruby-test-unit/repos/community-any (PKGBUILD PKGBUILD)

2018-12-01 Thread Felix Yan via arch-commits
Date: Saturday, December 1, 2018 @ 16:18:54
  Author: felixonmars
Revision: 410700

archrelease: copy trunk to community-any

Added:
  ruby-test-unit/repos/community-any/PKGBUILD
(from rev 410699, ruby-test-unit/trunk/PKGBUILD)
Deleted:
  ruby-test-unit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 16:18:38 UTC (rev 410699)
+++ PKGBUILD2018-12-01 16:18:54 UTC (rev 410700)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Anatol Pomozov 
-# Contributor: Alfredo Palhares 
-# Contributor: Jochen Schalanda 
-
-pkgname=ruby-test-unit
-pkgver=3.2.8
-pkgrel=2
-pkgdesc='An xUnit family unit testing framework for Ruby'
-arch=('any')
-url='https://github.com/test-unit/test-unit'
-license=('GPL')
-depends=('ruby-power_assert')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/test-unit-$pkgver.gem";)
-noextract=("test-unit-$pkgver.gem")
-sha512sums=('b7ed21744118036a997525251af2520158282ca19e99ebccaa7180361a112e0cdafaf570c36126a6b74b8480405c67aaa5394e06465145583964defb68abeb9c')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" test-unit-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/test-unit-$pkgver.gem"
-}

Copied: ruby-test-unit/repos/community-any/PKGBUILD (from rev 410699, 
ruby-test-unit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 16:18:54 UTC (rev 410700)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+# Contributor: Alfredo Palhares 
+# Contributor: Jochen Schalanda 
+
+pkgname=ruby-test-unit
+pkgver=3.2.9
+pkgrel=1
+pkgdesc='An xUnit family unit testing framework for Ruby'
+arch=('any')
+url='https://github.com/test-unit/test-unit'
+license=('GPL')
+depends=('ruby-power_assert')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/test-unit-$pkgver.gem";)
+noextract=("test-unit-$pkgver.gem")
+sha512sums=('1c2b127e3522f4561770b9f9e7b547a18b9f2df4120ea408a8f4064be393a26138998068c1484569f35b33cfddc8a7251e237d90703f8e1a023c14875f7e2ae5')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" test-unit-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/test-unit-$pkgver.gem"
+}


[arch-commits] Commit in ruby-test-unit/trunk (PKGBUILD)

2018-12-01 Thread Felix Yan via arch-commits
Date: Saturday, December 1, 2018 @ 16:18:38
  Author: felixonmars
Revision: 410699

upgpkg: ruby-test-unit 3.2.9-1

Modified:
  ruby-test-unit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 15:51:16 UTC (rev 410698)
+++ PKGBUILD2018-12-01 16:18:38 UTC (rev 410699)
@@ -4,8 +4,8 @@
 # Contributor: Jochen Schalanda 
 
 pkgname=ruby-test-unit
-pkgver=3.2.8
-pkgrel=2
+pkgver=3.2.9
+pkgrel=1
 pkgdesc='An xUnit family unit testing framework for Ruby'
 arch=('any')
 url='https://github.com/test-unit/test-unit'
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/test-unit-$pkgver.gem";)
 noextract=("test-unit-$pkgver.gem")
-sha512sums=('b7ed21744118036a997525251af2520158282ca19e99ebccaa7180361a112e0cdafaf570c36126a6b74b8480405c67aaa5394e06465145583964defb68abeb9c')
+sha512sums=('1c2b127e3522f4561770b9f9e7b547a18b9f2df4120ea408a8f4064be393a26138998068c1484569f35b33cfddc8a7251e237d90703f8e1a023c14875f7e2ae5')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in linux-zen/repos (7 files)

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 15:54:03
  Author: heftig
Revision: 340898

archrelease: copy trunk to staging-x86_64

Added:
  linux-zen/repos/staging-x86_64/
  linux-zen/repos/staging-x86_64/60-linux.hook
(from rev 340897, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 340897, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 340897, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 340897, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 340897, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 340897, linux-zen/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  243 +
 config| 9837 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10129 insertions(+)

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


[arch-commits] Commit in linux/repos (7 files)

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 15:54:05
  Author: heftig
Revision: 340899

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  linux/repos/staging-x86_64/60-linux.hook
(from rev 340897, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 340897, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 340897, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 340897, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 340897, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 340897, linux/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  243 +
 config| 9798 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10090 insertions(+)

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


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 15:53:07
  Author: heftig
Revision: 340897

4.19.6.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 15:53:06 UTC (rev 340896)
+++ PKGBUILD2018-12-01 15:53:07 UTC (rev 340897)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.19.5-arch1
+_srcver=4.19.6-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


[arch-commits] Commit in linux-zen/trunk (PKGBUILD config)

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 15:53:06
  Author: heftig
Revision: 340896

4.19.6.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

--+
 PKGBUILD |4 ++--
 config   |6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 14:00:42 UTC (rev 340895)
+++ PKGBUILD2018-12-01 15:53:06 UTC (rev 340896)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.19.5-zen1
+_srcver=4.19.6-zen1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'4e4da53c86f21f5949519c57884d322a486107ea1559a5ff9f2318c08cafcdf1'
+'56fb8806bf2675506bd61908049918a0f2acaf81af49f08b610cca07781183f9'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-12-01 14:00:42 UTC (rev 340895)
+++ config  2018-12-01 15:53:06 UTC (rev 340896)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.3-zen1 Kernel Configuration
+# Linux/x86 4.19.6-zen1 Kernel Configuration
 #
 
 #
@@ -1070,8 +1070,8 @@
 CONFIG_MEMORY_FAILURE=y
 CONFIG_HWPOISON_INJECT=m
 CONFIG_TRANSPARENT_HUGEPAGE=y
-# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set
-CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
+CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
+# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
 CONFIG_ARCH_WANTS_THP_SWAP=y
 CONFIG_THP_SWAP=y
 CONFIG_TRANSPARENT_HUGE_PAGECACHE=y


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

2018-12-01 Thread Nicola Squartini via arch-commits
Date: Saturday, December 1, 2018 @ 15:51:16
  Author: tensor5
Revision: 410698

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 410697, go-ethereum/trunk/PKGBUILD)
Deleted:
  go-ethereum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 15:50:35 UTC (rev 410697)
+++ PKGBUILD2018-12-01 15:51:16 UTC (rev 410698)
@@ -1,29 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=go-ethereum
-pkgver=1.8.18
-_commit=58632d44021bf095b43a1bb2443e6e3690a94739
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go-pie')
-provides=('geth')
-conflicts=('geth')
-replaces=('geth')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";)
-sha256sums=('SKIP')
-
-build() {
-cd ${pkgname}
-
-make all
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 410697, 
go-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 15:51:16 UTC (rev 410698)
@@ -0,0 +1,29 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=go-ethereum
+pkgver=1.8.19
+_commit=dae82f098570e15d44584f0d7f350713f4774727
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+build() {
+cd ${pkgname}
+
+make all
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


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

2018-12-01 Thread Nicola Squartini via arch-commits
Date: Saturday, December 1, 2018 @ 15:50:35
  Author: tensor5
Revision: 410697

upgpkg: go-ethereum 1.8.19-1

Modified:
  go-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 15:40:03 UTC (rev 410696)
+++ PKGBUILD2018-12-01 15:50:35 UTC (rev 410697)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=go-ethereum
-pkgver=1.8.18
-_commit=58632d44021bf095b43a1bb2443e6e3690a94739
+pkgver=1.8.19
+_commit=dae82f098570e15d44584f0d7f350713f4774727
 pkgrel=1
 pkgdesc='Official golang implementation of the Ethereum protocol'
 arch=('x86_64')


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

2018-12-01 Thread Andrew Crerar via arch-commits
Date: Saturday, December 1, 2018 @ 15:40:03
  Author: andrewsc
Revision: 410696

archrelease: copy trunk to community-any

Added:
  python-docker-pycreds/repos/community-any/PKGBUILD
(from rev 410695, python-docker-pycreds/trunk/PKGBUILD)
Deleted:
  python-docker-pycreds/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 15:39:41 UTC (rev 410695)
+++ PKGBUILD2018-12-01 15:40:03 UTC (rev 410696)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-# Contributor: Felix Yan 
-# Contributor: Hideaki Takahashi 
-# Contributor: Vincent Demeester 
-
-pkgbase=python-docker-pycreds
-pkgname=(python-docker-pycreds python2-docker-pycreds)
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="Python bindings for the docker credentials store API"
-arch=('any')
-license=('Apache')
-url="https://github.com/shin-/dockerpy-creds";
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
-  'python-pytest-cov' 'python2-pytest-cov')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";)
-sha512sums=('daff736677f46c1aceb87090bd6a248b5e1537907dcf7afba735274ce100aaee35a39958aeb7d6d18d7de66d9e8f5bf168cd9d9dc14f4f59485c3c1bc0d9adbf')
-
-prepare() {
-  sed -i 's/==.*$//' dockerpy-creds-$pkgver/test-requirements.txt
-
-  cp -a dockerpy-creds-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/dockerpy-creds-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/dockerpy-creds-$pkgver-py2
-  python2 setup.py build
-}
-
-# We don't have docker-credential-secretservice
-check_disabled() {
-  cd "$srcdir"/dockerpy-creds-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/dockerpy-creds-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-docker-pycreds() {
-  depends=('python-six')
-
-  cd dockerpy-creds-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-docker-pycreds() {
-  depends=('python2-six')
-
-  cd dockerpy-creds-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-docker-pycreds/repos/community-any/PKGBUILD (from rev 410695, 
python-docker-pycreds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 15:40:03 UTC (rev 410696)
@@ -0,0 +1,55 @@
+# Maintainer: Andrew Crerar 
+# Contributor: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+
+pkgbase=python-docker-pycreds
+pkgname=(python-docker-pycreds python2-docker-pycreds)
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Python bindings for the docker credentials store API"
+arch=('any')
+license=('Apache')
+url="https://github.com/shin-/dockerpy-creds";
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
+  'python-pytest-cov' 'python2-pytest-cov')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";)
+sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c')
+
+prepare() {
+  sed -i 's/==.*$//' dockerpy-creds-$pkgver/test-requirements.txt
+
+  cp -a dockerpy-creds-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/dockerpy-creds-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/dockerpy-creds-$pkgver-py2
+  python2 setup.py build
+}
+
+# We don't have docker-credential-secretservice
+check_disabled() {
+  cd "$srcdir"/dockerpy-creds-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/dockerpy-creds-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-docker-pycreds() {
+  depends=('python-six')
+
+  cd dockerpy-creds-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-docker-pycreds() {
+  depends=('python2-six')
+
+  cd dockerpy-creds-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-12-01 Thread Andrew Crerar via arch-commits
Date: Saturday, December 1, 2018 @ 15:39:41
  Author: andrewsc
Revision: 410695

upgpkg: python-docker-pycreds 0.4.0-1

python-docker-pycreds: Bumping to 0.4.0

Modified:
  python-docker-pycreds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 14:00:41 UTC (rev 410694)
+++ PKGBUILD2018-12-01 15:39:41 UTC (rev 410695)
@@ -5,8 +5,8 @@
 
 pkgbase=python-docker-pycreds
 pkgname=(python-docker-pycreds python2-docker-pycreds)
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="Python bindings for the docker credentials store API"
 arch=('any')
 license=('Apache')
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
   'python-pytest-cov' 'python2-pytest-cov')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz";)
-sha512sums=('daff736677f46c1aceb87090bd6a248b5e1537907dcf7afba735274ce100aaee35a39958aeb7d6d18d7de66d9e8f5bf168cd9d9dc14f4f59485c3c1bc0d9adbf')
+sha512sums=('5c7c75a654693c6439592201bba6082af2962fab8d25af980ebb3ad2aede42973c31dbc2693eea1212f911980725bab257f973c7498b3555f68fae1630cfc62c')
 
 prepare() {
   sed -i 's/==.*$//' dockerpy-creds-$pkgver/test-requirements.txt


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 14:00:41
  Author: heftig
Revision: 410694

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nss/repos/multilib-testing-x86_64/
  lib32-nss/repos/multilib-testing-x86_64/PKGBUILD
(from rev 410693, lib32-nss/trunk/PKGBUILD)
  lib32-nss/repos/multilib-testing-x86_64/no-plt.diff
(from rev 410693, lib32-nss/trunk/no-plt.diff)

-+
 PKGBUILD|   59 ++
 no-plt.diff |   48 +++
 2 files changed, 107 insertions(+)

Copied: lib32-nss/repos/multilib-testing-x86_64/PKGBUILD (from rev 410693, 
lib32-nss/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2018-12-01 14:00:41 UTC (rev 410694)
@@ -0,0 +1,59 @@
+# Maintainer: Daniel Wallace 
+# Contributor: kfgz 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-nss
+pkgver=3.40.1
+pkgrel=1
+pkgdesc="Network Security Services (32-bit)"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";
+arch=(x86_64)
+license=(MPL GPL)
+_nsprver=4.20
+depends=("lib32-nspr>=${_nsprver}" lib32-sqlite lib32-zlib lib32-p11-kit nss)
+makedepends=(perl python2 gyp)
+source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz";
+no-plt.diff)
+sha256sums=('5e0e6bae2a79c86e506684955d736bfe875ec5a8e95ed3e4ba0852d1aec2c8f1'
+'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')
+
+prepare() {
+  mkdir path
+
+  ln -s /usr/bin/python2 path/python
+
+  cd nss-$pkgver
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1382942
+  patch -Np2 -i ../no-plt.diff
+}
+
+build() {
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd nss-$pkgver/nss
+  PATH="$srcdir/path:$PATH" bash -x ./build.sh -v \
+--m32 --opt --system-sqlite --system-nspr --enable-libpkix --disable-tests
+}
+
+package() {
+  cd nss-$pkgver
+
+  sed nss/pkg/pkg-config/nss.pc.in \
+-e "s,%libdir%,/usr/lib32,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,$_nsprver,g" \
+-e "s,%NSS_VERSION%,$pkgver,g" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib32/pkgconfig/nss.pc"
+
+  ln -s nss.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nss.pc"
+
+  cd dist/Release/lib
+  install -Dt "$pkgdir/usr/lib32" *.so
+  install -Dt "$pkgdir/usr/lib32" -m644 *.chk
+
+  # Replace built-in trust with p11-kit connection
+  ln -sf libnssckbi-p11-kit.so "$pkgdir/usr/lib32/libnssckbi.so"
+}

Copied: lib32-nss/repos/multilib-testing-x86_64/no-plt.diff (from rev 410693, 
lib32-nss/trunk/no-plt.diff)
===
--- multilib-testing-x86_64/no-plt.diff (rev 0)
+++ multilib-testing-x86_64/no-plt.diff 2018-12-01 14:00:41 UTC (rev 410694)
@@ -0,0 +1,48 @@
+diff --git i/security/nss/lib/freebl/mpi/mpi_x86.s 
w/security/nss/lib/freebl/mpi/mpi_x86.s
+index 8f7e2130c3264754..b3ca1ce5b41b3771 100644
+--- i/security/nss/lib/freebl/mpi/mpi_x86.s
 w/security/nss/lib/freebl/mpi/mpi_x86.s
+@@ -22,22 +22,41 @@ is_sse: .long  -1
+ #
+ .ifndef NO_PIC
+ .macro GET   var,reg
+-movl   \var@GOTOFF(%ebx),\reg
++call   thunk.ax
++addl   $_GLOBAL_OFFSET_TABLE_, %eax
++movl   \var@GOTOFF(%eax),\reg
+ .endm
+ .macro PUT   reg,var
+-movl   \reg,\var@GOTOFF(%ebx)
++call   thunk.dx
++addl   $_GLOBAL_OFFSET_TABLE_, %edx
++movl   \reg,\var@GOTOFF(%edx)
+ .endm
+ .else
+ .macro GET   var,reg
+ movl   \var,\reg
+ .endm
+ .macro PUT   reg,var
+ movl   \reg,\var
+ .endm
+ .endif
+ 
+ .text
+ 
++.ifndef NO_PIC
++.globlthunk.ax
++.hidden   thunk.ax
++.type thunk.ax, @function
++thunk.ax:
++   movl   (%esp),%eax
++   ret
++
++.globlthunk.dx
++.hidden   thunk.dx
++.type thunk.dx, @function
++thunk.dx:
++   movl   (%esp),%edx
++   ret
++.endif
+ 
+  #  ebp - 36: caller's esi
+  #  ebp - 32: caller's edi


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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 14:00:42
  Author: heftig
Revision: 340895

archrelease: copy trunk to testing-x86_64

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

-+
 PKGBUILD|   89 
 bundle.sh   |   22 ++
 certdata2pem.py |  398 ++
 3 files changed, 509 insertions(+)

Copied: nss/repos/testing-x86_64/PKGBUILD (from rev 340894, nss/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-01 14:00:42 UTC (rev 340895)
@@ -0,0 +1,89 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=nss
+pkgname=(nss ca-certificates-mozilla)
+pkgver=3.40.1
+pkgrel=1
+pkgdesc="Network Security Services"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";
+arch=(x86_64)
+license=(MPL GPL)
+_nsprver=4.20
+depends=("nspr>=${_nsprver}" sqlite zlib sh p11-kit)
+makedepends=(perl python python2 gyp)
+source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz";
+certdata2pem.py bundle.sh)
+sha256sums=('5e0e6bae2a79c86e506684955d736bfe875ec5a8e95ed3e4ba0852d1aec2c8f1'
+'0be02cecc27a6e55e1cad1783033b147f502b26f9fb1bb5a53e7a43bbcb68fa0'
+'3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd')
+
+prepare() {
+  mkdir certs path
+  ln -s /usr/bin/python2 path/python
+
+  cd nss-$pkgver
+  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
+  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
+}
+
+build() {
+  ( cd certs; python ../certdata2pem.py; )
+  sh bundle.sh
+
+  cd nss-$pkgver/nss
+  PATH="$srcdir/path:$PATH" bash -x ./build.sh -v \
+--opt --system-sqlite --system-nspr --enable-libpkix --disable-tests
+}
+
+package_nss() {
+  local vmajor vminor vpatch
+  cd nss-$pkgver
+
+  { read vmajor; read vminor; read vpatch; } \
+< <(awk '/#define.*NSS_V(MAJOR|MINOR|PATCH)/ {print $3}' nss/lib/nss/nss.h)
+
+  sed nss/pkg/pkg-config/nss.pc.in \
+-e "s,%libdir%,/usr/lib,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,$_nsprver,g" \
+-e "s,%NSS_VERSION%,$pkgver,g" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/pkgconfig/nss.pc"
+
+  ln -s nss.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nss.pc"
+
+  sed nss/pkg/pkg-config/nss-config.in \
+-e "s,@libdir@,/usr/lib,g" \
+-e "s,@prefix@,/usr/bin,g" \
+-e "s,@exec_prefix@,/usr/bin,g" \
+-e "s,@includedir@,/usr/include/nss,g" \
+-e "s,@MOD_MAJOR_VERSION@,$vmajor,g" \
+-e "s,@MOD_MINOR_VERSION@,$vminor,g" \
+-e "s,@MOD_PATCH_VERSION@,$vpatch,g" |
+install -D /dev/stdin "$pkgdir/usr/bin/nss-config"
+
+  cd nss/doc/nroff
+  install -Dt "$pkgdir/usr/share/man/man1" -m644 *util.1 signtool.1 signver.1 
ssltap.1
+
+  cd ../../../dist
+  install -Dt "$pkgdir/usr/include/nss" -m644 public/nss/*.h
+
+  cd Release/bin
+  install -Dt "$pkgdir/usr/bin" *util shlibsign signtool signver ssltap
+
+  cd ../lib
+  install -Dt "$pkgdir/usr/lib" *.so
+  install -Dt "$pkgdir/usr/lib" -m644 *.chk
+
+  # Replace built-in trust with p11-kit connection
+  ln -sf libnssckbi-p11-kit.so "$pkgdir/usr/lib/libnssckbi.so"
+}
+
+package_ca-certificates-mozilla() {
+  pkgdesc="Mozilla's set of trusted CA certificates"
+  depends=(ca-certificates-utils)
+
+  install -Dm644 ca-bundle.trust.p11-kit \
+"$pkgdir/usr/share/ca-certificates/trust-source/mozilla.trust.p11-kit"
+}

Copied: nss/repos/testing-x86_64/bundle.sh (from rev 340894, 
nss/trunk/bundle.sh)
===
--- testing-x86_64/bundle.sh(rev 0)
+++ testing-x86_64/bundle.sh2018-12-01 14:00:42 UTC (rev 340895)
@@ -0,0 +1,22 @@
+#!/bin/sh
+# From Fedora's ca-certificates.spec
+
+(
+  cat < ca-bundle.trust.p11-kit
+
+for p in certs/*.tmp-p11-kit; do 
+  cat "$p" >> ca-bundle.trust.p11-kit
+done

Copied: nss/repos/testing-x86_64/certdata2pem.py (from rev 340894, 
nss/trunk/certdata2pem.py)
===
--- testing-x86_64/certdata2pem.py  (rev 0)
+++ testing-x86_64/certdata2pem.py  2018-12-01 14:00:42 UTC (rev 340895)
@@ -0,0 +1,398 @@
+#!/usr/bin/python
+# vim:set et sw=4:
+#
+# certdata2pem.py - splits certdata.txt into multiple files
+#
+# Copyright (C) 2009 Philipp Kern 
+# Copyright (C) 2013 Kai Engert 
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of 

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

2018-12-01 Thread Jan Steffens via arch-commits
Date: Saturday, December 1, 2018 @ 14:00:29
  Author: heftig
Revision: 410693

3.40.1-1

Modified:
  lib32-nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 11:28:41 UTC (rev 410692)
+++ PKGBUILD2018-12-01 14:00:29 UTC (rev 410693)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-nss
-pkgver=3.40
+pkgver=3.40.1
 pkgrel=1
 pkgdesc="Network Security Services (32-bit)"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";
@@ -14,7 +14,7 @@
 makedepends=(perl python2 gyp)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz";
 no-plt.diff)
-sha256sums=('0562087b8bda072bf5964f8acf851f9c0997a59c384f4887cb517b3b628b32dd'
+sha256sums=('5e0e6bae2a79c86e506684955d736bfe875ec5a8e95ed3e4ba0852d1aec2c8f1'
 'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')
 
 prepare() {


[arch-commits] Commit in linux-lts/repos (9 files)

2018-12-01 Thread Andreas Radke via arch-commits
Date: Saturday, December 1, 2018 @ 12:47:36
  Author: andyrtr
Revision: 340894

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 340893, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux-lts/repos/testing-x86_64/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 340893, 
linux-lts/trunk/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 340893, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 340893, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 340893, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 340893, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 340893, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 340893, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  230 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  240 
 config  | 8506 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 8 files changed, 9126 insertions(+)

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


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

2018-12-01 Thread Andreas Radke via arch-commits
Date: Saturday, December 1, 2018 @ 12:47:13
  Author: andyrtr
Revision: 340893

upgpkg: linux-lts 4.14.85-1

upstream update 4.14.85

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 11:30:23 UTC (rev 340892)
+++ PKGBUILD2018-12-01 12:47:13 UTC (rev 340893)
@@ -3,7 +3,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.14
-pkgver=4.14.84
+pkgver=4.14.85
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/";
@@ -24,7 +24,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
 'SKIP'
-'f001e5d6baa000a6a80d9730697271debbc41e8081c66e5693de94e3e506c0ff'
+'e36a15ef2bc7e500fecfd889a222f03092c3ef013672286534eb3ba377eecd03'
 'c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'


  1   2   >