[arch-commits] Commit in systemd/repos (21 files)

2018-12-17 Thread Christian Hesse via arch-commits
Date: Tuesday, December 18, 2018 @ 07:26:11
  Author: eworm
Revision: 342500

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 342499, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 342499, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 342499, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 342499, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 342499, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 342499, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 342499, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 342499, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-binfmt.hook
(from rev 342499, systemd/trunk/systemd-binfmt.hook)
  systemd/repos/testing-x86_64/systemd-catalog.hook
(from rev 342499, systemd/trunk/systemd-catalog.hook)
  systemd/repos/testing-x86_64/systemd-daemon-reload.hook
(from rev 342499, systemd/trunk/systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 342499, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 342499, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysctl.hook
(from rev 342499, systemd/trunk/systemd-sysctl.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 342499, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 342499, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-udev-reload.hook
(from rev 342499, systemd/trunk/systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 342499, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 342499, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 342499, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch |   75 ++
 PKGBUILD   |  271 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  202 +
 initcpio-install-udev  |   29 ++
 loader.conf|1 
 systemd-binfmt.hook|   10 
 systemd-catalog.hook   |   11 
 systemd-daemon-reload.hook |   11 
 systemd-hook   |   32 ++
 systemd-hwdb.hook  |   11 
 systemd-sysctl.hook|   10 
 systemd-sysusers.hook  |   10 
 systemd-tmpfiles.hook  |   10 
 systemd-udev-reload.hook   |   11 
 systemd-update.hook|   11 
 systemd-user.pam   |5 
 systemd.install|   99 
 19 files changed, 838 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 342499, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2018-12-18 07:26:11 UTC (rev 342500)
@@ -0,0 +1,75 @@
+From 34e4b4953cb99642e9144d97823edf32b06ffe93 Mon Sep 17 00:00:00 2001
+Message-Id: 
<34e4b4953cb99642e9144d97823edf32b06ffe93.1520376078.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ rules/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in   |  6 +++---
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/rules/50-udev-default.rules.in b/rules/50-udev-default.rules.in
+index 191f56f42..f81c4d0fc 100644
+--- a/rules/50-udev-default.rules.in
 b/rules/50-udev-default.rules.in
+@@ -22,7 +22,7 @@ SUBSYSTEM=="tty", KERNEL=="sclp_line[0-9]*", GROUP="tty", 
MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", 

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

2018-12-17 Thread Christian Hesse via arch-commits
Date: Tuesday, December 18, 2018 @ 07:25:53
  Author: eworm
Revision: 342499

upgpkg: systemd 239.370-1

new commits in upstream stable repository

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 02:16:30 UTC (rev 342498)
+++ PKGBUILD2018-12-18 07:25:53 UTC (rev 342499)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='63f95c0297aea62ce47d1389e5221c54992f580e'
-pkgver=239.303
+_commit='3bf819c4ca718a6bc4b3b871cf52a0d1b518967d'
+pkgver=239.370
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2018-12-17 Thread Balló György via arch-commits
Date: Tuesday, December 18, 2018 @ 05:35:54
  Author: bgyorgy
Revision: 416630

Adopt the package, use PGP signature

Modified:
  aspell-hu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:58:58 UTC (rev 416629)
+++ PKGBUILD2018-12-18 05:35:54 UTC (rev 416630)
@@ -1,26 +1,25 @@
-# Maintainer:
-# Contributor: György Balló 
+# Maintainer: Balló György 
 
 pkgname=aspell-hu
 pkgver=0.99.4.2
 pkgrel=5
 pkgdesc="Hungarian spellcheck dictionary for aspell"
-arch=('x86_64')
+arch=(x86_64)
 url="http://aspell.net/;
-license=('GPL')
-depends=('aspell')
-source=("ftp://ftp.gnu.org/gnu/aspell/dict/hu/aspell6-hu-${pkgver}-0.tar.bz2;)
-sha512sums=('95922401f2a8aeac61b117c464b4b83b8101fbe1e0ee758b3284a67c188348db55d900c2898eaa8639ee2db99c3b27e85f9677fc6a4d54caae57dd72101cb320')
+license=(GPL)
+depends=(aspell)
+source=("https://ftp.gnu.org/gnu/aspell/dict/hu/aspell6-hu-0.99.4.2-0.tar.bz2"{,.sig})
+validpgpkeys=('31A768B0808E4BA619B48F81B6D9D0CC38B327D7') # Kevin Atkinson
+sha256sums=('3335a7b45cf9774bccf03740fbddeb7ec4752dd87178fa93f92d4c71e3f236b5'
+'SKIP')
 
 build() {
-  cd "${srcdir}/aspell6-hu-${pkgver}-0"
-
+  cd aspell6-hu-$pkgver-0
   ./configure
   make
 }
 
 package() {
-  cd "${srcdir}/aspell6-hu-${pkgver}-0"
-
-  make DESTDIR="${pkgdir}" install
+  cd aspell6-hu-$pkgver-0
+  make DESTDIR="$pkgdir" install
 }


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

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:58:26
  Author: heftig
Revision: 416622

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 416615, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-18 01:58:26 UTC (rev 416622)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=186
+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-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:58:28
  Author: heftig
Revision: 342491

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-390xx/repos/staging-x86_64/
  nvidia-390xx/repos/staging-x86_64/PKGBUILD
(from rev 342490, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch
(from rev 342490, nvidia-390xx/trunk/kernel-4.16.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-4.19.patch
(from rev 342490, 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 342490, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-18 01:58:28 UTC (rev 342491)
@@ -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=21
+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 342490, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-12-18 01:58:28 UTC (rev 342491)
@@ -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-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:58:23
  Author: heftig
Revision: 416618

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 416615, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-18 01:58:23 UTC (rev 416618)
@@ -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=31
+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 tp_smapi/repos (2 files)

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:58:20
  Author: heftig
Revision: 416616

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 416615, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 416615, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-18 01:58:20 UTC (rev 416616)
@@ -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=74
+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 nvidia/repos (3 files)

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:58:28
  Author: heftig
Revision: 342492

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 342490, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 342490, 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 342490, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-18 01:58:28 UTC (rev 342492)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=415.23
+_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=('3bdd8c7b3758353f98686361babd14b91dced283c9a27e1c828d87fc4eff66488707345195e27de107c72a408b6ae147ae9c86cfa31bd8468bfa70d56bb68739'
+
'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 342490, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-12-18 01:58:28 UTC (rev 342492)
@@ -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 nvidia-340xx/repos (3 files)

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:58:21
  Author: heftig
Revision: 342490

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 342489, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 342489, 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 342489, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-18 01:58:21 UTC (rev 342490)
@@ -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=49
+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 342489, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-12-18 01:58:21 UTC (rev 342490)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, , vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, , vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 
+@@ -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 virtualbox-modules-arch/repos (2 files)

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:58:25
  Author: heftig
Revision: 416620

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 416616, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 416616, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-18 01:58:25 UTC (rev 416620)
@@ -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=12
+_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/trunk (PKGBUILD)

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:57:48
  Author: heftig
Revision: 416613

20170610-121: kernel 4.19.10.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:57:45 UTC (rev 416612)
+++ PKGBUILD2018-12-18 01:57:48 UTC (rev 416613)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=120
+pkgrel=121
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:57:50
  Author: heftig
Revision: 416614

1.1.0-180: kernel 4.19.10.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:57:48 UTC (rev 416613)
+++ PKGBUILD2018-12-18 01:57:50 UTC (rev 416614)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=179
+pkgrel=180
 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 r8168/trunk (PKGBUILD)

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:57:45
  Author: heftig
Revision: 416612

8.046.00-31: kernel 4.19.10.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:57:43 UTC (rev 416611)
+++ PKGBUILD2018-12-18 01:57:45 UTC (rev 416612)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.046.00
-pkgrel=30
+pkgrel=31
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:57:51
  Author: heftig
Revision: 342487

390.87-21: kernel 4.19.10.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:29:15 UTC (rev 342486)
+++ PKGBUILD2018-12-18 01:57:51 UTC (rev 342487)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.87
 _extramodules=extramodules-ARCH
-pkgrel=20
+pkgrel=21
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:58:22
  Author: heftig
Revision: 416617

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 416615, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 416615, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-18 01:58:22 UTC (rev 416617)
@@ -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=67
+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/trunk (PKGBUILD)

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:57:53
  Author: heftig
Revision: 342488

415.23-3: kernel 4.19.10.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:57:51 UTC (rev 342487)
+++ PKGBUILD2018-12-18 01:57:53 UTC (rev 342488)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=415.23
 _extramodules=extramodules-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:58:25
  Author: heftig
Revision: 416621

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 416615, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 416615, 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 416615, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-18 01:58:25 UTC (rev 416621)
@@ -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=180
+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 416615, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-12-18 01:58:25 UTC (rev 416621)
@@ -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 vhba-module/repos (4 files)

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:58:24
  Author: heftig
Revision: 416619

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 416615, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 416616, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 416616, 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 
416615, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-12-18 01:58:24 UTC (rev 
416619)
@@ -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 416616, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-18 01:58:24 UTC (rev 416619)
@@ -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=121
+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 416616, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-12-18 01:58:24 UTC (rev 416619)
@@ -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 gnome-software/trunk (PKGBUILD)

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:57:43
  Author: heftig
Revision: 416611

3.30.6-1

Modified:
  gnome-software/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:57:42 UTC (rev 416610)
+++ PKGBUILD2018-12-18 01:57:43 UTC (rev 416611)
@@ -4,7 +4,7 @@
 
 pkgbase=gnome-software
 pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=3.30.5
+pkgver=3.30.6
 pkgrel=1
 pkgdesc="GNOME Software Tools"
 url="https://wiki.gnome.org/Apps/Software/;
@@ -12,7 +12,7 @@
 license=(GPL2)
 makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
  docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind)
-_commit=84b4daeda08b888d0685006348b8b1598842c983  # tags/3.30.5^0
+_commit=ae42d5130a200a0fe60c011f29e4e699be639cf4  # tags/3.30.6^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:57:54
  Author: heftig
Revision: 342489

340.107-49: kernel 4.19.10.arch1-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:57:53 UTC (rev 342488)
+++ PKGBUILD2018-12-18 01:57:54 UTC (rev 342489)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-ARCH
-pkgrel=48
+pkgrel=49
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:57:42
  Author: heftig
Revision: 416610

0.8-186: kernel 4.19.10.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:57:40 UTC (rev 416609)
+++ PKGBUILD2018-12-18 01:57:42 UTC (rev 416610)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=185
+pkgrel=186
 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 gnome-software/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:57:56
  Author: heftig
Revision: 416615

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-18 01:57:50 UTC (rev 416614)
+++ PKGBUILD2018-12-18 01:57:56 UTC (rev 416615)
@@ -1,60 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Yosef Or Boczko 
-
-pkgbase=gnome-software
-pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=3.30.5
-pkgrel=1
-pkgdesc="GNOME Software Tools"
-url="https://wiki.gnome.org/Apps/Software/;
-arch=(x86_64)
-license=(GPL2)
-makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
- docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind)
-_commit=84b4daeda08b888d0685006348b8b1598842c983  # tags/3.30.5^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build \
--D ubuntuone=false \
--D ubuntu_reviews=false
-  ninja -C build
-}
-
-check() {
-  # build container troubles
-  meson test -C build || :
-}
-
-package_gnome-software() {
-  groups=('gnome')
-  depends=(appstream-glib gnome-desktop gsettings-desktop-schemas gspell 
libpackagekit-glib)
-  optdepends=('flatpak: Flatpak support plugin'
-  'fwupd: fwupd support plugin'
-  'ostree: OSTree support plugin')
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  # Split out packagekit plugin
-  mkdir "$srcdir"/packagekit-plugin
-  mv 
"$pkgdir"/usr/lib/gs-plugins-12/libgs_plugin_{packagekit*,systemd-updates}.so 
"$srcdir"/packagekit-plugin
-}
-
-package_gnome-software-packagekit-plugin() {
-  pkgdesc="PackageKit support plugin for GNOME Software"
-  depends=(archlinux-appstream-data gnome-software packagekit)
-
-  mkdir -p "$pkgdir"/usr/lib/gs-plugins-12
-  mv "$srcdir"/packagekit-plugin/* "$pkgdir"/usr/lib/gs-plugins-12/
-}

Copied: gnome-software/repos/community-x86_64/PKGBUILD (from rev 416614, 
gnome-software/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-18 01:57:56 UTC (rev 416615)
@@ -0,0 +1,60 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Yosef Or Boczko 
+
+pkgbase=gnome-software
+pkgname=(gnome-software gnome-software-packagekit-plugin)
+pkgver=3.30.6
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+url="https://wiki.gnome.org/Apps/Software/;
+arch=(x86_64)
+license=(GPL2)
+makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
+ docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind)
+_commit=ae42d5130a200a0fe60c011f29e4e699be639cf4  # tags/3.30.6^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D ubuntuone=false \
+-D ubuntu_reviews=false
+  ninja -C build
+}
+
+check() {
+  # build container troubles
+  meson test -C build || :
+}
+
+package_gnome-software() {
+  groups=('gnome')
+  depends=(appstream-glib gnome-desktop gsettings-desktop-schemas gspell 
libpackagekit-glib)
+  optdepends=('flatpak: Flatpak support plugin'
+  'fwupd: fwupd support plugin'
+  'ostree: OSTree support plugin')
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  # Split out packagekit plugin
+  mkdir "$srcdir"/packagekit-plugin
+  mv 
"$pkgdir"/usr/lib/gs-plugins-12/libgs_plugin_{packagekit*,systemd-updates}.so 
"$srcdir"/packagekit-plugin
+}
+
+package_gnome-software-packagekit-plugin() {
+  pkgdesc="PackageKit support plugin for GNOME Software"
+  depends=(archlinux-appstream-data gnome-software packagekit)
+
+  mkdir -p "$pkgdir"/usr/lib/gs-plugins-12
+  mv "$srcdir"/packagekit-plugin/* "$pkgdir"/usr/lib/gs-plugins-12/
+}


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

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:57:37
  Author: heftig
Revision: 416607

0.43-74: kernel 4.19.10.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:38:27 UTC (rev 416606)
+++ PKGBUILD2018-12-18 01:57:37 UTC (rev 416607)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=73
+pkgrel=74
 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-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:57:40
  Author: heftig
Revision: 416609

5.2.22-12: kernel 4.19.10.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:57:39 UTC (rev 416608)
+++ PKGBUILD2018-12-18 01:57:40 UTC (rev 416609)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.22
-pkgrel=11
+pkgrel=12
 _linux_major=4
 _linux_minor=19
 arch=('x86_64')


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

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:57:39
  Author: heftig
Revision: 416608

6.30.223.271-67: kernel 4.19.10.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:57:37 UTC (rev 416607)
+++ PKGBUILD2018-12-18 01:57:39 UTC (rev 416608)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=66
+pkgrel=67
 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 ruby-mini_portile2/repos/community-any (PKGBUILD PKGBUILD)

2018-12-17 Thread Levente Polyak via arch-commits
Date: Tuesday, December 18, 2018 @ 01:38:27
  Author: anthraxx
Revision: 416606

archrelease: copy trunk to community-any

Added:
  ruby-mini_portile2/repos/community-any/PKGBUILD
(from rev 416605, ruby-mini_portile2/trunk/PKGBUILD)
Deleted:
  ruby-mini_portile2/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-18 01:38:22 UTC (rev 416605)
+++ PKGBUILD2018-12-18 01:38:27 UTC (rev 416606)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dmitry Kharitonov 
-# Contributor: Anatol Pomozov 
-# Contributor: eagletmt 
-
-_gemname=mini_portile2
-pkgname=ruby-mini_portile2
-pkgver=2.4.0
-pkgrel=1
-pkgdesc='Simple autoconf builder for developers'
-url='https://github.com/flavorjones/mini_portile'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavorjones/mini_portile/archive/v${pkgver}.tar.gz)
-sha256sums=('80b935100a5decb9f5be5f1adbc01ebcb81063c6a9c640a08435d7e7e47c29ec')
-sha512sums=('f282617ad5401be5250c9c978e798a2d1c63b749febd898eae05ebb529f5dffea02a7a2adbbe6df69263db7b909f4304dc3ae6942007d032eac276ce030866f1')
-
-prepare() {
-  cd mini_portile-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-  sed 's|git ls-files -z|find -type f -print0|' -i ${_gemname}.gemspec
-}
-
-build() {
-  cd mini_portile-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd mini_portile-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install -N --ignore-dependencies --no-user-install -i 
"${pkgdir}${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mini_portile2/repos/community-any/PKGBUILD (from rev 416605, 
ruby-mini_portile2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-18 01:38:27 UTC (rev 416606)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dmitry Kharitonov 
+# Contributor: Anatol Pomozov 
+# Contributor: eagletmt 
+
+_gemname=mini_portile2
+pkgname=ruby-mini_portile2
+pkgver=2.4.0
+pkgrel=2
+pkgdesc='Simple autoconf builder for developers'
+url='https://github.com/flavorjones/mini_portile'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavorjones/mini_portile/archive/v${pkgver}.tar.gz)
+sha256sums=('80b935100a5decb9f5be5f1adbc01ebcb81063c6a9c640a08435d7e7e47c29ec')
+sha512sums=('f282617ad5401be5250c9c978e798a2d1c63b749febd898eae05ebb529f5dffea02a7a2adbbe6df69263db7b909f4304dc3ae6942007d032eac276ce030866f1')
+
+prepare() {
+  cd mini_portile-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files -z|find -type f -print0|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd mini_portile-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd mini_portile-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-17 Thread Levente Polyak via arch-commits
Date: Tuesday, December 18, 2018 @ 01:38:22
  Author: anthraxx
Revision: 416605

upgpkg: ruby-mini_portile2 2.4.0-2 (enable rdoc)

Modified:
  ruby-mini_portile2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:22:06 UTC (rev 416604)
+++ PKGBUILD2018-12-18 01:38:22 UTC (rev 416605)
@@ -6,12 +6,13 @@
 _gemname=mini_portile2
 pkgname=ruby-mini_portile2
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple autoconf builder for developers'
 url='https://github.com/flavorjones/mini_portile'
 arch=('any')
 license=('MIT')
 depends=('ruby')
+makedepends=('ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavorjones/mini_portile/archive/v${pkgver}.tar.gz)
 sha256sums=('80b935100a5decb9f5be5f1adbc01ebcb81063c6a9c640a08435d7e7e47c29ec')
@@ -31,7 +32,7 @@
 package() {
   cd mini_portile-${pkgver}
   local _gemdir="$(gem env gemdir)"
-  gem install -N --ignore-dependencies --no-user-install -i 
"${pkgdir}${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
   rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
   install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"


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

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:28:36
  Author: heftig
Revision: 342484

4.19.10.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 01:27:47 UTC (rev 342483)
+++ PKGBUILD2018-12-18 01:28:36 UTC (rev 342484)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.19.9-arch1
+_srcver=4.19.10-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


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

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:29:15
  Author: heftig
Revision: 342486

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 342484, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 342484, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 342484, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 342484, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 342484, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 342484, 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 342485:342486 to see the changes.


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

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:29:14
  Author: heftig
Revision: 342485

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  linux/repos/staging-x86_64/60-linux.hook
(from rev 342484, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 342484, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 342484, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 342484, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 342484, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 342484, 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 342484:342485 to see the changes.


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

2018-12-17 Thread Jan Steffens via arch-commits
Date: Tuesday, December 18, 2018 @ 01:27:47
  Author: heftig
Revision: 342483

4.19.10.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 00:48:25 UTC (rev 342482)
+++ PKGBUILD2018-12-18 01:27:47 UTC (rev 342483)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.19.9-zen1
+_srcver=4.19.10-zen1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


[arch-commits] Commit in (4 files)

2018-12-17 Thread Levente Polyak via arch-commits
Date: Tuesday, December 18, 2018 @ 01:21:56
  Author: anthraxx
Revision: 416603

python-flask-paranoid 0.2-1

Added:
  python-flask-paranoid/
  python-flask-paranoid/repos/
  python-flask-paranoid/trunk/
  python-flask-paranoid/trunk/PKGBUILD

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

Added: python-flask-paranoid/trunk/PKGBUILD
===
--- python-flask-paranoid/trunk/PKGBUILD(rev 0)
+++ python-flask-paranoid/trunk/PKGBUILD2018-12-18 01:21:56 UTC (rev 
416603)
@@ -0,0 +1,56 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=flask-paranoid
+pkgbase=python-flask-paranoid
+pkgname=('python-flask-paranoid' 'python2-flask-paranoid')
+pkgver=0.2
+pkgrel=1
+pkgdesc='Simple user session protection for Flask applications'
+url='https://github.com/miguelgrinberg/flask-paranoid/'
+arch=('any')
+license=('MIT')
+makedepends=('python-flask' 'python-sphinx' 'python-setuptools'
+ 'python2-flask' 'python2-sphinx' 'python2-setuptools')
+checkdepends=('python-pytest'
+  'python2-pytest')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/flask-paranoid/archive/v${pkgver}.tar.gz)
+sha256sums=('cda72c43fd17e6b782e079942b79ec9b19ac40c06337c871cc1dfedbe49297d3')
+sha512sums=('0d642999fa4d5b795c3dcecc586fc1600cdfceec4adb38bb87ca8be9825d9ddafabb07d98df573a89e61a44a0abd27cbbd21524237b0e23b337a7d5e32ddfdae')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+  python2 setup.py build
+  sphinx-build2 -b text docs docs/_build-py2/text
+  sphinx-build2 -b man docs docs/_build-py2/man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-flask-paranoid() {
+  depends=('python' 'python-flask')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flask-paranoid.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-flask-paranoid() {
+  depends=('python2' 'python2-flask')
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build-py2/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build-py2/man/flask-paranoid.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-17 Thread Levente Polyak via arch-commits
Date: Tuesday, December 18, 2018 @ 01:22:06
  Author: anthraxx
Revision: 416604

archrelease: copy trunk to community-any

Added:
  python-flask-paranoid/repos/community-any/
  python-flask-paranoid/repos/community-any/PKGBUILD
(from rev 416603, python-flask-paranoid/trunk/PKGBUILD)

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

Copied: python-flask-paranoid/repos/community-any/PKGBUILD (from rev 416603, 
python-flask-paranoid/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-12-18 01:22:06 UTC (rev 416604)
@@ -0,0 +1,56 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=flask-paranoid
+pkgbase=python-flask-paranoid
+pkgname=('python-flask-paranoid' 'python2-flask-paranoid')
+pkgver=0.2
+pkgrel=1
+pkgdesc='Simple user session protection for Flask applications'
+url='https://github.com/miguelgrinberg/flask-paranoid/'
+arch=('any')
+license=('MIT')
+makedepends=('python-flask' 'python-sphinx' 'python-setuptools'
+ 'python2-flask' 'python2-sphinx' 'python2-setuptools')
+checkdepends=('python-pytest'
+  'python2-pytest')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/flask-paranoid/archive/v${pkgver}.tar.gz)
+sha256sums=('cda72c43fd17e6b782e079942b79ec9b19ac40c06337c871cc1dfedbe49297d3')
+sha512sums=('0d642999fa4d5b795c3dcecc586fc1600cdfceec4adb38bb87ca8be9825d9ddafabb07d98df573a89e61a44a0abd27cbbd21524237b0e23b337a7d5e32ddfdae')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+  python2 setup.py build
+  sphinx-build2 -b text docs docs/_build-py2/text
+  sphinx-build2 -b man docs docs/_build-py2/man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-flask-paranoid() {
+  depends=('python' 'python-flask')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flask-paranoid.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-flask-paranoid() {
+  depends=('python2' 'python2-flask')
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build-py2/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build-py2/man/flask-paranoid.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-17 Thread Levente Polyak via arch-commits
Date: Tuesday, December 18, 2018 @ 01:17:22
  Author: anthraxx
Revision: 416602

archrelease: copy trunk to community-any

Added:
  python-flask-principal/repos/community-any/
  python-flask-principal/repos/community-any/PKGBUILD
(from rev 416601, python-flask-principal/trunk/PKGBUILD)

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

Copied: python-flask-principal/repos/community-any/PKGBUILD (from rev 416601, 
python-flask-principal/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-12-18 01:17:22 UTC (rev 416602)
@@ -0,0 +1,56 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=flask-principal
+pkgbase=python-flask-principal
+pkgname=('python-flask-principal' 'python2-flask-principal')
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='Identity management for Flask applications'
+url='https://pythonhosted.org/Flask-Principal/'
+arch=('any')
+license=('MIT')
+makedepends=('python-flask' 'python-blinker' 'python-sphinx' 
'python-setuptools'
+ 'python2-flask' 'python2-blinker' 'python2-sphinx' 
'python2-setuptools')
+checkdepends=('python-nose'
+  'python2-nose')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/mattupstate/flask-principal/archive/${pkgver}.tar.gz)
+sha256sums=('ed8c58943460d7d54c29463e2fe98ae4969d3818c0f59b36e9b2649128db96c9')
+sha512sums=('ed8cb28c4e8d936de96db0bf9f7cb45b253dc204c4b8f8dd8022ef1552592ff6324b4a33d3ee862794a6e20eb8c32a0365e7b9397d427da5022c5ded3dfa308a')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+  python2 setup.py build
+  sphinx-build2 -b text docs docs/_build-py2/text
+  sphinx-build2 -b man docs docs/_build-py2/man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  nosetests
+  nosetests2
+}
+
+package_python-flask-principal() {
+  depends=('python' 'python-flask')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flask-principal.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-flask-principal() {
+  depends=('python2' 'python2-flask')
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build-py2/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build-py2/man/flask-principal.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-12-17 Thread Levente Polyak via arch-commits
Date: Tuesday, December 18, 2018 @ 01:17:10
  Author: anthraxx
Revision: 416601

python-flask-principal 0.4.0-1

Added:
  python-flask-principal/
  python-flask-principal/repos/
  python-flask-principal/trunk/
  python-flask-principal/trunk/PKGBUILD

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

Added: python-flask-principal/trunk/PKGBUILD
===
--- python-flask-principal/trunk/PKGBUILD   (rev 0)
+++ python-flask-principal/trunk/PKGBUILD   2018-12-18 01:17:10 UTC (rev 
416601)
@@ -0,0 +1,56 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=flask-principal
+pkgbase=python-flask-principal
+pkgname=('python-flask-principal' 'python2-flask-principal')
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='Identity management for Flask applications'
+url='https://pythonhosted.org/Flask-Principal/'
+arch=('any')
+license=('MIT')
+makedepends=('python-flask' 'python-blinker' 'python-sphinx' 
'python-setuptools'
+ 'python2-flask' 'python2-blinker' 'python2-sphinx' 
'python2-setuptools')
+checkdepends=('python-nose'
+  'python2-nose')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/mattupstate/flask-principal/archive/${pkgver}.tar.gz)
+sha256sums=('ed8c58943460d7d54c29463e2fe98ae4969d3818c0f59b36e9b2649128db96c9')
+sha512sums=('ed8cb28c4e8d936de96db0bf9f7cb45b253dc204c4b8f8dd8022ef1552592ff6324b4a33d3ee862794a6e20eb8c32a0365e7b9397d427da5022c5ded3dfa308a')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+  python2 setup.py build
+  sphinx-build2 -b text docs docs/_build-py2/text
+  sphinx-build2 -b man docs docs/_build-py2/man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  nosetests
+  nosetests2
+}
+
+package_python-flask-principal() {
+  depends=('python' 'python-flask')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flask-principal.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-flask-principal() {
+  depends=('python2' 'python2-flask')
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build-py2/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build-py2/man/flask-principal.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-17 Thread Levente Polyak via arch-commits
Date: Tuesday, December 18, 2018 @ 01:14:47
  Author: anthraxx
Revision: 416600

archrelease: copy trunk to community-any

Added:
  python-flask-mail/repos/community-any/
  python-flask-mail/repos/community-any/PKGBUILD
(from rev 416599, python-flask-mail/trunk/PKGBUILD)

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

Copied: python-flask-mail/repos/community-any/PKGBUILD (from rev 416599, 
python-flask-mail/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-12-18 01:14:47 UTC (rev 416600)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=flask-mail
+pkgbase=python-flask-mail
+pkgname=('python-flask-mail' 'python2-flask-mail')
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Flask extension providing simple email sending capabilities'
+url='https://pythonhosted.org/Flask-Mail/'
+arch=('any')
+license=('BSD')
+makedepends=('python-flask' 'python-blinker' 'python-sphinx' 
'python-setuptools'
+ 'python2-flask' 'python2-blinker' 'python2-sphinx' 
'python2-setuptools')
+checkdepends=('python-nose' 'python-blinker' 'python-speaklater' 'python-mock'
+  'python2-nose' 'python2-blinker' 'python2-speaklater' 
'python2-mock')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/mattupstate/flask-mail/archive/${pkgver}.tar.gz
+
${pkgbase}-fix-headers-for-attachments.patch::https://github.com/mattupstate/flask-mail/commit/e195fca6de1077cabb711426e6378f51dc39d598.patch)
+sha512sums=('1cf45ee734b35bf05862a4e88070a743a7d3cc877e4dcdc55f5e0a9642631752c4bf1e23065212157e71e42c5fdb010de8a68b4ab9f8444f9fa096d62a7aad3d'
+
'7e85212c213307ede608f57e00f3a7109408216d999ed6823caad758231aaac5493dbab9a625d46f4a42278641f8d56aa3733fc9f87bb4b912b87a62b16e6814')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  patch -Np1 < ../${pkgbase}-fix-headers-for-attachments.patch
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+  python2 setup.py build
+  sphinx-build2 -b text docs docs/_build2/text
+  sphinx-build2 -b man docs docs/_build2/man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  nosetests
+  nosetests2
+}
+
+package_python-flask-mail() {
+  depends=('python' 'python-flask' 'python-blinker')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flask-mail.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-flask-mail() {
+  depends=('python2' 'python2-flask' 'python2-blinker')
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build2/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build2/man/flask-mail.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-12-17 Thread Levente Polyak via arch-commits
Date: Tuesday, December 18, 2018 @ 01:14:05
  Author: anthraxx
Revision: 416599

python-flask-mail 0.9.1-1

Added:
  python-flask-mail/
  python-flask-mail/repos/
  python-flask-mail/trunk/
  python-flask-mail/trunk/PKGBUILD

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

Added: python-flask-mail/trunk/PKGBUILD
===
--- python-flask-mail/trunk/PKGBUILD(rev 0)
+++ python-flask-mail/trunk/PKGBUILD2018-12-18 01:14:05 UTC (rev 416599)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=flask-mail
+pkgbase=python-flask-mail
+pkgname=('python-flask-mail' 'python2-flask-mail')
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Flask extension providing simple email sending capabilities'
+url='https://pythonhosted.org/Flask-Mail/'
+arch=('any')
+license=('BSD')
+makedepends=('python-flask' 'python-blinker' 'python-sphinx' 
'python-setuptools'
+ 'python2-flask' 'python2-blinker' 'python2-sphinx' 
'python2-setuptools')
+checkdepends=('python-nose' 'python-blinker' 'python-speaklater' 'python-mock'
+  'python2-nose' 'python2-blinker' 'python2-speaklater' 
'python2-mock')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/mattupstate/flask-mail/archive/${pkgver}.tar.gz
+
${pkgbase}-fix-headers-for-attachments.patch::https://github.com/mattupstate/flask-mail/commit/e195fca6de1077cabb711426e6378f51dc39d598.patch)
+sha512sums=('1cf45ee734b35bf05862a4e88070a743a7d3cc877e4dcdc55f5e0a9642631752c4bf1e23065212157e71e42c5fdb010de8a68b4ab9f8444f9fa096d62a7aad3d'
+
'7e85212c213307ede608f57e00f3a7109408216d999ed6823caad758231aaac5493dbab9a625d46f4a42278641f8d56aa3733fc9f87bb4b912b87a62b16e6814')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  patch -Np1 < ../${pkgbase}-fix-headers-for-attachments.patch
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+  python2 setup.py build
+  sphinx-build2 -b text docs docs/_build2/text
+  sphinx-build2 -b man docs docs/_build2/man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  nosetests
+  nosetests2
+}
+
+package_python-flask-mail() {
+  depends=('python' 'python-flask' 'python-blinker')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flask-mail.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-flask-mail() {
+  depends=('python2' 'python2-flask' 'python2-blinker')
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build2/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build2/man/flask-mail.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-17 Thread Levente Polyak via arch-commits
Date: Tuesday, December 18, 2018 @ 01:11:04
  Author: anthraxx
Revision: 416598

archrelease: copy trunk to community-any

Added:
  python-flask-gravatar/repos/community-any/
  python-flask-gravatar/repos/community-any/PKGBUILD
(from rev 416597, python-flask-gravatar/trunk/PKGBUILD)

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

Copied: python-flask-gravatar/repos/community-any/PKGBUILD (from rev 416597, 
python-flask-gravatar/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-12-18 01:11:04 UTC (rev 416598)
@@ -0,0 +1,56 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=Flask-Gravatar
+pkgbase=python-flask-gravatar
+pkgname=('python-flask-gravatar' 'python2-flask-gravatar')
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Small and simple gravatar usage in Flask'
+url='https://github.com/zzzsochi/Flask-Gravatar/'
+arch=('any')
+license=('BSD')
+makedepends=('python-flask' 'python-sphinx' 'python-setuptools'
+ 'python2-flask' 'python2-sphinx' 'python2-setuptools')
+checkdepends=('python-pytest'
+  'python2-pytest')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/zzzsochi/Flask-Gravatar/archive/v${pkgver}.tar.gz)
+sha256sums=('9f9ea35b3537f635a25a09390821b768c9c3cf53274e16ffabbfc1f8c6e77d55')
+sha512sums=('8acc5374e559687cc1b5fbaa90c1d17e96fd91e8b01d3df8083bc10c92afefb3725c03c4640e92e73d727320fc26235f80f6dfe36a06aeff49268af44110a23c')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+  python2 setup.py build
+  sphinx-build2 -b text docs docs/_build-py2/text
+  sphinx-build2 -b man docs docs/_build-py2/man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-flask-gravatar() {
+  depends=('python' 'python-flask')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst CHANGES.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flaskgravatar.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-flask-gravatar() {
+  depends=('python2' 'python2-flask')
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst CHANGES.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build-py2/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build-py2/man/flaskgravatar.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-12-17 Thread Levente Polyak via arch-commits
Date: Tuesday, December 18, 2018 @ 01:10:53
  Author: anthraxx
Revision: 416597

python-flask-gravatar 0.5.0-1

Added:
  python-flask-gravatar/
  python-flask-gravatar/repos/
  python-flask-gravatar/trunk/
  python-flask-gravatar/trunk/PKGBUILD

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

Added: python-flask-gravatar/trunk/PKGBUILD
===
--- python-flask-gravatar/trunk/PKGBUILD(rev 0)
+++ python-flask-gravatar/trunk/PKGBUILD2018-12-18 01:10:53 UTC (rev 
416597)
@@ -0,0 +1,56 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=Flask-Gravatar
+pkgbase=python-flask-gravatar
+pkgname=('python-flask-gravatar' 'python2-flask-gravatar')
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Small and simple gravatar usage in Flask'
+url='https://github.com/zzzsochi/Flask-Gravatar/'
+arch=('any')
+license=('BSD')
+makedepends=('python-flask' 'python-sphinx' 'python-setuptools'
+ 'python2-flask' 'python2-sphinx' 'python2-setuptools')
+checkdepends=('python-pytest'
+  'python2-pytest')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/zzzsochi/Flask-Gravatar/archive/v${pkgver}.tar.gz)
+sha256sums=('9f9ea35b3537f635a25a09390821b768c9c3cf53274e16ffabbfc1f8c6e77d55')
+sha512sums=('8acc5374e559687cc1b5fbaa90c1d17e96fd91e8b01d3df8083bc10c92afefb3725c03c4640e92e73d727320fc26235f80f6dfe36a06aeff49268af44110a23c')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+  python2 setup.py build
+  sphinx-build2 -b text docs docs/_build-py2/text
+  sphinx-build2 -b man docs docs/_build-py2/man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-flask-gravatar() {
+  depends=('python' 'python-flask')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst CHANGES.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flaskgravatar.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-flask-gravatar() {
+  depends=('python2' 'python2-flask')
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst CHANGES.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build-py2/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build-py2/man/flaskgravatar.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD PKGBUILD)

2018-12-17 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, December 18, 2018 @ 00:58:38
  Author: sangy
Revision: 416596

archrelease: copy trunk to community-any

Added:
  ttf-ibm-plex/repos/community-any/PKGBUILD
(from rev 416595, ttf-ibm-plex/trunk/PKGBUILD)
Deleted:
  ttf-ibm-plex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-18 00:57:42 UTC (rev 416595)
+++ PKGBUILD2018-12-18 00:58:38 UTC (rev 416596)
@@ -1,23 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Aleksandar Trifunović 
-# Contributor: Matt Spaulding 
-# Contributor: pyjano 
-# Contributor: Stefan Husmann 
-
-pkgname=ttf-ibm-plex
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="IBM Plex Mono, Sans, and Serif"
-arch=('any')
-url='https://github.com/IBM/plex'
-license=('custom:OFL')
-depends=('fontconfig' 'xorg-font-utils')
-source=("${url}/releases/download/v${pkgver}/TrueType.zip")
-sha256sums=('73f6afefcf3d56d5c7f45d788b7c65c6986183e2efff1576f731b2a5e99df6de')
-conflicts=('ibm-plex-fonts')
-
-package() {
-cd TrueType
-install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
-install -Dm644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 416595, 
ttf-ibm-plex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-18 00:58:38 UTC (rev 416596)
@@ -0,0 +1,25 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aleksandar Trifunović 
+# Contributor: Matt Spaulding 
+# Contributor: pyjano 
+# Contributor: Stefan Husmann 
+
+pkgname=ttf-ibm-plex
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="IBM Plex Mono, Sans, and Serif"
+arch=('any')
+url='https://github.com/IBM/plex'
+license=('custom:OFL')
+depends=('fontconfig' 'xorg-font-utils')
+source=("${url}/releases/download/v${pkgver}/TrueType.zip")
+sha256sums=('2d124c2e8805d52ae15962b4be87fe883e0f1583b007f9c2987d4d7c00bce4a2')
+conflicts=('ibm-plex-fonts')
+
+package() {
+cd TrueType
+install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+
+# All the other licenses are the same as the one here...
+install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in ttf-ibm-plex/trunk (PKGBUILD)

2018-12-17 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, December 18, 2018 @ 00:57:42
  Author: sangy
Revision: 416595

upgpkg: ttf-ibm-plex 1.2.2-1

Modified:
  ttf-ibm-plex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 00:48:06 UTC (rev 416594)
+++ PKGBUILD2018-12-18 00:57:42 UTC (rev 416595)
@@ -5,8 +5,8 @@
 # Contributor: Stefan Husmann 
 
 pkgname=ttf-ibm-plex
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="IBM Plex Mono, Sans, and Serif"
 arch=('any')
 url='https://github.com/IBM/plex'
@@ -13,11 +13,13 @@
 license=('custom:OFL')
 depends=('fontconfig' 'xorg-font-utils')
 source=("${url}/releases/download/v${pkgver}/TrueType.zip")
-sha256sums=('73f6afefcf3d56d5c7f45d788b7c65c6986183e2efff1576f731b2a5e99df6de')
+sha256sums=('2d124c2e8805d52ae15962b4be87fe883e0f1583b007f9c2987d4d7c00bce4a2')
 conflicts=('ibm-plex-fonts')
 
 package() {
 cd TrueType
 install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
-install -Dm644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+# All the other licenses are the same as the one here...
+install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
 }


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

2018-12-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, December 18, 2018 @ 00:22:50
  Author: kgizdov
Revision: 416593

archrelease: copy trunk to community-testing-x86_64

Added:
  xrootd/repos/community-testing-x86_64/PKGBUILD
(from rev 416592, xrootd/trunk/PKGBUILD)

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

Copied: xrootd/repos/community-testing-x86_64/PKGBUILD (from rev 416592, 
xrootd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-18 00:22:50 UTC (rev 416593)
@@ -0,0 +1,171 @@
+# Maintainer: Konstantin Gizdov < arch at kge dot pw >
+# Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
+# Contributor: Alex Pearce < alex at alexpearce dot me >
+pkgbase=xrootd
+pkgname=('xrootd' 'python-xrootd' 'python-pyxrootd' 'python2-xrootd' 
'python2-pyxrootd')
+pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
+pkgver=4.8.5
+pkgrel=5
+arch=('x86_64')
+url="http://xrootd.org;
+license=('LGPL3')
+depends=('ceph' 'python' 'cppunit')
+makedepends=('ceph' 'cmake' 'python')
+checkdepends=('cppunit')
+source=("${url}/download/v${pkgver}/xrootd-${pkgver}.tar.gz")
+sha256sums=('42e4d2cc6f8b442135f09bcc12c7be38b1a0c623a005cb5e69ff3d27997bdf73')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+# configure
+mkdir -p "${srcdir}/build"
+cd "${srcdir}/build"
+
+CFLAGS="${CFLAGS}" \
+CXXFLAGS="${CXXFLAGS}" \
+LDFLAGS="${LDFLAGS}" \
+cmake -DCMAKE_BUILD_TYPE:STRING=Release \
+  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DBUILD_TESTS=1 \
+  -DCPPUNIT_FOUND=1 \
+  -DCPPUNIT_INCLUDE_DIRS=/usr/include \
+  -DCPPUNIT_LIBRARIES=/usr/lib/libcppunit.so \
+  -DXRD_PYTHON_REQ_VERSION=$( python -c 'import sys; 
print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))' ) \
+  "${srcdir}/${pkgbase}-${pkgver}"
+
+cd "${srcdir}"
+mv "${srcdir}/build" "${srcdir}/build-py3"
+mkdir -p "${srcdir}/build"
+cd "${srcdir}/build"
+
+CFLAGS="${CFLAGS}" \
+CXXFLAGS="${CXXFLAGS}" \
+LDFLAGS="${LDFLAGS}" \
+cmake -DCMAKE_BUILD_TYPE:STRING=Release \
+  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DBUILD_TESTS=1 \
+  -DCPPUNIT_FOUND=1 \
+  -DCPPUNIT_INCLUDE_DIRS=/usr/include \
+  -DCPPUNIT_LIBRARIES=/usr/lib/libcppunit.so \
+  -DXRD_PYTHON_REQ_VERSION=$( python2 -c 'import sys; 
print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))' ) \
+  "${srcdir}/${pkgbase}-${pkgver}"
+mv "${srcdir}/build/bindings/python"  
"${srcdir}/build-py3/bindings/python2"
+
+# build
+cd "${srcdir}"
+rm -rf "${srcdir}/build"
+mv "${srcdir}/build-py3" "${srcdir}/build"
+cd "${srcdir}/build"
+
+# Python2 bindings first
+mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
+mv "${srcdir}/build/bindings/python2" "${srcdir}/build/bindings/python"
+make
+
+# Python bindings second
+mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python2"
+mv "${srcdir}/build/bindings/python3" "${srcdir}/build/bindings/python"
+make -f "bindings/python/Makefile"
+mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
+}
+
+check() {
+cd "${srcdir}/build/tests"
+
+./common/text-runner ./XrdCephTests/libXrdCephTests.so "All Tests"
+
+##
+# This requires a running XRootD server with multiIP DNS forwarder and 
local disk servers
+# only run this if you have configured the env correctly,
+# examples in https://github.com/xrootd/xrootd-test-suite
+# sample environment can be configured like so:
+# export XRDTEST_MAINSERVERURL=metaman.xrd.test
+# or export XRDTEST_MAINSERVERURL=http://xrootd.cern.ch/
+# export XRDTEST_DISKSERVERURL=srv1.xrd.test
+# or export XRDTEST_DISKSERVERURL=http://xrootd.cern.ch/
+# export XRDTEST_DATAPATH=/tests/test-files/
+# export XRDTEST_LOCALFILE=/data/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
+# or export XRDTEST_LOCALFILE=/tmp/accwe.root
+# export 
XRDTEST_REMOTEFILE=${XRDTEST_MAINSERVERURL}${XRDTEST_DATAPATH}/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
+# or export XRDTEST_MULTIIPSERVERURL=multiip.xrd.test
+# ./common/text-runner ./XrdClTests/libXrdClTests.so "All Tests"
+}
+
+package_xrootd() {
+pkgdesc="Software framework for fast, low latency, scalable and fault 
tolerant data access."
+cd "${srcdir}/build"
+
+# Python first
+mv "${srcdir}/build/bindings/python3" "${srcdir}/build/bindings/python"
+make DESTDIR="${pkgdir}" install
+mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
+
+rm -rf "${pkgdir}/usr/lib"/python*
+}
+
+package_python-xrootd() {
+pkgdesc="Python Client 

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

2018-12-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, December 18, 2018 @ 00:21:37
  Author: kgizdov
Revision: 416592

initial release

Added:
  xrootd/trunk/
  xrootd/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2018-12-18 00:21:37 UTC (rev 416592)
@@ -0,0 +1,171 @@
+# Maintainer: Konstantin Gizdov < arch at kge dot pw >
+# Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
+# Contributor: Alex Pearce < alex at alexpearce dot me >
+pkgbase=xrootd
+pkgname=('xrootd' 'python-xrootd' 'python-pyxrootd' 'python2-xrootd' 
'python2-pyxrootd')
+pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
+pkgver=4.8.5
+pkgrel=5
+arch=('x86_64')
+url="http://xrootd.org;
+license=('LGPL3')
+depends=('ceph' 'python' 'cppunit')
+makedepends=('ceph' 'cmake' 'python')
+checkdepends=('cppunit')
+source=("${url}/download/v${pkgver}/xrootd-${pkgver}.tar.gz")
+sha256sums=('42e4d2cc6f8b442135f09bcc12c7be38b1a0c623a005cb5e69ff3d27997bdf73')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+# configure
+mkdir -p "${srcdir}/build"
+cd "${srcdir}/build"
+
+CFLAGS="${CFLAGS}" \
+CXXFLAGS="${CXXFLAGS}" \
+LDFLAGS="${LDFLAGS}" \
+cmake -DCMAKE_BUILD_TYPE:STRING=Release \
+  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DBUILD_TESTS=1 \
+  -DCPPUNIT_FOUND=1 \
+  -DCPPUNIT_INCLUDE_DIRS=/usr/include \
+  -DCPPUNIT_LIBRARIES=/usr/lib/libcppunit.so \
+  -DXRD_PYTHON_REQ_VERSION=$( python -c 'import sys; 
print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))' ) \
+  "${srcdir}/${pkgbase}-${pkgver}"
+
+cd "${srcdir}"
+mv "${srcdir}/build" "${srcdir}/build-py3"
+mkdir -p "${srcdir}/build"
+cd "${srcdir}/build"
+
+CFLAGS="${CFLAGS}" \
+CXXFLAGS="${CXXFLAGS}" \
+LDFLAGS="${LDFLAGS}" \
+cmake -DCMAKE_BUILD_TYPE:STRING=Release \
+  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DBUILD_TESTS=1 \
+  -DCPPUNIT_FOUND=1 \
+  -DCPPUNIT_INCLUDE_DIRS=/usr/include \
+  -DCPPUNIT_LIBRARIES=/usr/lib/libcppunit.so \
+  -DXRD_PYTHON_REQ_VERSION=$( python2 -c 'import sys; 
print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))' ) \
+  "${srcdir}/${pkgbase}-${pkgver}"
+mv "${srcdir}/build/bindings/python"  
"${srcdir}/build-py3/bindings/python2"
+
+# build
+cd "${srcdir}"
+rm -rf "${srcdir}/build"
+mv "${srcdir}/build-py3" "${srcdir}/build"
+cd "${srcdir}/build"
+
+# Python2 bindings first
+mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
+mv "${srcdir}/build/bindings/python2" "${srcdir}/build/bindings/python"
+make
+
+# Python bindings second
+mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python2"
+mv "${srcdir}/build/bindings/python3" "${srcdir}/build/bindings/python"
+make -f "bindings/python/Makefile"
+mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
+}
+
+check() {
+cd "${srcdir}/build/tests"
+
+./common/text-runner ./XrdCephTests/libXrdCephTests.so "All Tests"
+
+##
+# This requires a running XRootD server with multiIP DNS forwarder and 
local disk servers
+# only run this if you have configured the env correctly,
+# examples in https://github.com/xrootd/xrootd-test-suite
+# sample environment can be configured like so:
+# export XRDTEST_MAINSERVERURL=metaman.xrd.test
+# or export XRDTEST_MAINSERVERURL=http://xrootd.cern.ch/
+# export XRDTEST_DISKSERVERURL=srv1.xrd.test
+# or export XRDTEST_DISKSERVERURL=http://xrootd.cern.ch/
+# export XRDTEST_DATAPATH=/tests/test-files/
+# export XRDTEST_LOCALFILE=/data/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
+# or export XRDTEST_LOCALFILE=/tmp/accwe.root
+# export 
XRDTEST_REMOTEFILE=${XRDTEST_MAINSERVERURL}${XRDTEST_DATAPATH}/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
+# or export XRDTEST_MULTIIPSERVERURL=multiip.xrd.test
+# ./common/text-runner ./XrdClTests/libXrdClTests.so "All Tests"
+}
+
+package_xrootd() {
+pkgdesc="Software framework for fast, low latency, scalable and fault 
tolerant data access."
+cd "${srcdir}/build"
+
+# Python first
+mv "${srcdir}/build/bindings/python3" "${srcdir}/build/bindings/python"
+make DESTDIR="${pkgdir}" install
+mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
+
+rm -rf "${pkgdir}/usr/lib"/python*
+}
+
+package_python-xrootd() {
+pkgdesc="Python Client API for XRootD"
+depends=('xrootd')
+cd "${srcdir}/build"
+
+# Python3
+mv "${srcdir}/build/bindings/python3" 

[arch-commits] Commit in (xrootd xrootd/repos xrootd/repos/community-testing-x86_64)

2018-12-17 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, December 18, 2018 @ 00:12:50
  Author: kgizdov
Revision: 416591

archrelease: copy trunk to community-testing-x86_64

Added:
  xrootd/
  xrootd/repos/
  xrootd/repos/community-testing-x86_64/


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

2018-12-17 Thread Balló György via arch-commits
Date: Tuesday, December 18, 2018 @ 00:01:42
  Author: bgyorgy
Revision: 416590

archrelease: copy trunk to community-x86_64

Added:
  gwenhywfar/repos/community-x86_64/PKGBUILD
(from rev 416589, gwenhywfar/trunk/PKGBUILD)
Deleted:
  gwenhywfar/repos/community-x86_64/PKGBUILD
  gwenhywfar/repos/community-x86_64/gtk3-fixes.patch

--+
 PKGBUILD |   81 +-
 gtk3-fixes.patch |  126 -
 2 files changed, 41 insertions(+), 166 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-18 00:01:07 UTC (rev 416589)
+++ PKGBUILD2018-12-18 00:01:42 UTC (rev 416590)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=gwenhywfar
-pkgver=4.20.0
-_dnrel=208
-pkgrel=2
-pkgdesc="OS abstraction functions for various projects"
-arch=(x86_64)
-url="https://www.aquamaniac.de/;
-license=(LGPL)
-depends=('openssl' 'gnutls' 'libgcrypt' 'libice' 'libsm')
-makedepends=('gtk3' 'qt5-base')
-optdepends=('gtk3: for the GTK3 UI' 'qt5-base: for the Qt5 UI')
-source=(gwenhywfar-$pkgver.tar.gz::"https://www.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=02=gwenhywfar-$pkgver.tar.gz;
-  
$pkgname-$pkgver.tar.gz.asc::"https://www.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=01=gwenhywfar-$pkgver.tar.gz.asc;
-  gtk3-fixes.patch)
-sha256sums=('5a88daabba1388f9528590aab5de527a12dd44a7da4572ce48469a29911b0fb0'
-'SKIP'
-'d76b62a725482b6a87d88c21b69e96c512d636157cfc8ad67be4bfec5fa2b402')
-validpgpkeys=(42400AF5EB2A17F0A69BB551E9899D784A977416) # AqBanking Package 
Key 
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Apply upstream fixes for the GTK3 UI
-  patch -Np1 -i ../gtk3-fixes.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl 
--enable-system-certs --with-guis="gtk3 qt5"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gwenhywfar/repos/community-x86_64/PKGBUILD (from rev 416589, 
gwenhywfar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-18 00:01:42 UTC (rev 416590)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=gwenhywfar
+pkgver=4.20.1
+pkgrel=1
+pkgdesc="OS abstraction functions for various projects"
+arch=(x86_64)
+url="https://www.aquamaniac.de/;
+license=(LGPL)
+depends=(gnutls libgcrypt openssl)
+makedepends=(git gtk3 qt5-base)
+optdepends=('gtk3: for the GTK3 UI'
+'qt5-base: for the Qt5 UI')
+_commit=f7db2a496044ab4ea5c6d5c52378cb6fc4e143c9  # tags/4.20.1
+source=("git+https://git.aquamaniac.de/git/gwenhywfar#commit=$_commit;)
+sha256sums=('SKIP')
+#validpgpkeys=(42400AF5EB2A17F0A69BB551E9899D784A977416) # AqBanking Package 
Key 
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-system-certs 
--with-guis="gtk3 qt5"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: gtk3-fixes.patch
===
--- gtk3-fixes.patch2018-12-18 00:01:07 UTC (rev 416589)
+++ gtk3-fixes.patch2018-12-18 00:01:42 UTC (rev 416590)
@@ -1,126 +0,0 @@
-From c9c916b97a14cde9196203d0303643e7c8a7ce41 Mon Sep 17 00:00:00 2001
-From: Christian Stimming 
-Date: Sun, 1 Apr 2018 23:25:31 +0200
-Subject: [PATCH 1/4] Bug794707 - Aqbanking combo boxes missing selection.
-
-Modified w_combobox.c setup procedure was had an error when modified
-for gtk3 use.
-
-Patch by Robert Fewell, 7033b331ee47b601279e68464323fe76b7ceebe5 in gnucash.

- gui/gtk3/w_combobox.c | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/gui/gtk3/w_combobox.c b/gui/gtk3/w_combobox.c
-index fce098a3..deb75254 100644
 a/gui/gtk3/w_combobox.c
-+++ b/gui/gtk3/w_combobox.c
-@@ -258,10 +258,13 @@ int Gtk3Gui_WComboBox_Setup(GWEN_WIDGET *w) {
-   /* create widget */
-   store=gtk_list_store_new(1, G_TYPE_STRING);
-   if (flags & GWEN_WIDGET_FLAGS_READONLY)
--g=gtk_combo_box_new_with_model_and_entry(GTK_TREE_MODEL(store));
-+g=gtk_combo_box_new_with_model(GTK_TREE_MODEL(store));
-   else
-+  {
- /* TODO: why the heck does *this* combo box have two columns in the 
list?? */
- g=gtk_combo_box_new_with_model_and_entry(GTK_TREE_MODEL(store));
-+gtk_combo_box_set_entry_text_column (GTK_COMBO_BOX(g), 0);
-+  }
-   g_object_unref(store);
- 
-   cr=gtk_cell_renderer_text_new();
-
-From 8da8ecd637e2a2b31d85ce600cffae0452e6e61f Mon Sep 

[arch-commits] Commit in gwenhywfar/trunk (PKGBUILD gtk3-fixes.patch)

2018-12-17 Thread Balló György via arch-commits
Date: Tuesday, December 18, 2018 @ 00:01:07
  Author: bgyorgy
Revision: 416589

upgpkg: gwenhywfar 4.20.1-1

Update to new version, adopt the package

Modified:
  gwenhywfar/trunk/PKGBUILD
Deleted:
  gwenhywfar/trunk/gtk3-fixes.patch

--+
 PKGBUILD |   40 
 gtk3-fixes.patch |  126 -
 2 files changed, 21 insertions(+), 145 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 23:55:25 UTC (rev 416588)
+++ PKGBUILD2018-12-18 00:01:07 UTC (rev 416589)
@@ -1,39 +1,41 @@
+# Maintainer: Balló György 
 # Contributor: Sergej Pupykin 
 # Contributor: William Rea 
 
 pkgname=gwenhywfar
-pkgver=4.20.0
-_dnrel=208
-pkgrel=2
+pkgver=4.20.1
+pkgrel=1
 pkgdesc="OS abstraction functions for various projects"
 arch=(x86_64)
 url="https://www.aquamaniac.de/;
 license=(LGPL)
-depends=('openssl' 'gnutls' 'libgcrypt' 'libice' 'libsm')
-makedepends=('gtk3' 'qt5-base')
-optdepends=('gtk3: for the GTK3 UI' 'qt5-base: for the Qt5 UI')
-source=(gwenhywfar-$pkgver.tar.gz::"https://www.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=02=gwenhywfar-$pkgver.tar.gz;
-  
$pkgname-$pkgver.tar.gz.asc::"https://www.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=01=gwenhywfar-$pkgver.tar.gz.asc;
-  gtk3-fixes.patch)
-sha256sums=('5a88daabba1388f9528590aab5de527a12dd44a7da4572ce48469a29911b0fb0'
-'SKIP'
-'d76b62a725482b6a87d88c21b69e96c512d636157cfc8ad67be4bfec5fa2b402')
-validpgpkeys=(42400AF5EB2A17F0A69BB551E9899D784A977416) # AqBanking Package 
Key 
+depends=(gnutls libgcrypt openssl)
+makedepends=(git gtk3 qt5-base)
+optdepends=('gtk3: for the GTK3 UI'
+'qt5-base: for the Qt5 UI')
+_commit=f7db2a496044ab4ea5c6d5c52378cb6fc4e143c9  # tags/4.20.1
+source=("git+https://git.aquamaniac.de/git/gwenhywfar#commit=$_commit;)
+sha256sums=('SKIP')
+#validpgpkeys=(42400AF5EB2A17F0A69BB551E9899D784A977416) # AqBanking Package 
Key 
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
-  cd $pkgname-$pkgver
-  # Apply upstream fixes for the GTK3 UI
-  patch -Np1 -i ../gtk3-fixes.patch
+  cd $pkgname
+  autoreconf -fi
 }
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl 
--enable-system-certs --with-guis="gtk3 qt5"
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-system-certs 
--with-guis="gtk3 qt5"
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }

Deleted: gtk3-fixes.patch
===
--- gtk3-fixes.patch2018-12-17 23:55:25 UTC (rev 416588)
+++ gtk3-fixes.patch2018-12-18 00:01:07 UTC (rev 416589)
@@ -1,126 +0,0 @@
-From c9c916b97a14cde9196203d0303643e7c8a7ce41 Mon Sep 17 00:00:00 2001
-From: Christian Stimming 
-Date: Sun, 1 Apr 2018 23:25:31 +0200
-Subject: [PATCH 1/4] Bug794707 - Aqbanking combo boxes missing selection.
-
-Modified w_combobox.c setup procedure was had an error when modified
-for gtk3 use.
-
-Patch by Robert Fewell, 7033b331ee47b601279e68464323fe76b7ceebe5 in gnucash.

- gui/gtk3/w_combobox.c | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/gui/gtk3/w_combobox.c b/gui/gtk3/w_combobox.c
-index fce098a3..deb75254 100644
 a/gui/gtk3/w_combobox.c
-+++ b/gui/gtk3/w_combobox.c
-@@ -258,10 +258,13 @@ int Gtk3Gui_WComboBox_Setup(GWEN_WIDGET *w) {
-   /* create widget */
-   store=gtk_list_store_new(1, G_TYPE_STRING);
-   if (flags & GWEN_WIDGET_FLAGS_READONLY)
--g=gtk_combo_box_new_with_model_and_entry(GTK_TREE_MODEL(store));
-+g=gtk_combo_box_new_with_model(GTK_TREE_MODEL(store));
-   else
-+  {
- /* TODO: why the heck does *this* combo box have two columns in the 
list?? */
- g=gtk_combo_box_new_with_model_and_entry(GTK_TREE_MODEL(store));
-+gtk_combo_box_set_entry_text_column (GTK_COMBO_BOX(g), 0);
-+  }
-   g_object_unref(store);
- 
-   cr=gtk_cell_renderer_text_new();
-
-From 8da8ecd637e2a2b31d85ce600cffae0452e6e61f Mon Sep 17 00:00:00 2001
-From: Christian Stimming 
-Date: Sun, 1 Apr 2018 23:26:23 +0200
-Subject: [PATCH 2/4] Couple of missing properties for groupbox
-
-When fixing related combo error a couple of critical errors were logged
-for 'Function is not appropriate for this type of widget' which turned
-out to be visibility properties so added them to stop error.
-
-Patch by Robert Fewell in gnucash f7211edbabdc8c802168b93973a1164067fed264

- gui/gtk3/w_groupbox.c | 7 +++
- 1 file changed, 7 insertions(+)
-
-diff --git a/gui/gtk3/w_groupbox.c b/gui/gtk3/w_groupbox.c
-index e15b930c..0bbb6766 100644
 a/gui/gtk3/w_groupbox.c
-+++ b/gui/gtk3/w_groupbox.c
-@@ -36,6 +36,10 @@ int Gtk3Gui_WGroupBox_SetIntProperty(GWEN_WIDGET *w,
- /* just ignore these for 

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

2018-12-17 Thread Alexander Rødseth via arch-commits
Date: Monday, December 17, 2018 @ 22:41:33
  Author: arodseth
Revision: 416581

archrelease: copy trunk to community-any

Added:
  clojure/repos/community-any/PKGBUILD
(from rev 416580, clojure/trunk/PKGBUILD)
  clojure/repos/community-any/clojure.install
(from rev 416580, clojure/trunk/clojure.install)
  clojure/repos/community-any/clojure.sh
(from rev 416580, clojure/trunk/clojure.sh)
Deleted:
  clojure/repos/community-any/PKGBUILD
  clojure/repos/community-any/clojure.install
  clojure/repos/community-any/clojure.sh

-+
 PKGBUILD|   86 +++---
 clojure.install |   10 +++---
 clojure.sh  |2 -
 3 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 22:41:18 UTC (rev 416580)
+++ PKGBUILD2018-12-17 22:41:33 UTC (rev 416581)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Chris O'Donnell 
-# Contributor: Sam May 
-# Contributor: Pierre-Yves Ritschard 
-# Contributor: Vladimir Tsanev 
-
-pkgname=clojure
-pkgver=1.9.0
-_toolver=394
-pkgrel=8
-pkgdesc='LISP for the JVM'
-url='http://clojure.org/'
-arch=('any')
-license=('EPL')
-depends=('java-environment')
-optdepends=('rlwrap: friendly shell with readline support')
-install=clojure.install
-source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz;
-'clojure.sh')
-sha256sums=('658dcc1cb34797184dc8d437a3cdcbbaaad67435ef86f5b5b85dbbd075fc378e'
-'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
-
-prepare() {
-  sed -i -e 's,PREFIX,/usr/share/clojure,g' clojure-tools/clojure
-}
-
-package() {
-  cd clojure-tools
-
-  install -Dm644 deps.edn "$pkgdir/usr/share/clojure/deps.edn"
-  install -Dm644 example-deps.edn "$pkgdir/usr/share/clojure/example-deps.edn"
-  install -Dm644 clojure-tools-$pkgver.$_toolver.jar \
-"$pkgdir/usr/share/clojure/libexec/clojure-tools-$pkgver.$_toolver.jar"
-  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
-  install -Dm755 clj "$pkgdir/usr/bin/clj"
-  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
-  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
-  install -Dm755 "$srcdir/clojure.sh" "$pkgdir/etc/profile.d/clojure.sh"
-}
-
-# getver: clojure.org/downloads
-# vim: ts=2 sw=2 et:

Copied: clojure/repos/community-any/PKGBUILD (from rev 416580, 
clojure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 22:41:33 UTC (rev 416581)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris O'Donnell 
+# Contributor: Sam May 
+# Contributor: Pierre-Yves Ritschard 
+# Contributor: Vladimir Tsanev 
+
+pkgname=clojure
+pkgver=1.10.0
+_toolver=403
+pkgrel=1
+pkgdesc='A dialect of Lisp for the JVM'
+url='https://clojure.org/'
+arch=('any')
+license=('EPL')
+depends=('java-environment')
+optdepends=('rlwrap: friendly shell with readline support')
+install=clojure.install
+source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz;
+clojure.sh)
+sha256sums=('8c548fd7fe1e0463412f4e575249867294a2bcf31098f21bd0d8e19037685e4b'
+'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
+
+prepare() {
+  sed -i -e 's,PREFIX,/usr/share/clojure,g' clojure-tools/clojure
+}
+
+package() {
+  cd clojure-tools
+
+  install -Dm644 deps.edn "$pkgdir/usr/share/clojure/deps.edn"
+  install -Dm644 example-deps.edn "$pkgdir/usr/share/clojure/example-deps.edn"
+  install -Dm644 clojure-tools-$pkgver.$_toolver.jar \
+"$pkgdir/usr/share/clojure/libexec/clojure-tools-$pkgver.$_toolver.jar"
+  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
+  install -Dm755 clj "$pkgdir/usr/bin/clj"
+  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
+  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
+  install -Dm755 "$srcdir/clojure.sh" "$pkgdir/etc/profile.d/clojure.sh"
+}
+
+# getver: clojure.org/downloads
+# vim: ts=2 sw=2 et:

Deleted: clojure.install
===
--- clojure.install 2018-12-17 22:41:18 UTC (rev 416580)
+++ clojure.install 2018-12-17 22:41:33 UTC (rev 416581)
@@ -1,5 +0,0 @@
-post_install() {
-  echo 'Relogin or source /etc/profile.d/clojure.sh'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clojure/repos/community-any/clojure.install (from rev 416580, 
clojure/trunk/clojure.install)
===
--- clojure.install (rev 0)
+++ clojure.install 2018-12-17 22:41:33 UTC (rev 416581)
@@ -0,0 +1,5 @@
+post_install() {
+  echo 'Relogin or source /etc/profile.d/clojure.sh'
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: clojure.sh

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

2018-12-17 Thread Alexander Rødseth via arch-commits
Date: Monday, December 17, 2018 @ 22:41:18
  Author: arodseth
Revision: 416580

upgpkg: clojure 1.10.0-1

Modified:
  clojure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 22:10:57 UTC (rev 416579)
+++ PKGBUILD2018-12-17 22:41:18 UTC (rev 416580)
@@ -6,11 +6,11 @@
 # Contributor: Vladimir Tsanev 
 
 pkgname=clojure
-pkgver=1.9.0
-_toolver=394
-pkgrel=8
-pkgdesc='LISP for the JVM'
-url='http://clojure.org/'
+pkgver=1.10.0
+_toolver=403
+pkgrel=1
+pkgdesc='A dialect of Lisp for the JVM'
+url='https://clojure.org/'
 arch=('any')
 license=('EPL')
 depends=('java-environment')
@@ -17,8 +17,8 @@
 optdepends=('rlwrap: friendly shell with readline support')
 install=clojure.install
 
source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz;
-'clojure.sh')
-sha256sums=('658dcc1cb34797184dc8d437a3cdcbbaaad67435ef86f5b5b85dbbd075fc378e'
+clojure.sh)
+sha256sums=('8c548fd7fe1e0463412f4e575249867294a2bcf31098f21bd0d8e19037685e4b'
 'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
 
 prepare() {


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

2018-12-17 Thread Anatol Pomozov via arch-commits
Date: Monday, December 17, 2018 @ 22:28:01
  Author: anatolik
Revision: 342473

archrelease: copy trunk to testing-x86_64

Added:
  v4l-utils/repos/testing-x86_64/
  v4l-utils/repos/testing-x86_64/PKGBUILD
(from rev 342472, v4l-utils/trunk/PKGBUILD)

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

Copied: v4l-utils/repos/testing-x86_64/PKGBUILD (from rev 342472, 
v4l-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-17 22:28:01 UTC (rev 342473)
@@ -0,0 +1,32 @@
+# Maintainer: Thomas Bächler 
+pkgname=v4l-utils
+pkgver=1.16.3
+pkgrel=1
+pkgdesc="Userspace tools and conversion library for Video 4 Linux"
+arch=('x86_64')
+url="https://linuxtv.org/;
+provides=("libv4l=$pkgver")
+replaces=('libv4l')
+conflicts=('libv4l')
+backup=(etc/rc_maps.cfg)
+license=('LGPL')
+makedepends=('qt5-base' 'alsa-lib')
+optdepends=('qt5-base' 'alsa-lib')
+depends=('hicolor-icon-theme' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(https://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha256sums=('7c5c0d49c130cf65d384f28e9f3a53c5f7d17bf18740c48c40810e0fbbed5b54'
+'SKIP')
+validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  MAKEFLAGS="-j1" make install DESTDIR="${pkgdir}/"
+  rm "${pkgdir}/usr/bin/ivtv-ctl"
+}


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

2018-12-17 Thread Anatol Pomozov via arch-commits
Date: Monday, December 17, 2018 @ 22:27:39
  Author: anatolik
Revision: 342472

upgpkg: v4l-utils 1.16.3-1

Modified:
  v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 21:45:49 UTC (rev 342471)
+++ PKGBUILD2018-12-17 22:27:39 UTC (rev 342472)
@@ -1,6 +1,6 @@
 # Maintainer: Thomas Bächler 
 pkgname=v4l-utils
-pkgver=1.16.2
+pkgver=1.16.3
 pkgrel=1
 pkgdesc="Userspace tools and conversion library for Video 4 Linux"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('qt5-base' 'alsa-lib')
 depends=('hicolor-icon-theme' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
 
source=(https://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha256sums=('6c3208c9a1c73455d30bae83096d161e57bec5008594f270a2a67df8c86d8e47'
+sha256sums=('7c5c0d49c130cf65d384f28e9f3a53c5f7d17bf18740c48c40810e0fbbed5b54'
 'SKIP')
 validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

 


[arch-commits] Commit in electron/trunk (PKGBUILD libchromiumcontent-settings.patch)

2018-12-17 Thread Nicola Squartini via arch-commits
Date: Monday, December 17, 2018 @ 22:10:31
  Author: tensor5
Revision: 416578

upgpkg: electron 3.0.13-1

Modified:
  electron/trunk/PKGBUILD
  electron/trunk/libchromiumcontent-settings.patch

---+
 PKGBUILD  |4 ++--
 libchromiumcontent-settings.patch |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 21:45:26 UTC (rev 416577)
+++ PKGBUILD2018-12-17 22:10:31 UTC (rev 416578)
@@ -2,7 +2,7 @@
 
 _chromiumver=66.0.3359.181
 pkgname=electron
-pkgver=3.0.11
+pkgver=3.0.13
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
@@ -71,7 +71,7 @@
 
'2dd594a07f8ce62a7706a0365d764ab3ee3cc2d050d6ae4460db3152269e84f43516438a4f48f47fc54fe758a70c462baed6b7defa8b2bd277e67cb1bae8da12'
 
'd77a2045f03c1327eb78517028c083e8965297a41d5a81df8c7dac5a8500aa242faa644a38be5d12914b68ba3a0b944c1bfe6dbfd7b88b1a0aeeec1d87a1619a'
 
'3941928af296d14e82232824aebb2a3eaddba4211c4d383f2c98d2394500ddd5847e2efd4044c1d4bdbb44d145d55aab5d5b111381305398bbf356bdfc9ee10c'
-
'd20cf522e3059eb69227ba7b4842bcf9613fa11d1192aced6899e730b0353386fcd6c2517351b3a7d34a12f9e18da61183ea9e470bfe5fb89052679171157b74'
+
'9e1eea0ae01852a32ff3c391156da04fe8abba632890a3a5599471f415c84ac7d8ffdc5cf1317dcd7a17c043d4658267a9c9504dcd9f27168b1239a69c659995'
 
'5e14b4bff2746b7aaf6c6f53fb69949e51d999402c47b6f957cc87466b06867aef10471ad28e750401f1882c9225b8d42c61d57c71b536e215e9db69a52207d5'
 
'b43060bcbf457389f545d6dbbd069e8ea591346a8f78da62f8880abe720728169304e9707c726603a55ad8df4ee5bca4e14bf3b20446c162b20da24a4c7051dd'
 
'16418d54549e605cc55dbcc0efab4dbe01c62f85604c552a641dd83de961d42d7843c72831e29f98f3f5fb173c73a6feee5300dcb8a19388d71a481167d3f4a9'

Modified: libchromiumcontent-settings.patch
===
--- libchromiumcontent-settings.patch   2018-12-17 21:45:26 UTC (rev 416577)
+++ libchromiumcontent-settings.patch   2018-12-17 22:10:31 UTC (rev 416578)
@@ -1,6 +1,6 @@
 --- a/chromiumcontent/args/native_mksnapshot.gn
 +++ b/chromiumcontent/args/native_mksnapshot.gn
-@@ -12,3 +12,10 @@
+@@ -11,3 +11,10 @@
  if (target_cpu == "arm64") {
v8_snapshot_toolchain="//build/toolchain/linux:clang_arm64"
  }


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

2018-12-17 Thread Felix Yan via arch-commits
Date: Monday, December 17, 2018 @ 21:44:25
  Author: felixonmars
Revision: 416575

archrelease: copy trunk to community-x86_64

Added:
  meshbird/repos/community-x86_64/PKGBUILD
(from rev 416574, meshbird/trunk/PKGBUILD)
  meshbird/repos/community-x86_64/meshbird.conf
(from rev 416574, meshbird/trunk/meshbird.conf)
  meshbird/repos/community-x86_64/meshbird.service
(from rev 416574, meshbird/trunk/meshbird.service)
Deleted:
  meshbird/repos/community-x86_64/PKGBUILD
  meshbird/repos/community-x86_64/meshbird.conf
  meshbird/repos/community-x86_64/meshbird.service

--+
 PKGBUILD |   71 +
 meshbird.conf|2 -
 meshbird.service |   22 
 3 files changed, 46 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 21:44:04 UTC (rev 416574)
+++ PKGBUILD2018-12-17 21:44:25 UTC (rev 416575)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=meshbird
-pkgver=0.2
-pkgrel=2
-pkgdesc="Distributed private networking"
-arch=('i686' 'x86_64')
-url="https://github.com/meshbird/meshbird;
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-backup=(etc/meshbird.conf)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
-meshbird.service meshbird.conf)
-sha512sums=('7e1d5453b7953c9c522207afcb97b9a88824f03493e77bed1626f578a6a34e152da6c7ab81bec1b1d1b2a32b3a74e1bf4f20877749c3b6b75e64321550a054d5'
-
'b9b552f09d9f98c4ff90ce3d31b15f7a5c2453c1535fa17454043826bf5f108510a7a7512ef79dfd7b4d53615d06c690fe8fdd878a6894f8dc75ee934c0328e7'
-
'08a493f299549b9eea830e1201d2131314b2c0c931c9fdd06a30e849c90368c7809c6a42bfded33aec44403cd8f61caad168b54bad08f5b21867f2d562f0c872')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir"/.gopath
-
-  go get github.com/codegangsta/cli github.com/meshbird/meshbird
-}
-
-build() {
-  cd meshbird-$pkgver
-  go build # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd meshbird-$pkgver
-  install -Dm755 meshbird-$pkgver "$pkgdir"/usr/bin/meshbird
-  install -Dm644 "$srcdir"/meshbird.service 
"$pkgdir"/usr/lib/systemd/system/meshbird.service
-  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
-}

Copied: meshbird/repos/community-x86_64/PKGBUILD (from rev 416574, 
meshbird/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 21:44:25 UTC (rev 416575)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=meshbird
+pkgver=2.1
+pkgrel=1
+pkgdesc="Distributed private networking"
+arch=('x86_64')
+url="https://github.com/meshbird/meshbird;
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+backup=(etc/meshbird.conf)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
+meshbird.service meshbird.conf)
+sha512sums=('4adc4c6dccb44465ac6658711d1d7771bc0aef1bc7ed6c929c665fe79c8f712fcb9f490d88b68b0b1096dcdcb89fbccd624a031787379d90d3b259cea9b16852'
+
'b9b552f09d9f98c4ff90ce3d31b15f7a5c2453c1535fa17454043826bf5f108510a7a7512ef79dfd7b4d53615d06c690fe8fdd878a6894f8dc75ee934c0328e7'
+
'08a493f299549b9eea830e1201d2131314b2c0c931c9fdd06a30e849c90368c7809c6a42bfded33aec44403cd8f61caad168b54bad08f5b21867f2d562f0c872')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+}
+
+build() {
+  cd meshbird-$pkgver
+  make build
+}
+
+package() {
+  cd meshbird-$pkgver
+  install -Dm755 bin/meshbird "$pkgdir"/usr/bin/meshbird
+  install -Dm644 "$srcdir"/meshbird.service 
"$pkgdir"/usr/lib/systemd/system/meshbird.service
+  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
+}

Deleted: meshbird.conf
===
--- meshbird.conf   2018-12-17 21:44:04 UTC (rev 416574)
+++ meshbird.conf   2018-12-17 21:44:25 UTC (rev 416575)
@@ -1 +0,0 @@
-MESHBIRD_KEY="CHANGE_THIS"

Copied: meshbird/repos/community-x86_64/meshbird.conf (from rev 416574, 
meshbird/trunk/meshbird.conf)
===
--- meshbird.conf   (rev 0)
+++ meshbird.conf   2018-12-17 21:44:25 UTC (rev 416575)
@@ -0,0 +1 @@
+MESHBIRD_KEY="CHANGE_THIS"

Deleted: meshbird.service
===
--- meshbird.service2018-12-17 21:44:04 UTC (rev 416574)
+++ meshbird.service2018-12-17 21:44:25 UTC (rev 416575)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Meshbird Service
-After=network.target
-
-[Service]
-Type=simple
-EnvironmentFile=/etc/meshbird.conf
-ExecStart=/usr/bin/meshbird join
-
-[Install]
-WantedBy=multi-user.target

Copied: meshbird/repos/community-x86_64/meshbird.service (from rev 416574, 
meshbird/trunk/meshbird.service)

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

2018-12-17 Thread Felix Yan via arch-commits
Date: Monday, December 17, 2018 @ 21:44:04
  Author: felixonmars
Revision: 416574

upgpkg: meshbird 2.1-1

Modified:
  meshbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 21:42:18 UTC (rev 416573)
+++ PKGBUILD2018-12-17 21:44:04 UTC (rev 416574)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=meshbird
-pkgver=0.2
-pkgrel=3
+pkgver=2.1
+pkgrel=1
 pkgdesc="Distributed private networking"
 arch=('x86_64')
 url="https://github.com/meshbird/meshbird;
@@ -12,7 +12,7 @@
 backup=(etc/meshbird.conf)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
 meshbird.service meshbird.conf)
-sha512sums=('7e1d5453b7953c9c522207afcb97b9a88824f03493e77bed1626f578a6a34e152da6c7ab81bec1b1d1b2a32b3a74e1bf4f20877749c3b6b75e64321550a054d5'
+sha512sums=('4adc4c6dccb44465ac6658711d1d7771bc0aef1bc7ed6c929c665fe79c8f712fcb9f490d88b68b0b1096dcdcb89fbccd624a031787379d90d3b259cea9b16852'
 
'b9b552f09d9f98c4ff90ce3d31b15f7a5c2453c1535fa17454043826bf5f108510a7a7512ef79dfd7b4d53615d06c690fe8fdd878a6894f8dc75ee934c0328e7'
 
'08a493f299549b9eea830e1201d2131314b2c0c931c9fdd06a30e849c90368c7809c6a42bfded33aec44403cd8f61caad168b54bad08f5b21867f2d562f0c872')
 
@@ -19,18 +19,16 @@
 prepare() {
   mkdir .gopath
   export GOPATH="$srcdir"/.gopath
-
-  go get github.com/codegangsta/cli github.com/meshbird/meshbird
 }
 
 build() {
   cd meshbird-$pkgver
-  go build # -gccgoflags "$CFLAGS $LDFLAGS"
+  make build
 }
 
 package() {
   cd meshbird-$pkgver
-  install -Dm755 meshbird-$pkgver "$pkgdir"/usr/bin/meshbird
+  install -Dm755 bin/meshbird "$pkgdir"/usr/bin/meshbird
   install -Dm644 "$srcdir"/meshbird.service 
"$pkgdir"/usr/lib/systemd/system/meshbird.service
   install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
 }


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 21:42:18
  Author: arojas
Revision: 416573

archrelease: copy trunk to community-any

Added:
  pdfarranger/repos/community-any/PKGBUILD
(from rev 416572, pdfarranger/trunk/PKGBUILD)
Deleted:
  pdfarranger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 21:41:45 UTC (rev 416572)
+++ PKGBUILD2018-12-17 21:42:18 UTC (rev 416573)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alois Nespor 
-
-pkgname=pdfarranger
-pkgver=1.1
-pkgrel=1
-pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
-arch=(any)
-url='https://github.com/jeromerobert/pdfarranger'
-license=('GPL3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
-depends=(gtk3 python-gobject python-cairo poppler-glib python-pypdf2 
ghostscript)
-makedepends=(python-distutils-extra python-setuptools)
-sha256sums=('0c9def3e8c36d344a1032c0c05bdf6c825262bf5fdba0ff96d2ef1895e6d065d')
-
-build () {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package () {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}
-

Copied: pdfarranger/repos/community-any/PKGBUILD (from rev 416572, 
pdfarranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 21:42:18 UTC (rev 416573)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alois Nespor 
+
+pkgname=pdfarranger
+pkgver=1.1
+pkgrel=2
+pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
+arch=(any)
+url='https://github.com/jeromerobert/pdfarranger'
+license=('GPL3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
+depends=(gtk3 python-gobject python-cairo poppler-glib python-pypdf2 
ghostscript python-setuptools)
+makedepends=(python-distutils-extra)
+sha256sums=('0c9def3e8c36d344a1032c0c05bdf6c825262bf5fdba0ff96d2ef1895e6d065d')
+
+build () {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}
+


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 21:41:45
  Author: arojas
Revision: 416572

Add python-setuptools dependency (FS#61114)

Modified:
  pdfarranger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 20:48:47 UTC (rev 416571)
+++ PKGBUILD2018-12-17 21:41:45 UTC (rev 416572)
@@ -3,14 +3,14 @@
 
 pkgname=pdfarranger
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
 arch=(any)
 url='https://github.com/jeromerobert/pdfarranger'
 license=('GPL3')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
-depends=(gtk3 python-gobject python-cairo poppler-glib python-pypdf2 
ghostscript)
-makedepends=(python-distutils-extra python-setuptools)
+depends=(gtk3 python-gobject python-cairo poppler-glib python-pypdf2 
ghostscript python-setuptools)
+makedepends=(python-distutils-extra)
 sha256sums=('0c9def3e8c36d344a1032c0c05bdf6c825262bf5fdba0ff96d2ef1895e6d065d')
 
 build () {


[arch-commits] Commit in python-pep517/repos (testing-any testing-any/PKGBUILD)

2018-12-17 Thread Felix Yan via arch-commits
Date: Monday, December 17, 2018 @ 21:37:21
  Author: felixonmars
Revision: 342469

archrelease: copy trunk to testing-any

Added:
  python-pep517/repos/testing-any/
  python-pep517/repos/testing-any/PKGBUILD
(from rev 342468, python-pep517/trunk/PKGBUILD)

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

Copied: python-pep517/repos/testing-any/PKGBUILD (from rev 342468, 
python-pep517/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-12-17 21:37:21 UTC (rev 342469)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pep517
+pkgname=('python-pep517' 'python2-pep517')
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Wrappers to build Python packages using PEP 517 hooks"
+arch=('any')
+license=('MIT')
+url="https://github.com/takluyver/pep517;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pytoml' 
'python2-pytoml')
+checkdepends=('python-pytest' 'python2-pytest' 'python-pytest-flake8' 
'python2-pytest-flake8'
+  'python-testpath')
+source=("https://pypi.io/packages/source/p/pep517/pep517-$pkgver.tar.gz;)
+sha512sums=('5bae6bae4cea9557a2113ddc29257ca47b0670a676dc495e9b4d28e0f685ef2c08cf6715dc473df99591b05a9c3bd12cd59094c575f852552d3bde73558c5031')
+
+prepare() {
+  cp -a pep517-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pep517-$pkgver
+  python setup.py build
+ 
+  cd "$srcdir"/pep517-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pep517-$pkgver
+  # https://github.com/pypa/pep517/issues/35
+  pytest -k 'not setup.py'
+
+  cd "$srcdir"/pep517-$pkgver-py2
+  # No python2-testpath
+  # pytest2
+}
+ 
+package_python-pep517() {
+  depends=('python-pytoml')
+ 
+  cd pep517-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+ 
+package_python2-pep517() {
+  depends=('python2-pytoml')
+ 
+  cd pep517-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-12-17 Thread Felix Yan via arch-commits
Date: Monday, December 17, 2018 @ 21:36:48
  Author: felixonmars
Revision: 342468

upgpkg: python-pep517 0.5.0-1

Modified:
  python-pep517/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 21:32:19 UTC (rev 342467)
+++ PKGBUILD2018-12-17 21:36:48 UTC (rev 342468)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pep517
 pkgname=('python-pep517' 'python2-pep517')
-pkgver=0.3
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Wrappers to build Python packages using PEP 517 hooks"
 arch=('any')
@@ -9,9 +9,10 @@
 license=('MIT')
 url="https://github.com/takluyver/pep517;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pytoml' 
'python2-pytoml')
-checkdepends=('python-pytest' 'python2-pytest' 'python-testpath')
+checkdepends=('python-pytest' 'python2-pytest' 'python-pytest-flake8' 
'python2-pytest-flake8'
+  'python-testpath')
 source=("https://pypi.io/packages/source/p/pep517/pep517-$pkgver.tar.gz;)
-sha512sums=('137fd97d13bd535e2a2340c7762bd8121dfff92db165b2f63330a624d0dcc75b7a2af309a808800f72ecce13e2cc6ad35e879b261a8d45c79966b6b42dbc256a')
+sha512sums=('5bae6bae4cea9557a2113ddc29257ca47b0670a676dc495e9b4d28e0f685ef2c08cf6715dc473df99591b05a9c3bd12cd59094c575f852552d3bde73558c5031')
 
 prepare() {
   cp -a pep517-$pkgver{,-py2}
@@ -27,7 +28,8 @@
 
 check() {
   cd "$srcdir"/pep517-$pkgver
-  pytest
+  # https://github.com/pypa/pep517/issues/35
+  pytest -k 'not setup.py'
 
   cd "$srcdir"/pep517-$pkgver-py2
   # No python2-testpath


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 21:32:19
  Author: arojas
Revision: 342467

archrelease: copy trunk to extra-x86_64

Added:
  qt5-wayland/repos/extra-x86_64/PKGBUILD
(from rev 342466, qt5-wayland/trunk/PKGBUILD)
Deleted:
  qt5-wayland/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 21:31:50 UTC (rev 342466)
+++ PKGBUILD2018-12-17 21:32:19 UTC (rev 342467)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-wayland
-_qtver=5.12.0
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides APIs for Wayland'
-depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland 
is needed for nvidia-libgl users
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-
qtbug-69077.patch::"http://code.qt.io/cgit/qt/qtwayland.git/patch/?id=1dc85b95;)
-sha256sums=('555c2d1b31733735d94c228f5f9183ea8216d61f85e30af08044763639d97ed7'
-'e4cef3faa5ea86f727cf388320585077cbebfd31b0d9f6a4131797ee5a0d61ac')
-
-prepare() {
-  mkdir -p build
-
-  cd ${_pkgfqn}
-  patch -p1 -i ../qtbug-69077.patch # Fix qtwayland blocks in frame callback
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-wayland/repos/extra-x86_64/PKGBUILD (from rev 342466, 
qt5-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 21:32:19 UTC (rev 342467)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_qtver=5.12.0
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland 
is needed for nvidia-libgl users
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('555c2d1b31733735d94c228f5f9183ea8216d61f85e30af08044763639d97ed7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 21:31:50
  Author: arojas
Revision: 342466

Revert patch (FS#61097)

Modified:
  qt5-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 21:05:43 UTC (rev 342465)
+++ PKGBUILD2018-12-17 21:31:50 UTC (rev 342466)
@@ -4,7 +4,7 @@
 pkgname=qt5-wayland
 _qtver=5.12.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -12,16 +12,11 @@
 depends=('qt5-declarative' 'libxcomposite' 'wayland') # namcap note: wayland 
is needed for nvidia-libgl users
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-
qtbug-69077.patch::"http://code.qt.io/cgit/qt/qtwayland.git/patch/?id=1dc85b95;)
-sha256sums=('555c2d1b31733735d94c228f5f9183ea8216d61f85e30af08044763639d97ed7'
-'e4cef3faa5ea86f727cf388320585077cbebfd31b0d9f6a4131797ee5a0d61ac')
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('555c2d1b31733735d94c228f5f9183ea8216d61f85e30af08044763639d97ed7')
 
 prepare() {
   mkdir -p build
-
-  cd ${_pkgfqn}
-  patch -p1 -i ../qtbug-69077.patch # Fix qtwayland blocks in frame callback
 }
 
 build() {


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

2018-12-17 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 17, 2018 @ 21:05:43
  Author: bisson
Revision: 342465

archrelease: copy trunk to extra-x86_64

Added:
  conky/repos/extra-x86_64/PKGBUILD
(from rev 342464, conky/trunk/PKGBUILD)
Deleted:
  conky/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 21:05:20 UTC (rev 342464)
+++ PKGBUILD2018-12-17 21:05:43 UTC (rev 342465)
@@ -1,56 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.11.0
-pkgrel=2
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-
'https://github.com/brndnmtthws/conky/commit/4d098b053690861992f9daa4e3195b31295c735c.patch')
-sha256sums=('cc75b5f6cdeefa83082f3dedf5a12105569c2cdc0ae3e7728922d79bc4abcf51'
-'c509b4a082ff84b5d3f7f002d737ab9f5941ac4564779b97307087ba663b8aaf')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../4d098b053690861992f9daa4e3195b31295c735c.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_XSHAPE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D BUILD_JOURNAL=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-x86_64/PKGBUILD (from rev 342464, 
conky/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 21:05:43 UTC (rev 342465)
@@ -0,0 +1,48 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.11.1
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;)
+sha256sums=('71fab859946cc2e67be46f2db53859c66369c5c87acf18fc8dfbd41b114f6d6e')
+options=('!strip' 'debug')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_XSHAPE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D BUILD_JOURNAL=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}


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

2018-12-17 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 17, 2018 @ 21:05:20
  Author: bisson
Revision: 342464

upstream update

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 20:57:18 UTC (rev 342463)
+++ PKGBUILD2018-12-17 21:05:20 UTC (rev 342464)
@@ -4,8 +4,8 @@
 # Contributor: Partha Chowdhury 
 
 pkgname=conky
-pkgver=1.11.0
-pkgrel=2
+pkgver=1.11.1
+pkgrel=1
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
 license=('BSD' 'GPL')
@@ -13,18 +13,10 @@
 makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
 depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
  'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-
'https://github.com/brndnmtthws/conky/commit/4d098b053690861992f9daa4e3195b31295c735c.patch')
-sha256sums=('cc75b5f6cdeefa83082f3dedf5a12105569c2cdc0ae3e7728922d79bc4abcf51'
-'c509b4a082ff84b5d3f7f002d737ab9f5941ac4564779b97307087ba663b8aaf')
-
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;)
+sha256sums=('71fab859946cc2e67be46f2db53859c66369c5c87acf18fc8dfbd41b114f6d6e')
 options=('!strip' 'debug')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../4d098b053690861992f9daa4e3195b31295c735c.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 


[arch-commits] Commit in gnupg/repos (5 files)

2018-12-17 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 17, 2018 @ 20:57:16
  Author: bisson
Revision: 342462

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

Added:
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 342461, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 342461, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|   67 +
 /install |   41 +
 core-x86_64/PKGBUILD |   67 -
 core-x86_64/install  |   41 -
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-12-17 20:54:53 UTC (rev 342461)
+++ core-x86_64/PKGBUILD2018-12-17 20:57:16 UTC (rev 342462)
@@ -1,67 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.2.11
-pkgrel=1
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='https://www.gnupg.org/'
-license=('GPL')
-arch=('x86_64')
-checkdepends=('openssh')
-makedepends=('libldap' 'libusb-compat' 'pcsclite')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon'
-'pcsclite: scdaemon')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('496c3e123ef53f35436ddccca58e82acaa901ca4e21174e77386c0cea0c49cd9'
-'SKIP')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg "${pkgdir}"/usr/bin/gpg2
-   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
-
-   cd doc/examples/systemd-user
-   for i in *.*; do
-   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
-   done
-}

Copied: gnupg/repos/core-x86_64/PKGBUILD (from rev 342461, 
gnupg/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-12-17 20:57:16 UTC (rev 342462)
@@ -0,0 +1,67 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.12
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('db030f8b4c98640e91300d36d516f1f4f8fe09514a94ea9fc7411ee1a34082cb'
+'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   

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

2018-12-17 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 17, 2018 @ 20:57:18
  Author: bisson
Revision: 342463

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

Added:
  libassuan/repos/core-x86_64/PKGBUILD
(from rev 342462, libassuan/repos/testing-x86_64/PKGBUILD)
Deleted:
  libassuan/repos/core-x86_64/PKGBUILD
  libassuan/repos/testing-x86_64/

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

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-12-17 20:57:16 UTC (rev 342462)
+++ core-x86_64/PKGBUILD2018-12-17 20:57:18 UTC (rev 342463)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Tobias Powalowski 
-# Maintainer: Gaetan Bisson 
-
-pkgname=libassuan
-pkgver=2.5.1
-pkgrel=1
-pkgdesc='IPC library used by some GnuPG related software'
-url='http://www.gnupg.org/related_software/libassuan/'
-arch=('x86_64')
-license=('GPL')
-depends=('libgpg-error')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('47f96c37b4f2aac289f0bc1bacfa8bd8b4b209a488d3d15e2229cb6cc9b26449'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libassuan/repos/core-x86_64/PKGBUILD (from rev 342462, 
libassuan/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-12-17 20:57:18 UTC (rev 342463)
@@ -0,0 +1,31 @@
+# Contributor: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libassuan
+pkgver=2.5.2
+pkgrel=1
+pkgdesc='IPC library used by some GnuPG related software'
+url='http://www.gnupg.org/related_software/libassuan/'
+arch=('x86_64')
+license=('GPL')
+depends=('libgpg-error')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('986b1bf277e375f7a960450fbb8ffbd45294d06598916ad4ebf79aee0cb788e7'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-12-17 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 17, 2018 @ 20:54:53
  Author: bisson
Revision: 342461

db-move: moved conky from [testing] to [extra] (x86_64)

Added:
  conky/repos/extra-x86_64/PKGBUILD
(from rev 342460, conky/repos/testing-x86_64/PKGBUILD)
Deleted:
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/testing-x86_64/

---+
 /PKGBUILD |   56 
 extra-x86_64/PKGBUILD |   49 --
 2 files changed, 56 insertions(+), 49 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2018-12-17 20:30:05 UTC (rev 342460)
+++ extra-x86_64/PKGBUILD   2018-12-17 20:54:53 UTC (rev 342461)
@@ -1,49 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;)
-sha256sums=('cc75b5f6cdeefa83082f3dedf5a12105569c2cdc0ae3e7728922d79bc4abcf51')
-
-options=('!strip' 'debug')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_XSHAPE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D BUILD_JOURNAL=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-x86_64/PKGBUILD (from rev 342460, 
conky/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-12-17 20:54:53 UTC (rev 342461)
@@ -0,0 +1,56 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.11.0
+pkgrel=2
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+
'https://github.com/brndnmtthws/conky/commit/4d098b053690861992f9daa4e3195b31295c735c.patch')
+sha256sums=('cc75b5f6cdeefa83082f3dedf5a12105569c2cdc0ae3e7728922d79bc4abcf51'
+'c509b4a082ff84b5d3f7f002d737ab9f5941ac4564779b97307087ba663b8aaf')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../4d098b053690861992f9daa4e3195b31295c735c.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_XSHAPE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D BUILD_JOURNAL=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 20:47:31
  Author: arojas
Revision: 416570

archrelease: copy trunk to community-x86_64

Added:
  giac/repos/community-x86_64/PKGBUILD
(from rev 416569, giac/trunk/PKGBUILD)
Deleted:
  giac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 20:47:10 UTC (rev 416569)
+++ PKGBUILD2018-12-17 20:47:31 UTC (rev 416570)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.5.0-27
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('23ba720efb6c6a3a898579a8ab3150a9708184ce74065d9904c6fa38d85f6f71')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 416569, 
giac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 20:47:31 UTC (rev 416570)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.5.0-27
+pkgver=${_pkgver//-/.}
+pkgrel=2
+pkgdesc="A free computer algebra system"
+arch=(x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+sha256sums=('23ba720efb6c6a3a898579a8ab3150a9708184ce74065d9904c6fa38d85f6f71')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao gmp-ecm)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 20:47:10
  Author: arojas
Revision: 416569

Add ecm support

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 20:01:21 UTC (rev 416568)
+++ PKGBUILD2018-12-17 20:47:10 UTC (rev 416569)
@@ -4,12 +4,12 @@
 pkgname=(xcas libgiac)
 _pkgver=1.5.0-27
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 pkgdesc="A free computer algebra system"
 arch=(x86_64)
 url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
 license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
 sha256sums=('23ba720efb6c6a3a898579a8ab3150a9708184ce74065d9904c6fa38d85f6f71')
 
@@ -34,7 +34,7 @@
 
 package_libgiac() {
   pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao)
+  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao gmp-ecm)
 
   cd $pkgbase-${pkgver%.*}
   make DESTDIR="$pkgdir" install


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

2018-12-17 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, December 17, 2018 @ 20:01:10
  Author: jlichtblau
Revision: 416567

upgpkg: youtube-dl 2018.12.17-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 19:56:17 UTC (rev 416566)
+++ PKGBUILD2018-12-17 20:01:10 UTC (rev 416567)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2018.12.09
+pkgver=2018.12.17
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('fda38f3239094d31fc9df2433aea15b5256c6b23813b0941e81ee5987f071569'
+sha256sums=('33eb88869637a6f019252348ef470042d5bf1ee3a996736aa3bb8cc647fea4d9'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2018-12-17 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, December 17, 2018 @ 20:01:21
  Author: jlichtblau
Revision: 416568

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 416567, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 20:01:10 UTC (rev 416567)
+++ PKGBUILD2018-12-17 20:01:21 UTC (rev 416568)
@@ -1,35 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2018.12.09
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('fda38f3239094d31fc9df2433aea15b5256c6b23813b0941e81ee5987f071569'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 416567, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 20:01:21 UTC (rev 416568)
@@ -0,0 +1,35 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2018.12.17
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-pycryptodome: for hlsnative downloader')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('33eb88869637a6f019252348ef470042d5bf1ee3a996736aa3bb8cc647fea4d9'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in skrooge/trunk (4 files)

2018-12-17 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, December 17, 2018 @ 19:56:06
  Author: jlichtblau
Revision: 416565

upgpkg: skrooge 2.17.0-1 - new upstream release

Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog
Deleted:
  skrooge/trunk/sqlcipher4-compliance1.patch
  skrooge/trunk/sqlcipher4-compliance2.patch

--+
 PKGBUILD |   21 +
 skrooge.changelog|3 +++
 sqlcipher4-compliance1.patch |   17 -
 sqlcipher4-compliance2.patch |   14 --
 4 files changed, 8 insertions(+), 47 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 19:55:29 UTC (rev 416564)
+++ PKGBUILD2018-12-17 19:56:06 UTC (rev 416565)
@@ -4,8 +4,8 @@
 # Contributor: neuromante 
 
 pkgname=skrooge
-pkgver=2.16.2
-pkgrel=3
+pkgver=2.17.0
+pkgrel=1
 pkgdesc="A personal finances manager for KDE"
 arch=('x86_64')
 url="https://skrooge.org/;
@@ -17,22 +17,11 @@
 options=('!emptydirs')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-sqlcipher4-compliance1.patch sqlcipher4-compliance2.patch)
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
-sha256sums=('124e0928595be6c1ae0a879f4f1cd4631e7aced8c5273ccb92e128a4f2c2bb45'
-'SKIP'
-'35e2555a404d8ee170c17664fe44864dcf47e9d70307b02af8455da09a26a61a'
-'cc85c191033576accefe8686be22de3a6a7cb8425c987ae853f70facd4823e85')
+sha256sums=('19f2d7939b0333a95a129d110c11514f07a06f39b1ec08b42b5f43b6145b036d'
+'SKIP')
 
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-# https://bugs.archlinux.org/task/60989
-  patch -Np1 -i "${srcdir}"/sqlcipher4-compliance1.patch
-  patch -Np1 -i "${srcdir}"/sqlcipher4-compliance2.patch
-}
-
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Modified: skrooge.changelog
===
--- skrooge.changelog   2018-12-17 19:55:29 UTC (rev 416564)
+++ skrooge.changelog   2018-12-17 19:56:06 UTC (rev 416565)
@@ -1,3 +1,6 @@
+2018-12-17 Jaroslav Lichtblau 
+   * skrooge 2.17.0-1
+
 2018-12-10 Jaroslav Lichtblau 
* skrooge 2.16.2-3 FS#60989 fix
 

Deleted: sqlcipher4-compliance1.patch
===
--- sqlcipher4-compliance1.patch2018-12-17 19:55:29 UTC (rev 416564)
+++ sqlcipher4-compliance1.patch2018-12-17 19:56:06 UTC (rev 416565)
@@ -1,17 +0,0 @@
-diff --git a/skgbasemodeler/skgdocument.cpp b/skgbasemodeler/skgdocument.cpp
-index 7ccf5c2..5330d6c 100644
 a/skgbasemodeler/skgdocument.cpp
-+++ b/skgbasemodeler/skgdocument.cpp
-@@ -1383,8 +1383,10 @@ SKGError SKGDocument::load(const QString& iName, const 
QString& iPassword, bool
- err = SKGError(ERR_ENCRYPTION, i18nc("Error 
message", "Wrong installation"));
- }
- 
--// Test the password
--IFOKDO(err, SKGServices::executeSqliteOrder(tryOpen, 
QStringLiteral("SELECT count(*) FROM sqlite_master")));
-+// Migrate to the last version of SQLCipher
-+IFOKDO(err, SKGServices::executeSqliteOrder(tryOpen, 
QStringLiteral("PRAGMA cipher_migrate")));
-+
-+// Test the password
IFOKDO(err, SKGServices::executeSqliteOrder(tryOpen, QStringLiteral("SELECT 
count(*) FROM sqlite_master")));
- IFKO(err) {
- SKGTRACEL(10) << "Wrong password in restore mode" 
<< endl;
- err = SKGError(ERR_ENCRYPTION, i18nc("Error 
message", "Wrong password"));

Deleted: sqlcipher4-compliance2.patch
===
--- sqlcipher4-compliance2.patch2018-12-17 19:55:29 UTC (rev 416564)
+++ sqlcipher4-compliance2.patch2018-12-17 19:56:06 UTC (rev 416565)
@@ -1,14 +0,0 @@
-diff --git a/skgbasemodeler/skgdocument.cpp b/skgbasemodeler/skgdocument.cpp
-index 5330d6c..88a7932 100644
 a/skgbasemodeler/skgdocument.cpp
-+++ b/skgbasemodeler/skgdocument.cpp
-@@ -1386,7 +1386,8 @@ SKGError SKGDocument::load(const QString& iName, const 
QString& iPassword, bool
- // Migrate to the last version of SQLCipher
- IFOKDO(err, SKGServices::executeSqliteOrder(tryOpen, 
QStringLiteral("PRAGMA cipher_migrate")));
- 
--// Test the password
IFOKDO(err, SKGServices::executeSqliteOrder(tryOpen, QStringLiteral("SELECT 
count(*) FROM sqlite_master")));
-+// Test the password
-+IFOKDO(err, SKGServices::executeSqliteOrder(tryOpen, 

[arch-commits] Commit in skrooge/repos/community-testing-x86_64 (8 files)

2018-12-17 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, December 17, 2018 @ 19:56:17
  Author: jlichtblau
Revision: 416566

archrelease: copy trunk to community-testing-x86_64

Added:
  skrooge/repos/community-testing-x86_64/PKGBUILD
(from rev 416565, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-testing-x86_64/skrooge.changelog
(from rev 416565, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-testing-x86_64/skrooge.install
(from rev 416565, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-testing-x86_64/PKGBUILD
  skrooge/repos/community-testing-x86_64/skrooge.changelog
  skrooge/repos/community-testing-x86_64/skrooge.install
  skrooge/repos/community-testing-x86_64/sqlcipher4-compliance1.patch
  skrooge/repos/community-testing-x86_64/sqlcipher4-compliance2.patch

--+
 PKGBUILD |   91 ++
 skrooge.changelog|  259 -
 skrooge.install  |   22 +--
 sqlcipher4-compliance1.patch |   17 --
 sqlcipher4-compliance2.patch |   14 --
 5 files changed, 182 insertions(+), 221 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 19:56:06 UTC (rev 416565)
+++ PKGBUILD2018-12-17 19:56:17 UTC (rev 416566)
@@ -1,51 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: neuromante 
-
-pkgname=skrooge
-pkgver=2.16.2
-pkgrel=3
-pkgdesc="A personal finances manager for KDE"
-arch=('x86_64')
-url="https://skrooge.org/;
-license=('GPL')
-depends=('qt5-base' 'qca' 'qt5-script' 'qt5-webkit' 'libofx'
- 'grantlee' 'kross' 'knewstuff' 'krunner' 'knotifyconfig'
- 'sqlcipher' 'python' 'hicolor-icon-theme')
-makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'qt5-tools')
-options=('!emptydirs')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-sqlcipher4-compliance1.patch sqlcipher4-compliance2.patch)
-validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
-sha256sums=('124e0928595be6c1ae0a879f4f1cd4631e7aced8c5273ccb92e128a4f2c2bb45'
-'SKIP'
-'35e2555a404d8ee170c17664fe44864dcf47e9d70307b02af8455da09a26a61a'
-'cc85c191033576accefe8686be22de3a6a7cb8425c987ae853f70facd4823e85')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-# https://bugs.archlinux.org/task/60989
-  patch -Np1 -i "${srcdir}"/sqlcipher4-compliance1.patch
-  patch -Np1 -i "${srcdir}"/sqlcipher4-compliance2.patch
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-#   export
-  cmake . -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DKDE_INSTALL_LIBDIR=/usr/lib \
-  -DSKG_DESIGNER=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: skrooge/repos/community-testing-x86_64/PKGBUILD (from rev 416565, 
skrooge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 19:56:17 UTC (rev 416566)
@@ -0,0 +1,40 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.17.0
+pkgrel=1
+pkgdesc="A personal finances manager for KDE"
+arch=('x86_64')
+url="https://skrooge.org/;
+license=('GPL')
+depends=('qt5-base' 'qca' 'qt5-script' 'qt5-webkit' 'libofx'
+ 'grantlee' 'kross' 'knewstuff' 'krunner' 'knotifyconfig'
+ 'sqlcipher' 'python' 'hicolor-icon-theme')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'qt5-tools')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
+sha256sums=('19f2d7939b0333a95a129d110c11514f07a06f39b1ec08b42b5f43b6145b036d'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+#   export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_LIBDIR=/usr/lib \
+  -DSKG_DESIGNER=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: skrooge.changelog
===
--- skrooge.changelog   2018-12-17 19:56:06 UTC (rev 416565)
+++ skrooge.changelog   2018-12-17 19:56:17 UTC (rev 416566)
@@ -1,128 +0,0 @@
-2018-12-10 Jaroslav Lichtblau 
-   * skrooge 2.16.2-3 FS#60989 fix
-
-2018-11-05 Jaroslav Lichtblau 
-   * skrooge 2.16.2-1
-
-2018-09-02 Jaroslav Lichtblau 
-   * skrooge 2.15.0-1
-
-2018-06-25 Jaroslav Lichtblau 
-   * skrooge 2.14.0-1
-
-2018-05-12 Jaroslav Lichtblau 
-   * skrooge 

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

2018-12-17 Thread Lukas Jirkovsky via arch-commits
Date: Monday, December 17, 2018 @ 19:55:29
  Author: stativ
Revision: 416564

archrelease: copy trunk to community-x86_64

Added:
  kcm-wacomtablet/repos/community-x86_64/PKGBUILD
(from rev 416563, kcm-wacomtablet/trunk/PKGBUILD)
  kcm-wacomtablet/repos/community-x86_64/add_missing_includes.diff
(from rev 416563, kcm-wacomtablet/trunk/add_missing_includes.diff)
Deleted:
  kcm-wacomtablet/repos/community-x86_64/PKGBUILD
  kcm-wacomtablet/repos/community-x86_64/add_missing_includes.diff

---+
 PKGBUILD  |   83 +---
 add_missing_includes.diff |   22 +--
 2 files changed, 52 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 19:55:18 UTC (rev 416563)
+++ PKGBUILD2018-12-17 19:55:29 UTC (rev 416564)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dany Martineau 
-# Contributor: Dylon Edwards 
-pkgname=kcm-wacomtablet
-pkgver=3.1.0
-pkgrel=1
-epoch=1
-pkgdesc="KDE GUI for the Wacom Linux Drivers"
-arch=('i686' 'x86_64')
-url="https://cgit.kde.org/wacomtablet.git;
-license=('GPL')
-depends=('plasma-framework' 'xf86-input-wacom')
-makedepends=('git' 'cmake' 'extra-cmake-modules' 'kdoctools')
-source=("https://download.kde.org/stable/wacomtablet/$pkgver/wacomtablet-$pkgver.tar.xz"{,.sig}
-"add_missing_includes.diff")
-sha256sums=('ac953f69aa5899b837ae46a8248b5ac18bfe79871c239485b6753e99e2776454'
-'SKIP'
-'143b2e81e5152c2f1db6e03089b32d9b9fdf1e61739743179b0efb299eb5b44d')
-validpgpkeys=('E6E4C916590026E45836A12EA8896AFDFEF5DF53') # Valeriy Malov
-
-prepare() {
-  cd "$srcdir/wacomtablet-$pkgver"
-  patch -Np1 < "$srcdir/add_missing_includes.diff"
-}
-
-build() {
-  cd "$srcdir/wacomtablet-$pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir/wacomtablet-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kcm-wacomtablet/repos/community-x86_64/PKGBUILD (from rev 416563, 
kcm-wacomtablet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 19:55:29 UTC (rev 416564)
@@ -0,0 +1,41 @@
+# Maintainer: Lukas Jirkovsky 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dany Martineau 
+# Contributor: Dylon Edwards 
+pkgname=kcm-wacomtablet
+pkgver=3.1.1
+pkgrel=1
+epoch=1
+pkgdesc="KDE GUI for the Wacom Linux Drivers"
+arch=('i686' 'x86_64')
+url="https://cgit.kde.org/wacomtablet.git;
+license=('GPL')
+depends=('plasma-framework' 'xf86-input-wacom')
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'kdoctools')
+source=("https://download.kde.org/stable/wacomtablet/$pkgver/wacomtablet-$pkgver.tar.xz"{,.sig}
+"add_missing_includes.diff")
+sha256sums=('b328a56700f707694d879a69c7626dcfbe04c18be10bdde77c6a71770729678b'
+'SKIP'
+'143b2e81e5152c2f1db6e03089b32d9b9fdf1e61739743179b0efb299eb5b44d')
+validpgpkeys=('E6E4C916590026E45836A12EA8896AFDFEF5DF53') # Valeriy Malov
+
+prepare() {
+  cd "$srcdir/wacomtablet-$pkgver"
+  patch -Np1 < "$srcdir/add_missing_includes.diff"
+}
+
+build() {
+  cd "$srcdir/wacomtablet-$pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/wacomtablet-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: add_missing_includes.diff
===
--- add_missing_includes.diff   2018-12-17 19:55:18 UTC (rev 416563)
+++ add_missing_includes.diff   2018-12-17 19:55:29 UTC (rev 416564)
@@ -1,11 +0,0 @@
-diff -rup wacomtablet-3.1.0/src/kcmodule/styluspagewidget.cpp 
wacomtablet-3.1.0.new/src/kcmodule/styluspagewidget.cpp
 wacomtablet-3.1.0/src/kcmodule/styluspagewidget.cpp2018-06-22 
15:07:58.0 +0200
-+++ wacomtablet-3.1.0.new/src/kcmodule/styluspagewidget.cpp2018-07-10 
17:38:09.239242847 +0200
-@@ -25,6 +25,7 @@
- #include "profilemanagement.h"
- 
- // common includes
-+#include "logging.h"
- #include "property.h"
- #include "deviceprofile.h"
- #include "dbustabletinterface.h"

Copied: kcm-wacomtablet/repos/community-x86_64/add_missing_includes.diff (from 
rev 416563, kcm-wacomtablet/trunk/add_missing_includes.diff)
===
--- add_missing_includes.diff   (rev 0)
+++ add_missing_includes.diff   2018-12-17 19:55:29 UTC (rev 416564)
@@ -0,0 +1,11 @@
+diff -rup wacomtablet-3.1.0/src/kcmodule/styluspagewidget.cpp 
wacomtablet-3.1.0.new/src/kcmodule/styluspagewidget.cpp
+--- wacomtablet-3.1.0/src/kcmodule/styluspagewidget.cpp2018-06-22 
15:07:58.0 +0200
 

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

2018-12-17 Thread Lukas Jirkovsky via arch-commits
Date: Monday, December 17, 2018 @ 19:55:18
  Author: stativ
Revision: 416563

upgpkg: kcm-wacomtablet 1:3.1.1-1

update to 3.1.1

Modified:
  kcm-wacomtablet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 19:39:35 UTC (rev 416562)
+++ PKGBUILD2018-12-17 19:55:18 UTC (rev 416563)
@@ -3,7 +3,7 @@
 # Contributor: Dany Martineau 
 # Contributor: Dylon Edwards 
 pkgname=kcm-wacomtablet
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 epoch=1
 pkgdesc="KDE GUI for the Wacom Linux Drivers"
@@ -14,7 +14,7 @@
 makedepends=('git' 'cmake' 'extra-cmake-modules' 'kdoctools')
 
source=("https://download.kde.org/stable/wacomtablet/$pkgver/wacomtablet-$pkgver.tar.xz"{,.sig}
 "add_missing_includes.diff")
-sha256sums=('ac953f69aa5899b837ae46a8248b5ac18bfe79871c239485b6753e99e2776454'
+sha256sums=('b328a56700f707694d879a69c7626dcfbe04c18be10bdde77c6a71770729678b'
 'SKIP'
 '143b2e81e5152c2f1db6e03089b32d9b9fdf1e61739743179b0efb299eb5b44d')
 validpgpkeys=('E6E4C916590026E45836A12EA8896AFDFEF5DF53') # Valeriy Malov


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

2018-12-17 Thread Lukas Jirkovsky via arch-commits
Date: Monday, December 17, 2018 @ 19:39:35
  Author: stativ
Revision: 416562

archrelease: copy trunk to community-x86_64

Added:
  rawtherapee/repos/community-x86_64/PKGBUILD
(from rev 416561, rawtherapee/trunk/PKGBUILD)
Deleted:
  rawtherapee/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 19:39:17 UTC (rev 416561)
+++ PKGBUILD2018-12-17 19:39:35 UTC (rev 416562)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Bogdan Szczurek 
-# Contributor: Vaclav Kramar 
-# Contributor: Archie 
-
-pkgname=rawtherapee
-pkgver=5.4
-pkgrel=1
-epoch=1
-pkgdesc="A powerful cross-platform raw image processing program"
-arch=('x86_64')
-url="http://www.rawtherapee.com/;
-license=('GPL3')
-depends=('fftw' 'gtk3' 'glibmm' 'gtkmm3' 'lcms2' 'lensfun' 'libcanberra'
- 'libiptcdata' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('cmake')
-source=("http://rawtherapee.com/shared/source/rawtherapee-$pkgver.tar.xz;)
-sha1sums=('5e55fe134d87fb220f135b96c59a2de236b347df')
-
-
-build() {
-  mkdir -p "$srcdir/$pkgname-build"
-  cd "$srcdir/$pkgname-build"
-
-  cmake "$srcdir/$pkgname-$pkgver" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCACHE_NAME_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-build"
-  make DESTDIR="$pkgdir/" install
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: rawtherapee/repos/community-x86_64/PKGBUILD (from rev 416561, 
rawtherapee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 19:39:35 UTC (rev 416562)
@@ -0,0 +1,38 @@
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Bogdan Szczurek 
+# Contributor: Vaclav Kramar 
+# Contributor: Archie 
+
+pkgname=rawtherapee
+pkgver=5.5
+pkgrel=1
+epoch=1
+pkgdesc="A powerful cross-platform raw image processing program"
+arch=('x86_64')
+url="http://www.rawtherapee.com/;
+license=('GPL3')
+depends=('fftw' 'gtk3' 'glibmm' 'gtkmm3' 'lcms2' 'lensfun' 'libcanberra'
+ 'libiptcdata' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('cmake')
+source=("http://rawtherapee.com/shared/source/rawtherapee-$pkgver.tar.xz;)
+sha1sums=('99eb1ea3e7896bb3a690396637758e6a85dd8b37')
+
+
+build() {
+  mkdir -p "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname-build"
+
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCACHE_NAME_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-build"
+  make DESTDIR="$pkgdir/" install
+}
+
+
+# vim:set ts=2 sw=2 et:


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

2018-12-17 Thread Lukas Jirkovsky via arch-commits
Date: Monday, December 17, 2018 @ 19:39:17
  Author: stativ
Revision: 416561

upgpkg: rawtherapee 1:5.5-1

update to 5.5

Modified:
  rawtherapee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 18:54:33 UTC (rev 416560)
+++ PKGBUILD2018-12-17 19:39:17 UTC (rev 416561)
@@ -4,7 +4,7 @@
 # Contributor: Archie 
 
 pkgname=rawtherapee
-pkgver=5.4
+pkgver=5.5
 pkgrel=1
 epoch=1
 pkgdesc="A powerful cross-platform raw image processing program"
@@ -15,7 +15,7 @@
  'libiptcdata' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('cmake')
 source=("http://rawtherapee.com/shared/source/rawtherapee-$pkgver.tar.xz;)
-sha1sums=('5e55fe134d87fb220f135b96c59a2de236b347df')
+sha1sums=('99eb1ea3e7896bb3a690396637758e6a85dd8b37')
 
 
 build() {


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

2018-12-17 Thread Brad Fanella via arch-commits
Date: Monday, December 17, 2018 @ 18:54:33
  Author: cesura
Revision: 416560

archrelease: copy trunk to community-x86_64

Added:
  libmateweather/repos/community-x86_64/PKGBUILD
(from rev 416559, libmateweather/trunk/PKGBUILD)
Deleted:
  libmateweather/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 18:53:47 UTC (rev 416559)
+++ PKGBUILD2018-12-17 18:54:33 UTC (rev 416560)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-
-pkgname=libmateweather
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="Provides access to weather information from the Internet."
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('LGPL')
-depends=('gtk3' 'libsoup')
-makedepends=('intltool')
-conflicts=('libmateweather-gtk3')
-replaces=('libmateweather-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('21f35e05bb586c1a01b9754ad48726470ab456778350de32b6c5bdb286b5e12e')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-python \
---enable-locations-compression
-
-#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: libmateweather/repos/community-x86_64/PKGBUILD (from rev 416559, 
libmateweather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 18:54:33 UTC (rev 416560)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+
+pkgname=libmateweather
+pkgver=1.20.2
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('LGPL')
+depends=('gtk3' 'libsoup')
+makedepends=('intltool')
+conflicts=('libmateweather-gtk3')
+replaces=('libmateweather-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('bb4363c64a81885c0656be71a8965df22d0acff64df46cadd424d5116c0f57cf')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-python \
+--enable-locations-compression
+
+#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
+}


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

2018-12-17 Thread Brad Fanella via arch-commits
Date: Monday, December 17, 2018 @ 18:53:47
  Author: cesura
Revision: 416559

upgpkg: libmateweather 1.20.2-1

Updated to version 1.20.2

Modified:
  libmateweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 18:48:46 UTC (rev 416558)
+++ PKGBUILD2018-12-17 18:53:47 UTC (rev 416559)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=libmateweather
-pkgver=1.20.1
+pkgver=1.20.2
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="https://mate-desktop.org;
@@ -13,7 +13,7 @@
 conflicts=('libmateweather-gtk3')
 replaces=('libmateweather-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('21f35e05bb586c1a01b9754ad48726470ab456778350de32b6c5bdb286b5e12e')
+sha256sums=('bb4363c64a81885c0656be71a8965df22d0acff64df46cadd424d5116c0f57cf')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-12-17 Thread Brad Fanella via arch-commits
Date: Monday, December 17, 2018 @ 18:48:46
  Author: cesura
Revision: 416558

archrelease: copy trunk to community-x86_64

Added:
  eom/repos/community-x86_64/PKGBUILD
(from rev 416557, eom/trunk/PKGBUILD)
Deleted:
  eom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 18:48:16 UTC (rev 416557)
+++ PKGBUILD2018-12-17 18:48:46 UTC (rev 416558)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=eom
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="An image viewing and cataloging program for MATE"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
-makedepends=('gobject-introspection' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('eom-gtk3')
-replaces=('eom-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('35375d5d55128e03c9a4f9e5559878873275c6e182b159058767180ca449347d')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---localstatedir=/var \
---with-librsvg
-
-#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: eom/repos/community-x86_64/PKGBUILD (from rev 416557, 
eom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 18:48:46 UTC (rev 416558)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=eom
+pkgver=1.20.2
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('eom-gtk3')
+replaces=('eom-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('05f07cf2702c14938a11dd829aa9768261041ae56fabc28141f6c71697d38010')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-librsvg
+
+#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
+}


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

2018-12-17 Thread Brad Fanella via arch-commits
Date: Monday, December 17, 2018 @ 18:48:16
  Author: cesura
Revision: 416557

upgpkg: eom 1.20.2-1

Updated to version 1.20.2

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 18:27:30 UTC (rev 416556)
+++ PKGBUILD2018-12-17 18:48:16 UTC (rev 416557)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=eom
-pkgver=1.20.1
+pkgver=1.20.2
 pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE"
 url="https://mate-desktop.org;
@@ -14,7 +14,7 @@
 conflicts=('eom-gtk3')
 replaces=('eom-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('35375d5d55128e03c9a4f9e5559878873275c6e182b159058767180ca449347d')
+sha256sums=('05f07cf2702c14938a11dd829aa9768261041ae56fabc28141f6c71697d38010')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-12-17 Thread David Runge via arch-commits
Date: Monday, December 17, 2018 @ 18:27:23
  Author: dvzrv
Revision: 416555

upgpkg: dragonfly-reverb 1.1.2-1

Upgrading to 1.1.2 with slight changes to naming scheme for source package.

Modified:
  dragonfly-reverb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 18:00:01 UTC (rev 416554)
+++ PKGBUILD2018-12-17 18:27:23 UTC (rev 416555)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=dragonfly-reverb
 _name=DragonflyReverb
-pkgver=1.0.0
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="A free hall-style reverb based on freeverb3 algorithms"
 arch=('x86_64')
@@ -10,11 +10,11 @@
 groups=('pro-audio' 'lv2-plugins' 'vst-plugins')
 depends=('jack' 'libglvnd')
 makedepends=('gendesk' 'liblo' 'lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-source-v${pkgver}.tar.gz;)
-sha512sums=('5cff7a0ce02bc1c57a06bf6ab45dc53e52018942c1d518693d77ad1b9f1f98e28cf9efccb98f8b43531af9577aa24cc4f519437290f5a641365ac5a0f2ef9c29')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tgz;)
+sha512sums=('a6a2109932676877f80ab18011bed6f13acd65e79cbca5c4c7c993839066ffa9615a2e575771a4fbf31cbbd48d0669548d26c44c8f0e5965eb7ab1e9018cbc3e')
 
 prepare() {
-  mv -v "DragonflyReverb-source-v${pkgver}" "$pkgname-$pkgver"
+  mv -v "DragonflyReverb-Source-v${pkgver}" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
   # XDG desktop file
   gendesk -n \


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

2018-12-17 Thread David Runge via arch-commits
Date: Monday, December 17, 2018 @ 18:27:30
  Author: dvzrv
Revision: 416556

archrelease: copy trunk to community-x86_64

Added:
  dragonfly-reverb/repos/community-x86_64/PKGBUILD
(from rev 416555, dragonfly-reverb/trunk/PKGBUILD)
Deleted:
  dragonfly-reverb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 18:27:23 UTC (rev 416555)
+++ PKGBUILD2018-12-17 18:27:30 UTC (rev 416556)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-pkgname=dragonfly-reverb
-_name=DragonflyReverb
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A free hall-style reverb based on freeverb3 algorithms"
-arch=('x86_64')
-url="https://github.com/michaelwillis/dragonfly-reverb;
-license=('GPL3')
-groups=('pro-audio' 'lv2-plugins' 'vst-plugins')
-depends=('jack' 'libglvnd')
-makedepends=('gendesk' 'liblo' 'lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-source-v${pkgver}.tar.gz;)
-sha512sums=('5cff7a0ce02bc1c57a06bf6ab45dc53e52018942c1d518693d77ad1b9f1f98e28cf9efccb98f8b43531af9577aa24cc4f519437290f5a641365ac5a0f2ef9c29')
-
-prepare() {
-  mv -v "DragonflyReverb-source-v${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # XDG desktop file
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name DragonflyReverb \
-  --exec DragonflyReverb \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 755 "bin/${_name}" -t "${pkgdir}/usr/bin"
-  install -vDm 644 "${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications/"
-  install -vDm 755 "bin/${_name}-vst.so" -t "${pkgdir}/usr/lib/vst"
-  install -vDm 755 "bin/${_name}.lv2/"*.so \
--t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
-  install -vDm 644 "bin/${_name}.lv2/"*.ttl \
--t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: dragonfly-reverb/repos/community-x86_64/PKGBUILD (from rev 416555, 
dragonfly-reverb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 18:27:30 UTC (rev 416556)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+pkgname=dragonfly-reverb
+_name=DragonflyReverb
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="A free hall-style reverb based on freeverb3 algorithms"
+arch=('x86_64')
+url="https://github.com/michaelwillis/dragonfly-reverb;
+license=('GPL3')
+groups=('pro-audio' 'lv2-plugins' 'vst-plugins')
+depends=('jack' 'libglvnd')
+makedepends=('gendesk' 'liblo' 'lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tgz;)
+sha512sums=('a6a2109932676877f80ab18011bed6f13acd65e79cbca5c4c7c993839066ffa9615a2e575771a4fbf31cbbd48d0669548d26c44c8f0e5965eb7ab1e9018cbc3e')
+
+prepare() {
+  mv -v "DragonflyReverb-Source-v${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name DragonflyReverb \
+  --exec DragonflyReverb \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 755 "bin/${_name}" -t "${pkgdir}/usr/bin"
+  install -vDm 644 "${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  install -vDm 755 "bin/${_name}-vst.so" -t "${pkgdir}/usr/lib/vst"
+  install -vDm 755 "bin/${_name}.lv2/"*.so \
+-t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
+  install -vDm 644 "bin/${_name}.lv2/"*.ttl \
+-t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2018-12-17 Thread Jonathan Steel via arch-commits
Date: Monday, December 17, 2018 @ 17:59:49
  Author: jsteel
Revision: 416553

upgpkg: vagrant 2.2.2-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 17:42:33 UTC (rev 416552)
+++ PKGBUILD2018-12-17 17:59:49 UTC (rev 416553)
@@ -9,7 +9,7 @@
 # Contributor: Steven Nance 
 
 pkgname=vagrant
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 replaces=('vagrant-substrate')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
 
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
-md5sums=('b4f8005913caec11f97091858ec1558a'
+md5sums=('3c9ef6fbbf1b36f7e98a1e2495e50101'
  'SKIP')
 
 build() {


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

2018-12-17 Thread Jonathan Steel via arch-commits
Date: Monday, December 17, 2018 @ 18:00:01
  Author: jsteel
Revision: 416554

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 416553, vagrant/trunk/PKGBUILD)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 17:59:49 UTC (rev 416553)
+++ PKGBUILD2018-12-17 18:00:01 UTC (rev 416554)
@@ -1,71 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz')
-makedepends=('git' 'go-pie')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
-md5sums=('b4f8005913caec11f97091858ec1558a'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-
-  gem build $pkgname.gemspec
-
-  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
-  go get github.com/mitchellh/osext
-  go build -o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-
-  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
-"$EMBEDDED_DIR"/etc/gemrc
-
-  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
-
-  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 416553, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 18:00:01 UTC (rev 416554)
@@ -0,0 +1,71 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz')
+makedepends=('git' 'go-pie')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
+md5sums=('3c9ef6fbbf1b36f7e98a1e2495e50101'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+
+  gem build $pkgname.gemspec
+
+  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
+  go get github.com/mitchellh/osext
+  go build -o vagrant
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+
+  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
+"$EMBEDDED_DIR"/etc/gemrc
+
+  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
+
+  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
+gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+
+  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
+"$pkgdir"/opt/$pkgname/bin/$pkgname
+
+  ln -s /opt/$pkgname/bin/$pkgname 

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

2018-12-17 Thread Jonathan Steel via arch-commits
Date: Monday, December 17, 2018 @ 17:42:33
  Author: jsteel
Revision: 416552

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 17:42:18 UTC (rev 416551)
+++ PKGBUILD2018-12-17 17:42:33 UTC (rev 416552)
@@ -1,44 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Brad Fanella 
-# Contributor: Daenyth 
-# Contributor: Corrado Primier 
-# Contributor: ice-man 
-
-pkgname=aircrack-ng
-_pkgver=1.4
-pkgver=${_pkgver//-/}
-pkgrel=1
-pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
-arch=('x86_64')
-url="https://www.aircrack-ng.org;
-license=('GPL2')
-depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool'
- 'pcre' 'libpcap' 'python')
-conflicts=('aircrack-ng-scripts')
-replaces=('aircrack-ng-scripts')
-provides=('aircrack-ng-scripts')
-source=(https://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-md5sums=('24e22f6f6eca1e7dc0d203e5719d3e8d')
-
-build() {
-  cd $pkgname-$_pkgver
-
-  ./autogen.sh
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-
-  make
-}
-
-check() {
-  cd $pkgname-$_pkgver
-
-  make check
-}
-
-package() {
-  cd $pkgname-$_pkgver
-
-  make DESTDIR="$pkgdir" pkglibexecdir=/usr/lib/aircrack-ng \
-sbindir=/usr/bin install
-}

Copied: aircrack-ng/repos/community-x86_64/PKGBUILD (from rev 416551, 
aircrack-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 17:42:33 UTC (rev 416552)
@@ -0,0 +1,44 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Brad Fanella 
+# Contributor: Daenyth 
+# Contributor: Corrado Primier 
+# Contributor: ice-man 
+
+pkgname=aircrack-ng
+_pkgver=1.5.2
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
+arch=('x86_64')
+url="https://www.aircrack-ng.org;
+license=('GPL2')
+depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool'
+ 'pcre' 'libpcap' 'python')
+conflicts=('aircrack-ng-scripts')
+replaces=('aircrack-ng-scripts')
+provides=('aircrack-ng-scripts')
+source=(https://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
+md5sums=('2648c192d206e953c67dca64967d2982')
+
+build() {
+  cd $pkgname-$_pkgver
+
+  ./autogen.sh
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+
+  make
+}
+
+check() {
+  cd $pkgname-$_pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$_pkgver
+
+  make DESTDIR="$pkgdir" pkglibexecdir=/usr/lib/aircrack-ng \
+sbindir=/usr/bin install
+}


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

2018-12-17 Thread Jonathan Steel via arch-commits
Date: Monday, December 17, 2018 @ 17:42:18
  Author: jsteel
Revision: 416551

upgpkg: aircrack-ng 1.5.2-1

Modified:
  aircrack-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 16:58:53 UTC (rev 416550)
+++ PKGBUILD2018-12-17 17:42:18 UTC (rev 416551)
@@ -5,7 +5,7 @@
 # Contributor: ice-man 
 
 pkgname=aircrack-ng
-_pkgver=1.4
+_pkgver=1.5.2
 pkgver=${_pkgver//-/}
 pkgrel=1
 pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
@@ -18,7 +18,7 @@
 replaces=('aircrack-ng-scripts')
 provides=('aircrack-ng-scripts')
 source=(https://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-md5sums=('24e22f6f6eca1e7dc0d203e5719d3e8d')
+md5sums=('2648c192d206e953c67dca64967d2982')
 
 build() {
   cd $pkgname-$_pkgver


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 16:36:08
  Author: arojas
Revision: 342436

archrelease: copy trunk to staging-x86_64

Added:
  pyside2-tools/repos/staging-x86_64/
  pyside2-tools/repos/staging-x86_64/PKGBUILD
(from rev 342435, pyside2-tools/trunk/PKGBUILD)

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

Copied: pyside2-tools/repos/staging-x86_64/PKGBUILD (from rev 342435, 
pyside2-tools/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-17 16:36:08 UTC (rev 342436)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pyside2-tools
+_qtver=5.12.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(LGPL)
+pkgdesc='lupdate, rcc and uic tools for PySide2'
+depends=(pyside2)
+makedepends=(cmake shiboken2)
+_pkgfqn=pyside-setup-everywhere-src-${_qtver}
+source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
+sha256sums=('890149628a6c722343d6498a9f7e1906ce3c10edcaef0cc53cd682c1798bef51')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgfqn}/sources/pyside2-tools \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 16:35:42
  Author: arojas
Revision: 342435

Update to 5.12.0

Modified:
  pyside2-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 16:32:43 UTC (rev 342434)
+++ PKGBUILD2018-12-17 16:35:42 UTC (rev 342435)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pyside2-tools
-_qtver=5.11.2
+_qtver=5.12.0
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(cmake shiboken2)
 _pkgfqn=pyside-setup-everywhere-src-${_qtver}
 
source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
-sha256sums=('18f572f1f832e476083d30fccabab167450f2a8cbe5cd9c6e6e4fa078ccb86c2')
+sha256sums=('890149628a6c722343d6498a9f7e1906ce3c10edcaef0cc53cd682c1798bef51')
 
 prepare() {
   mkdir -p build


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

2018-12-17 Thread NicoHood via arch-commits
Date: Monday, December 17, 2018 @ 16:34:23
  Author: nicohood
Revision: 416544

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 16:34:16 UTC (rev 416543)
+++ PKGBUILD2018-12-17 16:34:23 UTC (rev 416544)
@@ -1,47 +0,0 @@
-# Maintainer: Maxim Andersson 
-# Co-Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-
-_pkgname=python-progressbar
-pkgbase=python-progressbar
-pkgdesc="A progress bar for Python 2 and Python 3"
-pkgname=('python-progressbar' 'python2-progressbar')
-pkgver=3.38.0
-pkgrel=2
-url="https://github.com/WoLpH/python-progressbar;
-license=('BSD')
-arch=("any")
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python-utils' 'python2-utils')
-source=("${_pkgname}-${pkgver}.tar.xz::https://github.com/WoLpH/python-progressbar/releases/download/v${pkgver}/python-progressbar-v${pkgver}.tar.xz;
-
"${_pkgname}-${pkgver}.tar.xz.asc::https://github.com/WoLpH/python-progressbar/releases/download/v${pkgver}/python-progressbar-v${pkgver}.tar.xz.asc;)
-sha512sums=('8720dc56a74045e9e658787ebe19872a1077ba0edff6b56c70a6e87a1452cb54f795c726fa6c50b12676ac3b147c08aa49794b7d329ec383ca325863c9422ed8'
-'SKIP')
-validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

-
-prepare() {
-cp -a "${srcdir}/${_pkgname}-v${pkgver}"{,-py2}
-}
-
-build() {
-cd "${srcdir}/${_pkgname}-v${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_pkgname}-v${pkgver}-py2"
-python2 setup.py build
-}
-
-package_python-progressbar() {
-depends=('python' 'python-utils')
-
-cd "${srcdir}/${_pkgname}-v${pkgver}"
-python setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-progressbar() {
-depends=('python2' 'python2-utils')
-
-cd "${srcdir}/${_pkgname}-v${pkgver}-py2"
-python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-progressbar/repos/community-any/PKGBUILD (from rev 416543, 
python-progressbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 16:34:23 UTC (rev 416544)
@@ -0,0 +1,47 @@
+# Maintainer: Maxim Andersson 
+# Co-Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+
+_pkgname=python-progressbar
+pkgbase=python-progressbar
+pkgdesc="A progress bar for Python 2 and Python 3"
+pkgname=('python-progressbar' 'python2-progressbar')
+pkgver=3.39.2
+pkgrel=1
+url="https://github.com/WoLpH/python-progressbar;
+license=('BSD')
+arch=("any")
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python-utils' 'python2-utils')
+source=("${_pkgname}-${pkgver}.tar.xz::https://github.com/WoLpH/python-progressbar/releases/download/v${pkgver}/python-progressbar-v${pkgver}.tar.xz;
+
"${_pkgname}-${pkgver}.tar.xz.asc::https://github.com/WoLpH/python-progressbar/releases/download/v${pkgver}/python-progressbar-v${pkgver}.tar.xz.asc;)
+sha512sums=('d56f588666398ce62cf991296130e0b7840de3748f520c42cdcdc269657857103cff3394e725accbde45dde046ef27fd067e13d1a0f697ff8136fc73555f'
+'SKIP')
+validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

+
+prepare() {
+cp -a "${srcdir}/${_pkgname}-v${pkgver}"{,-py2}
+}
+
+build() {
+cd "${srcdir}/${_pkgname}-v${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_pkgname}-v${pkgver}-py2"
+python2 setup.py build
+}
+
+package_python-progressbar() {
+depends=('python' 'python-utils')
+
+cd "${srcdir}/${_pkgname}-v${pkgver}"
+python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-progressbar() {
+depends=('python2' 'python2-utils')
+
+cd "${srcdir}/${_pkgname}-v${pkgver}-py2"
+python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-12-17 Thread NicoHood via arch-commits
Date: Monday, December 17, 2018 @ 16:34:16
  Author: nicohood
Revision: 416543

upgpkg: python-progressbar 3.39.2-1

Modified:
  python-progressbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 16:31:41 UTC (rev 416542)
+++ PKGBUILD2018-12-17 16:34:16 UTC (rev 416543)
@@ -6,8 +6,8 @@
 pkgbase=python-progressbar
 pkgdesc="A progress bar for Python 2 and Python 3"
 pkgname=('python-progressbar' 'python2-progressbar')
-pkgver=3.38.0
-pkgrel=2
+pkgver=3.39.2
+pkgrel=1
 url="https://github.com/WoLpH/python-progressbar;
 license=('BSD')
 arch=("any")
@@ -14,7 +14,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python-utils' 'python2-utils')
 
source=("${_pkgname}-${pkgver}.tar.xz::https://github.com/WoLpH/python-progressbar/releases/download/v${pkgver}/python-progressbar-v${pkgver}.tar.xz;
 
"${_pkgname}-${pkgver}.tar.xz.asc::https://github.com/WoLpH/python-progressbar/releases/download/v${pkgver}/python-progressbar-v${pkgver}.tar.xz.asc;)
-sha512sums=('8720dc56a74045e9e658787ebe19872a1077ba0edff6b56c70a6e87a1452cb54f795c726fa6c50b12676ac3b147c08aa49794b7d329ec383ca325863c9422ed8'
+sha512sums=('d56f588666398ce62cf991296130e0b7840de3748f520c42cdcdc269657857103cff3394e725accbde45dde046ef27fd067e13d1a0f697ff8136fc73555f'
 'SKIP')
 validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

 


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 16:32:43
  Author: arojas
Revision: 342434

archrelease: copy trunk to staging-x86_64

Added:
  pyside2/repos/staging-x86_64/
  pyside2/repos/staging-x86_64/PKGBUILD
(from rev 342433, pyside2/trunk/PKGBUILD)

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

Copied: pyside2/repos/staging-x86_64/PKGBUILD (from rev 342433, 
pyside2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-17 16:32:43 UTC (rev 342434)
@@ -0,0 +1,53 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pyside2
+_qtver=5.12.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(LGPL)
+pkgdesc='Enables the use of Qt5 APIs in Python applications'
+depends=(python-shiboken2 qt5-base)
+makedepends=(shiboken2 cmake
+ qt5-multimedia qt5-tools qt5-sensors qt5-charts qt5-webengine 
qt5-datavis3d
+ qt5-websockets qt5-speech qt5-3d qt5-svg qt5-script qt5-scxml 
qt5-x11extras)
+optdepends=('qt5-svg: QtSvg bindings'
+'qt5-script: QtScript bindings'
+'qt5-speech: QtTextToSpeech bindings'
+'qt5-websockets: QtWebSockets bindings'
+'qt5-webengine: QtWebEngine bindings'
+'qt5-datavis3d: QtDataVisualization bindings'
+'qt5-scxml: QtScxml bindings'
+'qt5-sensors: QtSensors bindings'
+'qt5-3d: Qt3D bindings'
+'qt5-x11extras: QtX11Extras bindings'
+'qt5-charts: QtCharts bindings'
+'qt5-tools: QtHelp bindings')
+groups=(qt qt5)
+conflicts=(python-pyside2)
+provides=(python-pyside2)
+replaces=(python-pyside2)
+_pkgfqn=pyside-setup-everywhere-src-${_qtver}
+source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
+sha256sums=('890149628a6c722343d6498a9f7e1906ce3c10edcaef0cc53cd682c1798bef51')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgfqn}/sources/pyside2 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DUSE_PYTHON_VERSION=3
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 16:31:41
  Author: arojas
Revision: 416542

archrelease: copy trunk to community-x86_64

Added:
  gmic/repos/community-x86_64/PKGBUILD
(from rev 416541, gmic/trunk/PKGBUILD)
  gmic/repos/community-x86_64/gmic-opencv4.patch
(from rev 416541, gmic/trunk/gmic-opencv4.patch)
  gmic/repos/community-x86_64/zart-opencv4.patch
(from rev 416541, gmic/trunk/zart-opencv4.patch)
Deleted:
  gmic/repos/community-x86_64/PKGBUILD
  gmic/repos/community-x86_64/gmic-opencv4.patch
  gmic/repos/community-x86_64/zart-opencv4.patch

+
 PKGBUILD   |  164 +--
 gmic-opencv4.patch |   28 
 zart-opencv4.patch |   78 
 3 files changed, 135 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 16:30:02 UTC (rev 416541)
+++ PKGBUILD2018-12-17 16:31:41 UTC (rev 416542)
@@ -1,82 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.4.2
-pkgrel=1
-arch=(x86_64)
-url="http://gmic.eu/;
-license=(custom:CeCILL)
-makedepends=(gimp qt5-base fftw openexr opencv git)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz gmic-opencv4.patch 
zart-opencv4.patch)
-sha256sums=('0fae452232501ed7e50bbe2eaa96900a5b6daa7fb1d4366d207311bdc27d0762'
-'1ffb4f8952be152ba2956a50ff6c39b078e547a4d3386cc2f34549124aefbed3'
-'182c6723708302a8cee92bfb45a40ff09b8903c649ce856d0d8cd10aab0ee39b')
-
-prepare() {
-  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
-# fix overlinking
-  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' \
-  -e 's/pkg-config opencv/pkg-config opencv4/' -i 
gmic-$pkgver/src/Makefile 
-# fix build with openCV 4.0
-  cd gmic-$pkgver/src
-  patch -p1 -i "$srcdir"/gmic-opencv4.patch
-  cd ../zart
-  patch -p1 -i "$srcdir"/zart-opencv4.patch
-}
-
-build() {
-  cd gmic-$pkgver
-  make -C src cli lib libc WGET=/bin/true
-
-  cd gmic-qt
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none
-  make
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp
-  make
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita
-  make  
-
-  cd ../zart
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on QMAKE_CXXFLAGS+=" 
-DOPENCV2_HEADERS"
-  make
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=(opencv fftw curl)
-  optdepends=('qt5-base: for the Qt UI')
-
-  cd gmic-$pkgver/src
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm -r "$pkgdir"/usr/{bin/zart,lib/gimp,bin/gmic_krita_qt}
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=(gmic qt5-base)
-
-  install -Dm755 gmic-$pkgver/zart/zart -t "$pkgdir"/usr/bin
-  install -Dm644 gmic-$pkgver/zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp gmic qt5-base)
-
-  install -Dm755 gmic-$pkgver/gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita gmic)
-
-  install -Dm755 gmic-$pkgver/gmic-qt/gmic_krita_qt -t "$pkgdir"/usr/bin/
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gmic/repos/community-x86_64/PKGBUILD (from rev 416541, 
gmic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 16:31:41 UTC (rev 416542)
@@ -0,0 +1,82 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
+pkgver=2.4.3
+pkgrel=1
+arch=(x86_64)
+url="http://gmic.eu/;
+license=(custom:CeCILL)
+makedepends=(gimp qt5-base fftw openexr opencv git)
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz gmic-opencv4.patch 
zart-opencv4.patch)
+sha256sums=('eaa263854cb6e88ee5d2704ac97cb891191bd03fd157cea211f98aff1c96ae5a'
+'1ffb4f8952be152ba2956a50ff6c39b078e547a4d3386cc2f34549124aefbed3'
+'182c6723708302a8cee92bfb45a40ff09b8903c649ce856d0d8cd10aab0ee39b')
+
+prepare() {
+  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
+# fix overlinking
+  sed -e 

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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 16:30:53
  Author: arojas
Revision: 342433

Update to 5.12.0

Modified:
  pyside2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 16:05:16 UTC (rev 342432)
+++ PKGBUILD2018-12-17 16:30:53 UTC (rev 342433)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pyside2
-_qtver=5.11.2
+_qtver=5.12.0
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -31,7 +31,7 @@
 replaces=(python-pyside2)
 _pkgfqn=pyside-setup-everywhere-src-${_qtver}
 
source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
-sha256sums=('18f572f1f832e476083d30fccabab167450f2a8cbe5cd9c6e6e4fa078ccb86c2')
+sha256sums=('890149628a6c722343d6498a9f7e1906ce3c10edcaef0cc53cd682c1798bef51')
 
 prepare() {
   mkdir -p build


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 16:30:02
  Author: arojas
Revision: 416541

Update to 2.4.3

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 16:14:56 UTC (rev 416540)
+++ PKGBUILD2018-12-17 16:30:02 UTC (rev 416541)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 arch=(x86_64)
 url="http://gmic.eu/;
@@ -13,7 +13,7 @@
 license=(custom:CeCILL)
 makedepends=(gimp qt5-base fftw openexr opencv git)
 source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz gmic-opencv4.patch 
zart-opencv4.patch)
-sha256sums=('0fae452232501ed7e50bbe2eaa96900a5b6daa7fb1d4366d207311bdc27d0762'
+sha256sums=('eaa263854cb6e88ee5d2704ac97cb891191bd03fd157cea211f98aff1c96ae5a'
 '1ffb4f8952be152ba2956a50ff6c39b078e547a4d3386cc2f34549124aefbed3'
 '182c6723708302a8cee92bfb45a40ff09b8903c649ce856d0d8cd10aab0ee39b')
 


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 16:14:56
  Author: arojas
Revision: 416540

archrelease: copy trunk to community-x86_64

Added:
  giac/repos/community-x86_64/PKGBUILD
(from rev 416539, giac/trunk/PKGBUILD)
Deleted:
  giac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 16:14:35 UTC (rev 416539)
+++ PKGBUILD2018-12-17 16:14:56 UTC (rev 416540)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.5.0-25
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('0963995e14226ee2ce973fb7c68abbdbbaef5563b8fde2ba83dfad3e9acd8ad2')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 416539, 
giac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 16:14:56 UTC (rev 416540)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.5.0-27
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+sha256sums=('23ba720efb6c6a3a898579a8ab3150a9708184ce74065d9904c6fa38d85f6f71')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 16:14:35
  Author: arojas
Revision: 416539

Update to 1.5.0.27

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 15:07:03 UTC (rev 416538)
+++ PKGBUILD2018-12-17 16:14:35 UTC (rev 416539)
@@ -2,7 +2,7 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.5.0-25
+_pkgver=1.5.0-27
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc="A free computer algebra system"
@@ -11,7 +11,7 @@
 license=(GPL3)
 makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('0963995e14226ee2ce973fb7c68abbdbbaef5563b8fde2ba83dfad3e9acd8ad2')
+sha256sums=('23ba720efb6c6a3a898579a8ab3150a9708184ce74065d9904c6fa38d85f6f71')
 
 build() {
   cd $pkgbase-${pkgver%.*}


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 16:05:16
  Author: arojas
Revision: 342432

archrelease: copy trunk to staging-x86_64

Added:
  shiboken2/repos/staging-x86_64/
  shiboken2/repos/staging-x86_64/PKGBUILD
(from rev 342431, shiboken2/trunk/PKGBUILD)

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

Copied: shiboken2/repos/staging-x86_64/PKGBUILD (from rev 342431, 
shiboken2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-17 16:05:16 UTC (rev 342432)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=shiboken2
+pkgname=(shiboken2 python-shiboken2)
+_qtver=5.12.0
+_clangver=7.0.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(GPL2 LGPL)
+pkgdesc='Generates bindings for C++ libraries using CPython source code'
+makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
+_pkgfqn=pyside-setup-everywhere-src-${_qtver}
+source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
+sha256sums=('890149628a6c722343d6498a9f7e1906ce3c10edcaef0cc53cd682c1798bef51')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgfqn}/sources/shiboken2 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DUSE_PYTHON_VERSION=3
+  make
+}
+
+package_shiboken2() {
+  depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+# Provided in python-shiboken2
+  rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
+}
+
+package_python-shiboken2() {
+  depends=(python)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+# Provided in shiboken2
+  rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig},share}
+}


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

2018-12-17 Thread Antonio Rojas via arch-commits
Date: Monday, December 17, 2018 @ 16:04:29
  Author: arojas
Revision: 342431

Update to 5.12.0

Modified:
  shiboken2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 15:21:52 UTC (rev 342430)
+++ PKGBUILD2018-12-17 16:04:29 UTC (rev 342431)
@@ -3,18 +3,18 @@
 
 pkgbase=shiboken2
 pkgname=(shiboken2 python-shiboken2)
-_qtver=5.11.2
+_qtver=5.12.0
 _clangver=7.0.1
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=1
 arch=(x86_64)
 url='http://qt-project.org/'
 license=(GPL2 LGPL)
 pkgdesc='Generates bindings for C++ libraries using CPython source code'
-makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python)
+makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
 _pkgfqn=pyside-setup-everywhere-src-${_qtver}
 
source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
-sha256sums=('18f572f1f832e476083d30fccabab167450f2a8cbe5cd9c6e6e4fa078ccb86c2')
+sha256sums=('890149628a6c722343d6498a9f7e1906ce3c10edcaef0cc53cd682c1798bef51')
 
 prepare() {
   mkdir -p build


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

2018-12-17 Thread Pierre Schmitz via arch-commits
Date: Monday, December 17, 2018 @ 15:21:39
  Author: pierre
Revision: 342429

upgpkg: php-apcu 5.1.16-1

Modified:
  php-apcu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 09:57:49 UTC (rev 342428)
+++ PKGBUILD2018-12-17 15:21:39 UTC (rev 342429)
@@ -1,8 +1,8 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=php-apcu
-pkgver=5.1.15
-pkgrel=2
+pkgver=5.1.16
+pkgrel=1
 arch=('x86_64')
 pkgdesc='A userland caching module for PHP'
 url='https://pecl.php.net/package/APCu'
@@ -11,7 +11,7 @@
 source=("https://pecl.php.net/get/apcu-$pkgver.tgz;
 'apcu.ini')
 backup=('etc/php/conf.d/apcu.ini')
-md5sums=('f252c0df77064e49fc10506fbad18afd'
+md5sums=('5d3d27f9b7b08a87343fe1417aa8af37'
  'a353f7efe61928aa2162720789fa171f')
 
 build() {


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

2018-12-17 Thread Pierre Schmitz via arch-commits
Date: Monday, December 17, 2018 @ 15:21:52
  Author: pierre
Revision: 342430

archrelease: copy trunk to extra-x86_64

Added:
  php-apcu/repos/extra-x86_64/PKGBUILD
(from rev 342429, php-apcu/trunk/PKGBUILD)
  php-apcu/repos/extra-x86_64/apcu.ini
(from rev 342429, php-apcu/trunk/apcu.ini)
Deleted:
  php-apcu/repos/extra-x86_64/PKGBUILD
  php-apcu/repos/extra-x86_64/apcu.ini

--+
 PKGBUILD |   86 ++---
 apcu.ini |6 ++--
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 15:21:39 UTC (rev 342429)
+++ PKGBUILD2018-12-17 15:21:52 UTC (rev 342430)
@@ -1,43 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-apcu
-pkgver=5.1.15
-pkgrel=2
-arch=('x86_64')
-pkgdesc='A userland caching module for PHP'
-url='https://pecl.php.net/package/APCu'
-depends=('php')
-license=('PHP')
-source=("https://pecl.php.net/get/apcu-$pkgver.tgz;
-'apcu.ini')
-backup=('etc/php/conf.d/apcu.ini')
-md5sums=('f252c0df77064e49fc10506fbad18afd'
- 'a353f7efe61928aa2162720789fa171f')
-
-build() {
-   cd $srcdir/apcu-$pkgver
-
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd $srcdir/apcu-$pkgver
-
-   export REPORT_EXIT_STATUS=1
-   export NO_INTERACTION=1
-   export SKIP_ONLINE_TESTS=1
-   export SKIP_SLOW_TESTS=1
-   make test
-}
-
-package() {
-   cd $srcdir/apcu-$pkgver
-
-   make INSTALL_ROOT=$pkgdir install
-
-   install -D -m644 $srcdir/apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
-   install -D -m644 apc.php $pkgdir/usr/share/webapps/php-apcu/apc.php
-   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
-}

Copied: php-apcu/repos/extra-x86_64/PKGBUILD (from rev 342429, 
php-apcu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 15:21:52 UTC (rev 342430)
@@ -0,0 +1,43 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-apcu
+pkgver=5.1.16
+pkgrel=1
+arch=('x86_64')
+pkgdesc='A userland caching module for PHP'
+url='https://pecl.php.net/package/APCu'
+depends=('php')
+license=('PHP')
+source=("https://pecl.php.net/get/apcu-$pkgver.tgz;
+'apcu.ini')
+backup=('etc/php/conf.d/apcu.ini')
+md5sums=('5d3d27f9b7b08a87343fe1417aa8af37'
+ 'a353f7efe61928aa2162720789fa171f')
+
+build() {
+   cd $srcdir/apcu-$pkgver
+
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $srcdir/apcu-$pkgver
+
+   export REPORT_EXIT_STATUS=1
+   export NO_INTERACTION=1
+   export SKIP_ONLINE_TESTS=1
+   export SKIP_SLOW_TESTS=1
+   make test
+}
+
+package() {
+   cd $srcdir/apcu-$pkgver
+
+   make INSTALL_ROOT=$pkgdir install
+
+   install -D -m644 $srcdir/apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
+   install -D -m644 apc.php $pkgdir/usr/share/webapps/php-apcu/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
+}

Deleted: apcu.ini
===
--- apcu.ini2018-12-17 15:21:39 UTC (rev 342429)
+++ apcu.ini2018-12-17 15:21:52 UTC (rev 342430)
@@ -1,3 +0,0 @@
-;extension=apcu.so
-; install php-apcu-bc and enable apc.so for APC compatibility
-;extension=apc.so

Copied: php-apcu/repos/extra-x86_64/apcu.ini (from rev 342429, 
php-apcu/trunk/apcu.ini)
===
--- apcu.ini(rev 0)
+++ apcu.ini2018-12-17 15:21:52 UTC (rev 342430)
@@ -0,0 +1,3 @@
+;extension=apcu.so
+; install php-apcu-bc and enable apc.so for APC compatibility
+;extension=apc.so


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

2018-12-17 Thread Felix Yan via arch-commits
Date: Monday, December 17, 2018 @ 15:07:03
  Author: felixonmars
Revision: 416538

archrelease: copy trunk to community-any

Added:
  pifpaf/repos/community-any/PKGBUILD
(from rev 416537, pifpaf/trunk/PKGBUILD)
Deleted:
  pifpaf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 15:06:29 UTC (rev 416537)
+++ PKGBUILD2018-12-17 15:07:03 UTC (rev 416538)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=pifpaf
-pkgname=('pifpaf' 'python2-pifpaf')
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-click'
- 'python2-click' 'python-six' 'python2-six' 'python-daiquiri' 
'python2-daiquiri'
- 'python-fixtures' 'python2-fixtures' 'python-psutil' 
'python2-psutil'
- 'python-jinja' 'python2-jinja' 'python-xattr' 'python2-xattr')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
-  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
-  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
-  'ceph' 'consul' 'couchdb')
-# 'elasticsearch': test fails
-# 'rabbitmq': test hangs
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
-sha512sums=('45d1d7bd28a16b83e0294171d5bb2b1f8244135a5905aee736955c154a77987ef5f7c52077c11b9c08e43ae6436ded620410491a4eb3edbab588c27906549b14')
-
-prepare() {
-  cp -a pifpaf-$pkgver{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pifpaf-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pifpaf-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pifpaf-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
-
-  cd "$srcdir"/pifpaf-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
-}
-
-package_pifpaf() {
-  depends=('python-daiquiri' 'python-click' 'python-pbr' 'python-jinja' 
'python-six'
-   'python-fixtures' 'python-psutil' 'python-xattr')
-  provides=("python-pifpaf=$pkgver")
-  conflicts=('python-pifpaf')
-  replaces=('python-pifpaf')
-
-  cd pifpaf-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-click' 'python2-six' 'python2-fixtures' 
'python2-daiquiri'
-   'python2-psutil' 'python2-jinja' 'python2-xattr')
-
-  cd pifpaf-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pifpaf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pifpaf/repos/community-any/PKGBUILD (from rev 416537, 
pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 15:07:03 UTC (rev 416538)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+
+pkgbase=pifpaf
+pkgname=('pifpaf' 'python2-pifpaf')
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-click'
+ 'python2-click' 'python-six' 'python2-six' 'python-daiquiri' 
'python2-daiquiri'
+ 'python-fixtures' 'python2-fixtures' 'python-psutil' 
'python2-psutil'
+ 'python-jinja' 'python2-jinja' 'python-xattr' 'python2-xattr')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
+  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
+  'ceph' 'consul' 'couchdb')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
+sha512sums=('9386ff29283361fdcd9c96d27d1999bdf2054860d9ca9ed996ca4b5627123032a7d6e90445c9453084b482e1eacec621a4825eabaa873c98c28da19f52a9f568')
+
+prepare() {
+  cp -a pifpaf-$pkgver{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pifpaf-$pkgver
+  python setup.py build
+
+  

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

2018-12-17 Thread Felix Yan via arch-commits
Date: Monday, December 17, 2018 @ 15:06:29
  Author: felixonmars
Revision: 416537

upgpkg: pifpaf 2.2.1-1

Modified:
  pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 14:54:15 UTC (rev 416536)
+++ PKGBUILD2018-12-17 15:06:29 UTC (rev 416537)
@@ -2,7 +2,7 @@
 
 pkgbase=pifpaf
 pkgname=('pifpaf' 'python2-pifpaf')
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
@@ -19,7 +19,7 @@
 # 'elasticsearch': test fails
 # 'rabbitmq': test hangs
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
-sha512sums=('45d1d7bd28a16b83e0294171d5bb2b1f8244135a5905aee736955c154a77987ef5f7c52077c11b9c08e43ae6436ded620410491a4eb3edbab588c27906549b14')
+sha512sums=('9386ff29283361fdcd9c96d27d1999bdf2054860d9ca9ed996ca4b5627123032a7d6e90445c9453084b482e1eacec621a4825eabaa873c98c28da19f52a9f568')
 
 prepare() {
   cp -a pifpaf-$pkgver{,-py2}


  1   2   >