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

2019-03-14 Thread Gaëtan Bisson via arch-commits
Date: Friday, March 15, 2019 @ 00:39:34
  Author: bisson
Revision: 348130

db-move: moved s-nail from [testing] to [core] (x86_64)

Added:
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 348129, s-nail/repos/testing-x86_64/PKGBUILD)
Deleted:
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/testing-x86_64/

--+
 /PKGBUILD|   52 +
 core-x86_64/PKGBUILD |   52 -
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-03-14 22:03:11 UTC (rev 348129)
+++ core-x86_64/PKGBUILD2019-03-15 00:39:34 UTC (rev 348130)
@@ -1,52 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.9.11
-pkgrel=3
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='https://www.sdaoden.eu/code.html#s-nail'
-license=('custom:BSD')
-arch=('x86_64')
-depends=('openssl' 'krb5' 'libidn2')
-optdepends=('smtp-forwarder: for sending mail')
-validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD')
-source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('258d818449da889c5fc4976215698a817c0a3818fb77dd565fa9fe6afed0023e'
-'SKIP')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CFLAGS+=" $CPPFLAGS"
-   make \
-   VAL_PREFIX=/usr \
-   VAL_SYSCONFDIR=/etc \
-   VAL_LIBEXECDIR=/usr/lib \
-   VAL_MAIL=/var/spool/mail \
-   VAL_SID= VAL_MAILX=mail \
-   OPT_AUTOCC=0 \
-   config
-
-   make MAKEJOBS=--jobs build
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test < /dev/null
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -sf mail "${pkgdir}"/usr/bin/mailx
-   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: s-nail/repos/core-x86_64/PKGBUILD (from rev 348129, 
s-nail/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-03-15 00:39:34 UTC (rev 348130)
@@ -0,0 +1,52 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.9.13
+pkgrel=2
+pkgdesc='Environment for sending and receiving mail'
+url='https://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('openssl' 'krb5' 'libidn2')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('edfa287d04bfcd03dd1c23277885b385ff47cfff92d0a116467996addba9ddd4'
+'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   VAL_PREFIX=/usr \
+   VAL_SYSCONFDIR=/etc \
+   VAL_LIBEXECDIR=/usr/lib \
+   VAL_MAIL=/var/spool/mail \
+   VAL_SID= VAL_MAILX=mail \
+   OPT_AUTOCC=0 \
+   config
+
+   make --jobs build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test < /dev/null
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in edbrowse/trunk (curl-7.62.patch)

2019-03-14 Thread Alad Wenter via arch-commits
Date: Friday, March 15, 2019 @ 00:08:00
  Author: alad
Revision: 441801

upgpkg: edbrowse 3.7.4-2

edbrowse: switch to git tags

Deleted:
  edbrowse/trunk/curl-7.62.patch

-+
 curl-7.62.patch |   26 --
 1 file changed, 26 deletions(-)

Deleted: curl-7.62.patch
===
--- curl-7.62.patch 2019-03-15 00:06:38 UTC (rev 441800)
+++ curl-7.62.patch 2019-03-15 00:08:00 UTC (rev 441801)
@@ -1,26 +0,0 @@
-From 5d2b9e21fdf019f461ebe62738d615428d5db963 Mon Sep 17 00:00:00 2001
-From: Po-Chuan Hsieh 
-Date: Sat, 3 Nov 2018 18:11:14 +0800
-Subject: [PATCH] Fix build with curl 7.62.0
-
-from CHANGES:
-ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code
-Long live CURLE_PEER_FAILED_VERIFICATION

- src/http.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/http.c b/src/http.c
-index 56eebab..ccafc8f 100644
 a/src/http.c
-+++ b/src/http.c
-@@ -1557,7 +1557,9 @@ void ebcurl_setError(CURLcode curlret, const char *url, 
int action,
-   break;
- 
-   case CURLE_PEER_FAILED_VERIFICATION:
-+#if LIBCURL_VERSION_NUM < 0x073e00
-   case CURLE_SSL_CACERT:
-+#endif
-   (*fn) (MSG_NoCertify, host);
-   break;
- 


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

2019-03-14 Thread Alad Wenter via arch-commits
Date: Friday, March 15, 2019 @ 00:08:34
  Author: alad
Revision: 441802

archrelease: copy trunk to community-x86_64

Added:
  edbrowse/repos/community-x86_64/PKGBUILD
(from rev 441801, edbrowse/trunk/PKGBUILD)
Deleted:
  edbrowse/repos/community-x86_64/PKGBUILD
  edbrowse/repos/community-x86_64/curl-7.62.patch

-+
 PKGBUILD|   81 +++---
 curl-7.62.patch |   26 -
 2 files changed, 41 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 00:08:00 UTC (rev 441801)
+++ PKGBUILD2019-03-15 00:08:34 UTC (rev 441802)
@@ -1,40 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Chris Brannon 
-# Contributor: joyfulgirl 
-# Contributor: Chuck Boucher 
-# Contributor: aksr 
-
-pkgname=edbrowse
-pkgver=3.7.4
-pkgrel=1
-pkgdesc='Line-oriented editor, browser and mail client'
-arch=('x86_64')
-url="http://edbrowse.org/;
-license=('GPL' 'MPL')
-depends=('duktape' 'tidy' 'curl' 'pcre')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz;
-curl-7.62.patch)
-sha256sums=('ae7717c4c30297a01185ae2705fd55a7cd5f5484db05d5dfc02b7932b5766498'
-'b4eff80c296d5d1531255f3b0b9337efee06e070c4c7d92569517d853805bae7')
-
-prepare() {
-cd "$pkgname-$pkgver"
-patch -Np1 -i ../curl-7.62.patch
-}
-
-build() {
-cd "$pkgname-$pkgver"
-make CFLAGS="-I/usr/include/tidy" all
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make -C src DESTDIR="$pkgdir" prefix=/usr install
-
-install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
-install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
-install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
-}
-

Copied: edbrowse/repos/community-x86_64/PKGBUILD (from rev 441801, 
edbrowse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 00:08:34 UTC (rev 441802)
@@ -0,0 +1,41 @@
+# Maintainer: Alad Wenter 
+# Contributor: Chris Brannon 
+# Contributor: joyfulgirl 
+# Contributor: Chuck Boucher 
+# Contributor: aksr 
+
+pkgname=edbrowse
+pkgver=3.7.4
+pkgrel=2
+_commit=7e1be6c69fd336561c89c94a549d7cd454470dee # 3.7.4
+pkgdesc='Line-oriented editor, browser and mail client'
+arch=('x86_64')
+url='http://edbrowse.org'
+license=('GPL' 'MPL')
+depends=('duktape' 'tidy' 'curl' 'pcre')
+makedepends=('git')
+source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+cd "$pkgname-$pkgver"
+
+# Fix build with curl 7.62.0
+git cherry-pick -n 5d2b9e21fdf019f461ebe62738d615428d5db963
+}
+
+build() {
+cd "$pkgname-$pkgver"
+make CFLAGS="-I/usr/include/tidy" all
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -C src DESTDIR="$pkgdir" prefix=/usr install
+
+install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
+install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
+install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
+}
+

Deleted: curl-7.62.patch
===
--- curl-7.62.patch 2019-03-15 00:08:00 UTC (rev 441801)
+++ curl-7.62.patch 2019-03-15 00:08:34 UTC (rev 441802)
@@ -1,26 +0,0 @@
-From 5d2b9e21fdf019f461ebe62738d615428d5db963 Mon Sep 17 00:00:00 2001
-From: Po-Chuan Hsieh 
-Date: Sat, 3 Nov 2018 18:11:14 +0800
-Subject: [PATCH] Fix build with curl 7.62.0
-
-from CHANGES:
-ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code
-Long live CURLE_PEER_FAILED_VERIFICATION

- src/http.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/http.c b/src/http.c
-index 56eebab..ccafc8f 100644
 a/src/http.c
-+++ b/src/http.c
-@@ -1557,7 +1557,9 @@ void ebcurl_setError(CURLcode curlret, const char *url, 
int action,
-   break;
- 
-   case CURLE_PEER_FAILED_VERIFICATION:
-+#if LIBCURL_VERSION_NUM < 0x073e00
-   case CURLE_SSL_CACERT:
-+#endif
-   (*fn) (MSG_NoCertify, host);
-   break;
- 


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

2019-03-14 Thread Alad Wenter via arch-commits
Date: Friday, March 15, 2019 @ 00:06:38
  Author: alad
Revision: 441800

upgpkg: edbrowse 3.7.4-2

edbrowse: switch to git tags

Modified:
  edbrowse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 23:12:57 UTC (rev 441799)
+++ PKGBUILD2019-03-15 00:06:38 UTC (rev 441800)
@@ -6,21 +6,22 @@
 
 pkgname=edbrowse
 pkgver=3.7.4
-pkgrel=1
+pkgrel=2
+_commit=7e1be6c69fd336561c89c94a549d7cd454470dee # 3.7.4
 pkgdesc='Line-oriented editor, browser and mail client'
 arch=('x86_64')
-url="http://edbrowse.org/;
+url='http://edbrowse.org'
 license=('GPL' 'MPL')
 depends=('duktape' 'tidy' 'curl' 'pcre')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz;
-curl-7.62.patch)
-sha256sums=('ae7717c4c30297a01185ae2705fd55a7cd5f5484db05d5dfc02b7932b5766498'
-'b4eff80c296d5d1531255f3b0b9337efee06e070c4c7d92569517d853805bae7')
+makedepends=('git')
+source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit;)
+sha256sums=('SKIP')
 
 prepare() {
 cd "$pkgname-$pkgver"
-patch -Np1 -i ../curl-7.62.patch
+
+# Fix build with curl 7.62.0
+git cherry-pick -n 5d2b9e21fdf019f461ebe62738d615428d5db963
 }
 
 build() {


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

2019-03-14 Thread Ivy Foster via arch-commits
Date: Thursday, March 14, 2019 @ 23:12:57
  Author: escondida
Revision: 441799

archrelease: copy trunk to community-x86_64

Added:
  bemenu/repos/community-x86_64/
  bemenu/repos/community-x86_64/PKGBUILD
(from rev 441798, bemenu/trunk/PKGBUILD)

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

Copied: bemenu/repos/community-x86_64/PKGBUILD (from rev 441798, 
bemenu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-03-14 23:12:57 UTC (rev 441799)
@@ -0,0 +1,46 @@
+# Maintainer: Ivy Foster 
+
+pkgname=bemenu
+pkgver=0.1.0
+pkgrel=1
+
+pkgdesc='Dynamic menu library and client program inspired by dmenu with 
support for wayland compositors'
+url='https://github.com/Cloudef/bemenu'
+arch=(x86_64)
+license=(GPL3 LGPL3)
+
+depends=(pango)
+makedepends=(cmake libxkbcommon libxinerama ncurses wayland)
+optdepends=(
+   'libxkbcommon: For the wayland backend'
+   'libxinerama: For the x11 backend'
+   'ncurses: For the curses backend'
+   'wayland: For the wayland backend'
+)
+
+source=(
+   
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz;
+   
"https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc;
+)
+# Checksums provided by packager
+md5sums=(
+   ac296c57b471e98b88f0ae6dc180cc72
+   SKIP
+)
+validpgpkeys=(C2AA3C3A6F9B1F932014879EF769BB961AF6D26A)
+
+build() {
+   cd "bemenu-$pkgver"
+   cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=/usr/lib
+   make
+}
+
+check() {
+   cd "bemenu-$pkgver"
+   make test
+}
+
+package() {
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2019-03-14 Thread Ivy Foster via arch-commits
Date: Thursday, March 14, 2019 @ 23:07:40
  Author: escondida
Revision: 441798

Add bemenu-0.1.0-1

Added:
  bemenu/
  bemenu/repos/
  bemenu/trunk/
  bemenu/trunk/PKGBUILD

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

Added: bemenu/trunk/PKGBUILD
===
--- bemenu/trunk/PKGBUILD   (rev 0)
+++ bemenu/trunk/PKGBUILD   2019-03-14 23:07:40 UTC (rev 441798)
@@ -0,0 +1,46 @@
+# Maintainer: Ivy Foster 
+
+pkgname=bemenu
+pkgver=0.1.0
+pkgrel=1
+
+pkgdesc='Dynamic menu library and client program inspired by dmenu with 
support for wayland compositors'
+url='https://github.com/Cloudef/bemenu'
+arch=(x86_64)
+license=(GPL3 LGPL3)
+
+depends=(pango)
+makedepends=(cmake libxkbcommon libxinerama ncurses wayland)
+optdepends=(
+   'libxkbcommon: For the wayland backend'
+   'libxinerama: For the x11 backend'
+   'ncurses: For the curses backend'
+   'wayland: For the wayland backend'
+)
+
+source=(
+   
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz;
+   
"https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc;
+)
+# Checksums provided by packager
+md5sums=(
+   ac296c57b471e98b88f0ae6dc180cc72
+   SKIP
+)
+validpgpkeys=(C2AA3C3A6F9B1F932014879EF769BB961AF6D26A)
+
+build() {
+   cd "bemenu-$pkgver"
+   cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=/usr/lib
+   make
+}
+
+check() {
+   cd "bemenu-$pkgver"
+   make test
+}
+
+package() {
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2019-03-14 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 14, 2019 @ 22:54:45
  Author: polyzen
Revision: 441797

archrelease: copy trunk to community-x86_64

Added:
  espeak-ng/repos/community-x86_64/PKGBUILD
(from rev 441796, espeak-ng/trunk/PKGBUILD)
Deleted:
  espeak-ng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 22:54:10 UTC (rev 441796)
+++ PKGBUILD2019-03-14 22:54:45 UTC (rev 441797)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=espeak-ng
-pkgver=1.49.2
-pkgrel=5
-pkgdesc='Multi-lingual software speech synthesizer'
-url=https://github.com/espeak-ng/espeak-ng
-arch=('x86_64')
-license=('GPL3')
-depends=('pcaudiolib')
-makedepends=('ruby-ronn')
-conflicts=('espeak')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('521220113cb4e2a4a03e29f2c0edad6239170fec95ba67077ccae46d32167f6b72b7a357d73e48abf21fdb0334bf9f010ee1b8325f6520ec4893c48f2a2676ca')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make src/espeak-ng src/speak-ng
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: espeak-ng/repos/community-x86_64/PKGBUILD (from rev 441796, 
espeak-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 22:54:45 UTC (rev 441797)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=espeak-ng
+pkgver=1.49.2
+pkgrel=6
+pkgdesc='Multi-lingual software speech synthesizer'
+url=https://github.com/espeak-ng/espeak-ng
+arch=('x86_64')
+license=('GPL3')
+depends=('pcaudiolib')
+makedepends=('ruby-ronn')
+conflicts=('espeak')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('521220113cb4e2a4a03e29f2c0edad6239170fec95ba67077ccae46d32167f6b72b7a357d73e48abf21fdb0334bf9f010ee1b8325f6520ec4893c48f2a2676ca')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-extdict-{ru,zh,zhy}
+  make src/espeak-ng src/speak-ng
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-14 Thread Daniel M. Capella via arch-commits
Date: Thursday, March 14, 2019 @ 22:54:10
  Author: polyzen
Revision: 441796

Build extended dictionary files

Fixes FS#61830

Modified:
  espeak-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 22:07:20 UTC (rev 441795)
+++ PKGBUILD2019-03-14 22:54:10 UTC (rev 441796)
@@ -2,7 +2,7 @@
 
 pkgname=espeak-ng
 pkgver=1.49.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Multi-lingual software speech synthesizer'
 url=https://github.com/espeak-ng/espeak-ng
 arch=('x86_64')
@@ -20,7 +20,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-extdict-{ru,zh,zhy}
   make src/espeak-ng src/speak-ng
   make -j1
 }


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 22:07:20
  Author: arojas
Revision: 441795

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nspr/repos/multilib-x86_64/PKGBUILD
(from rev 441794, lib32-nspr/trunk/PKGBUILD)
Deleted:
  lib32-nspr/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 22:06:56 UTC (rev 441794)
+++ PKGBUILD2019-03-14 22:07:20 UTC (rev 441795)
@@ -1,38 +0,0 @@
-#$Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: kfgz 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-nspr
-pkgver=4.20
-pkgrel=1
-pkgdesc="Netscape Portable Runtime (32-bit)"
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR;
-arch=(x86_64)
-license=(MPL GPL)
-depends=(lib32-glibc nspr)
-makedepends=(zip)
-source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/nspr-${pkgver}.tar.gz)
-sha1sums=('ef1e2ca3205fd1658a69ada2e0436266ca3065b5')
-sha256sums=('2c8964913da89ffbaf464d49ce44d79e8804e1794ef9a8c52a7bff7224d1556e')
-
-build() {
-  cd nspr-$pkgver
-  ./nspr/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib32 \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug
-  make
-}
-
-package() {
-  cd nspr-$pkgver
-  make DESTDIR="$pkgdir" install
-  ln -s nspr.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc"
-  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
-"$pkgdir"/usr/include/nspr/md
-  rm -rf "$pkgdir"/usr/{bin,share,include}
-}

Copied: lib32-nspr/repos/multilib-x86_64/PKGBUILD (from rev 441794, 
lib32-nspr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 22:07:20 UTC (rev 441795)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: kfgz 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-nspr
+pkgver=4.21
+pkgrel=1
+pkgdesc="Netscape Portable Runtime (32-bit)"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR;
+arch=(x86_64)
+license=(MPL GPL)
+depends=(lib32-glibc nspr)
+makedepends=(zip)
+source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/nspr-${pkgver}.tar.gz)
+sha1sums=('0ae8c710a52775e209b96aa6220362837b79b6c3')
+sha256sums=('15ea32c7b100217b6e3193bc03e77f485d9bf7504051443ba9ce86d1c17c6b5a')
+
+build() {
+  cd nspr-$pkgver
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug
+  make
+}
+
+package() {
+  cd nspr-$pkgver
+  make DESTDIR="$pkgdir" install
+  ln -s nspr.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+"$pkgdir"/usr/include/nspr/md
+  rm -rf "$pkgdir"/usr/{bin,share,include}
+}


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 22:06:56
  Author: arojas
Revision: 441794

Update to 4.21

Modified:
  lib32-nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 22:03:16 UTC (rev 441793)
+++ PKGBUILD2019-03-14 22:06:56 UTC (rev 441794)
@@ -4,7 +4,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-nspr
-pkgver=4.20
+pkgver=4.21
 pkgrel=1
 pkgdesc="Netscape Portable Runtime (32-bit)"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR;
@@ -13,8 +13,8 @@
 depends=(lib32-glibc nspr)
 makedepends=(zip)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/nspr-${pkgver}.tar.gz)
-sha1sums=('ef1e2ca3205fd1658a69ada2e0436266ca3065b5')
-sha256sums=('2c8964913da89ffbaf464d49ce44d79e8804e1794ef9a8c52a7bff7224d1556e')
+sha1sums=('0ae8c710a52775e209b96aa6220362837b79b6c3')
+sha256sums=('15ea32c7b100217b6e3193bc03e77f485d9bf7504051443ba9ce86d1c17c6b5a')
 
 build() {
   cd nspr-$pkgver


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 22:02:34
  Author: arojas
Revision: 441791

archrelease: copy trunk to community-staging-any

Added:
  uranium/repos/community-staging-any/
  uranium/repos/community-staging-any/PKGBUILD
(from rev 441790, uranium/trunk/PKGBUILD)

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

Copied: uranium/repos/community-staging-any/PKGBUILD (from rev 441790, 
uranium/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-03-14 22:02:34 UTC (rev 441791)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=uranium
+pkgver=3.6.0
+pkgrel=3
+pkgdesc="A Python framework for building Desktop applications."
+url="https://github.com/Ultimaker/Uranium;
+arch=('any')
+license=('LGPL')
+depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'pyqt5-common' 
'python-pyqt5' 'python-numpy' 'arcus' 'python-shapely')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('9a63e7d02c57a818815f61ada53b41d6c04683f874db80baa32f68d34b51a245')
+
+
+prepare() {
+  cd Uranium-${pkgver}
+  sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+}
+
+build() {
+  cd Uranium-${pkgver}
+  mkdir -p build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd Uranium-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 22:02:15
  Author: arojas
Revision: 441790

cmake 3.14 rebuild

Modified:
  uranium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 21:59:56 UTC (rev 441789)
+++ PKGBUILD2019-03-14 22:02:15 UTC (rev 441790)
@@ -3,7 +3,7 @@
 
 pkgname=uranium
 pkgver=3.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Python framework for building Desktop applications."
 url="https://github.com/Ultimaker/Uranium;
 arch=('any')


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 21:59:56
  Author: arojas
Revision: 441789

archrelease: copy trunk to community-staging-any

Added:
  cmake-fedora/repos/community-staging-any/
  cmake-fedora/repos/community-staging-any/PKGBUILD
(from rev 441788, cmake-fedora/trunk/PKGBUILD)

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

Copied: cmake-fedora/repos/community-staging-any/PKGBUILD (from rev 441788, 
cmake-fedora/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-03-14 21:59:56 UTC (rev 441789)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=cmake-fedora
+pkgver=2.9.2
+pkgrel=7
+pkgdesc='CMake helper modules for fedora developers'
+arch=('any')
+license=('custom:BSD')
+url='https://pagure.io/cmake-fedora'
+depends=('cmake')
+source=("https://releases.pagure.org/cmake-fedora/cmake-fedora-$pkgver-Source.tar.gz;)
+sha512sums=('187637035c237c76ac53f859f142503437e7e45edcada918aedf76fae38ba1ddf2254ecd4c4ddc55e075f27e1e8fc11acd7fa45d106d4de507fa3ccc82b5c104')
+
+build() {
+  cd cmake-fedora-$pkgver-Source
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd cmake-fedora-$pkgver-Source
+  make DESTDIR="$pkgdir" install
+
+  mv "$pkgdir"/usr/share/cmake{,-3.14}
+
+  install -d -m755 "$pkgdir"/usr/share/licenses/cmake-fedora
+  ln -s ../../doc/cmake-fedora/COPYING 
"$pkgdir"/usr/share/licenses/cmake-fedora/COPYING
+}


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 21:59:36
  Author: arojas
Revision: 441788

cmake 3.14 rebuild

Modified:
  cmake-fedora/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:58:25 UTC (rev 441787)
+++ PKGBUILD2019-03-14 21:59:36 UTC (rev 441788)
@@ -2,7 +2,7 @@
 
 pkgname=cmake-fedora
 pkgver=2.9.2
-pkgrel=6
+pkgrel=7
 pkgdesc='CMake helper modules for fedora developers'
 arch=('any')
 license=('custom:BSD')
@@ -21,7 +21,7 @@
   cd cmake-fedora-$pkgver-Source
   make DESTDIR="$pkgdir" install
 
-  mv "$pkgdir"/usr/share/cmake{,-3.12}
+  mv "$pkgdir"/usr/share/cmake{,-3.14}
 
   install -d -m755 "$pkgdir"/usr/share/licenses/cmake-fedora
   ln -s ../../doc/cmake-fedora/COPYING 
"$pkgdir"/usr/share/licenses/cmake-fedora/COPYING


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 21:56:05
  Author: arojas
Revision: 348128

archrelease: copy trunk to staging-x86_64

Added:
  cmake/repos/staging-x86_64/
  cmake/repos/staging-x86_64/PKGBUILD
(from rev 348127, cmake/trunk/PKGBUILD)
  cmake/repos/staging-x86_64/rebuild.list
(from rev 348127, cmake/trunk/rebuild.list)

--+
 PKGBUILD |   53 +
 rebuild.list |2 ++
 2 files changed, 55 insertions(+)

Copied: cmake/repos/staging-x86_64/PKGBUILD (from rev 348127, 
cmake/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-14 21:56:05 UTC (rev 348128)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.14.0
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('x86_64')
+url="http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libuv' 'rhash')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('a3b47f2b8d3436860e8cc06a8c0288124289560853d24f68dfbb49a2ff3f861ee385463376ad1dafa6d4a618c06d2e9049b20fcac1d2c147b29bb93479a8d400')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{indent,syntax}
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/indent/cmake.vim \
+"${vimpath}"/indent/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/syntax/cmake.vim \
+"${vimpath}"/syntax/
+
+  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
+  emacs -batch -f batch-byte-compile \
+"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.elc \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: cmake/repos/staging-x86_64/rebuild.list (from rev 348127, 
cmake/trunk/rebuild.list)
===
--- staging-x86_64/rebuild.list (rev 0)
+++ staging-x86_64/rebuild.list 2019-03-14 21:56:05 UTC (rev 348128)
@@ -0,0 +1,2 @@
+cmake-fedora
+uranium


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 21:55:49
  Author: arojas
Revision: 348127

Update to 3.14.0

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 21:49:29 UTC (rev 348126)
+++ PKGBUILD2019-03-14 21:55:49 UTC (rev 348127)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=3.13.4
+pkgver=3.14.0
 pkgrel=1
 pkgdesc='A cross-platform open-source make system'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('qt5-base: cmake-gui'
 'libxkbcommon-x11: cmake-gui')
 
source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('5a2cc092109652ced5a3a6ae00fe0c7d134efa7d90d59f376368408bb684343db9e144ee53b184f3437f8a86cf9976a130a1e1676c993d56b278a6640a418c93')
+sha512sums=('a3b47f2b8d3436860e8cc06a8c0288124289560853d24f68dfbb49a2ff3f861ee385463376ad1dafa6d4a618c06d2e9049b20fcac1d2c147b29bb93479a8d400')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 21:49:29
  Author: arojas
Revision: 348126

archrelease: copy trunk to extra-x86_64

Added:
  sip/repos/extra-x86_64/PKGBUILD
(from rev 348125, sip/trunk/PKGBUILD)
Deleted:
  sip/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 21:49:05 UTC (rev 348125)
+++ PKGBUILD2019-03-14 21:49:29 UTC (rev 348126)
@@ -1,92 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai , Ben 
-
-pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
-pkgver=4.19.14
-pkgrel=1
-arch=('x86_64')
-url='http://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-makedepends=('python' 'python2')
-source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz;)
-sha256sums=('0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87')
-
-prepare() {
-  mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
-}
-
-build() {
-  cd "$srcdir"/build
-  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-
-  cd "$srcdir"/build-py2
-  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-
-  cd "$srcdir"/build-pyqt5
-  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
-  make
-
-  cd "$srcdir"/build-pyqt5-py2
-  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
-  make
-}
-
-package_sip() {
-  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
-  depends=('glibc')
-
-  cd build
-  make DESTDIR="$pkgdir" install -C sipgen
-# move sip.h to /usr/include
-  mv "$pkgdir"/usr/include/{python*/sip.h,}
-  rm -r "$pkgdir"/usr/include/python*
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-sip() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
-  depends=('python')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include} # conflicts with sip
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sip() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('python2')
-
-  cd build-py2
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include} # conflicts with sip
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-sip-pyqt5() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries (PyQt5 version)"
-  depends=('python')
-
-  cd build-pyqt5
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sip-pyqt5() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries (PyQt5 version)"
-  depends=('python2')
-
-  cd build-pyqt5-py2
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sip/repos/extra-x86_64/PKGBUILD (from rev 348125, sip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 21:49:29 UTC (rev 348126)
@@ -0,0 +1,97 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
+pkgver=4.19.14
+pkgrel=2
+arch=('x86_64')
+url='https://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz;
+
sip-qt4.patch::"https://www.riverbankcomputing.com/hg/sip/raw-rev/7bd4d19479ad;)
+sha256sums=('0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87'
+'1454250769202ced369fcaed42f88b19392e83ced2e62fcd5bf32e64259374e3')
+
+prepare() {
+  mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
+
+  cd sip-$pkgver
+  patch -p1 -i ../sip-qt4.patch # Fix qt4 code generation
+}
+
+build() {
+  cd "$srcdir"/build
+  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/build-py2
+  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/build-pyqt5
+  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
+  make
+
+  cd "$srcdir"/build-pyqt5-py2
+  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
+  make
+}
+

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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 21:49:05
  Author: arojas
Revision: 348125

Fix qt4 compatibility (FS#62014)

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 21:31:38 UTC (rev 348124)
+++ PKGBUILD2019-03-14 21:49:05 UTC (rev 348125)
@@ -6,16 +6,21 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
 pkgver=4.19.14
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
-source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz;)
-sha256sums=('0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz;
+
sip-qt4.patch::"https://www.riverbankcomputing.com/hg/sip/raw-rev/7bd4d19479ad;)
+sha256sums=('0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87'
+'1454250769202ced369fcaed42f88b19392e83ced2e62fcd5bf32e64259374e3')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
+
+  cd sip-$pkgver
+  patch -p1 -i ../sip-qt4.patch # Fix qt4 code generation
 }
 
 build() {


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 21:31:00
  Author: heftig
Revision: 348123

3.32.0.1+11+g82ca937ec-1

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 21:29:16 UTC (rev 348122)
+++ PKGBUILD2019-03-14 21:31:00 UTC (rev 348123)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-control-center
-pkgver=3.30.3
+pkgver=3.32.0.1+11+g82ca937ec
 pkgrel=1
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center;
@@ -11,16 +11,17 @@
 depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
  gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
  libgtop nm-connection-editor sound-theme-freedesktop upower 
libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
- cheese libgudev bolt)
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo libibus
+ cheese libgudev bolt udisks2 libhandy gsound)
 makedepends=(docbook-xsl modemmanager git python meson)
+checkdepends=(python-dbusmock python-gobject xorg-server-xvfb)
 optdepends=('system-config-printer: Printer settings'
 'gnome-user-share: Bluetooth and WebDAV file sharing'
+'gnome-remote-desktop: screen sharing'
 'rygel: media sharing'
-'vino: screen sharing'
 'openssh: remote login')
 groups=(gnome)
-_commit=a1d936d9dd63a5e82d0a65733de7a6cc40eff717  # tags/3.30.3^0
+_commit=82ca937ecdb8f1e5dbcc75ae2f9d0dbd77c76830  # master
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-control-center/repos (2 files)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 21:31:38
  Author: heftig
Revision: 348124

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-control-center/repos/gnome-unstable-x86_64/
  gnome-control-center/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 348123, gnome-control-center/trunk/PKGBUILD)

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

Copied: gnome-control-center/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
348123, gnome-control-center/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2019-03-14 21:31:38 UTC (rev 348124)
@@ -0,0 +1,55 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-control-center
+pkgver=3.32.0.1+11+g82ca937ec
+pkgrel=1
+pkgdesc="GNOME's main interface to configure various aspects of the desktop"
+url="https://gitlab.gnome.org/GNOME/gnome-control-center;
+license=(GPL2)
+arch=(x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop nm-connection-editor sound-theme-freedesktop upower 
libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo libibus
+ cheese libgudev bolt udisks2 libhandy gsound)
+makedepends=(docbook-xsl modemmanager git python meson)
+checkdepends=(python-dbusmock python-gobject xorg-server-xvfb)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'gnome-remote-desktop: screen sharing'
+'rygel: media sharing'
+'openssh: remote login')
+groups=(gnome)
+_commit=82ca937ecdb8f1e5dbcc75ae2f9d0dbd77c76830  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+}
+
+
+build() {
+  arch-meson $pkgname build -D documentation=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 21:29:16
  Author: bpiotrowski
Revision: 348122

archrelease: copy trunk to extra-x86_64

Added:
  gnome-logs/repos/extra-x86_64/PKGBUILD
(from rev 348121, gnome-logs/trunk/PKGBUILD)
Deleted:
  gnome-logs/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 21:29:11 UTC (rev 348121)
+++ PKGBUILD2019-03-14 21:29:16 UTC (rev 348122)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-logs
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="A log viewer for the systemd journal"
-url="https://wiki.gnome.org/Apps/Logs;
-arch=(x86_64)
-license=(GPL)
-depends=(systemd gtk3 gsettings-desktop-schemas)
-makedepends=(appstream-glib git meson itstool docbook-xsl)
-groups=(gnome)
-_commit=af72655c2c71fb951815f40a21cc0a3ccea1d6e6  # tags/gnome-logs-3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-logs.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^gnome-logs-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D tests=true -D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-logs/repos/extra-x86_64/PKGBUILD (from rev 348121, 
gnome-logs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 21:29:16 UTC (rev 348122)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-logs
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="A log viewer for the systemd journal"
+url="https://wiki.gnome.org/Apps/Logs;
+arch=(x86_64)
+license=(GPL)
+depends=(systemd gtk3 gsettings-desktop-schemas)
+makedepends=(appstream-glib git meson itstool docbook-xsl)
+groups=(gnome)
+_commit=8454979a102eac72f83a374760a5ba642231be24  # tags/gnome-logs-3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-logs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gnome-logs-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D tests=true -D man=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 21:29:11
  Author: bpiotrowski
Revision: 348121

3.32.0-1

Modified:
  gnome-logs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 21:28:47 UTC (rev 348120)
+++ PKGBUILD2019-03-14 21:29:11 UTC (rev 348121)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-logs
-pkgver=3.30.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="A log viewer for the systemd journal"
 url="https://wiki.gnome.org/Apps/Logs;
@@ -10,7 +10,7 @@
 depends=(systemd gtk3 gsettings-desktop-schemas)
 makedepends=(appstream-glib git meson itstool docbook-xsl)
 groups=(gnome)
-_commit=af72655c2c71fb951815f40a21cc0a3ccea1d6e6  # tags/gnome-logs-3.30.0^0
+_commit=8454979a102eac72f83a374760a5ba642231be24  # tags/gnome-logs-3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-logs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 21:28:47
  Author: bpiotrowski
Revision: 348120

archrelease: copy trunk to extra-x86_64

Added:
  gnome-music/repos/extra-x86_64/PKGBUILD
(from rev 348119, gnome-music/trunk/PKGBUILD)
Deleted:
  gnome-music/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 21:28:42 UTC (rev 348119)
+++ PKGBUILD2019-03-14 21:28:47 UTC (rev 348120)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-music
-pkgver=3.30.2
-pkgrel=1
-epoch=1
-pkgdesc="Music player and management application"
-url="https://wiki.gnome.org/Apps/Music;
-arch=(x86_64)
-license=(GPL)
-depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 
gvfs python-gobject
- python-cairo gst-plugins-base python-requests libdazzle)
-makedepends=(gobject-introspection git meson yelp-tools appstream-glib)
-optdepends=('gst-plugins-good: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-libav: Extra media codecs')
-groups=(gnome)
-_commit=f42f54367e0b906dcf6450856cf0f1dcd2afc25c  # tags/3.30.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-}

Copied: gnome-music/repos/extra-x86_64/PKGBUILD (from rev 348119, 
gnome-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 21:28:47 UTC (rev 348120)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-music
+pkgver=3.32.0
+pkgrel=1
+epoch=1
+pkgdesc="Music player and management application"
+url="https://wiki.gnome.org/Apps/Music;
+arch=(x86_64)
+license=(GPL)
+depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 
gvfs python-gobject
+ python-cairo gst-plugins-base python-requests libdazzle)
+makedepends=(gobject-introspection git meson yelp-tools appstream-glib)
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs')
+groups=(gnome)
+_commit=14ee9c8504552de9e45fa5586b53f200c7fe9c33  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 21:28:42
  Author: bpiotrowski
Revision: 348119

1:3.32.0-1

Modified:
  gnome-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 21:26:11 UTC (rev 348118)
+++ PKGBUILD2019-03-14 21:28:42 UTC (rev 348119)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-music
-pkgver=3.30.2
+pkgver=3.32.0
 pkgrel=1
 epoch=1
 pkgdesc="Music player and management application"
@@ -17,7 +17,7 @@
 'gst-plugins-bad: Extra media codecs'
 'gst-libav: Extra media codecs')
 groups=(gnome)
-_commit=f42f54367e0b906dcf6450856cf0f1dcd2afc25c  # tags/3.30.2^0
+_commit=14ee9c8504552de9e45fa5586b53f200c7fe9c33  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 21:26:11
  Author: bpiotrowski
Revision: 348118

archrelease: copy trunk to extra-any

Added:
  orca/repos/extra-any/PKGBUILD
(from rev 348117, orca/trunk/PKGBUILD)
Deleted:
  orca/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 21:26:06 UTC (rev 348117)
+++ PKGBUILD2019-03-14 21:26:11 UTC (rev 348118)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: William Rea 
-
-pkgname=orca
-pkgver=3.30.2
-pkgrel=1
-pkgdesc="Screen reader for individuals who are blind or visually impaired"
-url="https://wiki.gnome.org/Projects/Orca;
-arch=(any)
-license=(LGPL)
-depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
- xorg-xmodmap gsettings-desktop-schemas
- gst-plugins-base # playbin, audiotestsrc, basic decoders
- gst-plugins-good # pulsesink, more decoders
-)
-makedepends=(itstool intltool git yelp-tools)
-groups=(gnome)
-_commit=ad0c3d2745a45faf3d86fe99ad59d471eb20ad9b  # gnome-3-30~1
-source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/ORCA_//' -e 's/_/\./g' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Fixup missing tag
-  git tag -f ORCA_3_30_2 ad0c3d2745a45faf3d86fe99ad59d471eb20ad9b
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set sw=2 et:

Copied: orca/repos/extra-any/PKGBUILD (from rev 348117, orca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 21:26:11 UTC (rev 348118)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: William Rea 
+
+pkgname=orca
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Screen reader for individuals who are blind or visually impaired"
+url="https://wiki.gnome.org/Projects/Orca;
+arch=(any)
+license=(LGPL)
+depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
+ xorg-xmodmap gsettings-desktop-schemas
+ gst-plugins-base # playbin, audiotestsrc, basic decoders
+ gst-plugins-good # pulsesink, more decoders
+)
+makedepends=(itstool intltool git yelp-tools)
+groups=(gnome)
+_commit=f2bfa376605d150f4ac89dfe37323f22ca164138  # tags/ORCA_3_32_0^0
+source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/ORCA_//' -e 's/_/\./g' -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Fixup missing tag
+  git tag -f ORCA_3_30_2 ad0c3d2745a45faf3d86fe99ad59d471eb20ad9b
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 21:26:06
  Author: bpiotrowski
Revision: 348117

3.32.0-1

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 21:22:11 UTC (rev 348116)
+++ PKGBUILD2019-03-14 21:26:06 UTC (rev 348117)
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=orca
-pkgver=3.30.2
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Screen reader for individuals who are blind or visually impaired"
 url="https://wiki.gnome.org/Projects/Orca;
@@ -16,7 +16,7 @@
 )
 makedepends=(itstool intltool git yelp-tools)
 groups=(gnome)
-_commit=ad0c3d2745a45faf3d86fe99ad59d471eb20ad9b  # gnome-3-30~1
+_commit=f2bfa376605d150f4ac89dfe37323f22ca164138  # tags/ORCA_3_32_0^0
 source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 21:22:11
  Author: bpiotrowski
Revision: 348116

archrelease: copy trunk to extra-x86_64

Added:
  totem/repos/extra-x86_64/PKGBUILD
(from rev 348115, totem/trunk/PKGBUILD)
Deleted:
  totem/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 21:22:05 UTC (rev 348115)
+++ PKGBUILD2019-03-14 21:22:11 UTC (rev 348116)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Movie player for the GNOME desktop based on GStreamer"
-url="https://wiki.gnome.org/Apps/Videos;
-arch=(x86_64)
-license=(GPL2 custom)
-depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
- dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
- gst-plugins-bad)
-makedepends=(libnautilus-extension lirc itstool docbook-xsl python-pylint
- gobject-introspection git appstream-glib gtk-doc meson intltool)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'lirc-utils: Infrared Remote Control plugin'
-'grilo-plugins: Media discovery'
-'python-dbus: MPRIS plugin')
-groups=(gnome)
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-_commit=8392ab2d9eadf202ccac54297eeb93540e6f152a  # tags/V_3_30_0^0
-source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}

Copied: totem/repos/extra-x86_64/PKGBUILD (from rev 348115, 
totem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 21:22:11 UTC (rev 348116)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Movie player for the GNOME desktop based on GStreamer"
+url="https://wiki.gnome.org/Apps/Videos;
+arch=(x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
+ dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
+ gst-plugins-bad)
+makedepends=(libnautilus-extension lirc itstool docbook-xsl python-pylint
+ gobject-introspection git appstream-glib gtk-doc meson intltool)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'lirc-utils: Infrared Remote Control plugin'
+'grilo-plugins: Media discovery'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_commit=5649a2aefa1fb8b1e5392aa2e522469ccb42bffa  # tags/V_3_32_0^0
+source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 21:22:05
  Author: bpiotrowski
Revision: 348115

3.32.0-1

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 21:21:10 UTC (rev 348114)
+++ PKGBUILD2019-03-14 21:22:05 UTC (rev 348115)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.30.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -21,7 +21,7 @@
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=8392ab2d9eadf202ccac54297eeb93540e6f152a  # tags/V_3_30_0^0
+_commit=5649a2aefa1fb8b1e5392aa2e522469ccb42bffa  # tags/V_3_32_0^0
 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-settings-daemon/repos/gnome-unstable-x86_64 (2 files)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 21:21:10
  Author: heftig
Revision: 348114

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 348113, gnome-settings-daemon/trunk/PKGBUILD)
Deleted:
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 21:10:46 UTC (rev 348113)
+++ PKGBUILD2019-03-14 21:21:10 UTC (rev 348114)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="GNOME Settings Daemon"
-url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse 
libnotify systemd-libs
- libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather 
geocode-glib geoclue2 nss
- libgudev gtk3-print-backends libnm)
-makedepends=(xf86-input-wacom libxslt docbook-xsl python git meson)
-checkdepends=(python-pip python-gobject python-dbus)
-groups=(gnome)
-_commit=9381b6c2be1ae0e58a4adb5375f59e6765dd0276  # 
tags/GNOME_SETTINGS_DAEMON_3_32_0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  python -m venv --system-site-packages venv
-  venv/bin/pip install python-dbusmock
-  sed -i "1s|/usr/bin/python3|$srcdir/venv/bin/python|" 
$pkgname/plugins/*/test.py
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
348113, gnome-settings-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 21:21:10 UTC (rev 348114)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.32.0
+pkgrel=2
+pkgdesc="GNOME Settings Daemon"
+url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse 
libnotify systemd-libs
+ libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather 
geocode-glib geoclue2 nss
+ libgudev gtk3-print-backends libnm)
+makedepends=(xf86-input-wacom libxslt docbook-xsl python git meson)
+checkdepends=(python-gobject python-dbusmock)
+groups=(gnome)
+_commit=9381b6c2be1ae0e58a4adb5375f59e6765dd0276  # 
tags/GNOME_SETTINGS_DAEMON_3_32_0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 21:10:46
  Author: heftig
Revision: 348113

3.32.0-2

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 21:06:16 UTC (rev 348112)
+++ PKGBUILD2019-03-14 21:10:46 UTC (rev 348113)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-settings-daemon
 pkgver=3.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME Settings Daemon"
 url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon;
 arch=(x86_64)
@@ -11,7 +11,7 @@
  libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather 
geocode-glib geoclue2 nss
  libgudev gtk3-print-backends libnm)
 makedepends=(xf86-input-wacom libxslt docbook-xsl python git meson)
-checkdepends=(python-pip python-gobject python-dbus)
+checkdepends=(python-gobject python-dbusmock)
 groups=(gnome)
 _commit=9381b6c2be1ae0e58a4adb5375f59e6765dd0276  # 
tags/GNOME_SETTINGS_DAEMON_3_32_0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=$_commit;
@@ -38,9 +38,6 @@
 }
 
 check() {
-  python -m venv --system-site-packages venv
-  venv/bin/pip install python-dbusmock
-  sed -i "1s|/usr/bin/python3|$srcdir/venv/bin/python|" 
$pkgname/plugins/*/test.py
   meson test -C build
 }
 


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 21:06:16
  Author: heftig
Revision: 348112

archrelease: copy trunk to extra-any

Added:
  python-dbusmock/repos/extra-any/
  python-dbusmock/repos/extra-any/PKGBUILD
(from rev 348111, python-dbusmock/trunk/PKGBUILD)

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

Copied: python-dbusmock/repos/extra-any/PKGBUILD (from rev 348111, 
python-dbusmock/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2019-03-14 21:06:16 UTC (rev 348112)
@@ -0,0 +1,29 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=python-dbusmock
+pkgver=0.18.2
+pkgrel=1
+pkgdesc="Mock D-Bus objects for tests"
+url="https://github.com/martinpitt/python-dbusmock;
+arch=(any)
+license=(LGPL3)
+depends=(python-dbus)
+makedepends=(python-setuptools git)
+_commit=6b978e7d00d22fa5fc04f5a2630264077ef5e626  # tags/0.18.2^0
+source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 21:06:01
  Author: heftig
Revision: 348111

0.18.2-1

Added:
  python-dbusmock/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 21:06:01 UTC (rev 348111)
@@ -0,0 +1,29 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=python-dbusmock
+pkgver=0.18.2
+pkgrel=1
+pkgdesc="Mock D-Bus objects for tests"
+url="https://github.com/martinpitt/python-dbusmock;
+arch=(any)
+license=(LGPL3)
+depends=(python-dbus)
+makedepends=(python-setuptools git)
+_commit=6b978e7d00d22fa5fc04f5a2630264077ef5e626  # tags/0.18.2^0
+source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in (3 files)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:57:24
  Author: heftig
Revision: 348110

Add python-dbusmock

Added:
  python-dbusmock/
  python-dbusmock/repos/
  python-dbusmock/trunk/


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

2019-03-14 Thread Morten Linderud via arch-commits
Date: Thursday, March 14, 2019 @ 20:57:08
  Author: foxboron
Revision: 441755

archrelease: copy trunk to community-x86_64

Added:
  python-typed-ast/repos/community-x86_64/PKGBUILD
(from rev 441753, python-typed-ast/trunk/PKGBUILD)
Deleted:
  python-typed-ast/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:57:06 UTC (rev 441754)
+++ PKGBUILD2019-03-14 20:57:08 UTC (rev 441755)
@@ -1,23 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=python-typed-ast
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
-arch=('x86_64')
-url="https://github.com/python/typed_ast;
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz;)
-sha256sums=('d501cd1128ec0b6fa42c8d7490203ba24b19de01a7f32900f3709503f4de38ba')
-
-build(){
-  cd "typed_ast-$pkgver"
-  python setup.py build
-}
-
-package(){
-  cd "typed_ast-$pkgver"
-  python setup.py install --prefix="usr/" --root="$pkgdir/" --optimize=1 
--skip-build
-}

Copied: python-typed-ast/repos/community-x86_64/PKGBUILD (from rev 441753, 
python-typed-ast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:57:08 UTC (rev 441755)
@@ -0,0 +1,23 @@
+# Maintainer: Morten Linderud 
+
+pkgname=python-typed-ast
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
+arch=('x86_64')
+url="https://github.com/python/typed_ast;
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz;)
+sha256sums=('e9c6d1831c35c195833e7be9b75f3f7c9ad2187faeacaad571b58d7dc88836a9')
+
+build(){
+  cd "typed_ast-$pkgver"
+  python setup.py build
+}
+
+package(){
+  cd "typed_ast-$pkgver"
+  python setup.py install --prefix="usr/" --root="$pkgdir/" --optimize=1 
--skip-build
+}


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

2019-03-14 Thread Morten Linderud via arch-commits
Date: Thursday, March 14, 2019 @ 20:56:57
  Author: foxboron
Revision: 441747

upgpkg: python-typed-ast 1.3.1-1

Modified:
  python-typed-ast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:56:57 UTC (rev 441746)
+++ PKGBUILD2019-03-14 20:56:57 UTC (rev 441747)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=python-typed-ast
-pkgver=1.2.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz;)
-sha256sums=('d501cd1128ec0b6fa42c8d7490203ba24b19de01a7f32900f3709503f4de38ba')
+sha256sums=('e9c6d1831c35c195833e7be9b75f3f7c9ad2187faeacaad571b58d7dc88836a9')
 
 build(){
   cd "typed_ast-$pkgver"


[arch-commits] Commit in gnome-system-monitor/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 20:52:54
  Author: bpiotrowski
Revision: 348109

archrelease: copy trunk to extra-x86_64

Added:
  gnome-system-monitor/repos/extra-x86_64/PKGBUILD
(from rev 348108, gnome-system-monitor/trunk/PKGBUILD)
Deleted:
  gnome-system-monitor/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:52:46 UTC (rev 348108)
+++ PKGBUILD2019-03-14 20:52:54 UTC (rev 348109)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-system-monitor
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="View current processes and monitor system state"
-url="https://wiki.gnome.org/Apps/SystemMonitor;
-arch=(x86_64)
-license=(GPL)
-depends=(libgtop gtkmm3 librsvg systemd)
-makedepends=(meson yelp-tools git)
-groups=(gnome)
-_commit=878b3e0ef10c5625c0b7124821b734f21433b6e0  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-system-monitor/repos/extra-x86_64/PKGBUILD (from rev 348108, 
gnome-system-monitor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:52:54 UTC (rev 348109)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-system-monitor
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="View current processes and monitor system state"
+url="https://wiki.gnome.org/Apps/SystemMonitor;
+arch=(x86_64)
+license=(GPL)
+depends=(libgtop gtkmm3 librsvg systemd)
+makedepends=(meson yelp-tools git)
+groups=(gnome)
+_commit=99d9f5a2171014d1cb472ead1e8333e5173b0c36  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 20:52:46
  Author: bpiotrowski
Revision: 348108

3.32.0-1

Modified:
  gnome-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:49:58 UTC (rev 348107)
+++ PKGBUILD2019-03-14 20:52:46 UTC (rev 348108)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-system-monitor
-pkgver=3.30.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="View current processes and monitor system state"
 url="https://wiki.gnome.org/Apps/SystemMonitor;
@@ -11,7 +11,7 @@
 depends=(libgtop gtkmm3 librsvg systemd)
 makedepends=(meson yelp-tools git)
 groups=(gnome)
-_commit=878b3e0ef10c5625c0b7124821b734f21433b6e0  # tags/3.30.0^0
+_commit=99d9f5a2171014d1cb472ead1e8333e5173b0c36  # tags/3.32.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:49:58
  Author: heftig
Revision: 348107

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gsound/repos/gnome-unstable-x86_64/
  gsound/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 348106, gsound/trunk/PKGBUILD)

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

Copied: gsound/repos/gnome-unstable-x86_64/PKGBUILD (from rev 348106, 
gsound/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2019-03-14 20:49:58 UTC (rev 348107)
@@ -0,0 +1,41 @@
+# Maintainer: Jan de Groot 
+
+pkgname=gsound
+pkgver=1.0.2
+pkgrel=4
+pkgdesc="Small library for playing system sounds"
+url="https://wiki.gnome.org/Projects/GSound;
+license=('LGPL')
+arch=('x86_64')
+depends=(glib2 libcanberra)
+makedepends=(gobject-introspection vala git gtk-doc autoconf-archive)
+_commit=a86946b494aa32782b3f6334344d07b5c11d5219  # tags/1.0.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gsound.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc \
+--enable-compile-warnings=yes
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  make -C $pkgname check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:49:37
  Author: heftig
Revision: 348106

1.0.2-4

Modified:
  gsound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:38:18 UTC (rev 348105)
+++ PKGBUILD2019-03-14 20:49:37 UTC (rev 348106)
@@ -2,25 +2,40 @@
 
 pkgname=gsound
 pkgver=1.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Small library for playing system sounds"
 url="https://wiki.gnome.org/Projects/GSound;
 license=('LGPL')
 arch=('x86_64')
 depends=(glib2 libcanberra)
-makedepends=(gobject-introspection vala)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53')
+makedepends=(gobject-introspection vala git gtk-doc autoconf-archive)
+_commit=a86946b494aa32782b3f6334344d07b5c11d5219  # tags/1.0.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gsound.git#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc \
+--enable-compile-warnings=yes
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
+check() {
+  make -C $pkgname check
+}
+
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 20:38:18
  Author: bpiotrowski
Revision: 348105

archrelease: copy trunk to extra-x86_64

Added:
  gnome-clocks/repos/extra-x86_64/PKGBUILD
(from rev 348104, gnome-clocks/trunk/PKGBUILD)
Deleted:
  gnome-clocks/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:38:10 UTC (rev 348104)
+++ PKGBUILD2019-03-14 20:38:18 UTC (rev 348105)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-clocks
-pkgver=3.30.1
-pkgrel=1
-pkgdesc="Clocks applications for GNOME"
-url="https://wiki.gnome.org/Apps/Clocks;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
-makedepends=(vala gobject-introspection itstool yelp-tools git meson)
-groups=(gnome)
-_commit=a2ef639e9c090ef00a7f7f9f6bbd21c9a159c2f0  # tags/3.30.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-clocks/repos/extra-x86_64/PKGBUILD (from rev 348104, 
gnome-clocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:38:18 UTC (rev 348105)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+url="https://wiki.gnome.org/Apps/Clocks;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
+makedepends=(vala gobject-introspection itstool yelp-tools git meson)
+groups=(gnome)
+_commit=b1bf0ffa7571c5028c7ee2e828d399027a81b365  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 20:38:10
  Author: bpiotrowski
Revision: 348104

3.32.0-1

Modified:
  gnome-clocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:37:12 UTC (rev 348103)
+++ PKGBUILD2019-03-14 20:38:10 UTC (rev 348104)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-clocks
-pkgver=3.30.1
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Clocks applications for GNOME"
 url="https://wiki.gnome.org/Apps/Clocks;
@@ -10,7 +10,7 @@
 depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
 makedepends=(vala gobject-introspection itstool yelp-tools git meson)
 groups=(gnome)
-_commit=a2ef639e9c090ef00a7f7f9f6bbd21c9a159c2f0  # tags/3.30.1^0
+_commit=b1bf0ffa7571c5028c7ee2e828d399027a81b365  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-color-manager/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 20:37:12
  Author: bpiotrowski
Revision: 348103

archrelease: copy trunk to extra-x86_64

Added:
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
(from rev 348102, gnome-color-manager/trunk/PKGBUILD)
Deleted:
  gnome-color-manager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:35:39 UTC (rev 348102)
+++ PKGBUILD2019-03-14 20:37:12 UTC (rev 348103)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-color-manager
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="GNOME Color Profile Tools"
-url="https://gitlab.gnome.org/GNOME/gnome-color-manager;
-arch=(x86_64)
-license=(GPL2)
-depends=(libcanberra vte3 exiv2 shared-color-targets colord-gtk libexif)
-makedepends=(yelp-tools git appstream-glib meson docbook-utils docbook-sgml 
perl-sgmls)
-checkdepends=(xorg-server-xvfb)
-optdepends=('argyllcms: color calibration')
-groups=(gnome)
-_commit=4d7296b72c36ab46b5aded52f7fb2ebcae22063a  # 
tags/GNOME_COLOR_MANAGER_3_32_0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-color-manager.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_COLOR_MANAGER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D packagekit=false
-  ninja -C build
-}
-
-check() {
-  xvfb-run meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: gnome-color-manager/repos/extra-x86_64/PKGBUILD (from rev 348102, 
gnome-color-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:37:12 UTC (rev 348103)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-color-manager
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="GNOME Color Profile Tools"
+url="https://gitlab.gnome.org/GNOME/gnome-color-manager;
+arch=(x86_64)
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 shared-color-targets colord-gtk libexif)
+makedepends=(yelp-tools git appstream-glib meson docbook-utils docbook-sgml 
perl-sgmls)
+checkdepends=(xorg-server-xvfb)
+optdepends=('argyllcms: color calibration')
+groups=(gnome)
+_commit=4d7296b72c36ab46b5aded52f7fb2ebcae22063a  # 
tags/GNOME_COLOR_MANAGER_3_32_0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-color-manager.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_COLOR_MANAGER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D packagekit=false
+  ninja -C build
+}
+
+check() {
+  xvfb-run meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 20:35:39
  Author: bpiotrowski
Revision: 348102

archrelease: copy trunk to extra-x86_64

Added:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
(from rev 348101, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/extra-x86_64/null-icaltime.diff
(from rev 348101, gnome-calendar/trunk/null-icaltime.diff)
Deleted:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
  gnome-calendar/repos/extra-x86_64/null-icaltime.diff

+
 PKGBUILD   |   90 +--
 null-icaltime.diff |   28 +++
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:35:31 UTC (rev 348101)
+++ PKGBUILD2019-03-14 20:35:39 UTC (rev 348102)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.30.1
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-url="https://wiki.gnome.org/Apps/Calendar;
-arch=(x86_64)
-license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
-makedepends=(python appstream-glib git meson gtk-doc)
-groups=(gnome)
-_commit=262dd7e3b03b3eacf3b62c616005119b64e0d35e  # tags/3.30.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
-null-icaltime.diff)
-sha256sums=('SKIP'
-'c1aa738a4ff275f725d0aa5406312600503b2b59270448a9e6b30b82a924dc27')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../null-icaltime.diff
-}
-
-build() {
-  arch-meson $pkgname build \
---buildtype=debugoptimized \
--D documentation=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/extra-x86_64/PKGBUILD (from rev 348101, 
gnome-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:35:39 UTC (rev 348102)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar;
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
+makedepends=(python appstream-glib git meson gtk-doc)
+groups=(gnome)
+_commit=f1b5d70be3d1cddb2683346834b49b3c74ed77d7  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
+null-icaltime.diff)
+sha256sums=('SKIP'
+'c1aa738a4ff275f725d0aa5406312600503b2b59270448a9e6b30b82a924dc27')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../null-icaltime.diff
+}
+
+build() {
+  arch-meson $pkgname build \
+--buildtype=debugoptimized \
+-D documentation=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: null-icaltime.diff
===
--- null-icaltime.diff  2019-03-14 20:35:31 UTC (rev 348101)
+++ null-icaltime.diff  2019-03-14 20:35:39 UTC (rev 348102)
@@ -1,14 +0,0 @@
-diff --git i/src/gcal-utils.c w/src/gcal-utils.c
-index c7646565..8070034c 100644
 i/src/gcal-utils.c
-+++ w/src/gcal-utils.c
-@@ -181,6 +181,9 @@ icaltime_to_datetime (const icaltimetype  *date)
-   GDateTime *dt;
-   GTimeZone *tz;
- 
-+  if (!date)
-+return NULL;
-+
-   tz = date->zone ? g_time_zone_new (icaltime_get_tzid (*date)) : 
g_time_zone_new_utc ();
-   dt = g_date_time_new (tz,
- date->year,

Copied: gnome-calendar/repos/extra-x86_64/null-icaltime.diff (from rev 348101, 
gnome-calendar/trunk/null-icaltime.diff)
===
--- null-icaltime.diff  (rev 0)
+++ null-icaltime.diff  2019-03-14 20:35:39 UTC (rev 348102)
@@ -0,0 +1,14 @@
+diff --git i/src/gcal-utils.c w/src/gcal-utils.c
+index c7646565..8070034c 100644
+--- i/src/gcal-utils.c
 w/src/gcal-utils.c
+@@ -181,6 +181,9 @@ icaltime_to_datetime (const icaltimetype  *date)
+   GDateTime *dt;
+   GTimeZone *tz;
+ 
++  if (!date)
++return NULL;
++
+   tz = date->zone ? g_time_zone_new (icaltime_get_tzid (*date)) : 
g_time_zone_new_utc ();
+   dt = g_date_time_new (tz,
+ date->year,


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 20:35:31
  Author: bpiotrowski
Revision: 348101

3.32.0-1

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:35:26 UTC (rev 348100)
+++ PKGBUILD2019-03-14 20:35:31 UTC (rev 348101)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.30.1
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome)
-_commit=262dd7e3b03b3eacf3b62c616005119b64e0d35e  # tags/3.30.1^0
+_commit=f1b5d70be3d1cddb2683346834b49b3c74ed77d7  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
 null-icaltime.diff)
 sha256sums=('SKIP'


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 20:35:26
  Author: bpiotrowski
Revision: 348100

archrelease: copy trunk to extra-x86_64

Added:
  gnome-calculator/repos/extra-x86_64/PKGBUILD
(from rev 348099, gnome-calculator/trunk/PKGBUILD)
Deleted:
  gnome-calculator/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:35:20 UTC (rev 348099)
+++ PKGBUILD2019-03-14 20:35:26 UTC (rev 348100)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-calculator
-pkgver=3.30.1
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-url="https://wiki.gnome.org/Apps/Calculator;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 dconf gtksourceview3 mpfr libsoup libmpc)
-makedepends=(yelp-tools vala git appstream-glib meson)
-groups=(gnome)
-options=(!emptydirs)
-_commit=269be9ec47ae8bb2c806a3be44d1d524f409131d  # tags/3.30.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-calculator/repos/extra-x86_64/PKGBUILD (from rev 348099, 
gnome-calculator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:35:26 UTC (rev 348100)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-calculator
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+url="https://wiki.gnome.org/Apps/Calculator;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 dconf gtksourceview4 mpfr libsoup libmpc)
+makedepends=(yelp-tools vala git appstream-glib meson)
+groups=(gnome)
+options=(!emptydirs)
+_commit=54011d7ca1686310c852f38d4156d1c633a00f79  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 20:35:20
  Author: bpiotrowski
Revision: 348099

3.32.0-1

Modified:
  gnome-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:31:41 UTC (rev 348098)
+++ PKGBUILD2019-03-14 20:35:20 UTC (rev 348099)
@@ -2,17 +2,17 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-calculator
-pkgver=3.30.1
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="GNOME Scientific calculator"
 url="https://wiki.gnome.org/Apps/Calculator;
 arch=(x86_64)
 license=(GPL)
-depends=(gtk3 dconf gtksourceview3 mpfr libsoup libmpc)
+depends=(gtk3 dconf gtksourceview4 mpfr libsoup libmpc)
 makedepends=(yelp-tools vala git appstream-glib meson)
 groups=(gnome)
 options=(!emptydirs)
-_commit=269be9ec47ae8bb2c806a3be44d1d524f409131d  # tags/3.30.1^0
+_commit=54011d7ca1686310c852f38d4156d1c633a00f79  # tags/3.32.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:27:12
  Author: heftig
Revision: 348093

3.32.0-1

Modified:
  gnome-color-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:25:17 UTC (rev 348092)
+++ PKGBUILD2019-03-14 20:27:12 UTC (rev 348093)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-color-manager
-pkgver=3.30.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="GNOME Color Profile Tools"
 url="https://gitlab.gnome.org/GNOME/gnome-color-manager;
@@ -12,7 +12,7 @@
 checkdepends=(xorg-server-xvfb)
 optdepends=('argyllcms: color calibration')
 groups=(gnome)
-_commit=1ff61d08a37ceb994d10604eeb85de585e35c5ce  # 
tags/GNOME_COLOR_MANAGER_3_30_0^0
+_commit=4d7296b72c36ab46b5aded52f7fb2ebcae22063a  # 
tags/GNOME_COLOR_MANAGER_3_32_0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-color-manager.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 20:33:31
  Author: felixonmars
Revision: 441100

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:33:11 UTC (rev 441099)
+++ PKGBUILD2019-03-14 20:33:31 UTC (rev 441100)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-xmlsec
-pkgver=1.3.4
-pkgrel=1
-pkgdesc="Python bindings for the XML Security Library"
-url="https://github.com/mehcode/python-xmlsec;
-license=('MIT')
-arch=('x86_64')
-depends=('python-pkgconfig' 'python-lxml' 'xmlsec')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mehcode/python-xmlsec/archive/$pkgver.tar.gz;)
-sha512sums=('e57a1844f7131cd9ef745a215b3a7363e2176277ac4160ba9c6738da6e1cf9b1fd74227a9a0de9a8de99716b3c30e63410db4f47f833d3f9f21ac2849fe3f55c')
-
-build() {
-  cd python-xmlsec-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-xmlsec-$pkgver
-  python setup.py pytest || warning 
"https://github.com/mehcode/python-xmlsec/issues/84;
-}
-
-package() {
-  cd python-xmlsec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-xmlsec/repos/community-x86_64/PKGBUILD (from rev 441099, 
python-xmlsec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:33:31 UTC (rev 441100)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-xmlsec
+pkgver=1.3.5
+pkgrel=1
+pkgdesc="Python bindings for the XML Security Library"
+url="https://github.com/mehcode/python-xmlsec;
+license=('MIT')
+arch=('x86_64')
+depends=('python-pkgconfig' 'python-lxml' 'xmlsec')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mehcode/python-xmlsec/archive/$pkgver.tar.gz;)
+sha512sums=('33e011f462272dfd90de5f3dfb9ec623bb73274f68dee1de50527b9f2d326b009fdf903c5fc6db3403d627b066f780c6e230eb2d3cf5572ef649e3aafa3d3322')
+
+build() {
+  cd python-xmlsec-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-xmlsec-$pkgver
+  python setup.py pytest || warning 
"https://github.com/mehcode/python-xmlsec/issues/84;
+}
+
+package() {
+  cd python-xmlsec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 20:33:11
  Author: felixonmars
Revision: 441099

upgpkg: python-xmlsec 1.3.5-1

Modified:
  python-xmlsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:31:35 UTC (rev 441098)
+++ PKGBUILD2019-03-14 20:33:11 UTC (rev 441099)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-xmlsec
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
 pkgdesc="Python bindings for the XML Security Library"
 url="https://github.com/mehcode/python-xmlsec;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mehcode/python-xmlsec/archive/$pkgver.tar.gz;)
-sha512sums=('e57a1844f7131cd9ef745a215b3a7363e2176277ac4160ba9c6738da6e1cf9b1fd74227a9a0de9a8de99716b3c30e63410db4f47f833d3f9f21ac2849fe3f55c')
+sha512sums=('33e011f462272dfd90de5f3dfb9ec623bb73274f68dee1de50527b9f2d326b009fdf903c5fc6db3403d627b066f780c6e230eb2d3cf5572ef649e3aafa3d3322')
 
 build() {
   cd python-xmlsec-$pkgver


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

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 20:31:35
  Author: felixonmars
Revision: 441098

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:30:59 UTC (rev 441097)
+++ PKGBUILD2019-03-14 20:31:35 UTC (rev 441098)
@@ -1,56 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=5.6.0
-pkgrel=1
-arch=('x86_64')
-url='https://github.com/giampaolo/psutil'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng' 'python2-ipaddress' 'python2-mock' 
'python-mock' 'python-pytest')
-source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz;)
-sha512sums=('6b28da384c66817c588cbc390b2de96076dfe378a3bbb08de556eaf37f6050a43b6411269d002f538639b34d0df0e386445780507fdd484fc20b3d9d3e249d26')
-
-build() {
-  cd psutil-release-$pkgver
-
-  python setup.py build --build-lib=build/python
-
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd psutil-release-$pkgver
-
-  # Required for testing
-  cp setup.py build/python
-  cp -r scripts build/python/
-
-# 4 non-working tests in build chroot, requires fixes. Test framework does not 
allow exclusion.
-#  PYTHONPATH="$PWD/build/python" python psutil/tests/__main__.py
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('python')
-
-  cd psutil-release-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('python2')
-
-  cd psutil-release-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-x86_64/PKGBUILD (from rev 441097, 
python-psutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:31:35 UTC (rev 441098)
@@ -0,0 +1,56 @@
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=5.6.1
+pkgrel=1
+arch=('x86_64')
+url='https://github.com/giampaolo/psutil'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng' 'python2-ipaddress' 'python2-mock' 
'python-mock' 'python-pytest')
+source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz;)
+sha512sums=('b094b3b7b4aede0e1f1408793b2722190fa24a3a99a9e6a6cdef96fd5ba5677b6176643d33a8c2dcacb415c57b5ec49b07b93b9677798464b0171c8dd359e79f')
+
+build() {
+  cd psutil-release-$pkgver
+
+  python setup.py build --build-lib=build/python
+
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd psutil-release-$pkgver
+
+  # Required for testing
+  cp setup.py build/python
+  cp -r scripts build/python/
+
+# 4 non-working tests in build chroot, requires fixes. Test framework does not 
allow exclusion.
+#  PYTHONPATH="$PWD/build/python" python psutil/tests/__main__.py
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('python')
+
+  cd psutil-release-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('python2')
+
+  cd psutil-release-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:31:25
  Author: heftig
Revision: 348097

3.32.0.1-1

Modified:
  gnome-user-share/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:28:38 UTC (rev 348096)
+++ PKGBUILD2019-03-14 20:31:25 UTC (rev 348097)
@@ -1,7 +1,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=gnome-user-share
-pkgver=3.28.0
+pkgver=3.32.0.1
 pkgrel=1
 pkgdesc="Easy to use user-level file sharing for GNOME"
 arch=(x86_64)
@@ -8,10 +8,10 @@
 url="https://git.gnome.org/browse/gnome-user-share;
 license=(GPL)
 depends=(mod_dnssd dconf gtk3 libnotify libcanberra)
-makedepends=(intltool libnautilus-extension itstool docbook-xsl gnome-common 
git)
+makedepends=(libnautilus-extension itstool docbook-xsl gnome-common git)
 options=(!emptydirs)
 groups=(gnome)
-_commit=66aa73e5a55cfc42fbad6355c8b202aaf4763cdd  # 
tags/GNOME_USER_SHARE_3_28_0^0
+_commit=10db229931064c8355cbbf12f3e90a4c6d8933eb  # 
tags/GNOME_USER_SHARE_3_32_0_1^0
 source=("git+https://git.gnome.org/browse/gnome-user-share#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-user-share/repos/extra-x86_64 (4 files)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:31:41
  Author: heftig
Revision: 348098

archrelease: copy trunk to extra-x86_64

Added:
  gnome-user-share/repos/extra-x86_64/PKGBUILD
(from rev 348097, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/extra-x86_64/fix-no-password-mode.patch
(from rev 348097, gnome-user-share/trunk/fix-no-password-mode.patch)
Deleted:
  gnome-user-share/repos/extra-x86_64/PKGBUILD
  gnome-user-share/repos/extra-x86_64/fix-no-password-mode.patch

+
 PKGBUILD   |   83 ++
 fix-no-password-mode.patch |  118 +--
 2 files changed, 100 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:31:25 UTC (rev 348097)
+++ PKGBUILD2019-03-14 20:31:41 UTC (rev 348098)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Roman Kyrylych 
-
-pkgname=gnome-user-share
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="Easy to use user-level file sharing for GNOME"
-arch=(x86_64)
-url="https://git.gnome.org/browse/gnome-user-share;
-license=(GPL)
-depends=(mod_dnssd dconf gtk3 libnotify libcanberra)
-makedepends=(intltool libnautilus-extension itstool docbook-xsl gnome-common 
git)
-options=(!emptydirs)
-groups=(gnome)
-_commit=66aa73e5a55cfc42fbad6355c8b202aaf4763cdd  # 
tags/GNOME_USER_SHARE_3_28_0^0
-source=("git+https://git.gnome.org/browse/gnome-user-share#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_USER_SHARE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib \
-  --localstatedir=/var \
-  --with-httpd=/usr/bin/httpd \
-  --with-modules-path=/usr/lib/httpd/modules
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-user-share/repos/extra-x86_64/PKGBUILD (from rev 348097, 
gnome-user-share/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:31:41 UTC (rev 348098)
@@ -0,0 +1,41 @@
+# Contributor: Roman Kyrylych 
+
+pkgname=gnome-user-share
+pkgver=3.32.0.1
+pkgrel=1
+pkgdesc="Easy to use user-level file sharing for GNOME"
+arch=(x86_64)
+url="https://git.gnome.org/browse/gnome-user-share;
+license=(GPL)
+depends=(mod_dnssd dconf gtk3 libnotify libcanberra)
+makedepends=(libnautilus-extension itstool docbook-xsl gnome-common git)
+options=(!emptydirs)
+groups=(gnome)
+_commit=10db229931064c8355cbbf12f3e90a4c6d8933eb  # 
tags/GNOME_USER_SHARE_3_32_0_1^0
+source=("git+https://git.gnome.org/browse/gnome-user-share#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_USER_SHARE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib \
+  --localstatedir=/var \
+  --with-httpd=/usr/bin/httpd \
+  --with-modules-path=/usr/lib/httpd/modules
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: fix-no-password-mode.patch
===
--- fix-no-password-mode.patch  2019-03-14 20:31:25 UTC (rev 348097)
+++ fix-no-password-mode.patch  2019-03-14 20:31:41 UTC (rev 348098)
@@ -1,59 +0,0 @@
-From a1afc2e9aa3b86f408739e78bd23382c53df5b5c Mon Sep 17 00:00:00 2001
-From: Josselin Mouette 
-Date: Tue, 24 Jun 2014 15:00:36 +0200
-Subject: data: Fix httpd configuration with require_password=never
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The AuthType, AuthName, AuthDigestDomain, AuthDigestProvider,
-AuthUserFile and AuthGroupFile directives should be in an
- section, executed only when password authentication
-is configured, otherwise we get this error:
-"AuthType configured with no corresponding authorization directives"
-
-Thanks to scorpy...@yahoo.com and Arno Töll.
-
-diff --git a/data/dav_user_2.4.conf b/data/dav_user_2.4.conf
-index de2e885..9604637 100644
 a/data/dav_user_2.4.conf
-+++ b/data/dav_user_2.4.conf
-@@ -30,20 +30,28 @@ DNSSDAutoRegisterUserDir Off
-   
- DAV On
- 
--AuthType Digest
--AuthName "${GUS_LOGIN_LABEL}"
--AuthDigestDomain /
-+
-+  AuthType Digest
-+  AuthName "${GUS_LOGIN_LABEL}"
-+  AuthDigestDomain /
- 
--AuthDigestProvider file
--AuthUserFile ${XDG_CONFIG_HOME}/user-share/passwd
--AuthGroupFile /usr/share/gnome-user-share/dav_groupfile
-+  AuthDigestProvider file
-+  AuthUserFile ${XDG_CONFIG_HOME}/user-share/passwd
-+  AuthGroupFile /usr/share/gnome-user-share/dav_groupfile
- 
--
-   Require user guest
-   Require group 

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

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 20:30:59
  Author: felixonmars
Revision: 441097

upgpkg: python-psutil 5.6.1-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:25:09 UTC (rev 441096)
+++ PKGBUILD2019-03-14 20:30:59 UTC (rev 441097)
@@ -2,7 +2,7 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=5.6.0
+pkgver=5.6.1
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/giampaolo/psutil'
@@ -10,7 +10,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng' 'python2-ipaddress' 'python2-mock' 
'python-mock' 'python-pytest')
 source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz;)
-sha512sums=('6b28da384c66817c588cbc390b2de96076dfe378a3bbb08de556eaf37f6050a43b6411269d002f538639b34d0df0e386445780507fdd484fc20b3d9d3e249d26')
+sha512sums=('b094b3b7b4aede0e1f1408793b2722190fa24a3a99a9e6a6cdef96fd5ba5677b6176643d33a8c2dcacb415c57b5ec49b07b93b9677798464b0171c8dd359e79f')
 
 build() {
   cd psutil-release-$pkgver


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 20:28:38
  Author: bpiotrowski
Revision: 348096

archrelease: copy trunk to extra-any

Added:
  gnome-backgrounds/repos/extra-any/PKGBUILD
(from rev 348095, gnome-backgrounds/trunk/PKGBUILD)
Deleted:
  gnome-backgrounds/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:28:33 UTC (rev 348095)
+++ PKGBUILD2019-03-14 20:28:38 UTC (rev 348096)
@@ -1,29 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-backgrounds
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Background images and data for GNOME"
-url="https://gitlab.gnome.org/GNOME/gnome-backgrounds;
-arch=(any)
-makedepends=(glib2 meson)
-license=(GPL)
-groups=(gnome)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ece63a2aaf2e9b685721d125b7832fee63749db58743bc147ee92e136896e984')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: gnome-backgrounds/repos/extra-any/PKGBUILD (from rev 348095, 
gnome-backgrounds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:28:38 UTC (rev 348096)
@@ -0,0 +1,29 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-backgrounds
+pkgver=3.31.91
+pkgrel=1
+pkgdesc="Background images and data for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-backgrounds;
+arch=(any)
+makedepends=(glib2 meson)
+license=(GPL)
+groups=(gnome)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('21fc5879ec1a5f592d383d3f9b407a2d58274c25fc8277a9e1c4a10642118a95')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 20:28:33
  Author: bpiotrowski
Revision: 348095

3.31.91-1

Modified:
  gnome-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:27:31 UTC (rev 348094)
+++ PKGBUILD2019-03-14 20:28:33 UTC (rev 348095)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-backgrounds
-pkgver=3.30.0
+pkgver=3.31.91
 pkgrel=1
 pkgdesc="Background images and data for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-backgrounds;
@@ -11,7 +11,7 @@
 license=(GPL)
 groups=(gnome)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ece63a2aaf2e9b685721d125b7832fee63749db58743bc147ee92e136896e984')
+sha256sums=('21fc5879ec1a5f592d383d3f9b407a2d58274c25fc8277a9e1c4a10642118a95')
 
 build() {
   arch-meson $pkgname-$pkgver build


[arch-commits] Commit in gnome-color-manager/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:27:31
  Author: heftig
Revision: 348094

archrelease: copy trunk to extra-x86_64

Added:
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
(from rev 348093, gnome-color-manager/trunk/PKGBUILD)
Deleted:
  gnome-color-manager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:27:12 UTC (rev 348093)
+++ PKGBUILD2019-03-14 20:27:31 UTC (rev 348094)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-color-manager
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="GNOME Color Profile Tools"
-url="https://gitlab.gnome.org/GNOME/gnome-color-manager;
-arch=(x86_64)
-license=(GPL2)
-depends=(libcanberra vte3 exiv2 shared-color-targets colord-gtk libexif)
-makedepends=(yelp-tools git appstream-glib meson docbook-utils docbook-sgml 
perl-sgmls)
-checkdepends=(xorg-server-xvfb)
-optdepends=('argyllcms: color calibration')
-groups=(gnome)
-_commit=1ff61d08a37ceb994d10604eeb85de585e35c5ce  # 
tags/GNOME_COLOR_MANAGER_3_30_0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-color-manager.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_COLOR_MANAGER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D packagekit=false
-  ninja -C build
-}
-
-check() {
-  xvfb-run meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: gnome-color-manager/repos/extra-x86_64/PKGBUILD (from rev 348093, 
gnome-color-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:27:31 UTC (rev 348094)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-color-manager
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="GNOME Color Profile Tools"
+url="https://gitlab.gnome.org/GNOME/gnome-color-manager;
+arch=(x86_64)
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 shared-color-targets colord-gtk libexif)
+makedepends=(yelp-tools git appstream-glib meson docbook-utils docbook-sgml 
perl-sgmls)
+checkdepends=(xorg-server-xvfb)
+optdepends=('argyllcms: color calibration')
+groups=(gnome)
+_commit=4d7296b72c36ab46b5aded52f7fb2ebcae22063a  # 
tags/GNOME_COLOR_MANAGER_3_32_0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-color-manager.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_COLOR_MANAGER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D packagekit=false
+  ninja -C build
+}
+
+check() {
+  xvfb-run meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:23:24
  Author: heftig
Revision: 348087

archrelease: copy trunk to staging-x86_64

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

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

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

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

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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:23:23
  Author: heftig
Revision: 441085

archrelease: copy trunk to community-staging-x86_64

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

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

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

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 441084, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-03-14 20:23:23 UTC (rev 441085)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:23:23
  Author: heftig
Revision: 441086

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:23:24
  Author: heftig
Revision: 348086

archrelease: copy trunk to staging-x86_64

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

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

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

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

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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:23:22
  Author: heftig
Revision: 348085

archrelease: copy trunk to staging-x86_64

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

---+
 PKGBUILD  |   74 
 kernel-4.11.patch |   38 ++
 kernel-5.0.patch  |   52 
 3 files changed, 164 insertions(+)

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

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 348084, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2019-03-14 20:23:22 UTC (rev 348085)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, , vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, , vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 

[arch-commits] Commit in ndiswrapper-arch/repos (6 files)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:23:16
  Author: heftig
Revision: 441084

archrelease: copy trunk to community-staging-x86_64

Added:
  ndiswrapper-arch/repos/community-staging-x86_64/
  ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 441076, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch
(from rev 441076, ndiswrapper-arch/trunk/linux-4.11.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.13.patch
(from rev 441076, ndiswrapper-arch/trunk/linux-4.13.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.15.patch
(from rev 441076, ndiswrapper-arch/trunk/linux-4.15.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-5.0.patch
(from rev 441076, ndiswrapper-arch/trunk/linux-5.0.patch)

--+
 PKGBUILD |   43 +++
 linux-4.11.patch |   55 ++
 linux-4.13.patch |   27 +++
 linux-4.15.patch |  199 +
 linux-5.0.patch  |   25 ++
 5 files changed, 349 insertions(+)

Copied: ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
441076, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-14 20:23:16 UTC (rev 441084)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.61
+_extramodules=extramodules-ARCH
+pkgrel=16
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="http://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("ndiswrapper-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
+'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch' 
'linux-5.0.patch')
+sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
+
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
+
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482'
+
'52bd3d2025ffb8a3f6a4a1a1fee1b87d3811f30a210a54aaa7b37838eb256cd766bc1aeda24e4b4f4829992584931ecd97a042794c9b854bd1ebbf452dce2abf'
+
'4918dcebd62ae577401469719f1a8866edd3dc97667aa3de287af1530aa68f50dc2508c883ecd2c9d1fe20f226ecd342b04b08f7a2cace0e531e5f49bbc12f2c')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.11.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.13.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.15.patch -d 
ndiswrapper
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-5.0.patch
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd ndiswrapper-$pkgver/ndiswrapper
+  make -C driver KVERS_UNAME="$_kernver"
+}
+
+package() {
+  cd ndiswrapper-$pkgver/ndiswrapper/driver
+  install -Dm644 ndiswrapper.ko 
"$pkgdir"/usr/lib/modules/$_extramodules/ndiswrapper.ko
+  gzip "$pkgdir"/usr/lib/modules/$_extramodules/ndiswrapper.ko
+}

Copied: ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch (from 
rev 441076, ndiswrapper-arch/trunk/linux-4.11.patch)
===
--- community-staging-x86_64/linux-4.11.patch   (rev 0)
+++ community-staging-x86_64/linux-4.11.patch   2019-03-14 20:23:16 UTC (rev 
441084)
@@ -0,0 +1,55 @@
+commit fa2aeeccd5366378ca2eb83c6daee64b511fe792
+Author: Felix Yan 
+Date:   Tue May 16 01:32:56 2017 +0800
+
+Add support for Linux 4.11+
+
+diff --git a/ndiswrapper/driver/ndis.c b/ndiswrapper/driver/ndis.c
+index c1913a05..2ab4dd21 100644
+--- a/ndiswrapper/driver/ndis.c
 b/ndiswrapper/driver/ndis.c
+@@ -2258,7 +2258,9 @@ wstdcall void NdisMIndicateReceivePacket(struct 
ndis_mp_block *nmb,
+   WARNING("empty packet ignored");
+   continue;
+   }
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+   wnd->net_dev->last_rx = jiffies;
++#endif
+   /* get total number of bytes in packet */
+   NdisGetFirstBufferFromPacketSafe(packet, , ,
+, _length,
+@@ -2346,7 +2348,9 @@ wstdcall void EthRxIndicateHandler(struct ndis_mp_block 
*nmb, void *rx_ctx,
+   ERROR("nmb is NULL");
+   EXIT3(return);
+   }
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+   wnd->net_dev->last_rx = jiffies;
++#endif
+ 
+   

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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:23:15
  Author: heftig
Revision: 441081

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:22:16
  Author: heftig
Revision: 348084

archrelease: copy trunk to extra-x86_64

Added:
  liboauth/repos/extra-x86_64/PKGBUILD
(from rev 348083, liboauth/trunk/PKGBUILD)
Deleted:
  liboauth/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:20:34 UTC (rev 348083)
+++ PKGBUILD2019-03-14 20:22:16 UTC (rev 348084)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Kaiting Chen 
-# Contributor: Martin Häger 
-
-pkgname=liboauth
-pkgver=1.0.3+9+g11e9461
-pkgrel=3
-pkgdesc="C library implementing OAuth Core RFC 5849"
-url="https://github.com/x42/liboauth;
-arch=(x86_64)
-license=(MIT)
-depends=(curl nss)
-makedepends=(git)
-_commit=11e9461fc433e3787198f9c01a0a565a8a1f90a9
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  autoreconf -fvi
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-nss
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING.MIT "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: liboauth/repos/extra-x86_64/PKGBUILD (from rev 348083, 
liboauth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:22:16 UTC (rev 348084)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Kaiting Chen 
+# Contributor: Martin Häger 
+
+pkgname=liboauth
+pkgver=1.0.3+14+g186fb14
+pkgrel=1
+pkgdesc="C library implementing OAuth Core RFC 5849"
+url="https://github.com/x42/liboauth;
+arch=(x86_64)
+license=(MIT)
+depends=(curl nss)
+makedepends=(git)
+_commit=186fb14843c1bc98b70ece02c74b5696b3de9ce7  # master
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-nss
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING.MIT "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:23:13
  Author: heftig
Revision: 441078

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:23:14
  Author: heftig
Revision: 441080

archrelease: copy trunk to community-staging-x86_64

Added:
  wireguard-arch/repos/community-staging-x86_64/
  wireguard-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 441076, wireguard-arch/trunk/PKGBUILD)

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

Copied: wireguard-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
441076, wireguard-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-14 20:23:14 UTC (rev 441080)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-arch
+pkgver=0.0.20190227
+pkgrel=5
+pkgdesc='Wireguard module for Arch Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+_extramodules='extramodules-ARCH'
+
+package() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd "/var/lib/dkms/wireguard/${pkgver}/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set sw=2 et:


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:23:16
  Author: heftig
Revision: 441083

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-anything-arch/repos/community-staging-x86_64/
  deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 441076, deepin-anything-arch/trunk/PKGBUILD)
  deepin-anything-arch/repos/community-staging-x86_64/linux-4.20.patch
(from rev 441076, deepin-anything-arch/trunk/linux-4.20.patch)
  deepin-anything-arch/repos/community-staging-x86_64/linux-5.0.patch
(from rev 441076, deepin-anything-arch/trunk/linux-5.0.patch)

--+
 PKGBUILD |   38 +++
 linux-4.20.patch |   16 +
 linux-5.0.patch  |   64 +
 3 files changed, 118 insertions(+)

Copied: deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
441076, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-14 20:23:16 UTC (rev 441083)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=0.0.4
+_extramodules=extramodules-ARCH
+pkgrel=9
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+depends=('linux')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
+linux-4.20.patch
+linux-5.0.patch)
+sha512sums=('fcb7683ce3bef818ac06dd62f14b5624669f9c09b53c5f08e319b724f5408bc221154428a6436d9e2a68aa6444e966c494c8a7611dfed0c93b6b9e71a3da0f55'
+
'dc3c85e9535cc589fdf56d265c4330519c92b5bcc406153e3162ba6ef5e799b702c394e1961132770f4f3ddd288dbbfe74a9d8056329e4585eb5a2094ffe0155'
+
'6179fae5263d651279e073b4e116cf5fd1986614a0f3129927c39f462cc2ff12bb7c118b64ddbd31399a752d6b177df517133ae634d38146465fe97f49dc31d4')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  patch -p1 -i ../linux-4.20.patch
+  patch -p1 -i ../linux-5.0.patch
+}
+
+build() {
+  cd deepin-anything-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make -C kernelmod kdir=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd deepin-anything-$pkgver/kernelmod
+  install -Dm644 vfs_monitor.ko 
"$pkgdir"/usr/lib/modules/$_extramodules/vfs_monitor.ko
+  gzip "$pkgdir"/usr/lib/modules/$_extramodules/vfs_monitor.ko
+}

Copied: deepin-anything-arch/repos/community-staging-x86_64/linux-4.20.patch 
(from rev 441076, deepin-anything-arch/trunk/linux-4.20.patch)
===
--- community-staging-x86_64/linux-4.20.patch   (rev 0)
+++ community-staging-x86_64/linux-4.20.patch   2019-03-14 20:23:16 UTC (rev 
441083)
@@ -0,0 +1,16 @@
+diff --git a/kernelmod/vfs_change.c b/kernelmod/vfs_change.c
+index 0d6d360..d09e439 100644
+--- a/kernelmod/vfs_change.c
 b/kernelmod/vfs_change.c
+@@ -115,7 +115,11 @@ static ssize_t copy_vfs_changes(struct timeval *last, 
char* buf, size_t size)
+ 
+   time_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
+   struct tm ts;
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0)
+   time_to_tm(shifted_secs, 0, );
++#else
++  time64_to_tm(shifted_secs, 0, );
++#endif
+   char temp[MIN_LINE_SIZE];
+   snprintf(temp, sizeof(temp), "%04ld-%02d-%02d 
%02d:%02d:%02d.%03ld %s ",
+   1900+ts.tm_year, 1+ts.tm_mon, ts.tm_mday, ts.tm_hour, 
ts.tm_min, ts.tm_sec, vc->ts.tv_usec/1000, 

Copied: deepin-anything-arch/repos/community-staging-x86_64/linux-5.0.patch 
(from rev 441076, deepin-anything-arch/trunk/linux-5.0.patch)
===
--- community-staging-x86_64/linux-5.0.patch(rev 0)
+++ community-staging-x86_64/linux-5.0.patch2019-03-14 20:23:16 UTC (rev 
441083)
@@ -0,0 +1,64 @@
+diff -u -r deepin-anything-0.0.4/kernelmod/vfs_change.c 
deepin-anything-0.0.4-5.0/kernelmod/vfs_change.c
+--- deepin-anything-0.0.4/kernelmod/vfs_change.c   2019-03-04 
19:59:13.782355964 +
 deepin-anything-0.0.4-5.0/kernelmod/vfs_change.c   2019-03-04 
20:17:05.425142691 +
+@@ -15,7 +15,7 @@
+ #endif
+ 
+ typedef struct __vfs_change__ {
+-  struct timeval ts;
++  struct timespec64 ts;
+   char *src, *dst;
+   unsigned char action;
+   unsigned short size;
+@@ -77,7 +77,7 @@
+   return -EBUSY;
+   }
+ 
+-  struct timeval* tv = kzalloc(sizeof(struct timeval), GFP_KERNEL);
++  struct timespec64* tv = kzalloc(sizeof(struct timespec64), GFP_KERNEL);
+   if (unlikely(tv == 0)) {
+  

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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:23:15
  Author: heftig
Revision: 441082

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:23:11
  Author: heftig
Revision: 441077

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:23:13
  Author: heftig
Revision: 441079

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
441076, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2019-03-14 20:23:13 UTC (rev 
441079)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

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

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 441076, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-03-14 20:23:13 UTC (rev 441079)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:20:34
  Author: heftig
Revision: 348083

1.0.3+14+g186fb14-1

Modified:
  liboauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:19:37 UTC (rev 348082)
+++ PKGBUILD2019-03-14 20:20:34 UTC (rev 348083)
@@ -3,8 +3,8 @@
 # Contributor: Martin Häger 
 
 pkgname=liboauth
-pkgver=1.0.3+9+g11e9461
-pkgrel=3
+pkgver=1.0.3+14+g186fb14
+pkgrel=1
 pkgdesc="C library implementing OAuth Core RFC 5849"
 url="https://github.com/x42/liboauth;
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 depends=(curl nss)
 makedepends=(git)
-_commit=11e9461fc433e3787198f9c01a0a565a8a1f90a9
+_commit=186fb14843c1bc98b70ece02c74b5696b3de9ce7  # master
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:19:36
  Author: heftig
Revision: 441075

0.0.20190227-5: kernel 5.0.2.arch1-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:19:34 UTC (rev 441074)
+++ PKGBUILD2019-03-14 20:19:36 UTC (rev 441075)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20190227
-pkgrel=4
+pkgrel=5
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:19:32
  Author: heftig
Revision: 348081

418.43-7: kernel 5.0.2.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:19:27 UTC (rev 348080)
+++ PKGBUILD2019-03-14 20:19:32 UTC (rev 348081)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=418.43
 _extramodules=extramodules-ARCH
-pkgrel=6
+pkgrel=7
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:19:34
  Author: heftig
Revision: 441074

1.61-16: kernel 5.0.2.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:19:24 UTC (rev 441073)
+++ PKGBUILD2019-03-14 20:19:34 UTC (rev 441074)
@@ -4,7 +4,7 @@
 pkgname=ndiswrapper-arch
 pkgver=1.61
 _extramodules=extramodules-ARCH
-pkgrel=15
+pkgrel=16
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="http://sourceforge.net/projects/ndiswrapper/;


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:19:37
  Author: heftig
Revision: 348082

340.107-68: kernel 5.0.2.arch1-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:19:32 UTC (rev 348081)
+++ PKGBUILD2019-03-14 20:19:37 UTC (rev 348082)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-ARCH
-pkgrel=67
+pkgrel=68
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:19:13
  Author: heftig
Revision: 441070

0.8-205: kernel 5.0.2.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:19:11 UTC (rev 441069)
+++ PKGBUILD2019-03-14 20:19:13 UTC (rev 441070)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=204
+pkgrel=205
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:19:40
  Author: heftig
Revision: 441076

0.0.4-9: kernel 5.0.2.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:19:36 UTC (rev 441075)
+++ PKGBUILD2019-03-14 20:19:40 UTC (rev 441076)
@@ -3,7 +3,7 @@
 pkgname=deepin-anything-arch
 pkgver=0.0.4
 _extramodules=extramodules-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:19:04
  Author: heftig
Revision: 441067

0.43-93: kernel 5.0.2.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:17:50 UTC (rev 441066)
+++ PKGBUILD2019-03-14 20:19:04 UTC (rev 441067)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=92
+pkgrel=93
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:19:22
  Author: heftig
Revision: 441072

20190302-4: kernel 5.0.2.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:19:15 UTC (rev 441071)
+++ PKGBUILD2019-03-14 20:19:22 UTC (rev 441072)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20190302
-pkgrel=3
+pkgrel=4
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:19:27
  Author: heftig
Revision: 348080

390.116-6: kernel 5.0.2.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:15:33 UTC (rev 348079)
+++ PKGBUILD2019-03-14 20:19:27 UTC (rev 348080)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.116
 _extramodules=extramodules-ARCH
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:19:24
  Author: heftig
Revision: 441073

1.1.0-199: kernel 5.0.2.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:19:22 UTC (rev 441072)
+++ PKGBUILD2019-03-14 20:19:24 UTC (rev 441073)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=198
+pkgrel=199
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:19:07
  Author: heftig
Revision: 441068

6.30.223.271-86: kernel 5.0.2.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:19:04 UTC (rev 441067)
+++ PKGBUILD2019-03-14 20:19:07 UTC (rev 441068)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=85
+pkgrel=86
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:19:15
  Author: heftig
Revision: 441071

8.046.00-51: kernel 5.0.2.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:19:13 UTC (rev 441070)
+++ PKGBUILD2019-03-14 20:19:15 UTC (rev 441071)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.046.00
-pkgrel=50
+pkgrel=51
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:19:11
  Author: heftig
Revision: 441069

6.0.4-14: kernel 5.0.2.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:19:07 UTC (rev 441068)
+++ PKGBUILD2019-03-14 20:19:11 UTC (rev 441069)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.0.4
-pkgrel=13
+pkgrel=14
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 20:17:50
  Author: felixonmars
Revision: 441066

archrelease: copy trunk to community-x86_64

Added:
  s3fs-fuse/repos/community-x86_64/PKGBUILD
(from rev 441065, s3fs-fuse/trunk/PKGBUILD)
Deleted:
  s3fs-fuse/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:16:56 UTC (rev 441065)
+++ PKGBUILD2019-03-14 20:17:50 UTC (rev 441066)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: David Roheim 
-# Contributor: Chris Heien 
-# Contributor: Jonny Gerold 
-
-pkgname=s3fs-fuse
-pkgver=1.84
-pkgrel=1
-pkgdesc="FUSE-based file system backed by Amazon S3"
-arch=('x86_64')
-url="https://github.com/s3fs-fuse/s3fs-fuse/wiki;
-license=('GPL2')
-depends=('fuse2' 'curl' 'libxml2')
-conflicts=('s3fs')
-provides=('s3fs')
-replaces=('s3fs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz;)
-sha256sums=('39b844fe94b44af48ab8d57645a0a3fd9a64486bb54413ba7f928111cb4093a3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: s3fs-fuse/repos/community-x86_64/PKGBUILD (from rev 441065, 
s3fs-fuse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:17:50 UTC (rev 441066)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: David Roheim 
+# Contributor: Chris Heien 
+# Contributor: Jonny Gerold 
+
+pkgname=s3fs-fuse
+pkgver=1.85
+pkgrel=1
+pkgdesc="FUSE-based file system backed by Amazon S3"
+arch=('x86_64')
+url="https://github.com/s3fs-fuse/s3fs-fuse/wiki;
+license=('GPL2')
+depends=('fuse2' 'curl' 'libxml2')
+conflicts=('s3fs')
+provides=('s3fs')
+replaces=('s3fs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz;)
+sha256sums=('c4b48c0aba6565b9531c251d42a6a475a7e845909a3017b61d9c945b15cc008f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 20:16:56
  Author: felixonmars
Revision: 441065

upgpkg: s3fs-fuse 1.85-1

Modified:
  s3fs-fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 19:32:32 UTC (rev 441064)
+++ PKGBUILD2019-03-14 20:16:56 UTC (rev 441065)
@@ -4,7 +4,7 @@
 # Contributor: Jonny Gerold 
 
 pkgname=s3fs-fuse
-pkgver=1.84
+pkgver=1.85
 pkgrel=1
 pkgdesc="FUSE-based file system backed by Amazon S3"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 provides=('s3fs')
 replaces=('s3fs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz;)
-sha256sums=('39b844fe94b44af48ab8d57645a0a3fd9a64486bb54413ba7f928111cb4093a3')
+sha256sums=('c4b48c0aba6565b9531c251d42a6a475a7e845909a3017b61d9c945b15cc008f')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:15:33
  Author: heftig
Revision: 348079

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  cheese/repos/gnome-unstable-x86_64/
  cheese/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 348078, cheese/trunk/PKGBUILD)

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

Copied: cheese/repos/gnome-unstable-x86_64/PKGBUILD (from rev 348078, 
cheese/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2019-03-14 20:15:33 UTC (rev 348079)
@@ -0,0 +1,50 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.32.0+2+g5481726b
+pkgrel=1
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good 
clutter-gst clutter-gtk
+ libcanberra librsvg gnome-desktop libgudev dconf)
+makedepends=(intltool gobject-introspection itstool vala gnome-common git 
appstream-glib
+ gnome-video-effects)
+optdepends=('gnome-video-effects: Camera effects')
+groups=(gnome)
+options=(!emptydirs)
+_commit=5481726b186da7763b6a645ff43aee5ac932e10c  # master
+source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+# TODO: Consider splitting libcheese
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git tag -f 3.32.0 70cd445781ffa08dff1ddad84ee949fd1476d9aa  # Fixup missing 
tag
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese \
+  --enable-gtk-doc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:15:18
  Author: heftig
Revision: 348078

3.32.0+2+g5481726b-1

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:07:41 UTC (rev 348077)
+++ PKGBUILD2019-03-14 20:15:18 UTC (rev 348078)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.30.0
+pkgver=3.32.0+2+g5481726b
 pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
@@ -15,7 +15,7 @@
 optdepends=('gnome-video-effects: Camera effects')
 groups=(gnome)
 options=(!emptydirs)
-_commit=ab4bbb9ec65ae84607b95f0ca5bca61f7a8ac71f  # tags/3.30.0^0
+_commit=5481726b186da7763b6a645ff43aee5ac932e10c  # master
 source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -28,6 +28,7 @@
 
 prepare() {
   cd $pkgname
+  git tag -f 3.32.0 70cd445781ffa08dff1ddad84ee949fd1476d9aa  # Fixup missing 
tag
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:07:41
  Author: heftig
Revision: 348077

archrelease: copy trunk to staging-x86_64

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

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

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


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:06:01
  Author: heftig
Revision: 348076

archrelease: copy trunk to extra-x86_64

Added:
  mousetweaks/repos/extra-x86_64/PKGBUILD
(from rev 348075, mousetweaks/trunk/PKGBUILD)
Deleted:
  mousetweaks/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 20:05:17 UTC (rev 348075)
+++ PKGBUILD2019-03-14 20:06:01 UTC (rev 348076)
@@ -1,27 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig)  
-# Contributor: Jan de Groot 
-
-pkgname=mousetweaks
-pkgver=3.12.0
-pkgrel=3
-pkgdesc="Mouse accessibility enhancements"
-url="https://wiki.gnome.org/Projects/Mousetweaks;
-arch=(x86_64)
-license=(GPL3 FDL)
-depends=(libxtst gtk3 gsettings-desktop-schemas)
-makedepends=(intltool python)
-groups=(gnome)
-options=(!emptydirs)
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c0db478ccb390665e3201e9d1ce08b1c6573a697b797c9e828debb94b1ae3b97')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mousetweaks/repos/extra-x86_64/PKGBUILD (from rev 348075, 
mousetweaks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 20:06:01 UTC (rev 348076)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig)  
+# Contributor: Jan de Groot 
+
+pkgname=mousetweaks
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Mouse accessibility enhancements"
+url="https://wiki.gnome.org/Projects/Mousetweaks;
+arch=(x86_64)
+license=(GPL3 FDL)
+depends=(libxtst gtk3 gsettings-desktop-schemas)
+makedepends=(python git)
+groups=(gnome)
+_commit=db65986e791c8dd001f8e295d19e374dd5e3efd5  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/mousetweaks.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  make -C $pkgname check
+}
+
+package() {
+  DESTDIR="$pkgdir" make install -C $pkgname
+}


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:05:17
  Author: heftig
Revision: 348075

3.32.0-1

Modified:
  mousetweaks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:04:11 UTC (rev 348074)
+++ PKGBUILD2019-03-14 20:05:17 UTC (rev 348075)
@@ -2,26 +2,39 @@
 # Contributor: Jan de Groot 
 
 pkgname=mousetweaks
-pkgver=3.12.0
-pkgrel=3
+pkgver=3.32.0
+pkgrel=1
 pkgdesc="Mouse accessibility enhancements"
 url="https://wiki.gnome.org/Projects/Mousetweaks;
 arch=(x86_64)
 license=(GPL3 FDL)
 depends=(libxtst gtk3 gsettings-desktop-schemas)
-makedepends=(intltool python)
+makedepends=(python git)
 groups=(gnome)
-options=(!emptydirs)
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c0db478ccb390665e3201e9d1ce08b1c6573a697b797c9e828debb94b1ae3b97')
+_commit=db65986e791c8dd001f8e295d19e374dd5e3efd5  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/mousetweaks.git#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
+check() {
+  make -C $pkgname check
+}
+
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="$pkgdir" make install -C $pkgname
 }


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:04:11
  Author: heftig
Revision: 348074

5.0.2.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:00:58 UTC (rev 348073)
+++ PKGBUILD2019-03-14 20:04:11 UTC (rev 348074)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.0.1-zen1
+_srcver=5.0.2-zen1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:00:58
  Author: heftig
Revision: 348073

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  folks/repos/gnome-unstable-x86_64/
  folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 348072, folks/trunk/PKGBUILD)

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

Copied: folks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 348072, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2019-03-14 20:00:58 UTC (rev 348073)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+
+pkgname=folks
+pkgver=0.11.4+58+gdd7cb009
+pkgrel=1
+pkgdesc="Library to aggregates people into metacontacts"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server)
+makedepends=(gobject-introspection gtk-doc vala git)
+_commit=dd7cb009da8f1ffe4c119c2014ef37a81a79ab53  # master
+source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --disable-schemas-compile \
+--disable-libsocialweb-backend --disable-fatal-warnings
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 20:00:35
  Author: heftig
Revision: 348072

0.11.4+58+gdd7cb009-1

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 19:53:46 UTC (rev 348071)
+++ PKGBUILD2019-03-14 20:00:35 UTC (rev 348072)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru 
 
 pkgname=folks
-pkgver=0.11.4+42+g5520ed9a
-pkgrel=2
+pkgver=0.11.4+58+gdd7cb009
+pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Folks;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(telepathy-glib libgee libxml2 evolution-data-server)
 makedepends=(gobject-introspection gtk-doc vala git)
-_commit=5520ed9ae07aac085b73bd7b48aab832ab04b418  # master
+_commit=dd7cb009da8f1ffe4c119c2014ef37a81a79ab53  # master
 source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 19:53:46
  Author: heftig
Revision: 348071

archrelease: copy trunk to staging-x86_64

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

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

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


[arch-commits] Commit in evolution-data-server/repos (2 files)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 19:53:39
  Author: heftig
Revision: 348070

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  evolution-data-server/repos/gnome-unstable-x86_64/
  evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 348069, evolution-data-server/trunk/PKGBUILD)

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

Copied: evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
348069, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2019-03-14 19:53:39 UTC (rev 348070)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake)
+license=(GPL)
+_commit=872b93ebdfdc01083b5b7fccffb34edced7cce44  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cmake -H$pkgname -Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_UOA=OFF \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON
+  cmake --build build
+}
+
+check() {
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  cmake --build build --target test || :
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 19:50:23
  Author: heftig
Revision: 348069

5.0.2.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 19:48:17 UTC (rev 348068)
+++ PKGBUILD2019-03-14 19:50:23 UTC (rev 348069)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.0.1-arch1
+_srcver=5.0.2-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 19:48:17
  Author: heftig
Revision: 348068

3.32.0-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 19:37:18 UTC (rev 348067)
+++ PKGBUILD2019-03-14 19:48:17 UTC (rev 348068)
@@ -2,15 +2,15 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.30.5
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
 arch=(x86_64)
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake)
 license=(GPL)
-_commit=ada736415a2330b63f19a05918fd4f58ca0a45de  # tags/3.30.5^0
+_commit=872b93ebdfdc01083b5b7fccffb34edced7cce44  # tags/3.32.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -24,7 +24,7 @@
 }
 
 build() {
-  cmake -H$pkgname -Bbuild -GNinja \
+  cmake -H$pkgname -Bbuild \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBEXEC_INSTALL_DIR=/usr/lib \
 -DSYSCONF_INSTALL_DIR=/etc \


[arch-commits] Commit in gnome-online-accounts/repos (2 files)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 19:37:18
  Author: heftig
Revision: 348067

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-online-accounts/repos/gnome-unstable-x86_64/
  gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 348066, gnome-online-accounts/trunk/PKGBUILD)

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

Copied: gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
348066, gnome-online-accounts/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2019-03-14 19:37:18 UTC (rev 348067)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.31.90+4+gcc7aac2c
+pkgrel=1
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
+arch=(x86_64)
+license=(LGPL)
+depends=(webkit2gtk json-glib libnotify rest libsecret krb5 gcr)
+makedepends=(gobject-introspection gtk-doc vala git meson)
+optdepends=('gvfs-goa: Virtual file systems, e.g. OwnCloud'
+'gvfs-google: Google Drive')
+_commit=cc7aac2c669d447239876b9c47470ced3b01dc9c  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-online-accounts.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D lastfm=true \
+-D media_server=true \
+-D gtk_doc=true \
+-D man=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 19:36:55
  Author: heftig
Revision: 348066

3.31.90+4+gcc7aac2c-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 19:30:10 UTC (rev 348065)
+++ PKGBUILD2019-03-14 19:36:55 UTC (rev 348066)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-online-accounts
-pkgver=3.30.2
+pkgver=3.31.90+4+gcc7aac2c
 pkgrel=1
 pkgdesc="Single sign-on framework for GNOME"
 url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
@@ -12,7 +12,7 @@
 makedepends=(gobject-introspection gtk-doc vala git meson)
 optdepends=('gvfs-goa: Virtual file systems, e.g. OwnCloud'
 'gvfs-google: Google Drive')
-_commit=1894ec59e1239846f8b25112cea92adbb9023557  # tags/3.30.2^0
+_commit=cc7aac2c669d447239876b9c47470ced3b01dc9c  # master
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-online-accounts.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -29,7 +29,6 @@
   arch-meson $pkgname build \
 -D lastfm=true \
 -D media_server=true \
--D todoist=true \
 -D gtk_doc=true \
 -D man=true
   ninja -C build


  1   2   3   4   >