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

2018-12-19 Thread Antonio Rojas via arch-commits
Date: Thursday, December 20, 2018 @ 07:40:35
  Author: arojas
Revision: 416873

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 07:40:04 UTC (rev 416872)
+++ PKGBUILD2018-12-20 07:40:35 UTC (rev 416873)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Christoph Vigano 
-# Contributor: Andreas Radke 
-# Contributor: bender02 at gmx dot com
-
-_pkgbasename=nettle
-pkgname=lib32-$_pkgbasename
-pkgver=3.4
-pkgrel=1
-pkgdesc="A low-level cryptographic library (32-bit)"
-arch=('x86_64')
-url="http://www.lysator.liu.se/~nisse/nettle/";
-license=('GPL2')
-depends=('lib32-gmp' $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(ftp://ftp.gnu.org/gnu/nettle/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('dc0f13028264992f58e67b4e8915f53d')
-validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

-
-build() {
-  cd $_pkgbasename-$pkgver
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---enable-shared --with-include-path=/usr/lib32/gmp
-  make
-}
-
-check() {
-  cd $_pkgbasename-$pkgver
-  make -k check
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR="$pkgdir/" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-nettle/repos/multilib-x86_64/PKGBUILD (from rev 416872, 
lib32-nettle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 07:40:35 UTC (rev 416873)
@@ -0,0 +1,41 @@
+# Maintainer: Florian Pritz 
+# Contributor: Christoph Vigano 
+# Contributor: Andreas Radke 
+# Contributor: bender02 at gmx dot com
+
+_pkgbasename=nettle
+pkgname=lib32-$_pkgbasename
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="A low-level cryptographic library (32-bit)"
+arch=('x86_64')
+url="http://www.lysator.liu.se/~nisse/nettle/";
+license=('GPL2')
+depends=('lib32-gmp' $_pkgbasename)
+makedepends=(gcc-multilib)
+source=(ftp://ftp.gnu.org/gnu/nettle/$_pkgbasename-$pkgver.tar.gz)
+md5sums=('9bdebb0e2f638d3b9d91f7fc264b70c1')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--enable-shared --with-include-path=/usr/lib32/gmp
+  make
+}
+
+check() {
+  cd $_pkgbasename-$pkgver
+  make -k check
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir/" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2018-12-19 Thread Antonio Rojas via arch-commits
Date: Thursday, December 20, 2018 @ 07:40:04
  Author: arojas
Revision: 416872

Update to 3.4.1

Modified:
  lib32-nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 06:28:23 UTC (rev 416871)
+++ PKGBUILD2018-12-20 07:40:04 UTC (rev 416872)
@@ -5,7 +5,7 @@
 
 _pkgbasename=nettle
 pkgname=lib32-$_pkgbasename
-pkgver=3.4
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="A low-level cryptographic library (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('lib32-gmp' $_pkgbasename)
 makedepends=(gcc-multilib)
 source=(ftp://ftp.gnu.org/gnu/nettle/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('dc0f13028264992f58e67b4e8915f53d')
+md5sums=('9bdebb0e2f638d3b9d91f7fc264b70c1')
 validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

 
 build() {


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

2018-12-19 Thread Christian Hesse via arch-commits
Date: Thursday, December 20, 2018 @ 07:24:59
  Author: eworm
Revision: 342593

archrelease: copy trunk to testing-x86_64

Added:
  libmspack/repos/testing-x86_64/
  libmspack/repos/testing-x86_64/PKGBUILD
(from rev 342592, libmspack/trunk/PKGBUILD)

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

Copied: libmspack/repos/testing-x86_64/PKGBUILD (from rev 342592, 
libmspack/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-20 07:24:59 UTC (rev 342593)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: AndyRTR 
+
+pkgname=libmspack
+pkgver=0.9.1alpha
+pkgrel=1
+epoch=1
+pkgdesc="A library for Microsoft compression formats"
+url="https://www.cabextract.org.uk/libmspack/";
+arch=(x86_64)
+license=(GPL)
+depends=(glibc)
+makedepends=(git)
+_commit=80fb91f3680f5acf96fd372b95c9b6205e0e9cbf  # tags/v0.9.1alpha^0
+source=("git+https://github.com/kyz/libmspack#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare(){
+  cd $pkgname/$pkgname
+  autoreconf -vfi
+}
+
+build() {
+  cd $pkgname/$pkgname
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname/$pkgname
+  make check
+}
+
+package() {
+  cd $pkgname/$pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-12-19 Thread Christian Hesse via arch-commits
Date: Thursday, December 20, 2018 @ 07:24:51
  Author: eworm
Revision: 342592

upgpkg: libmspack 1:0.9.1alpha-1

new upstream release

Note that executables are no longer installed. This changed with upstream
commit 9596b113fc9f2145ad05c2d7d75f340fcc2c078a ("move the programs in
src/ to examples/"). From changelog:

  Makefile.am, src: move the "useful" programs in src/ to examples/
  and don't auto-install them. Even though they're useful, they are
  intended as examples and aren't productised (no commmand-line
  options, no man pages, etc.) -- if you disagree, feel free to
  send in a patch

Modified:
  libmspack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 06:21:04 UTC (rev 342591)
+++ PKGBUILD2018-12-20 07:24:51 UTC (rev 342592)
@@ -2,7 +2,7 @@
 # Contributor: AndyRTR 
 
 pkgname=libmspack
-pkgver=0.8alpha
+pkgver=0.9.1alpha
 pkgrel=1
 epoch=1
 pkgdesc="A library for Microsoft compression formats"
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(glibc)
 makedepends=(git)
-_commit=fcb1f1873ba2ca004a4e29e1e8d92768d2422028  # tags/v0.8alpha^0
+_commit=80fb91f3680f5acf96fd372b95c9b6205e0e9cbf  # tags/v0.9.1alpha^0
 source=("git+https://github.com/kyz/libmspack#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2018-12-19 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 20, 2018 @ 06:28:23
  Author: alucryd
Revision: 416871

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 416870, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 06:28:15 UTC (rev 416870)
+++ PKGBUILD2018-12-20 06:28:23 UTC (rev 416871)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.903
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=(
-  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
-  'python-dbus' 'python-gobject' 'totem-plparser'
-)
-makedepends=(
-  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
-)
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'gst-libav: FFmpeg plugin for GStreamer'
-'gst-plugins-bad: "Bad" plugin libraries'
-'gst-plugins-base: "Base" plugin libraries'
-'gst-plugins-good: "Good" plugin libraries'
-'gst-plugins-ugly: "Ugly" plugin libraries'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pillow: Blur background in lyrics view'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-build() {
-  arch-meson lollypop build \
---libexecdir='lib/lollypop'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 416870, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 06:28:23 UTC (rev 416871)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.906
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=(
+  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+  'python-dbus' 'python-gobject' 'totem-plparser'
+)
+makedepends=(
+  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
+)
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'gst-libav: FFmpeg plugin for GStreamer'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pillow: Blur background in lyrics view'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+build() {
+  arch-meson lollypop build \
+--libexecdir='lib/lollypop'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-19 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 20, 2018 @ 06:28:15
  Author: alucryd
Revision: 416870

upgpkg: lollypop 0.9.906-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 06:09:39 UTC (rev 416869)
+++ PKGBUILD2018-12-20 06:28:15 UTC (rev 416870)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.903
+pkgver=0.9.906
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')


[arch-commits] Commit in lib32-gtk3/repos/multilib-x86_64 (6 files)

2018-12-19 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 20, 2018 @ 06:09:39
  Author: alucryd
Revision: 416869

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 416868, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 416868, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install
(from rev 416868, lib32-gtk3/trunk/lib32-gtk3.install)
Deleted:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install

-+
 PKGBUILD|  196 +++---
 gtk-query-immodules-3.0-32.hook |   22 ++--
 lib32-gtk3.install  |6 -
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 05:37:30 UTC (rev 416868)
+++ PKGBUILD2018-12-20 06:09:39 UTC (rev 416869)
@@ -1,98 +0,0 @@
-# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: GordonGR 
-
-pkgname=lib32-gtk3
-pkgver=3.24.2
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
-arch=(x86_64)
-license=(LGPL)
-url='http://www.gtk.org/'
-depends=(
-  gtk3
-  lib32-at-spi2-atk
-  lib32-colord
-  lib32-dbus
-  lib32-mesa
-  lib32-gdk-pixbuf2
-  lib32-json-glib
-  lib32-libcups
-  lib32-libepoxy
-  lib32-librsvg
-  lib32-libxcomposite
-  lib32-libxcursor
-  lib32-libxinerama
-  lib32-libxkbcommon
-  lib32-libxrandr
-  lib32-pango
-  lib32-rest
-  lib32-libcanberra
-  lib32-wayland
-  lib32-libxdamage
-)
-makedepends=(
-  gobject-introspection
-  gtk-doc
-  git
-  glib2-docs
-  sassc
-)
-install='lib32-gtk3.install'
-source=(
-  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
-  gtk-query-immodules-3.0-32.hook
-)
-sha256sums=(
-  SKIP
-  4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608
-)
-
-pkgver() {
-  cd gtk
-
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-
-  git cherry-pick -n 2905fc861acda3d134a198e56ef2f6c962ad3061
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  export CC='gcc -m32'
-  export CXX='/bin/false'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---disable-schemas-compile \
---enable-{broadway,wayland,x11}-backend \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd gtk
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/{etc,usr/{include,share}}
-  find "${pkgdir}"/usr/bin -type f -not -name gtk-query-immodules-3.0 -delete
-  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
-
-  install -Dm 644 ../gtk-query-immodules-3.0-32.hook -t 
"${pkgdir}"/usr/share/libalpm/hooks/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 416868, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 06:09:39 UTC (rev 416869)
@@ -0,0 +1,98 @@
+# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.24.2
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
+arch=(x86_64)
+license=(LGPL)
+url='http://www.gtk.org/'
+depends=(
+  gtk3
+  lib32-at-spi2-atk
+  lib32-colord
+  lib32-dbus
+  lib32-mesa
+  lib32-gdk-pixbuf2
+  lib32-json-glib
+  lib32-libcups
+  lib32-libepoxy
+  lib32-librsvg
+  lib32-libxcomposite
+  lib32-libxcursor
+  lib32-libxinerama
+  lib32-libxkbcommon
+  lib32-libxrandr
+  lib32-pango
+  lib32-rest
+  lib32-libcanberra
+  lib32-wayland
+  lib32-libxdamage
+)
+makedepends=(
+  gobject-introspection
+  gtk-doc
+  git
+  glib2-docs
+  sassc
+)
+install='lib32-gtk3.install'
+source=(
+  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
+  gtk-query-immodules-3.0-32.hook
+)
+sha256sums=(
+  SKIP
+  4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608
+)
+
+pkgver() {
+  cd gtk
+
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk
+
+  git cherry-pick -n 2905fc861acda3d134a198e56ef2f6c962ad3061
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtk
+
+  export CC='gcc -m32'
+  export CXX='/bin/false'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--disable-schemas-compile \
+--enable-{broadway,wayland,x11}-backend \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  mak

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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:58
  Author: heftig
Revision: 416860

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:59
  Author: heftig
Revision: 342582

archrelease: copy trunk to staging-x86_64

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

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

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

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

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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:57
  Author: heftig
Revision: 416859

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:53
  Author: heftig
Revision: 416857

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:59
  Author: heftig
Revision: 416861

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

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


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:57
  Author: heftig
Revision: 342581

archrelease: copy trunk to staging-x86_64

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

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

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

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

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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:09
  Author: heftig
Revision: 342578

415.25-3: kernel 4.19.11.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 05:36:07 UTC (rev 342577)
+++ PKGBUILD2018-12-20 05:36:09 UTC (rev 342578)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=415.25
 _extramodules=extramodules-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/";


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:54
  Author: heftig
Revision: 342580

archrelease: copy trunk to staging-x86_64

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

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

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

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

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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:05
  Author: heftig
Revision: 416854

1.1.0-181: kernel 4.19.11.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 05:36:04 UTC (rev 416853)
+++ PKGBUILD2018-12-20 05:36:05 UTC (rev 416854)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=180
+pkgrel=181
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:50
  Author: heftig
Revision: 416855

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:51
  Author: heftig
Revision: 416856

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:07
  Author: heftig
Revision: 342577

390.87-22: kernel 4.19.11.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 04:52:28 UTC (rev 342576)
+++ PKGBUILD2018-12-20 05:36:07 UTC (rev 342577)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.87
 _extramodules=extramodules-ARCH
-pkgrel=21
+pkgrel=22
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/";


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:55
  Author: heftig
Revision: 416858

archrelease: copy trunk to community-staging-x86_64

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

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

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

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


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:35:58
  Author: heftig
Revision: 416849

6.30.223.271-68: kernel 4.19.11.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 05:35:57 UTC (rev 416848)
+++ PKGBUILD2018-12-20 05:35:58 UTC (rev 416849)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=67
+pkgrel=68
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:13
  Author: heftig
Revision: 342579

340.107-50: kernel 4.19.11.arch1-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 05:36:09 UTC (rev 342578)
+++ PKGBUILD2018-12-20 05:36:13 UTC (rev 342579)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-ARCH
-pkgrel=49
+pkgrel=50
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/";


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:35:57
  Author: heftig
Revision: 416848

0.43-75: kernel 4.19.11.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 04:52:32 UTC (rev 416847)
+++ PKGBUILD2018-12-20 05:35:57 UTC (rev 416848)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=74
+pkgrel=75
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:00
  Author: heftig
Revision: 416850

5.2.22-13: kernel 4.19.11.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 05:35:58 UTC (rev 416849)
+++ PKGBUILD2018-12-20 05:36:00 UTC (rev 416850)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.22
-pkgrel=12
+pkgrel=13
 _linux_major=4
 _linux_minor=19
 arch=('x86_64')


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:04
  Author: heftig
Revision: 416853

20170610-122: kernel 4.19.11.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 05:36:03 UTC (rev 416852)
+++ PKGBUILD2018-12-20 05:36:04 UTC (rev 416853)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=121
+pkgrel=122
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/";
 arch=(x86_64)


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:03
  Author: heftig
Revision: 416852

8.046.00-32: kernel 4.19.11.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 05:36:01 UTC (rev 416851)
+++ PKGBUILD2018-12-20 05:36:03 UTC (rev 416852)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.046.00
-pkgrel=31
+pkgrel=32
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 05:36:01
  Author: heftig
Revision: 416851

0.8-187: kernel 4.19.11.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 05:36:00 UTC (rev 416850)
+++ PKGBUILD2018-12-20 05:36:01 UTC (rev 416851)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=186
+pkgrel=187
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 04:52:32
  Author: heftig
Revision: 416847

archrelease: copy trunk to community-x86_64

Added:
  eclipse/repos/community-x86_64/PKGBUILD
(from rev 416846, eclipse/trunk/PKGBUILD)
  eclipse/repos/community-x86_64/commonify
(from rev 416846, eclipse/trunk/commonify)
Deleted:
  eclipse/repos/community-x86_64/PKGBUILD
  eclipse/repos/community-x86_64/commonify

---+
 PKGBUILD  |  220 ++---
 commonify |  356 +++-
 2 files changed, 295 insertions(+), 281 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 04:50:37 UTC (rev 416846)
+++ PKGBUILD2018-12-20 04:52:32 UTC (rev 416847)
@@ -1,109 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Paul Mattal 
-# Contributor: Andrew Wright 
-# Contributor: Andreas W. Hauser 
-# Contributor: Marco Crosio 
-
-pkgbase=eclipse
-pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust})
-pkgver=4.9
-pkgrel=1
-_release=2018-09
-pkgdesc="Highly extensible IDE"
-license=(EPL)
-arch=(x86_64)
-url="https://eclipse.org";
-makedepends=(python3)
-source=(commonify)
-noextract=()
-
-_sourcename() {
-  case $1 in
-eclipse-common) return 1 ;;
-eclipse-rust  ) echo $1-$_release-incubation-linux-gtk-x86_64.tar.gz ;;
-* ) echo $1-$_release-linux-gtk-x86_64.tar.gz ;;
-  esac
-}
-
-for _pkg in ${pkgname[@]}; do
-  _src=$(_sourcename $_pkg) || continue
-  
source+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/$_release/R/$_src)
-  noextract+=($_src)
-  eval "package_$_pkg() { _package $_pkg; }"
-done
-
-sha256sums=('70ae1934385b0b7c25e5a76bfcd6d092bfd8d19ce451c3d909afa3cf2448452e'
-'7f5264ab51477deed9f28a4d3f92209846fa9caa3b311f60d540543c7e172748'
-'9d1375f45fb9a37f471db71da07ef67d45c6e36bdd1c6fea9652a19ab388ed0c'
-'f18e533650ab1961651cb3ebdcf38d6fb78d983e1edb175da1afe5b06bebc9e0'
-'8fca8efa9f63291efacc0205dd85fc35a109c9518cf0f603cf632b534d01ed7e'
-'9197060e3e133d5033b7fcbe856ede5c0cb8f831ba5f0835d6ca2579bce22c3f'
-'adca1e695d0e6adb6fcf11a595c6d2d6b3c01436ab6cb02f99b63ae5cfecfbdd')
-
-prepare() {
-  local pkg src
-  for pkg in ${pkgname[@]}; do
-mkdir $pkg
-src=$(_sourcename $pkg) || continue
-bsdtar -xf $src -C $pkg --strip-components 1
-  done
-}
-
-build() {
-  mkdir eclipse-common/dropins
-  touch eclipse-common/dropins/.keep
-  ./commonify --identical ${pkgname[@]}
-}
-
-package_eclipse-common() {
-  pkgdesc+=" (common files)"
-
-  install -d "$pkgdir/usr/lib"
-  cp -a eclipse-common "$pkgdir/usr/lib/eclipse"
-}
-
-_package() {
-  local variant i
-
-  case ${1#eclipse-} in
-java  ) variant=Java; replaces=(eclipse) ;;
-jee   ) variant=JEE ;;
-cpp   ) variant=C++; replaces=(eclipse-cdt) ;;
-php   ) variant=PHP ;;
-javascript) variant=JavaScript ;;
-rust  ) variant=Rust ;;
-* ) return 1 ;;
-  esac
-
-  pkgdesc+=" for $variant"
-  depends=(eclipse-common "java-environment>=8" webkit2gtk unzip)
-  provides=("eclipse=$pkgver-$pkgrel")
-  conflicts=(eclipse)
-
-  install -d "$pkgdir/usr/lib"
-  cp -a $1 "$pkgdir/usr/lib/eclipse"
-
-  install -D /dev/stdin "$pkgdir/usr/bin/eclipse" <
+# Contributor: Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Andrew Wright 
+# Contributor: Andreas W. Hauser 
+# Contributor: Marco Crosio 
+
+pkgbase=eclipse
+pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust})
+pkgver=4.10
+pkgrel=1
+_release=2018-12/R
+pkgdesc="Highly extensible IDE"
+license=(EPL)
+arch=(x86_64)
+url="https://eclipse.org";
+makedepends=(python3)
+source=(commonify)
+sha256sums=('a68cccdf182449dfb4aef595ab26fe6542902421aef42a79672483865cbbd0ea')
+
+_sourcename() {
+  case $1 in
+eclipse-common) return 1 ;;
+eclipse-rust  ) echo 
$1-${_release//\//-}-incubation-linux-gtk-x86_64.tar.gz ;;
+* ) echo $1-${_release//\//-}-linux-gtk-x86_64.tar.gz ;;
+  esac
+}
+
+source_x86_64=()
+noextract=()
+
+for _pkg in ${pkgname[@]}; do
+  _src=$(_sourcename $_pkg) || continue
+  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/$_release/$_src)
+  noextract+=($_src)
+  eval "package_$_pkg() { _package $_pkg; }"
+done
+
+sha256sums_x86_64=('d3bcf5e428de4d123eea4349f70a53180cc1aba4985c99018172340b9d54e2b7'
+   
'bfa929e417562d8ef41562c78fd492b5e20e05c039c9e177888dc688878dfcff'
+   
'ec936dcba42a4b4affe0d6deb8dbc62d68ea3cc4c6fcf0eb534b45ca1c990bbf'
+   
'5f2c7a456c7c357f98ed1b976d00048f846592c21221e60c76bb263597704543'
+   
'1bd80dfc177326183af0334f018bff48b4c70331bd0a62f907428faa267932f2'
+   
'65ff32a9e26da7df64777c80fa426cc723e2ad922647c2047bcd9a869074fcfb')
+
+prepar

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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 04:52:28
  Author: heftig
Revision: 342575

archrelease: copy trunk to staging-x86_64

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

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

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


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 04:52:28
  Author: heftig
Revision: 342576

archrelease: copy trunk to staging-x86_64

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

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

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


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 04:50:37
  Author: heftig
Revision: 416846

4.10-1

Modified:
  eclipse/trunk/PKGBUILD
  eclipse/trunk/commonify

---+
 PKGBUILD  |   24 +++---
 commonify |  102 +---
 2 files changed, 69 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 04:19:56 UTC (rev 416845)
+++ PKGBUILD2018-12-20 04:50:37 UTC (rev 416846)
@@ -7,9 +7,9 @@
 
 pkgbase=eclipse
 pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust})
-pkgver=4.9
+pkgver=4.10
 pkgrel=1
-_release=2018-09
+_release=2018-12/R
 pkgdesc="Highly extensible IDE"
 license=(EPL)
 arch=(x86_64)
@@ -16,13 +16,13 @@
 url="https://eclipse.org";
 makedepends=(python3)
 source=(commonify)
-sha256sums=('70ae1934385b0b7c25e5a76bfcd6d092bfd8d19ce451c3d909afa3cf2448452e')
+sha256sums=('a68cccdf182449dfb4aef595ab26fe6542902421aef42a79672483865cbbd0ea')
 
 _sourcename() {
   case $1 in
 eclipse-common) return 1 ;;
-eclipse-rust  ) echo $1-$_release-incubation-linux-gtk-x86_64.tar.gz ;;
-* ) echo $1-$_release-linux-gtk-x86_64.tar.gz ;;
+eclipse-rust  ) echo 
$1-${_release//\//-}-incubation-linux-gtk-x86_64.tar.gz ;;
+* ) echo $1-${_release//\//-}-linux-gtk-x86_64.tar.gz ;;
   esac
 }
 
@@ -31,17 +31,17 @@
 
 for _pkg in ${pkgname[@]}; do
   _src=$(_sourcename $_pkg) || continue
-  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/$_release/R/$_src)
+  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/$_release/$_src)
   noextract+=($_src)
   eval "package_$_pkg() { _package $_pkg; }"
 done
 
-sha256sums_x86_64=('7f5264ab51477deed9f28a4d3f92209846fa9caa3b311f60d540543c7e172748'
-   
'9d1375f45fb9a37f471db71da07ef67d45c6e36bdd1c6fea9652a19ab388ed0c'
-   
'f18e533650ab1961651cb3ebdcf38d6fb78d983e1edb175da1afe5b06bebc9e0'
-   
'8fca8efa9f63291efacc0205dd85fc35a109c9518cf0f603cf632b534d01ed7e'
-   
'9197060e3e133d5033b7fcbe856ede5c0cb8f831ba5f0835d6ca2579bce22c3f'
-   
'adca1e695d0e6adb6fcf11a595c6d2d6b3c01436ab6cb02f99b63ae5cfecfbdd')
+sha256sums_x86_64=('d3bcf5e428de4d123eea4349f70a53180cc1aba4985c99018172340b9d54e2b7'
+   
'bfa929e417562d8ef41562c78fd492b5e20e05c039c9e177888dc688878dfcff'
+   
'ec936dcba42a4b4affe0d6deb8dbc62d68ea3cc4c6fcf0eb534b45ca1c990bbf'
+   
'5f2c7a456c7c357f98ed1b976d00048f846592c21221e60c76bb263597704543'
+   
'1bd80dfc177326183af0334f018bff48b4c70331bd0a62f907428faa267932f2'
+   
'65ff32a9e26da7df64777c80fa426cc723e2ad922647c2047bcd9a869074fcfb')
 
 prepare() {
   local pkg src

Modified: commonify
===
--- commonify   2018-12-20 04:19:56 UTC (rev 416845)
+++ commonify   2018-12-20 04:50:37 UTC (rev 416846)
@@ -1,15 +1,21 @@
 #!/usr/bin/env python3
 from argparse import ArgumentParser
+from asyncio import (
+BoundedSemaphore,
+IncompleteReadError,
+create_subprocess_exec,
+gather,
+get_running_loop,
+run,
+)
 from asyncio.subprocess import DEVNULL, PIPE
-from asyncio import (get_event_loop, gather, BoundedSemaphore, 
create_subprocess_exec,
- IncompleteReadError)
+from contextlib import asynccontextmanager
 from enum import Enum, auto
-from logging import getLogger, basicConfig, INFO, DEBUG
-from os import cpu_count, renames, remove, removedirs
-from os.path import isdir, join as pjoin, split as psplit, relpath
+from logging import DEBUG, INFO, basicConfig, getLogger
+from os import cpu_count, remove, removedirs, renames
+from os.path import isdir, join as pjoin, relpath, split as psplit
 from sys import exit
 
-
 logger = getLogger(__name__)
 
 
@@ -19,52 +25,58 @@
 
 
 def parse_args(args=None):
-parser = ArgumentParser(description='Extract common files.')
+parser = ArgumentParser(description="Extract common files.")
 
 modes = parser.add_mutually_exclusive_group(required=True)
 for m in Mode:
-modes.add_argument(f'--{m.name}', dest='mode', action='store_const', 
const=m,
-   help=f'extract {m.name} common files')
+modes.add_argument(
+f"--{m.name}",
+dest="mode",
+action="store_const",
+const=m,
+help=f"extract {m.name} common files",
+)
 
-parser.add_argument('-n', '--dry-run', action='store_true', help='Dry run 
(do nothing)')
-parser.add_argument('-v', '--verbose', action='store_true', help='Raise 
verbosity')
-parser.add_argument('common_dir', metavar='COMMON_DIR',
-help='common files directory to move to')
-parser.add_argument('targets', nargs='+', metavar='INPUT_D

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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 04:47:10
  Author: heftig
Revision: 342573

4.19.11.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 03:40:59 UTC (rev 342572)
+++ PKGBUILD2018-12-20 04:47:10 UTC (rev 342573)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.19.10-zen1
+_srcver=4.19.11-zen1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


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

2018-12-19 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 04:47:12
  Author: heftig
Revision: 342574

4.19.11.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 04:47:10 UTC (rev 342573)
+++ PKGBUILD2018-12-20 04:47:12 UTC (rev 342574)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.19.10-arch1
+_srcver=4.19.11-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


[arch-commits] Commit in atril/repos/community-x86_64 (6 files)

2018-12-19 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 04:19:56
  Author: cesura
Revision: 416845

archrelease: copy trunk to community-x86_64

Added:
  atril/repos/community-x86_64/PKGBUILD
(from rev 416844, atril/trunk/PKGBUILD)
  atril/repos/community-x86_64/comicsdocument.atril-backend.in.patch
(from rev 416844, atril/trunk/comicsdocument.atril-backend.in.patch)
  atril/repos/community-x86_64/configure.ac.patch
(from rev 416844, atril/trunk/configure.ac.patch)
Deleted:
  atril/repos/community-x86_64/PKGBUILD
  atril/repos/community-x86_64/comicsdocument.atril-backend.in.patch
  atril/repos/community-x86_64/configure.ac.patch

---+
 PKGBUILD  |  120 
 comicsdocument.atril-backend.in.patch |   16 ++--
 configure.ac.patch|   22 ++---
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 04:19:27 UTC (rev 416844)
+++ PKGBUILD2018-12-20 04:19:56 UTC (rev 416845)
@@ -1,60 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.20.3
-pkgrel=2
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";
-   "comicsdocument.atril-backend.in.patch"
-   "configure.ac.patch")
-sha256sums=('79dbcdf663a7a40194ece1b1ac3304a35b6828b0a68eed286c0e9c319dc77903'
-'03775ab5cacae05d1e42c77cef8c6105fd822534408d48490b2ff014221f163b'
-'a00899287858adf6e594944e408f7e58c30d7675c935b7efe742a5ceec1c17da')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-   # Fix mathjax path
-   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
-
-   # Fix FS#61128
-   patch -p0 < ../configure.ac.patch
-   patch -p0 < ../comicsdocument.atril-backend.in.patch
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${_pkgbase} \
-   --with-gtk=2.0 \
-   --enable-djvu \
-   --enable-dvi \
-   --enable-epub \
-   --enable-t1lib \
-   --enable-pixbuf \
-   --enable-comics \
-   --enable-xps \
-   --enable-introspection
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: atril/repos/community-x86_64/PKGBUILD (from rev 416844, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 04:19:56 UTC (rev 416845)
@@ -0,0 +1,60 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.20.3
+pkgrel=2
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";
+   "comicsdocument.atril-backend.in.patch"
+   "configure.ac.patch")
+sha256sums=('79dbcdf663a7a40194ece1b1ac3304a35b6828b0a68eed286c0e9c319dc77903'
+'03775ab5cacae05d1e42c77cef8c6105fd822534408d48490b2ff014221f163b'
+'a00899287858adf6e594944e408f7e58c30d7675c935b7efe742a5ceec1c17da')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   # Fix mathjax path
+   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+
+   # Fix FS#61128
+   patch -p0 < ../configure.ac.patch
+   patch -p0 < ../comicsdocument.atril-backend.in.patch
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${_pkgbase} \
+   --with-gtk=2.0 \
+   --enable-djvu \
+   --enable-dvi \
+   --enable-epub \
+   --enable-t1lib \
+   --enable-pixbuf \
+   --enable-comics \
+   --enable-xps \
+   --enable-in

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

2018-12-19 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 04:19:27
  Author: cesura
Revision: 416844

upgpkg: atril 1.20.3-2

Fixed FS#61128

Added:
  atril/trunk/comicsdocument.atril-backend.in.patch
  atril/trunk/configure.ac.patch
Modified:
  atril/trunk/PKGBUILD

---+
 PKGBUILD  |   56 ++--
 comicsdocument.atril-backend.in.patch |8 
 configure.ac.patch|   11 ++
 3 files changed, 51 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 04:17:25 UTC (rev 416843)
+++ PKGBUILD2018-12-20 04:19:27 UTC (rev 416844)
@@ -3,7 +3,7 @@
 
 pkgname=atril
 pkgver=1.20.3
-pkgrel=1
+pkgrel=2
 pkgdesc="MATE document viewer"
 url="https://mate-desktop.org";
 arch=('x86_64')
@@ -15,38 +15,46 @@
 groups=('mate-extra')
 conflicts=('atril-gtk3')
 replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('79dbcdf663a7a40194ece1b1ac3304a35b6828b0a68eed286c0e9c319dc77903')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";
+   "comicsdocument.atril-backend.in.patch"
+   "configure.ac.patch")
+sha256sums=('79dbcdf663a7a40194ece1b1ac3304a35b6828b0a68eed286c0e9c319dc77903'
+'03775ab5cacae05d1e42c77cef8c6105fd822534408d48490b2ff014221f163b'
+'a00899287858adf6e594944e408f7e58c30d7675c935b7efe742a5ceec1c17da')
 
 prepare() {
-cd $pkgname-$pkgver
+   cd "$pkgname-$pkgver"
 
-# Fix mathjax path
-sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+   # Fix mathjax path
+   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+
+   # Fix FS#61128
+   patch -p0 < ../configure.ac.patch
+   patch -p0 < ../comicsdocument.atril-backend.in.patch
 }
 
 build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${_pkgbase} \
+   --with-gtk=2.0 \
+   --enable-djvu \
+   --enable-dvi \
+   --enable-epub \
+   --enable-t1lib \
+   --enable-pixbuf \
+   --enable-comics \
+   --enable-xps \
+   --enable-introspection
 
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
-make
+   make
 }
 
 package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
 }

Added: comicsdocument.atril-backend.in.patch
===
--- comicsdocument.atril-backend.in.patch   (rev 0)
+++ comicsdocument.atril-backend.in.patch   2018-12-20 04:19:27 UTC (rev 
416844)
@@ -0,0 +1,8 @@
+--- backend/comics/comicsdocument.atril-backend.in.orig2018-12-19 
21:56:58.967629664 -0600
 backend/comics/comicsdocument.atril-backend.in 2018-12-19 
21:57:16.687554873 -0600
+@@ -1,4 +1,4 @@
+ [Atril Backend]
+ Module=comicsdocument
+ _TypeDescription=Comic Books
+-MimeType=application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/vnd.comicbook+zip;application/vnd.rar;
++MimeType=application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/vnd.comicbook+zip;application/vnd.comicbook-rar;

Added: configure.ac.patch
===
--- configure.ac.patch  (rev 0)
+++ configure.ac.patch  2018-12-20 04:19:27 UTC (rev 416844)
@@ -0,0 +1,11 @@
+--- configure.ac.orig  2018-12-19 21:53:32.977910976 -0600
 configure.ac   2018-12-19 21:56:20.418981753 -0600
+@@ -639,7 +639,7 @@
+ ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}image/tiff;"
+ fi
+ if test "x$enable_comics" = "xyes"; then
+-
ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/vnd.comicbook+zip;application/vnd.rar;"
++
ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/vnd.comicbook+zip;application/vnd-comicbook.rar;"
+ fi
+ if test "x$enable_pixbuf" = "xyes"; then
+ ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}image/*;"


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

2018-12-19 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 04:17:25
  Author: cesura
Revision: 416843

upgpkg: atril 1.20.3-2

Fixed FS#61128

Added:
  atril/repos/community-x86_64/comicsdocument.atril-backend.in.patch
  atril/repos/community-x86_64/configure.ac.patch
Modified:
  atril/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |   56 ++--
 comicsdocument.atril-backend.in.patch |8 
 configure.ac.patch|   11 ++
 3 files changed, 51 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 03:40:09 UTC (rev 416842)
+++ PKGBUILD2018-12-20 04:17:25 UTC (rev 416843)
@@ -3,7 +3,7 @@
 
 pkgname=atril
 pkgver=1.20.3
-pkgrel=1
+pkgrel=2
 pkgdesc="MATE document viewer"
 url="https://mate-desktop.org";
 arch=('x86_64')
@@ -15,38 +15,46 @@
 groups=('mate-extra')
 conflicts=('atril-gtk3')
 replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('79dbcdf663a7a40194ece1b1ac3304a35b6828b0a68eed286c0e9c319dc77903')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";
+   "comicsdocument.atril-backend.in.patch"
+   "configure.ac.patch")
+sha256sums=('79dbcdf663a7a40194ece1b1ac3304a35b6828b0a68eed286c0e9c319dc77903'
+'03775ab5cacae05d1e42c77cef8c6105fd822534408d48490b2ff014221f163b'
+'a00899287858adf6e594944e408f7e58c30d7675c935b7efe742a5ceec1c17da')
 
 prepare() {
-cd $pkgname-$pkgver
+   cd "$pkgname-$pkgver"
 
-# Fix mathjax path
-sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+   # Fix mathjax path
+   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+
+   # Fix FS#61128
+   patch -p0 < ../configure.ac.patch
+   patch -p0 < ../comicsdocument.atril-backend.in.patch
 }
 
 build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${_pkgbase} \
+   --with-gtk=2.0 \
+   --enable-djvu \
+   --enable-dvi \
+   --enable-epub \
+   --enable-t1lib \
+   --enable-pixbuf \
+   --enable-comics \
+   --enable-xps \
+   --enable-introspection
 
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
-make
+   make
 }
 
 package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
 }

Added: comicsdocument.atril-backend.in.patch
===
--- comicsdocument.atril-backend.in.patch   (rev 0)
+++ comicsdocument.atril-backend.in.patch   2018-12-20 04:17:25 UTC (rev 
416843)
@@ -0,0 +1,8 @@
+--- backend/comics/comicsdocument.atril-backend.in.orig2018-12-19 
21:56:58.967629664 -0600
 backend/comics/comicsdocument.atril-backend.in 2018-12-19 
21:57:16.687554873 -0600
+@@ -1,4 +1,4 @@
+ [Atril Backend]
+ Module=comicsdocument
+ _TypeDescription=Comic Books
+-MimeType=application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/vnd.comicbook+zip;application/vnd.rar;
++MimeType=application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/vnd.comicbook+zip;application/vnd.comicbook-rar;

Added: configure.ac.patch
===
--- configure.ac.patch  (rev 0)
+++ configure.ac.patch  2018-12-20 04:17:25 UTC (rev 416843)
@@ -0,0 +1,11 @@
+--- configure.ac.orig  2018-12-19 21:53:32.977910976 -0600
 configure.ac   2018-12-19 21:56:20.418981753 -0600
+@@ -639,7 +639,7 @@
+ ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}image/tiff;"
+ fi
+ if test "x$enable_comics" = "xyes"; then
+-
ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/vnd.comicbook+zip;application/vnd.rar;"
++
ATRIL_MIME_TYPES="${ATRIL_MIME_TYPES}application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/vnd.comicbook+zip;application/vnd-comicbook.rar;"
+ fi
+ if test "x$enable_pixbuf" = "xyes"; then
+ ATRIL_MIME

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

2018-12-19 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 00:21:30
  Author: anthraxx
Revision: 416832

upgpkg: python-yarl 1.3.0-1

Modified:
  python-yarl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 00:19:51 UTC (rev 416831)
+++ PKGBUILD2018-12-20 00:21:30 UTC (rev 416832)
@@ -2,7 +2,7 @@
 
 _pkgname=yarl
 pkgname=python-yarl
-pkgver=1.2.6
+pkgver=1.3.0
 pkgrel=1
 pkgdesc='Yet another URL library'
 url='https://github.com/aio-libs/yarl/'
@@ -12,8 +12,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz)
-sha256sums=('1083cb0eb2a68638c239d96ed6b3cfe8427f5fea62aa2e575ae5511a196b5df5')
-sha512sums=('bf714e1ba526a9c36361fbc852c3ab8b40db76eaf6b222eed2abaf1bbea6171a1d37cb0c5481905cc8eccfac8c2077e38fc744fdd6e8c83e33bac51747dceaf9')
+sha256sums=('0d4acfd6c750612871e11c49eea43213949f1528686a184eefc1366142a6fbb3')
+sha512sums=('36c55ac73830629045399e409f9e097d2e231e64f457c095003a2dd0e48899145e5e970a397458c8b1b1fbd8c24885774cf6bd7ea0b9bf67cd192c46be90af83')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2018-12-19 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 00:21:38
  Author: anthraxx
Revision: 416833

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 00:21:30 UTC (rev 416832)
+++ PKGBUILD2018-12-20 00:21:38 UTC (rev 416833)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=yarl
-pkgname=python-yarl
-pkgver=1.2.6
-pkgrel=1
-pkgdesc='Yet another URL library'
-url='https://github.com/aio-libs/yarl/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'python' 'python-multidict' 'python-idna')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz)
-sha256sums=('1083cb0eb2a68638c239d96ed6b3cfe8427f5fea62aa2e575ae5511a196b5df5')
-sha512sums=('bf714e1ba526a9c36361fbc852c3ab8b40db76eaf6b222eed2abaf1bbea6171a1d37cb0c5481905cc8eccfac8c2077e38fc744fdd6e8c83e33bac51747dceaf9')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  LANG=en_US.UTF-8 python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  LANG=en_US.UTF-8 python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-yarl/repos/community-x86_64/PKGBUILD (from rev 416832, 
python-yarl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 00:21:38 UTC (rev 416833)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=yarl
+pkgname=python-yarl
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Yet another URL library'
+url='https://github.com/aio-libs/yarl/'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'python' 'python-multidict' 'python-idna')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz)
+sha256sums=('0d4acfd6c750612871e11c49eea43213949f1528686a184eefc1366142a6fbb3')
+sha512sums=('36c55ac73830629045399e409f9e097d2e231e64f457c095003a2dd0e48899145e5e970a397458c8b1b1fbd8c24885774cf6bd7ea0b9bf67cd192c46be90af83')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  LANG=en_US.UTF-8 python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  LANG=en_US.UTF-8 python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-19 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 00:19:44
  Author: anthraxx
Revision: 416830

upgpkg: python-socketio 2.1.2-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 00:16:23 UTC (rev 416829)
+++ PKGBUILD2018-12-20 00:19:44 UTC (rev 416830)
@@ -2,7 +2,7 @@
 
 pkgbase=python-socketio
 pkgname=('python-socketio' 'python2-socketio')
-pkgver=2.0.0
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
@@ -14,8 +14,8 @@
   'python2-pytest' 'python2-mock')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha256sums=('e1bd0d7c697744db4be3d98010b6b169bdeff551dedf419c3f40f432cfa8a88a')
-sha512sums=('685061ef1cebc8d7f16bbd128ce7b274a89e0527418a5a54541fcc4e7aec660a5dca681e694ae373b86eadb376892ec2c57547505243d463e7e69bd9aeb7d7d3')
+sha256sums=('410e56a46aa08a6f254b506dd6c3e438341a45679886f3d81684fcc8b743fc3d')
+sha512sums=('a7247a367bc7f89ab02e5099d18250d1c5e36502126631dccfaab6b26fbc72d72e3464ff1f05ea12efe1f0ab5d0bfaae2c38e0c809590284313466058c480b0f')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}
@@ -53,7 +53,7 @@
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 docs/_build/man/python-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }
 
 package_python2-socketio() {
@@ -64,7 +64,7 @@
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 docs/_build/man/python-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }
 
 # vim: ts=2 sw=2 et:


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

2018-12-19 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 00:19:51
  Author: anthraxx
Revision: 416831

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 00:19:44 UTC (rev 416830)
+++ PKGBUILD2018-12-20 00:19:51 UTC (rev 416831)
@@ -1,70 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-socketio
-pkgname=('python-socketio' 'python2-socketio')
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Python implementation of the Socket.IO realtime server'
-url='https://github.com/miguelgrinberg/python-socketio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six' 
'python-engineio' 'python-tornado'
- 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-engineio' 'python2-tornado')
-checkdepends=('python-pytest' 'python-mock'
-  'python2-pytest' 'python2-mock')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha256sums=('e1bd0d7c697744db4be3d98010b6b169bdeff551dedf419c3f40f432cfa8a88a')
-sha512sums=('685061ef1cebc8d7f16bbd128ce7b274a89e0527418a5a54541fcc4e7aec660a5dca681e694ae373b86eadb376892ec2c57547505243d463e7e69bd9aeb7d7d3')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  msg2 'Building python...'
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  msg2 'Building python2...'
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  msg2 'Checking python...'
-  (cd ${pkgbase}-${pkgver}
-py.test -k 'not test_logger'
-  )
-  msg2 'Checking python2...'
-  (cd ${pkgbase}-${pkgver}-py2
-py.test2 -k 'not test_logger'
-  )
-}
-
-package_python-socketio() {
-  depends=('python' 'python-six' 'python-engineio')
-  optdepends=('python-tornado: tornado asyncio webserver')
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-socketio() {
-  depends=('python2' 'python2-six' 'python2-engineio')
-  optdepends=('python2-tornado: tornado asyncio webserver')
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-socketio/repos/community-any/PKGBUILD (from rev 416830, 
python-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 00:19:51 UTC (rev 416831)
@@ -0,0 +1,70 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-socketio
+pkgname=('python-socketio' 'python2-socketio')
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Python implementation of the Socket.IO realtime server'
+url='https://github.com/miguelgrinberg/python-socketio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six' 
'python-engineio' 'python-tornado'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-engineio' 'python2-tornado')
+checkdepends=('python-pytest' 'python-mock'
+  'python2-pytest' 'python2-mock')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
+sha256sums=('410e56a46aa08a6f254b506dd6c3e438341a45679886f3d81684fcc8b743fc3d')
+sha512sums=('a7247a367bc7f89ab02e5099d18250d1c5e36502126631dccfaab6b26fbc72d72e3464ff1f05ea12efe1f0ab5d0bfaae2c38e0c809590284313466058c480b0f')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  msg2 'Building python...'
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  msg2 'Building python2...'
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  msg2 'Checking python...'
+  (cd ${pkgbase}-${pkg

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

2018-12-19 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 00:16:23
  Author: anthraxx
Revision: 416829

archrelease: copy trunk to community-any

Added:
  python-resumable-urlretrieve/repos/community-any/PKGBUILD
(from rev 416828, python-resumable-urlretrieve/trunk/PKGBUILD)
Deleted:
  python-resumable-urlretrieve/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 00:16:14 UTC (rev 416828)
+++ PKGBUILD2018-12-20 00:16:23 UTC (rev 416829)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pyname='resumable-urlretrieve'
-pkgname='python-resumable-urlretrieve'
-pkgver=0.1.5
-pkgrel=3
-pkgdesc='Small library to fetch files over HTTP and resuming their download'
-url='https://github.com/berdario/resumable-urlretrieve'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-rangehttpserver')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/resumable-urlretrieve/archive/${pkgver}.tar.gz)
-sha256sums=('32755a77dac3a8f59a3439df9eb38291f1801cdfa398befe5a15dacc637552a4')
-sha512sums=('55833a8a4725316289b62dda071b579a9e5b636a1747b1d555388ddba5c125233b46c71e726ac8d5a1fa9572ebcefab1492f24530c85f905e8e21d133574')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  PYTHONPATH=. py.test
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-resumable-urlretrieve/repos/community-any/PKGBUILD (from rev 
416828, python-resumable-urlretrieve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 00:16:23 UTC (rev 416829)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+_pyname='resumable-urlretrieve'
+pkgname='python-resumable-urlretrieve'
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Small library to fetch files over HTTP and resuming their download'
+url='https://github.com/berdario/resumable-urlretrieve'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-rangehttpserver')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/resumable-urlretrieve/archive/${pkgver}.tar.gz)
+sha256sums=('a7c390b826e8bd76611a39b6f0e8af73c55871767c674fcd8373a25b2bcdd1c2')
+sha512sums=('2bff31f0635754e1a6a703ad2fc619a7b047b5f4cc32a9c5d613d570cdec349a9d026238f971509c7a0086593a88b0cdfd1e90c85ad2f54935cd3883fd785d18')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  PYTHONPATH=. py.test
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-19 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 00:16:14
  Author: anthraxx
Revision: 416828

upgpkg: python-resumable-urlretrieve 0.1.6-1

Modified:
  python-resumable-urlretrieve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 00:14:46 UTC (rev 416827)
+++ PKGBUILD2018-12-20 00:16:14 UTC (rev 416828)
@@ -2,8 +2,8 @@
 
 _pyname='resumable-urlretrieve'
 pkgname='python-resumable-urlretrieve'
-pkgver=0.1.5
-pkgrel=3
+pkgver=0.1.6
+pkgrel=1
 pkgdesc='Small library to fetch files over HTTP and resuming their download'
 url='https://github.com/berdario/resumable-urlretrieve'
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-rangehttpserver')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/resumable-urlretrieve/archive/${pkgver}.tar.gz)
-sha256sums=('32755a77dac3a8f59a3439df9eb38291f1801cdfa398befe5a15dacc637552a4')
-sha512sums=('55833a8a4725316289b62dda071b579a9e5b636a1747b1d555388ddba5c125233b46c71e726ac8d5a1fa9572ebcefab1492f24530c85f905e8e21d133574')
+sha256sums=('a7c390b826e8bd76611a39b6f0e8af73c55871767c674fcd8373a25b2bcdd1c2')
+sha512sums=('2bff31f0635754e1a6a703ad2fc619a7b047b5f4cc32a9c5d613d570cdec349a9d026238f971509c7a0086593a88b0cdfd1e90c85ad2f54935cd3883fd785d18')
 
 build() {
   cd ${_pyname}-${pkgver}


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

2018-12-19 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 00:14:46
  Author: anthraxx
Revision: 416827

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 00:14:37 UTC (rev 416826)
+++ PKGBUILD2018-12-20 00:14:46 UTC (rev 416827)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: renek 
-
-_pkgname=multidict
-pkgname=python-${_pkgname}
-pkgver=4.5.1
-pkgrel=1
-pkgdesc='Asyncio-based multidict implementation for Python'
-url='https://github.com/aio-libs/multidict'
-arch=('x86_64')
-license=('APACHE')
-depends=('python' 'glibc')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 
'python-psutil' 'python-perf')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
-sha256sums=('fa065dbb3b7de377973d9c193c5b67618d012f337c57a5c3998ee3da325fcd02')
-sha512sums=('a497279cb28c80523965668ff434eafb471d4612355823540de18c791d98b41be2f55843bba1a799d30b5110c7234393932bee39b1469fdbfc82ae3c4391c57d')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-multidict/repos/community-x86_64/PKGBUILD (from rev 416826, 
python-multidict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 00:14:46 UTC (rev 416827)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: renek 
+
+_pkgname=multidict
+pkgname=python-${_pkgname}
+pkgver=4.5.2
+pkgrel=1
+pkgdesc='Asyncio-based multidict implementation for Python'
+url='https://github.com/aio-libs/multidict'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'glibc')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 
'python-psutil' 'python-perf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
+sha256sums=('09be72d0c223be82aa5ed4275048c329dba9f4440cd2b9633f78e12b28da')
+sha512sums=('ec66cf3c57e3386e07e45641536a6eeb94e9707d8a0d3b485d22b8687f20282c9115d533c7b0e9fb6dba28b923cf68dd8cdda08c75e78ca4eca2f0c3ec23c58f')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-19 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 00:14:37
  Author: anthraxx
Revision: 416826

upgpkg: python-multidict 4.5.2-1

Modified:
  python-multidict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 00:10:26 UTC (rev 416825)
+++ PKGBUILD2018-12-20 00:14:37 UTC (rev 416826)
@@ -3,7 +3,7 @@
 
 _pkgname=multidict
 pkgname=python-${_pkgname}
-pkgver=4.5.1
+pkgver=4.5.2
 pkgrel=1
 pkgdesc='Asyncio-based multidict implementation for Python'
 url='https://github.com/aio-libs/multidict'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 
'python-psutil' 'python-perf')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
-sha256sums=('fa065dbb3b7de377973d9c193c5b67618d012f337c57a5c3998ee3da325fcd02')
-sha512sums=('a497279cb28c80523965668ff434eafb471d4612355823540de18c791d98b41be2f55843bba1a799d30b5110c7234393932bee39b1469fdbfc82ae3c4391c57d')
+sha256sums=('09be72d0c223be82aa5ed4275048c329dba9f4440cd2b9633f78e12b28da')
+sha512sums=('ec66cf3c57e3386e07e45641536a6eeb94e9707d8a0d3b485d22b8687f20282c9115d533c7b0e9fb6dba28b923cf68dd8cdda08c75e78ca4eca2f0c3ec23c58f')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2018-12-19 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 00:10:18
  Author: anthraxx
Revision: 416824

upgpkg: python-flask-migrate 2.3.1-1

Modified:
  python-flask-migrate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 00:04:01 UTC (rev 416823)
+++ PKGBUILD2018-12-20 00:10:18 UTC (rev 416824)
@@ -4,7 +4,7 @@
 _pkgname=Flask-Migrate
 pkgbase=python-flask-migrate
 pkgname=('python-flask-migrate' 'python2-flask-migrate')
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
 url='https://github.com/miguelgrinberg/Flask-Migrate/'
@@ -13,8 +13,8 @@
 makedepends=('python-alembic' 'python-flask' 'python-flask-script' 
'python-flask-sqlalchemy' 'python-setuptools' 'python-sphinx'
  'python2-alembic' 'python2-flask' 'python2-flask-script' 
'python2-flask-sqlalchemy' 'python2-setuptools' 'python2-sphinx')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}.tar.gz)
-sha256sums=('ce702062043496e89c174c158d1ad227b7112f6631f4ec8a750d41e54a9f30ba')
-sha512sums=('7e7ab39d78a5870f986538ba3ff73bba94196d1e02259380e3522587069f9d156962978c037d21c2c0c53800393825b986f9fd8fc93fe6868410518374180f6d')
+sha256sums=('92b61640f000ed5e9a72d0f71f357802e27e517d8dc0fbf92ba5dde2e3a9f014')
+sha512sums=('6557235350a286141e946def30f117a2beab4c71009c09a46bb683704b475fb23028b01028c4429913fdafbd5245b4ba3cad785274ebbe42fa6695bc4d16b087')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


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

2018-12-19 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 00:10:26
  Author: anthraxx
Revision: 416825

archrelease: copy trunk to community-any

Added:
  python-flask-migrate/repos/community-any/PKGBUILD
(from rev 416824, python-flask-migrate/trunk/PKGBUILD)
Deleted:
  python-flask-migrate/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 00:10:18 UTC (rev 416824)
+++ PKGBUILD2018-12-20 00:10:26 UTC (rev 416825)
@@ -1,67 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anthony25 
-
-_pkgname=Flask-Migrate
-pkgbase=python-flask-migrate
-pkgname=('python-flask-migrate' 'python2-flask-migrate')
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
-url='https://github.com/miguelgrinberg/Flask-Migrate/'
-arch=('any')
-license=('MIT')
-makedepends=('python-alembic' 'python-flask' 'python-flask-script' 
'python-flask-sqlalchemy' 'python-setuptools' 'python-sphinx'
- 'python2-alembic' 'python2-flask' 'python2-flask-script' 
'python2-flask-sqlalchemy' 'python2-setuptools' 'python2-sphinx')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}.tar.gz)
-sha256sums=('ce702062043496e89c174c158d1ad227b7112f6631f4ec8a750d41e54a9f30ba')
-sha512sums=('7e7ab39d78a5870f986538ba3ff73bba94196d1e02259380e3522587069f9d156962978c037d21c2c0c53800393825b986f9fd8fc93fe6868410518374180f6d')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-}
-
-build() {
-  msg2 "Building python..."
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-make -j1 -C docs man text SPHINXBUILD=sphinx-build
-  )
-  msg2 "Building python2..."
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-make -j1 -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  msg2 "Checking python..."
-  (cd ${_pkgname}-${pkgver}
-python setup.py test
-  )
-  msg2 "Checking python2..."
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py test
-  )
-}
-
-package_python-flask-migrate() {
-  depends=('python-alembic' 'python-flask' 'python-flask-script' 
'python-flask-sqlalchemy' 'python-setuptools')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/flask-migrate.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-migrate() {
-  depends=('python2-alembic' 'python2-flask' 'python2-flask-script' 
'python2-flask-sqlalchemy' 'python2-setuptools')
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/flask-migrate.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-migrate/repos/community-any/PKGBUILD (from rev 416824, 
python-flask-migrate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 00:10:26 UTC (rev 416825)
@@ -0,0 +1,67 @@
+# Maintainer: Levente Polyak 
+# Contributor: Anthony25 
+
+_pkgname=Flask-Migrate
+pkgbase=python-flask-migrate
+pkgname=('python-flask-migrate' 'python2-flask-migrate')
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
+url='https://github.com/miguelgrinberg/Flask-Migrate/'
+arch=('any')
+license=('MIT')
+makedepends=('python-alembic' 'python-flask' 'python-flask-script' 
'python-flask-sqlalchemy' 'python-setuptools' 'python-sphinx'
+ 'python2-alembic' 'python2-flask' 'python2-flask-script' 
'python2-flask-sqlalchemy' 'python2-setuptools' 'python2-sphinx')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}.tar.gz)
+sha256sums=('92b61640f000ed5e9a72d0f71f357802e27e517d8dc0fbf92ba5dde2e3a9f014')
+sha512sums=('6557235350a286141e946def30f117a2beab4c71009c09a46bb683704b475fb23028b01028c4429913fdafbd5245b4ba3cad785274ebbe42fa6695bc4d16b087')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  msg2 "Building python..."
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -j1 -C docs man text SPHINXBUILD=sphinx-build
+  )
+  msg2 "Building python2..."
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -j1 -C d

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

2018-12-19 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 00:04:01
  Author: anthraxx
Revision: 416823

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 00:03:31 UTC (rev 416822)
+++ PKGBUILD2018-12-20 00:04:01 UTC (rev 416823)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: googol 
-# Contributor: Oliver Mangold 
-
-pkgbase=python-alembic
-pkgname=('python-alembic' 'python2-alembic')
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
-url='https://bitbucket.org/zzzeek/alembic'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-mako' 'python-sqlalchemy' 
'python-editor' 'python-dateutil'
- 'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
-checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
-source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
-sha512sums=('300590db99468e3e163f2164502c8bd0233c8f399d856d7e11b75608732527922de4aff88266e9cbda71ba9e54d2256ee5bc794f463dd9061057b03f83300aa1'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

-
-prepare() {
-  cp -a alembic-${pkgver}{,-py2}
-}
-
-build() {
-  msg2 'Building python...'
-  (cd alembic-${pkgver}
-python setup.py build
-  )
-  msg2 'Building python2...'
-  (cd alembic-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-check() {
-  msg2 'Checking python...'
-  (cd alembic-${pkgver}
-py.test
-  )
-  msg2 'Checking python2...'
-  (cd alembic-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-alembic() {
-  depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor' 
'python-dateutil')
-  cd alembic-${pkgver}
-  python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-alembic() {
-  depends=('python2' 'python2-mako' 'python2-sqlalchemy' 'python2-editor' 
'python2-dateutil')
-  cd alembic-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-  mv "${pkgdir}/usr/bin/alembic"{,2}
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-alembic/repos/community-any/PKGBUILD (from rev 416822, 
python-alembic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 00:04:01 UTC (rev 416823)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+# Contributor: googol 
+# Contributor: Oliver Mangold 
+
+pkgbase=python-alembic
+pkgname=('python-alembic' 'python2-alembic')
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
+url='https://bitbucket.org/zzzeek/alembic'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-mako' 'python-sqlalchemy' 
'python-editor' 'python-dateutil'
+ 'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
+checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
+source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
+sha512sums=('cfede823394d17aba94276ad5e759b35ff9e56ee908fce8fef54442c3fad871d0fa0e3f3f0121db98820ee085cf08e86d893e24b92086de894acc46f09450961'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

+
+prepare() {
+  cp -a alembic-${pkgver}{,-py2}
+}
+
+build() {
+  msg2 'Building python...'
+  (cd alembic-${pkgver}
+python setup.py build
+  )
+  msg2 'Building python2...'
+  (cd alembic-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  msg2 'Checking python...'
+  (cd alembic-${pkgver}
+py.test
+  )
+  msg2 'Checking python2...'
+  (cd alembic-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-alembic() {
+  depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor' 
'python-dateutil')
+  cd alembic-${pkgver}
+  python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-alembic() {
+  depends=('python2' 'python2-mako' 'python2-sqlalchemy' 'python2-editor' 
'python2-dateutil')
+  cd alembic-${pkgver}

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

2018-12-19 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 00:03:31
  Author: anthraxx
Revision: 416822

upgpkg: python-alembic 1.0.5-1

Modified:
  python-alembic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 23:51:13 UTC (rev 416821)
+++ PKGBUILD2018-12-20 00:03:31 UTC (rev 416822)
@@ -4,7 +4,7 @@
 
 pkgbase=python-alembic
 pkgname=('python-alembic' 'python2-alembic')
-pkgver=1.0.3
+pkgver=1.0.5
 pkgrel=1
 pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
 url='https://bitbucket.org/zzzeek/alembic'
@@ -14,7 +14,7 @@
  'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
 checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
 
source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
-sha512sums=('300590db99468e3e163f2164502c8bd0233c8f399d856d7e11b75608732527922de4aff88266e9cbda71ba9e54d2256ee5bc794f463dd9061057b03f83300aa1'
+sha512sums=('cfede823394d17aba94276ad5e759b35ff9e56ee908fce8fef54442c3fad871d0fa0e3f3f0121db98820ee085cf08e86d893e24b92086de894acc46f09450961'
 'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

 


[arch-commits] Commit in appstream-generator/repos/community-x86_64 (2 files)

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:51:13
  Author: wild
Revision: 416821

archrelease: copy trunk to community-x86_64

Added:
  appstream-generator/repos/community-x86_64/PKGBUILD
(from rev 416820, appstream-generator/trunk/PKGBUILD)
Deleted:
  appstream-generator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 23:51:02 UTC (rev 416820)
+++ PKGBUILD2018-12-19 23:51:13 UTC (rev 416821)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=appstream-generator
-pkgver=0.7.4
-pkgrel=5
-pkgdesc="A fast AppStream metadata generator"
-arch=(x86_64)
-url="https://github.com/ximion/appstream-generator";
-license=(GPL3)
-depends=(appstream libarchive librsvg lmdb optipng d-stdx-allocator glibd)
-makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl d-containers)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz";)
-sha256sums=('b214273b9b9525170c8c6fe4e8dca8334aab47ad7cc93fa049c16464a5d902e5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 416820, 
appstream-generator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 23:51:13 UTC (rev 416821)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=appstream-generator
+pkgver=0.7.4
+pkgrel=6
+pkgdesc="A fast AppStream metadata generator"
+arch=(x86_64)
+url="https://github.com/ximion/appstream-generator";
+license=(GPL3)
+depends=(appstream libarchive librsvg lmdb optipng d-stdx-allocator glibd)
+makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl d-containers)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz";)
+sha256sums=('b214273b9b9525170c8c6fe4e8dca8334aab47ad7cc93fa049c16464a5d902e5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:50:24
  Author: wild
Revision: 416818

Rebuilt against new ldc

Modified:
  vibe-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 23:49:56 UTC (rev 416817)
+++ PKGBUILD2018-12-19 23:50:24 UTC (rev 416818)
@@ -3,7 +3,7 @@
 pkgname=vibe-d
 _pkgname=vibe.d
 pkgver=0.8.4
-pkgrel=3
+pkgrel=4
 pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
 arch=('x86_64')
 url='https://vibed.org'


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:50:39
  Author: wild
Revision: 416819

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 416818, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 23:50:24 UTC (rev 416818)
+++ PKGBUILD2018-12-19 23:50:39 UTC (rev 416819)
@@ -1,51 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.4
-pkgrel=3
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz";
-"fix-aa-tests.patch::https://github.com/vibe-d/vibe.d/commit/926691489fcc6da40e3c8e187e557398acbef532.patch";)
-sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3'
-
'a4aa070a9b1cf4c5c6920e8537bdcd0a4b8bae94a3a0a16db1c2d667118f13a98936ccd5f4f8055a2c25ceced1e98a950b60620be1e825eb8ebbbe88821c5c5b')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Disable failing tests
-  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
-
-   patch -p1 < "$srcdir"/fix-aa-tests.patch
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 416818, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 23:50:39 UTC (rev 416819)
@@ -0,0 +1,51 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.4
+pkgrel=4
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz";
+"fix-aa-tests.patch::https://github.com/vibe-d/vibe.d/commit/926691489fcc6da40e3c8e187e557398acbef532.patch";)
+sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3'
+
'a4aa070a9b1cf4c5c6920e8537bdcd0a4b8bae94a3a0a16db1c2d667118f13a98936ccd5f4f8055a2c25ceced1e98a950b60620be1e825eb8ebbbe88821c5c5b')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Disable failing tests
+  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
+
+   patch -p1 < "$srcdir"/fix-aa-tests.patch
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:51:02
  Author: wild
Revision: 416820

Rebuilt against new ldc

Modified:
  appstream-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 23:50:39 UTC (rev 416819)
+++ PKGBUILD2018-12-19 23:51:02 UTC (rev 416820)
@@ -2,7 +2,7 @@
 
 pkgname=appstream-generator
 pkgver=0.7.4
-pkgrel=5
+pkgrel=6
 pkgdesc="A fast AppStream metadata generator"
 arch=(x86_64)
 url="https://github.com/ximion/appstream-generator";


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:49:56
  Author: wild
Revision: 416817

archrelease: copy trunk to community-x86_64

Added:
  glibd/repos/community-x86_64/PKGBUILD
(from rev 416816, glibd/trunk/PKGBUILD)
Deleted:
  glibd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 23:49:45 UTC (rev 416816)
+++ PKGBUILD2018-12-19 23:49:56 UTC (rev 416817)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=glibd
-pkgver=2.0.0
-pkgrel=4
-pkgdesc="D bindings for the GLib C Utility Library"
-arch=(x86_64)
-url="https://github.com/gtkd-developers/GlibD";
-license=(LGPL)
-depends=(liblphobos glib2)
-makedepends=(ldc meson gobject-introspection gir-to-d)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/GlibD/archive/v$pkgver.tar.gz";)
-sha256sums=('0935b9c4cb33289d0739923af3cd048300cc36e44ef72f2e8c1679944d6a4c4d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../GlibD-$pkgver --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: glibd/repos/community-x86_64/PKGBUILD (from rev 416816, 
glibd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 23:49:56 UTC (rev 416817)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=glibd
+_pkgname=GlibD
+pkgver=2.0.0
+pkgrel=5
+pkgdesc='D bindings for the GLib C Utility Library'
+arch=('x86_64')
+url='https://github.com/gtkd-developers/GlibD'
+license=('LGPL3')
+depends=('glib2' 'liblphobos')
+makedepends=('meson' 'ldc' 'gobject-introspection' 'gir-to-d')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('0935b9c4cb33289d0739923af3cd048300cc36e44ef72f2e8c1679944d6a4c4d')
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  # Force build with LDC
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:49:16
  Author: wild
Revision: 416814

Rebuilt against new ldc

Modified:
  d-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 23:48:49 UTC (rev 416813)
+++ PKGBUILD2018-12-19 23:49:16 UTC (rev 416814)
@@ -4,7 +4,7 @@
 _pkgname=containers
 _pkgver=0.8.0-alpha.11
 pkgver=${_pkgver/-/}
-pkgrel=1
+pkgrel=2
 pkgdesc='Containers for D backed by std.experimental.allocator'
 arch=('x86_64')
 url='https://github.com/dlang-community/containers'


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:49:45
  Author: wild
Revision: 416816

Rebuilt against new ldc

Modified:
  glibd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 23:49:27 UTC (rev 416815)
+++ PKGBUILD2018-12-19 23:49:45 UTC (rev 416816)
@@ -4,7 +4,7 @@
 pkgname=glibd
 _pkgname=GlibD
 pkgver=2.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc='D bindings for the GLib C Utility Library'
 arch=('x86_64')
 url='https://github.com/gtkd-developers/GlibD'
@@ -12,7 +12,7 @@
 depends=('glib2' 'liblphobos')
 makedepends=('meson' 'ldc' 'gobject-introspection' 'gir-to-d')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('0935b9c4cb33289d0739923af3cd048300cc36e44ef72f2e8c1679944d6a4c4d')
+sha256sums=('0935b9c4cb33289d0739923af3cd048300cc36e44ef72f2e8c1679944d6a4c4d')
 
 build() {
   mkdir -p $_pkgname-$pkgver/build


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:49:27
  Author: wild
Revision: 416815

archrelease: copy trunk to community-x86_64

Added:
  d-containers/repos/community-x86_64/PKGBUILD
(from rev 416814, d-containers/trunk/PKGBUILD)
Deleted:
  d-containers/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 23:49:16 UTC (rev 416814)
+++ PKGBUILD2018-12-19 23:49:27 UTC (rev 416815)
@@ -1,40 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=d-containers
-_pkgname=containers
-_pkgver=0.8.0-alpha.11
-pkgver=${_pkgver/-/}
-pkgrel=1
-pkgdesc='Containers for D backed by std.experimental.allocator'
-arch=('x86_64')
-url='https://github.com/dlang-community/containers'
-license=('Boost')
-depends=('liblphobos')
-makedepends=('meson' 'ldc' 'd-stdx-allocator')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
-sha512sums=('7673c677bdab87b3e4fbf7b64532f005fc31e428f18b0db1199f5376125303acdd65579e85d6a7182c47916f10ef7d421b0cc388d74eca4658167701eef98864')
-
-build() {
-  mkdir -p $_pkgname-$_pkgver/build
-  cd $_pkgname-$_pkgver/build
-
-  # Force build with LDC
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$_pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$_pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: d-containers/repos/community-x86_64/PKGBUILD (from rev 416814, 
d-containers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 23:49:27 UTC (rev 416815)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=d-containers
+_pkgname=containers
+_pkgver=0.8.0-alpha.11
+pkgver=${_pkgver/-/}
+pkgrel=2
+pkgdesc='Containers for D backed by std.experimental.allocator'
+arch=('x86_64')
+url='https://github.com/dlang-community/containers'
+license=('Boost')
+depends=('liblphobos')
+makedepends=('meson' 'ldc' 'd-stdx-allocator')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
+sha512sums=('7673c677bdab87b3e4fbf7b64532f005fc31e428f18b0db1199f5376125303acdd65579e85d6a7182c47916f10ef7d421b0cc388d74eca4658167701eef98864')
+
+build() {
+  mkdir -p $_pkgname-$_pkgver/build
+  cd $_pkgname-$_pkgver/build
+
+  # Force build with LDC
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$_pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$_pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


[arch-commits] Commit in d-stdx-allocator/trunk (PKGBUILD)

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:48:35
  Author: wild
Revision: 416812

Rebuilt against new ldc

Modified:
  d-stdx-allocator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 23:48:15 UTC (rev 416811)
+++ PKGBUILD2018-12-19 23:48:35 UTC (rev 416812)
@@ -3,7 +3,7 @@
 pkgname=d-stdx-allocator
 _pkgname=stdx-allocator
 pkgver=2.77.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Extracted std.experimental.allocator'
 arch=('x86_64')
 url='https://github.com/dlang-community/stdx-allocator'


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:48:15
  Author: wild
Revision: 416811

archrelease: copy trunk to community-x86_64

Added:
  mustache-d/repos/community-x86_64/PKGBUILD
(from rev 416810, mustache-d/trunk/PKGBUILD)
Deleted:
  mustache-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 23:48:03 UTC (rev 416810)
+++ PKGBUILD2018-12-19 23:48:15 UTC (rev 416811)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mustache-d
-pkgver=0.1.3
-pkgrel=9
-pkgdesc="Moustache template engine for D"
-arch=(x86_64)
-url="https://github.com/repeatedly/mustache-d";
-license=(Boost)
-depends=()
-makedepends=(meson ldc liblphobos)
-source=($pkgname-$pkgver::"https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz";)
-sha256sums=('b8cf5fe193b11dece663ad2d7f8acbcc02ef48334f0fdc922a2dde3f8ac64b57')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: mustache-d/repos/community-x86_64/PKGBUILD (from rev 416810, 
mustache-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 23:48:15 UTC (rev 416811)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mustache-d
+pkgver=0.1.3
+pkgrel=10
+pkgdesc='Moustache template engine for D'
+arch=('x86_64')
+url='https://github.com/repeatedly/mustache-d'
+license=('Boost')
+makedepends=('meson' 'ldc' 'liblphobos')
+source=("$pkgname-$pkgver::https://github.com/repeatedly/mustache-d/archive/v$pkgver.tar.gz";)
+sha512sums=('ae70cc0ad0e94729ae2a2a8a8598a7489e457406fb61534641b25d7413749d3ba977591453fab438ce752a4b51d0f91777b5c470f53d7e3884a9f70aad736ded')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  # Build with LDC
+  export DC=ldc
+
+  arch-meson ../$pkgname-$pkgver
+
+  ninja
+}
+
+package() {
+  cd build
+
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in d-stdx-allocator/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:48:49
  Author: wild
Revision: 416813

archrelease: copy trunk to community-x86_64

Added:
  d-stdx-allocator/repos/community-x86_64/PKGBUILD
(from rev 416812, d-stdx-allocator/trunk/PKGBUILD)
Deleted:
  d-stdx-allocator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 23:48:35 UTC (rev 416812)
+++ PKGBUILD2018-12-19 23:48:49 UTC (rev 416813)
@@ -1,38 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=d-stdx-allocator
-_pkgname=stdx-allocator
-pkgver=2.77.3
-pkgrel=3
-pkgdesc='Extracted std.experimental.allocator'
-arch=('x86_64')
-url='https://github.com/dlang-community/stdx-allocator'
-license=('Boost')
-depends=('liblphobos')
-makedepends=('meson' 'ldc' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('cf558f19bffe555c4f022ab2090b9ad46086eb1dfe7be02cd9fa7451d1b857a6')
-
-build() {
-  mkdir $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  meson test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: d-stdx-allocator/repos/community-x86_64/PKGBUILD (from rev 416812, 
d-stdx-allocator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 23:48:49 UTC (rev 416813)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=d-stdx-allocator
+_pkgname=stdx-allocator
+pkgver=2.77.3
+pkgrel=4
+pkgdesc='Extracted std.experimental.allocator'
+arch=('x86_64')
+url='https://github.com/dlang-community/stdx-allocator'
+license=('Boost')
+depends=('liblphobos')
+makedepends=('meson' 'ldc' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('cf558f19bffe555c4f022ab2090b9ad46086eb1dfe7be02cd9fa7451d1b857a6')
+
+build() {
+  mkdir $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  meson test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


[arch-commits] Commit in gir-to-d/trunk (PKGBUILD)

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:47:30
  Author: wild
Revision: 416808

Rebuilt against new ldc

Modified:
  gir-to-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 23:47:06 UTC (rev 416807)
+++ PKGBUILD2018-12-19 23:47:30 UTC (rev 416808)
@@ -2,7 +2,7 @@
 
 pkgname=gir-to-d
 pkgver=0.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Create D bindings from GObject introspection files'
 arch=('x86_64')
 url='https://github.com/gtkd-developers/gir-to-d'


[arch-commits] Commit in gir-to-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:47:40
  Author: wild
Revision: 416809

archrelease: copy trunk to community-x86_64

Added:
  gir-to-d/repos/community-x86_64/PKGBUILD
(from rev 416808, gir-to-d/trunk/PKGBUILD)
Deleted:
  gir-to-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 23:47:30 UTC (rev 416808)
+++ PKGBUILD2018-12-19 23:47:40 UTC (rev 416809)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gir-to-d
-pkgver=0.17.0
-pkgrel=1
-pkgdesc='Create D bindings from GObject introspection files'
-arch=('x86_64')
-url='https://github.com/gtkd-developers/gir-to-d'
-license=('LGPL3')
-depends=('gcc-libs' 'liblphobos')
-makedepends=('meson' 'ldc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('3820338318475c393df0396819875a5c82a6532c4a4ddff57492b4bd5f95014fb9a56a07e96a167df73f4d9c9f404d374b1c9eefe650d45f025b09c8ea3fb9b2')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gir-to-d/repos/community-x86_64/PKGBUILD (from rev 416808, 
gir-to-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 23:47:40 UTC (rev 416809)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=gir-to-d
+pkgver=0.17.0
+pkgrel=2
+pkgdesc='Create D bindings from GObject introspection files'
+arch=('x86_64')
+url='https://github.com/gtkd-developers/gir-to-d'
+license=('LGPL3')
+depends=('gcc-libs' 'liblphobos')
+makedepends=('meson' 'ldc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('3820338318475c393df0396819875a5c82a6532c4a4ddff57492b4bd5f95014fb9a56a07e96a167df73f4d9c9f404d374b1c9eefe650d45f025b09c8ea3fb9b2')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:48:03
  Author: wild
Revision: 416810

Rebuilt against new ldc

Modified:
  mustache-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 23:47:40 UTC (rev 416809)
+++ PKGBUILD2018-12-19 23:48:03 UTC (rev 416810)
@@ -2,7 +2,7 @@
 
 pkgname=mustache-d
 pkgver=0.1.3
-pkgrel=9
+pkgrel=10
 pkgdesc='Moustache template engine for D'
 arch=('x86_64')
 url='https://github.com/repeatedly/mustache-d'


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:47:06
  Author: wild
Revision: 416807

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 23:46:56 UTC (rev 416806)
+++ PKGBUILD2018-12-19 23:47:06 UTC (rev 416807)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=diet-ng
-pkgver=1.5.0
-pkgrel=3
-pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
-arch=('x86_64')
-url='https://github.com/rejectedsoftware/diet-ng'
-license=('MIT')
-depends=('liblphobos')
-makedepends=('meson' 'ldc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('ffeedbf50c693dc4d9df04070d9528cec173e6351e542ef0ce411845b595713f071f0af7c97517af566a251f37bf43c065340ce39a9d6c0606555dd67536f961')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: diet-ng/repos/community-x86_64/PKGBUILD (from rev 416806, 
diet-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 23:47:06 UTC (rev 416807)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=diet-ng
+pkgver=1.5.0
+pkgrel=4
+pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
+arch=('x86_64')
+url='https://github.com/rejectedsoftware/diet-ng'
+license=('MIT')
+depends=('liblphobos')
+makedepends=('meson' 'ldc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('ffeedbf50c693dc4d9df04070d9528cec173e6351e542ef0ce411845b595713f071f0af7c97517af566a251f37bf43c065340ce39a9d6c0606555dd67536f961')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:46:56
  Author: wild
Revision: 416806

Rebuilt against new ldc

Modified:
  diet-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 23:31:35 UTC (rev 416805)
+++ PKGBUILD2018-12-19 23:46:56 UTC (rev 416806)
@@ -2,7 +2,7 @@
 
 pkgname=diet-ng
 pkgver=1.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
 arch=('x86_64')
 url='https://github.com/rejectedsoftware/diet-ng'


[arch-commits] Commit in paperwork (7 files)

2018-12-19 Thread Balló György via arch-commits
Date: Wednesday, December 19, 2018 @ 23:31:35
  Author: bgyorgy
Revision: 416805

archrelease: copy trunk to community-any

Added:
  paperwork/repos/
  paperwork/repos/community-any/
  paperwork/repos/community-any/0001-Filter-out-boxes-that-start-at-0-0.patch
(from rev 416804, 
paperwork/trunk/0001-Filter-out-boxes-that-start-at-0-0.patch)
  
paperwork/repos/community-any/0001-Filter-out-too-large-boxes-on-selection.patch
(from rev 416804, 
paperwork/trunk/0001-Filter-out-too-large-boxes-on-selection.patch)
  
paperwork/repos/community-any/0001-Fix-importing-PNG-files-with-transparency.patch
(from rev 416804, 
paperwork/trunk/0001-Fix-importing-PNG-files-with-transparency.patch)
  
paperwork/repos/community-any/0001-util-find_language-New-versions-of-pycountry-do-not-.patch
(from rev 416804, 
paperwork/trunk/0001-util-find_language-New-versions-of-pycountry-do-not-.patch)
  paperwork/repos/community-any/PKGBUILD
(from rev 416804, paperwork/trunk/PKGBUILD)

-+
 0001-Filter-out-boxes-that-start-at-0-0.patch   |   37 
 0001-Filter-out-too-large-boxes-on-selection.patch  |   39 
 0001-Fix-importing-PNG-files-with-transparency.patch|   25 ++
 0001-util-find_language-New-versions-of-pycountry-do-not-.patch |   87 
++
 PKGBUILD|   62 +++
 5 files changed, 250 insertions(+)

Copied: 
paperwork/repos/community-any/0001-Filter-out-boxes-that-start-at-0-0.patch 
(from rev 416804, paperwork/trunk/0001-Filter-out-boxes-that-start-at-0-0.patch)
===
--- repos/community-any/0001-Filter-out-boxes-that-start-at-0-0.patch   
(rev 0)
+++ repos/community-any/0001-Filter-out-boxes-that-start-at-0-0.patch   
2018-12-19 23:31:35 UTC (rev 416805)
@@ -0,0 +1,37 @@
+From d1da8cd20554aa1d3c766855c251a5a643d2abb4 Mon Sep 17 00:00:00 2001
+From: Jonas Wloka 
+Date: Sat, 17 Nov 2018 19:54:20 +0100
+Subject: [PATCH] Filter out boxes that start at (0, 0)
+
+Tesseract returns way too large boxes that cover the whole page, mostly
+containing only a single special character. All of these boxes (in my
+tests) have coordinate 0 0.
+
+This filters out all of these boxes.
+---
+ paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py 
b/paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py
+index 35c6b7f4..e324c670 100644
+--- a/paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py
 b/paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py
+@@ -251,10 +251,14 @@ class JobPageBoxesLoader(Job):
+ boxes = set()
+ for line in line_boxes:
+ for word in line.word_boxes:
+-if word.content.strip() == "":
++if word.content.strip() == "" or (word.position[0][0] == 0
++  and word.position[0][1] 
== 0):
+ # XXX(Jflesch): Tesseract 3.03 (hOCR) returns big and
+ # empty word boxes sometimes (just a single space
+ # inside). They often match images, but not always.
++# XXX(jowlo): Tesseract returns large boxes containing
++# single letters (mostly special chars) that cover the
++# whole page. All of these start at (0 0)
+ continue
+ boxes.add(word)
+ 
+-- 
+2.20.0
+

Copied: 
paperwork/repos/community-any/0001-Filter-out-too-large-boxes-on-selection.patch
 (from rev 416804, 
paperwork/trunk/0001-Filter-out-too-large-boxes-on-selection.patch)
===
--- repos/community-any/0001-Filter-out-too-large-boxes-on-selection.patch  
(rev 0)
+++ repos/community-any/0001-Filter-out-too-large-boxes-on-selection.patch  
2018-12-19 23:31:35 UTC (rev 416805)
@@ -0,0 +1,39 @@
+From 318d9ef80a7dc21da7ad45fa46c11c8fb19ec8fb Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Wed, 19 Dec 2018 16:59:46 +0100
+Subject: [PATCH] Filter out too large boxes on selection
+
+Tesseract returns way too large boxes that cover the whole page, mostly 
containing only a single special character.
+
+This is a complement for commit d1da8cd2 to filter out all of these boxes also 
on text selection.
+---
+ paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py 
b/paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py
+index e324c670..b022b178 100644
+--- a/paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py
 

[arch-commits] Commit in python-simplebayes (3 files)

2018-12-19 Thread Balló György via arch-commits
Date: Wednesday, December 19, 2018 @ 23:29:21
  Author: bgyorgy
Revision: 416804

archrelease: copy trunk to community-any

Added:
  python-simplebayes/repos/
  python-simplebayes/repos/community-any/
  python-simplebayes/repos/community-any/PKGBUILD
(from rev 416803, python-simplebayes/trunk/PKGBUILD)

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

Copied: python-simplebayes/repos/community-any/PKGBUILD (from rev 416803, 
python-simplebayes/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2018-12-19 23:29:21 UTC (rev 416804)
@@ -0,0 +1,51 @@
+# Maintainer: Balló György 
+
+_pkgbase=simplebayes
+pkgbase=python-simplebayes
+pkgname=(python2-simplebayes python-simplebayes)
+pkgver=1.5.7
+pkgrel=1
+pkgdesc="Memory-based, optional-persistence naïve bayesian text classifier 
Python library"
+arch=(any)
+url="https://github.com/hickeroar/simplebayes";
+license=(MIT)
+depends=(python python2)
+makedepends=(git python-setuptools python2-setuptools)
+_commit=b8da72c50d20b6f8c0df2c2f39620715b08ddd32  # tags/1.5.7
+source=("git+https://github.com/hickeroar/simplebayes#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cp -a $_pkgbase{,-py2}
+}
+
+build() {
+  # Building Python2
+  cd $_pkgbase-py2
+  python2 setup.py build
+
+  # Building Python3
+  cd ../$_pkgbase
+  python3 setup.py build
+}
+
+package_python2-simplebayes() {
+  depends=(python2)
+
+  cd $_pkgbase-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python-simplebayes() {
+  depends=(python)
+
+  cd $_pkgbase
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-pyocr (3 files)

2018-12-19 Thread Balló György via arch-commits
Date: Wednesday, December 19, 2018 @ 23:28:11
  Author: bgyorgy
Revision: 416803

archrelease: copy trunk to community-any

Added:
  python-pyocr/repos/
  python-pyocr/repos/community-any/
  python-pyocr/repos/community-any/PKGBUILD
(from rev 416802, python-pyocr/trunk/PKGBUILD)

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

Copied: python-pyocr/repos/community-any/PKGBUILD (from rev 416802, 
python-pyocr/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2018-12-19 23:28:11 UTC (rev 416803)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+
+_pkgname=pyocr
+pkgname=python-pyocr
+pkgver=0.5.3
+pkgrel=2
+pkgdesc="Python wrapper for Tesseract and Cuneiform"
+arch=(any)
+url="https://gitlab.gnome.org/World/OpenPaperwork/pyocr";
+license=(GPL3)
+depends=(python-pillow python-six)
+makedepends=(git python-setuptools)
+optdepends=('cuneiform: OCR backend'
+'tesseract: OCR backend')
+_commit=5abd0a566a0518bea00cb4247c16e67d0d3c2d65  # tags/0.5.3^0
+source=("git+https://gitlab.gnome.org/World/OpenPaperwork/pyocr.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $_pkgname
+  make
+}
+
+package() {
+  cd $_pkgname
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-pyinsane (3 files)

2018-12-19 Thread Balló György via arch-commits
Date: Wednesday, December 19, 2018 @ 23:26:03
  Author: bgyorgy
Revision: 416802

archrelease: copy trunk to community-any

Added:
  python-pyinsane/repos/
  python-pyinsane/repos/community-any/
  python-pyinsane/repos/community-any/PKGBUILD
(from rev 416801, python-pyinsane/trunk/PKGBUILD)

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

Copied: python-pyinsane/repos/community-any/PKGBUILD (from rev 416801, 
python-pyinsane/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2018-12-19 23:26:03 UTC (rev 416802)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György 
+
+_pkgname=pyinsane
+pkgname=python-pyinsane
+pkgver=2.0.13
+pkgrel=1
+pkgdesc="Python library to access and use image scanners"
+arch=(any)
+url="https://gitlab.gnome.org/World/OpenPaperwork/pyinsane";
+license=(GPL3)
+depends=(python-pillow sane)
+makedepends=(git python-setuptools)
+_commit=3e509e6bdd2c07ac715cfc27946f86123744a46e  # tags/2.0.13^0
+source=("git+https://gitlab.gnome.org/World/OpenPaperwork/pyinsane.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $_pkgname
+  make
+}
+
+package() {
+  cd $_pkgname
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in libpillowfight (3 files)

2018-12-19 Thread Balló György via arch-commits
Date: Wednesday, December 19, 2018 @ 23:24:30
  Author: bgyorgy
Revision: 416801

archrelease: copy trunk to community-x86_64

Added:
  libpillowfight/repos/
  libpillowfight/repos/community-x86_64/
  libpillowfight/repos/community-x86_64/PKGBUILD
(from rev 416799, libpillowfight/trunk/PKGBUILD)

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

Copied: libpillowfight/repos/community-x86_64/PKGBUILD (from rev 416799, 
libpillowfight/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-12-19 23:24:30 UTC (rev 416801)
@@ -0,0 +1,50 @@
+# Maintainer: Balló György 
+
+pkgbase=libpillowfight
+pkgname=(libpillowfight python-pillowfight)
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Small library containing various image processing algorithms"
+arch=(x86_64)
+url="https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight";
+license=(GPL2)
+depends=(glibc python-pillow)
+makedepends=(cmake git python-setuptools)
+_commit=3a7ebba75f4c060ac1707900bd8891e8d200b1c6  # tags/0.2.4^0
+source=("git+https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  [[ -d build ]] || mkdir build
+}
+
+
+build() {
+  cd $pkgbase
+  make build_py
+
+  cd ../build
+  cmake -G "Unix Makefiles" ../$pkgbase/ \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+}
+
+package_libpillowfight() {
+  depends=(glibc)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_python-pillowfight() {
+  depends=(python-pillow)
+
+  cd $pkgbase
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-12-19 Thread Maxim Baz via arch-commits
Date: Wednesday, December 19, 2018 @ 23:24:29
  Author: maximbaz
Revision: 416800

archrelease: copy trunk to community-x86_64

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

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

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

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


[arch-commits] Commit in (19 files)

2018-12-19 Thread Balló György via arch-commits
Date: Wednesday, December 19, 2018 @ 23:23:16
  Author: bgyorgy
Revision: 416799

Move paperwork from AUR with 26 votes

Also move its dependencies: libpillowfight, python-pyinsane, python-pyocr, 
python-simplebayes.

Added:
  libpillowfight/
  libpillowfight/trunk/
  libpillowfight/trunk/PKGBUILD
  paperwork/
  paperwork/trunk/
  paperwork/trunk/0001-Filter-out-boxes-that-start-at-0-0.patch
  paperwork/trunk/0001-Filter-out-too-large-boxes-on-selection.patch
  paperwork/trunk/0001-Fix-importing-PNG-files-with-transparency.patch
  
paperwork/trunk/0001-util-find_language-New-versions-of-pycountry-do-not-.patch
  paperwork/trunk/PKGBUILD
  python-pyinsane/
  python-pyinsane/trunk/
  python-pyinsane/trunk/PKGBUILD
  python-pyocr/
  python-pyocr/trunk/
  python-pyocr/trunk/PKGBUILD
  python-simplebayes/
  python-simplebayes/trunk/
  python-simplebayes/trunk/PKGBUILD

-+
 libpillowfight/trunk/PKGBUILD  
 |   50 +
 paperwork/trunk/0001-Filter-out-boxes-that-start-at-0-0.patch  
 |   37 
 paperwork/trunk/0001-Filter-out-too-large-boxes-on-selection.patch 
 |   39 
 paperwork/trunk/0001-Fix-importing-PNG-files-with-transparency.patch   
 |   25 ++
 
paperwork/trunk/0001-util-find_language-New-versions-of-pycountry-do-not-.patch 
|   87 ++
 paperwork/trunk/PKGBUILD   
 |   62 +++
 python-pyinsane/trunk/PKGBUILD 
 |   30 +++
 python-pyocr/trunk/PKGBUILD
 |   32 +++
 python-simplebayes/trunk/PKGBUILD  
 |   51 +
 9 files changed, 413 insertions(+)

Added: libpillowfight/trunk/PKGBUILD
===
--- libpillowfight/trunk/PKGBUILD   (rev 0)
+++ libpillowfight/trunk/PKGBUILD   2018-12-19 23:23:16 UTC (rev 416799)
@@ -0,0 +1,50 @@
+# Maintainer: Balló György 
+
+pkgbase=libpillowfight
+pkgname=(libpillowfight python-pillowfight)
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Small library containing various image processing algorithms"
+arch=(x86_64)
+url="https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight";
+license=(GPL2)
+depends=(glibc python-pillow)
+makedepends=(cmake git python-setuptools)
+_commit=3a7ebba75f4c060ac1707900bd8891e8d200b1c6  # tags/0.2.4^0
+source=("git+https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  [[ -d build ]] || mkdir build
+}
+
+
+build() {
+  cd $pkgbase
+  make build_py
+
+  cd ../build
+  cmake -G "Unix Makefiles" ../$pkgbase/ \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+}
+
+package_libpillowfight() {
+  depends=(glibc)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_python-pillowfight() {
+  depends=(python-pillow)
+
+  cd $pkgbase
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}


Property changes on: libpillowfight/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: paperwork/trunk/0001-Filter-out-boxes-that-start-at-0-0.patch
===
--- paperwork/trunk/0001-Filter-out-boxes-that-start-at-0-0.patch   
(rev 0)
+++ paperwork/trunk/0001-Filter-out-boxes-that-start-at-0-0.patch   
2018-12-19 23:23:16 UTC (rev 416799)
@@ -0,0 +1,37 @@
+From d1da8cd20554aa1d3c766855c251a5a643d2abb4 Mon Sep 17 00:00:00 2001
+From: Jonas Wloka 
+Date: Sat, 17 Nov 2018 19:54:20 +0100
+Subject: [PATCH] Filter out boxes that start at (0, 0)
+
+Tesseract returns way too large boxes that cover the whole page, mostly
+containing only a single special character. All of these boxes (in my
+tests) have coordinate 0 0.
+
+This filters out all of these boxes.
+---
+ paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py 
b/paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py
+index 35c6b7f4..e324c670 100644
+--- a/paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py
 b/paperwork-gtk/src/paperwork/frontend/mainwindow/pages.py
+@@ -251,10 +251,14 @@ class JobPageBoxesLoader(Job):
+ boxes = set()
+ for line in line_boxes:
+ for word in line.word_boxes:
+-if word.content.strip() == "":
++if word.content.strip() == "" or (word.position[0][0] == 0
++  and word.position[0][1] 
== 0):
+ # XXX(Jfle

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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:17:11
  Author: wild
Revision: 416797

upgpkg: tilix 1.8.5-4

Rebuilt against new ldc and linking with makepkg.conf's $LDFLAGS

Modified:
  tilix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 23:16:24 UTC (rev 416796)
+++ PKGBUILD2018-12-19 23:17:11 UTC (rev 416797)
@@ -5,7 +5,7 @@
 
 pkgname=tilix
 pkgver=1.8.5
-pkgrel=3
+pkgrel=4
 pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
 arch=('x86_64')
 url="https://github.com/gnunn1/tilix";
@@ -30,7 +30,7 @@
 --prefix=/usr \
 PO4A_TRANS=/usr/bin/vendor_perl/po4a-translate \
 DC='ldmd' \
-DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace'
+DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace 
-L='"\"$LDFLAGS\""
 make
 }
 


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:17:21
  Author: wild
Revision: 416798

archrelease: copy trunk to community-x86_64

Added:
  tilix/repos/community-x86_64/PKGBUILD
(from rev 416797, tilix/trunk/PKGBUILD)
Deleted:
  tilix/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 23:17:11 UTC (rev 416797)
+++ PKGBUILD2018-12-19 23:17:21 UTC (rev 416798)
@@ -1,41 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: dsboger 
-# Contributor: Carl George < arch at cgtx dot us >
-
-pkgname=tilix
-pkgver=1.8.5
-pkgrel=3
-pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
-arch=('x86_64')
-url="https://github.com/gnunn1/tilix";
-license=('MPL')
-depends=('libx11' 'gtkd' 'vte3' 'dconf' 'gsettings-desktop-schemas')
-makedepends=('ldc' 'po4a')
-optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
-'libsecret: for the password manager')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('b4fd4624a39b19c612199ffb56b5d617afbbab8995a4c0da66ef80ed193c616f')
-
-prepare() {
-cd "$pkgname-$pkgver"
-
-./autogen.sh
-}
-
-build() {
-cd "$pkgname-$pkgver"
-
-./configure \
---prefix=/usr \
-PO4A_TRANS=/usr/bin/vendor_perl/po4a-translate \
-DC='ldmd' \
-DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace'
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}
-

Copied: tilix/repos/community-x86_64/PKGBUILD (from rev 416797, 
tilix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 23:17:21 UTC (rev 416798)
@@ -0,0 +1,41 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: dsboger 
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgname=tilix
+pkgver=1.8.5
+pkgrel=4
+pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
+arch=('x86_64')
+url="https://github.com/gnunn1/tilix";
+license=('MPL')
+depends=('libx11' 'gtkd' 'vte3' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('ldc' 'po4a')
+optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
+'libsecret: for the password manager')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('b4fd4624a39b19c612199ffb56b5d617afbbab8995a4c0da66ef80ed193c616f')
+
+prepare() {
+cd "$pkgname-$pkgver"
+
+./autogen.sh
+}
+
+build() {
+cd "$pkgname-$pkgver"
+
+./configure \
+--prefix=/usr \
+PO4A_TRANS=/usr/bin/vendor_perl/po4a-translate \
+DC='ldmd' \
+DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace 
-L='"\"$LDFLAGS\""
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}
+


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:16:24
  Author: wild
Revision: 416796

archrelease: copy trunk to community-x86_64

Added:
  gtkd/repos/community-x86_64/PKGBUILD
(from rev 416795, gtkd/trunk/PKGBUILD)
Deleted:
  gtkd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 23:16:13 UTC (rev 416795)
+++ PKGBUILD2018-12-19 23:16:24 UTC (rev 416796)
@@ -1,39 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Severen Redwood 
-# Contributor: Robert Welin 
-# Contributorr: dsboger 
-
-pkgname=gtkd
-pkgver=3.8.4
-pkgrel=1
-pkgdesc='D bindings for GTK+ and related libraries.'
-arch=('x86_64')
-url='http://gtkd.org/'
-license=('LGPL')
-depends=('liblphobos' 'gtk3')
-makedepends=('ldc')
-optdepends=('pango' 'atk' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'vte3' 
'libpeas')
-source=("https://github.com/gtkd-developers/GtkD/archive/v${pkgver}.tar.gz";)
-sha512sums=('2b8ad49a6579a333b563176ded484e0709c4dd84010d100dea71564ff845da9978d239e4dd5429e85b9d4e3553670d84ec0e48ec00605370ab80004ce9d66119')
-
-build() {
-cd ${srcdir}/GtkD-${pkgver}
-
-make \
-DC='ldc' \
-LDFLAGS="-L=\"$LDFLAGS\"" \
-libdir='lib/' \
-shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
-}
-
-package() {
-cd ${srcdir}/GtkD-${pkgver}
-
-make \
-prefix='/usr' \
-libdir='lib/' \
-DESTDIR="${pkgdir}/" \
-install-{shared,headers}-{gtkd,gtkdgl,gtkdsv,gstreamer,vte,peas}
-}
-

Copied: gtkd/repos/community-x86_64/PKGBUILD (from rev 416795, 
gtkd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 23:16:24 UTC (rev 416796)
@@ -0,0 +1,39 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Severen Redwood 
+# Contributor: Robert Welin 
+# Contributorr: dsboger 
+
+pkgname=gtkd
+pkgver=3.8.4
+pkgrel=2
+pkgdesc='D bindings for GTK+ and related libraries.'
+arch=('x86_64')
+url='http://gtkd.org/'
+license=('LGPL')
+depends=('liblphobos' 'gtk3')
+makedepends=('ldc')
+optdepends=('pango' 'atk' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'vte3' 
'libpeas')
+source=("https://github.com/gtkd-developers/GtkD/archive/v${pkgver}.tar.gz";)
+sha512sums=('2b8ad49a6579a333b563176ded484e0709c4dd84010d100dea71564ff845da9978d239e4dd5429e85b9d4e3553670d84ec0e48ec00605370ab80004ce9d66119')
+
+build() {
+cd ${srcdir}/GtkD-${pkgver}
+
+make \
+DC='ldc' \
+LDFLAGS="-L=\"$LDFLAGS\"" \
+libdir='lib/' \
+shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
+}
+
+package() {
+cd ${srcdir}/GtkD-${pkgver}
+
+make \
+prefix='/usr' \
+libdir='lib/' \
+DESTDIR="${pkgdir}/" \
+install-{shared,headers}-{gtkd,gtkdgl,gtkdsv,gstreamer,vte,peas}
+}
+


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:16:13
  Author: wild
Revision: 416795

upgpkg: gtkd 3.8.4-2

Rebuilt against new ldc

Modified:
  gtkd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 23:13:58 UTC (rev 416794)
+++ PKGBUILD2018-12-19 23:16:13 UTC (rev 416795)
@@ -6,7 +6,7 @@
 
 pkgname=gtkd
 pkgver=3.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc='D bindings for GTK+ and related libraries.'
 arch=('x86_64')
 url='http://gtkd.org/'


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

2018-12-19 Thread Maxim Baz via arch-commits
Date: Wednesday, December 19, 2018 @ 23:13:58
  Author: maximbaz
Revision: 416794

upgpkg: kak-lsp 6.0.0-1

Modified:
  kak-lsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 23:03:43 UTC (rev 416793)
+++ PKGBUILD2018-12-19 23:13:58 UTC (rev 416794)
@@ -1,8 +1,8 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=kak-lsp
-pkgver=5.10.0
-pkgrel=2
+pkgver=6.0.0
+pkgrel=1
 pkgdesc='Kakoune Language Server Protocol Client'
 arch=('x86_64')
 url='https://github.com/ul/kak-lsp'
@@ -14,7 +14,7 @@
 'python-language-server: language server for Python'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ul/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('71778e17a22a9d7196ae27c8e70728378cacfbddd291c3efa1b431fd236e44cf')
+sha256sums=('22bae21858fef3ac28b0e61876b4bc82041313204afe17f333a7b6a50edff253')
 
 build() {
 cd "$pkgname-$pkgver"
@@ -25,6 +25,7 @@
 cd "$pkgname-$pkgver"
 install -Dm755 -t "$pkgdir/usr/bin" target/release/$pkgname
 install -Dm644 -t "$pkgdir/usr/share/$pkgname/examples/" $pkgname.toml
+install -Dm644 -t "$pkgdir/usr/share/$pkgname/rc/" rc/lsp.kak
 install -Dm644 UNLICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:03:33
  Author: wild
Revision: 416792

upgpkg: ldc 2:1.13.0-1

Updated to 1.13.0

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 22:15:36 UTC (rev 416791)
+++ PKGBUILD2018-12-19 23:03:33 UTC (rev 416792)
@@ -4,9 +4,9 @@
 
 pkgname=('ldc' 'liblphobos')
 groups=('dlang' 'dlang-ldc')
-pkgver=1.12.0
-_pkgcommit=d51f23400a0e4ab6e444b80fefa77baa05c3ed42
-_dversion=2.082.1
+pkgver=1.13.0
+_pkgcommit=d4858cfbcbd85a09b94e2d3a2e9bc54ba6f244c4
+_dversion=2.083.1
 _clangversion=7.0.0 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=2
 pkgrel=1


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

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:03:43
  Author: wild
Revision: 416793

archrelease: copy trunk to community-x86_64

Added:
  ldc/repos/community-x86_64/PKGBUILD
(from rev 416792, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 416792, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

---+
 PKGBUILD  |  224 ++--
 ldc2.conf |   38 +-
 2 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 23:03:33 UTC (rev 416792)
+++ PKGBUILD2018-12-19 23:03:43 UTC (rev 416793)
@@ -1,112 +0,0 @@
-# Maintainer:
-# Contributor: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.12.0
-_pkgcommit=d51f23400a0e4ab6e444b80fefa77baa05c3ed42
-_dversion=2.082.1
-_clangversion=7.0.0 # related to where ldc2 looks for compiler-rt sanitizers
-epoch=2
-pkgrel=1
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('x86_64')
-url="https://github.com/ldc-developers/ldc";
-license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc')
-
-source=(
-"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit";
-"git+https://github.com/ldc-developers/druntime.git";
-"git+https://github.com/ldc-developers/phobos.git";
-"git+https://github.com/ldc-developers/dmd-testsuite.git";
-"ldc2.conf"
-)
-
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'55ba34319db861a761797ac0075b0b1f5f4d37a243075aedb628aeedc77cc9d6')
-
-prepare() {
-cd "$srcdir/ldc"
-
-git submodule init
-git config submodule.druntime.url "$srcdir/druntime"
-git config submodule.phobos.url "$srcdir/phobos"
-git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
-git submodule update
-
-# Set version used for path construction in getFullClangCompilerRTLibPath()
-sed -i "s/ldc::llvm_version_base/\"$_clangversion\"/" driver/linker-gcc.cpp
-}
-
-build() {
-cd "$srcdir/ldc"
-
-mkdir -p build && cd build
-
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=BOTH \
--DBUILD_LTO_LIBS=ON \
--DLDC_WITH_LLD=OFF \
--DD_COMPILER_FLAGS="-link-defaultlib-shared=false -linker=gold -flto=full" 
\
-..
-make
-}
-
-check() {
-cd "$srcdir/ldc/build"
-make all-test-runners
-}
-
-package_ldc() {
-depends=('liblphobos' 'llvm-libs' 'gcc' 'compiler-rt')
-backup=('etc/ldc2.conf')
-provides=("d-compiler=$_dversion")
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# move bash-completion
-mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
-mv "$pkgdir/etc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/"
-rm -rf "$pkgdir/etc/bash_completion.d"
-
-# remove liblphobos files
-rm -rf "$pkgdir/usr/include"
-rm -rf "$pkgdir/usr/lib"
-
-# symlinks
-ln -s /usr/share/bash-completion/completions/ldc2 
"$pkgdir/usr/share/bash-completion/completions/ldc"
-ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
-ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-# default configuration files
-install -D -m644 "$srcdir/ldc2.conf" "$pkgdir/etc/ldc2.conf"
-}
-
-package_liblphobos() {
-provides=('d-runtime' 'd-stdlib')
-depends=('curl')
-options=('staticlibs')
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# remove ldc files
-rm -rf "$pkgdir/usr/bin/"
-rm -rf "$pkgdir/etc/"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 416792, 
ldc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 23:03:43 UTC (rev 416793)
@@ -0,0 +1,112 @@
+# Maintainer:
+# Contributor: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.13.0
+_pkgcommit=d4858cfbcbd85a09b94e2d3a2e9bc54ba6f244c4
+_dversion=2.083.1
+_clangversion=7.0.0 # related to where ldc2 looks for compiler-rt sanitizers
+epoch=2
+pkgrel=1
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('x86_64')
+url="https://github.com/ldc-developers/ldc";
+license=('BSD')
+makedepends=('git' 'cmake' 'llvm' 'ldc')
+
+source=(
+"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit";
+"git+https://github.c

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

2018-12-19 Thread Christian Hesse via arch-commits
Date: Wednesday, December 19, 2018 @ 22:15:32
  Author: eworm
Revision: 416790

upgpkg: lib32-e2fsprogs 1.44.5-1

new upstream release

Modified:
  lib32-e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 21:32:35 UTC (rev 416789)
+++ PKGBUILD2018-12-19 22:15:32 UTC (rev 416790)
@@ -4,7 +4,7 @@
 
 _pkgbasename=e2fsprogs
 pkgname=lib32-e2fsprogs
-pkgver=1.44.4
+pkgver=1.44.5
 pkgrel=1
 pkgdesc="Ext2/3/4 filesystem libraries (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('bc' 'gcc-multilib')
 validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

 
source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${_pkgbasename}/v${pkgver}/${_pkgbasename}-${pkgver}.tar."{xz,sign})
-sha256sums=('ee03b2f2180614c5ae5f6dd2666f8808de61c3d8b37d22ba86cc6daea25be55a'
+sha256sums=('ba5eb3069d69160d96818bb9700de9ab5a8458d9add1fd85d427cd34c5b9'
 'SKIP')
 
 build() {


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

2018-12-19 Thread Christian Hesse via arch-commits
Date: Wednesday, December 19, 2018 @ 22:15:36
  Author: eworm
Revision: 416791

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 22:15:32 UTC (rev 416790)
+++ PKGBUILD2018-12-19 22:15:36 UTC (rev 416791)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: mightyjaym 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=e2fsprogs
-pkgname=lib32-e2fsprogs
-pkgver=1.44.4
-pkgrel=1
-pkgdesc="Ext2/3/4 filesystem libraries (32-bit)"
-arch=('x86_64')
-license=('GPL' 'LGPL' 'MIT')
-url="http://e2fsprogs.sourceforge.net";
-depends=('lib32-util-linux' $_pkgbasename)
-makedepends=('bc' 'gcc-multilib')
-validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

-source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${_pkgbasename}/v${pkgver}/${_pkgbasename}-${pkgver}.tar."{xz,sign})
-sha256sums=('ee03b2f2180614c5ae5f6dd2666f8808de61c3d8b37d22ba86cc6daea25be55a'
-'SKIP')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 \
---with-root-prefix="" \
---enable-elf-shlibs \
---disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install-libs
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-e2fsprogs/repos/multilib-x86_64/PKGBUILD (from rev 416790, 
lib32-e2fsprogs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 22:15:36 UTC (rev 416791)
@@ -0,0 +1,41 @@
+# Maintainer:  Ionut Biru 
+# Contributor: mightyjaym 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=e2fsprogs
+pkgname=lib32-e2fsprogs
+pkgver=1.44.5
+pkgrel=1
+pkgdesc="Ext2/3/4 filesystem libraries (32-bit)"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url="http://e2fsprogs.sourceforge.net";
+depends=('lib32-util-linux' $_pkgbasename)
+makedepends=('bc' 'gcc-multilib')
+validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

+source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${_pkgbasename}/v${pkgver}/${_pkgbasename}-${pkgver}.tar."{xz,sign})
+sha256sums=('ba5eb3069d69160d96818bb9700de9ab5a8458d9add1fd85d427cd34c5b9'
+'SKIP')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--with-root-prefix="" \
+--enable-elf-shlibs \
+--disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-libs
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2018-12-19 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, December 19, 2018 @ 21:32:35
  Author: svenstaro
Revision: 416789

archrelease: copy trunk to community-any

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

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

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

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


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

2018-12-19 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, December 19, 2018 @ 21:32:27
  Author: svenstaro
Revision: 416788

upgpkg: ansible 2.7.5-1

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 21:29:11 UTC (rev 416787)
+++ PKGBUILD2018-12-19 21:32:27 UTC (rev 416788)
@@ -6,7 +6,7 @@
 # Contributor: atweiden 
 
 pkgname=ansible
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -30,7 +30,7 @@
 makedepends=('asciidoc' 'fakeroot' 'python-setuptools')
 backup=('etc/ansible/ansible.cfg')
 source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz";)
-sha512sums=('4b7cb202577e3c87ec89598ec9a81ebac4b60f62f670322c24b655f5f3a7fab4657c27cce6cfa4f1bb41e7d60f7f6cf80251d86fcb36b1312f6f3ad47be777c9')
+sha512sums=('b3a8a2c10e42f4dcf0f3867901eaaf555e6b9bcbd808b91765a8825db3ec49d618d8893f244d52e49e944d0900a876bbb31b3a7b89d636e435e94cd4b281be18')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


[arch-commits] Commit in pgadmin4/repos/community-x86_64 (10 files)

2018-12-19 Thread Levente Polyak via arch-commits
Date: Wednesday, December 19, 2018 @ 21:29:11
  Author: anthraxx
Revision: 416787

archrelease: copy trunk to community-x86_64

Added:
  pgadmin4/repos/community-x86_64/PKGBUILD
(from rev 416786, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-x86_64/config_distro.py
(from rev 416786, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-x86_64/config_local.py
(from rev 416786, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
(from rev 416786, pgadmin4/trunk/pgAdmin4.desktop)
  
pgadmin4/repos/community-x86_64/pgadmin4-compatibility-with-python3-pycryptodome.patch
(from rev 416786, 
pgadmin4/trunk/pgadmin4-compatibility-with-python3-pycryptodome.patch)
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch
(from rev 416786, pgadmin4/trunk/pgadmin4-python-de-vendor-venv-paths.patch)
Deleted:
  pgadmin4/repos/community-x86_64/PKGBUILD
  pgadmin4/repos/community-x86_64/config_distro.py
  pgadmin4/repos/community-x86_64/config_local.py
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop

+
 PKGBUILD   |  219 ---
 config_distro.py   |4 
 pgAdmin4.desktop   |   22 -
 pgadmin4-compatibility-with-python3-pycryptodome.patch |   45 +++
 pgadmin4-python-de-vendor-venv-paths.patch |   33 ++
 5 files changed, 220 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 21:29:03 UTC (rev 416786)
+++ PKGBUILD2018-12-19 21:29:11 UTC (rev 416787)
@@ -1,90 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jerome Leclanche 
-
-pkgname=pgadmin4
-pkgver=3.5
-pkgrel=1
-pkgdesc='Comprehensive design and management interface for PostgreSQL'
-url='https://www.pgadmin.org/'
-arch=('x86_64')
-license=('custom')
-depends=('qt5-base' 'python' 'python-psycopg2' 'postgresql-libs' 
'hicolor-icon-theme')
-makedepends=('python-setuptools' 'imagemagick')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc}
-pgAdmin4.desktop
-config_distro.py
-config_local.py)
-validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('6971c003a39fdd2f279fa7a652a32e1554d17d1794fa0b84c4aa3394ab128efbb44299890bd69b07a0ca926d918668fba124f99f3d7271c60ee70616eedd6d1c'
-'SKIP'
-
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
-
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  sed 's|value("PythonPath")|value("PythonPath", 
"/usr/lib/pgadmin4/venv/lib/python'${PYTHONVERSION}'/site-packages:/usr/lib/python'${PYTHONVERSION}'/site-packages:/usr/lib/python'${PYTHONVERSION}'")|g'
 -i runtime/{pgAdmin4.cpp,Server.cpp,TrayIcon.cpp}
-  sed -r 's|(venv/lib/python)|\1'${PYTHONVERSION}'|g' -i runtime/Server.cpp
-}
-
-
-build() {
-  export LANG=en_US.UTF-8
-  export LC_ALL=en_US.UTF-8
-
-  cd ${pkgname}-${pkgver}
-  convert +set date:create +set date:modify runtime/pgAdmin4.{ico,png}
-
-  python -m venv ./venv
-  venv/bin/python -m pip install -r requirements.txt
-
-  python -m venv ./venv-docs
-  venv-docs/bin/python -m pip install -r requirements.txt
-  venv-docs/bin/python -m pip install sphinx
-
-  PATH="${srcdir}/${pkgname}-${pkgver}/venv-docs/bin:${PATH}" make docs
-
-  cd runtime
-  qmake CONFIG+=release
-  make
-}
-
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -Dm 755 runtime/pgAdmin4 
"${pkgdir}/usr/lib/pgadmin4/runtime/pgAdmin4"
-
-  cp -a docs web "${pkgdir}/usr/lib/pgadmin4"
-  cp -a venv "${pkgdir}/usr/lib/pgadmin4/venv"
-
-  install -Dm 644 "${srcdir}"/config_{distro,local}.py -t 
"${pkgdir}/usr/lib/pgadmin4/web"
-
-  ### fixup some python wonkyness
-  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  rm -r 
"${pkgdir}/usr/lib/pgadmin4/venv/lib/python${PYTHONVERSION}/site-packages/psycopg2"
-  ln -s /usr/lib/python${PYTHONVERSION}/lib-dynload 
"${pkgdir}/usr/lib/pgadmin4/venv/lib/python${PYTHONVERSION}/lib-dynload"
-
-  ### Launcher
-  install -Dm 644 runtime/pgAdmin4-0.png 
"${pkgdir}/usr/share/icons/hicolor/256x256/apps/pgAdmin4.png"
-  install -Dm 644 runtime/pgAdmin4-1.png 
"${pkgdir}/usr/share/icons/hicolor/48x48/apps/pgAdmin4.png"
-  install -Dm 644 r

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

2018-12-19 Thread Levente Polyak via arch-commits
Date: Wednesday, December 19, 2018 @ 21:29:03
  Author: anthraxx
Revision: 416786

upgpkg: pgadmin4 3.6-1 (+ de-vendor libs)

Added:
  pgadmin4/trunk/pgadmin4-compatibility-with-python3-pycryptodome.patch
  pgadmin4/trunk/pgadmin4-python-de-vendor-venv-paths.patch
Modified:
  pgadmin4/trunk/PKGBUILD

+
 PKGBUILD   |  103 ++-
 pgadmin4-compatibility-with-python3-pycryptodome.patch |   45 ++
 pgadmin4-python-de-vendor-venv-paths.patch |   33 
 3 files changed, 149 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 20:42:19 UTC (rev 416785)
+++ PKGBUILD2018-12-19 21:29:03 UTC (rev 416786)
@@ -2,33 +2,90 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pgadmin4
-pkgver=3.5
+pkgver=3.6
 pkgrel=1
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
 arch=('x86_64')
 license=('custom')
-depends=('qt5-base' 'python' 'python-psycopg2' 'postgresql-libs' 
'hicolor-icon-theme')
-makedepends=('python-setuptools' 'imagemagick')
+depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme'
+ 'python' 'python-blinker' 'python-extras' 'python-fixtures'
+ 'python-flask' 'python-flask-login' 'python-flask-migrate'
+ 'python-flask-sqlalchemy' 'python-flask-wtf' 'python-html5lib'
+ 'python-passlib' 'python-mimeparse' 'python-pytz' 'python-simplejson'
+ 'python-six' 'python-speaklater' 'python-sqlparse' 'python-wtforms'
+ 'python-psutil' 'python-jinja' 'python-paramiko' 'python-psycopg2'
+ 'python-pycryptodome' 'python-sqlalchemy' 'python-testtools'
+ 'python-webencodings' 'python-werkzeug' 'python-dateutil'
+ 'python-pyrsistent' 'python-pbr' 'python-flask-gravatar'
+ 'python-flask-mail' 'python-flask-principal' 'python-flask-paranoid'
+ 'python-htmlmin' 'python-flask-htmlmin' 'python-sshtunnel'
+ 'python-flask-security')
+makedepends=('python-setuptools' 'python-sphinx' 'imagemagick')
 
source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc}
 pgAdmin4.desktop
 config_distro.py
-config_local.py)
+config_local.py
+pgadmin4-compatibility-with-python3-pycryptodome.patch
+pgadmin4-python-de-vendor-venv-paths.patch)
 validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('6971c003a39fdd2f279fa7a652a32e1554d17d1794fa0b84c4aa3394ab128efbb44299890bd69b07a0ca926d918668fba124f99f3d7271c60ee70616eedd6d1c'
+sha512sums=('565867a8a1d925fd5b3a24a6ef58bf98508321d4a4ebe404090defc03a67c8e22b7367ba049b6ec6a9a6c33de220bce3f281df4bc9a6cdd41d408507ebcc'
 'SKIP'
 
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
 
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e')
+
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
+
'37f47723ed4ce4a2fef5e400eefb77a3c5dfe8e51ba749dad1c91c403379a02b0bfdf78086bd9fc33c5e9e6fbe8462f7b6103bcfb992ba0c3dcfca919d9eb985'
+
'70c8e589421ab50cf81753fbcfb5df65669b0feeefa3a57ee574b3785424fd107af720fc7007e52876798a46fae88f2c02dbf156aa096397afa0f85ac04fdb76')
 
 prepare() {
-  cd "${pkgname}-${pkgver}"
-  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  sed 's|value("PythonPath")|value("PythonPath", 
"/usr/lib/pgadmin4/venv/lib/python'${PYTHONVERSION}'/site-packages:/usr/lib/python'${PYTHONVERSION}'/site-packages:/usr/lib/python'${PYTHONVERSION}'")|g'
 -i runtime/{pgAdmin4.cpp,Server.cpp,TrayIcon.cpp}
-  sed -r 's|(venv/lib/python)|\1'${PYTHONVERSION}'|g' -i runtime/Server.cpp
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 < ../pgadmin4-compatibility-with-python3-pycryptodome.patch
+  patch -Np1 < ../pgadmin4-python-de-vendor-venv-paths.patch
+
+  local PYTHONVERSION="$(python -c 'import sys; 
print(f"{sys.version_info.major}.{sys.version_info.minor}")')"
+  sed -E "s|/usr/pgadmin4/web|/usr/lib/pgadmin4/web|g;
+  
s|/usr/pgadmin4/lib/python[0-9\\.]+|/usr/lib/python${PYTHONVERSION}|g" \
+  -i runtime/ConfigWindow.ui
+  sed "s|##PYTHONVERSION##|${PYTHONVERSION}|g" -i runtime/Server.cpp
+
+  sed -E -i requirements.txt \
+-e '/blinker>?=/d' \
+-e '/extras>?=/d' \
+-e '/fixtures>?=/d' \
+-e '/Flask>?=/d' \
+-e '/Flask-Login>?=/d' \
+-e '/Flask-Migrate

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

2018-12-19 Thread Felix Yan via arch-commits
Date: Wednesday, December 19, 2018 @ 20:42:00
  Author: felixonmars
Revision: 416784

upgpkg: check_api 1.2.1-1

Modified:
  check_api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 20:41:54 UTC (rev 416783)
+++ PKGBUILD2018-12-19 20:42:00 UTC (rev 416784)
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan 
 
 pkgname=check_api
-pkgver=1.1.4
+pkgver=1.2.1
 pkgrel=1
 pkgdesc='A gate-keeper tool for the APIs.guru API collection'
 arch=('any')
 url='https://github.com/Mermade/check_api'
 license=('BSD')
-depends=('nodejs' 'semver' 'typescript')
+depends=('nodejs' 'semver')
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c0f79c14f698911a88b94153cac721e89bc54eeb3341ebaa30460bcc59be664e542fdb7bc91a3f7123887b7078f44affb36dadfa5a6f58619d9f5c98332b4f40')
+sha512sums=('e4ff1a3d39faa395b43de46dacc288ffb8e066d9c11e38ebe649e7f352019c3fb02dceea1792dd6378cf661a0b00e7036ce1e1cc269e64df857f2dcb173b')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
@@ -19,9 +19,7 @@
   # Why 777? :/
   chmod -R u=rwX,go=rX "$pkgdir"
 
-  rm -r "$pkgdir"/usr/lib/node_modules/check_api/node_modules/typescript \
-"$pkgdir"/usr/lib/node_modules/check_api/node_modules/.bin/ts* \
-"$pkgdir"/usr/lib/node_modules/check_api/node_modules/{,.bin/}semver
+  rm -r "$pkgdir"/usr/lib/node_modules/check_api/node_modules/{,.bin/}semver
 
   install -d "$pkgdir"/usr/share/licenses/$pkgname
   ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE


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

2018-12-19 Thread Felix Yan via arch-commits
Date: Wednesday, December 19, 2018 @ 20:42:19
  Author: felixonmars
Revision: 416785

archrelease: copy trunk to community-any

Added:
  check_api/repos/community-any/PKGBUILD
(from rev 416784, check_api/trunk/PKGBUILD)
Deleted:
  check_api/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 20:42:00 UTC (rev 416784)
+++ PKGBUILD2018-12-19 20:42:19 UTC (rev 416785)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=check_api
-pkgver=1.1.4
-pkgrel=1
-pkgdesc='A gate-keeper tool for the APIs.guru API collection'
-arch=('any')
-url='https://github.com/Mermade/check_api'
-license=('BSD')
-depends=('nodejs' 'semver' 'typescript')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c0f79c14f698911a88b94153cac721e89bc54eeb3341ebaa30460bcc59be664e542fdb7bc91a3f7123887b7078f44affb36dadfa5a6f58619d9f5c98332b4f40')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/check_api/node_modules/typescript \
-"$pkgdir"/usr/lib/node_modules/check_api/node_modules/.bin/ts* \
-"$pkgdir"/usr/lib/node_modules/check_api/node_modules/{,.bin/}semver
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: check_api/repos/community-any/PKGBUILD (from rev 416784, 
check_api/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 20:42:19 UTC (rev 416785)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=check_api
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='A gate-keeper tool for the APIs.guru API collection'
+arch=('any')
+url='https://github.com/Mermade/check_api'
+license=('BSD')
+depends=('nodejs' 'semver')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('e4ff1a3d39faa395b43de46dacc288ffb8e066d9c11e38ebe649e7f352019c3fb02dceea1792dd6378cf661a0b00e7036ce1e1cc269e64df857f2dcb173b')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  rm -r "$pkgdir"/usr/lib/node_modules/check_api/node_modules/{,.bin/}semver
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-12-19 Thread Felix Yan via arch-commits
Date: Wednesday, December 19, 2018 @ 20:41:54
  Author: felixonmars
Revision: 416783

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 20:41:36 UTC (rev 416782)
+++ PKGBUILD2018-12-19 20:41:54 UTC (rev 416783)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-
-pkgbase=python-raven
-pkgname=(python-raven python2-raven)
-pkgver=6.9.0
-pkgrel=2
-pkgdesc="Python client for Sentry"
-arch=('any')
-url="http://pypi.python.org/pypi/raven";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
-  'python-celery' 'python2-celery' 'python-django' 'python2-django'
-  'python-pycodestyle' 'python2-pycodestyle' 'python-mock' 
'python2-mock' 'python-nose'
-  'python2-nose' 'python2-gevent' 'python-pytz' 'python2-pytz' 
'python-exam'
-  'python2-exam' 'python-requests' 'python2-requests' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-webob' 
'python2-webob'
-  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
-  'python-flask' 'python2-flask' 'python-blinker' 
'python2-blinker' 'python-logbook'
-  'python2-logbook' 'python-pytest-django' 'python2-pytest-django' 
'python2-webpy'
-  'python-flask-login' 'python2-flask-login' 
'python-pytest-timeout'
-  'python2-pytest-timeout' 'python-zconfig' 'python2-zconfig' 
'python-pytest-xdist'
-  'python2-pytest-xdist')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/raven-python/archive/$pkgver.tar.gz";)
-sha512sums=('a8ab761779b9c4cf06150a763d31f56caf1688210354deeb065950b82276b6f7d4c9daff65bfd9fa865093350a2c65b983f7d8662d3232ea3b0304a8027276a9')
-
-prepare() {
-  cp -a raven-python-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/raven-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/raven-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack distribution check by installing it
-  # "-p no:logging": https://github.com/getsentry/raven-python/issues/1164
-
-  cd "$srcdir"/raven-python-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" \
-py.test -p no:logging tests
-
-  cd "$srcdir"/raven-python-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" \
-py.test2 -p no:logging tests
-}
-
-package_python-raven() {
-  depends=('python')
-  optdepends=('python-setuptools: for "raven" script')
-
-  cd "$srcdir"/raven-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-raven() {
-  depends=('python2-contextlib2')
-  optdepends=('python2-setuptools: for "raven2" script')
-
-  cd "$srcdir"/raven-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/raven{,2}
-
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-raven/repos/community-any/PKGBUILD (from rev 416782, 
python-raven/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 20:41:54 UTC (rev 416783)
@@ -0,0 +1,73 @@
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+
+pkgbase=python-raven
+pkgname=(python-raven python2-raven)
+pkgver=6.10.0
+pkgrel=1
+pkgdesc="Python client for Sentry"
+arch=('any')
+url="http://pypi.python.org/pypi/raven";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
+  'python-celery' 'python2-celery' 'python-django' 'python2-django'
+  'python-pycodestyle' 'python2-pycodestyle' 'python-mock' 
'python2-mock' 'python-nose'
+  'python2-nose' 'python2-gevent' 'python-pytz' 'python2-pytz' 
'python-exam'
+  'python2-exam' 'python-requests' 'python2-requests' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-webob' 
'python2-webob'
+  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
+  'python-flask' 'python2-flask' 'python-blinker' 
'python2-bli

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

2018-12-19 Thread Felix Yan via arch-commits
Date: Wednesday, December 19, 2018 @ 20:41:36
  Author: felixonmars
Revision: 416782

upgpkg: python-raven 6.10.0-1

Modified:
  python-raven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 20:39:29 UTC (rev 416781)
+++ PKGBUILD2018-12-19 20:41:36 UTC (rev 416782)
@@ -3,8 +3,8 @@
 
 pkgbase=python-raven
 pkgname=(python-raven python2-raven)
-pkgver=6.9.0
-pkgrel=2
+pkgver=6.10.0
+pkgrel=1
 pkgdesc="Python client for Sentry"
 arch=('any')
 url="http://pypi.python.org/pypi/raven";
@@ -23,7 +23,7 @@
   'python2-pytest-timeout' 'python-zconfig' 'python2-zconfig' 
'python-pytest-xdist'
   'python2-pytest-xdist')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/raven-python/archive/$pkgver.tar.gz";)
-sha512sums=('a8ab761779b9c4cf06150a763d31f56caf1688210354deeb065950b82276b6f7d4c9daff65bfd9fa865093350a2c65b983f7d8662d3232ea3b0304a8027276a9')
+sha512sums=('4e65c03b1c5d084588ef381223b06c7b2ded3239fb2f2da4b2694fcf897a590ba5b03ac421b6dd88e0ce408f2fafd605d92a2b544b4f975ece5510eb6010583b')
 
 prepare() {
   cp -a raven-python-$pkgver{,-py2}
@@ -43,13 +43,13 @@
 
   cd "$srcdir"/raven-python-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" \
-py.test -p no:logging tests
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" \
+py.test -p no:logging tests || warning 
"https://github.com/getsentry/raven-python/issues/1275";
 
   cd "$srcdir"/raven-python-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
   PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" \
-py.test2 -p no:logging tests
+py.test2 -p no:logging tests || warning 
"https://github.com/getsentry/raven-python/issues/1275";
 }
 
 package_python-raven() {


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

2018-12-19 Thread Felix Yan via arch-commits
Date: Wednesday, December 19, 2018 @ 20:39:29
  Author: felixonmars
Revision: 416781

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 20:39:10 UTC (rev 416780)
+++ PKGBUILD2018-12-19 20:39:29 UTC (rev 416781)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-testfixtures
-pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=6.3.0
-pkgrel=1
-pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/Simplistix/testfixtures";
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-zope-component' 'python2-zope-component' 'python-sybil' 
'python2-sybil'
-  'python-pytest-django' 'python2-pytest-django' 'python-django' 
'python2-django')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz";)
-sha512sums=('3ddbdaa5bddf7b32b8d45af23d1b2ee8b5a84361a97bc4d8af34fe77deb9fd2b467fe98fffce541e03b5dd9bfdb8635044214181c9a86c394a8dd02f46fe335e')
-
-prepare() {
-  cp -a testfixtures-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/testfixtures-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py pytest --addopts "--ignore=build" || warning 
"https://github.com/Simplistix/testfixtures/issues/85";
-
-  cd "$srcdir"/testfixtures-$pkgver-py2
-  python2 setup.py pytest --addopts "--ignore=build"
-}
-
-package_python-testfixtures() {
-  depends=('python')
-
-  cd testfixtures-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python2-testfixtures() {
-  depends=('python2')
-
-  cd testfixtures-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-testfixtures/repos/community-any/PKGBUILD (from rev 416780, 
python-testfixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 20:39:29 UTC (rev 416781)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-testfixtures
+pkgname=('python-testfixtures' 'python2-testfixtures')
+pkgver=6.4.0
+pkgrel=1
+pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/Simplistix/testfixtures";
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-zope-component' 'python2-zope-component' 'python-sybil' 
'python2-sybil'
+  'python-pytest-django' 'python2-pytest-django' 'python-django' 
'python2-django')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz";)
+sha512sums=('28bbfaeafe5b8dc8f4b623eade6e4b67a63d69fe0b4beeb0a25ce9037b45a4433ff7944d74cd343868c5f34aa83328fdacb3d311fc78d9f911718ec398974b3c')
+
+prepare() {
+  cp -a testfixtures-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/testfixtures-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py pytest --addopts "--ignore=build" || warning 
"https://github.com/Simplistix/testfixtures/issues/85";
+
+  cd "$srcdir"/testfixtures-$pkgver-py2
+  python2 setup.py pytest --addopts "--ignore=build"
+}
+
+package_python-testfixtures() {
+  depends=('python')
+
+  cd testfixtures-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python2-testfixtures() {
+  depends=('python2')
+
+  cd testfixtures-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2018-12-19 Thread Felix Yan via arch-commits
Date: Wednesday, December 19, 2018 @ 20:38:43
  Author: felixonmars
Revision: 416778

upgpkg: deepin-launcher 4.5.9-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 20:38:31 UTC (rev 416777)
+++ PKGBUILD2018-12-19 20:38:43 UTC (rev 416778)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.5.8
+pkgver=4.5.9
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz";)
-sha512sums=('fb7d3ba045685db725e263c7e25bb4d5b7edbafb3752d432050454b82e3f4201ad68e99e6cc7366bfb3ad478fda152ee38029ad4678f21dd8d467a5e86a51940')
+sha512sums=('d2ff56c93124456be4a66bd4ccd87cccdc1bb16a7cf94785375b1284c0eb2e90f148e02b6adbd069648fe117b58d75ed4b7c8c9762a7f56216df43527b848a47')
 
 prepare() {
   cd dde-launcher-$pkgver


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

2018-12-19 Thread Felix Yan via arch-commits
Date: Wednesday, December 19, 2018 @ 20:38:13
  Author: felixonmars
Revision: 416776

upgpkg: deepin-control-center 4.8.6-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 20:35:15 UTC (rev 416775)
+++ PKGBUILD2018-12-19 20:38:13 UTC (rev 416776)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.8.4
+pkgver=4.8.6
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
-sha512sums=('53f747d636a75b5778837da06f1766100063f9686d18655607ed25a6bcc35b1d6e9b0bbd02fa70741c96f937da3be710337ada0695ebcfa43902bce423bb3a9c')
+sha512sums=('94b146f9db68c19d95a5ca646f74a5a4282dd157aed08bbf2439d40c89b7481bd2b4b488fe37222ab326808ceea838745052b85879e0d2029ea7fba9028614fd')
 
 build() {
   cd dde-control-center-$pkgver


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

2018-12-19 Thread Felix Yan via arch-commits
Date: Wednesday, December 19, 2018 @ 20:39:01
  Author: felixonmars
Revision: 416779

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 20:38:43 UTC (rev 416778)
+++ PKGBUILD2018-12-19 20:39:01 UTC (rev 416779)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.5.8
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher";
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools' 'xdg-user-dirs')
-makedepends=('cmake')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz";)
-sha512sums=('fb7d3ba045685db725e263c7e25bb4d5b7edbafb3752d432050454b82e3f4201ad68e99e6cc7366bfb3ad478fda152ee38029ad4678f21dd8d467a5e86a51940')
-
-prepare() {
-  cd dde-launcher-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
-}
-
-build() {
-  cd dde-launcher-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 416778, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 20:39:01 UTC (rev 416779)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.5.9
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher";
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools' 'xdg-user-dirs')
+makedepends=('cmake')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz";)
+sha512sums=('d2ff56c93124456be4a66bd4ccd87cccdc1bb16a7cf94785375b1284c0eb2e90f148e02b6adbd069648fe117b58d75ed4b7c8c9762a7f56216df43527b848a47')
+
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
+}
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-12-19 Thread Felix Yan via arch-commits
Date: Wednesday, December 19, 2018 @ 20:39:10
  Author: felixonmars
Revision: 416780

upgpkg: python-testfixtures 6.4.0-1

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 20:39:01 UTC (rev 416779)
+++ PKGBUILD2018-12-19 20:39:10 UTC (rev 416780)
@@ -2,7 +2,7 @@
 
 pkgbase=python-testfixtures
 pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=6.3.0
+pkgver=6.4.0
 pkgrel=1
 pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
 arch=('any')
@@ -13,7 +13,7 @@
   'python-zope-component' 'python2-zope-component' 'python-sybil' 
'python2-sybil'
   'python-pytest-django' 'python2-pytest-django' 'python-django' 
'python2-django')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz";)
-sha512sums=('3ddbdaa5bddf7b32b8d45af23d1b2ee8b5a84361a97bc4d8af34fe77deb9fd2b467fe98fffce541e03b5dd9bfdb8635044214181c9a86c394a8dd02f46fe335e')
+sha512sums=('28bbfaeafe5b8dc8f4b623eade6e4b67a63d69fe0b4beeb0a25ce9037b45a4433ff7944d74cd343868c5f34aa83328fdacb3d311fc78d9f911718ec398974b3c')
 
 prepare() {
   cp -a testfixtures-$pkgver{,-py2}


[arch-commits] Commit in deepin-control-center/repos/community-x86_64 (2 files)

2018-12-19 Thread Felix Yan via arch-commits
Date: Wednesday, December 19, 2018 @ 20:38:31
  Author: felixonmars
Revision: 416777

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 416776, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 20:38:13 UTC (rev 416776)
+++ PKGBUILD2018-12-19 20:38:31 UTC (rev 416777)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.8.4
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center";
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('deepin-dock' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
-sha512sums=('53f747d636a75b5778837da06f1766100063f9686d18655607ed25a6bcc35b1d6e9b0bbd02fa70741c96f937da3be710337ada0695ebcfa43902bce423bb3a9c')
-
-build() {
-  cd dde-control-center-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 416776, 
deepin-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 20:38:31 UTC (rev 416777)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.8.6
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-control-center";
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
+makedepends=('deepin-dock' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
+sha512sums=('94b146f9db68c19d95a5ca646f74a5a4282dd157aed08bbf2439d40c89b7481bd2b4b488fe37222ab326808ceea838745052b85879e0d2029ea7fba9028614fd')
+
+build() {
+  cd dde-control-center-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
+  make
+}
+
+package() {
+  cd dde-control-center-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-12-19 Thread Felix Yan via arch-commits
Date: Wednesday, December 19, 2018 @ 20:35:15
  Author: felixonmars
Revision: 416775

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 20:34:56 UTC (rev 416774)
+++ PKGBUILD2018-12-19 20:35:15 UTC (rev 416775)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.8.4
-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/felixonmars/dde-dock/archive/$pkgver.tar.gz";)
-sha512sums=('a790144ca72637c74e3ef7c882dc1e848dbba9facd2f2c18748290dc9efe5ba7fc6e1c653439874784ee1d1dc2e6a33218e8049e5043bf99895d899f416b88a7')
-
-prepare() {
-  cd dde-dock-$pkgver
-  sed -i -e '/foldWithAnimation/d' -e '/expandWithAnimation/d' 
plugins/tray/fashiontrayitem.h
-}
-
-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 416774, 
deepin-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 20:35:15 UTC (rev 416775)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.8.4.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/felixonmars/dde-dock/archive/$pkgver.tar.gz";)
+sha512sums=('5ea22893512ba60c220535d6e1f8f821724e53dff19a29cd1e137b83bc2116174ad9b303e217c3780f6c85bc9807aafaa76a7b2e98c1f2ff15361cc71ef1f615')
+
+prepare() {
+  cd dde-dock-$pkgver
+  sed -i -e '/foldWithAnimation/d' -e '/expandWithAnimation/d' 
plugins/tray/fashiontrayitem.h
+}
+
+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 deepin-dock/trunk (PKGBUILD)

2018-12-19 Thread Felix Yan via arch-commits
Date: Wednesday, December 19, 2018 @ 20:34:56
  Author: felixonmars
Revision: 416774

upgpkg: deepin-dock 4.8.4.1-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 20:27:26 UTC (rev 416773)
+++ PKGBUILD2018-12-19 20:34:56 UTC (rev 416774)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=4.8.4
+pkgver=4.8.4.1
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-dock')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz";)
-sha512sums=('a790144ca72637c74e3ef7c882dc1e848dbba9facd2f2c18748290dc9efe5ba7fc6e1c653439874784ee1d1dc2e6a33218e8049e5043bf99895d899f416b88a7')
+sha512sums=('5ea22893512ba60c220535d6e1f8f821724e53dff19a29cd1e137b83bc2116174ad9b303e217c3780f6c85bc9807aafaa76a7b2e98c1f2ff15361cc71ef1f615')
 
 prepare() {
   cd dde-dock-$pkgver


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

2018-12-19 Thread Christian Hesse via arch-commits
Date: Wednesday, December 19, 2018 @ 20:27:21
  Author: eworm
Revision: 416772

upgpkg: lib32-systemd 239.370-1

new commits in upstream stable repository

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 20:14:05 UTC (rev 416771)
+++ PKGBUILD2018-12-19 20:27:21 UTC (rev 416772)
@@ -5,8 +5,8 @@
 pkgname=lib32-systemd
 _pkgbasename=systemd
 # Can be from either systemd or systemd-stable
-_commit='25d1ba1173e4cce9dab8a2c2164ce60f63fc68a5'
-pkgver=239.300
+_commit='3bf819c4ca718a6bc4b3b871cf52a0d1b518967d'
+pkgver=239.370
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'
 arch=('x86_64')


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

2018-12-19 Thread Christian Hesse via arch-commits
Date: Wednesday, December 19, 2018 @ 20:27:26
  Author: eworm
Revision: 416773

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  262 ++---
 1 file changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 20:27:21 UTC (rev 416772)
+++ PKGBUILD2018-12-19 20:27:26 UTC (rev 416773)
@@ -1,131 +0,0 @@
-# Maintainer: Christian Hesse 
-# Maintainer: Dave Reisner 
-# Maintainer: Tom Gundersen 
-
-pkgname=lib32-systemd
-_pkgbasename=systemd
-# Can be from either systemd or systemd-stable
-_commit='25d1ba1173e4cce9dab8a2c2164ce60f63fc68a5'
-pkgver=239.300
-pkgrel=1
-pkgdesc='system and service manager (32-bit)'
-arch=('x86_64')
-url='https://www.github.com/systemd/systemd'
-license=('GPL2' 'LGPL2.1')
-depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-xz' 
'systemd')
-makedepends=('gcc-multilib' 'git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
- 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
- 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
- 'libxslt' 'meson')
-options=('strip')
-validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

-  '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
-source=(# fragment is latest tag for source verification, final merge in 
prepare()
-
"git+https://github.com/systemd/systemd-stable#tag=v${pkgver%.*}?signed";
-"git+https://github.com/systemd/systemd#tag=v${pkgver%.*}?signed";)
-sha512sums=('SKIP'
-'SKIP')
-
-_backports=(
-)
-
-_reverts=(
-)
-
-prepare() {
-  cd "$_pkgbasename-stable"
-
-  # add upstream repository for cherry-picking
-  git remote add -f upstream ../systemd
-  # merge the latest stable commit (fast-foward only to make sure
-  # the verified tag is in)
-  git merge --ff-only "${_commit}"
-
-  local _c
-  for _c in "${_backports[@]}"; do
-git cherry-pick -n "${_c}"
-  done
-  for _c in "${_reverts[@]}"; do
-git revert -n "${_c}"
-  done
-}
-
-pkgver() {
-  local version count
-
-  cd "$_pkgbasename-stable"
-
-  local _version _count
-  _version="$(git describe --abbrev=0 --tags)"
-  _count="$(git rev-list --count ${_version}..)"
-  printf '%s.%s' "${_version#v}" "${_count}"
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  local _timeservers=({0..3}.arch.pool.ntp.org)
-  local _nameservers=(
-# We use these public name services, ordered by their
-# privacy policy (hopefully):
-#  * Cloudflare (https://1.1.1.1/)
-#  * Quad9 without filtering (https://www.quad9.net/)
-#  * Google (https://developers.google.com/speed/public-dns/)
-1.1.1.1
-9.9.9.10
-8.8.8.8
-2606:4700:4700::
-2620:fe::10
-2001:4860:4860::
-  )
- 
-  local _meson_options=(
---libexecdir   /usr/lib32
---libdir   /usr/lib32
-
--Daudit=false
--Dgnu-efi=false
--Dima=false
--Dlibidn2=true
--Dlz4=false
--Dblkid=false
--Dkmod=false
--Dlibcryptsetup=false
--Dlibiptc=false
--Dmanpages=false
--Dnetworkd=false
--Dpam=false
--Dpython=false
--Dseccomp=false
--Dman=false
--Dhtml=false
-
--Ddbuspolicydir=/usr/share/dbus-1/system.d
-# TODO(dreisner): consider changing this to unified
--Ddefault-hierarchy=hybrid
--Ddefault-kill-user-processes=false
--Dfallback-hostname='archlinux'
--Dntp-servers="${_timeservers[*]}"
--Ddns-servers="${_nameservers[*]}"
--Drpmmacrosdir=no
--Dsysvinit-path=
--Dsysvrcnd-path=
-  )
-
-  arch-meson "$_pkgbasename-stable" build "${_meson_options[@]}"
-
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  rm -rf "${pkgdir}"/{etc,var}
-  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-}

Copied: lib32-systemd/repos/multilib-x86_64/PKGBUILD (from rev 416772, 
lib32-systemd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 20:27:26 UTC (rev 416773)
@@ -0,0 +1,131 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+# Can be from either systemd or systemd-stable
+_commit='3bf819c4ca718a6bc4b3b871cf52a0d1b518967d'
+pkgver=239.370
+pkgrel=1
+pkgdesc='system and service manager (32-bit)'
+arch=('x86_64')
+url='https://www.github.com/systemd/systemd'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-xz' 
'systemd')
+makedepends=('gcc-multilib

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

2018-12-19 Thread Jelle van der Waa via arch-commits
Date: Wednesday, December 19, 2018 @ 20:14:05
  Author: jelle
Revision: 416771

Fix license 755

Modified:
  python-html5lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-19 18:08:40 UTC (rev 416770)
+++ PKGBUILD2018-12-19 20:14:05 UTC (rev 416771)
@@ -6,7 +6,7 @@
 pkgbase=python-html5lib
 pkgname=('python2-html5lib' 'python-html5lib')
 pkgver=1.0.1
-pkgrel=3
+pkgrel=4
 arch=('any')
 url="https://github.com/html5lib";
 license=('MIT')
@@ -48,7 +48,7 @@
 cd "${srcdir}"/html5lib-python-${pkgver}
 
 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm755 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_python2-html5lib() {
@@ -59,5 +59,5 @@
 cd "${srcdir}"/html5lib-python-${pkgver}
 
 python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm755 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


[arch-commits] Commit in perl-dbd-sqlite/repos/extra-x86_64 (3 files)

2018-12-19 Thread Florian Pritz via arch-commits
Date: Wednesday, December 19, 2018 @ 19:15:21
  Author: bluewind
Revision: 342563

archrelease: copy trunk to extra-x86_64

Added:
  perl-dbd-sqlite/repos/extra-x86_64/PKGBUILD
(from rev 342562, perl-dbd-sqlite/trunk/PKGBUILD)
  perl-dbd-sqlite/repos/extra-x86_64/libsqlite.patch
(from rev 342562, perl-dbd-sqlite/trunk/libsqlite.patch)
Deleted:
  perl-dbd-sqlite/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|   72 +-
 libsqlite.patch |   11 
 2 files changed, 55 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 19:15:18 UTC (rev 342562)
+++ PKGBUILD2018-12-19 19:15:21 UTC (rev 342563)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-dbd-sqlite
-pkgver=1.60
-pkgrel=1
-pkgdesc="Self-contained RDBMS in a DBI driver"
-arch=('x86_64')
-url="http://search.cpan.org/dist/DBD-SQLite";
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'sqlite')
-source=("https://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-$pkgver.tar.gz";)
-sha512sums=('b5fd203898815ada13ec04477fa0ad90ec2f53761d9b1ed7cce7d06a674e31d3810e745658aea150a3a58fc18adb889e5e50e795e8575318ab4cc757c1ff1c9e')
-
-build() {
-  cd DBD-SQLite-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBD-SQLite-$pkgver
-  make test
-}
-
-package() {
-  cd DBD-SQLite-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-dbd-sqlite/repos/extra-x86_64/PKGBUILD (from rev 342562, 
perl-dbd-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 19:15:21 UTC (rev 342563)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-dbd-sqlite
+pkgver=1.60
+pkgrel=2
+pkgdesc="Self-contained RDBMS in a DBI driver"
+arch=('x86_64')
+url="http://search.cpan.org/dist/DBD-SQLite";
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'sqlite')
+source=("https://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-$pkgver.tar.gz";
+libsqlite.patch)
+sha512sums=('b5fd203898815ada13ec04477fa0ad90ec2f53761d9b1ed7cce7d06a674e31d3810e745658aea150a3a58fc18adb889e5e50e795e8575318ab4cc757c1ff1c9e'
+
'cf492402f9127c40130c052a6b3f78e86abc0342385130be386aa12e23b1166f20deac50eee1dcc1e43598ba5785d0a218f2cb0a6bb7f5dd7f7c0fc3220bd2bb')
+
+prepare() {
+  cd DBD-SQLite-$pkgver
+
+  # Ensure that we can never ever build this. If the perl module links against
+  # the system lib this won't matter, if it does not, it will fail during
+  # make test.
+  rm sqlite3.c
+
+  # Makefile asks us to patch this to allow to link with system sqlite...
+  patch -i "$srcdir/libsqlite.patch"
+}
+
+build() {
+  cd DBD-SQLite-$pkgver
+
+  # USE_LOCAL_SQLITE=0 disables use of the bundled sqlite
+  perl Makefile.PL INSTALLDIRS=vendor USE_LOCAL_SQLITE=0
+  make
+}
+
+check() {
+  cd DBD-SQLite-$pkgver
+  make test
+}
+
+package() {
+  cd DBD-SQLite-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Copied: perl-dbd-sqlite/repos/extra-x86_64/libsqlite.patch (from rev 342562, 
perl-dbd-sqlite/trunk/libsqlite.patch)
===
--- libsqlite.patch (rev 0)
+++ libsqlite.patch 2018-12-19 19:15:21 UTC (rev 342563)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig   2018-12-19 20:08:13.433144871 +0100
 Makefile.PL2018-12-19 20:07:37.546242667 +0100
+@@ -129,7 +129,7 @@
+ # a system sqlite is also sophisticated enough to have a patching system
+ # that can change the if ( 0 ) to if ( 1 )
+ my ($sqlite_local, $sqlite_base, $sqlite_lib, $sqlite_inc);
+-if ( 0 ) {
++if ( 1 ) {
+   require File::Spec;
+   if ( $sqlite_base = (grep(/SQLITE_LOCATION=.*/, @ARGV))[0] ) {
+   $sqlite_base =~ /=(.*)/;


  1   2   >