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

2018-07-27 Thread Gaëtan Bisson via arch-commits
Date: Saturday, July 28, 2018 @ 00:14:03
  Author: bisson
Revision: 363705

archrelease: copy trunk to community-staging-x86_64

Added:
  unbound/repos/community-staging-x86_64/PKGBUILD
(from rev 363704, unbound/trunk/PKGBUILD)
  unbound/repos/community-staging-x86_64/conf
(from rev 363704, unbound/trunk/conf)
  unbound/repos/community-staging-x86_64/hook
(from rev 363704, unbound/trunk/hook)
  unbound/repos/community-staging-x86_64/service
(from rev 363704, unbound/trunk/service)
  unbound/repos/community-staging-x86_64/sysusers.d
(from rev 363704, unbound/trunk/sysusers.d)
  unbound/repos/community-staging-x86_64/tmpfiles.d
(from rev 363704, unbound/trunk/tmpfiles.d)
Deleted:
  unbound/repos/community-staging-x86_64/PKGBUILD
  unbound/repos/community-staging-x86_64/conf
  unbound/repos/community-staging-x86_64/hook
  unbound/repos/community-staging-x86_64/service
  unbound/repos/community-staging-x86_64/sysusers.d
  unbound/repos/community-staging-x86_64/tmpfiles.d

+
 PKGBUILD   |  126 +--
 conf   |   11 ++---
 hook   |   20 -
 service|   27 ++--
 sysusers.d |2 
 tmpfiles.d |2 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-28 00:13:23 UTC (rev 363704)
+++ PKGBUILD2018-07-28 00:14:03 UTC (rev 363705)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.7.3
-pkgrel=2
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'fstrm' 'protobuf-c' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sysusers.d'
-'tmpfiles.d'
-'service'
-'hook'
-'conf')
-sha256sums=('c11de115d928a6b48b2165e0214402a7a7da313cd479203a7ce7a8b62cba602d'
-'SKIP'
-'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
-'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-dnstap \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-
-   # Trust anchor file available from within unbound's chroot.
-   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-}

Copied: unbound/repos/community-staging-x86_64/PKGBUILD (from rev 363704, 
unbound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-28 00:14:03 UTC (rev 363705)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.7.3
+pkgrel=3
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'protobuf-c' 'libevent' 'ldns' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+'service'
+'hook'
+'conf')

[arch-commits] Commit in unbound/trunk (PKGBUILD conf service)

2018-07-27 Thread Gaëtan Bisson via arch-commits
Date: Saturday, July 28, 2018 @ 00:13:23
  Author: bisson
Revision: 363704

fix FS#59162

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/conf
  unbound/trunk/service

--+
 PKGBUILD |8 
 conf |1 +
 service  |3 +--
 3 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 23:19:51 UTC (rev 363703)
+++ PKGBUILD2018-07-28 00:13:23 UTC (rev 363704)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -12,7 +12,7 @@
 arch=('x86_64')
 makedepends=('expat')
 optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'fstrm' 'protobuf-c' 'dnssec-anchors')
+depends=('fstrm' 'openssl' 'protobuf-c' 'libevent' 'ldns' 'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
 validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
@@ -25,9 +25,9 @@
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
+'a8a31511cb3d8c8092f0f9edb8887701eceac0108a177af8486c35a1d3ead601'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
+'ddc0ead682c5035cdd3a29d4ab12936a73573c82c27f14026998a378de56f418')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"

Modified: conf
===
--- conf2018-07-27 23:19:51 UTC (rev 363703)
+++ conf2018-07-28 00:13:23 UTC (rev 363704)
@@ -1,5 +1,6 @@
 server:
   use-syslog: yes
+  do-daemonize: no
   username: "unbound"
   directory: "/etc/unbound"
   trust-anchor-file: trusted-key.key

Modified: service
===
--- service 2018-07-27 23:19:51 UTC (rev 363703)
+++ service 2018-07-28 00:13:23 UTC (rev 363704)
@@ -5,8 +5,7 @@
 After=network.target
 
 [Service]
-PIDFile=/run/unbound.pid
-ExecStart=/usr/bin/unbound -d
+ExecStart=/usr/bin/unbound
 ExecReload=/bin/kill -HUP $MAINPID
 Restart=always
 


[arch-commits] Commit in gnome-builder/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2018-07-27 Thread Jan Steffens via arch-commits
Date: Friday, July 27, 2018 @ 23:28:14
  Author: heftig
Revision: 329606

archrelease: copy trunk to staging-x86_64

Added:
  gnome-builder/repos/staging-x86_64/PKGBUILD
(from rev 329605, gnome-builder/trunk/PKGBUILD)
Deleted:
  gnome-builder/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 23:26:53 UTC (rev 329605)
+++ PKGBUILD2018-07-27 23:28:14 UTC (rev 329606)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-builder
-pkgver=3.28.3
-pkgrel=2
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
- ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell libdazzle
- template-glib jsonrpc-glib python-sphinx)
-makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
- mm-common meson)
-optdepends=('gnome-code-assistance: Legacy assistance services')
-groups=(gnome-extra)
-_commit=66a075786b3209b3b67b5eb243b5ef27517f0839  # tags/3.28.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n ba4d103
-}
-
-build() {
-  arch-meson $pkgname build -D with_docs=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: gnome-builder/repos/staging-x86_64/PKGBUILD (from rev 329605, 
gnome-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 23:28:14 UTC (rev 329606)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.28.4
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell libdazzle
+ template-glib jsonrpc-glib python-sphinx)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common meson)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=a87c6a98d1a420dcb87015589e54c2913b3e6332  # tags/3.28.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n ba4d103
+}
+
+build() {
+  arch-meson $pkgname build -D with_docs=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2018-07-27 Thread Jan Steffens via arch-commits
Date: Friday, July 27, 2018 @ 23:26:53
  Author: heftig
Revision: 329605

3.28.4-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 22:30:21 UTC (rev 329604)
+++ PKGBUILD2018-07-27 23:26:53 UTC (rev 329605)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.28.3
-pkgrel=2
+pkgver=3.28.4
+pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
 arch=(x86_64)
@@ -15,7 +15,7 @@
  mm-common meson)
 optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
-_commit=66a075786b3209b3b67b5eb243b5ef27517f0839  # tags/3.28.3^0
+_commit=a87c6a98d1a420dcb87015589e54c2913b3e6332  # tags/3.28.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-07-27 Thread Jelle van der Waa via arch-commits
Date: Friday, July 27, 2018 @ 23:19:51
  Author: jelle
Revision: 363703

archrelease: copy trunk to community-any

Added:
  python-influxdb/repos/community-any/
  python-influxdb/repos/community-any/PKGBUILD
(from rev 363702, python-influxdb/trunk/PKGBUILD)

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

Copied: python-influxdb/repos/community-any/PKGBUILD (from rev 363702, 
python-influxdb/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-07-27 23:19:51 UTC (rev 363703)
@@ -0,0 +1,29 @@
+# Contributor: Mateusz Galazyn 
+
+pkgname=python-influxdb
+pkgver=5.2.0
+pkgrel=2
+pkgdesc="Python client for InfluxDB"
+arch=('any')
+url="https://github.com/influxdata/influxdb-python/;
+license=('MIT')
+depends=('python' 'python-requests' 'python-dateutil' 'python-six' 
'python-pytz')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock' 'python-requests-mock' 
'python-pandas' 'influxdb')
+optdepends=('influxdb')
+options=(!emptydirs)
+source=("https://github.com/influxdata/influxdb-python/archive/v$pkgver.tar.gz;)
+sha512sums=('de86037abd5b371480029ff0bb8935c551030e5954c34a2915829b916c62444ee67bce89f553c39ea4d73369ff3c8c8a4639f5c2bfcfc9ac8ddfe6919fd020fd')
+
+package() {
+  cd "$srcdir/influxdb-python-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+check() {
+  cd "$srcdir/influxdb-python-$pkgver/influxdb"
+  # TODO: fix one failing test
+  INFLUXDB_PYTHON_INFLUXD_PATH=/usr/bin/influxd nosetests -e 
test_write_points_from_dataframe_with_numeric_precision tests
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-07-27 Thread Jelle van der Waa via arch-commits
Date: Friday, July 27, 2018 @ 23:06:40
  Author: jelle
Revision: 363702

Initial commit

Added:
  python-influxdb/
  python-influxdb/repos/
  python-influxdb/trunk/
  python-influxdb/trunk/PKGBUILD

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

Added: python-influxdb/trunk/PKGBUILD
===
--- python-influxdb/trunk/PKGBUILD  (rev 0)
+++ python-influxdb/trunk/PKGBUILD  2018-07-27 23:06:40 UTC (rev 363702)
@@ -0,0 +1,29 @@
+# Contributor: Mateusz Galazyn 
+
+pkgname=python-influxdb
+pkgver=5.2.0
+pkgrel=2
+pkgdesc="Python client for InfluxDB"
+arch=('any')
+url="https://github.com/influxdata/influxdb-python/;
+license=('MIT')
+depends=('python' 'python-requests' 'python-dateutil' 'python-six' 
'python-pytz')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock' 'python-requests-mock' 
'python-pandas' 'influxdb')
+optdepends=('influxdb')
+options=(!emptydirs)
+source=("https://github.com/influxdata/influxdb-python/archive/v$pkgver.tar.gz;)
+sha512sums=('de86037abd5b371480029ff0bb8935c551030e5954c34a2915829b916c62444ee67bce89f553c39ea4d73369ff3c8c8a4639f5c2bfcfc9ac8ddfe6919fd020fd')
+
+package() {
+  cd "$srcdir/influxdb-python-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+check() {
+  cd "$srcdir/influxdb-python-$pkgver/influxdb"
+  # TODO: fix one failing test
+  INFLUXDB_PYTHON_INFLUXD_PATH=/usr/bin/influxd nosetests -e 
test_write_points_from_dataframe_with_numeric_precision tests
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: python-influxdb/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 22:30:21
  Author: arojas
Revision: 329604

Update URL

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 22:20:44 UTC (rev 329603)
+++ PKGBUILD2018-07-27 22:30:21 UTC (rev 329604)
@@ -6,7 +6,7 @@
 pkgrel=4
 pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
 arch=('x86_64')
-url="http://www.balabit.com/network-security/syslog-ng/;
+url="https://www.syslog-ng.com/products/open-source-log-management/;
 license=('GPL2' 'LGPL2.1')
 depends=('awk' 'libsystemd' 'glib2' 'libdbi' 'libnsl')
 makedepends=('libxslt' 'json-c' 'mongo-c-driver' 'librabbitmq-c' 'python' 
'libesmtp')


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

2018-07-27 Thread Eli Schwartz via arch-commits
Date: Friday, July 27, 2018 @ 22:21:50
  Author: eschwartz
Revision: 363701

sha256sum changed (tar contents identical)

Modified:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
  lib32-nss/trunk/PKGBUILD

+
 repos/multilib-x86_64/PKGBUILD |2 +-
 trunk/PKGBUILD |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: repos/multilib-x86_64/PKGBUILD
===
--- repos/multilib-x86_64/PKGBUILD  2018-07-27 21:01:17 UTC (rev 363700)
+++ repos/multilib-x86_64/PKGBUILD  2018-07-27 22:21:50 UTC (rev 363701)
@@ -16,7 +16,7 @@
 options=(!strip !makeflags staticlibs)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
 no-plt.diff)
-sha256sums=('b7d9270c44d62e681af68f09d30d242f80fd38be634b8cc863da26276b0f6a1d'
+sha256sums=('2c643d3c08d6935f4d325f40743719b6990aa25a79ec2f8f712c99d086672f62'
 'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')
 
 prepare() {

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-07-27 21:01:17 UTC (rev 363700)
+++ trunk/PKGBUILD  2018-07-27 22:21:50 UTC (rev 363701)
@@ -16,7 +16,7 @@
 options=(!strip !makeflags staticlibs)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
 no-plt.diff)
-sha256sums=('b7d9270c44d62e681af68f09d30d242f80fd38be634b8cc863da26276b0f6a1d'
+sha256sums=('2c643d3c08d6935f4d325f40743719b6990aa25a79ec2f8f712c99d086672f62'
 'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')
 
 prepare() {


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

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 22:20:44
  Author: arojas
Revision: 329603

Depend only on libsystemd (FS#59466)

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 17:43:18 UTC (rev 329602)
+++ PKGBUILD2018-07-27 22:20:44 UTC (rev 329603)
@@ -8,7 +8,7 @@
 arch=('x86_64')
 url="http://www.balabit.com/network-security/syslog-ng/;
 license=('GPL2' 'LGPL2.1')
-depends=('awk' 'systemd' 'glib2' 'libdbi' 'libnsl')
+depends=('awk' 'libsystemd' 'glib2' 'libdbi' 'libnsl')
 makedepends=('libxslt' 'json-c' 'mongo-c-driver' 'librabbitmq-c' 'python' 
'libesmtp')
 checkdepends=('python-nose' 'python-ply')
 optdepends=('logrotate: for rotating log files'


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

2018-07-27 Thread Anatol Pomozov via arch-commits
Date: Friday, July 27, 2018 @ 21:01:17
  Author: anatolik
Revision: 363700

archrelease: copy trunk to community-x86_64

Added:
  tup/repos/community-x86_64/PKGBUILD
(from rev 363699, tup/trunk/PKGBUILD)
  tup/repos/community-x86_64/tup.install
(from rev 363699, tup/trunk/tup.install)
Deleted:
  tup/repos/community-x86_64/PKGBUILD
  tup/repos/community-x86_64/tup.install

-+
 PKGBUILD|   88 +-
 tup.install |   54 +--
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 21:00:46 UTC (rev 363699)
+++ PKGBUILD2018-07-27 21:01:17 UTC (rev 363700)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Arvid Norlander 
-# Contributor: Patrick McCarty 
-
-pkgname=tup
-pkgver=0.7.6
-pkgrel=1
-pkgdesc='A fast, file-based build system'
-arch=(x86_64)
-url='http://gittup.org/tup/index.html'
-license=(GPL2)
-depends=(fuse2)
-install=tup.install
-source=($pkgname-$pkgver.zip::https://github.com/gittup/tup/archive/v$pkgver.zip)
-sha256sums=('9722f788510d05832e79e57736b40539fe139ff1a29f8ae0e37f2d8e173975da')
-
-prepare() {
-  cd tup-$pkgver
-
-  sed "s/\`git describe\`/$pkgver/" -i src/tup/version/Tupfile
-  echo "CFLAGS += $CFLAGS" >> Tuprules.tup
-  echo "LDFLAGS += $LDFLAGS" >> Tuprules.tup
-}
-
-build() {
-  cd tup-$pkgver
-
-  # Clean environment does not allow to use fuse so ./bootstrap does not work
-  ./build.sh
-  ./build/tup init
-  ./build/tup generate runme.sh
-  ./runme.sh
-}
-
-package() {
-  cd tup-$pkgver
-
-  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1 
"$pkgdir"/usr/share/vim/vimfiles/{syntax,ftdetect}
-  install -m755 -t "$pkgdir"/usr/bin tup
-  install -m644 -t "$pkgdir"/usr/share/man/man1 tup.1
-  install -m644 -t "$pkgdir"/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
-  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup' > 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tup.vim
-}

Copied: tup/repos/community-x86_64/PKGBUILD (from rev 363699, 
tup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 21:01:17 UTC (rev 363700)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Arvid Norlander 
+# Contributor: Patrick McCarty 
+
+pkgname=tup
+pkgver=0.7.7
+pkgrel=1
+pkgdesc='A fast, file-based build system'
+arch=(x86_64)
+url='http://gittup.org/tup/index.html'
+license=(GPL2)
+depends=(fuse2)
+install=tup.install
+source=($pkgname-$pkgver.zip::https://github.com/gittup/tup/archive/v$pkgver.zip)
+sha256sums=('a5ca609b13b2ba0888dc74c9000c2a10ec026c3c14a02e57784a920b762ca337')
+
+prepare() {
+  cd tup-$pkgver
+
+  sed "s/\`git describe\`/$pkgver/" -i src/tup/link.sh
+  echo "CFLAGS += $CFLAGS" >> Tuprules.tup
+  echo "LDFLAGS += $LDFLAGS" >> Tuprules.tup
+}
+
+build() {
+  cd tup-$pkgver
+
+  # Clean environment does not allow to use fuse so ./bootstrap does not work
+  ./build.sh
+  ./build/tup init
+  ./build/tup generate runme.sh
+  ./runme.sh
+}
+
+package() {
+  cd tup-$pkgver
+
+  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1 
"$pkgdir"/usr/share/vim/vimfiles/{syntax,ftdetect}
+  install -m755 -t "$pkgdir"/usr/bin tup
+  install -m644 -t "$pkgdir"/usr/share/man/man1 tup.1
+  install -m644 -t "$pkgdir"/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
+  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup' > 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tup.vim
+}

Deleted: tup.install
===
--- tup.install 2018-07-27 21:00:46 UTC (rev 363699)
+++ tup.install 2018-07-27 21:01:17 UTC (rev 363700)
@@ -1,27 +0,0 @@
-suid_set=tmp/tup.upgrade.suid_set
-binary=/usr/bin/tup
-
-suid_msg() {
-  if [ -f $suid_set ]; then
-echo ">>> $binary has suid bit set. It allows you to run commands in 
chroot-ed environment (e.g. for full dependency tracking)."
-  else
-echo ">>> If you want to be able to run commands in chroot-ed environment 
(e.g. for full dependency tracking)"
-echo "set suid bit on tup binary: 'sudo chmod +s $binary'."
-  fi
-}
-
-pre_upgrade() {
-  [ -u $binary ] && touch $suid_set
-  return 0
-}
-
-post_install() {
-  suid_msg
-  return 0
-}
-
-post_upgrade() {
-  [ -f $suid_set ] && chmod +s $binary
-  rm -f $suid_set
-  return 0
-}

Copied: tup/repos/community-x86_64/tup.install (from rev 363699, 
tup/trunk/tup.install)
===
--- tup.install (rev 0)
+++ tup.install 2018-07-27 21:01:17 UTC (rev 363700)
@@ -0,0 +1,27 @@
+suid_set=tmp/tup.upgrade.suid_set
+binary=/usr/bin/tup
+
+suid_msg() {
+  if [ -f $suid_set ]; then
+echo ">>> $binary has suid bit set. It allows you to run commands in 
chroot-ed environment (e.g. for full 

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

2018-07-27 Thread Anatol Pomozov via arch-commits
Date: Friday, July 27, 2018 @ 21:00:46
  Author: anatolik
Revision: 363699

upgpkg: tup 0.7.7-1

Modified:
  tup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 17:38:05 UTC (rev 363698)
+++ PKGBUILD2018-07-27 21:00:46 UTC (rev 363699)
@@ -4,7 +4,7 @@
 # Contributor: Patrick McCarty 
 
 pkgname=tup
-pkgver=0.7.6
+pkgver=0.7.7
 pkgrel=1
 pkgdesc='A fast, file-based build system'
 arch=(x86_64)
@@ -13,12 +13,12 @@
 depends=(fuse2)
 install=tup.install
 
source=($pkgname-$pkgver.zip::https://github.com/gittup/tup/archive/v$pkgver.zip)
-sha256sums=('9722f788510d05832e79e57736b40539fe139ff1a29f8ae0e37f2d8e173975da')
+sha256sums=('a5ca609b13b2ba0888dc74c9000c2a10ec026c3c14a02e57784a920b762ca337')
 
 prepare() {
   cd tup-$pkgver
 
-  sed "s/\`git describe\`/$pkgver/" -i src/tup/version/Tupfile
+  sed "s/\`git describe\`/$pkgver/" -i src/tup/link.sh
   echo "CFLAGS += $CFLAGS" >> Tuprules.tup
   echo "LDFLAGS += $LDFLAGS" >> Tuprules.tup
 }


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

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 17:38:05
  Author: arojas
Revision: 363698

archrelease: copy trunk to community-x86_64

Added:
  sympow/repos/community-x86_64/PKGBUILD
(from rev 363697, sympow/trunk/PKGBUILD)
Deleted:
  sympow/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 17:37:36 UTC (rev 363697)
+++ PKGBUILD2018-07-27 17:38:05 UTC (rev 363698)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=sympow
-pkgver=2.023.2
-pkgrel=1
-pkgdesc="A a package to compute special values of symmetric power elliptic 
curve L-functions"
-arch=(x86_64)
-url="http://www.sagemath.org;
-license=(GPL)
-depends=(pari)
-makedepends=(help2man)
-source=("https://gitlab.com/rezozer/forks/sympow/-/archive/v$pkgver/sympow-v$pkgver.tar.gz;)
-sha256sums=('5729059891ff82c40b879aa8ac2b63c7f94cd3261bf97be10cf6e8404231b113')
-
-prepare() {
-  cd $pkgname-v$pkgver
-  sed -e 's|VERBOSE_DEFAULT 1|VERBOSE_DEFAULT 0|' -i sympow.h
-}
-
-build() {
-  cd $pkgname-v$pkgver
-
-  PREFIX=/usr ./Configure
-  make
-}
-
-package() {
-  cd $pkgname-v$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: sympow/repos/community-x86_64/PKGBUILD (from rev 363697, 
sympow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 17:38:05 UTC (rev 363698)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=sympow
+pkgver=2.023.3
+pkgrel=1
+pkgdesc="A a package to compute special values of symmetric power elliptic 
curve L-functions"
+arch=(x86_64)
+url="http://www.sagemath.org;
+license=(GPL)
+depends=(pari)
+makedepends=(help2man)
+source=("https://gitlab.com/rezozer/forks/sympow/-/archive/v$pkgver/sympow-v$pkgver.tar.gz;)
+sha256sums=('e23ba51327386647954b660737ff8ea54bac84395627665efcd1fc26171d1a29')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  sed -e 's|VERBOSE_DEFAULT 1|VERBOSE_DEFAULT 0|' -i sympow.h
+}
+
+build() {
+  cd $pkgname-v$pkgver
+
+  PREFIX=/usr ./Configure
+  make
+}
+
+package() {
+  cd $pkgname-v$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 17:37:36
  Author: arojas
Revision: 363697

Update to 2.023.3

Modified:
  sympow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 16:50:31 UTC (rev 363696)
+++ PKGBUILD2018-07-27 17:37:36 UTC (rev 363697)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=sympow
-pkgver=2.023.2
+pkgver=2.023.3
 pkgrel=1
 pkgdesc="A a package to compute special values of symmetric power elliptic 
curve L-functions"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(pari)
 makedepends=(help2man)
 
source=("https://gitlab.com/rezozer/forks/sympow/-/archive/v$pkgver/sympow-v$pkgver.tar.gz;)
-sha256sums=('5729059891ff82c40b879aa8ac2b63c7f94cd3261bf97be10cf6e8404231b113')
+sha256sums=('e23ba51327386647954b660737ff8ea54bac84395627665efcd1fc26171d1a29')
 
 prepare() {
   cd $pkgname-v$pkgver


[arch-commits] Commit in libsignon-glib/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 17:26:24
  Author: arojas
Revision: 329601

archrelease: copy trunk to staging-x86_64

Added:
  libsignon-glib/repos/staging-x86_64/PKGBUILD
(from rev 329600, libsignon-glib/trunk/PKGBUILD)
Deleted:
  libsignon-glib/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 17:26:07 UTC (rev 329600)
+++ PKGBUILD2018-07-27 17:26:24 UTC (rev 329601)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Maxime Gauduin 
-# Contributor: Balló György 
-
-pkgname=libsignon-glib
-pkgver=1.14
-pkgrel=3
-pkgdesc='GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service'
-arch=(x86_64)
-url='https://gitlab.com/accounts-sso/libsignon-glib'
-license=(LGPL2.1)
-depends=(signond)
-makedepends=(python-gobject gtk-doc gobject-introspection)
-source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver;)
-md5sums=('bab7b59fa0b2dc1a5bd7489a22286b76')
-
-build() {
-  cd $pkgname-VERSION_$pkgver-*
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---localstatedir='/var' \
---sysconfdir='/etc'
-  make -j1
-}
-
-package() {
-  cd $pkgname-VERSION_$pkgver-*
-
-  make DESTDIR="$pkgdir" install
-}

Copied: libsignon-glib/repos/staging-x86_64/PKGBUILD (from rev 329600, 
libsignon-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 17:26:24 UTC (rev 329601)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Maxime Gauduin 
+# Contributor: Balló György 
+
+pkgname=libsignon-glib
+pkgver=1.15
+pkgrel=2
+pkgdesc='GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service'
+arch=(x86_64)
+url='https://gitlab.com/accounts-sso/libsignon-glib'
+license=(LGPL2.1)
+depends=(signond)
+makedepends=(python-gobject gtk-doc gobject-introspection vala git)
+source=("git+https://gitlab.com/accounts-sso/${pkgname}#tag=VERSION_$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--localstatedir='/var' \
+--sysconfdir='/etc'
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 17:26:07
  Author: arojas
Revision: 329600

Python 3.7 rebuild

Modified:
  libsignon-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 17:24:39 UTC (rev 329599)
+++ PKGBUILD2018-07-27 17:26:07 UTC (rev 329600)
@@ -5,7 +5,7 @@
 
 pkgname=libsignon-glib
 pkgver=1.15
-pkgrel=1
+pkgrel=2
 pkgdesc='GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service'
 arch=(x86_64)
 url='https://gitlab.com/accounts-sso/libsignon-glib'


[arch-commits] Commit in libsignon-glib/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 17:24:39
  Author: arojas
Revision: 329599

archrelease: copy trunk to testing-x86_64

Added:
  libsignon-glib/repos/testing-x86_64/
  libsignon-glib/repos/testing-x86_64/PKGBUILD
(from rev 329598, libsignon-glib/trunk/PKGBUILD)

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

Copied: libsignon-glib/repos/testing-x86_64/PKGBUILD (from rev 329598, 
libsignon-glib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-07-27 17:24:39 UTC (rev 329599)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Maxime Gauduin 
+# Contributor: Balló György 
+
+pkgname=libsignon-glib
+pkgver=1.15
+pkgrel=1
+pkgdesc='GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service'
+arch=(x86_64)
+url='https://gitlab.com/accounts-sso/libsignon-glib'
+license=(LGPL2.1)
+depends=(signond)
+makedepends=(python-gobject gtk-doc gobject-introspection vala git)
+source=("git+https://gitlab.com/accounts-sso/${pkgname}#tag=VERSION_$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--localstatedir='/var' \
+--sysconfdir='/etc'
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 17:24:09
  Author: arojas
Revision: 329598

Update to 1.15

Modified:
  libsignon-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 16:39:17 UTC (rev 329597)
+++ PKGBUILD2018-07-27 17:24:09 UTC (rev 329598)
@@ -4,30 +4,35 @@
 # Contributor: Balló György 
 
 pkgname=libsignon-glib
-pkgver=1.14
-pkgrel=3
+pkgver=1.15
+pkgrel=1
 pkgdesc='GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service'
 arch=(x86_64)
 url='https://gitlab.com/accounts-sso/libsignon-glib'
 license=(LGPL2.1)
 depends=(signond)
-makedepends=(python-gobject gtk-doc gobject-introspection)
-source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver;)
-md5sums=('bab7b59fa0b2dc1a5bd7489a22286b76')
+makedepends=(python-gobject gtk-doc gobject-introspection vala git)
+source=("git+https://gitlab.com/accounts-sso/${pkgname}#tag=VERSION_$pkgver;)
+sha256sums=('SKIP')
 
+prepare() {
+  cd $pkgname
+  git submodule init
+  git submodule update
+}
+
 build() {
-  cd $pkgname-VERSION_$pkgver-*
-
+  cd $pkgname
   ./autogen.sh
   ./configure \
 --prefix='/usr' \
 --localstatedir='/var' \
 --sysconfdir='/etc'
-  make -j1
+  make
 }
 
 package() {
-  cd $pkgname-VERSION_$pkgver-*
+  cd $pkgname
 
   make DESTDIR="$pkgdir" install
 }


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

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 16:50:04
  Author: arojas
Revision: 363695

Update to 5.19

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 15:55:41 UTC (rev 363694)
+++ PKGBUILD2018-07-27 16:50:04 UTC (rev 363695)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=wcslib
-pkgver=5.18
-pkgrel=3
+pkgver=5.19
+pkgrel=1
 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
 arch=(x86_64)
 url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
@@ -12,7 +12,7 @@
 depends=(cfitsio)
 makedepends=(gcc-fortran)
 
source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('b693fbf14f2553507bc0c72bca531f23c59885be8f7d3c3cb889a5349129509a')
+sha256sums=('670cb0e8253100ba3e239a576f3bd7b0bf48488125eb056f60fef5e0c19ac90a')
 
 build() {
   cd $pkgname-$pkgver


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

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 16:50:31
  Author: arojas
Revision: 363696

archrelease: copy trunk to community-x86_64

Added:
  wcslib/repos/community-x86_64/PKGBUILD
(from rev 363695, wcslib/trunk/PKGBUILD)
Deleted:
  wcslib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 16:50:04 UTC (rev 363695)
+++ PKGBUILD2018-07-27 16:50:31 UTC (rev 363696)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=5.18
-pkgrel=3
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=(x86_64)
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=(GPL3)
-depends=(cfitsio)
-makedepends=(gcc-fortran)
-source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('b693fbf14f2553507bc0c72bca531f23c59885be8f7d3c3cb889a5349129509a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install -j1
-
-  # Fix wrong permissions
-  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
-}

Copied: wcslib/repos/community-x86_64/PKGBUILD (from rev 363695, 
wcslib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 16:50:31 UTC (rev 363696)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.19
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('670cb0e8253100ba3e239a576f3bd7b0bf48488125eb056f60fef5e0c19ac90a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --without-pgplot
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install -j1
+
+  # Fix wrong permissions
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
+}


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

2018-07-27 Thread Jan Steffens via arch-commits
Date: Friday, July 27, 2018 @ 16:39:17
  Author: heftig
Revision: 329597

syntax

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 16:37:34 UTC (rev 329596)
+++ PKGBUILD2018-07-27 16:39:17 UTC (rev 329597)
@@ -35,5 +35,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }


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

2018-07-27 Thread Jan Steffens via arch-commits
Date: Friday, July 27, 2018 @ 16:37:34
  Author: heftig
Revision: 329596

syntax

Modified:
  json-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 16:36:42 UTC (rev 329595)
+++ PKGBUILD2018-07-27 16:37:34 UTC (rev 329596)
@@ -24,16 +24,15 @@
 }
 
 build() {
-  arch-meson $pkgname build -Ddocs=true
+  arch-meson $pkgname build -D docs=true
   ninja -C build
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
   rm -r "$pkgdir"/usr/{lib,share}/installed-tests
 }


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

2018-07-27 Thread Jan Steffens via arch-commits
Date: Friday, July 27, 2018 @ 16:36:23
  Author: heftig
Revision: 329594

3.28.1-1

Modified:
  jsonrpc-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 16:36:12 UTC (rev 329593)
+++ PKGBUILD2018-07-27 16:36:23 UTC (rev 329594)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=jsonrpc-glib
-pkgver=3.28.0
+pkgver=3.28.1
 pkgrel=1
 pkgdesc="A JSON-RPC library for GLib"
 url="https://gitlab.gnome.org/GNOME/jsonrpc-glib;
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(json-glib)
 makedepends=(git meson vala gobject-introspection gtk-doc)
-_commit=c33166aa418f27901fdecf6dd582d7df0918b52c  # tags/3.28.0^0
+_commit=9eedce02cd5a70193193d9a9bfad4b6ed3a17779  # tags/3.28.1^0
 source=("git+https://gitlab.gnome.org/GNOME/jsonrpc-glib.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -29,10 +29,9 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }


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

2018-07-27 Thread Jan Steffens via arch-commits
Date: Friday, July 27, 2018 @ 16:36:42
  Author: heftig
Revision: 329595

archrelease: copy trunk to extra-x86_64

Added:
  jsonrpc-glib/repos/extra-x86_64/PKGBUILD
(from rev 329594, jsonrpc-glib/trunk/PKGBUILD)
Deleted:
  jsonrpc-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 16:36:23 UTC (rev 329594)
+++ PKGBUILD2018-07-27 16:36:42 UTC (rev 329595)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=jsonrpc-glib
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="A JSON-RPC library for GLib"
-url="https://gitlab.gnome.org/GNOME/jsonrpc-glib;
-arch=(x86_64)
-license=(LGPL)
-depends=(json-glib)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-_commit=c33166aa418f27901fdecf6dd582d7df0918b52c  # tags/3.28.0^0
-source=("git+https://gitlab.gnome.org/GNOME/jsonrpc-glib.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D enable_gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: jsonrpc-glib/repos/extra-x86_64/PKGBUILD (from rev 329594, 
jsonrpc-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 16:36:42 UTC (rev 329595)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=jsonrpc-glib
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="A JSON-RPC library for GLib"
+url="https://gitlab.gnome.org/GNOME/jsonrpc-glib;
+arch=(x86_64)
+license=(LGPL)
+depends=(json-glib)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=9eedce02cd5a70193193d9a9bfad4b6ed3a17779  # tags/3.28.1^0
+source=("git+https://gitlab.gnome.org/GNOME/jsonrpc-glib.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D enable_gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2018-07-27 Thread Jan Steffens via arch-commits
Date: Friday, July 27, 2018 @ 16:36:12
  Author: heftig
Revision: 329593

syntax

Modified:
  template-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 14:29:48 UTC (rev 329592)
+++ PKGBUILD2018-07-27 16:36:12 UTC (rev 329593)
@@ -29,10 +29,9 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja  -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }


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

2018-07-27 Thread David Runge via arch-commits
Date: Friday, July 27, 2018 @ 15:55:34
  Author: dvzrv
Revision: 363693

upgpkg: khal 0.9.9-1

Rebuilding against python3.7. Unpinning python-dateutil. Disabling failing 
tests. Minor cleanups. Adding python-setuptools to depends as there are 
entry_points.

Modified:
  khal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 15:33:46 UTC (rev 363692)
+++ PKGBUILD2018-07-27 15:55:34 UTC (rev 363693)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: David Runge 
 # Contributor: eolianoe 
 # Contributor: Hugo Osvaldo Barrera 
@@ -5,30 +6,45 @@
 # Contributor: Étienne Deparis 
 # Contributor: Daniel M. Capella 
 
+_name=khal
 pkgname=khal
-pkgver=0.9.8
-pkgrel=3
+pkgver=0.9.9
+pkgrel=1
 pkgdesc='CLI calendar application build around CalDAV'
 arch=('any')
 url="http://lostpackets.de/khal/;
 license=('MIT')
 makedepends=('python-setuptools-scm' 'python-sphinxcontrib-newsfeed')
-depends=('python-click'
- 'python-click-log'
- 'python-icalendar'
- 'python-urwid'
- 'python-xdg'
- 'python-pytz'
- 'python-dateutil'
- 'python-configobj'
- 'python-atomicwrites'
- 'python-tzlocal')
+depends=('python-atomicwrites' 'python-click' 'python-click-log'
+'python-configobj' 'python-dateutil' 'python-icalendar' 'python-pytz'
+'python-setuptools' 'python-tzlocal' 'python-urwid' 'python-xdg')
 optdepends=('python-setproctitle: Set process name'
 'vdirsyncer: Synchronize CalDAV calendars')
 checkdepends=('python-pytest' 'python-freezegun' 'vdirsyncer')
-source=("https://lostpackets.de/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('4c47bd18e7458ca7a6adf0684872923b4e49e6bfe481269cf9f77dee29dd47dbacf0d557890080618b4d3f08766fc8fae32de7682167642f0705e5b3b6b5dc01')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('cc38d8852e5bd47e266e23d48fbafa66aa1f84d67022780b7b0c8c8d4f54860be06a4d2675c49a48b4551fbdce1ec99762fd3b12a2ada69a0768d200697ef03e')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # removing dateutil pinning: https://github.com/pimutils/khal/issues/780
+  sed -e 's/python-dateutil\<\=2\.6\.1/python-dateutil/' \
+  -i setup.py
+  # disabling failing tests: https://github.com/pimutils/khal/issues/801
+  sed -e 's/test_event_rrule_recurrence_id/disabled_&/' \
+  -e 's/test_this_and_prior/disabled_&/' \
+  -e 's/test_event_rrule_this_and_future/disabled_&/' \
+  -e 's/test_event_rrule_this_and_future_multi_day_shift/disabled_&/' \
+  -e 's/test_two_calendars_same_uid/disabled_&/' \
+  -i tests/backend_test.py
+  sed -e 's/test_import/disabled_&/' \
+  -i tests/controller_test.py
+  sed -e 's/test_expand_invalid_exdate/disabled_&/' \
+  -e 's/test_expand_dtr_exdatez/disabled_&/' \
+  -e 's/test_expand_rrule_notz_until_z/disabled_&/' \
+  -e 's/test_until_notz/disabled_&/' \
+  -i tests/khalendar_utils_test.py
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   python setup.py build
@@ -38,12 +54,7 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-  # one has to choose a proper locale to run the tests
-  if [ "${LANG}" == "C" ]; then
-LANG=$(locale -a | grep utf8 | head -n1) py.test
-  else
-py.test
-  fi
+  py.test
 }
 
 package() {
@@ -53,22 +64,21 @@
 --prefix=/usr \
 --root="${pkgdir}"
   # executables
-  install -vDm755 "bin/${pkgname}" "$pkgdir/usr/bin/${pkgname}"
-  install -vDm755 "bin/i${pkgname}" "$pkgdir/usr/bin/i${pkgname}"
+  install -vDm 755 "bin/${pkgname}" "$pkgdir/usr/bin/${pkgname}"
+  install -vDm 755 "bin/i${pkgname}" "$pkgdir/usr/bin/i${pkgname}"
   # configuration
-  install -vDm644 "${pkgname}.conf.sample" \
+  install -vDm 644 "${pkgname}.conf.sample" \
 "${pkgdir}/usr/share/doc/${pkgname}/examples/${pkgname}.conf"
   # man page
-  install -vDm644 doc/build/man/${pkgname}.1 \
-"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -vDm 644 doc/build/man/${pkgname}.1 \
+-t "${pkgdir}/usr/share/man/man1/"
   # zsh completion
-  install -vDm644 "misc/__${pkgname}" \
+  install -vDm 644 "misc/__${pkgname}" \
 "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
   # license
-  install -vDm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 {CHANGELOG,CONTRIBUTING,README}.rst \
--vDm644 AUTHORS.txt
+-vDm 644 {AUTHORS.txt,{CHANGELOG,CONTRIBUTING,README}.rst}
 }
 


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

2018-07-27 Thread David Runge via arch-commits
Date: Friday, July 27, 2018 @ 15:55:41
  Author: dvzrv
Revision: 363694

archrelease: copy trunk to community-staging-any

Added:
  khal/repos/community-staging-any/
  khal/repos/community-staging-any/PKGBUILD
(from rev 363693, khal/trunk/PKGBUILD)

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

Copied: khal/repos/community-staging-any/PKGBUILD (from rev 363693, 
khal/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-27 15:55:41 UTC (rev 363694)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: eolianoe 
+# Contributor: Hugo Osvaldo Barrera 
+# Contributor: Thomas Weißschuh 
+# Contributor: Étienne Deparis 
+# Contributor: Daniel M. Capella 
+
+_name=khal
+pkgname=khal
+pkgver=0.9.9
+pkgrel=1
+pkgdesc='CLI calendar application build around CalDAV'
+arch=('any')
+url="http://lostpackets.de/khal/;
+license=('MIT')
+makedepends=('python-setuptools-scm' 'python-sphinxcontrib-newsfeed')
+depends=('python-atomicwrites' 'python-click' 'python-click-log'
+'python-configobj' 'python-dateutil' 'python-icalendar' 'python-pytz'
+'python-setuptools' 'python-tzlocal' 'python-urwid' 'python-xdg')
+optdepends=('python-setproctitle: Set process name'
+'vdirsyncer: Synchronize CalDAV calendars')
+checkdepends=('python-pytest' 'python-freezegun' 'vdirsyncer')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('cc38d8852e5bd47e266e23d48fbafa66aa1f84d67022780b7b0c8c8d4f54860be06a4d2675c49a48b4551fbdce1ec99762fd3b12a2ada69a0768d200697ef03e')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # removing dateutil pinning: https://github.com/pimutils/khal/issues/780
+  sed -e 's/python-dateutil\<\=2\.6\.1/python-dateutil/' \
+  -i setup.py
+  # disabling failing tests: https://github.com/pimutils/khal/issues/801
+  sed -e 's/test_event_rrule_recurrence_id/disabled_&/' \
+  -e 's/test_this_and_prior/disabled_&/' \
+  -e 's/test_event_rrule_this_and_future/disabled_&/' \
+  -e 's/test_event_rrule_this_and_future_multi_day_shift/disabled_&/' \
+  -e 's/test_two_calendars_same_uid/disabled_&/' \
+  -i tests/backend_test.py
+  sed -e 's/test_import/disabled_&/' \
+  -i tests/controller_test.py
+  sed -e 's/test_expand_invalid_exdate/disabled_&/' \
+  -e 's/test_expand_dtr_exdatez/disabled_&/' \
+  -e 's/test_expand_rrule_notz_until_z/disabled_&/' \
+  -e 's/test_until_notz/disabled_&/' \
+  -i tests/khalendar_utils_test.py
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+  cd doc
+  make man PYTHONPATH="${srcdir}/${pkgname}-${pkgver}"
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  py.test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # executables
+  install -vDm 755 "bin/${pkgname}" "$pkgdir/usr/bin/${pkgname}"
+  install -vDm 755 "bin/i${pkgname}" "$pkgdir/usr/bin/i${pkgname}"
+  # configuration
+  install -vDm 644 "${pkgname}.conf.sample" \
+"${pkgdir}/usr/share/doc/${pkgname}/examples/${pkgname}.conf"
+  # man page
+  install -vDm 644 doc/build/man/${pkgname}.1 \
+-t "${pkgdir}/usr/share/man/man1/"
+  # zsh completion
+  install -vDm 644 "misc/__${pkgname}" \
+"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  # license
+  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS.txt,{CHANGELOG,CONTRIBUTING,README}.rst}
+}
+


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

2018-07-27 Thread Jiachen Yang via arch-commits
Date: Friday, July 27, 2018 @ 15:33:46
  Author: farseerfc
Revision: 363692

archrelease: copy trunk to community-staging-any

Added:
  pelican/repos/community-staging-any/PKGBUILD
(from rev 363691, pelican/trunk/PKGBUILD)
Deleted:
  pelican/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 15:32:53 UTC (rev 363691)
+++ PKGBUILD2018-07-27 15:33:46 UTC (rev 363692)
@@ -1,71 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Stefan Tatschner 
-# Contributor: David Runge 
-
-pkgname=pelican
-pkgver=3.7.1
-pkgrel=3
-pkgdesc="A tool to generate a static blog, with restructured text (or 
markdown) input files."
-arch=('any')
-url="http://getpelican.com;
-license=('AGPL3')
-makedepends=('python-sphinx' 'python-blinker')
-depends=('python-jinja' 'python-pygments' 'python-feedgenerator' 'python-pytz'
- 'python-docutils' 'python-blinker' 'python-unidecode' 'python-six'
- 'python-dateutil')
-checkdepends=('python-tox' 'python-setuptools' 'python-lxml' 'git')
-optdepends=('python-markdown: Markdown support'
-'asciidoc: AsciiDoc support'
-'python-beautifulsoup4: importing from 
wordpress/dotclear/posterous'
-'python-feedparser: importing from feeds'
-#'python-rst2pdf: PDF generation' # FS#48890
-'openssh: uploading through SSH'
-'rsync: uploading through rsync+SSH'
-'lftp: uploading through FTP'
-'s3cmd: uploading through S3'
-'python-ghp-import: uploading through gh-pages'
-'python-typogrify: typographical enhancements'
-'pandoc: for pelican-import auto convert'
-   'python-mdx-video: easier embedding of youtube videos in markdown')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/getpelican/pelican/archive/$pkgver.tar.gz;)
-sha512sums=('9e04e6a2009cc134f74410d8c8349831467192e7524287e23cad0b68232f2b5dd04f5d98505222d71eb3441e466bccec1cafc7f6e3c6bfcb4c5e57e4ab0fadda')
-
-prepare() {
-cd "$srcdir/$pkgname-$pkgver"
-
-# make python 3.6 target for tox
-# pending issue https://github.com/getpelican/pelican/pull/2074
-sed -i "s|envlist = py{27,33,34,35},docs,flake8|envlist = 
py{27,33,34,35,36,37},docs,flake8|" tox.ini
-sed -i "s|py33: python3.3|py37: python3.7|" tox.ini
-
-# fix py37 DeprecationWarning
-# importing ABCs directly from collections instead of collections.abc is 
deprecated
-sed -i 's|import collections|import collections.abc|' 
pelican/tests/test_pelican.py
-sed -i 's|collections\.Sequence|collections.abc.Sequence|' 
pelican/tests/test_pelican.py
-}
-
-build() {
-# sphinx tried to import pelican, make it happy
-cd "$srcdir/$pkgname-$pkgver/docs"
-PYTHONPATH=".." make man
-PYTHONPATH=".." make text
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-
-LC_LANG=en_US.UTF-8 python setup.py install --prefix=/usr --root="$pkgdir" 
--optimize=1
-
-cd "docs"
-
-install -d "$pkgdir/usr/share/man/man1/"
-install -Dm644 _build/man/*.1 "$pkgdir/usr/share/man/man1/"
-
-install -d "$pkgdir/usr/share/doc/pelican/"
-install -Dm644 _build/text/*.txt "$pkgdir/usr/share/doc/pelican/"
-}
-
-check() {
-cd "$srcdir/$pkgname-$pkgver"
-tox -e py3$(python3 -c "import 
platform;print(platform.python_version_tuple()[1])")
-}

Copied: pelican/repos/community-staging-any/PKGBUILD (from rev 363691, 
pelican/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 15:33:46 UTC (rev 363692)
@@ -0,0 +1,72 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Stefan Tatschner 
+# Contributor: David Runge 
+
+pkgname=pelican
+pkgver=3.7.1
+pkgrel=4
+pkgdesc="A tool to generate a static blog, with restructured text (or 
markdown) input files."
+arch=('any')
+url="http://getpelican.com;
+license=('AGPL3')
+makedepends=('python-sphinx')
+depends=('python-jinja' 'python-pygments' 'python-feedgenerator' 'python-pytz'
+ 'python-docutils' 'python-blinker' 'python-unidecode' 'python-six'
+ 'python-dateutil')
+checkdepends=('python-tox' 'python-setuptools' 'python-lxml' 'git' 
'python-nose' 'python-feedparser' 'python-markdown')
+optdepends=('python-markdown: Markdown support'
+'asciidoc: AsciiDoc support'
+'python-beautifulsoup4: importing from 
wordpress/dotclear/posterous'
+'python-feedparser: importing from feeds'
+#'python-rst2pdf: PDF generation' # FS#48890
+'openssh: uploading through SSH'
+'rsync: uploading through rsync+SSH'
+'lftp: uploading through FTP'
+'s3cmd: uploading through S3'
+'python-ghp-import: uploading through 

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

2018-07-27 Thread Jiachen Yang via arch-commits
Date: Friday, July 27, 2018 @ 15:32:53
  Author: farseerfc
Revision: 363691

upgpkg: pelican 3.7.1-4

pelican switch to nose in check and fix checkdepends

Modified:
  pelican/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 15:18:20 UTC (rev 363690)
+++ PKGBUILD2018-07-27 15:32:53 UTC (rev 363691)
@@ -4,16 +4,16 @@
 
 pkgname=pelican
 pkgver=3.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A tool to generate a static blog, with restructured text (or 
markdown) input files."
 arch=('any')
 url="http://getpelican.com;
 license=('AGPL3')
-makedepends=('python-sphinx' 'python-blinker')
+makedepends=('python-sphinx')
 depends=('python-jinja' 'python-pygments' 'python-feedgenerator' 'python-pytz'
  'python-docutils' 'python-blinker' 'python-unidecode' 'python-six'
  'python-dateutil')
-checkdepends=('python-tox' 'python-setuptools' 'python-lxml' 'git')
+checkdepends=('python-tox' 'python-setuptools' 'python-lxml' 'git' 
'python-nose' 'python-feedparser' 'python-markdown')
 optdepends=('python-markdown: Markdown support'
 'asciidoc: AsciiDoc support'
 'python-beautifulsoup4: importing from 
wordpress/dotclear/posterous'
@@ -67,5 +67,6 @@
 
 check() {
 cd "$srcdir/$pkgname-$pkgver"
-tox -e py3$(python3 -c "import 
platform;print(platform.python_version_tuple()[1])")
+#tox -e py3$(python3 -c "import 
platform;print(platform.python_version_tuple()[1])")
+LANG=en_US.UTF-8 nosetests
 }


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

2018-07-27 Thread Johannes Löthberg via arch-commits
Date: Friday, July 27, 2018 @ 15:18:20
  Author: demize
Revision: 363690

archrelease: copy trunk to community-any

Added:
  elixir/repos/community-any/PKGBUILD
(from rev 363689, elixir/trunk/PKGBUILD)
Deleted:
  elixir/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 15:17:35 UTC (rev 363689)
+++ PKGBUILD2018-07-27 15:18:20 UTC (rev 363690)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Gilbert Kennen 
-
-pkgname=elixir
-pkgver=1.6.6
-pkgrel=1
-pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
-url="http://elixir-lang.org;
-arch=('any')
-license=('Apache' 'custom:EPL')
-depends=('erlang-nox')
-checkdepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
-sha256sums=('74507b0646bf485ee3af0e7727e3fdab7123f1c5ecf2187a52a928ad60f93831')
-
-build() {
-  cd elixir-"$pkgver"
-  make
-}
-
-check() {
-  cd elixir-"$pkgver"
-  make test_erlang
-}
-
-package() {
-  cd elixir-"$pkgver"
-  mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: elixir/repos/community-any/PKGBUILD (from rev 363689, 
elixir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 15:18:20 UTC (rev 363690)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Gilbert Kennen 
+
+pkgname=elixir
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
+url="http://elixir-lang.org;
+arch=('any')
+license=('Apache' 'custom:EPL')
+depends=('erlang-nox')
+checkdepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
+sha256sums=('527af54775401cc5074ea698b9b6a6d67c5103056d2949638c101bc6f233e954')
+
+build() {
+  cd elixir-"$pkgver"
+  make
+}
+
+check() {
+  cd elixir-"$pkgver"
+  make test_erlang
+}
+
+package() {
+  cd elixir-"$pkgver"
+  mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2018-07-27 Thread Johannes Löthberg via arch-commits
Date: Friday, July 27, 2018 @ 15:17:35
  Author: demize
Revision: 363689

upgpkg: elixir 1.7.1-1

Modified:
  elixir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 14:44:49 UTC (rev 363688)
+++ PKGBUILD2018-07-27 15:17:35 UTC (rev 363689)
@@ -4,7 +4,7 @@
 # Contributor: Gilbert Kennen 
 
 pkgname=elixir
-pkgver=1.6.6
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
 url="http://elixir-lang.org;
@@ -13,7 +13,7 @@
 depends=('erlang-nox')
 checkdepends=('git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
-sha256sums=('74507b0646bf485ee3af0e7727e3fdab7123f1c5ecf2187a52a928ad60f93831')
+sha256sums=('527af54775401cc5074ea698b9b6a6d67c5103056d2949638c101bc6f233e954')
 
 build() {
   cd elixir-"$pkgver"


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

2018-07-27 Thread David Runge via arch-commits
Date: Friday, July 27, 2018 @ 14:44:49
  Author: dvzrv
Revision: 363688

archrelease: copy trunk to community-staging-any

Added:
  python-imdbpy/repos/community-staging-any/
  python-imdbpy/repos/community-staging-any/PKGBUILD
(from rev 363687, python-imdbpy/trunk/PKGBUILD)

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

Copied: python-imdbpy/repos/community-staging-any/PKGBUILD (from rev 363687, 
python-imdbpy/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-27 14:44:49 UTC (rev 363688)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: David Runge 
+
+pkgname=python-imdbpy
+pkgver=6.5
+pkgrel=2
+pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
+url="https://imdbpy.sourceforge.io/;
+arch=('any')
+license=('GPL2')
+depends=('python-lxml' 'python-sqlalchemy' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alberanid/${pkgname/python-/}/archive/${pkgver}.tar.gz;)
+sha512sums=('4147088c2558fcd2e30f6e338b72ebd4b1c3917a54df5a6e0ee8fb51ba2b9fe370b32553a899e74108fa089aaa1fff4ff248ab6b14ca959b80c6b5aade7b58a7')
+
+prepare() {
+  mv -v "${pkgname/python-/}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fix install folder for docs and config
+  sed -e "s/'doc'/'share\/doc\/python-imdbpy\/'/" \
+  -e "s/'etc'/'\/etc'/" -i setup.py
+  # disable flaky tests: https://github.com/alberanid/imdbpy/issues/177
+  sed -e 
's/test_movie_taglines_single_should_be_a_list_of_phrases/disabled_&/' \
+  -i tests/test_http_movie_taglines.py
+  sed -e 's/test_movie_ratings_demographics_should_be_19/disabled_&/' \
+  -i tests/test_http_movie_votes.py
+  sed -e 's/test_death_date_should_be_in_ymd_format/disabled_&/' \
+  -e 's/test_birth_date_should_be_in_ymd_format/disabled_&/' \
+  -e 's/test_trade_mark_should_be_a_list/disabled_&/' \
+  -i tests/test_http_person_bio.py
+  sed -e 
's/test_found_many_result_should_contain_correct_number_of_movies/disabled_&/' \
+  -i tests/test_http_search_movie.py
+
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
+  py.test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-27 Thread David Runge via arch-commits
Date: Friday, July 27, 2018 @ 14:43:06
  Author: dvzrv
Revision: 363687

upgpkg: python-imdbpy 6.5-2

Rebuilding against python3.7. Disabling flaky tests.

Modified:
  python-imdbpy/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 13:28:04 UTC (rev 363686)
+++ PKGBUILD2018-07-27 14:43:06 UTC (rev 363687)
@@ -1,8 +1,9 @@
+# $Id$
 # Maintainer: David Runge 
 
 pkgname=python-imdbpy
 pkgver=6.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
 url="https://imdbpy.sourceforge.io/;
 arch=('any')
@@ -18,6 +19,18 @@
   # fix install folder for docs and config
   sed -e "s/'doc'/'share\/doc\/python-imdbpy\/'/" \
   -e "s/'etc'/'\/etc'/" -i setup.py
+  # disable flaky tests: https://github.com/alberanid/imdbpy/issues/177
+  sed -e 
's/test_movie_taglines_single_should_be_a_list_of_phrases/disabled_&/' \
+  -i tests/test_http_movie_taglines.py
+  sed -e 's/test_movie_ratings_demographics_should_be_19/disabled_&/' \
+  -i tests/test_http_movie_votes.py
+  sed -e 's/test_death_date_should_be_in_ymd_format/disabled_&/' \
+  -e 's/test_birth_date_should_be_in_ymd_format/disabled_&/' \
+  -e 's/test_trade_mark_should_be_a_list/disabled_&/' \
+  -i tests/test_http_person_bio.py
+  sed -e 
's/test_found_many_result_should_contain_correct_number_of_movies/disabled_&/' \
+  -i tests/test_http_search_movie.py
+
 }
 
 build() {


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

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 14:29:26
  Author: arojas
Revision: 329591

Update to 2018_U5

Modified:
  intel-tbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 11:44:22 UTC (rev 329590)
+++ PKGBUILD2018-07-27 14:29:26 UTC (rev 329591)
@@ -5,8 +5,8 @@
 # Contributor: Denis Martinez 
 
 pkgname=intel-tbb
-pkgver=2018_20180312
-_pkgver=2018_U3
+pkgver=2018_20180618
+_pkgver=2018_U5
 pkgrel=1
 pkgdesc='High level abstract threading library'
 arch=(x86_64)
@@ -14,11 +14,10 @@
 license=(GPL)
 depends=(gcc-libs)
 source=(https://github.com/01org/tbb/archive/$_pkgver.tar.gz)
-sha256sums=('23793c8645480148e9559df96b386b780f92194c80120acce79fcdaae0d81f45')
+sha256sums=('c4c2896af527392496c5e01ef8579058a71b6eebbd695924cd138841c13f07be')
 
 build() {
   cd tbb-$_pkgver
-  export CXXFLAGS+=" -fno-lifetime-dse" # FS#49898
   make
 }
 


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

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 14:29:48
  Author: arojas
Revision: 329592

archrelease: copy trunk to extra-x86_64

Added:
  intel-tbb/repos/extra-x86_64/PKGBUILD
(from rev 329591, intel-tbb/trunk/PKGBUILD)
Deleted:
  intel-tbb/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 14:29:26 UTC (rev 329591)
+++ PKGBUILD2018-07-27 14:29:48 UTC (rev 329592)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Denis Martinez 
-
-pkgname=intel-tbb
-pkgver=2018_20180312
-_pkgver=2018_U3
-pkgrel=1
-pkgdesc='High level abstract threading library'
-arch=(x86_64)
-url='http://www.threadingbuildingblocks.org/'
-license=(GPL)
-depends=(gcc-libs)
-source=(https://github.com/01org/tbb/archive/$_pkgver.tar.gz)
-sha256sums=('23793c8645480148e9559df96b386b780f92194c80120acce79fcdaae0d81f45')
-
-build() {
-  cd tbb-$_pkgver
-  export CXXFLAGS+=" -fno-lifetime-dse" # FS#49898
-  make
-}
-
-package() {
-  cd tbb-$_pkgver
-  install -d "$pkgdir"/usr/lib
-  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
-  install -d "$pkgdir"/usr/include
-  cp -a include/tbb "$pkgdir"/usr/include
-}

Copied: intel-tbb/repos/extra-x86_64/PKGBUILD (from rev 329591, 
intel-tbb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 14:29:48 UTC (rev 329592)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+
+pkgname=intel-tbb
+pkgver=2018_20180618
+_pkgver=2018_U5
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=(x86_64)
+url='http://www.threadingbuildingblocks.org/'
+license=(GPL)
+depends=(gcc-libs)
+source=(https://github.com/01org/tbb/archive/$_pkgver.tar.gz)
+sha256sums=('c4c2896af527392496c5e01ef8579058a71b6eebbd695924cd138841c13f07be')
+
+build() {
+  cd tbb-$_pkgver
+  make
+}
+
+package() {
+  cd tbb-$_pkgver
+  install -d "$pkgdir"/usr/lib
+  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
+  install -d "$pkgdir"/usr/include
+  cp -a include/tbb "$pkgdir"/usr/include
+}


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

2018-07-27 Thread Jiachen Yang via arch-commits
Date: Friday, July 27, 2018 @ 13:28:04
  Author: farseerfc
Revision: 363686

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 363685, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 363685, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 13:27:19 UTC (rev 363685)
+++ PKGBUILD2018-07-27 13:28:04 UTC (rev 363686)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20180715
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenance tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('dc24b4c8688bcceeed25730a2170e4b3'
- '87bab3dd7440c2577e28573a613c63e7'
- '1c6950951234f06168e16ab3718fbd90'
- '53407c1d74036759a7db1fa07dd8e5d4'
- '8a7d5efefea00655b4c178dff4c89070')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 363685, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 13:28:04 UTC (rev 363686)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20180722
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenance tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('d7f274828f449899b5ed59d03c086cb7'
+ '87bab3dd7440c2577e28573a613c63e7'
+ '1c6950951234f06168e16ab3718fbd90'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ '8a7d5efefea00655b4c178dff4c89070')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2018-07-27 13:27:19 UTC (rev 363685)
+++ skk-jisyo.install   2018-07-27 13:28:04 UTC (rev 363686)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 363685, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2018-07-27 13:28:04 UTC (rev 363686)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2018-07-27 Thread Jiachen Yang via arch-commits
Date: Friday, July 27, 2018 @ 13:27:19
  Author: farseerfc
Revision: 363685

upgpkg: skk-jisyo 20180722-1

skk-jisyo 20180722

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 13:20:10 UTC (rev 363684)
+++ PKGBUILD2018-07-27 13:27:19 UTC (rev 363685)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20180715
+pkgver=20180722
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('dc24b4c8688bcceeed25730a2170e4b3'
+md5sums=('d7f274828f449899b5ed59d03c086cb7'
  '87bab3dd7440c2577e28573a613c63e7'
  '1c6950951234f06168e16ab3718fbd90'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2018-07-27 Thread David Runge via arch-commits
Date: Friday, July 27, 2018 @ 13:20:10
  Author: dvzrv
Revision: 363684

archrelease: copy trunk to community-x86_64

Added:
  x42-plugins/repos/community-x86_64/PKGBUILD
(from rev 363683, x42-plugins/trunk/PKGBUILD)
  x42-plugins/repos/community-x86_64/zita-convolver4.patch
(from rev 363683, x42-plugins/trunk/zita-convolver4.patch)
Deleted:
  x42-plugins/repos/community-x86_64/PKGBUILD
  x42-plugins/repos/community-x86_64/zita-convolver4.patch

---+
 PKGBUILD  |   73 ++--
 zita-convolver4.patch |  122 
 2 files changed, 99 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 13:20:04 UTC (rev 363683)
+++ PKGBUILD2018-07-27 13:20:10 UTC (rev 363684)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20180320
-pkgrel=3
-pkgdesc="Collection of LV2 plugins"
-arch=('x86_64')
-url="https://github.com/x42/x42-plugins;
-license=('GPL')
-depends=('jack' 'libglvnd' 'liblo' 'libltc' 'pango' 'zita-convolver')
-makedepends=('gtk2' 'ftgl' 'ttf-freefont' 'lv2')
-groups=('lv2-plugins' 'pro-audio')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-'zita-convolver4.patch')
-sha512sums=('3e2f13179073b38e846e0855031e7f842b535ad13f64b309ca4da8c0738a77ab8b70e117edfa1a97263ff37d279a4d9a26950c1883507d8e710b8cd54061bb32'
-
'15dd15c5552492e7cbaad08b7fd42a7778a03fa12838cc930c386cba30e22ce91d9335543b4b229d13514849c3ed221760176a1b95e0ce7d215247c11a05e628')
-
-prepare() {
-  cd "${pkgname}-${pkgver}/convoLV2"
-  patch -Np1 -i ../../zita-convolver4.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  FONTFILE=/usr/share/fonts/TTF/FreeSansBold.ttf make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="$pkgdir/" PREFIX=/usr
-}
-
-# vim:set ts=2 sw=2 et:

Copied: x42-plugins/repos/community-x86_64/PKGBUILD (from rev 363683, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 13:20:10 UTC (rev 363684)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20180320
+pkgrel=4
+pkgdesc="Collection of LV2 plugins"
+arch=('x86_64')
+url="https://github.com/x42/x42-plugins;
+license=('GPL')
+depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
+makedepends=('gtk2' 'ttf-liberation' 'lv2')
+groups=('lv2-plugins' 'pro-audio')
+source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'zita-convolver4.patch')
+sha512sums=('3e2f13179073b38e846e0855031e7f842b535ad13f64b309ca4da8c0738a77ab8b70e117edfa1a97263ff37d279a4d9a26950c1883507d8e710b8cd54061bb32'
+
'15dd15c5552492e7cbaad08b7fd42a7778a03fa12838cc930c386cba30e22ce91d9335543b4b229d13514849c3ed221760176a1b95e0ce7d215247c11a05e628')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/convoLV2"
+  patch -Np1 -i ../../zita-convolver4.patch
+  cd ..
+  # replace ttf-freefont with ttf-liberation
+  export FONTFILE=/usr/share/fonts/TTF/LiberationSans-Bold.ttf
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="$pkgdir/" PREFIX=/usr
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: zita-convolver4.patch
===
--- zita-convolver4.patch   2018-07-27 13:20:04 UTC (rev 363683)
+++ zita-convolver4.patch   2018-07-27 13:20:10 UTC (rev 363684)
@@ -1,61 +0,0 @@
-From f814f1ef95d3d4a89a1dbb8a8319879ad411f25f Mon Sep 17 00:00:00 2001
-From: Robin Gareus 
-Date: Wed, 6 Jun 2018 19:22:43 +0200
-Subject: [PATCH] Update for libzita-convolver-4 compatibility
-

- Makefile   | 2 +-
- convolution.cc | 9 +++--
- 2 files changed, 8 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 6d7f1a9..6e14710 100644
 a/Makefile
-+++ b/Makefile
-@@ -70,7 +70,7 @@ endif
- 
- ifeq ($(LIBZITACONVOLVER),)
-   ifeq ($(shell test -f /usr/include/zita-convolver.h -o -f 
/usr/local/include/zita-convolver.h || echo no ), no)
--$(error "libzita-convolver3, is required")
-+$(error "libzita-convolver3 or 4, is required")
-   endif
-   LOADLIBES += -lzita-convolver
- endif
-diff --git a/convolution.cc b/convolution.cc
-index c3bea41..6ace44b 100644
 a/convolution.cc
-+++ b/convolution.cc
-@@ -47,8 +47,8 @@
- #include 
- #include "convolution.h"
- 
--#if ZITA_CONVOLVER_MAJOR_VERSION != 3
--# error "This programs requires zita-convolver 3.x.x"
-+#if ZITA_CONVOLVER_MAJOR_VERSION != 3 && ZITA_CONVOLVER_MAJOR_VERSION != 4
-+# error "This programs requires zita-convolver 3 or 4"
- #endif
- 
- #ifndef SRC_QUALITY // alternatives: SRC_SINC_FASTEST, 
SRC_SINC_MEDIUM_QUALITY, (SRC_ZERO_ORDER_HOLD, SRC_LINEAR)
-@@ -344,7 +344,9 @@ 

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

2018-07-27 Thread David Runge via arch-commits
Date: Friday, July 27, 2018 @ 13:20:04
  Author: dvzrv
Revision: 363683

upgpkg: x42-plugins 20180320-4

Replacing unmaintained ttf-freefont with ttf-liberation. Adding ftgl to depends 
and removing then included libglvnd.

Modified:
  x42-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 12:34:13 UTC (rev 363682)
+++ PKGBUILD2018-07-27 13:20:04 UTC (rev 363683)
@@ -4,13 +4,13 @@
 
 pkgname=x42-plugins
 pkgver=20180320
-pkgrel=3
+pkgrel=4
 pkgdesc="Collection of LV2 plugins"
 arch=('x86_64')
 url="https://github.com/x42/x42-plugins;
 license=('GPL')
-depends=('jack' 'libglvnd' 'liblo' 'libltc' 'pango' 'zita-convolver')
-makedepends=('gtk2' 'ftgl' 'ttf-freefont' 'lv2')
+depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
+makedepends=('gtk2' 'ttf-liberation' 'lv2')
 groups=('lv2-plugins' 'pro-audio')
 source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 'zita-convolver4.patch')
@@ -20,11 +20,14 @@
 prepare() {
   cd "${pkgname}-${pkgver}/convoLV2"
   patch -Np1 -i ../../zita-convolver4.patch
+  cd ..
+  # replace ttf-freefont with ttf-liberation
+  export FONTFILE=/usr/share/fonts/TTF/LiberationSans-Bold.ttf
 }
 
 build() {
   cd "${pkgname}-${pkgver}"
-  FONTFILE=/usr/share/fonts/TTF/FreeSansBold.ttf make
+  make
 }
 
 package() {


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

2018-07-27 Thread Bruno Pagani via arch-commits
Date: Friday, July 27, 2018 @ 12:34:13
  Author: archange
Revision: 363682

archrelease: copy trunk to community-x86_64

Added:
  embree2/repos/community-x86_64/PKGBUILD
(from rev 363681, embree2/trunk/PKGBUILD)
Deleted:
  embree2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 12:33:47 UTC (rev 363681)
+++ PKGBUILD2018-07-27 12:34:13 UTC (rev 363682)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 313188 2018-03-28 22:30:42Z archange $
-# Maintainer: Lukas Jirkovsky 
-# Maintainer: Bruno Pagani 
-
-_pkg=embree
-pkgname=${_pkg}2
-pkgver=2.17.4
-pkgrel=1
-pkgdesc="A collection of high-performance ray tracing kernels"
-arch=('x86_64')
-url="https://embree.github.io/;
-license=('Apache')
-depends=('intel-tbb')
-makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
-source=("${_pkg}-${pkgver}.tar.gz::https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
-sha256sums=('4bf9087a5c33483f3bcb88d335070aff95b688a2a09a35f936a99bd915090af3')
-
-build() {
-cd ${_pkg}-${pkgver}
-cmake . \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DEMBREE_TUTORIALS=OFF \
-  -DEMBREE_MAX_ISA="AVX512SKX"
-# Embree detects actual ISA at runtime
-make
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}
-

Copied: embree2/repos/community-x86_64/PKGBUILD (from rev 363681, 
embree2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 12:34:13 UTC (rev 363682)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 313188 2018-03-28 22:30:42Z archange $
+# Maintainer: Lukas Jirkovsky 
+# Maintainer: Bruno Pagani 
+
+_pkg=embree
+pkgname=${_pkg}2
+pkgver=2.17.5
+pkgrel=1
+pkgdesc="A collection of high-performance ray tracing kernels"
+arch=('x86_64')
+url="https://embree.github.io/;
+license=('Apache')
+depends=('intel-tbb')
+makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
+source=("${_pkg}-${pkgver}.tar.gz::https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
+sha256sums=('1a6fb2d1b32a10eb165c8bce6c61fc9a7671ca49fcd6a9cde512fbcfff49c1db')
+
+build() {
+cd ${_pkg}-${pkgver}
+cmake . \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DEMBREE_TUTORIALS=OFF \
+  -DEMBREE_MAX_ISA="AVX512SKX"
+# Embree detects actual ISA at runtime
+make
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}
+


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

2018-07-27 Thread Bruno Pagani via arch-commits
Date: Friday, July 27, 2018 @ 12:33:47
  Author: archange
Revision: 363681

upgpkg: embree2 2.17.5-1

Modified:
  embree2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 12:04:03 UTC (rev 363680)
+++ PKGBUILD2018-07-27 12:33:47 UTC (rev 363681)
@@ -4,7 +4,7 @@
 
 _pkg=embree
 pkgname=${_pkg}2
-pkgver=2.17.4
+pkgver=2.17.5
 pkgrel=1
 pkgdesc="A collection of high-performance ray tracing kernels"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('intel-tbb')
 makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
 
source=("${_pkg}-${pkgver}.tar.gz::https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
-sha256sums=('4bf9087a5c33483f3bcb88d335070aff95b688a2a09a35f936a99bd915090af3')
+sha256sums=('1a6fb2d1b32a10eb165c8bce6c61fc9a7671ca49fcd6a9cde512fbcfff49c1db')
 
 build() {
 cd ${_pkg}-${pkgver}


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2018-07-27 Thread Andrew Crerar via arch-commits
Date: Friday, July 27, 2018 @ 12:04:03
  Author: andrewsc
Revision: 363680

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 363679, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  466 ++---
 1 file changed, 233 insertions(+), 233 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 12:03:33 UTC (rev 363679)
+++ PKGBUILD2018-07-27 12:04:03 UTC (rev 363680)
@@ -1,233 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=62.0b11
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-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 Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('18305e17163556101bf612c9e8346d105bc1872d44b7b7033ffaec18dd9ac41adea2a98b0f7b803ec3e1347fab3c517f943fc8df7f7957ba62903a5be2186236'
-
'f05b24227d8b221bf08915808dde60704a2edb6b5f6f4bad0f1fcbb31fb198f24d766dc45513c39b31999a5f83e7dc4ec165b4a46f4ba7754a1bc0b2a68d69c1'
-
'507e830a46a34652de97f0a02568f8b79c15f31cddc0a48b7c2c236ff76db077b37defebd79cb62cfbd877d4716239d8bd7414fba37214fb6788890deb8348c0'
-
'15414bde81a050005eea15460fbcab828f47173db947375f986c3f15b80246e8662e390a41ee45e3baddf06e2b2433759218e53ef7a409bd39f85360ce7f2692'
-
'a8c9174e6530e0200d3baa2cd3e44bdef9963bf36ccd287352c4a0e633acaa9bdba61ae7fb862c349be5f3829c8dae1940e696eae071980b272fb00b9d4cb0f3'
-
'4d85feeb01d01d3cf42ac60e56f5eb37b8cd178644d645687b37fab6a7c9aad3f006d7d7115abc123cb75e3b3c83fe99fd33640d98c8627775574819e0a7b546'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2018-07-27 Thread Andrew Crerar via arch-commits
Date: Friday, July 27, 2018 @ 12:03:33
  Author: andrewsc
Revision: 363679

upgpkg: firefox-developer-edition-i18n 62.0b12-1

firefox-developer-edition-i18n: Updating to 62.0b12

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  196 ++---
 1 file changed, 98 insertions(+), 98 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 11:52:58 UTC (rev 363678)
+++ PKGBUILD2018-07-27 12:03:33 UTC (rev 363679)
@@ -2,7 +2,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=62.0b11
+pkgver=62.0b12
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -134,100 +134,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('18305e17163556101bf612c9e8346d105bc1872d44b7b7033ffaec18dd9ac41adea2a98b0f7b803ec3e1347fab3c517f943fc8df7f7957ba62903a5be2186236'
-
'f05b24227d8b221bf08915808dde60704a2edb6b5f6f4bad0f1fcbb31fb198f24d766dc45513c39b31999a5f83e7dc4ec165b4a46f4ba7754a1bc0b2a68d69c1'
-
'507e830a46a34652de97f0a02568f8b79c15f31cddc0a48b7c2c236ff76db077b37defebd79cb62cfbd877d4716239d8bd7414fba37214fb6788890deb8348c0'
-
'15414bde81a050005eea15460fbcab828f47173db947375f986c3f15b80246e8662e390a41ee45e3baddf06e2b2433759218e53ef7a409bd39f85360ce7f2692'
-
'a8c9174e6530e0200d3baa2cd3e44bdef9963bf36ccd287352c4a0e633acaa9bdba61ae7fb862c349be5f3829c8dae1940e696eae071980b272fb00b9d4cb0f3'
-
'4d85feeb01d01d3cf42ac60e56f5eb37b8cd178644d645687b37fab6a7c9aad3f006d7d7115abc123cb75e3b3c83fe99fd33640d98c8627775574819e0a7b546'
-
'70d462b5c4537043d6d8507681adbb5244189f47657726c23b7c65a095f8277ed284c22dab05561956ce85381189ba20f216fce8615d861afeb0cb1c153007f7'
-
'ebbe21e7f1986a2bb76710a02b7dc4a6a595b264d2342c9d942e03387c03cc2471ff08584f65c73bc5736499c1519588f9acacbdd0a5fc5fdcfb45f113e3e027'
-
'c0c9178268c0b360ee0966830df8d973994e5ffd4b381646736f920e2975837f617ace775804d02934c7c149aeabb31e6c7b4c55755db9dafde1c435d781afb5'
-
'a0862b4f7121392742e93da8367ec5b7293c1340ced5b9f9e34bc3bf99073258da85f6289cbfc022f2b20bdf14d0ca5aa1c8eb9696b637e9ffb125e1ecd2f86f'
-
'e28e6dde90bde8bf8f5e96ea99a0c0ecccd27e66e6e22588cec261973fc25a4c7cd1ee741fc71fe1e52437c7efbff84d8b6a373a93c66707ec00ceaaad947857'
-
'38b3e18bd7edc1fe0e7ab87dc7d564a23a4885893d5949efd89765bd9548e0bdaf6719ef1b57569879a316d6ad1fae24c7ffb699490c80d7d60b52548c9907d2'
-
'a939fe140a4f47ee7ab7cad4aa4180a4cef6e83adadca0d5a9baffbb7b2015a17e84527cb708315ebdb9e42703d211cc4ab1396aeb27607dc7a96de1781beedc'
-
'366055759679363e5a20e60119f5e83902782b554130b37d1d16a866eca4e61cc044bcd301cd49b2dad9998b40f534d52399a4f1c5830dc7b3e7ae59ffa7e0b5'
-
'e9ad693d294f3550d247085185a803de614648a73d861a119e0f985ed8210a872ca3a2b702dbdfb7a174fe5100b9d2efd38f21a267e74f0cdb08da6e3f7b6639'
-
'eb9d979f1e9c583df1d96660d6866389721747328c4258f08afd83c18416b4d4594bee451b984a4fc63c722127d3fd3738bac129c40debbad10b5c34f0ff8f4c'
-
'05f28b5987117d388ad23245ff727470d7edf1a0cf3a80e341f268690693240b46fc984e27b564805b2ccbbf365c32106d844948e99711cd04d428c61bc28c08'
-
'1b87fbffe2ca77a0805a1d953fd28de40f13f21d625e459ab7acdab15373afa6e5a2e781cde7b36296da7fea14250ce2a41821c75e57d73ca9fe04623145f565'
-
'3324226a77f593f22c2a77a81ee83e42e82421f94c6e1c18143c1c826b82c7fc642c426dddc7d7fb501c1a5bf94372d752c4a088f15447c7b46655be942d2fc3'
-
'ec5160c95a45dc98ac45ceb6b2529e5a127022d533af668d62162ba9c875320076631d3227e99f01495cf9a993dc04aeb358a537a862476bdff56462ef7f98e8'
-
'650a54dd0bd4102814b49fc943acee9a8c5ad4fda055e579897c1f4c2396d5983ad278a735ef098b8eb3ceecd099f1525b3955864e7a705fe377e57383c43c73'
-
'3b42033bf5559eccb775bc9194bc7c99ad50046791845f214dcbf7bf8f0cc58d9c7fac4504da73c416aa75a97aa2bcf34bb5b666a247e81590ab89935cbe5932'
-
'63103e277e653a4195d191953bd92eb4ab6d8132029a42817956f6cafb25edae00c94f6131f2ca90848aff67fefb85930ea7ed3d55400b0b165245f3cca3c5ea'
-
'a7960e93e6c390b62fc15b4d883af17ff5828dc0784ac4aa77f5b771c974d2a8cd6309c2b5de8425968c1185d636984b9fda0138f01567c3ef0eb897e42bb03e'
-
'c0847ab476941ab112bae71dbe968fa995f2795877a5da891d9d0d4c29176623a2b864e5fb26ed05073b49462c68d95ae811f5cd97b8fcb9f7941c475e656668'
-
'3506088721019c91cf8af6f7a342c3764035ad788cc09ca0ad1b4493980106b841ca53a16d43b702514e7bc63fb2c9451ceab9d843de6d83048f2d8ff0b6e7b4'
-
'00c2468c5d04dc6486ccf9b13997253b7fdff2d8adf2b005497eb4eb73a633427e548349f1fffcc207883e012c603bb3f30da10a6ceee156ad2a276136c7334d'
-
'6d11521c48aeabd4e59494bd0e10ffeb0352c5383b08ed757eb82b1777f49fec63d7d36305fc8990250266868318c4cb5994667899f33c9a7ea949fcb6d1f154'
-

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2018-07-27 Thread Andrew Crerar via arch-commits
Date: Friday, July 27, 2018 @ 11:52:58
  Author: andrewsc
Revision: 363678

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 363677, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 363677, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 363677, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 363677, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  322 +-
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 578 insertions(+), 578 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 11:52:27 UTC (rev 363677)
+++ PKGBUILD2018-07-27 11:52:58 UTC (rev 363678)
@@ -1,161 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=62.0b11
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell-en_US' 'sqlite' 'ttf-font' 
'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'gconf' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack' 'gtk2')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# 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 mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-linker=gold
-ac_add_options --enable-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
-ac_add_options --enable-system-sqlite
-ac_add_options --enable-system-ffi
-
-# Features
-ac_add_options --enable-alsa
-ac_add_options --enable-jack
-ac_add_options 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2018-07-27 Thread Andrew Crerar via arch-commits
Date: Friday, July 27, 2018 @ 11:52:27
  Author: andrewsc
Revision: 363677

upgpkg: firefox-developer-edition 62.0b12-1

firefox-developer-edition: Updating to 62.0b12

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 11:33:07 UTC (rev 363676)
+++ PKGBUILD2018-07-27 11:52:27 UTC (rev 363677)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=62.0b11
+pkgver=62.0b12
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


[arch-commits] Commit in grilo-plugins/repos/extra-x86_64 (3 files)

2018-07-27 Thread Jan Steffens via arch-commits
Date: Friday, July 27, 2018 @ 11:44:22
  Author: heftig
Revision: 329590

archrelease: copy trunk to extra-x86_64

Added:
  grilo-plugins/repos/extra-x86_64/PKGBUILD
(from rev 329589, grilo-plugins/trunk/PKGBUILD)
Deleted:
  grilo-plugins/repos/extra-x86_64/PKGBUILD
  grilo-plugins/repos/extra-x86_64/luafiles.diff

---+
 PKGBUILD  |   90 ++--
 luafiles.diff |   29 --
 2 files changed, 43 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 11:43:55 UTC (rev 329589)
+++ PKGBUILD2018-07-27 11:44:22 UTC (rev 329590)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo-plugins
-pkgver=0.3.5+12+g7ecf4b2
-pkgrel=1
-pkgdesc="A collection of plugins for the Grilo framework"
-url="https://git.gnome.org/browse/grilo-plugins;
-arch=(x86_64)
-license=(LGPL)
-depends=(grilo lua libmediaart libgdata tracker gom libdmapsharing chromaprint 
gst-plugins-bad
- gmime3)
-makedepends=(git meson gperf)
-checkdepends=(gst-plugins-good gst-plugins-base)
-optdepends=('dleyna-server: DLNA plugin'
-'tracker-miners: Tracker plugin')
-groups=(gnome)
-_commit=7ecf4b230c7b0144e579f89b594bf2ce871d19f1  # master
-source=("git+https://git.gnome.org/browse/grilo-plugins#commit=$_commit;
-luafiles.diff)
-sha256sums=('SKIP'
-'73b388d9564ae8c1d3f464831082acffd46b35bdc85a3a8bdb25f408f9c6dc48')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^grilo-plugins-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../luafiles.diff
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  cd build
-  # Unreliable tests using websites...
-  meson test || :
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: grilo-plugins/repos/extra-x86_64/PKGBUILD (from rev 329589, 
grilo-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 11:44:22 UTC (rev 329590)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo-plugins
+pkgver=0.3.7
+pkgrel=1
+pkgdesc="A collection of plugins for the Grilo framework"
+url="https://gitlab.gnome.org/GNOME/grilo-plugins;
+arch=(x86_64)
+license=(LGPL)
+depends=(grilo lua libmediaart libgdata tracker gom libdmapsharing chromaprint 
gst-plugins-bad
+ gmime3)
+makedepends=(git meson gperf)
+checkdepends=(gst-plugins-good gst-plugins-base)
+optdepends=('dleyna-server: DLNA plugin'
+'tracker-miners: Tracker plugin')
+groups=(gnome)
+_commit=41820b5c4e78f0a3a25441b1ad478a8a9a598953  # tags/grilo-plugins-0.3.7^0
+source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^grilo-plugins-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  # Unreliable tests using websites...
+  meson test -C build || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: luafiles.diff
===
--- luafiles.diff   2018-07-27 11:43:55 UTC (rev 329589)
+++ luafiles.diff   2018-07-27 11:44:22 UTC (rev 329590)
@@ -1,29 +0,0 @@
-diff --git i/src/lua-factory/sources/meson.build 
w/src/lua-factory/sources/meson.build
-index 6d66d4ef148cefde..99b408266ca23350 100644
 i/src/lua-factory/sources/meson.build
-+++ w/src/lua-factory/sources/meson.build
-@@ -30,20 +30,22 @@ resources = [
- 'grl-itunes-podcast',
- ]
- 
-+luafactoryinstalldir = join_paths(get_option('datadir'), luafactorydir)
-+
- foreach s: sources
- f = s + '.lua'
- install_data(f,
--install_dir: luafactorydir)
-+install_dir: luafactoryinstalldir)
- endforeach
- 
- foreach r: resources
- input = r + '.gresource.xml'
- output = r + '.gresource'
- custom_target(output,
- output: output,
- input: input,
- install: true,
--install_dir: luafactorydir,
-+install_dir: luafactoryinstalldir,
- command: [glib_compile_resources,
- '--sourcedir', meson.current_source_dir(),
- '--target', '@OUTPUT@',


[arch-commits] Commit in grilo-plugins/trunk (PKGBUILD luafiles.diff)

2018-07-27 Thread Jan Steffens via arch-commits
Date: Friday, July 27, 2018 @ 11:43:55
  Author: heftig
Revision: 329589

0.3.7-1

Modified:
  grilo-plugins/trunk/PKGBUILD
Deleted:
  grilo-plugins/trunk/luafiles.diff

---+
 PKGBUILD  |   18 +++---
 luafiles.diff |   29 -
 2 files changed, 7 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 11:24:20 UTC (rev 329588)
+++ PKGBUILD2018-07-27 11:43:55 UTC (rev 329589)
@@ -2,10 +2,10 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=grilo-plugins
-pkgver=0.3.5+12+g7ecf4b2
+pkgver=0.3.7
 pkgrel=1
 pkgdesc="A collection of plugins for the Grilo framework"
-url="https://git.gnome.org/browse/grilo-plugins;
+url="https://gitlab.gnome.org/GNOME/grilo-plugins;
 arch=(x86_64)
 license=(LGPL)
 depends=(grilo lua libmediaart libgdata tracker gom libdmapsharing chromaprint 
gst-plugins-bad
@@ -15,11 +15,9 @@
 optdepends=('dleyna-server: DLNA plugin'
 'tracker-miners: Tracker plugin')
 groups=(gnome)
-_commit=7ecf4b230c7b0144e579f89b594bf2ce871d19f1  # master
-source=("git+https://git.gnome.org/browse/grilo-plugins#commit=$_commit;
-luafiles.diff)
-sha256sums=('SKIP'
-'73b388d9564ae8c1d3f464831082acffd46b35bdc85a3a8bdb25f408f9c6dc48')
+_commit=41820b5c4e78f0a3a25441b1ad478a8a9a598953  # tags/grilo-plugins-0.3.7^0
+source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -28,7 +26,6 @@
 
 prepare() {
   cd $pkgname
-  patch -Np1 -i ../luafiles.diff
 }
 
 build() {
@@ -37,11 +34,10 @@
 }
 
 check() {
-  cd build
   # Unreliable tests using websites...
-  meson test || :
+  meson test -C build || :
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }

Deleted: luafiles.diff
===
--- luafiles.diff   2018-07-27 11:24:20 UTC (rev 329588)
+++ luafiles.diff   2018-07-27 11:43:55 UTC (rev 329589)
@@ -1,29 +0,0 @@
-diff --git i/src/lua-factory/sources/meson.build 
w/src/lua-factory/sources/meson.build
-index 6d66d4ef148cefde..99b408266ca23350 100644
 i/src/lua-factory/sources/meson.build
-+++ w/src/lua-factory/sources/meson.build
-@@ -30,20 +30,22 @@ resources = [
- 'grl-itunes-podcast',
- ]
- 
-+luafactoryinstalldir = join_paths(get_option('datadir'), luafactorydir)
-+
- foreach s: sources
- f = s + '.lua'
- install_data(f,
--install_dir: luafactorydir)
-+install_dir: luafactoryinstalldir)
- endforeach
- 
- foreach r: resources
- input = r + '.gresource.xml'
- output = r + '.gresource'
- custom_target(output,
- output: output,
- input: input,
- install: true,
--install_dir: luafactorydir,
-+install_dir: luafactoryinstalldir,
- command: [glib_compile_resources,
- '--sourcedir', meson.current_source_dir(),
- '--target', '@OUTPUT@',


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (18 files)

2018-07-27 Thread Levente Polyak via arch-commits
Date: Friday, July 27, 2018 @ 11:19:22
  Author: anthraxx
Revision: 329587

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 329586, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 329586, linux-hardened/trunk/90-linux.hook)
  
linux-hardened/repos/extra-x86_64/ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch
(from rev 329586, 
linux-hardened/trunk/ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 329586, linux-hardened/trunk/PKGBUILD)
  
linux-hardened/repos/extra-x86_64/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 329586, 
linux-hardened/trunk/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 329586, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 329586, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 329586, linux-hardened/trunk/linux.preset)
  
linux-hardened/repos/extra-x86_64/mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch
(from rev 329586, 
linux-hardened/trunk/mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  
linux-hardened/repos/extra-x86_64/ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch
  linux-hardened/repos/extra-x86_64/PKGBUILD
  
linux-hardened/repos/extra-x86_64/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset
  
linux-hardened/repos/extra-x86_64/mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch

+
 60-linux.hook  |   24 
 90-linux.hook  |   22 
 ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch |  258 
 PKGBUILD   |  524 
 Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  484 
 config.x86_64  |19124 +--
 linux.install  |   22 
 linux.preset   |   28 
 mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch |   86 
 9 files changed, 10286 insertions(+), 10286 deletions(-)

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


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config.x86_64)

2018-07-27 Thread Levente Polyak via arch-commits
Date: Friday, July 27, 2018 @ 11:18:45
  Author: anthraxx
Revision: 329586

upgpkg: linux-hardened 4.17.10.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config.x86_64 |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 09:29:08 UTC (rev 329585)
+++ PKGBUILD2018-07-27 11:18:45 UTC (rev 329586)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.17
-_pkgver=4.17.9
+_pkgver=4.17.10
 pkgver=${_pkgver}.a
 pkgrel=1
 url='https://github.com/anthraxx/linux-hardened'
@@ -33,11 +33,11 @@
 replaces=('linux-grsec')
 sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'
 'SKIP'
-'52131a497efaed724afaa7f7022249f8f8e6e555cbe407a6619908ed2ebcee89'
+'41ad005296c7a1b5245a87881f666b3f4d7aa05a6b9409454b2e473d473c4cee'
 'SKIP'
-'00106f5f60d3a0716cd44f13a7834b3d26ecde2fdbd51357e03157c9f97d78c7'
+'2da7c447a0d4b1969c220488e5eef2c85fa93861ad5909c632c26cbabbb256b3'
 'SKIP'
-'acde405367c9b2dd11c4b6e68799a8f51fa8cf499b3b8c9a570a276c17a29a1c'
+'49dccac05226a1c1cf84c73dd8d3ff3a77edeb39b7cee2a4705468cdb391224c'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'

Modified: config.x86_64
===
--- config.x86_64   2018-07-27 09:29:08 UTC (rev 329585)
+++ config.x86_64   2018-07-27 11:18:45 UTC (rev 329586)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.17.8 Kernel Configuration
+# Linux/x86 4.17.10 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y


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

2018-07-27 Thread Nicola Squartini via arch-commits
Date: Friday, July 27, 2018 @ 10:13:15
  Author: tensor5
Revision: 363675

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 363674, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 363674, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 363674, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  119 +++---
 caprine.desktop |   18 
 caprine.js  |   58 +-
 3 files changed, 98 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 10:12:50 UTC (rev 363674)
+++ PKGBUILD2018-07-27 10:13:15 UTC (rev 363675)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.15.0
-pkgrel=1
-pkgdesc='Unofficial Facebook Messenger app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-'caprine.desktop'
-'caprine.js')
-sha256sums=('fa30b8f65d77672f433ead741b90df6cfd4621df6ff94ba09b333ee30b213d88'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
-mv "${pkgdir}"${appdir}/media/Icon.svg \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/build
-rm "${pkgdir}"${appdir}/{media/Icon.ai,static/Icon.{icns,ico}}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 363674, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 10:13:15 UTC (rev 363675)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.16.0
+pkgrel=1
+pkgdesc='Unofficial Facebook Messenger app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+'caprine.desktop'
+'caprine.js')
+sha256sums=('13ec9253a73830465f836f949e97ed594683b51a418ed5d4145cb64523cc3e23'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
+mv "${pkgdir}"${appdir}/media/Icon.svg \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/build
+rm "${pkgdir}"${appdir}/{media/Icon.ai,static/Icon.{icns,ico}}
+find "${pkgdir}"${appdir} \
+-name "package.json" \
+

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

2018-07-27 Thread Nicola Squartini via arch-commits
Date: Friday, July 27, 2018 @ 10:12:50
  Author: tensor5
Revision: 363674

upgpkg: caprine 2.16.0-1

Modified:
  caprine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 08:41:15 UTC (rev 363673)
+++ PKGBUILD2018-07-27 10:12:50 UTC (rev 363674)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.15.0
+pkgver=2.16.0
 pkgrel=1
 pkgdesc='Unofficial Facebook Messenger app'
 arch=('any')
@@ -13,7 +13,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 'caprine.desktop'
 'caprine.js')
-sha256sums=('fa30b8f65d77672f433ead741b90df6cfd4621df6ff94ba09b333ee30b213d88'
+sha256sums=('13ec9253a73830465f836f949e97ed594683b51a418ed5d4145cb64523cc3e23'
 'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
 '76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
 
@@ -54,6 +54,7 @@
 -or -name "bin" -prune -exec rm -r '{}' \; \
 -or -name "example" -prune -exec rm -r '{}' \; \
 -or -name "examples" -prune -exec rm -r '{}' \; \
+-or -name "man" -prune -exec rm -r '{}' \; \
 -or -name "scripts" -prune -exec rm -r '{}' \; \
 -or -name "test" -prune -exec rm -r '{}' \;
 }


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

2018-07-27 Thread Jan Steffens via arch-commits
Date: Friday, July 27, 2018 @ 09:29:08
  Author: heftig
Revision: 329585

archrelease: copy trunk to extra-x86_64

Added:
  grilo/repos/extra-x86_64/PKGBUILD
(from rev 329584, grilo/trunk/PKGBUILD)
Deleted:
  grilo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 09:28:43 UTC (rev 329584)
+++ PKGBUILD2018-07-27 09:29:08 UTC (rev 329585)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo
-pkgver=0.3.5
-pkgrel=1
-pkgdesc="Framework that provides access to various sources of multimedia 
content"
-url="https://wiki.gnome.org/Projects/Grilo;
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 libxml2 libsoup liboauth totem-plparser)
-makedepends=(gobject-introspection gtk-doc vala git meson)
-optdepends=('grilo-plugins: Plugins for grilo')
-_commit=66bc17e9f7f99f494302226ec333ee175d0f906b  # tags/grilo-0.3.5^0
-source=("git+https://git.gnome.org/browse/grilo#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^grilo-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: grilo/repos/extra-x86_64/PKGBUILD (from rev 329584, 
grilo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 09:29:08 UTC (rev 329585)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia 
content"
+url="https://wiki.gnome.org/Projects/Grilo;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 libxml2 libsoup liboauth totem-plparser)
+makedepends=(gobject-introspection gtk-doc vala git meson)
+optdepends=('grilo-plugins: Plugins for grilo')
+_commit=6cd2e5e94f1ba2a8bf7c42da98523b3d76b5e298  # tags/grilo-0.3.6^0
+source=("git+https://gitlab.gnome.org/GNOME/grilo.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^grilo-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2018-07-27 Thread Jan Steffens via arch-commits
Date: Friday, July 27, 2018 @ 09:28:43
  Author: heftig
Revision: 329584

0.3.6-1

Modified:
  grilo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 08:41:38 UTC (rev 329583)
+++ PKGBUILD2018-07-27 09:28:43 UTC (rev 329584)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=grilo
-pkgver=0.3.5
+pkgver=0.3.6
 pkgrel=1
 pkgdesc="Framework that provides access to various sources of multimedia 
content"
 url="https://wiki.gnome.org/Projects/Grilo;
@@ -11,8 +11,8 @@
 depends=(gtk3 libxml2 libsoup liboauth totem-plparser)
 makedepends=(gobject-introspection gtk-doc vala git meson)
 optdepends=('grilo-plugins: Plugins for grilo')
-_commit=66bc17e9f7f99f494302226ec333ee175d0f906b  # tags/grilo-0.3.5^0
-source=("git+https://git.gnome.org/browse/grilo#commit=$_commit;)
+_commit=6cd2e5e94f1ba2a8bf7c42da98523b3d76b5e298  # tags/grilo-0.3.6^0
+source=("git+https://gitlab.gnome.org/GNOME/grilo.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -30,10 +30,9 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }


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

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 07:23:53
  Author: arojas
Revision: 329578

archrelease: copy trunk to extra-x86_64

Added:
  libsidplayfp/repos/extra-x86_64/PKGBUILD
(from rev 329577, libsidplayfp/trunk/PKGBUILD)
Deleted:
  libsidplayfp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 07:23:26 UTC (rev 329577)
+++ PKGBUILD2018-07-27 07:23:53 UTC (rev 329578)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Simon Perry 
-# Contributor: Jonas Nyrén 
-
-pkgname=libsidplayfp
-pkgver=1.8.7
-pkgrel=1
-pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
-url='http://sourceforge.net/projects/sidplay-residfp/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('vice' 'xa')
-optdepends=('vice: better SID support')
-source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('aa81272ff2093d712041d1bba3f7c9e2f654ed5db4e0a698e3d3c3c5dad26192')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -d "${pkgdir}/usr/share/sidplayfp"
-   ln -t "${pkgdir}/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
-}

Copied: libsidplayfp/repos/extra-x86_64/PKGBUILD (from rev 329577, 
libsidplayfp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 07:23:53 UTC (rev 329578)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=1.8.8
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('vice' 'xa')
+optdepends=('vice: better SID support')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('d28b0c28ceea62627c137b4194e8bed866c8f2cec65bac97fde63639250a31e0')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}/usr/share/sidplayfp"
+   ln -t "${pkgdir}/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}


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

2018-07-27 Thread Antonio Rojas via arch-commits
Date: Friday, July 27, 2018 @ 07:23:03
  Author: arojas
Revision: 329575

Update to 1.8.8

Modified:
  libsidplayfp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 03:47:14 UTC (rev 329574)
+++ PKGBUILD2018-07-27 07:23:03 UTC (rev 329575)
@@ -4,7 +4,7 @@
 # Contributor: Jonas Nyrén 
 
 pkgname=libsidplayfp
-pkgver=1.8.7
+pkgver=1.8.8
 pkgrel=1
 pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
 url='http://sourceforge.net/projects/sidplay-residfp/'
@@ -14,7 +14,7 @@
 makedepends=('vice' 'xa')
 optdepends=('vice: better SID support')
 
source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('aa81272ff2093d712041d1bba3f7c9e2f654ed5db4e0a698e3d3c3c5dad26192')
+sha256sums=('d28b0c28ceea62627c137b4194e8bed866c8f2cec65bac97fde63639250a31e0')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2018-07-27 Thread Laurent Carlier via arch-commits
Date: Friday, July 27, 2018 @ 07:23:26
  Author: lcarlier
Revision: 329577

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 329576, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 329576, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-07-27 07:23:26 UTC (rev 329577)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+_commit=8d69bab7a3da1913113ea98cefb73d5fa6988286 # master
+pkgver=20180717.8d69bab
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit};)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+}
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2018-07-27 Thread Laurent Carlier via arch-commits
Date: Friday, July 27, 2018 @ 07:23:23
  Author: lcarlier
Revision: 329576

upgpkg: linux-firmware 20180717.8d69bab-1

sync with master

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 07:23:03 UTC (rev 329575)
+++ PKGBUILD2018-07-27 07:23:23 UTC (rev 329576)
@@ -2,8 +2,8 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=linux-firmware
-_commit=d1147327232ec4616a66ab898df84f9700c816c1 # master
-pkgver=20180606.d114732
+_commit=8d69bab7a3da1913113ea98cefb73d5fa6988286 # master
+pkgver=20180717.8d69bab
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')