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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 08:23:16
  Author: bpiotrowski
Revision: 347909

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gssdp/repos/gnome-unstable-x86_64/
  gssdp/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 347908, gssdp/trunk/PKGBUILD)

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

Copied: gssdp/repos/gnome-unstable-x86_64/PKGBUILD (from rev 347908, 
gssdp/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2019-03-14 08:23:16 UTC (rev 347909)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gssdp
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
+url="https://wiki.gnome.org/Projects/GUPnP;
+arch=(x86_64)
+license=(LGPL)
+depends=(libsoup)
+makedepends=(gobject-introspection gtk-doc vala meson git gtk3)
+optdepends=('gtk3: gssdp-device-sniffer')
+_commit=615517535c1a5bb2c2bb5d5460f92e7e7944df6a  # tags/gssdp-1.2.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gssdp.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gssdp-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 08:23:13
  Author: bpiotrowski
Revision: 347908

1.2.0-1

Modified:
  gssdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:14:07 UTC (rev 347907)
+++ PKGBUILD2019-03-14 08:23:13 UTC (rev 347908)
@@ -2,7 +2,7 @@
 # Contributor: György Balló 
 
 pkgname=gssdp
-pkgver=1.0.3
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
 url="https://wiki.gnome.org/Projects/GUPnP;
@@ -11,7 +11,7 @@
 depends=(libsoup)
 makedepends=(gobject-introspection gtk-doc vala meson git gtk3)
 optdepends=('gtk3: gssdp-device-sniffer')
-_commit=386a53714a650cd10b40019b818864add93e9d0f  # tags/gssdp-1.0.3^0
+_commit=615517535c1a5bb2c2bb5d5460f92e7e7944df6a  # tags/gssdp-1.2.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gssdp.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:47:24
  Author: aginiewicz
Revision: 440960

archrelease: copy trunk to community-any

Added:
  python-requests-file/repos/community-any/PKGBUILD
(from rev 440959, python-requests-file/trunk/PKGBUILD)
Deleted:
  python-requests-file/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:47:20 UTC (rev 440959)
+++ PKGBUILD2019-03-14 08:47:24 UTC (rev 440960)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: lilydjwg 
-
-pkgname='python-requests-file'
-pkgver=1.4.3
-pkgrel=3
-pkgdesc="File transport adapter for Requests"
-arch=('any')
-url="https://github.com/dashea/requests-file;
-license=('Apache')
-depends=('python-six' 'python-requests')
-makedepends=('python-setuptools')
-source=("https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz;)
-sha256sums=('5ea90937dd77769ef1d1ad93ef5996212e75b20a5531ad36dc12b1873fbf99c1')
-
-build() {
-  cd "$srcdir"/requests-file-${pkgver}
-
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python-requests-file() {
-  cd "$srcdir"/requests-file-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: python-requests-file/repos/community-any/PKGBUILD (from rev 440959, 
python-requests-file/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:47:24 UTC (rev 440960)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: lilydjwg 
+
+pkgname='python-requests-file'
+pkgver=1.4.3
+pkgrel=3
+pkgdesc="File transport adapter for Requests"
+arch=('any')
+url="https://github.com/dashea/requests-file;
+license=('Apache')
+depends=('python-six' 'python-requests')
+makedepends=('python-setuptools')
+source=("https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz;)
+sha256sums=('5ea90937dd77769ef1d1ad93ef5996212e75b20a5531ad36dc12b1873fbf99c1')
+
+build() {
+  cd "$srcdir"/requests-file-${pkgver}
+
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/requests-file-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:47:20
  Author: aginiewicz
Revision: 440959

upgpkg: python-requests-file 1.4.3-3

python-requests-file: drop python2 support

Modified:
  python-requests-file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:45:43 UTC (rev 440958)
+++ PKGBUILD2019-03-14 08:47:20 UTC (rev 440959)
@@ -20,7 +20,7 @@
   python setup.py build
 }
 
-package_python-requests-file() {
+package() {
   cd "$srcdir"/requests-file-${pkgver}
 
   python setup.py install --skip-build --root="$pkgdir" --optimize=1


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

2019-03-14 Thread Filipe Laíns via arch-commits
Date: Thursday, March 14, 2019 @ 10:20:56
  Author: ffy00
Revision: 440984

archrelease: copy trunk to community-x86_64

Added:
  arduino-cli/repos/community-x86_64/PKGBUILD
(from rev 440983, arduino-cli/trunk/PKGBUILD)
Deleted:
  arduino-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 10:20:45 UTC (rev 440983)
+++ PKGBUILD2019-03-14 10:20:56 UTC (rev 440984)
@@ -1,38 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=arduino-cli
-_pkgver=0.3.4-alpha.preview
-pkgver=${_pkgver//-/.}
-pkgrel=1
-arch=('x86_64')
-pkgdesc='Arduino command line interface'
-url='https://github.com/arduino/arduino-cli'
-license=('GPL3')
-groups=('arduino')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/arduino/arduino-cli/archive/$_pkgver.tar.gz;)
-sha512sums=('f8519b8b9419d083f8e28a3011ab634e40fe8ee2ee550dc0026a1f86fe76a68d51b1279f85cee365246d72052059bf8526ca1b00a48a61663d07c96c1b81e0a5')
-
-prepare(){
-  export GOPATH="$srcdir"/gopath
-
-  mkdir -p "$GOPATH"/src/github.com/arduino
-  ln -rTsf "$pkgname-$_pkgver" "$GOPATH"/src/github.com/arduino/arduino-cli
-  cd "$GOPATH"/src/github.com/arduino/arduino-cli
-}
-
-build(){
-  export GOPATH="$srcdir"/gopath
-  cd "$GOPATH"/src/github.com/arduino/arduino-cli
-
-  go build \
-   -gcflags "all=-trimpath=$GOPATH" \
-   -asmflags "all=-trimpath=$GOPATH" \
-   -ldflags "-extldflags $LDFLAGS" \
-   .
-}
-
-package() {
-  install -Dm 755 $pkgname-$_pkgver/$pkgname "$pkgdir"/usr/bin/$pkgname
-}
-

Copied: arduino-cli/repos/community-x86_64/PKGBUILD (from rev 440983, 
arduino-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 10:20:56 UTC (rev 440984)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=arduino-cli
+_pkgver=0.3.6-alpha.preview
+pkgver=${_pkgver//-/.}
+pkgrel=1
+arch=('x86_64')
+pkgdesc='Arduino command line interface'
+url='https://github.com/arduino/arduino-cli'
+license=('GPL3')
+groups=('arduino')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/arduino/arduino-cli/archive/$_pkgver.tar.gz;)
+sha512sums=('40c16aa8d481792daac64d9712f8eb1b175b656c64ebe6fc0f587839728862f3504e5d2f5cd66f6a849d79c560bb1048edd2ed9d98add5ad3c620d8e6221d05c')
+
+prepare(){
+  export GOPATH="$srcdir"/gopath
+
+  mkdir -p "$GOPATH"/src/github.com/arduino
+  ln -rTsf "$pkgname-$_pkgver" "$GOPATH"/src/github.com/arduino/arduino-cli
+  cd "$GOPATH"/src/github.com/arduino/arduino-cli
+}
+
+build(){
+  export GOPATH="$srcdir"/gopath
+  cd "$GOPATH"/src/github.com/arduino/arduino-cli
+
+  go build \
+   -gcflags "all=-trimpath=$GOPATH" \
+   -asmflags "all=-trimpath=$GOPATH" \
+   -ldflags "-extldflags $LDFLAGS" \
+   .
+}
+
+package() {
+  install -Dm 755 $pkgname-$_pkgver/$pkgname "$pkgdir"/usr/bin/$pkgname
+}
+


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 08:01:26
  Author: bpiotrowski
Revision: 347901

3.32.0-1

Modified:
  file-roller/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 07:57:34 UTC (rev 347900)
+++ PKGBUILD2019-03-14 08:01:26 UTC (rev 347901)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=file-roller
-pkgver=3.30.1
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Create and modify archives"
 url="https://wiki.gnome.org/Apps/FileRoller;
@@ -15,7 +15,7 @@
 'unace: ACE archive support'
 'lrzip: lrzip archive support')
 groups=(gnome)
-_commit=7962fbaf86db77ec6c0713491920341487be1681  # tags/3.30.1^0
+_commit=8242336acef76ac701b32458d540489200c75dc3  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 08:01:30
  Author: bpiotrowski
Revision: 347902

archrelease: copy trunk to extra-x86_64

Added:
  file-roller/repos/extra-x86_64/PKGBUILD
(from rev 347901, file-roller/trunk/PKGBUILD)
Deleted:
  file-roller/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:01:26 UTC (rev 347901)
+++ PKGBUILD2019-03-14 08:01:30 UTC (rev 347902)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=file-roller
-pkgver=3.30.1
-pkgrel=1
-pkgdesc="Create and modify archives"
-url="https://wiki.gnome.org/Apps/FileRoller;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
-makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
-optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
-'unrar: better RAR archive support'
-'unace: ACE archive support'
-'lrzip: lrzip archive support')
-groups=(gnome)
-_commit=7962fbaf86db77ec6c0713491920341487be1681  # tags/3.30.1^0
-source=("git+https://gitlab.gnome.org/GNOME/file-roller.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: file-roller/repos/extra-x86_64/PKGBUILD (from rev 347901, 
file-roller/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:01:30 UTC (rev 347902)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Create and modify archives"
+url="https://wiki.gnome.org/Apps/FileRoller;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+'unrar: better RAR archive support'
+'unace: ACE archive support'
+'lrzip: lrzip archive support')
+groups=(gnome)
+_commit=8242336acef76ac701b32458d540489200c75dc3  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/file-roller.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 gupnp/trunk (PKGBUILD)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 08:25:11
  Author: heftig
Revision: 347910

1.2.0-1

Modified:
  gupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:23:16 UTC (rev 347909)
+++ PKGBUILD2019-03-14 08:25:11 UTC (rev 347910)
@@ -2,16 +2,16 @@
 # Contributor: György Balló 
 
 pkgname=gupnp
-pkgver=1.0.3
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="An object-oriented UPNP framework"
+url="https://wiki.gnome.org/Projects/GUPnP;
 arch=(x86_64)
-url="https://wiki.gnome.org/Projects/GUPnP;
 license=(LGPL)
 depends=(gssdp util-linux)
-makedepends=(gobject-introspection gtk-doc vala autoconf-archive git) 
+makedepends=(gobject-introspection gtk-doc vala meson git)
 optdepends=('python: gupnp-binding-tool')
-_commit=0e4f31cfc489a2c21f052885695902ae5ba98c8a  # tags/gupnp-1.0.3^0
+_commit=386c5332d4daa758ffbc36462f0aca3e7f18f60c  # tags/gupnp-1.2.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,29 +22,17 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-debug \
---disable-static \
---enable-compile-warnings=minimum \
---enable-gtk-doc \
---with-context-manager=linux
-  make
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
 }
 
 check() {
-  cd $pkgname
-  make check
+  meson test -C build
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:49:04
  Author: aginiewicz
Revision: 440961

upgpkg: python-requests-ftp 0.3.1-3

python-requests-ftp: drop python2 support

Modified:
  python-requests-ftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:47:24 UTC (rev 440960)
+++ PKGBUILD2019-03-14 08:49:04 UTC (rev 440961)
@@ -1,54 +1,26 @@
 # Maintainer: Andrzej Giniewicz 
 
-pkgbase=python-requests-ftp
-pkgname=('python2-requests-ftp' 'python-requests-ftp')
+pkgname='python-requests-ftp'
 pkgver=0.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="FTP transport adapter for Requests"
 arch=('any')
 url="https://github.com/Lukasa/requests-ftp;
 license=('Apache')
-makedepends=('python-setuptools' 'python-requests'
- 'python2-setuptools' 'python2-requests')
+depends=('python-requests')
+makedepends=('python-setuptools')
 source=("https://github.com/Lukasa/requests-ftp/archive/v${pkgver}.tar.gz;)
-md5sums=('7466462ca84dc69cd602873f5808d32a')
+sha256sums=('9e63cf0f21d306931e205363fb5021f9553c8fcc0197bac07f0882a56d8e7251')
 
-prepare() {
-  cd "$srcdir"
-  cp -a requests-ftp-${pkgver} requests-ftp-py2-${pkgver}
-  cd requests-ftp-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
 build() {
-  msg "Building Python2"
-  cd "$srcdir"/requests-ftp-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
+  cd "$srcdir"/requests-ftp-${pkgver}
 
-  msg "Building Python3"
-  cd "$srcdir"/requests-ftp-${pkgver}
   python setup.py build_ext --inplace
   python setup.py build
 }
 
-package_python2-requests-ftp() {
-  depends=('python2-requests')
-
-  cd "$srcdir"/requests-ftp-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-
-package_python-requests-ftp() {
-  depends=('python-requests')
-
+package() {
   cd "$srcdir"/requests-ftp-${pkgver}
 
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
 }
-


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:49:08
  Author: aginiewicz
Revision: 440962

archrelease: copy trunk to community-any

Added:
  python-requests-ftp/repos/community-any/PKGBUILD
(from rev 440961, python-requests-ftp/trunk/PKGBUILD)
Deleted:
  python-requests-ftp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:49:04 UTC (rev 440961)
+++ PKGBUILD2019-03-14 08:49:08 UTC (rev 440962)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-requests-ftp
-pkgname=('python2-requests-ftp' 'python-requests-ftp')
-pkgver=0.3.1
-pkgrel=2
-pkgdesc="FTP transport adapter for Requests"
-arch=('any')
-url="https://github.com/Lukasa/requests-ftp;
-license=('Apache')
-makedepends=('python-setuptools' 'python-requests'
- 'python2-setuptools' 'python2-requests')
-source=("https://github.com/Lukasa/requests-ftp/archive/v${pkgver}.tar.gz;)
-md5sums=('7466462ca84dc69cd602873f5808d32a')
-
-prepare() {
-  cd "$srcdir"
-  cp -a requests-ftp-${pkgver} requests-ftp-py2-${pkgver}
-  cd requests-ftp-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/requests-ftp-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/requests-ftp-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python2-requests-ftp() {
-  depends=('python2-requests')
-
-  cd "$srcdir"/requests-ftp-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-
-package_python-requests-ftp() {
-  depends=('python-requests')
-
-  cd "$srcdir"/requests-ftp-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-

Copied: python-requests-ftp/repos/community-any/PKGBUILD (from rev 440961, 
python-requests-ftp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:49:08 UTC (rev 440962)
@@ -0,0 +1,26 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname='python-requests-ftp'
+pkgver=0.3.1
+pkgrel=3
+pkgdesc="FTP transport adapter for Requests"
+arch=('any')
+url="https://github.com/Lukasa/requests-ftp;
+license=('Apache')
+depends=('python-requests')
+makedepends=('python-setuptools')
+source=("https://github.com/Lukasa/requests-ftp/archive/v${pkgver}.tar.gz;)
+sha256sums=('9e63cf0f21d306931e205363fb5021f9553c8fcc0197bac07f0882a56d8e7251')
+
+build() {
+  cd "$srcdir"/requests-ftp-${pkgver}
+
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/requests-ftp-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2019-03-14 Thread Filipe Laíns via arch-commits
Date: Thursday, March 14, 2019 @ 10:24:09
  Author: ffy00
Revision: 440986

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
(from rev 440985, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 10:23:58 UTC (rev 440985)
+++ PKGBUILD2019-03-14 10:24:09 UTC (rev 440986)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.5.5
-pkgrel=1
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
- 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
-'zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness'
-'lsp-plugins: eqqualizer')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('fe45097bcd5aa9754c612c52cfba7d06d14185e18a75e5ae2a257733159f0288897e4f60d147e164f4bcafcd23978e23a006753b2b26e26613809863895cfab5')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 440985, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 10:24:09 UTC (rev 440986)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.5.6
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
+'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
+'zam-plugins: maximizer'
+'rubberband: pitch shifting'
+'mda.lv2: loudness'
+'lsp-plugins: eqqualizer')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('c18e4b52c4eff15db40c398b0a60b7b2e7a069142552a9801d0a580f52145d8b13b4507a9d37aa49919bbdc144b85b3f02e140aca671d9dedfb521ed34dbc99e')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2019-03-14 Thread Filipe Laíns via arch-commits
Date: Thursday, March 14, 2019 @ 10:23:58
  Author: ffy00
Revision: 440985

upgpkg: pulseeffects 4.5.6-1

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 10:20:56 UTC (rev 440984)
+++ PKGBUILD2019-03-14 10:23:58 UTC (rev 440985)
@@ -2,7 +2,7 @@
 # Contributor: Wellington 
 
 pkgname=pulseeffects
-pkgver=4.5.5
+pkgver=4.5.6
 pkgrel=1
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'mda.lv2: loudness'
 'lsp-plugins: eqqualizer')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('fe45097bcd5aa9754c612c52cfba7d06d14185e18a75e5ae2a257733159f0288897e4f60d147e164f4bcafcd23978e23a006753b2b26e26613809863895cfab5')
+sha512sums=('c18e4b52c4eff15db40c398b0a60b7b2e7a069142552a9801d0a580f52145d8b13b4507a9d37aa49919bbdc144b85b3f02e140aca671d9dedfb521ed34dbc99e')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:45:43
  Author: aginiewicz
Revision: 440958

archrelease: copy trunk to community-any

Added:
  python-requests-file/repos/community-any/PKGBUILD
(from rev 440957, python-requests-file/trunk/PKGBUILD)
Deleted:
  python-requests-file/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:45:36 UTC (rev 440957)
+++ PKGBUILD2019-03-14 08:45:43 UTC (rev 440958)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: lilydjwg 
-
-pkgbase=python-requests-file
-pkgname=('python2-requests-file' 'python-requests-file')
-pkgver=1.4.3
-pkgrel=2
-pkgdesc="File transport adapter for Requests"
-arch=('any')
-url="https://github.com/dashea/requests-file;
-license=('Apache')
-makedepends=('python-setuptools' 'python-requests' 'python-six'
- 'python2-setuptools' 'python2-requests' 'python2-six')
-source=("https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz;)
-md5sums=('54ec29f29540b43b9b2c8a392dc96abc')
-
-prepare() {
-  cd "$srcdir"
-  cp -a requests-file-${pkgver} requests-file-py2-${pkgver}
-  cd requests-file-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/requests-file-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/requests-file-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python2-requests-file() {
-  depends=('python2-six' 'python2-requests')
-
-  cd "$srcdir"/requests-file-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-
-package_python-requests-file() {
-  depends=('python-six' 'python-requests')
-
-  cd "$srcdir"/requests-file-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-

Copied: python-requests-file/repos/community-any/PKGBUILD (from rev 440957, 
python-requests-file/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:45:43 UTC (rev 440958)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: lilydjwg 
+
+pkgname='python-requests-file'
+pkgver=1.4.3
+pkgrel=3
+pkgdesc="File transport adapter for Requests"
+arch=('any')
+url="https://github.com/dashea/requests-file;
+license=('Apache')
+depends=('python-six' 'python-requests')
+makedepends=('python-setuptools')
+source=("https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz;)
+sha256sums=('5ea90937dd77769ef1d1ad93ef5996212e75b20a5531ad36dc12b1873fbf99c1')
+
+build() {
+  cd "$srcdir"/requests-file-${pkgver}
+
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package_python-requests-file() {
+  cd "$srcdir"/requests-file-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 09:03:44
  Author: aginiewicz
Revision: 440967

upgpkg: python-traitsui 6.0.0-3

python-traitsui: drop python2 support

Modified:
  python-traitsui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 09:01:03 UTC (rev 440966)
+++ PKGBUILD2019-03-14 09:03:44 UTC (rev 440967)
@@ -1,46 +1,24 @@
 # Maintainer: Andrzej Giniewicz 
 
-pkgbase=python-traitsui
-pkgname=('python2-traitsui' 'python-traitsui')
+pkgname='python-traitsui'
 pkgver=6.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Traits-capable user interfaces"
 arch=('any')
 url="https://github.com/enthought/traitsui;
 license=('BSD')
-makedepends=('python-setuptools' 'python-pyface' 'python2-setuptools' 
'python2-pyface')
-
+depends=('python-pyface')
+makedepends=('python-setuptools')
 
source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz;)
-md5sums=('4fd82bf5963f27860601064520f2d840')
+sha256sums=('8ac096486f9a8615ad4c15276e3aaa55810e89ef029d358b1421c26501921f9a')
 
-prepare() {
-  cd "$srcdir"
-  cp -a traitsui-${pkgver} traitsui-py2-${pkgver}
-}
-
 build() {
-  cd "$srcdir"/traitsui-py2-$pkgver
-
-  msg "Building Python2"
-  python2 setup.py build
-
   cd "$srcdir"/traitsui-$pkgver
 
-  msg "Building Python3"
   python setup.py build
 }
 
-package_python2-traitsui() {
-  depends=('python2-pyface')
-  cd "$srcdir"/traitsui-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-traitsui() {
-  depends=('python-pyface')
+package() {
   cd "$srcdir"/traitsui-$pkgver
 
   python setup.py install --root="$pkgdir"/ --optimize=1
@@ -47,4 +25,3 @@
 
   install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 09:03:47
  Author: aginiewicz
Revision: 440968

archrelease: copy trunk to community-any

Added:
  python-traitsui/repos/community-any/PKGBUILD
(from rev 440967, python-traitsui/trunk/PKGBUILD)
Deleted:
  python-traitsui/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 09:03:44 UTC (rev 440967)
+++ PKGBUILD2019-03-14 09:03:47 UTC (rev 440968)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-traitsui
-pkgname=('python2-traitsui' 'python-traitsui')
-pkgver=6.0.0
-pkgrel=2
-pkgdesc="Traits-capable user interfaces"
-arch=('any')
-url="https://github.com/enthought/traitsui;
-license=('BSD')
-makedepends=('python-setuptools' 'python-pyface' 'python2-setuptools' 
'python2-pyface')
-
-source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz;)
-md5sums=('4fd82bf5963f27860601064520f2d840')
-
-prepare() {
-  cd "$srcdir"
-  cp -a traitsui-${pkgver} traitsui-py2-${pkgver}
-}
-
-build() {
-  cd "$srcdir"/traitsui-py2-$pkgver
-
-  msg "Building Python2"
-  python2 setup.py build
-
-  cd "$srcdir"/traitsui-$pkgver
-
-  msg "Building Python3"
-  python setup.py build
-}
-
-package_python2-traitsui() {
-  depends=('python2-pyface')
-  cd "$srcdir"/traitsui-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-traitsui() {
-  depends=('python-pyface')
-  cd "$srcdir"/traitsui-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-traitsui/repos/community-any/PKGBUILD (from rev 440967, 
python-traitsui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 09:03:47 UTC (rev 440968)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname='python-traitsui'
+pkgver=6.0.0
+pkgrel=3
+pkgdesc="Traits-capable user interfaces"
+arch=('any')
+url="https://github.com/enthought/traitsui;
+license=('BSD')
+depends=('python-pyface')
+makedepends=('python-setuptools')
+source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz;)
+sha256sums=('8ac096486f9a8615ad4c15276e3aaa55810e89ef029d358b1421c26501921f9a')
+
+build() {
+  cd "$srcdir"/traitsui-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/traitsui-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

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

0.12.11+2+gb5ca07c-1

Modified:
  gupnp-av/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 09:59:24 UTC (rev 347915)
+++ PKGBUILD2019-03-14 10:30:02 UTC (rev 347916)
@@ -3,15 +3,15 @@
 # Contributor: Denis Zawada 
 
 pkgname=gupnp-av
-pkgver=0.12.11
+pkgver=0.12.11+2+gb5ca07c
 pkgrel=1
 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
 url="https://wiki.gnome.org/Projects/GUPnP;
 arch=(x86_64)
 license=(LGPL)
-depends=(gupnp)
+depends=(glib2 libxml2)
 makedepends=(gobject-introspection gtk-doc vala meson git)
-_commit=b4dd4dd0b3f369680367a6c9efb1f9d3077ff074  # tags/gupnp-av-0.12.11^0
+_commit=b5ca07c0117dfb4a9aaf470649294251f3f6ace1  # master
 source=("git+https://gitlab.gnome.org/GNOME/gupnp-av.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

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

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gupnp-av/repos/gnome-unstable-x86_64/
  gupnp-av/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 347916, gupnp-av/trunk/PKGBUILD)

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

Copied: gupnp-av/repos/gnome-unstable-x86_64/PKGBUILD (from rev 347916, 
gupnp-av/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2019-03-14 10:30:12 UTC (rev 347917)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thijs Vermeir 
+# Contributor: Denis Zawada 
+
+pkgname=gupnp-av
+pkgver=0.12.11+2+gb5ca07c
+pkgrel=1
+pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
+url="https://wiki.gnome.org/Projects/GUPnP;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2)
+makedepends=(gobject-introspection gtk-doc vala meson git)
+_commit=b5ca07c0117dfb4a9aaf470649294251f3f6ace1  # master
+source=("git+https://gitlab.gnome.org/GNOME/gupnp-av.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gupnp-av-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

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

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gupnp-dlna/repos/gnome-unstable-x86_64/
  gupnp-dlna/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 347918, gupnp-dlna/trunk/PKGBUILD)

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

Copied: gupnp-dlna/repos/gnome-unstable-x86_64/PKGBUILD (from rev 347918, 
gupnp-dlna/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2019-03-14 10:34:52 UTC (rev 347919)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=gupnp-dlna
+pkgver=0.10.5+4+gc947eed
+pkgrel=1
+pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/GUPnP;
+license=(LGPL)
+depends=(gst-plugins-base-libs)
+makedepends=(gobject-introspection gtk-doc vala git autoconf-archive)
+_commit=c947eed68559152ac95bdab207b206794ee9a5c2  # master
+source=("git+https://gitlab.gnome.org/GNOME/gupnp-dlna.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gupnp-dlna-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-Werror --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make -j1 DESTDIR="$pkgdir" install
+}


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

2019-03-14 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 14, 2019 @ 08:31:52
  Author: alucryd
Revision: 440949

upgpkg: lib32-glib-networking 2.60.0.1-1

Modified:
  lib32-glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:30:43 UTC (rev 440948)
+++ PKGBUILD2019-03-14 08:31:52 UTC (rev 440949)
@@ -2,7 +2,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-glib-networking
-pkgver=2.58.0
+pkgver=2.60.0.1
 pkgrel=1
 pkgdesc='Network-related giomodules for glib'
 arch=('x86_64')


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:32:05
  Author: aginiewicz
Revision: 440952

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:32:01 UTC (rev 440951)
+++ PKGBUILD2019-03-14 08:32:05 UTC (rev 440952)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-pkgbase=python-statsmodels
-pkgname=('python2-statsmodels' 'python-statsmodels')
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="Statistical computations and models for use with SciPy"
-arch=('x86_64')
-url="http://statsmodels.sourceforge.net/;
-license=('BSD')
-makedepends=('python2-setuptools' 'python2-scipy' 'python2-pandas' 
'python2-patsy'
- 'python-setuptools' 'python-scipy' 'python-pandas' 'python-patsy'
-'cython' 'cython2' 'python-tempita' 'python2-tempita')
-source=("https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
-md5sums=('8cb06154cef733d1e03b1b5d763a2ae1')
-
-prepare() {
-  cd "$srcdir"
-  cp -a statsmodels-${pkgver} statsmodels-py2-${pkgver}
-  cd statsmodels-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/statsmodels-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/statsmodels-${pkgver}
-  python setup.py build
-}
-
-package_python2-statsmodels() {
-  depends=('python2-scipy' 'python2-pandas' 'python2-patsy')
-  optdepends=('python2-nose: needed for integrated test suite'
-  'python2-matplotlib: needed for plotting functions')
-
-  cd "$srcdir"/statsmodels-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-statsmodels() {
-  depends=('python-scipy' 'python-pandas' 'python-patsy')
-  optdepends=('python-nose: needed for integrated test suite'
-  'python-matplotlib: needed for plotting functions')
-
-  cd "$srcdir"/statsmodels-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-statsmodels/repos/community-x86_64/PKGBUILD (from rev 440951, 
python-statsmodels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:32:05 UTC (rev 440952)
@@ -0,0 +1,33 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+# TODO: move python-joblib from AUR (needed to accelerate distributed 
estimation for certain models)
+# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
+
+pkgname='python-statsmodels'
+pkgver=0.9.0
+pkgrel=3
+pkgdesc="Statistical computations and models for use with SciPy"
+arch=('x86_64')
+url="http://statsmodels.sourceforge.net/;
+license=('BSD')
+depends=('python-scipy' 'python-pandas' 'python-patsy')
+makedepends=('python-setuptools' 'cython')
+optdepends=('python-nose: needed for integrated test suite'
+'python-matplotlib: needed for plotting functions'
+   'jupyter: needed to run the notebooks')
+source=("https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
+sha256sums=('4ab219c776bf5b2187645c0ccb00cf8564c6c17541ae66ab96503f07368197d3')
+
+build() {
+  cd "$srcdir"/statsmodels-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/statsmodels-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-14 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 14, 2019 @ 08:42:30
  Author: arodseth
Revision: 440956

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   90 ++---
 sway.install |   14 
 2 files changed, 49 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:42:24 UTC (rev 440955)
+++ PKGBUILD2019-03-14 08:42:30 UTC (rev 440956)
@@ -1,48 +0,0 @@
-# Maintainer: Jerome Leclanche 
-pkgname=sway
-pkgver=1.0
-pkgrel=3
-pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
-arch=("x86_64")
-url="https://swaywm.org/;
-license=("MIT")
-depends=(
-   "cairo"
-   "json-c"
-   "pango"
-   "pcre"
-   "wlroots"
-)
-makedepends=("meson" "ninja" "gdk-pixbuf2" "scdoc" "wayland-protocols")
-optdepends=(
-   "dmenu: Default for launching applications."
-   "ffmpeg: For recording screencasts."
-   "gdk-pixbuf2: Required for swaybg."
-   "i3status: To display system information with a bar."
-   "imagemagick: For taking screenshots."
-   "rxvt-unicode: Default terminal emulator."
-   "xorg-server-xwayland: X11 support"
-)
-validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
-install=$pkgname.install
-source=(
-   
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz;
-   
"https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
-)
-sha256sums=(
-   "24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56"
-   "SKIP"
-)
-
-build() {
-   cd "$pkgname-$pkgver"
-   mkdir "build"
-   cd "build"
-   meson -Dwerror=false --prefix /usr ".."
-   ninja
-}
-
-package() {
-   DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sway/repos/community-x86_64/PKGBUILD (from rev 440955, 
sway/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:42:30 UTC (rev 440956)
@@ -0,0 +1,42 @@
+# Maintainer: Jerome Leclanche 
+# Contributor: Alexander F. Rødseth 
+
+pkgname=sway
+pkgver=1.0
+pkgrel=4
+pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
+arch=(x86_64)
+url='https://swaywm.org/'
+license=(MIT)
+depends=(cairo gdk-pixbuf2 json-c pango pcre wlroots)
+makedepends=(meson ninja scdoc wayland-protocols)
+optdepends=(
+   "dmenu: Default for launching applications."
+   "ffmpeg: For recording screencasts."
+   "gdk-pixbuf2: Required for swaybg."
+   "i3status: To display system information with a bar."
+   "imagemagick: For taking screenshots."
+   "rxvt-unicode: Default terminal emulator."
+   "xorg-server-xwayland: X11 support"
+)
+validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
+install=$pkgname.install
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz;
+   
"https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
+)
+sha256sums=('24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56'
+'SKIP')
+
+build() {
+   mkdir -p build
+   arch-meson build $pkgname-$pkgver -Dwerror=false
+   ninja -C build
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C build install
+   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et

Deleted: sway.install
===
--- sway.install2019-03-14 08:42:24 UTC (rev 440955)
+++ sway.install2019-03-14 08:42:30 UTC (rev 440956)
@@ -1,7 +0,0 @@
-post_install() {
-   setcap cap_sys_ptrace=eip /usr/bin/sway
-}
-
-post_upgrade() {
-   post_install $1
-}

Copied: sway/repos/community-x86_64/sway.install (from rev 440955, 
sway/trunk/sway.install)
===
--- sway.install(rev 0)
+++ sway.install2019-03-14 08:42:30 UTC (rev 440956)
@@ -0,0 +1,7 @@
+post_install() {
+   setcap cap_sys_ptrace=eip /usr/bin/sway
+}
+
+post_upgrade() {
+   post_install $1
+}


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

2019-03-14 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 14, 2019 @ 08:42:24
  Author: arodseth
Revision: 440955

upgpkg: sway 1.0-4

Modified:
  sway/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:38:25 UTC (rev 440954)
+++ PKGBUILD2019-03-14 08:42:24 UTC (rev 440955)
@@ -1,19 +1,15 @@
 # Maintainer: Jerome Leclanche 
+# Contributor: Alexander F. Rødseth 
+
 pkgname=sway
 pkgver=1.0
-pkgrel=3
-pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
-arch=("x86_64")
-url="https://swaywm.org/;
-license=("MIT")
-depends=(
-   "cairo"
-   "json-c"
-   "pango"
-   "pcre"
-   "wlroots"
-)
-makedepends=("meson" "ninja" "gdk-pixbuf2" "scdoc" "wayland-protocols")
+pkgrel=4
+pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
+arch=(x86_64)
+url='https://swaywm.org/'
+license=(MIT)
+depends=(cairo gdk-pixbuf2 json-c pango pcre wlroots)
+makedepends=(meson ninja scdoc wayland-protocols)
 optdepends=(
"dmenu: Default for launching applications."
"ffmpeg: For recording screencasts."
@@ -29,20 +25,18 @@

"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz;

"https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
 )
-sha256sums=(
-   "24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56"
-   "SKIP"
-)
+sha256sums=('24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56'
+'SKIP')
 
 build() {
-   cd "$pkgname-$pkgver"
-   mkdir "build"
-   cd "build"
-   meson -Dwerror=false --prefix /usr ".."
-   ninja
+   mkdir -p build
+   arch-meson build $pkgname-$pkgver -Dwerror=false
+   ninja -C build
 }
 
 package() {
-   DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+   DESTDIR="$pkgdir" ninja -C build install
install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
+
+# vim: ts=2 sw=2 et


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

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 09:31:25
  Author: felixonmars
Revision: 440978

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libglvnd/repos/multilib-testing-x86_64/
  lib32-libglvnd/repos/multilib-testing-x86_64/LICENSE
(from rev 440977, lib32-libglvnd/trunk/LICENSE)
  lib32-libglvnd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 440977, lib32-libglvnd/trunk/PKGBUILD)

--+
 LICENSE  |   26 ++
 PKGBUILD |   37 +
 2 files changed, 63 insertions(+)

Copied: lib32-libglvnd/repos/multilib-testing-x86_64/LICENSE (from rev 440977, 
lib32-libglvnd/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2019-03-14 09:31:25 UTC (rev 440978)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: lib32-libglvnd/repos/multilib-testing-x86_64/PKGBUILD (from rev 440977, 
lib32-libglvnd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-03-14 09:31:25 UTC (rev 440978)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=lib32-libglvnd
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('x86_64')
+url="https://github.com/NVIDIA/libglvnd;
+license=('custom:BSD-like')
+makedepends=('lib32-libx11' 'lib32-libxext' 'glproto' 'python')
+provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/libglvnd/archive/v$pkgver.tar.gz;)
+sha512sums=('f64a481be002b108bc45147f9ecddc97561d09b15dd2fee82e76642f8d298f5b21458042dea3083ade650181d5f937bf550bba2914fbf46a774990abdbc56883')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd libglvnd-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --libdir=/usr/lib32/ --build=i686-unknown-linux-gnu
+  make
+}
+
+package() {
+  # lib32-libglvnd needs lib32-mesa for indirect rendering
+  depends=('lib32-libxext' 'libglvnd' 'lib32-mesa' 'lib32-opengl-driver')
+
+  cd libglvnd-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/include
+
+  mkdir -p "$pkgdir"/usr/share/licenses
+  ln -s libglvnd "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 10:26:15
  Author: felixonmars
Revision: 440987

upgpkg: deepin-file-manager 1:4.7.7.3-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 10:24:09 UTC (rev 440986)
+++ PKGBUILD2019-03-14 10:26:15 UTC (rev 440987)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.7.7.2
+pkgver=4.7.7.3
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -22,7 +22,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('390a32fe250f7b1716bd032edd0f9d6471f41e0b3d9f59b9c6c700f1ca4f29d141df76bba9a5a9e6aac6140ddf62fb2cff38213d8e967f4f3de1d4b998df78b9')
+sha512sums=('faef046952dfd1bddf5e74bc2b8ae7d494e18482ec89ecd79a18483eb56053f9ff3b41244bc1638b1e052d118f9344cdf2ff39a5953e9f9163643bbdccd8d1e0')
 
 prepare() {
   cd dde-file-manager-$pkgver


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

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

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 10:39:51 UTC (rev 347920)
+++ PKGBUILD2019-03-14 10:40:12 UTC (rev 347921)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=glib-networking
-pkgver=2.60.0.1
-pkgrel=1
-pkgdesc="Network extensions for GLib"
-url="https://gitlab.gnome.org/GNOME/glib-networking;
-arch=(x86_64)
-license=(GPL2)
-depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
-makedepends=(meson git)
-checkdepends=(ca-certificates)
-_commit=1bdca03d715228e8eee697fb49e82e4136e209e3  # tags/2.60.0.1^0
-source=("git+https://gitlab.gnome.org/GNOME/glib-networking.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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/extra-x86_64/PKGBUILD (from rev 347920, 
glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 10:40:12 UTC (rev 347921)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=glib-networking
+pkgver=2.60.0.1
+pkgrel=1
+pkgdesc="Network extensions for GLib"
+url="https://gitlab.gnome.org/GNOME/glib-networking;
+arch=(x86_64)
+license=(GPL2)
+depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
+makedepends=(meson git openssl)
+checkdepends=(ca-certificates)
+optdepends=('openssl: Alternative backend')
+_commit=1bdca03d715228e8eee697fb49e82e4136e209e3  # tags/2.60.0.1^0
+source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D openssl=enabled
+  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 glib-networking/trunk (PKGBUILD)

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

2.60.0.1-1

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 10:34:52 UTC (rev 347919)
+++ PKGBUILD2019-03-14 10:39:51 UTC (rev 347920)
@@ -8,8 +8,9 @@
 arch=(x86_64)
 license=(GPL2)
 depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
-makedepends=(meson git)
+makedepends=(meson git openssl)
 checkdepends=(ca-certificates)
+optdepends=('openssl: Alternative backend')
 _commit=1bdca03d715228e8eee697fb49e82e4136e209e3  # tags/2.60.0.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
 sha256sums=('SKIP')
@@ -24,7 +25,7 @@
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson $pkgname build -D openssl=enabled
   ninja -C build
 }
 


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

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 07:39:54
  Author: felixonmars
Revision: 347893

upgpkg: libglvnd 1.1.1-1

Modified:
  libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 07:35:58 UTC (rev 347892)
+++ PKGBUILD2019-03-14 07:39:54 UTC (rev 347893)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libglvnd
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 provides=('libgl' 'libegl' 'libgles')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/libglvnd/archive/v$pkgver.tar.gz;
 LICENSE)
-sha512sums=('40c81f334f44927af4ebdd291f4447d4c01cbaa9f39ebcd519c86e360357b7427b574514a70b62c9538dc90fa312ed632f49cc5e818a800e23b250ec92f4ae29'
+sha512sums=('f64a481be002b108bc45147f9ecddc97561d09b15dd2fee82e76642f8d298f5b21458042dea3083ade650181d5f937bf550bba2914fbf46a774990abdbc56883'
 
'bf0f4a7e04220a407400f89226ecc1f798cc43035f2538cc8860e5088e1f84140baf0d4b0b28f66e4b802d4d6925769a1297c24e1ba39c1c093902b2931781a5')
 
 build() {


[arch-commits] Commit in python-unittest-xml-reporting/trunk (PKGBUILD)

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 07:39:47
  Author: felixonmars
Revision: 440941

upgpkg: python-unittest-xml-reporting 2.3.2-1

Modified:
  python-unittest-xml-reporting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 02:46:36 UTC (rev 440940)
+++ PKGBUILD2019-03-14 07:39:47 UTC (rev 440941)
@@ -4,7 +4,7 @@
 
 pkgbase=python-unittest-xml-reporting
 pkgname=('python-unittest-xml-reporting' 'python2-unittest-xml-reporting')
-pkgver=2.2.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-lxml' 'python2-lxml' 'python-mock' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver.tar.gz;)
-sha512sums=('cd857e84fdfd9611a5ce3e535311a2d1d40a877b273e772dc63a59f0587eea53c04dd8555f290f8e8282c8d900bc73a4631e738de2c294e9108b11d90a37560f')
+sha512sums=('a6605253095432583c3645b826044e81fa71178071880a968d3daca733f874d768f284e29068f3e1feb1c395c288e9a6be242dcd506f73571d1444555b471cc9')
 
 prepare() {
   cp -a unittest-xml-reporting-$pkgver{,-py2}


[arch-commits] Commit in python-unittest-xml-reporting/repos/community-any (2 files)

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 07:40:21
  Author: felixonmars
Revision: 440942

archrelease: copy trunk to community-any

Added:
  python-unittest-xml-reporting/repos/community-any/PKGBUILD
(from rev 440941, python-unittest-xml-reporting/trunk/PKGBUILD)
Deleted:
  python-unittest-xml-reporting/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 07:39:47 UTC (rev 440941)
+++ PKGBUILD2019-03-14 07:40:21 UTC (rev 440942)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgbase=python-unittest-xml-reporting
-pkgname=('python-unittest-xml-reporting' 'python2-unittest-xml-reporting')
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
-arch=('any')
-url='https://github.com/xmlrunner/unittest-xml-reporting'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-lxml' 'python2-lxml' 'python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver.tar.gz;)
-sha512sums=('cd857e84fdfd9611a5ce3e535311a2d1d40a877b273e772dc63a59f0587eea53c04dd8555f290f8e8282c8d900bc73a4631e738de2c294e9108b11d90a37560f')
-
-prepare() {
-  cp -a unittest-xml-reporting-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/unittest-xml-reporting-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/unittest-xml-reporting-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/unittest-xml-reporting-$pkgver
-  # https://github.com/xmlrunner/unittest-xml-reporting/issues/160
-  python setup.py test || warning "Tests failed"
-
-  cd "$srcdir"/unittest-xml-reporting-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-unittest-xml-reporting() {
-  depends=('python-six')
-
-  cd unittest-xml-reporting-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-unittest-xml-reporting() {
-  depends=('python2-six')
-
-  cd unittest-xml-reporting-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-unittest-xml-reporting/repos/community-any/PKGBUILD (from rev 
440941, python-unittest-xml-reporting/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 07:40:21 UTC (rev 440942)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgbase=python-unittest-xml-reporting
+pkgname=('python-unittest-xml-reporting' 'python2-unittest-xml-reporting')
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
+arch=('any')
+url='https://github.com/xmlrunner/unittest-xml-reporting'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-lxml' 'python2-lxml' 'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver.tar.gz;)
+sha512sums=('a6605253095432583c3645b826044e81fa71178071880a968d3daca733f874d768f284e29068f3e1feb1c395c288e9a6be242dcd506f73571d1444555b471cc9')
+
+prepare() {
+  cp -a unittest-xml-reporting-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/unittest-xml-reporting-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/unittest-xml-reporting-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/unittest-xml-reporting-$pkgver
+  # https://github.com/xmlrunner/unittest-xml-reporting/issues/160
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir"/unittest-xml-reporting-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-unittest-xml-reporting() {
+  depends=('python-six')
+
+  cd unittest-xml-reporting-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-unittest-xml-reporting() {
+  depends=('python2-six')
+
+  cd unittest-xml-reporting-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 07:40:26
  Author: felixonmars
Revision: 347894

archrelease: copy trunk to testing-x86_64

Added:
  libglvnd/repos/testing-x86_64/
  libglvnd/repos/testing-x86_64/LICENSE
(from rev 347893, libglvnd/trunk/LICENSE)
  libglvnd/repos/testing-x86_64/PKGBUILD
(from rev 347893, libglvnd/trunk/PKGBUILD)

--+
 LICENSE  |   26 ++
 PKGBUILD |   32 
 2 files changed, 58 insertions(+)

Copied: libglvnd/repos/testing-x86_64/LICENSE (from rev 347893, 
libglvnd/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2019-03-14 07:40:26 UTC (rev 347894)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/testing-x86_64/PKGBUILD (from rev 347893, 
libglvnd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-14 07:40:26 UTC (rev 347894)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=libglvnd
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('x86_64')
+url="https://github.com/NVIDIA/libglvnd;
+license=('custom:BSD-like')
+makedepends=('libxext' 'libx11' 'glproto' 'python')
+provides=('libgl' 'libegl' 'libgles')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/libglvnd/archive/v$pkgver.tar.gz;
+LICENSE)
+sha512sums=('f64a481be002b108bc45147f9ecddc97561d09b15dd2fee82e76642f8d298f5b21458042dea3083ade650181d5f937bf550bba2914fbf46a774990abdbc56883'
+
'bf0f4a7e04220a407400f89226ecc1f798cc43035f2538cc8860e5088e1f84140baf0d4b0b28f66e4b802d4d6925769a1297c24e1ba39c1c093902b2931781a5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  # libglvnd needs mesa for indirect rendering
+  depends=('libxext' 'mesa' 'opengl-driver')
+
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 07:57:34
  Author: bpiotrowski
Revision: 347900

archrelease: copy trunk to extra-x86_64

Added:
  eog/repos/extra-x86_64/PKGBUILD
(from rev 347899, eog/trunk/PKGBUILD)
Deleted:
  
eog/repos/extra-x86_64/0001-EogScrollView-Set-scale-1-for-the-image-surface.patch
  eog/repos/extra-x86_64/PKGBUILD

+
 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch |   30 
 PKGBUILD   |   79 +--
 2 files changed, 36 insertions(+), 73 deletions(-)

Deleted: 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch
===
--- 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch  2019-03-14 
07:57:30 UTC (rev 347899)
+++ 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch  2019-03-14 
07:57:34 UTC (rev 347900)
@@ -1,30 +0,0 @@
-From c2e8cc6b1f1a7d475e145de9fa847a4c407d Mon Sep 17 00:00:00 2001
-Message-Id: 

-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 29 Jan 2019 20:07:03 +0100
-Subject: [PATCH] EogScrollView: Set scale=1 for the image surface
-
-Rendering the pixbuf to a surface with a different scale will apply
-filtering, which we don't want at this step.
-
-This fixes zoomed-in images being blurry even when anti-aliasing has
-been disabled.

- src/eog-scroll-view.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/eog-scroll-view.c b/src/eog-scroll-view.c
-index 76ca8d49..93eb1c51 100644
 a/src/eog-scroll-view.c
-+++ b/src/eog-scroll-view.c
-@@ -211,6 +211,7 @@ create_surface_from_pixbuf (EogScrollView *view, GdkPixbuf 
*pixbuf)
-CAIRO_CONTENT_COLOR | 
CAIRO_CONTENT_ALPHA,
-gdk_pixbuf_get_width 
(pixbuf),
-gdk_pixbuf_get_height 
(pixbuf));
-+  cairo_surface_set_device_scale (surface, 1.0, 1.0);
-   cr = cairo_create (surface);
-   gdk_cairo_set_source_pixbuf (cr, pixbuf, 0, 0);
-   cairo_paint (cr);
--- 
-2.20.1
-

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 07:57:30 UTC (rev 347899)
+++ PKGBUILD2019-03-14 07:57:34 UTC (rev 347900)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.28.4+5+ge02a9ae0
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-url="https://wiki.gnome.org/Apps/EyeOfGnome;
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
-makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git 
meson)
-optdepends=('eog-plugins: Additional features')
-groups=(gnome)
-options=(!emptydirs)
-_commit=e02a9ae0c7120538a2711929ff4e16d41a7d67aa  # gnome-3-28
-source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;
-0001-EogScrollView-Set-scale-1-for-the-image-surface.patch)
-sha256sums=('SKIP'
-'5d2c0dea7f1775fd54a0568984bcd72854b29a414d14201dadf15d4f92b42cb9')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../0001-EogScrollView-Set-scale-1-for-the-image-surface.patch
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: eog/repos/extra-x86_64/PKGBUILD (from rev 347899, eog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 07:57:34 UTC (rev 347900)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
+makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git 
meson)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+options=(!emptydirs)
+_commit=18a8ea186b32f76d1fbdad3d88693f4d7d8a3deb  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 07:57:30
  Author: bpiotrowski
Revision: 347899

3.32.0-1

Modified:
  eog/trunk/PKGBUILD
Deleted:
  eog/trunk/0001-EogScrollView-Set-scale-1-for-the-image-surface.patch

+
 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch |   30 ---
 PKGBUILD   |   15 +
 2 files changed, 4 insertions(+), 41 deletions(-)

Deleted: 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch
===
--- 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch  2019-03-14 
07:54:16 UTC (rev 347898)
+++ 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch  2019-03-14 
07:57:30 UTC (rev 347899)
@@ -1,30 +0,0 @@
-From c2e8cc6b1f1a7d475e145de9fa847a4c407d Mon Sep 17 00:00:00 2001
-Message-Id: 

-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 29 Jan 2019 20:07:03 +0100
-Subject: [PATCH] EogScrollView: Set scale=1 for the image surface
-
-Rendering the pixbuf to a surface with a different scale will apply
-filtering, which we don't want at this step.
-
-This fixes zoomed-in images being blurry even when anti-aliasing has
-been disabled.

- src/eog-scroll-view.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/eog-scroll-view.c b/src/eog-scroll-view.c
-index 76ca8d49..93eb1c51 100644
 a/src/eog-scroll-view.c
-+++ b/src/eog-scroll-view.c
-@@ -211,6 +211,7 @@ create_surface_from_pixbuf (EogScrollView *view, GdkPixbuf 
*pixbuf)
-CAIRO_CONTENT_COLOR | 
CAIRO_CONTENT_ALPHA,
-gdk_pixbuf_get_width 
(pixbuf),
-gdk_pixbuf_get_height 
(pixbuf));
-+  cairo_surface_set_device_scale (surface, 1.0, 1.0);
-   cr = cairo_create (surface);
-   gdk_cairo_set_source_pixbuf (cr, pixbuf, 0, 0);
-   cairo_paint (cr);
--- 
-2.20.1
-

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 07:54:16 UTC (rev 347898)
+++ PKGBUILD2019-03-14 07:57:30 UTC (rev 347899)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=eog
-pkgver=3.28.4+5+ge02a9ae0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 url="https://wiki.gnome.org/Apps/EyeOfGnome;
@@ -13,11 +13,9 @@
 optdepends=('eog-plugins: Additional features')
 groups=(gnome)
 options=(!emptydirs)
-_commit=e02a9ae0c7120538a2711929ff4e16d41a7d67aa  # gnome-3-28
-source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;
-0001-EogScrollView-Set-scale-1-for-the-image-surface.patch)
-sha256sums=('SKIP'
-'5d2c0dea7f1775fd54a0568984bcd72854b29a414d14201dadf15d4f92b42cb9')
+_commit=18a8ea186b32f76d1fbdad3d88693f4d7d8a3deb  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -24,11 +22,6 @@
   git describe --tags | sed 's/-/+/g'
 }
 
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../0001-EogScrollView-Set-scale-1-for-the-image-surface.patch
-}
-
 build() {
   arch-meson $pkgname build -D gtk_doc=true
   ninja -C build


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 08:11:02
  Author: bpiotrowski
Revision: 347906

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:10:58 UTC (rev 347905)
+++ PKGBUILD2019-03-14 08:11:02 UTC (rev 347906)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=glib-networking
-pkgver=2.58.0
-pkgrel=1
-pkgdesc="Network extensions for GLib"
-url="https://gitlab.gnome.org/GNOME/glib-networking;
-arch=(x86_64)
-license=(GPL2)
-depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
-makedepends=(meson git)
-checkdepends=(ca-certificates)
-_commit=bd8ef31a4ca4552a10b8fe7897662a2b235f6e6f  # tags/2.58.0^0
-source=("git+https://gitlab.gnome.org/GNOME/glib-networking.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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/extra-x86_64/PKGBUILD (from rev 347905, 
glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:11:02 UTC (rev 347906)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=glib-networking
+pkgver=2.60.0.1
+pkgrel=1
+pkgdesc="Network extensions for GLib"
+url="https://gitlab.gnome.org/GNOME/glib-networking;
+arch=(x86_64)
+license=(GPL2)
+depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
+makedepends=(meson git)
+checkdepends=(ca-certificates)
+_commit=1bdca03d715228e8eee697fb49e82e4136e209e3  # tags/2.60.0.1^0
+source=("git+https://gitlab.gnome.org/GNOME/glib-networking.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
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 08:10:48
  Author: bpiotrowski
Revision: 347904

archrelease: copy trunk to extra-x86_64

Added:
  gedit/repos/extra-x86_64/PKGBUILD
(from rev 347903, gedit/trunk/PKGBUILD)
Deleted:
  gedit/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:10:44 UTC (rev 347903)
+++ PKGBUILD2019-03-14 08:10:48 UTC (rev 347904)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gedit
-pkgver=3.30.2
-pkgrel=1
-pkgdesc="GNOME Text Editor"
-url="https://wiki.gnome.org/Apps/Gedit;
-arch=(x86_64)
-license=(GPL)
-depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell 
python-gobject dconf)
-makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git 
gtk-doc)
-optdepends=('gedit-plugins: Additional features')
-groups=(gnome)
-_commit=4ffea6d7644ad7ac0f306266bd1fc50236462d44  # tags/3.30.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gedit.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.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
-  --enable-python --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package(){
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gedit/repos/extra-x86_64/PKGBUILD (from rev 347903, 
gedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:10:48 UTC (rev 347904)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gedit
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="GNOME Text Editor"
+url="https://wiki.gnome.org/Apps/Gedit;
+arch=(x86_64)
+license=(GPL)
+depends=(gtksourceview4 gsettings-desktop-schemas libpeas gspell 
python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git 
gtk-doc meson)
+optdepends=('gedit-plugins: Additional features')
+groups=(gnome)
+_commit=b2f8efd099584fbe767c6eccbd293a760a2bfea4  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'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 glib-networking/trunk (PKGBUILD)

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 08:10:58
  Author: bpiotrowski
Revision: 347905

2.60.0.1-1

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:10:48 UTC (rev 347904)
+++ PKGBUILD2019-03-14 08:10:58 UTC (rev 347905)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=glib-networking
-pkgver=2.58.0
+pkgver=2.60.0.1
 pkgrel=1
 pkgdesc="Network extensions for GLib"
 url="https://gitlab.gnome.org/GNOME/glib-networking;
@@ -10,7 +10,7 @@
 depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
 makedepends=(meson git)
 checkdepends=(ca-certificates)
-_commit=bd8ef31a4ca4552a10b8fe7897662a2b235f6e6f  # tags/2.58.0^0
+_commit=1bdca03d715228e8eee697fb49e82e4136e209e3  # tags/2.60.0.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 08:10:44
  Author: bpiotrowski
Revision: 347903

3.32.0-1

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:01:30 UTC (rev 347902)
+++ PKGBUILD2019-03-14 08:10:44 UTC (rev 347903)
@@ -2,17 +2,17 @@
 # Contributor: Jan de Groot 
 
 pkgname=gedit
-pkgver=3.30.2
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="GNOME Text Editor"
 url="https://wiki.gnome.org/Apps/Gedit;
 arch=(x86_64)
 license=(GPL)
-depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell 
python-gobject dconf)
-makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git 
gtk-doc)
+depends=(gtksourceview4 gsettings-desktop-schemas libpeas gspell 
python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git 
gtk-doc meson)
 optdepends=('gedit-plugins: Additional features')
 groups=(gnome)
-_commit=4ffea6d7644ad7ac0f306266bd1fc50236462d44  # tags/3.30.2^0
+_commit=b2f8efd099584fbe767c6eccbd293a760a2bfea4  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'
@@ -23,27 +23,15 @@
   git describe --tags | sed 's/-/+/g'
 }
 
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
+build() {
+  arch-meson $pkgname build
+  ninja -C build
 }
 
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
-  --enable-python --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+check() {
+  meson test -C build
 }
 
-package(){
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+package() {
+  DESTDIR="$pkgdir" meson install -C build
 }


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:31:57
  Author: aginiewicz
Revision: 440950

upgpkg: python-statsmodels 0.9.0-3

python-statsmodels: drop python2 support

Modified:
  python-statsmodels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:31:52 UTC (rev 440949)
+++ PKGBUILD2019-03-14 08:31:57 UTC (rev 440950)
@@ -1,58 +1,30 @@
 # Maintainer: Andrzej Giniewicz 
 # Contributor: Oliver Sherouse 
 
-pkgbase=python-statsmodels
-pkgname=('python2-statsmodels' 'python-statsmodels')
+# TODO: move python-joblib from AUR (needed to accelerate distributed 
estimation for certain models)
+# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
+
+pkgname='python-statsmodels'
 pkgver=0.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Statistical computations and models for use with SciPy"
 arch=('x86_64')
 url="http://statsmodels.sourceforge.net/;
 license=('BSD')
-makedepends=('python2-setuptools' 'python2-scipy' 'python2-pandas' 
'python2-patsy'
- 'python-setuptools' 'python-scipy' 'python-pandas' 'python-patsy'
-'cython' 'cython2' 'python-tempita' 'python2-tempita')
+depends=('python-scipy' 'python-pandas' 'python-patsy')
+makedepends=('python-setuptools' 'cython')
+optdepends=('python-nose: needed for integrated test suite'
+'python-matplotlib: needed for plotting functions'
+   'jupyter: needed to run the notebooks')
 source=("https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
-md5sums=('8cb06154cef733d1e03b1b5d763a2ae1')
+sha256sums=('4ab219c776bf5b2187645c0ccb00cf8564c6c17541ae66ab96503f07368197d3')
 
-prepare() {
-  cd "$srcdir"
-  cp -a statsmodels-${pkgver} statsmodels-py2-${pkgver}
-  cd statsmodels-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
 build() {
-  msg "Building Python2"
-  cd "$srcdir"/statsmodels-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
   cd "$srcdir"/statsmodels-${pkgver}
   python setup.py build
 }
 
-package_python2-statsmodels() {
-  depends=('python2-scipy' 'python2-pandas' 'python2-patsy')
-  optdepends=('python2-nose: needed for integrated test suite'
-  'python2-matplotlib: needed for plotting functions')
-
-  cd "$srcdir"/statsmodels-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-statsmodels() {
-  depends=('python-scipy' 'python-pandas' 'python-patsy')
-  optdepends=('python-nose: needed for integrated test suite'
-  'python-matplotlib: needed for plotting functions')
-
+package() {
   cd "$srcdir"/statsmodels-${pkgver}
 
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
@@ -59,4 +31,3 @@
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-


[arch-commits] Commit in lib32-glib-networking/repos/multilib-x86_64 (2 files)

2019-03-14 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 14, 2019 @ 08:32:01
  Author: alucryd
Revision: 440951

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
(from rev 440950, lib32-glib-networking/trunk/PKGBUILD)
Deleted:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:31:57 UTC (rev 440950)
+++ PKGBUILD2019-03-14 08:32:01 UTC (rev 440951)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-
-pkgname=lib32-glib-networking
-pkgver=2.58.0
-pkgrel=1
-pkgdesc='Network-related giomodules for glib'
-arch=('x86_64')
-url='https://git.gnome.org/browse/glib-networking/'
-license=('GPL2')
-depends=('glib-networking' 'lib32-glib2' 'lib32-gnutls' 'lib32-libproxy')
-makedepends=('ca-certificates' 'gcc-multilib' 'git' 'intltool' 'meson')
-source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  arch-meson glib-networking build \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/glib-networking'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -rf "${pkgdir}"/usr/{lib,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-glib-networking/repos/multilib-x86_64/PKGBUILD (from rev 440950, 
lib32-glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:32:01 UTC (rev 440951)
@@ -0,0 +1,31 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+
+pkgname=lib32-glib-networking
+pkgver=2.60.0.1
+pkgrel=1
+pkgdesc='Network-related giomodules for glib'
+arch=('x86_64')
+url='https://git.gnome.org/browse/glib-networking/'
+license=('GPL2')
+depends=('glib-networking' 'lib32-glib2' 'lib32-gnutls' 'lib32-libproxy')
+makedepends=('ca-certificates' 'gcc-multilib' 'git' 'intltool' 'meson')
+source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  arch-meson glib-networking build \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/glib-networking'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/usr/{lib,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 09:09:50
  Author: aginiewicz
Revision: 440973

upgpkg: python-traits 5.0.0-2

python-traits: drop python2 support

Modified:
  python-traits/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 09:09:44 UTC (rev 440972)
+++ PKGBUILD2019-03-14 09:09:50 UTC (rev 440973)
@@ -1,46 +1,24 @@
 # Maintainer: Andrzej Giniewicz 
 
-pkgbase=python-traits
-pkgname=('python2-traits' 'python-traits')
+pkgname='python-traits'
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Explicitly typed attributes for Python"
 arch=('x86_64')
 url="https://github.com/enthought/traits;
 license=('BSD')
-makedepends=('python-setuptools' 'python-numpy' 'python2-setuptools' 
'python2-numpy')
-
+depends=('python-numpy')
+makedepends=('python-setuptools')
 
source=("traits-${pkgver}.tar.gz::https://github.com/enthought/traits/archive/release/${pkgver}.tar.gz;)
-sha1sums=('22571e71a65d0c521ce9267e10c0ac0a1fc63999')
+sha256sums=('358cdcae1b17b683eba8910a1156cd6dd6bfa716e6428d4e6252e979d36672c6')
 
-prepare() {
-  cd "$srcdir"
-  cp -a traits-release-${pkgver} traits-release-py2-${pkgver}
-}
-
 build() {
-  cd "$srcdir"/traits-release-py2-$pkgver
-
-  # "Building Python2"
-  python2 setup.py build
-
   cd "$srcdir"/traits-release-$pkgver
 
-  # "Building Python3"
   python setup.py build
 }
 
-package_python2-traits() {
-  depends=('python2-numpy')
-  cd "$srcdir"/traits-release-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-traits() {
-  depends=('python-numpy')
+package() {
   cd "$srcdir"/traits-release-$pkgver
 
   python setup.py install --root="$pkgdir"/ --optimize=1
@@ -47,4 +25,3 @@
 
   install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-


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

2019-03-14 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 14, 2019 @ 09:09:44
  Author: arodseth
Revision: 440972

archrelease: copy trunk to community-x86_64

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

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

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

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

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

2019-03-14 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 14, 2019 @ 09:09:35
  Author: arodseth
Revision: 440971

upgpkg: erlang-nox 21.3-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 09:07:56 UTC (rev 440970)
+++ PKGBUILD2019-03-14 09:09:35 UTC (rev 440971)
@@ -6,8 +6,8 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=21.2
-_docver=21.2
+pkgver=21.3
+_docver=21.3
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
 arch=(x86_64)
@@ -26,13 +26,14 @@
 epmd.service
 epmd.socket)
 sha256sums=('SKIP'
-'e85a782e0fcd38b92098110b320e28ea8030cce318868d99a4fe6d17ae08b778'
+'f5464b5c8368aa40c175a5908b44b6d9670dbd01ba7a1eef1b366c7dc36ba172'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
 
 prepare() {
-  cd otp && ./otp_build autoconf
+  cd otp
+  ./otp_build autoconf
 }
 
 build() {
@@ -39,9 +40,9 @@
   cd otp
   ./configure \
 --prefix=/usr \
+--enable-builtin-zlib \
 --enable-smp-support \
---with-odbc \
---enable-builtin-zlib
+--with-odbc
   make
 }
 


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

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

upgpkg: lib32-libglvnd 1.1.1-1

Modified:
  lib32-libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 09:10:03 UTC (rev 440976)
+++ PKGBUILD2019-03-14 09:31:09 UTC (rev 440977)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=lib32-libglvnd
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('lib32-libx11' 'lib32-libxext' 'glproto' 'python')
 provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/libglvnd/archive/v$pkgver.tar.gz;)
-sha512sums=('40c81f334f44927af4ebdd291f4447d4c01cbaa9f39ebcd519c86e360357b7427b574514a70b62c9538dc90fa312ed632f49cc5e818a800e23b250ec92f4ae29')
+sha512sums=('f64a481be002b108bc45147f9ecddc97561d09b15dd2fee82e76642f8d298f5b21458042dea3083ade650181d5f937bf550bba2914fbf46a774990abdbc56883')
 
 build() {
   export CC='gcc -m32'


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 08:27:45
  Author: heftig
Revision: 347911

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gupnp/repos/gnome-unstable-x86_64/
  gupnp/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 347910, gupnp/trunk/PKGBUILD)

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

Copied: gupnp/repos/gnome-unstable-x86_64/PKGBUILD (from rev 347910, 
gupnp/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2019-03-14 08:27:45 UTC (rev 347911)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gupnp
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="An object-oriented UPNP framework"
+url="https://wiki.gnome.org/Projects/GUPnP;
+arch=(x86_64)
+license=(LGPL)
+depends=(gssdp util-linux)
+makedepends=(gobject-introspection gtk-doc vala meson git)
+optdepends=('python: gupnp-binding-tool')
+_commit=386c5332d4daa758ffbc36462f0aca3e7f18f60c  # tags/gupnp-1.2.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gupnp-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:38:18
  Author: aginiewicz
Revision: 440953

upgpkg: python-patsy 0.5.1-2

python-patsy: drop python2 support

Modified:
  python-patsy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:32:05 UTC (rev 440952)
+++ PKGBUILD2019-03-14 08:38:18 UTC (rev 440953)
@@ -3,48 +3,26 @@
 # Contributor: Nick Ward 
 # Contributor: Rich Lindsley 
 
-pkgbase=python-patsy
-pkgname=('python2-patsy' 'python-patsy')
+pkgname='python-patsy'
 pkgver=0.5.1
-pkgrel=1
-pkgdesc="A Python package for describing statistical models and for building 
design matrices"
+pkgrel=2
+pkgdesc="A Python package for describing statistical models using symbolic 
formulas"
 arch=('any')
 url="https://github.com/pydata/patsy;
 license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'unzip')
+depends=('python-numpy')
+makedepends=('python-setuptools')
+optdepends=('python-nose: needed for integrated test suite'
+'python-scipy: needed for spline-related functions')
 source=("https://github.com/pydata/patsy/archive/v${pkgver}.tar.gz;)
-sha1sums=('29ea64dd2958f1b50fd36b40ed352b670fadeb7b')
+sha256sums=('24d00697d157f033399f35bdd8931e7896af3b024f138104e75ba6bcc74b3625')
 
 build() {
-  cd "$srcdir"
-  cp -a patsy-${pkgver} patsy-py2-${pkgver}
-
-  msg "Building Python2"
-  cd "$srcdir"/patsy-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
   cd "$srcdir"/patsy-${pkgver}
   python setup.py build
 }
 
-package_python2-patsy() {
-  depends=('python2-numpy')
-  optdepends=('python2-nose: needed for integrated test suite'
-  'python2-scipy: needed for spline-related functions')
-
-  cd "$srcdir"/patsy-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-patsy() {
-  depends=('python-numpy')
-  optdepends=('python-nose: needed for integrated test suite'
-  'python-scipy: needed for spline-related functions')
-
+package() {
   cd "$srcdir"/patsy-${pkgver}
 
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
@@ -51,4 +29,3 @@
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 08:37:52
  Author: heftig
Revision: 347912

0.2.5+3+gedd78a6-1

Modified:
  gupnp-igd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:27:45 UTC (rev 347911)
+++ PKGBUILD2019-03-14 08:37:52 UTC (rev 347912)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=gupnp-igd
-pkgver=0.2.5
+pkgver=0.2.5+3+gedd78a6
 pkgrel=1
 pkgdesc="A library to handle UPnP IGD port mapping"
 url="https://wiki.gnome.org/Projects/GUPnP;
@@ -8,10 +8,9 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(gupnp)
-makedepends=(gobject-introspection python2-gobject2 git gnome-common)
-checkdepends=(python2-gobject)
-_commit=5d9c48f3de6277b56c86e7131d84a1b24f30d819  # tags/0.2.5^0
-source=("git+https://git.gnome.org/browse/gupnp-igd#commit=$_commit;)
+makedepends=(gobject-introspection git gtk-doc)
+_commit=edd78a6561fc1a6e6769342157f0e4db62705fa3  # master
+source=("git+https://gitlab.gnome.org/GNOME/gupnp-igd.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -21,22 +20,28 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+
+  # gupnp 1.2
+  git cherry-pick -n 63531558a16ac2334a59f627b2fca5576dcfbb2e
+
+  gtkdocize
+  autoreconf -fvi
 }
 
 build() {
   cd $pkgname
-  PYTHON=python2 ./configure --prefix=/usr --enable-python --enable-gtk-doc
+  ./configure --prefix=/usr --enable-gtk-doc
   make
 }
 
 check() {
   cd $pkgname
-  make check
+  # test broken (requires root to bind lowport)
+  : make check
 }
 
 package() {
   cd $pkgname
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }
 


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 08:38:04
  Author: heftig
Revision: 347913

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gupnp-igd/repos/gnome-unstable-x86_64/
  gupnp-igd/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 347912, gupnp-igd/trunk/PKGBUILD)

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

Copied: gupnp-igd/repos/gnome-unstable-x86_64/PKGBUILD (from rev 347912, 
gupnp-igd/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2019-03-14 08:38:04 UTC (rev 347913)
@@ -0,0 +1,47 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=gupnp-igd
+pkgver=0.2.5+3+gedd78a6
+pkgrel=1
+pkgdesc="A library to handle UPnP IGD port mapping"
+url="https://wiki.gnome.org/Projects/GUPnP;
+arch=(x86_64)
+license=(LGPL)
+depends=(gupnp)
+makedepends=(gobject-introspection git gtk-doc)
+_commit=edd78a6561fc1a6e6769342157f0e4db62705fa3  # master
+source=("git+https://gitlab.gnome.org/GNOME/gupnp-igd.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # gupnp 1.2
+  git cherry-pick -n 63531558a16ac2334a59f627b2fca5576dcfbb2e
+
+  gtkdocize
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  # test broken (requires root to bind lowport)
+  : make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:38:25
  Author: aginiewicz
Revision: 440954

archrelease: copy trunk to community-any

Added:
  python-patsy/repos/community-any/PKGBUILD
(from rev 440953, python-patsy/trunk/PKGBUILD)
Deleted:
  python-patsy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:38:18 UTC (rev 440953)
+++ PKGBUILD2019-03-14 08:38:25 UTC (rev 440954)
@@ -1,54 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-# Contributor: Nick Ward 
-# Contributor: Rich Lindsley 
-
-pkgbase=python-patsy
-pkgname=('python2-patsy' 'python-patsy')
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="A Python package for describing statistical models and for building 
design matrices"
-arch=('any')
-url="https://github.com/pydata/patsy;
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'unzip')
-source=("https://github.com/pydata/patsy/archive/v${pkgver}.tar.gz;)
-sha1sums=('29ea64dd2958f1b50fd36b40ed352b670fadeb7b')
-
-build() {
-  cd "$srcdir"
-  cp -a patsy-${pkgver} patsy-py2-${pkgver}
-
-  msg "Building Python2"
-  cd "$srcdir"/patsy-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/patsy-${pkgver}
-  python setup.py build
-}
-
-package_python2-patsy() {
-  depends=('python2-numpy')
-  optdepends=('python2-nose: needed for integrated test suite'
-  'python2-scipy: needed for spline-related functions')
-
-  cd "$srcdir"/patsy-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-patsy() {
-  depends=('python-numpy')
-  optdepends=('python-nose: needed for integrated test suite'
-  'python-scipy: needed for spline-related functions')
-
-  cd "$srcdir"/patsy-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-patsy/repos/community-any/PKGBUILD (from rev 440953, 
python-patsy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:38:25 UTC (rev 440954)
@@ -0,0 +1,31 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+# Contributor: Nick Ward 
+# Contributor: Rich Lindsley 
+
+pkgname='python-patsy'
+pkgver=0.5.1
+pkgrel=2
+pkgdesc="A Python package for describing statistical models using symbolic 
formulas"
+arch=('any')
+url="https://github.com/pydata/patsy;
+license=('BSD')
+depends=('python-numpy')
+makedepends=('python-setuptools')
+optdepends=('python-nose: needed for integrated test suite'
+'python-scipy: needed for spline-related functions')
+source=("https://github.com/pydata/patsy/archive/v${pkgver}.tar.gz;)
+sha256sums=('24d00697d157f033399f35bdd8931e7896af3b024f138104e75ba6bcc74b3625')
+
+build() {
+  cd "$srcdir"/patsy-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/patsy-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:57:45
  Author: aginiewicz
Revision: 440963

upgpkg: python-envisage 4.7.1-2

python-envisage: drop python2 support

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:49:08 UTC (rev 440962)
+++ PKGBUILD2019-03-14 08:57:45 UTC (rev 440963)
@@ -1,56 +1,33 @@
 # Maintainer: Andrzej Giniewicz 
 
-pkgbase=python-envisage
-pkgname=('python2-envisage' 'python-envisage')
+pkgname='python-envisage'
 pkgver=4.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;
 license=('BSD')
-makedepends=('python-setuptools' 'python-apptools' 'python2-setuptools' 
'python2-apptools')
-checkdepends=('python-nose' 'python-configobj' 'python2-nose' 
'python2-configobj')
+depends=('python-apptools')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-configobj')
+optdepends=('ipython: for IPython shell plugin')
 
source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
-sha1sums=('63c5bdad560bae33d9200e1b8202e1a6363d48df')
+sha256sums=('0b8bd997a32aa060237ae82ff86183e1cbc5c8a7fd3d8a68dec9f3e30e84fd66')
 
-prepare() {
-  cd "$srcdir"
-  cp -a envisage-${pkgver} envisage-py2-${pkgver}
-}
-
 build() {
-  cd "$srcdir"/envisage-py2-$pkgver
-
-  # "Building Python2"
-  python2 setup.py build
-
   cd "$srcdir"/envisage-$pkgver
 
-  # "Building Python3"
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/envisage-py2-$pkgver
-  nosetests2 envisage
+  cd "$srcdir"/envisage-$pkgver
 
-  cd "$srcdir"/envisage-$pkgver
+  # eggs tests are harmless (see 
https://github.com/enthought/envisage/issues/135)
   nosetests envisage || warning "tests failed"
 }
 
-package_python2-envisage() {
-  depends=('python2-apptools')
-  optdepends=('ipython2: for IPython shell plugin')
-  cd "$srcdir"/envisage-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/  --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
 package_python-envisage() {
-  depends=('python-apptools')
-  optdepends=('ipython: for IPython shell plugin')
   cd "$srcdir"/envisage-$pkgver
 
   python setup.py install --root="$pkgdir"/  --optimize=1


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:57:52
  Author: aginiewicz
Revision: 440964

archrelease: copy trunk to community-any

Added:
  python-envisage/repos/community-any/PKGBUILD
(from rev 440963, python-envisage/trunk/PKGBUILD)
Deleted:
  python-envisage/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:57:45 UTC (rev 440963)
+++ PKGBUILD2019-03-14 08:57:52 UTC (rev 440964)
@@ -1,59 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-envisage
-pkgname=('python2-envisage' 'python-envisage')
-pkgver=4.7.1
-pkgrel=1
-pkgdesc="Extensible Application Framework"
-arch=('any')
-url="https://github.com/enthought/envisage;
-license=('BSD')
-makedepends=('python-setuptools' 'python-apptools' 'python2-setuptools' 
'python2-apptools')
-checkdepends=('python-nose' 'python-configobj' 'python2-nose' 
'python2-configobj')
-source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
-sha1sums=('63c5bdad560bae33d9200e1b8202e1a6363d48df')
-
-prepare() {
-  cd "$srcdir"
-  cp -a envisage-${pkgver} envisage-py2-${pkgver}
-}
-
-build() {
-  cd "$srcdir"/envisage-py2-$pkgver
-
-  # "Building Python2"
-  python2 setup.py build
-
-  cd "$srcdir"/envisage-$pkgver
-
-  # "Building Python3"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/envisage-py2-$pkgver
-  nosetests2 envisage
-
-  cd "$srcdir"/envisage-$pkgver
-  nosetests envisage || warning "tests failed"
-}
-
-package_python2-envisage() {
-  depends=('python2-apptools')
-  optdepends=('ipython2: for IPython shell plugin')
-  cd "$srcdir"/envisage-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/  --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-envisage() {
-  depends=('python-apptools')
-  optdepends=('ipython: for IPython shell plugin')
-  cd "$srcdir"/envisage-$pkgver
-
-  python setup.py install --root="$pkgdir"/  --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-envisage/repos/community-any/PKGBUILD (from rev 440963, 
python-envisage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:57:52 UTC (rev 440964)
@@ -0,0 +1,36 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname='python-envisage'
+pkgver=4.7.1
+pkgrel=2
+pkgdesc="Extensible Application Framework"
+arch=('any')
+url="https://github.com/enthought/envisage;
+license=('BSD')
+depends=('python-apptools')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-configobj')
+optdepends=('ipython: for IPython shell plugin')
+source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
+sha256sums=('0b8bd997a32aa060237ae82ff86183e1cbc5c8a7fd3d8a68dec9f3e30e84fd66')
+
+build() {
+  cd "$srcdir"/envisage-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/envisage-$pkgver
+
+  # eggs tests are harmless (see 
https://github.com/enthought/envisage/issues/135)
+  nosetests envisage || warning "tests failed"
+}
+
+package_python-envisage() {
+  cd "$srcdir"/envisage-$pkgver
+
+  python setup.py install --root="$pkgdir"/  --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 09:07:52
  Author: aginiewicz
Revision: 440969

upgpkg: python-pyface 6.0.0-5

python-pyface: drop python2 support

Modified:
  python-pyface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 09:03:47 UTC (rev 440968)
+++ PKGBUILD2019-03-14 09:07:52 UTC (rev 440969)
@@ -3,63 +3,33 @@
 # TODO: python-scimath: for unit parser in pyface.wx.spreadsheet
 # TODO: look for more hidden dependencies
 
-pkgbase=python-pyface
-pkgname=('python2-pyface' 'python-pyface')
+pkgname='python-pyface'
 pkgver=6.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Traits-capable windowing framework"
 arch=('any')
 url="https://github.com/enthought/pyface;
 license=('BSD')
-makedepends=('python-setuptools' 'python-traits' 'python2-setuptools' 
'python2-traits')
+depends=('python-traits')
+makedepends=('python-setuptools')
+optdepends=('python-pyqt5: for Qt backend (or pyside2)'
+'python-pyqtwebengine: for Qt backend'
+'pyside2: for Qt backend (or python-pyqt5)'
+'python-pygments: for syntax coloring in Qt backend'
+'python-setuptools: to locate resources inside zip and egg files'
+'ipython: for IPython widget'
+'python-wxpython: for wx backend')
 options=(!emptydirs)
-
 
source=("pyface-${pkgver}.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz;)
-sha1sums=('3f260f9c52044419bb670ee2e9b564d3d4bfeb41')
+sha256sums=('3dd49ae2d289cc9655cb74296092933113a5ebb92a3f83837cde26eead572b4a')
 
-prepare() {
-  cd "$srcdir"
-  cp -a pyface-${pkgver} pyface-py2-${pkgver}
-}
-
 build() {
-  cd "$srcdir"/pyface-py2-$pkgver
-
-  # "Building Python2"
-  python2 setup.py build
-
   cd "$srcdir"/pyface-$pkgver
 
-  # "Building Python3"
   python setup.py build
 }
 
-package_python2-pyface() {
-  depends=('python2-traits')
-  optdepends=('python2-pyqt5: for Qt backend'
-  'python2-pyqtwebengine: for Qt backend'
-  'python2-pygments: for syntax coloring in Qt backend'
-  'python2-setuptools: to locate resources inside zip and egg 
files'
-  'ipython2: for IPython widget'
-  'python2-wxpython3: for wx backend')
-
-  cd "$srcdir"/pyface-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pyface() {
-  depends=('python-traits')
-  optdepends=('python-pyqt5: for Qt backend (or pyside2)'
-  'python-pyqtwebengine: for Qt backend'
-  'pyside2: for Qt backend (or python-pyqt5)'
-  'python-pygments: for syntax coloring in Qt backend'
-  'python-setuptools: to locate resources inside zip and egg files'
-  'ipython: for IPython widget'
- 'python-wxpython: for wx backend')
-
+package() {
   cd "$srcdir"/pyface-$pkgver
 
   python setup.py install --root="$pkgdir"/ --optimize=1


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 09:07:56
  Author: aginiewicz
Revision: 440970

archrelease: copy trunk to community-any

Added:
  python-pyface/repos/community-any/PKGBUILD
(from rev 440969, python-pyface/trunk/PKGBUILD)
Deleted:
  python-pyface/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 09:07:52 UTC (rev 440969)
+++ PKGBUILD2019-03-14 09:07:56 UTC (rev 440970)
@@ -1,68 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-# TODO: python-scimath: for unit parser in pyface.wx.spreadsheet
-# TODO: look for more hidden dependencies
-
-pkgbase=python-pyface
-pkgname=('python2-pyface' 'python-pyface')
-pkgver=6.0.0
-pkgrel=4
-pkgdesc="Traits-capable windowing framework"
-arch=('any')
-url="https://github.com/enthought/pyface;
-license=('BSD')
-makedepends=('python-setuptools' 'python-traits' 'python2-setuptools' 
'python2-traits')
-options=(!emptydirs)
-
-source=("pyface-${pkgver}.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz;)
-sha1sums=('3f260f9c52044419bb670ee2e9b564d3d4bfeb41')
-
-prepare() {
-  cd "$srcdir"
-  cp -a pyface-${pkgver} pyface-py2-${pkgver}
-}
-
-build() {
-  cd "$srcdir"/pyface-py2-$pkgver
-
-  # "Building Python2"
-  python2 setup.py build
-
-  cd "$srcdir"/pyface-$pkgver
-
-  # "Building Python3"
-  python setup.py build
-}
-
-package_python2-pyface() {
-  depends=('python2-traits')
-  optdepends=('python2-pyqt5: for Qt backend'
-  'python2-pyqtwebengine: for Qt backend'
-  'python2-pygments: for syntax coloring in Qt backend'
-  'python2-setuptools: to locate resources inside zip and egg 
files'
-  'ipython2: for IPython widget'
-  'python2-wxpython3: for wx backend')
-
-  cd "$srcdir"/pyface-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pyface() {
-  depends=('python-traits')
-  optdepends=('python-pyqt5: for Qt backend (or pyside2)'
-  'python-pyqtwebengine: for Qt backend'
-  'pyside2: for Qt backend (or python-pyqt5)'
-  'python-pygments: for syntax coloring in Qt backend'
-  'python-setuptools: to locate resources inside zip and egg files'
-  'ipython: for IPython widget'
- 'python-wxpython: for wx backend')
-
-  cd "$srcdir"/pyface-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyface/repos/community-any/PKGBUILD (from rev 440969, 
python-pyface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 09:07:56 UTC (rev 440970)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+
+# TODO: python-scimath: for unit parser in pyface.wx.spreadsheet
+# TODO: look for more hidden dependencies
+
+pkgname='python-pyface'
+pkgver=6.0.0
+pkgrel=5
+pkgdesc="Traits-capable windowing framework"
+arch=('any')
+url="https://github.com/enthought/pyface;
+license=('BSD')
+depends=('python-traits')
+makedepends=('python-setuptools')
+optdepends=('python-pyqt5: for Qt backend (or pyside2)'
+'python-pyqtwebengine: for Qt backend'
+'pyside2: for Qt backend (or python-pyqt5)'
+'python-pygments: for syntax coloring in Qt backend'
+'python-setuptools: to locate resources inside zip and egg files'
+'ipython: for IPython widget'
+'python-wxpython: for wx backend')
+options=(!emptydirs)
+source=("pyface-${pkgver}.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz;)
+sha256sums=('3dd49ae2d289cc9655cb74296092933113a5ebb92a3f83837cde26eead572b4a')
+
+build() {
+  cd "$srcdir"/pyface-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/pyface-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-14 Thread Filipe Laíns via arch-commits
Date: Thursday, March 14, 2019 @ 10:20:45
  Author: ffy00
Revision: 440983

upgpkg: arduino-cli 0.3.6.alpha.preview-1

Modified:
  arduino-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 10:15:02 UTC (rev 440982)
+++ PKGBUILD2019-03-14 10:20:45 UTC (rev 440983)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=arduino-cli
-_pkgver=0.3.4-alpha.preview
+_pkgver=0.3.6-alpha.preview
 pkgver=${_pkgver//-/.}
 pkgrel=1
 arch=('x86_64')
@@ -11,7 +11,7 @@
 groups=('arduino')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/arduino/arduino-cli/archive/$_pkgver.tar.gz;)
-sha512sums=('f8519b8b9419d083f8e28a3011ab634e40fe8ee2ee550dc0026a1f86fe76a68d51b1279f85cee365246d72052059bf8526ca1b00a48a61663d07c96c1b81e0a5')
+sha512sums=('40c16aa8d481792daac64d9712f8eb1b175b656c64ebe6fc0f587839728862f3504e5d2f5cd66f6a849d79c560bb1048edd2ed9d98add5ad3c620d8e6221d05c')
 
 prepare(){
   export GOPATH="$srcdir"/gopath


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

2019-03-14 Thread Laurent Carlier via arch-commits
Date: Thursday, March 14, 2019 @ 10:14:55
  Author: lcarlier
Revision: 440981

upgpkg: lib32-mesa 19.0.0-1

upstream update 19.0.0

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 09:59:14 UTC (rev 440980)
+++ PKGBUILD2019-03-14 10:14:55 UTC (rev 440981)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=18.3.4
+pkgver=19.0.0
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('e4ead944ba053aa05425e9e199d633f576dfa424976253fc32438e8db6da5e8d381122e4c4b7fb18f94177421f208bab5567cfec8d2692d104e266483ca02a99'
+sha512sums=('5759b85275bcd145513cf14a9ef7505595766fb33b82c53738f74ede462e5850580d48ab4af326b41209e7f4b05aab75539f2bfebf67c3098a4680ea95c37591'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 

@@ -63,7 +63,6 @@
 -D lmsensors=true \
 -D osmesa=gallium \
 -D shared-glapi=true \
--D texture-float=true \
 -D valgrind=false
 
   # Print config


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

2019-03-14 Thread Laurent Carlier via arch-commits
Date: Thursday, March 14, 2019 @ 10:15:02
  Author: lcarlier
Revision: 440982

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 440981, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 440981, lib32-mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 ++
 PKGBUILD |  165 +
 2 files changed, 248 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 440981, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2019-03-14 10:15:02 UTC (rev 440982)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 440981, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-03-14 10:15:02 UTC (rev 440982)
@@ -0,0 +1,165 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=lib32-mesa
+pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
+pkgver=19.0.0
+pkgrel=1
+arch=('x86_64')
+makedepends=('python-mako' 'lib32-libxml2' 

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

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 10:26:33
  Author: felixonmars
Revision: 440988

archrelease: copy trunk to community-x86_64

Added:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 440987, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/fix-plugin-link.patch
(from rev 440987, deepin-file-manager/trunk/fix-plugin-link.patch)
Deleted:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
  deepin-file-manager/repos/community-x86_64/fix-plugin-link.patch

---+
 PKGBUILD  |   82 
 fix-plugin-link.patch |   26 +++
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 10:26:15 UTC (rev 440987)
+++ PKGBUILD2019-03-14 10:26:33 UTC (rev 440988)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.7.7.2
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
- 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'xdg-user-dirs'
- 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
- 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 
'kcodecs'
- 'deepin-screensaver')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-optdepends=('deepin-manual: view the help manual')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('390a32fe250f7b1716bd032edd0f9d6471f41e0b3d9f59b9c6c700f1ca4f29d141df76bba9a5a9e6aac6140ddf62fb2cff38213d8e967f4f3de1d4b998df78b9')
-
-prepare() {
-  cd dde-file-manager-$pkgver
-  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
-}
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 440987, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 10:26:33 UTC (rev 440988)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.7.7.3
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
+ 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'xdg-user-dirs'
+ 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
+ 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 
'kcodecs'
+ 'deepin-screensaver')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+optdepends=('deepin-manual: view the help manual')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('faef046952dfd1bddf5e74bc2b8ae7d494e18482ec89ecd79a18483eb56053f9ff3b41244bc1638b1e052d118f9344cdf2ff39a5953e9f9163643bbdccd8d1e0')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: fix-plugin-link.patch
===
--- fix-plugin-link.patch   2019-03-14 10:26:15 UTC (rev 440987)
+++ fix-plugin-link.patch   2019-03-14 10:26:33 UTC (rev 440988)
@@ -1,13 +0,0 @@
-diff --git a/dde-dock-plugins/disk-mount/disk-mount.pro 
b/dde-dock-plugins/disk-mount/disk-mount.pro
-index c5d336e8..c9575b15 100644
 a/dde-dock-plugins/disk-mount/disk-mount.pro
-+++ b/dde-dock-plugins/disk-mount/disk-mount.pro
-@@ -15,7 +15,7 @@ DISTFILES   += disk-mount.json
- 
- DEFINES += QT_MESSAGELOGCONTEXT DFM_NO_FILE_WATCHER
- 
--#unix: LIBS += -L$$OUT_PWD/../../dde-file-manager-lib -ldde-file-manager
-+LIBS += 

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

2019-03-14 Thread Christian Hesse via arch-commits
Date: Thursday, March 14, 2019 @ 08:22:25
  Author: eworm
Revision: 440945

upgpkg: gnome-packagekit 3.32.0-1

new upstream release

Modified:
  gnome-packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:14:26 UTC (rev 440944)
+++ PKGBUILD2019-03-14 08:22:25 UTC (rev 440945)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Conder 
 
 pkgname=gnome-packagekit
-pkgver=3.30.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
 makedepends=('meson' 'intltool' 'itstool' 'docbook-xsl' 'libcanberra')
 
source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('65ac3058ceb9a2690f3fc48b5022a233af5c3e950fd44e4ec056df31907130c4')
+sha256sums=('4dcb4f840c4311ca5f3a49b6495f7e842f99003c9c47b7f7f4dd74d43023')
 
 build() {
arch-meson "${pkgname}-${pkgver}" build


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

2019-03-14 Thread Christian Hesse via arch-commits
Date: Thursday, March 14, 2019 @ 08:22:30
  Author: eworm
Revision: 440946

archrelease: copy trunk to community-x86_64

Added:
  gnome-packagekit/repos/community-x86_64/PKGBUILD
(from rev 440945, gnome-packagekit/trunk/PKGBUILD)
Deleted:
  gnome-packagekit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:22:25 UTC (rev 440945)
+++ PKGBUILD2019-03-14 08:22:30 UTC (rev 440946)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Balló György 
-# Contributor: Jonathan Conder 
-
-pkgname=gnome-packagekit
-pkgver=3.30.0
-pkgrel=1
-pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
-arch=('x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
-makedepends=('meson' 'intltool' 'itstool' 'docbook-xsl' 'libcanberra')
-source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('65ac3058ceb9a2690f3fc48b5022a233af5c3e950fd44e4ec056df31907130c4')
-
-build() {
-   arch-meson "${pkgname}-${pkgver}" build
-
-   ninja -C build
-}
-
-package() {
-   DESTDIR="$pkgdir" ninja -C build install
-}
-

Copied: gnome-packagekit/repos/community-x86_64/PKGBUILD (from rev 440945, 
gnome-packagekit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:22:30 UTC (rev 440946)
@@ -0,0 +1,26 @@
+# Maintainer: Christian Hesse 
+# Contributor: Balló György 
+# Contributor: Jonathan Conder 
+
+pkgname=gnome-packagekit
+pkgver=3.32.0
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
+makedepends=('meson' 'intltool' 'itstool' 'docbook-xsl' 'libcanberra')
+source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('4dcb4f840c4311ca5f3a49b6495f7e842f99003c9c47b7f7f4dd74d43023')
+
+build() {
+   arch-meson "${pkgname}-${pkgver}" build
+
+   ninja -C build
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C build install
+}
+


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:45:36
  Author: aginiewicz
Revision: 440957

upgpkg: python-requests-file 1.4.3-3

python-requests-file: drop python2 support

Modified:
  python-requests-file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:42:30 UTC (rev 440956)
+++ PKGBUILD2019-03-14 08:45:36 UTC (rev 440957)
@@ -1,55 +1,27 @@
 # Maintainer: Andrzej Giniewicz 
 # Contributor: lilydjwg 
 
-pkgbase=python-requests-file
-pkgname=('python2-requests-file' 'python-requests-file')
+pkgname='python-requests-file'
 pkgver=1.4.3
-pkgrel=2
+pkgrel=3
 pkgdesc="File transport adapter for Requests"
 arch=('any')
 url="https://github.com/dashea/requests-file;
 license=('Apache')
-makedepends=('python-setuptools' 'python-requests' 'python-six'
- 'python2-setuptools' 'python2-requests' 'python2-six')
+depends=('python-six' 'python-requests')
+makedepends=('python-setuptools')
 source=("https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz;)
-md5sums=('54ec29f29540b43b9b2c8a392dc96abc')
+sha256sums=('5ea90937dd77769ef1d1ad93ef5996212e75b20a5531ad36dc12b1873fbf99c1')
 
-prepare() {
-  cd "$srcdir"
-  cp -a requests-file-${pkgver} requests-file-py2-${pkgver}
-  cd requests-file-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
 build() {
-  msg "Building Python2"
-  cd "$srcdir"/requests-file-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
+  cd "$srcdir"/requests-file-${pkgver}
 
-  msg "Building Python3"
-  cd "$srcdir"/requests-file-${pkgver}
   python setup.py build_ext --inplace
   python setup.py build
 }
 
-package_python2-requests-file() {
-  depends=('python2-six' 'python2-requests')
-
-  cd "$srcdir"/requests-file-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-
 package_python-requests-file() {
-  depends=('python-six' 'python-requests')
-
   cd "$srcdir"/requests-file-${pkgver}
 
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
 }
-


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 09:01:03
  Author: aginiewicz
Revision: 440966

archrelease: copy trunk to community-any

Added:
  python-apptools/repos/community-any/PKGBUILD
(from rev 440965, python-apptools/trunk/PKGBUILD)
Deleted:
  python-apptools/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 09:01:00 UTC (rev 440965)
+++ PKGBUILD2019-03-14 09:01:03 UTC (rev 440966)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-apptools
-pkgname=('python2-apptools' 'python-apptools')
-pkgver=4.4.0
-pkgrel=3
-pkgdesc="Application tools"
-arch=('any')
-url="https://github.com/enthought/apptools;
-license=('BSD')
-makedepends=('python-setuptools' 'python-traits' 'python2-setuptools' 
'python2-traits')
-
-source=("apptools-$pkgver.tar.gz::https://github.com/enthought/apptools/archive/${pkgver}.tar.gz;)
-md5sums=('7ca7ec191d20533ff7106f3ca3f951c1')
-
-prepare() {
-  cd "$srcdir"
-  cp -a apptools-${pkgver} apptools-py2-${pkgver}
-
-  cd apptools-py2-${pkgver}
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-$(find "${srcdir}" -name '*.py')
-}
-
-build() {
-  cd "$srcdir"/apptools-py2-$pkgver
-
-  msg "Building Python2"
-  python2 setup.py build
-
-  cd "$srcdir"/apptools-$pkgver
-
-  msg "Building Python3"
-  python setup.py build
-}
-
-package_python2-apptools() {
-  depends=('python2-traits')
-  optdepends=('python2-configobj: for apptools.preferences package'
-  'python2-traitsui: for user interface to apptools')
-  cd "$srcdir"/apptools-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/  --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-apptools() {
-  depends=('python-traits')
-  optdepends=('python-configobj: for apptools.preferences package'
-  'python-traitsui: for user interface to apptools')
-  cd "$srcdir"/apptools-$pkgver
-
-  python setup.py install --root="$pkgdir"/  --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-apptools/repos/community-any/PKGBUILD (from rev 440965, 
python-apptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 09:01:03 UTC (rev 440966)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname='python-apptools'
+pkgver=4.4.0
+pkgrel=4
+pkgdesc="Application tools"
+arch=('any')
+url="https://github.com/enthought/apptools;
+license=('BSD')
+depends=('python-traits')
+makedepends=('python-setuptools')
+optdepends=('python-configobj: for apptools.preferences package'
+'python-traitsui: for user interface to apptools')
+source=("apptools-$pkgver.tar.gz::https://github.com/enthought/apptools/archive/${pkgver}.tar.gz;)
+sha256sums=('00c4e6cb8c8cd59ff0464fe59de356aa6e8a2bd5a106f5841db36dab7f782a7e')
+
+build() {
+  cd "$srcdir"/apptools-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/apptools-$pkgver
+
+  python setup.py install --root="$pkgdir"/  --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 09:01:00
  Author: aginiewicz
Revision: 440965

upgpkg: python-apptools 4.4.0-4

python-apptools: drop python2 support

Modified:
  python-apptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:57:52 UTC (rev 440964)
+++ PKGBUILD2019-03-14 09:01:00 UTC (rev 440965)
@@ -1,54 +1,26 @@
 # Maintainer: Andrzej Giniewicz 
 
-pkgbase=python-apptools
-pkgname=('python2-apptools' 'python-apptools')
+pkgname='python-apptools'
 pkgver=4.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Application tools"
 arch=('any')
 url="https://github.com/enthought/apptools;
 license=('BSD')
-makedepends=('python-setuptools' 'python-traits' 'python2-setuptools' 
'python2-traits')
-
+depends=('python-traits')
+makedepends=('python-setuptools')
+optdepends=('python-configobj: for apptools.preferences package'
+'python-traitsui: for user interface to apptools')
 
source=("apptools-$pkgver.tar.gz::https://github.com/enthought/apptools/archive/${pkgver}.tar.gz;)
-md5sums=('7ca7ec191d20533ff7106f3ca3f951c1')
+sha256sums=('00c4e6cb8c8cd59ff0464fe59de356aa6e8a2bd5a106f5841db36dab7f782a7e')
 
-prepare() {
-  cd "$srcdir"
-  cp -a apptools-${pkgver} apptools-py2-${pkgver}
-
-  cd apptools-py2-${pkgver}
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-$(find "${srcdir}" -name '*.py')
-}
-
 build() {
-  cd "$srcdir"/apptools-py2-$pkgver
-
-  msg "Building Python2"
-  python2 setup.py build
-
   cd "$srcdir"/apptools-$pkgver
 
-  msg "Building Python3"
   python setup.py build
 }
 
-package_python2-apptools() {
-  depends=('python2-traits')
-  optdepends=('python2-configobj: for apptools.preferences package'
-  'python2-traitsui: for user interface to apptools')
-  cd "$srcdir"/apptools-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/  --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-apptools() {
-  depends=('python-traits')
-  optdepends=('python-configobj: for apptools.preferences package'
-  'python-traitsui: for user interface to apptools')
+package() {
   cd "$srcdir"/apptools-$pkgver
 
   python setup.py install --root="$pkgdir"/  --optimize=1
@@ -55,4 +27,3 @@
 
   install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 09:09:53
  Author: aginiewicz
Revision: 440974

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 09:09:50 UTC (rev 440973)
+++ PKGBUILD2019-03-14 09:09:53 UTC (rev 440974)
@@ -1,50 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-traits
-pkgname=('python2-traits' 'python-traits')
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="Explicitly typed attributes for Python"
-arch=('x86_64')
-url="https://github.com/enthought/traits;
-license=('BSD')
-makedepends=('python-setuptools' 'python-numpy' 'python2-setuptools' 
'python2-numpy')
-
-source=("traits-${pkgver}.tar.gz::https://github.com/enthought/traits/archive/release/${pkgver}.tar.gz;)
-sha1sums=('22571e71a65d0c521ce9267e10c0ac0a1fc63999')
-
-prepare() {
-  cd "$srcdir"
-  cp -a traits-release-${pkgver} traits-release-py2-${pkgver}
-}
-
-build() {
-  cd "$srcdir"/traits-release-py2-$pkgver
-
-  # "Building Python2"
-  python2 setup.py build
-
-  cd "$srcdir"/traits-release-$pkgver
-
-  # "Building Python3"
-  python setup.py build
-}
-
-package_python2-traits() {
-  depends=('python2-numpy')
-  cd "$srcdir"/traits-release-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-traits() {
-  depends=('python-numpy')
-  cd "$srcdir"/traits-release-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-traits/repos/community-x86_64/PKGBUILD (from rev 440973, 
python-traits/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 09:09:53 UTC (rev 440974)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname='python-traits'
+pkgver=5.0.0
+pkgrel=2
+pkgdesc="Explicitly typed attributes for Python"
+arch=('x86_64')
+url="https://github.com/enthought/traits;
+license=('BSD')
+depends=('python-numpy')
+makedepends=('python-setuptools')
+source=("traits-${pkgver}.tar.gz::https://github.com/enthought/traits/archive/release/${pkgver}.tar.gz;)
+sha256sums=('358cdcae1b17b683eba8910a1156cd6dd6bfa716e6428d4e6252e979d36672c6')
+
+build() {
+  cd "$srcdir"/traits-release-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/traits-release-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-14 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 14, 2019 @ 09:10:03
  Author: arodseth
Revision: 440976

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 09:09:55 UTC (rev 440975)
+++ PKGBUILD2019-03-14 09:10:03 UTC (rev 440976)
@@ -1,21 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=21.1
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://erlang.org/doc/'
-license=('custom')
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
-sha256sums=('85333f77ad12c2065be4dc40dc7057d1d192f7cf15c416513f0b595583f820ce')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

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


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

2019-03-14 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 14, 2019 @ 09:09:55
  Author: arodseth
Revision: 440975

upgpkg: erlang-docs 21.3-1

Modified:
  erlang-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 09:09:53 UTC (rev 440974)
+++ PKGBUILD2019-03-14 09:09:55 UTC (rev 440975)
@@ -3,14 +3,15 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-docs
-pkgver=21.1
+pkgver=21.3
 pkgrel=1
 pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
+arch=(any)
 url='http://erlang.org/doc/'
-license=('custom')
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;) # no https 
available
-sha256sums=('85333f77ad12c2065be4dc40dc7057d1d192f7cf15c416513f0b595583f820ce')
+license=(custom)
+# HTTPS is not available
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
+sha256sums=('258b1e0ed1d07abbf08938f62c845450e90a32ec542e94455e5d5b7c333da362')
 
 package() {
   install -d "$pkgdir/usr/share/doc/erlang"


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

2019-03-14 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 14, 2019 @ 09:59:14
  Author: arodseth
Revision: 440980

archrelease: copy trunk to community-x86_64

Added:
  libgexiv2/repos/community-x86_64/PKGBUILD
(from rev 440979, libgexiv2/trunk/PKGBUILD)
Deleted:
  libgexiv2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 09:59:07 UTC (rev 440979)
+++ PKGBUILD2019-03-14 09:59:14 UTC (rev 440980)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=libgexiv2
-pkgver=0.10.8
-pkgrel=2
-pkgdesc="GObject-based wrapper around the Exiv2 library"
-url="https://wiki.gnome.org/Projects/gexiv2;
-arch=(x86_64)
-license=(GPL2)
-depends=(exiv2 glib2)
-makedepends=(python-gobject python2-gobject gobject-introspection vala git 
meson)
-_commit=f1bdbe17d6743da27c1717d8f4d2793a05c72277  # tags/gexiv2-0.10.8^0
-source=("git+https://git.gnome.org/browse/gexiv2#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gexiv2
-  git describe --tags | sed 's/^gexiv2-//;s/-/+/g'
-}
-
-prepare() {
-  cd gexiv2
-}
-
-build() {
-  arch-meson gexiv2 build \
--Denable-gtk-doc=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgexiv2/repos/community-x86_64/PKGBUILD (from rev 440979, 
libgexiv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 09:59:14 UTC (rev 440980)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=libgexiv2
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+url='https://wiki.gnome.org/Projects/gexiv2'
+arch=(x86_64)
+license=(GPL2)
+depends=(exiv2 glib2)
+makedepends=(git gobject-introspection meson python-gobject python2-gobject 
vala)
+source=("git+https://gitlab.gnome.org/GNOME/gexiv2.git#tag=gexiv2-$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  mkdir -p build
+  arch-meson gexiv2 build -Denable-gtk-doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-14 Thread Laurent Carlier via arch-commits
Date: Thursday, March 14, 2019 @ 09:59:24
  Author: lcarlier
Revision: 347915

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 347914, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 347914, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/get-program-name-based-on-path.patch
(from rev 347914, mesa/trunk/get-program-name-based-on-path.patch)

--+
 LICENSE  |   83 +++
 PKGBUILD |  177 +
 get-program-name-based-on-path.patch |   58 ++
 3 files changed, 318 insertions(+)

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 347914, mesa/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2019-03-14 09:59:24 UTC (rev 347915)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: mesa/repos/testing-x86_64/PKGBUILD (from rev 347914, 
mesa/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-14 09:59:24 UTC (rev 347915)
@@ -0,0 +1,177 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgbase=mesa
+pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
+pkgdesc="An open-source implementation of the OpenGL 

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

2019-03-14 Thread Laurent Carlier via arch-commits
Date: Thursday, March 14, 2019 @ 09:59:16
  Author: lcarlier
Revision: 347914

upgpkg: mesa 19.0.0-1

upstream update 19.0.0

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:38:04 UTC (rev 347913)
+++ PKGBUILD2019-03-14 09:59:16 UTC (rev 347914)
@@ -4,7 +4,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=18.3.4
+pkgver=19.0.0
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -14,11 +14,9 @@
 url="https://www.mesa3d.org/;
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
-get-program-name-based-on-path.patch
 LICENSE)
-sha512sums=('e4ead944ba053aa05425e9e199d633f576dfa424976253fc32438e8db6da5e8d381122e4c4b7fb18f94177421f208bab5567cfec8d2692d104e266483ca02a99'
+sha512sums=('5759b85275bcd145513cf14a9ef7505595766fb33b82c53738f74ede462e5850580d48ab4af326b41209e7f4b05aab75539f2bfebf67c3098a4680ea95c37591'
 'SKIP'
-
'3c851ec0f1d8c1d918756c5b5315901d2a9c1de22624378bb2ba49ae8d7abc0b6c015a91c455f1d40d50532939f60db81cab0d7c9f832d41162c684582783fa6'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 

   '946D09B5E4C9845E63075FF1D961C596A7203456'  # Andres Gomez 

@@ -26,13 +24,6 @@
   'A5CC9FEC93F2F837CB044912336909B6B25FADFA'  # Juan A. Suarez 
Romero 
   '71C4B75620BC75708B4BDB254C95FAAB3EB073EC') # Dylan Baker 

 
-prepare() {
-  cd mesa-${pkgver}
-
-  # Needed in order to target Chromium in drirc (included upstream in Mesa 19)
-  patch -Np1 -i ../get-program-name-based-on-path.patch
-}
-
 build() {
   #  -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,swr ### 
swr doesn't build https://bugs.freedesktop.org/show_bug.cgi?id=107865
 
@@ -64,7 +55,6 @@
 -D lmsensors=true \
 -D osmesa=gallium \
 -D shared-glapi=true \
--D texture-float=true \
 -D valgrind=false
 
   # Print config


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

2019-03-14 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 14, 2019 @ 09:59:07
  Author: arodseth
Revision: 440979

upgpkg: libgexiv2 0.12.0-1

Modified:
  libgexiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 09:31:25 UTC (rev 440978)
+++ PKGBUILD2019-03-14 09:59:07 UTC (rev 440979)
@@ -1,37 +1,26 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Ionut Biru 
 
 pkgname=libgexiv2
-pkgver=0.10.8
-pkgrel=2
-pkgdesc="GObject-based wrapper around the Exiv2 library"
-url="https://wiki.gnome.org/Projects/gexiv2;
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+url='https://wiki.gnome.org/Projects/gexiv2'
 arch=(x86_64)
 license=(GPL2)
 depends=(exiv2 glib2)
-makedepends=(python-gobject python2-gobject gobject-introspection vala git 
meson)
-_commit=f1bdbe17d6743da27c1717d8f4d2793a05c72277  # tags/gexiv2-0.10.8^0
-source=("git+https://git.gnome.org/browse/gexiv2#commit=$_commit;)
+makedepends=(git gobject-introspection meson python-gobject python2-gobject 
vala)
+source=("git+https://gitlab.gnome.org/GNOME/gexiv2.git#tag=gexiv2-$pkgver;)
 sha256sums=('SKIP')
 
-pkgver() {
-  cd gexiv2
-  git describe --tags | sed 's/^gexiv2-//;s/-/+/g'
-}
-
-prepare() {
-  cd gexiv2
-}
-
 build() {
-  arch-meson gexiv2 build \
--Denable-gtk-doc=true
+  mkdir -p build
+  arch-meson gexiv2 build -Denable-gtk-doc=true
   ninja -C build
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {


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

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

0.10.5+4+gc947eed-1

Modified:
  gupnp-dlna/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 10:30:12 UTC (rev 347917)
+++ PKGBUILD2019-03-14 10:34:40 UTC (rev 347918)
@@ -2,8 +2,8 @@
 # Contributor: Balló György 
 
 pkgname=gupnp-dlna
-pkgver=0.10.5
-pkgrel=3
+pkgver=0.10.5+4+gc947eed
+pkgrel=1
 pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/GUPnP;
@@ -10,8 +10,8 @@
 license=(LGPL)
 depends=(gst-plugins-base-libs)
 makedepends=(gobject-introspection gtk-doc vala git autoconf-archive)
-_commit=d8c2a40767e47fe8427e019cad5359092a8fa662  # tags/gupnp-dlna-0.10.5^0
-source=("git+https://git.gnome.org/browse/gupnp-dlna#commit=$_commit;)
+_commit=c947eed68559152ac95bdab207b206794ee9a5c2  # master
+source=("git+https://gitlab.gnome.org/GNOME/gupnp-dlna.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

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

3.32.0-1

Modified:
  baobab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 00:17:04 UTC (rev 347890)
+++ PKGBUILD2019-03-14 07:35:51 UTC (rev 347891)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=baobab
-pkgver=3.30.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="A graphical directory tree analyzer"
 url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer;
@@ -11,7 +11,7 @@
 depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
 makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome)
-_commit=f027d265603a206585228043abe9c35cf69d061c  # tags/3.30.0^0
+_commit=40614a70d361e67d6377409d97c1771ae1d19f47  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

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

archrelease: copy trunk to extra-x86_64

Added:
  baobab/repos/extra-x86_64/PKGBUILD
(from rev 347891, baobab/trunk/PKGBUILD)
Deleted:
  baobab/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 07:35:51 UTC (rev 347891)
+++ PKGBUILD2019-03-14 07:35:58 UTC (rev 347892)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=baobab
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer;
-arch=(x86_64)
-license=(GPL2)
-depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
-makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
-groups=(gnome)
-_commit=f027d265603a206585228043abe9c35cf69d061c  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/baobab.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
-
-  # https://bugs.archlinux.org/task/31861
-  sed -i '/^MimeType=/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
-}

Copied: baobab/repos/extra-x86_64/PKGBUILD (from rev 347891, 
baobab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 07:35:58 UTC (rev 347892)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=baobab
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer;
+arch=(x86_64)
+license=(GPL2)
+depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
+makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome)
+_commit=40614a70d361e67d6377409d97c1771ae1d19f47  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/baobab.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
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/^MimeType=/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
+}


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 07:47:51
  Author: bpiotrowski
Revision: 347896

archrelease: copy trunk to extra-x86_64

Added:
  libdazzle/repos/extra-x86_64/PKGBUILD
(from rev 347895, libdazzle/trunk/PKGBUILD)
Deleted:
  libdazzle/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 07:47:47 UTC (rev 347895)
+++ PKGBUILD2019-03-14 07:47:51 UTC (rev 347896)
@@ -1,34 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libdazzle
-pkgver=3.30.2
-pkgrel=1
-pkgdesc="A library to delight your users with fancy features"
-url="https://gitlab.gnome.org/GNOME/libdazzle;
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-checkdepends=(xorg-server-xvfb)
-_commit=27c741ad67cd07073d4c7ee9930789832494d028  # tags/3.30.2^0
-source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build -D enable_gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  xvfb-run dbus-run-session meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libdazzle/repos/extra-x86_64/PKGBUILD (from rev 347895, 
libdazzle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 07:47:51 UTC (rev 347896)
@@ -0,0 +1,34 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libdazzle
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="A library to delight your users with fancy features"
+url="https://gitlab.gnome.org/GNOME/libdazzle;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+checkdepends=(xorg-server-xvfb)
+_commit=26172d8068a916efc1d6df35027bc6ae99ffacac  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build -D enable_gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  xvfb-run dbus-run-session meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

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

3.32.0-1

Modified:
  libdazzle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 07:40:26 UTC (rev 347894)
+++ PKGBUILD2019-03-14 07:47:47 UTC (rev 347895)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libdazzle
-pkgver=3.30.2
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="A library to delight your users with fancy features"
 url="https://gitlab.gnome.org/GNOME/libdazzle;
@@ -11,7 +11,7 @@
 depends=(gtk3)
 makedepends=(git meson vala gobject-introspection gtk-doc)
 checkdepends=(xorg-server-xvfb)
-_commit=27c741ad67cd07073d4c7ee9930789832494d028  # tags/3.30.2^0
+_commit=26172d8068a916efc1d6df35027bc6ae99ffacac  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 07:54:16
  Author: bpiotrowski
Revision: 347898

archrelease: copy trunk to extra-x86_64

Added:
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 347897, epiphany/trunk/PKGBUILD)
Deleted:
  epiphany/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 07:54:12 UTC (rev 347897)
+++ PKGBUILD2019-03-14 07:54:16 UTC (rev 347898)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.30.3
-pkgrel=1
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web;
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk gcr icu libdazzle)
-makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
- appstream-glib git meson)
-checkdepends=(xorg-server-xvfb)
-groups=(gnome)
-_commit=0777a3db37a3c8520740448bf50f620a94a8e551  # tags/3.30.3^0
-source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D distributor_name="Arch Linux®"
-  ninja -C build
-}
-
-check() {
-  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
-  xvfb-run meson test -C build || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: epiphany/repos/extra-x86_64/PKGBUILD (from rev 347897, 
epiphany/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 07:54:16 UTC (rev 347898)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr icu libdazzle)
+makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
+ appstream-glib git meson)
+checkdepends=(xorg-server-xvfb)
+groups=(gnome)
+_commit=58a07890fc754bc5db0fe146088c26eed7b06599  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D distributor_name="Arch Linux®"
+  ninja -C build
+}
+
+check() {
+  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
+  xvfb-run meson test -C build || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 07:54:12
  Author: bpiotrowski
Revision: 347897

3.32.0-1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 07:47:51 UTC (rev 347896)
+++ PKGBUILD2019-03-14 07:54:12 UTC (rev 347897)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=epiphany
-pkgver=3.30.3
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
@@ -13,7 +13,7 @@
  appstream-glib git meson)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-_commit=0777a3db37a3c8520740448bf50f620a94a8e551  # tags/3.30.3^0
+_commit=58a07890fc754bc5db0fe146088c26eed7b06599  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:14:18
  Author: aginiewicz
Revision: 440943

upgpkg: python-seaborn 0.9.0-4

python-seaborn: drop python 2 support

Modified:
  python-seaborn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 07:40:21 UTC (rev 440942)
+++ PKGBUILD2019-03-14 08:14:18 UTC (rev 440943)
@@ -1,51 +1,26 @@
 # Maintainer: Andrzej Giniewicz 
 # Contributor: Oliver Sherouse 
 
-pkgbase=python-seaborn
-pkgname=('python2-seaborn' 'python-seaborn')
+pkgname='python-seaborn'
 pkgver=0.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Statistical data visualization"
 arch=('any')
 url="https://seaborn.pydata.org/;
 license=('BSD')
-makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy' 'python2-beautifulsoup4'
- 'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy' 'python-beautifulsoup4')
+depends=('python-pandas' 'python-matplotlib' 'python-scipy')
+makedepends=('python-setuptools')
+optdepends=('python-statsmodels: for some advanced statistical plots'
+ 'python-beautifulsoup4: for getting dataset names')
 source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-sha1sums=('490781eda5d8ff18020aac87b5f9af0d4088c71c')
+sha256sums=('e2910b86f719ceecd09350071cb68e7531d236d087d04515b961363dd7208e6f')
 
-prepare() {
-  cd "$srcdir"
-  cp -a seaborn-${pkgver} seaborn-py2-${pkgver}
-}
-
 build() {
-  # "Building Python2"
-  cd "$srcdir"/seaborn-py2-${pkgver}
-  python2 setup.py build
-
-  # "Building Python3"
   cd "$srcdir"/seaborn-${pkgver}
   python setup.py build
 }
 
-package_python2-seaborn() {
-  depends=('python2-pandas' 'python2-matplotlib' 'python2-scipy')
-  optdepends=('python2-statsmodels: for some advanced statistical plots'
-  'python2-beautifulsoup4: for getting dataset names')
-
-  cd "$srcdir"/seaborn-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-seaborn() {
-  depends=('python-pandas' 'python-matplotlib' 'python-scipy')
-  optdepends=('python-statsmodels: for some advanced statistical plots'
-  'python-beautifulsoup4: for getting dataset names')
-
+package() {
   cd "$srcdir"/seaborn-${pkgver}
 
   python setup.py install --skip-build --root="$pkgdir" --optimize=1


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

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 08:14:07
  Author: bpiotrowski
Revision: 347907

archrelease: copy trunk to extra-x86_64

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

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

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

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


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:14:26
  Author: aginiewicz
Revision: 440944

archrelease: copy trunk to community-any

Added:
  python-seaborn/repos/community-any/PKGBUILD
(from rev 440943, python-seaborn/trunk/PKGBUILD)
Deleted:
  python-seaborn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:14:18 UTC (rev 440943)
+++ PKGBUILD2019-03-14 08:14:26 UTC (rev 440944)
@@ -1,54 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-pkgbase=python-seaborn
-pkgname=('python2-seaborn' 'python-seaborn')
-pkgver=0.9.0
-pkgrel=3
-pkgdesc="Statistical data visualization"
-arch=('any')
-url="https://seaborn.pydata.org/;
-license=('BSD')
-makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy' 'python2-beautifulsoup4'
- 'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy' 'python-beautifulsoup4')
-source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-sha1sums=('490781eda5d8ff18020aac87b5f9af0d4088c71c')
-
-prepare() {
-  cd "$srcdir"
-  cp -a seaborn-${pkgver} seaborn-py2-${pkgver}
-}
-
-build() {
-  # "Building Python2"
-  cd "$srcdir"/seaborn-py2-${pkgver}
-  python2 setup.py build
-
-  # "Building Python3"
-  cd "$srcdir"/seaborn-${pkgver}
-  python setup.py build
-}
-
-package_python2-seaborn() {
-  depends=('python2-pandas' 'python2-matplotlib' 'python2-scipy')
-  optdepends=('python2-statsmodels: for some advanced statistical plots'
-  'python2-beautifulsoup4: for getting dataset names')
-
-  cd "$srcdir"/seaborn-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-seaborn() {
-  depends=('python-pandas' 'python-matplotlib' 'python-scipy')
-  optdepends=('python-statsmodels: for some advanced statistical plots'
-  'python-beautifulsoup4: for getting dataset names')
-
-  cd "$srcdir"/seaborn-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-seaborn/repos/community-any/PKGBUILD (from rev 440943, 
python-seaborn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:14:26 UTC (rev 440944)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+pkgname='python-seaborn'
+pkgver=0.9.0
+pkgrel=4
+pkgdesc="Statistical data visualization"
+arch=('any')
+url="https://seaborn.pydata.org/;
+license=('BSD')
+depends=('python-pandas' 'python-matplotlib' 'python-scipy')
+makedepends=('python-setuptools')
+optdepends=('python-statsmodels: for some advanced statistical plots'
+ 'python-beautifulsoup4: for getting dataset names')
+source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
+sha256sums=('e2910b86f719ceecd09350071cb68e7531d236d087d04515b961363dd7208e6f')
+
+build() {
+  cd "$srcdir"/seaborn-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/seaborn-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-14 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 14, 2019 @ 08:30:43
  Author: alucryd
Revision: 440948

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:30:35 UTC (rev 440947)
+++ PKGBUILD2019-03-14 08:30:43 UTC (rev 440948)
@@ -1,36 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: jtts 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-dconf
-pkgver=0.30.1
-pkgrel=1
-pkgdesc='A low-level configuration system'
-arch=('x86_64')
-url='https://live.gnome.org/dconf'
-license=('LGPL2.1')
-depends=('dconf' 'lib32-glib2')
-makedepends=(
-  'bash-completion' 'docbook-xsl' 'gcc-multilib' 'git' 'intltool' 'meson'
-  'python' 'vala'
-)
-source=("git+https://gitlab.gnome.org/GNOME/dconf.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  arch-meson dconf build \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/dconf' \
--Denable-man=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-dconf/repos/multilib-x86_64/PKGBUILD (from rev 440947, 
lib32-dconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:30:43 UTC (rev 440948)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: jtts 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-dconf
+pkgver=0.32.0
+pkgrel=1
+pkgdesc='A low-level configuration system'
+arch=('x86_64')
+url='https://live.gnome.org/dconf'
+license=('LGPL2.1')
+depends=('dconf' 'lib32-glib2')
+makedepends=(
+  'bash-completion' 'docbook-xsl' 'gcc-multilib' 'git' 'intltool' 'meson'
+  'python' 'vala'
+)
+source=("git+https://gitlab.gnome.org/GNOME/dconf.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  arch-meson dconf build \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/dconf' \
+-Denable-man=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-14 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 14, 2019 @ 08:30:35
  Author: alucryd
Revision: 440947

upgpkg: lib32-dconf 0.32.0-1

Modified:
  lib32-dconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:22:30 UTC (rev 440946)
+++ PKGBUILD2019-03-14 08:30:35 UTC (rev 440947)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-dconf
-pkgver=0.31.92
+pkgver=0.32.0
 pkgrel=1
 pkgdesc='A low-level configuration system'
 arch=('x86_64')


[arch-commits] Commit in dleyna-connector-dbus/repos (2 files)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 11:31:30
  Author: heftig
Revision: 347929

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  dleyna-connector-dbus/repos/gnome-unstable-x86_64/
  dleyna-connector-dbus/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 347928, dleyna-connector-dbus/trunk/PKGBUILD)

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

Copied: dleyna-connector-dbus/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
347928, dleyna-connector-dbus/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2019-03-14 11:31:30 UTC (rev 347929)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=dleyna-connector-dbus
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="Provides a D-Bus API for the dLeyna services"
+arch=(x86_64)
+url="http://01.org/dleyna;
+license=(LGPL2.1)
+depends=(dleyna-core dbus)
+makedepends=(git)
+_commit=1f0932aaacdd67700912a0c9c6e610f16f346ced  # tags/0.3.0
+source=("git+https://github.com/01org/dleyna-connector-dbus#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 \
+--disable-static
+  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
+}


[arch-commits] Commit in dleyna-connector-dbus/trunk (PKGBUILD)

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

0.3.0-2

Modified:
  dleyna-connector-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 11:28:30 UTC (rev 347927)
+++ PKGBUILD2019-03-14 11:31:11 UTC (rev 347928)
@@ -2,7 +2,7 @@
 
 pkgname=dleyna-connector-dbus
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a D-Bus API for the dLeyna services"
 arch=(x86_64)
 url="http://01.org/dleyna;
@@ -27,6 +27,7 @@
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2019-03-14 Thread Laurent Carlier via arch-commits
Date: Thursday, March 14, 2019 @ 11:56:35
  Author: lcarlier
Revision: 347931

archrelease: copy trunk to testing-any

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

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 347930, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-03-14 11:56:35 UTC (rev 347931)
@@ -0,0 +1,83 @@
+# Maintainer: Thomas Bächler 
+
+pkgbase=linux-firmware
+pkgname=(linux-firmware amd-ucode)
+_commit=efd2c1cc375cff1c17b4259d99a7fee240c3b510 # master
+pkgver=20190313.efd2c1c
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit};)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+}
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  mkdir -p kernel/x86/microcode
+  cat ${pkgbase}/amd-ucode/microcode_amd*.bin > 
kernel/x86/microcode/AuthenticAMD.bin
+  # Make the .bin reproducible 
+  [ ! -z $SOURCE_DATE_EPOCH ] && touch -d @$SOURCE_DATE_EPOCH 
kernel/x86/microcode/AuthenticAMD.bin
+  echo kernel/x86/microcode/AuthenticAMD.bin | bsdcpio -o -H newc -R 0:0 > 
amd-ucode.img
+}
+
+package_linux-firmware() {
+  groups=('base')
+  conflicts=('linux-firmware-git'
+ 'kernel26-firmware'
+ 'ar9170-fw'
+ 'iwlwifi-1000-ucode'
+ 'iwlwifi-3945-ucode'
+ 'iwlwifi-4965-ucode'
+ 'iwlwifi-5000-ucode'
+ 'iwlwifi-5150-ucode'
+ 'iwlwifi-6000-ucode'
+ 'rt2870usb-fw'
+ 'rt2x00-rt61-fw'
+ 'rt2x00-rt71w-fw')
+  replaces=('kernel26-firmware'
+'ar9170-fw'
+'iwlwifi-1000-ucode'
+'iwlwifi-3945-ucode'
+'iwlwifi-4965-ucode'
+'iwlwifi-5000-ucode'
+'iwlwifi-5150-ucode'
+'iwlwifi-6000-ucode'
+'rt2870usb-fw'
+'rt2x00-rt61-fw'
+'rt2x00-rt71w-fw')
+
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+
+package_amd-ucode() {
+  pkgdesc='Microcode update files for AMD CPUs'
+
+  install -D -m0644 amd-ucode.img "${pkgdir}"/boot/amd-ucode.img  
+  install -D -m0644 "${srcdir}/${pkgbase}/LICENSE.amd-ucode" 
"${pkgdir}/usr/share/licenses/amd-ucode/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-14 Thread Laurent Carlier via arch-commits
Date: Thursday, March 14, 2019 @ 11:56:28
  Author: lcarlier
Revision: 347930

upgpkg: linux-firmware 20190313.efd2c1c-1

sync with upstream

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 11:31:30 UTC (rev 347929)
+++ PKGBUILD2019-03-14 11:56:28 UTC (rev 347930)
@@ -2,8 +2,8 @@
 
 pkgbase=linux-firmware
 pkgname=(linux-firmware amd-ucode)
-_commit=28f5f7dc1f077ea37d663f70de4490844db0449d # master
-pkgver=20190212.28f5f7d
+_commit=efd2c1cc375cff1c17b4259d99a7fee240c3b510 # master
+pkgver=20190313.efd2c1c
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 12:25:57
  Author: arojas
Revision: 347959

archrelease: copy trunk to staging-x86_64

Added:
  qt5-remoteobjects/repos/staging-x86_64/
  qt5-remoteobjects/repos/staging-x86_64/PKGBUILD
(from rev 347958, qt5-remoteobjects/trunk/PKGBUILD)

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

Copied: qt5-remoteobjects/repos/staging-x86_64/PKGBUILD (from rev 347958, 
qt5-remoteobjects/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-14 12:25:57 UTC (rev 347959)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-remoteobjects
+_qtver=5.12.2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Inter-process communication (IPC) module developed for Qt'
+depends=(qt5-base)
+makedepends=(qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('2ae04817cd67c8550ccc685e6db9ca78ed2d7ec0b90e1de28a9fd7cda88d9811')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-scxml/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 12:26:21
  Author: arojas
Revision: 347961

archrelease: copy trunk to staging-x86_64

Added:
  qt5-scxml/repos/staging-x86_64/
  qt5-scxml/repos/staging-x86_64/PKGBUILD
(from rev 347960, qt5-scxml/trunk/PKGBUILD)

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

Copied: qt5-scxml/repos/staging-x86_64/PKGBUILD (from rev 347960, 
qt5-scxml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-14 12:26:21 UTC (rev 347961)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-scxml
+_qtver=5.12.2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Static and runtime integration of SCXML models into Qt code'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('69592542fdf4b2efe6a6378ecb1bfdda9e7f48007e191d7f77a0009e213a8623')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-script/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 12:26:09
  Author: arojas
Revision: 347960

archrelease: copy trunk to staging-x86_64

Added:
  qt5-script/repos/staging-x86_64/
  qt5-script/repos/staging-x86_64/PKGBUILD
(from rev 347959, qt5-script/trunk/PKGBUILD)

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

Copied: qt5-script/repos/staging-x86_64/PKGBUILD (from rev 347959, 
qt5-script/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-14 12:26:09 UTC (rev 347960)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-script
+_qtver=5.12.2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x 
compatibility'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('f8717d51072b4d4455755ae081e45f23f3d0ce25602f96231dd7703bd818a2e6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-serialbus/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 12:26:33
  Author: arojas
Revision: 347962

archrelease: copy trunk to staging-x86_64

Added:
  qt5-serialbus/repos/staging-x86_64/
  qt5-serialbus/repos/staging-x86_64/PKGBUILD
(from rev 347961, qt5-serialbus/trunk/PKGBUILD)

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

Copied: qt5-serialbus/repos/staging-x86_64/PKGBUILD (from rev 347961, 
qt5-serialbus/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-14 12:26:33 UTC (rev 347962)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-serialbus
+_qtver=5.12.2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Qt module for general purpose serial bus access'
+depends=('qt5-serialport')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('16bfee0be81805d82d4f9c04425b5bc2678ca01fa1617fc72613a893438aaa48')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2019-03-14 Thread Sergej Pupykin via arch-commits
Date: Thursday, March 14, 2019 @ 13:09:51
  Author: spupykin
Revision: 441000

archrelease: copy trunk to community-x86_64

Added:
  remmina/repos/community-x86_64/PKGBUILD
(from rev 440999, remmina/trunk/PKGBUILD)
  remmina/repos/community-x86_64/fix-freerdp-name.patch
(from rev 440999, remmina/trunk/fix-freerdp-name.patch)
Deleted:
  remmina/repos/community-x86_64/PKGBUILD
  remmina/repos/community-x86_64/fix-freerdp-name.patch

+
 PKGBUILD   |   86 +++
 fix-freerdp-name.patch |   40 ++---
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 13:09:32 UTC (rev 440999)
+++ PKGBUILD2019-03-14 13:09:51 UTC (rev 441000)
@@ -1,43 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=remmina
-epoch=1
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="remote desktop client written in GTK+"
-arch=(x86_64)
-url="https://www.remmina.org/;
-license=('GPL')
-depends=('avahi' 'libgcrypt' 'libssh' 'vte3')
-makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib')
-optdepends=('freerdp: RDP plugin'
-'libsecret: Secret plugin'
-'libvncserver: VNC plugin'
-'libxkbfile: NX plugin'
-'nxproxy: NX plugin'
-'spice-gtk: Spice plugin'
-'telepathy-glib: Telepathy plugin'
-'xorg-server-xephyr: XDMCP plugin')
-replaces=('remmina-plugins')
-provides=('remmina-plugins')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/Remmina/archive/v${pkgver/rc/-rc}.tar.gz;)
-sha256sums=('bd3829bd07ff0d3a53eaa34934836d49718192c6020f196d4033f63f32fa239a')
-
-prepare() {
-  cd Remmina-${pkgver/rc/-rc}
-  sed -e 's|ssh_threads|ssh|' -i cmake/FindLIBSSH.cmake # Fix build with 
libssh 0.8
-}
-
-build() {
-  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_APPINDICATOR=OFF .
-  make
-}
-
-package() {
-  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
-  make DESTDIR="$pkgdir" install
-}

Copied: remmina/repos/community-x86_64/PKGBUILD (from rev 440999, 
remmina/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 13:09:51 UTC (rev 441000)
@@ -0,0 +1,43 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=remmina
+epoch=1
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="remote desktop client written in GTK+"
+arch=(x86_64)
+url="https://www.remmina.org/;
+license=('GPL')
+depends=('avahi' 'libgcrypt' 'libssh' 'vte3')
+makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib')
+optdepends=('freerdp: RDP plugin'
+'libsecret: Secret plugin'
+'libvncserver: VNC plugin'
+'libxkbfile: NX plugin'
+'nxproxy: NX plugin'
+'spice-gtk: Spice plugin'
+'telepathy-glib: Telepathy plugin'
+'xorg-server-xephyr: XDMCP plugin')
+replaces=('remmina-plugins')
+provides=('remmina-plugins')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/Remmina/archive/v${pkgver/rc/-rc}.tar.gz;)
+sha256sums=('a99a46f6d17d621c68561d30cbb30df7767cc42861a55a0daa2e836dd732900c')
+
+prepare() {
+  cd Remmina-${pkgver/rc/-rc}
+  sed -e 's|ssh_threads|ssh|' -i cmake/FindLIBSSH.cmake # Fix build with 
libssh 0.8
+}
+
+build() {
+  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_APPINDICATOR=OFF .
+  make
+}
+
+package() {
+  cd "$srcdir"/Remmina-${pkgver/rc/-rc}/
+  make DESTDIR="$pkgdir" install
+}

Deleted: fix-freerdp-name.patch
===
--- fix-freerdp-name.patch  2019-03-14 13:09:32 UTC (rev 440999)
+++ fix-freerdp-name.patch  2019-03-14 13:09:51 UTC (rev 441000)
@@ -1,20 +0,0 @@
-diff -wbBur Remmina-1.2.0-rcgit.17/cmake/FindFREERDP.cmake 
Remmina-1.2.0-rcgit.17.my/cmake/FindFREERDP.cmake
 Remmina-1.2.0-rcgit.17/cmake/FindFREERDP.cmake 2016-12-22 
11:59:08.0 +0300
-+++ Remmina-1.2.0-rcgit.17.my/cmake/FindFREERDP.cmake  2017-02-01 
18:28:39.771764112 +0300
-@@ -30,13 +30,13 @@
- find_path(WINPR_INCLUDE_DIR NAMES winpr/winpr.h
-   HINTS ${PC_FREERDP_INCLUDEDIR} ${PC_FREERDP_INCLUDE_DIRS} 
${CMAKE_PREFIX_PATH}/include/winpr2/)
- 
--find_library(FREERDP_LIBRARY NAMES freerdp
-+find_library(FREERDP_LIBRARY NAMES freerdp2
-   HINTS ${PC_FREERDP_LIBDIR} ${PC_FREERDP_LIBRARY_DIRS})
- 
--find_library(FREERDP_CLIENT_LIBRARY NAMES freerdp-client
-+find_library(FREERDP_CLIENT_LIBRARY NAMES freerdp-client2
-   HINTS ${PC_FREERDP_LIBDIR} ${PC_FREERDP_LIBRARY_DIRS})
- 
--find_library(FREERDP_WINPR_LIBRARY NAMES winpr
-+find_library(FREERDP_WINPR_LIBRARY NAMES winpr2
-   HINTS ${PC_FREERDP_LIBDIR} 

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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 13:52:04
  Author: arojas
Revision: 347978

archrelease: copy trunk to staging-x86_64

Added:
  qt5-webkit/repos/staging-x86_64/
  qt5-webkit/repos/staging-x86_64/PKGBUILD
(from rev 347977, qt5-webkit/trunk/PKGBUILD)
  qt5-webkit/repos/staging-x86_64/qt5-webkit-gcc7.patch
(from rev 347977, qt5-webkit/trunk/qt5-webkit-gcc7.patch)
  qt5-webkit/repos/staging-x86_64/qt5-webkit-null-pointer-dereference.patch
(from rev 347977, 
qt5-webkit/trunk/qt5-webkit-null-pointer-dereference.patch)

---+
 PKGBUILD  |   70 
 qt5-webkit-gcc7.patch |   34 +
 qt5-webkit-null-pointer-dereference.patch |   17 ++
 3 files changed, 121 insertions(+)

Copied: qt5-webkit/repos/staging-x86_64/PKGBUILD (from rev 347977, 
qt5-webkit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-14 13:52:04 UTC (rev 347978)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webkit
+_qtver=5.212.0-alpha2
+pkgver=${_qtver/-/}
+pkgrel=24
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
+optdepends=('gst-plugins-good: Webm codec support')
+conflicts=(qt5-webkit-ng)
+replaces=(qt5-webkit-ng)
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;
+qt5-webkit-gcc7.patch
+qt5-webkit-null-pointer-dereference.patch
+
qt5-webkit-trojita-1.patch::"https://github.com/annulen/webkit/commit/6faf1121.patch;
+
qt5-webkit-trojita-2.patch::"https://github.com/annulen/webkit/commit/76420459.patch;
+
qt5-webkit-cmake3.10.patch::"https://github.com/annulen/webkit/commit/f51554bf.patch;)
+sha256sums=('f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a'
+'f108833562d766d4c086026f9202b2ebc8c19e97fddedce952afed78df3c0720'
+'510e1f78c2bcd76909703a097dbc1d5c9c6ce4cd94883c26138f09cc10121f43'
+'bd22bd7842d5ad1cb1f5a4b6acb2674509732274d5f9dc51943144dff76996ae'
+'b42b70fd2a4a36b0ff48fc4e0dc386b3dda373e6fec18f3be9f5e2d3b04e0aa3'
+'b4e6c85fcb062e7cc141b0e34977bcc4f9c8677c773fc4b310151b85f51e7189')
+
+prepare() {
+  mkdir -p build
+
+# Fix crashes with GCC7 https://bugs.webkit.org/show_bug.cgi?id=173407
+  cd qtwebkit-$_qtver
+  patch -p1 -i ../qt5-webkit-gcc7.patch
+# Fix layout issues in trojita https://github.com/annulen/webkit/issues/511
+  patch -p1 -i ../qt5-webkit-trojita-1.patch
+  patch -p1 -i ../qt5-webkit-trojita-2.patch
+# Fix null point dereference (Fedora) 
https://github.com/annulen/webkit/issues/573
+  patch -p1 -i ../qt5-webkit-null-pointer-dereference.patch
+# Fix build with cmake 3.10
+  patch -p1 -i ../qt5-webkit-cmake3.10.patch
+}
+
+build() {
+  cd build
+
+  cmake ../qtwebkit-$_qtver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DPORT=Qt \
+-DENABLE_TOOLS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+# Fix pkgconfig files
+  sed -e 's|qt/Qt5WebKit|qt/QtWebKit|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
+  sed -e 's|qt/Qt5WebKitWidgets|qt/QtWebKitWidgets|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
+  sed -e '/Name/a Description: Qt WebKit module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
+  sed -e '/Name/a Description: Qt WebKitWidgets module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
+}

Copied: qt5-webkit/repos/staging-x86_64/qt5-webkit-gcc7.patch (from rev 347977, 
qt5-webkit/trunk/qt5-webkit-gcc7.patch)
===
--- staging-x86_64/qt5-webkit-gcc7.patch(rev 0)
+++ staging-x86_64/qt5-webkit-gcc7.patch2019-03-14 13:52:04 UTC (rev 
347978)
@@ -0,0 +1,34 @@
+diff -u -r webkitgtk-2.16.5/Source/WTF/wtf/text/StringImpl.h 
webkitgtk-2.16.5-gcc7/Source/WTF/wtf/text/StringImpl.h
+--- webkitgtk-2.16.5/Source/WTF/wtf/text/StringImpl.h  2017-02-20 
17:20:15.0 +0100
 webkitgtk-2.16.5-gcc7/Source/WTF/wtf/text/StringImpl.h 2017-06-27 
13:13:57.801527350 +0200
+@@ -581,29 +581,7 @@
+ // FIXME: Does this really belong in StringImpl?
+ template  static void copyChars(T* destination, const T* 
source, unsigned numCharacters)
+ {
+-if (numCharacters == 1) {
+-*destination 

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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 13:51:53
  Author: arojas
Revision: 347977

archrelease: copy trunk to staging-x86_64

Added:
  akonadi/repos/staging-x86_64/
  akonadi/repos/staging-x86_64/PKGBUILD
(from rev 347976, akonadi/trunk/PKGBUILD)

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

Copied: akonadi/repos/staging-x86_64/PKGBUILD (from rev 347976, 
akonadi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-14 13:51:53 UTC (rev 347977)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=18.12.3
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+depends=(kio kitemmodels mariadb hicolor-icon-theme)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost kdesignerplugin)
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=(akonadi-client)
+provides=(akonadi-client)
+replaces=(akonadi-client)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f930deaade1cac1488b8af05cc28f4a78a441c34dbe875b673af3423f8a14658'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (38 files)

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 12:17:30
  Author: arojas
Revision: 347932

Qt 5.12.2

Modified:
  qt5-3d/trunk/PKGBUILD
  qt5-base/trunk/PKGBUILD
  qt5-canvas3d/trunk/PKGBUILD
  qt5-charts/trunk/PKGBUILD
  qt5-connectivity/trunk/PKGBUILD
  qt5-datavis3d/trunk/PKGBUILD
  qt5-declarative/trunk/PKGBUILD
  qt5-doc/trunk/PKGBUILD
  qt5-examples/trunk/PKGBUILD
  qt5-gamepad/trunk/PKGBUILD
  qt5-graphicaleffects/trunk/PKGBUILD
  qt5-imageformats/trunk/PKGBUILD
  qt5-location/trunk/PKGBUILD
  qt5-multimedia/trunk/PKGBUILD
  qt5-networkauth/trunk/PKGBUILD
  qt5-purchasing/trunk/PKGBUILD
  qt5-quickcontrols/trunk/PKGBUILD
  qt5-quickcontrols2/trunk/PKGBUILD
  qt5-remoteobjects/trunk/PKGBUILD
  qt5-script/trunk/PKGBUILD
  qt5-scxml/trunk/PKGBUILD
  qt5-sensors/trunk/PKGBUILD
  qt5-serialbus/trunk/PKGBUILD
  qt5-serialport/trunk/PKGBUILD
  qt5-speech/trunk/PKGBUILD
  qt5-svg/trunk/PKGBUILD
  qt5-tools/trunk/PKGBUILD
  qt5-translations/trunk/PKGBUILD
  qt5-virtualkeyboard/trunk/PKGBUILD
  qt5-wayland/trunk/PKGBUILD
  qt5-webchannel/trunk/PKGBUILD
  qt5-webengine/trunk/PKGBUILD
  qt5-webglplugin/trunk/PKGBUILD
  qt5-websockets/trunk/PKGBUILD
  qt5-webview/trunk/PKGBUILD
  qt5-x11extras/trunk/PKGBUILD
  qt5-xmlpatterns/trunk/PKGBUILD
Deleted:
  qt5-quickcontrols/trunk/qtbug-73961.patch

---+
 qt5-3d/trunk/PKGBUILD |4 +--
 qt5-base/trunk/PKGBUILD   |   18 +++--
 qt5-canvas3d/trunk/PKGBUILD   |4 +--
 qt5-charts/trunk/PKGBUILD |4 +--
 qt5-connectivity/trunk/PKGBUILD   |4 +--
 qt5-datavis3d/trunk/PKGBUILD  |4 +--
 qt5-declarative/trunk/PKGBUILD|4 +--
 qt5-doc/trunk/PKGBUILD|4 +--
 qt5-examples/trunk/PKGBUILD   |4 +--
 qt5-gamepad/trunk/PKGBUILD|4 +--
 qt5-graphicaleffects/trunk/PKGBUILD   |4 +--
 qt5-imageformats/trunk/PKGBUILD   |4 +--
 qt5-location/trunk/PKGBUILD   |4 +--
 qt5-multimedia/trunk/PKGBUILD |4 +--
 qt5-networkauth/trunk/PKGBUILD|4 +--
 qt5-purchasing/trunk/PKGBUILD |4 +--
 qt5-quickcontrols/trunk/PKGBUILD  |   13 +++-
 qt5-quickcontrols/trunk/qtbug-73961.patch |   29 
 qt5-quickcontrols2/trunk/PKGBUILD |4 +--
 qt5-remoteobjects/trunk/PKGBUILD  |4 +--
 qt5-script/trunk/PKGBUILD |4 +--
 qt5-scxml/trunk/PKGBUILD  |4 +--
 qt5-sensors/trunk/PKGBUILD|4 +--
 qt5-serialbus/trunk/PKGBUILD  |4 +--
 qt5-serialport/trunk/PKGBUILD |4 +--
 qt5-speech/trunk/PKGBUILD |4 +--
 qt5-svg/trunk/PKGBUILD|4 +--
 qt5-tools/trunk/PKGBUILD  |4 +--
 qt5-translations/trunk/PKGBUILD   |4 +--
 qt5-virtualkeyboard/trunk/PKGBUILD|4 +--
 qt5-wayland/trunk/PKGBUILD|4 +--
 qt5-webchannel/trunk/PKGBUILD |4 +--
 qt5-webengine/trunk/PKGBUILD  |   15 --
 qt5-webglplugin/trunk/PKGBUILD|4 +--
 qt5-websockets/trunk/PKGBUILD |4 +--
 qt5-webview/trunk/PKGBUILD|4 +--
 qt5-x11extras/trunk/PKGBUILD  |4 +--
 qt5-xmlpatterns/trunk/PKGBUILD|4 +--
 38 files changed, 81 insertions(+), 130 deletions(-)

Modified: qt5-3d/trunk/PKGBUILD
===
--- qt5-3d/trunk/PKGBUILD   2019-03-14 11:56:35 UTC (rev 347931)
+++ qt5-3d/trunk/PKGBUILD   2019-03-14 12:17:30 UTC (rev 347932)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-3d
-_qtver=5.12.1
+_qtver=5.12.2
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,7 +13,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('ce51ed3fe403672db2c874cbaa60f3a139ec817abd1270dc5e4255d35fd64bf1')
+sha256sums=('d4036e7ac146ba78784dde0dd99e8182372b7c38e832e33b61fed4187de0ad06')
 
 prepare() {
   mkdir -p build

Modified: qt5-base/trunk/PKGBUILD
===
--- qt5-base/trunk/PKGBUILD 2019-03-14 11:56:35 UTC (rev 347931)
+++ qt5-base/trunk/PKGBUILD 2019-03-14 12:17:30 UTC (rev 347932)
@@ -3,9 +3,9 @@
 
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.12.1
+_qtver=5.12.2
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=1
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -26,14 +26,8 @@
 conflicts=('qtchooser')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-

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

2019-03-14 Thread Ike Devolder via arch-commits
Date: Thursday, March 14, 2019 @ 12:51:13
  Author: idevolder
Revision: 440995

upgpkg: qcad 3.22.0.2-1

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 11:37:43 UTC (rev 440994)
+++ PKGBUILD2019-03-14 12:51:13 UTC (rev 440995)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.22.0.1
+pkgver=3.22.0.2
 pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('18e615134260fa960e103627b1f0d2c636179d2685a4b5ba192e8c085a1b1dfc6dafb9157b933210cfd75dfd98a930a5123255a1b51a61f88792f96832f1492f')
+sha512sums=('1d33afe574b6388feeb81740eb5469fa0563ecd768d4315b499ecbb96a0b56185d1efb3b46870f5c6867db4a20a34e4d0d77965d4de15788cc075a0134643e33')
 
 prepare() {
   rm *.tar.gz


[arch-commits] Commit in (12 files)

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 13:51:02
  Author: arojas
Revision: 441001

Qt 5.12.2 rebuild

Modified:
  deepin-dock/trunk/PKGBUILD
  deepin-file-manager/trunk/PKGBUILD
  deepin-qt-dbus-factory/trunk/PKGBUILD
  deepin-qt5dxcb-plugin/trunk/PKGBUILD
  deepin-qt5integration/trunk/PKGBUILD
  dtkwidget/trunk/PKGBUILD
  dtkwm/trunk/PKGBUILD
  fcitx-qt5/trunk/PKGBUILD
  googlemaps/trunk/PKGBUILD
  libqtxdg/trunk/PKGBUILD
  qt5-styleplugins/trunk/PKGBUILD
  skrooge/trunk/PKGBUILD

---+
 deepin-dock/trunk/PKGBUILD|2 +-
 deepin-file-manager/trunk/PKGBUILD|2 +-
 deepin-qt-dbus-factory/trunk/PKGBUILD |2 +-
 deepin-qt5dxcb-plugin/trunk/PKGBUILD  |2 +-
 deepin-qt5integration/trunk/PKGBUILD  |2 +-
 dtkwidget/trunk/PKGBUILD  |2 +-
 dtkwm/trunk/PKGBUILD  |2 +-
 fcitx-qt5/trunk/PKGBUILD  |2 +-
 googlemaps/trunk/PKGBUILD |2 +-
 libqtxdg/trunk/PKGBUILD   |2 +-
 qt5-styleplugins/trunk/PKGBUILD   |2 +-
 skrooge/trunk/PKGBUILD|2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

Modified: deepin-dock/trunk/PKGBUILD
===
--- deepin-dock/trunk/PKGBUILD  2019-03-14 13:09:51 UTC (rev 441000)
+++ deepin-dock/trunk/PKGBUILD  2019-03-14 13:51:02 UTC (rev 441001)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-dock
 pkgver=4.9.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-dock;

Modified: deepin-file-manager/trunk/PKGBUILD
===
--- deepin-file-manager/trunk/PKGBUILD  2019-03-14 13:09:51 UTC (rev 441000)
+++ deepin-file-manager/trunk/PKGBUILD  2019-03-14 13:51:02 UTC (rev 441001)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-file-manager
 pkgver=4.7.7.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('x86_64')

Modified: deepin-qt-dbus-factory/trunk/PKGBUILD
===
--- deepin-qt-dbus-factory/trunk/PKGBUILD   2019-03-14 13:09:51 UTC (rev 
441000)
+++ deepin-qt-dbus-factory/trunk/PKGBUILD   2019-03-14 13:51:02 UTC (rev 
441001)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-qt-dbus-factory
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A repository stores auto-generated Qt5 dbus code'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-qt-dbus-factory;

Modified: deepin-qt5dxcb-plugin/trunk/PKGBUILD
===
--- deepin-qt5dxcb-plugin/trunk/PKGBUILD2019-03-14 13:09:51 UTC (rev 
441000)
+++ deepin-qt5dxcb-plugin/trunk/PKGBUILD2019-03-14 13:51:02 UTC (rev 
441001)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-qt5dxcb-plugin
 pkgver=1.1.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt platform plugins for DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/qt5dxcb-plugin;

Modified: deepin-qt5integration/trunk/PKGBUILD
===
--- deepin-qt5integration/trunk/PKGBUILD2019-03-14 13:09:51 UTC (rev 
441000)
+++ deepin-qt5integration/trunk/PKGBUILD2019-03-14 13:51:02 UTC (rev 
441001)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-qt5integration
 pkgver=0.3.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Qt platform theme integration plugins for DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/qt5integration;

Modified: dtkwidget/trunk/PKGBUILD
===
--- dtkwidget/trunk/PKGBUILD2019-03-14 13:09:51 UTC (rev 441000)
+++ dtkwidget/trunk/PKGBUILD2019-03-14 13:51:02 UTC (rev 441001)
@@ -4,7 +4,7 @@
 
 pkgname=dtkwidget
 pkgver=2.0.9.17
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin graphical user interface library'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkwidget;

Modified: dtkwm/trunk/PKGBUILD
===
--- dtkwm/trunk/PKGBUILD2019-03-14 13:09:51 UTC (rev 441000)
+++ dtkwm/trunk/PKGBUILD2019-03-14 13:51:02 UTC (rev 441001)
@@ -4,7 +4,7 @@
 
 pkgname=dtkwm
 pkgver=2.0.9
-pkgrel=4
+pkgrel=5
 pkgdesc='Deepin Tool Kit Wm'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkwm;

Modified: fcitx-qt5/trunk/PKGBUILD
===
--- fcitx-qt5/trunk/PKGBUILD2019-03-14 13:09:51 UTC (rev 441000)
+++ fcitx-qt5/trunk/PKGBUILD2019-03-14 13:51:02 UTC (rev 441001)
@@ -2,7 +2,7 @@
 
 pkgname=fcitx-qt5
 pkgver=1.2.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Qt5 IM Module for Fcitx"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx-qt5;

Modified: googlemaps/trunk/PKGBUILD
===
--- googlemaps/trunk/PKGBUILD   2019-03-14 13:09:51 UTC (rev 441000)
+++ googlemaps/trunk/PKGBUILD   2019-03-14 13:51:02 UTC (rev 441001)
@@ -3,7 +3,7 @@
 

[arch-commits] Commit in (akonadi/trunk/PKGBUILD qt5-webkit/trunk/PKGBUILD)

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 13:50:51
  Author: arojas
Revision: 347976

Qt 5.12.2 rebuild

Modified:
  akonadi/trunk/PKGBUILD
  qt5-webkit/trunk/PKGBUILD

---+
 akonadi/trunk/PKGBUILD|2 +-
 qt5-webkit/trunk/PKGBUILD |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: akonadi/trunk/PKGBUILD
===
--- akonadi/trunk/PKGBUILD  2019-03-14 12:46:25 UTC (rev 347975)
+++ akonadi/trunk/PKGBUILD  2019-03-14 13:50:51 UTC (rev 347976)
@@ -5,7 +5,7 @@
 
 pkgname=akonadi
 pkgver=18.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=(x86_64)
 url='https://kontact.kde.org'

Modified: qt5-webkit/trunk/PKGBUILD
===
--- qt5-webkit/trunk/PKGBUILD   2019-03-14 12:46:25 UTC (rev 347975)
+++ qt5-webkit/trunk/PKGBUILD   2019-03-14 13:50:51 UTC (rev 347976)
@@ -5,7 +5,7 @@
 pkgname=qt5-webkit
 _qtver=5.212.0-alpha2
 pkgver=${_qtver/-/}
-pkgrel=23
+pkgrel=24
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)


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

2019-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 14, 2019 @ 10:59:49
  Author: felixonmars
Revision: 440990

archrelease: copy trunk to community-x86_64

Added:
  deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 440989, deepin-dock/trunk/PKGBUILD)
Deleted:
  deepin-dock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 10:59:30 UTC (rev 440989)
+++ PKGBUILD2019-03-14 10:59:49 UTC (rev 440990)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.9.0
-pkgrel=2
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
- 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;
-
https://github.com/linuxdeepin/dde-dock/commit/5f11a0134aeb4e97fff9edd7d3b5d318491398b1.patch
-
https://github.com/linuxdeepin/dde-dock/commit/4cd74405ce9bba827d70ec515b2b98d5b68dd69b.patch
-
https://github.com/linuxdeepin/dde-dock/commit/b1d0fd4ad4af7e3fcf7a1ceb2728a3fc1b03b066.patch)
-sha512sums=('ceb21c31cc59761b4536ed7d2ad2cf3c018142ba8d4c3aa405170cf6a6cf52bb19d9a824bf60d91fe28ebb0a5ea99533c11a684e55c987760f13962b91890b43'
-
'eae7cbd50f437529ca065b611be90a16cd0453d1d7f1dc48942d254c025c087f1feec74957ef914255ccce006d21d324311c00c696d7b99fbc2ae7710b1639a4'
-
'92a90fd063903aeae2f216bb535901f36fabfba7e6460c322d70b14743b1fd3ff0a6d19a278f8daf817fcf2b632d64ff6346aa2a441f76356125bf1f6d40b744'
-
'e055882ed48e26795c788bba04186cbd1ffb73ba24d6331908ceb8e62f423d95b6916f068f390fb6674e4ba6fdb289f29f58b6d1413029c39d166f2643d33e0a')
-
-prepare() {
-  patch -d dde-dock-$pkgver -p1 -i 
../5f11a0134aeb4e97fff9edd7d3b5d318491398b1.patch
-  patch -d dde-dock-$pkgver -p1 -i 
../4cd74405ce9bba827d70ec515b2b98d5b68dd69b.patch
-  patch -d dde-dock-$pkgver -p1 -i 
../b1d0fd4ad4af7e3fcf7a1ceb2728a3fc1b03b066.patch
-}
-
-build() {
-  cd dde-dock-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
-  make
-}
-
-package() {
-  cd dde-dock-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 440989, 
deepin-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 10:59:49 UTC (rev 440990)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.9.1.1
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
+ 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
+sha512sums=('3a45c048ec43445608206b9744d9615135bac0ada99fcc52d724953179d999f48ac192663d314a1e52f48368974912aa9514b4392c37fb914cf50dcb0de85db8')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in qt5-examples/repos (staging-any staging-any/PKGBUILD)

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 12:24:10
  Author: arojas
Revision: 347951

archrelease: copy trunk to staging-any

Added:
  qt5-examples/repos/staging-any/
  qt5-examples/repos/staging-any/PKGBUILD
(from rev 347950, qt5-examples/trunk/PKGBUILD)

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

Copied: qt5-examples/repos/staging-any/PKGBUILD (from rev 347950, 
qt5-examples/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2019-03-14 12:24:10 UTC (rev 347951)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Michael Hansen 
+
+pkgname=qt5-examples
+_qtver=5.12.2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Examples and demos from qt5 documentation'
+depends=('qt5-doc')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz;)
+sha256sums=('59b8cb4e728450b21224dcaaa40eb25bafc5196b6988f2225c394c6b7f881ff5')
+
+package() {
+  _base="$pkgdir"/usr/share/doc/qt/examples
+
+  # The various example dirs have conflicting .pro files, but
+  # QtCreator requires them to be in the same top-level directory.
+  # Matching the Qt5 installer, only the qtbase project is kept.
+  mkdir -p $_base
+  cp ${_pkgfqn}/qtbase/examples/examples.pro $_base
+
+  _fdirs=$(find "${_pkgfqn}" -maxdepth 2 -type d -name examples)
+  for _dir in $_fdirs; do
+  _mod=$(basename ${_dir%/examples})
+
+  if [ -e "$_dir/README" ]; then
+cp $_dir/README $_dir/README.$_mod
+  fi
+
+# mkdir $_base/$_mod
+  cp -rn $_dir/* $_base
+  done
+}


[arch-commits] Commit in qt5-gamepad/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 12:24:33
  Author: arojas
Revision: 347952

archrelease: copy trunk to staging-x86_64

Added:
  qt5-gamepad/repos/staging-x86_64/
  qt5-gamepad/repos/staging-x86_64/PKGBUILD
(from rev 347951, qt5-gamepad/trunk/PKGBUILD)

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

Copied: qt5-gamepad/repos/staging-x86_64/PKGBUILD (from rev 347951, 
qt5-gamepad/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-14 12:24:33 UTC (rev 347952)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-gamepad
+_qtver=5.12.2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Adds support for getting events from gamepad devices'
+depends=('qt5-base' 'sdl2')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('d289d8c983f4e88018c9ccb22bbde196c9f97efd20ecd48ae92994885f2334a7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 12:24:46
  Author: arojas
Revision: 347953

archrelease: copy trunk to staging-x86_64

Added:
  qt5-graphicaleffects/repos/staging-x86_64/
  qt5-graphicaleffects/repos/staging-x86_64/PKGBUILD
(from rev 347952, qt5-graphicaleffects/trunk/PKGBUILD)

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

Copied: qt5-graphicaleffects/repos/staging-x86_64/PKGBUILD (from rev 347952, 
qt5-graphicaleffects/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-14 12:24:46 UTC (rev 347953)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-graphicaleffects
+_qtver=5.12.2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Graphical effects for use with Qt Quick 2'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('429398b6c661897b3c7cd62fb3657a2de60ad9152578edeeca0abde6e7ae5a86')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-multimedia/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 12:25:09
  Author: arojas
Revision: 347955

archrelease: copy trunk to staging-x86_64

Added:
  qt5-multimedia/repos/staging-x86_64/
  qt5-multimedia/repos/staging-x86_64/PKGBUILD
(from rev 347954, qt5-multimedia/trunk/PKGBUILD)

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

Copied: qt5-multimedia/repos/staging-x86_64/PKGBUILD (from rev 347954, 
qt5-multimedia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-14 12:25:09 UTC (rev 347955)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-multimedia
+_qtver=5.12.2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for audio, video, radio and camera functionality'
+depends=('qt5-base' 'gst-plugins-base' 'libpulse' 'openal')
+makedepends=('qt5-declarative' 'gst-plugins-bad')
+optdepends=('qt5-declarative: QML bindings' 'gst-plugins-good: camera support, 
additional plugins'
+'gst-plugins-bad: camera support, additional plugins' 
'gst-plugins-ugly: additional plugins'
+'gst-libav: ffmpeg plugin')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('5d3c90c546e64abf523432a3df5e7a3f1b5ad72e7d0b5ea6260729fbefeb30f5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 12:24:58
  Author: arojas
Revision: 347954

archrelease: copy trunk to staging-x86_64

Added:
  qt5-imageformats/repos/staging-x86_64/
  qt5-imageformats/repos/staging-x86_64/PKGBUILD
(from rev 347953, qt5-imageformats/trunk/PKGBUILD)

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

Copied: qt5-imageformats/repos/staging-x86_64/PKGBUILD (from rev 347953, 
qt5-imageformats/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-14 12:24:58 UTC (rev 347954)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.12.2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('1ea757728f205deb6b3f5873f5c7c3129cded5993077500a9fb249559bee7a9c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


  1   2   3   4   >