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

2019-05-21 Thread Anatol Pomozov via arch-commits
Date: Wednesday, May 22, 2019 @ 04:30:44
  Author: anatolik
Revision: 468288

archrelease: copy trunk to community-any

Added:
  codespell/repos/community-any/PKGBUILD
(from rev 468287, codespell/trunk/PKGBUILD)
Deleted:
  codespell/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-22 04:29:02 UTC (rev 468287)
+++ PKGBUILD2019-05-22 04:30:44 UTC (rev 468288)
@@ -1,28 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.14.0
-pkgrel=1
-pkgdesc='Fix common misspellings in source code'
-arch=(any)
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL2)
-depends=(python python-setuptools)
-checkdepends=(python-nose python-pytest)
-source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
-sha1sums=('b309f6a41ac02cee0370f8edd9322cdf6a7fd833')
-
-build() {
-  cd codespell-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd codespell-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd codespell-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 468287, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-22 04:30:44 UTC (rev 468288)
@@ -0,0 +1,28 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.15.0
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+arch=(any)
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL2)
+depends=(python python-setuptools)
+checkdepends=(python-nose python-pytest)
+source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
+sha1sums=('4d22646d7415510b7db04d4491ca62c6d8041e04')
+
+build() {
+  cd codespell-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd codespell-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd codespell-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-05-21 Thread Anatol Pomozov via arch-commits
Date: Wednesday, May 22, 2019 @ 04:28:27
  Author: anatolik
Revision: 468285

upgpkg: android-file-transfer 3.8-1

Modified:
  android-file-transfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 04:25:55 UTC (rev 468284)
+++ PKGBUILD2019-05-22 04:28:27 UTC (rev 468285)
@@ -2,8 +2,8 @@
 # Contributor: Askhat Bakarov 
 
 pkgname=android-file-transfer
-pkgver=3.7
-pkgrel=2
+pkgver=3.8
+pkgrel=1
 pkgdesc='Android MTP client with minimalistic UI'
 arch=(x86_64)
 url='https://github.com/whoozle/android-file-transfer-linux'
@@ -11,7 +11,7 @@
 depends=(qt5-base fuse2 libxkbcommon-x11 hicolor-icon-theme file)
 makedepends=(cmake)
 
source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
-sha256sums=('fe736cb24a8785ff0236728dc0c3446ba006ae72f7e65ce17dd20dadcaf7f851')
+sha256sums=('deafa957b8e98d175d07eaa9024ef5523fe98a6ad9478671326e367f89dd97d2')
 
 build() {
   cd android-file-transfer-linux-$pkgver


[arch-commits] Commit in android-file-transfer/repos/community-x86_64 (2 files)

2019-05-21 Thread Anatol Pomozov via arch-commits
Date: Wednesday, May 22, 2019 @ 04:29:02
  Author: anatolik
Revision: 468287

archrelease: copy trunk to community-x86_64

Added:
  android-file-transfer/repos/community-x86_64/PKGBUILD
(from rev 468285, android-file-transfer/trunk/PKGBUILD)
Deleted:
  android-file-transfer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-22 04:28:53 UTC (rev 468286)
+++ PKGBUILD2019-05-22 04:29:02 UTC (rev 468287)
@@ -1,25 +0,0 @@
-# Contributor: yaroslav 
-# Contributor: Askhat Bakarov 
-
-pkgname=android-file-transfer
-pkgver=3.7
-pkgrel=2
-pkgdesc='Android MTP client with minimalistic UI'
-arch=(x86_64)
-url='https://github.com/whoozle/android-file-transfer-linux'
-license=(GPL3)
-depends=(qt5-base fuse2 libxkbcommon-x11 hicolor-icon-theme file)
-makedepends=(cmake)
-source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
-sha256sums=('fe736cb24a8785ff0236728dc0c3446ba006ae72f7e65ce17dd20dadcaf7f851')
-
-build() {
-  cd android-file-transfer-linux-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd android-file-transfer-linux-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: android-file-transfer/repos/community-x86_64/PKGBUILD (from rev 468285, 
android-file-transfer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-22 04:29:02 UTC (rev 468287)
@@ -0,0 +1,25 @@
+# Contributor: yaroslav 
+# Contributor: Askhat Bakarov 
+
+pkgname=android-file-transfer
+pkgver=3.8
+pkgrel=1
+pkgdesc='Android MTP client with minimalistic UI'
+arch=(x86_64)
+url='https://github.com/whoozle/android-file-transfer-linux'
+license=(GPL3)
+depends=(qt5-base fuse2 libxkbcommon-x11 hicolor-icon-theme file)
+makedepends=(cmake)
+source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
+sha256sums=('deafa957b8e98d175d07eaa9024ef5523fe98a6ad9478671326e367f89dd97d2')
+
+build() {
+  cd android-file-transfer-linux-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd android-file-transfer-linux-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2019-05-21 Thread Anatol Pomozov via arch-commits
Date: Wednesday, May 22, 2019 @ 04:28:53
  Author: anatolik
Revision: 468286

upgpkg: codespell 1.15.0-1

Modified:
  codespell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 04:28:27 UTC (rev 468285)
+++ PKGBUILD2019-05-22 04:28:53 UTC (rev 468286)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=codespell
-pkgver=1.14.0
+pkgver=1.15.0
 pkgrel=1
 pkgdesc='Fix common misspellings in source code'
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python python-setuptools)
 checkdepends=(python-nose python-pytest)
 source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
-sha1sums=('b309f6a41ac02cee0370f8edd9322cdf6a7fd833')
+sha1sums=('4d22646d7415510b7db04d4491ca62c6d8041e04')
 
 build() {
   cd codespell-$pkgver


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:34
  Author: heftig
Revision: 353788

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 353786, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fs62142.patch
(from rev 353786, nvidia/trunk/fs62142.patch)

---+
 PKGBUILD  |   85 
 fs62142.patch |   13 
 2 files changed, 98 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 353786, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-05-22 01:04:34 UTC (rev 353788)
@@ -0,0 +1,85 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=430.14
+_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')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+fs62142.patch)
+sha512sums=('9d99d4292cf4943378c225eb95ad3a43fa73f2b0d23e35648d77903045d1fc9223a8753cef93022764c18e823f3fc682d23f0d9a64745457d2e2c8ff20e474be'
+
'df949debf9fed92b3c58322c02685fb344bbfff2920557e7d55ed3f70559f48cd6199bc85e2af170b7e56797f3e9881a53eab8c411f21e75f5abec26eaa47752')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Fix https://bugs.archlinux.org/task/62142
+patch -Np1 -i ../fs62142.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia=$pkgver")
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/fs62142.patch (from rev 353786, 
nvidia/trunk/fs62142.patch)
===
--- staging-x86_64/fs62142.patch(rev 0)
+++ staging-x86_64/fs62142.patch2019-05-22 01:04:34 UTC (rev 353788)
@@ -0,0 +1,13 @@
+diff --git a/kernel/nvidia/nv-dma.c b/kernel/nvidia/nv-dma.c
+index 73cdeed..e691014 100644
+--- a/kernel/nvidia/nv-dma.c
 b/kernel/nvidia/nv-dma.c
+@@ -606,7 +606,7 @@ static NvBool nv_dma_is_map_resource_implemented
+ #if defined(NV_DMA_MAP_RESOURCE_PRESENT)
+ const struct dma_map_ops *ops = get_dma_ops(>dev->dev);
+ 
+-return (ops->map_resource != NULL);
++return (ops && ops->map_resource);
+ #else
+ return NV_FALSE;
+ #endif


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:31
  Author: heftig
Revision: 468267

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 468260, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 468260, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 468260, vhba-module/trunk/dkms.conf)

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

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
468260, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2019-05-22 01:04:31 UTC (rev 
468267)
@@ -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 468260, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-22 01:04:31 UTC (rev 468267)
@@ -0,0 +1,52 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20190410
+pkgrel=13
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('0c18954a8c2c7e208b20afdf785501b23be9382345e6577eba5d653002862394'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+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 468260, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-05-22 01:04:31 UTC (rev 468267)
@@ -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 virtualbox-modules-arch/repos (2 files)

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:33
  Author: heftig
Revision: 468270

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

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

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


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:29
  Author: heftig
Revision: 468265

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:33
  Author: heftig
Revision: 353787

archrelease: copy trunk to staging-x86_64

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

---+
 PKGBUILD  |   76 
 kernel-4.11.patch |   38 ++
 kernel-5.0.patch  |   52 +++
 kernel-5.1.patch  |   43 +
 4 files changed, 209 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 353786, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-05-22 01:04:33 UTC (rev 353787)
@@ -0,0 +1,76 @@
+# 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=85
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch' 'kernel-5.0.patch' 'kernel-5.1.patch')
+sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2'
+
'ad60f9d09b6e8d5038375f9ddaab93341958f9400f40f5175857e44c7f7002d481121dc5d677703551c3cdf24069939ac6a1861920a455acf40e637f24234a56'
+
'4bde7d15d68d21a8254e82cb41b07e55b3fd04054251919159dc440bf3253de76d7066e69b21c33d00d5ba61f88589b5444c2b5765c54cd1c0bcd7300971d499')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+patch -Np0 < "${srcdir}/kernel-5.0.patch"
+patch -Np0 < "${srcdir}/kernel-5.1.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux' "nvidia-340xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-340xx=$pkgver")
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 353786, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2019-05-22 01:04:33 UTC (rev 353787)
@@ -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)  

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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:29
  Author: heftig
Revision: 468266

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-anything-arch/repos/community-staging-x86_64/
  deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 468263, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
468263, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-22 01:04:29 UTC (rev 468266)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=0.0.9
+_extramodules=extramodules-ARCH
+pkgrel=5
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+depends=('linux')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;)
+sha512sums=('31f7507221c995bcf2667ff59765c14eea0e0d2739debbe85be785f1290f3e84614e9e691c84434798f5dc427deaafe116171ea72e7b14b862c90e8107545bee')
+
+build() {
+  cd deepin-anything-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make -C kernelmod kdir=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd deepin-anything-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 kernelmod/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:31
  Author: heftig
Revision: 468268

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:27
  Author: heftig
Revision: 468264

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:41
  Author: heftig
Revision: 353789

archrelease: copy trunk to staging-x86_64

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

---+
 PKGBUILD  |   90 
 kernel-4.16.patch |   33 +
 kernel-5.1.patch  |  130 
 3 files changed, 253 insertions(+)

Copied: nvidia-390xx/repos/staging-x86_64/PKGBUILD (from rev 353786, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-05-22 01:04:41 UTC (rev 353789)
@@ -0,0 +1,90 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.116
+_extramodules=extramodules-ARCH
+pkgrel=22
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers')
+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-5.1.patch')
+sha256sums=('de85a2eea39ca16e25645b345259b01fbe858b833286b7e6785afa273009ef6f'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385'
+'d92899d4f7a40e2c3cad92d067f2f53c3a18c49b34e62e707a93b125aa37640f')
+
+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
+
+patch -Np1 -i ../kernel-5.1.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-390xx() {
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+depends=('linux' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-390xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 390xx legacy branch"
+depends=('dkms' "nvidia-390xx-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-390xx=$pkgver")
+conflicts+=('nvidia-390xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 353786, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2019-05-22 01:04:41 UTC (rev 353789)
@@ -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 

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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:32
  Author: heftig
Revision: 468269

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

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 468260, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-22 01:04:32 UTC (rev 468269)
@@ -0,0 +1,38 @@
+# 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=103
+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/*
+
+_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 deepin-anything-arch/trunk (PKGBUILD)

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:02
  Author: heftig
Revision: 468260

0.0.9-5: kernel 5.1.3.arch2-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 01:03:58 UTC (rev 468259)
+++ PKGBUILD2019-05-22 01:04:02 UTC (rev 468260)
@@ -3,7 +3,7 @@
 pkgname=deepin-anything-arch
 pkgver=0.0.9
 _extramodules=extramodules-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;
@@ -22,7 +22,7 @@
 }
 
 package() {
-  cd deepin-anything-$pkgver/kernelmod
-  install -Dm644 vfs_monitor.ko 
"$pkgdir"/usr/lib/modules/$_extramodules/vfs_monitor.ko
-  gzip "$pkgdir"/usr/lib/modules/$_extramodules/vfs_monitor.ko
+  cd deepin-anything-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 kernelmod/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
 }


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:26
  Author: heftig
Revision: 468263

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

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 468260, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-22 01:04:26 UTC (rev 468263)
@@ -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=110
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' 'git')
+_extradir=/usr/lib/modules/extramodules-ARCH
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:03:38
  Author: heftig
Revision: 468253

6.0.8-4: kernel 5.1.3.arch2-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 01:03:36 UTC (rev 468252)
+++ PKGBUILD2019-05-22 01:03:38 UTC (rev 468253)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.0.8
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:03:43
  Author: heftig
Revision: 468256

20190410-13: kernel 5.1.3.arch2-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 01:03:41 UTC (rev 468255)
+++ PKGBUILD2019-05-22 01:03:43 UTC (rev 468256)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20190410
-pkgrel=12
+pkgrel=13
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:03:46
  Author: heftig
Revision: 468257

1.1.0-216: kernel 5.1.3.arch2-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 01:03:43 UTC (rev 468256)
+++ PKGBUILD2019-05-22 01:03:46 UTC (rev 468257)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=215
+pkgrel=216
 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/repos (2 files)

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:21
  Author: heftig
Revision: 468261

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 468260, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-22 01:04:21 UTC (rev 468261)
@@ -0,0 +1,37 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.047.01
+pkgrel=12
+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=('d298c4b52bb68b494230c219879eaf57cabe255f3475f7a792f76ad7fd83a0eb')
+
+build() {
+   KERNEL_VERSION=$(

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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:03:40
  Author: heftig
Revision: 468254

0.8-222: kernel 5.1.3.arch2-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 01:03:38 UTC (rev 468253)
+++ PKGBUILD2019-05-22 01:03:40 UTC (rev 468254)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=221
+pkgrel=222
 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 acpi_call/repos (3 files)

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:23
  Author: heftig
Revision: 468262

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

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 468260, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-05-22 01:04:23 UTC (rev 468262)
@@ -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 ndiswrapper-arch/trunk (PKGBUILD)

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:03:57
  Author: heftig
Revision: 468258

1.61-33: kernel 5.1.3.arch2-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 01:03:46 UTC (rev 468257)
+++ PKGBUILD2019-05-22 01:03:57 UTC (rev 468258)
@@ -4,7 +4,7 @@
 pkgname=ndiswrapper-arch
 pkgver=1.61
 _extramodules=extramodules-ARCH
-pkgrel=32
+pkgrel=33
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="http://sourceforge.net/projects/ndiswrapper/;
@@ -37,7 +37,7 @@
 }
 
 package() {
-  cd ndiswrapper-$pkgver/ndiswrapper/driver
-  install -Dm644 ndiswrapper.ko 
"$pkgdir"/usr/lib/modules/$_extramodules/ndiswrapper.ko
-  gzip "$pkgdir"/usr/lib/modules/$_extramodules/ndiswrapper.ko
+  cd ndiswrapper-$pkgver/ndiswrapper
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 driver/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
 }


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:03:36
  Author: heftig
Revision: 468252

6.30.223.271-103: kernel 5.1.3.arch2-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 01:03:34 UTC (rev 468251)
+++ PKGBUILD2019-05-22 01:03:36 UTC (rev 468252)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=102
+pkgrel=103
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
@@ -25,8 +25,7 @@
 _kernver="$(<${_extramodules}/version)"
 
 install -Dm644 -t "${pkgdir}${_extramodules}" \
-${_module}/${pkgver}/${_kernver}/${CARCH}/module/*.ko
-find "${pkgdir}" -name '*.ko' -exec xz -T1 {} +
+${_module}/${pkgver}/${_kernver}/${CARCH}/module/*
 
 _license="/usr/share/licenses/${_module}-dkms"
 if [[ -d ${_license} ]]; then


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:03:55
  Author: heftig
Revision: 353785

430.14-3: kernel 5.1.3.arch2-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 01:03:52 UTC (rev 353784)
+++ PKGBUILD2019-05-22 01:03:55 UTC (rev 353785)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=430.14
 _extramodules=extramodules-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:03:52
  Author: heftig
Revision: 353784

390.116-22: kernel 5.1.3.arch2-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 00:54:56 UTC (rev 353783)
+++ PKGBUILD2019-05-22 01:03:52 UTC (rev 353784)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.116
 _extramodules=extramodules-ARCH
-pkgrel=21
+pkgrel=22
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:03:58
  Author: heftig
Revision: 468259

0.0.20190406-14: kernel 5.1.3.arch2-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 01:03:57 UTC (rev 468258)
+++ PKGBUILD2019-05-22 01:03:58 UTC (rev 468259)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20190406
-pkgrel=13
+pkgrel=14
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:03:41
  Author: heftig
Revision: 468255

8.047.01-12: kernel 5.1.3.arch2-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 01:03:40 UTC (rev 468254)
+++ PKGBUILD2019-05-22 01:03:41 UTC (rev 468255)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.047.01
-pkgrel=11
+pkgrel=12
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:04:00
  Author: heftig
Revision: 353786

340.107-85: kernel 5.1.3.arch2-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 01:03:55 UTC (rev 353785)
+++ PKGBUILD2019-05-22 01:04:00 UTC (rev 353786)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-ARCH
-pkgrel=84
+pkgrel=85
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 01:03:34
  Author: heftig
Revision: 468251

0.43-110: kernel 5.1.3.arch2-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 22:08:44 UTC (rev 468250)
+++ PKGBUILD2019-05-22 01:03:34 UTC (rev 468251)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=109
+pkgrel=110
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


[arch-commits] Commit in js60/repos/extra-x86_64 (8 files)

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 00:54:56
  Author: heftig
Revision: 353783

archrelease: copy trunk to extra-x86_64

Added:
  js60/repos/extra-x86_64/PKGBUILD
(from rev 353782, js60/trunk/PKGBUILD)
  js60/repos/extra-x86_64/bug1415202.patch
(from rev 353782, js60/trunk/bug1415202.patch)
  js60/repos/extra-x86_64/mozjs52-include-configure-script.patch
(from rev 353782, js60/trunk/mozjs52-include-configure-script.patch)
  js60/repos/extra-x86_64/mozjs60-fix-soname.patch
(from rev 353782, js60/trunk/mozjs60-fix-soname.patch)
Deleted:
  js60/repos/extra-x86_64/PKGBUILD
  js60/repos/extra-x86_64/bug1415202.patch
  js60/repos/extra-x86_64/mozjs52-include-configure-script.patch
  js60/repos/extra-x86_64/mozjs60-fix-soname.patch

+
 PKGBUILD   |  176 ++---
 bug1415202.patch   |  254 +++
 mozjs52-include-configure-script.patch |  126 +++
 mozjs60-fix-soname.patch   |   50 +++---
 4 files changed, 303 insertions(+), 303 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-22 00:52:58 UTC (rev 353782)
+++ PKGBUILD2019-05-22 00:54:56 UTC (rev 353783)
@@ -1,88 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=js60
-pkgver=60.6.3
-pkgrel=1
-_ffver=${pkgver%%.*}
-pkgdesc="JavaScript interpreter and libraries - Version $_ffver"
-arch=(x86_64)
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
-license=(MPL)
-depends=(gcc-libs readline zlib sh)
-makedepends=(python2 zip autoconf2.13 mercurial)
-_repo=https://hg.mozilla.org/releases/mozilla-esr60
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE"
-bug1415202.patch
-mozjs60-fix-soname.patch
-mozjs52-include-configure-script.patch)
-sha256sums=('SKIP'
-'0b410aa6ebd0236cd3ea524340c2da2235973a42cd0eaa90f7f394cd5bcbab95'
-'c792837930defe27355941080e9b80ec1d45003c097e4707860acc13d43bc519'
-'d91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344')
-
-prepare() {
-  cd mozilla-esr60
-  mkdir obj
-
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=1479687
-  patch -Np1 -i ../bug1415202.patch
-
-  # 
https://salsa.debian.org/gnome-team/mozjs52/tree/debian/master/debian/patches
-  patch -Np1 -i ../mozjs60-fix-soname.patch
-  patch -Np1 -i ../mozjs52-include-configure-script.patch
-}
-
-build() {
-  local configure_args=(
---prefix=/usr
---disable-debug
---disable-debug-symbols
---disable-jemalloc
---disable-strip
---enable-hardening
---enable-linker=gold
---enable-optimize
---enable-posix-nspr-emulation
---enable-readline
---enable-release
---enable-shared-js
---enable-tests
---with-intl-api
---with-system-zlib
---without-system-icu
-  )
-
-  cd mozilla-esr60/obj
-
-  export PYTHON=/usr/bin/python2
-
-  sh ../js/src/configure "${configure_args[@]}"
-  make
-}
-
-check() {
-  local jstests_extra_args=(
---format=none
---exclude-random
-  ) jittest_extra_args=(
---format=none
---timeout 300
-  ) jittest_test_args=(
-basic
-  )
-
-  cd mozilla-esr60/obj
-  make -C js/src check-jstests check-jit-test \
-JSTESTS_EXTRA_ARGS="${jstests_extra_args[*]}" \
-JITTEST_EXTRA_ARGS="${jittest_extra_args[*]}" \
-JITTEST_TEST_ARGS="${jittest_test_args[*]}"
-}
-
-package() {
-  cd mozilla-esr60/obj
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/*.ajs
-  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -c a-x {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: js60/repos/extra-x86_64/PKGBUILD (from rev 353782, js60/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-22 00:54:56 UTC (rev 353783)
@@ -0,0 +1,88 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=js60
+pkgver=60.7.0
+pkgrel=1
+_ffver=${pkgver%%.*}
+pkgdesc="JavaScript interpreter and libraries - Version $_ffver"
+arch=(x86_64)
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
+license=(MPL)
+depends=(gcc-libs readline zlib sh)
+makedepends=(python2 zip autoconf2.13 mercurial)
+_repo=https://hg.mozilla.org/mozilla-unified
+source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE"
+bug1415202.patch
+mozjs60-fix-soname.patch
+mozjs52-include-configure-script.patch)
+sha256sums=('SKIP'
+'0b410aa6ebd0236cd3ea524340c2da2235973a42cd0eaa90f7f394cd5bcbab95'
+'c792837930defe27355941080e9b80ec1d45003c097e4707860acc13d43bc519'
+'d91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344')
+
+prepare() {
+  cd mozilla-unified
+  mkdir obj
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1479687
+  patch -Np1 -i ../bug1415202.patch
+
+  # 

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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 00:52:58
  Author: heftig
Revision: 353782

60.7.0-1

Modified:
  js60/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 00:25:05 UTC (rev 353781)
+++ PKGBUILD2019-05-22 00:52:58 UTC (rev 353782)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=js60
-pkgver=60.6.3
+pkgver=60.7.0
 pkgrel=1
 _ffver=${pkgver%%.*}
 pkgdesc="JavaScript interpreter and libraries - Version $_ffver"
@@ -10,7 +10,7 @@
 license=(MPL)
 depends=(gcc-libs readline zlib sh)
 makedepends=(python2 zip autoconf2.13 mercurial)
-_repo=https://hg.mozilla.org/releases/mozilla-esr60
+_repo=https://hg.mozilla.org/mozilla-unified
 source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE"
 bug1415202.patch
 mozjs60-fix-soname.patch
@@ -21,7 +21,7 @@
 'd91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344')
 
 prepare() {
-  cd mozilla-esr60
+  cd mozilla-unified
   mkdir obj
 
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1479687
@@ -52,7 +52,7 @@
 --without-system-icu
   )
 
-  cd mozilla-esr60/obj
+  cd mozilla-unified/obj
 
   export PYTHON=/usr/bin/python2
 
@@ -71,7 +71,7 @@
 basic
   )
 
-  cd mozilla-esr60/obj
+  cd mozilla-unified/obj
   make -C js/src check-jstests check-jit-test \
 JSTESTS_EXTRA_ARGS="${jstests_extra_args[*]}" \
 JITTEST_EXTRA_ARGS="${jittest_extra_args[*]}" \
@@ -79,7 +79,7 @@
 }
 
 package() {
-  cd mozilla-esr60/obj
+  cd mozilla-unified/obj
   make DESTDIR="$pkgdir" install
   rm "$pkgdir"/usr/lib/*.ajs
   find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -c a-x {} +


[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

2019-05-21 Thread Evangelos Foutras via arch-commits
Date: Wednesday, May 22, 2019 @ 00:25:05
  Author: foutrelis
Revision: 353781

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 353780, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-the-flash-for-new-windows.patch
(from rev 353780, 
chromium/trunk/chromium-fix-the-flash-for-new-windows.patch)
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
(from rev 353780, 
chromium/trunk/chromium-fix-window-flash-for-some-WMs.patch)
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
(from rev 353780, chromium/trunk/chromium-glibc-2.29.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 353780, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 353780, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 353780, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 353780, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-the-flash-for-new-windows.patch
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  460 -
 chromium-fix-the-flash-for-new-windows.patch |  108 ++---
 chromium-fix-window-flash-for-some-WMs.patch |  196 +-
 chromium-glibc-2.29.patch|  210 +--
 chromium-skia-harmony.patch  |   26 -
 chromium-system-icu.patch|   38 +-
 chromium-widevine.patch  |   44 +-
 chromium.install |   32 -
 8 files changed, 557 insertions(+), 557 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-22 00:24:55 UTC (rev 353780)
+++ PKGBUILD2019-05-22 00:25:05 UTC (rev 353781)
@@ -1,230 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=74.0.3729.157
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'clang' 'lld' 'gn' 'java-runtime-headless')
-optdepends=('pepper-flash: support for Flash content'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-chromium-system-icu.patch
-chromium-glibc-2.29.patch
-chromium-fix-the-flash-for-new-windows.patch
-chromium-fix-window-flash-for-some-WMs.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('dcbe311d6ba7124496beca4a7ae401ac072c1f8e1a47d17b0919dba1b5962e06'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'
-'6d82c052eb1f1ae5644a09f7ad7a88d9e2966d1836124445ca4df93b7657c10a'
-'183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  

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

2019-05-21 Thread Evangelos Foutras via arch-commits
Date: Wednesday, May 22, 2019 @ 00:24:55
  Author: foutrelis
Revision: 353780

upgpkg: chromium 74.0.3729.169-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 00:19:35 UTC (rev 353779)
+++ PKGBUILD2019-05-22 00:24:55 UTC (rev 353780)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=74.0.3729.157
+pkgver=74.0.3729.169
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -29,7 +29,7 @@
 chromium-fix-window-flash-for-some-WMs.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('dcbe311d6ba7124496beca4a7ae401ac072c1f8e1a47d17b0919dba1b5962e06'
+sha256sums=('070f0210017f54b65264f88726431da7582e36a04caa673fe50662e8b41a0cb4'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
 'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 00:19:35
  Author: heftig
Revision: 353779

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 353777, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 353777, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 353777, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 353777, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 353777, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 353777, linux-zen/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  231 +
 config|10005 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10285 insertions(+)

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


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 00:19:34
  Author: heftig
Revision: 353778

archrelease: copy trunk to staging-x86_64

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

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  231 +
 config| 9975 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10255 insertions(+)

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


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 00:19:00
  Author: heftig
Revision: 353777

5.1.3.zen2-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 00:18:32 UTC (rev 353776)
+++ PKGBUILD2019-05-22 00:19:00 UTC (rev 353777)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.1.3-zen1
+_srcver=5.1.3-zen2
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Wednesday, May 22, 2019 @ 00:18:32
  Author: heftig
Revision: 353776

5.1.3.arch2-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 22:29:28 UTC (rev 353775)
+++ PKGBUILD2019-05-22 00:18:32 UTC (rev 353776)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.1.3-arch1
+_srcver=5.1.3-arch2
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Tuesday, May 21, 2019 @ 22:29:28
  Author: heftig
Revision: 353775

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-21 22:29:18 UTC (rev 353774)
+++ PKGBUILD2019-05-21 22:29:28 UTC (rev 353775)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.32.2
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps;
-arch=(x86_64)
-license=(GPL)
-depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-_commit=0dc320d5efebc8eee2c5720005e5eb8cbccdc7b9  # tags/v3.32.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 353774, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-21 22:29:28 UTC (rev 353775)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.32.2.1
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps;
+arch=(x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+_commit=55071975871559e2fc2c6475309c8e72e33760b9  # tags/v3.32.2.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Tuesday, May 21, 2019 @ 22:29:18
  Author: heftig
Revision: 353774

3.32.2.1-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 22:04:44 UTC (rev 353773)
+++ PKGBUILD2019-05-21 22:29:18 UTC (rev 353774)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=3.32.2
+pkgver=3.32.2.1
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps;
@@ -11,7 +11,7 @@
 depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph)
 makedepends=(gobject-introspection git meson yelp-tools)
 groups=(gnome)
-_commit=0dc320d5efebc8eee2c5720005e5eb8cbccdc7b9  # tags/v3.32.2^0
+_commit=55071975871559e2fc2c6475309c8e72e33760b9  # tags/v3.32.2.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-05-21 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 21, 2019 @ 22:08:36
  Author: foutrelis
Revision: 468249

upgpkg: axel 2.17.3-1

New upstream release.

Modified:
  axel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:59:58 UTC (rev 468248)
+++ PKGBUILD2019-05-21 22:08:36 UTC (rev 468249)
@@ -2,7 +2,7 @@
 # Contributor: Roman G 
 
 pkgname=axel
-pkgver=2.17.1
+pkgver=2.17.3
 pkgrel=1
 pkgdesc="Light command line download accelerator"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('glibc' 'openssl')
 
source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('36bb3644e052fef6255689b9611828805f9139140ab07febb95de6ed8dbe9ed7')
+sha256sums=('43cfc7094e0e35a51e68921b314b7ab8dd87897007694833d695b3409750b3c6')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-05-21 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 21, 2019 @ 22:08:44
  Author: foutrelis
Revision: 468250

archrelease: copy trunk to community-x86_64

Added:
  axel/repos/community-x86_64/PKGBUILD
(from rev 468249, axel/trunk/PKGBUILD)
Deleted:
  axel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-21 22:08:36 UTC (rev 468249)
+++ PKGBUILD2019-05-21 22:08:44 UTC (rev 468250)
@@ -1,26 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Roman G 
-
-pkgname=axel
-pkgver=2.17.1
-pkgrel=1
-pkgdesc="Light command line download accelerator"
-arch=('x86_64')
-url="https://github.com/axel-download-accelerator/axel;
-license=('GPL')
-depends=('glibc' 'openssl')
-source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('36bb3644e052fef6255689b9611828805f9139140ab07febb95de6ed8dbe9ed7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: axel/repos/community-x86_64/PKGBUILD (from rev 468249, 
axel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-21 22:08:44 UTC (rev 468250)
@@ -0,0 +1,26 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Roman G 
+
+pkgname=axel
+pkgver=2.17.3
+pkgrel=1
+pkgdesc="Light command line download accelerator"
+arch=('x86_64')
+url="https://github.com/axel-download-accelerator/axel;
+license=('GPL')
+depends=('glibc' 'openssl')
+source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('43cfc7094e0e35a51e68921b314b7ab8dd87897007694833d695b3409750b3c6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-xml-simple/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:57:41
  Author: arojas
Revision: 353769

https

Modified:
  perl-xml-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:56:24 UTC (rev 353768)
+++ PKGBUILD2019-05-21 21:57:41 UTC (rev 353769)
@@ -9,10 +9,10 @@
 pkgdesc="Simple XML parser for perl"
 arch=('any')
 license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/;
+url="https://search.cpan.org/dist/${_realname}/;
 depends=('perl-xml-sax-expat')
 options=('!emptydirs')
-source=("ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz;)
+source=("https://www.cpan.org/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz;)
 
sha512sums=('0f1a6a1bdb8f6ac6fa4deef33d09930eb4758b4a3ed4431624004ffa2b1eb02f0d6ce14cb4942162cb76f7aa39fea4ec6a71e1eb9ebd464b710db7024bdd990c')
 
 build() {


[arch-commits] Commit in firefox/trunk (upload-symbol-archive)

2019-05-21 Thread Jan Steffens via arch-commits
Date: Tuesday, May 21, 2019 @ 22:04:44
  Author: heftig
Revision: 353773

whoops, fix linebreaks

Modified:
  firefox/trunk/upload-symbol-archive

---+
 upload-symbol-archive |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: upload-symbol-archive
===
--- upload-symbol-archive   2019-05-21 22:00:14 UTC (rev 353772)
+++ upload-symbol-archive   2019-05-21 22:04:44 UTC (rev 353773)
@@ -20,6 +20,6 @@
   curl -X POST -H "Auth-Token: $(<"$token")" -F "${zip##*/}=@$zip" \
 --retry 4 --retry-connrefused --connect-timeout 120 \
 https://symbols.mozilla.org/upload/
+  echo
   mv -v "$zip" "$zip.uploaded"
-  echo
 done


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Tuesday, May 21, 2019 @ 22:00:14
  Author: heftig
Revision: 353772

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 353771, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  480 ++---
 1 file changed, 240 insertions(+), 240 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-21 22:00:09 UTC (rev 353771)
+++ PKGBUILD2019-05-21 22:00:14 UTC (rev 353772)
@@ -1,240 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=66.0.5
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=(any)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/firefox/;
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-CA  "English (Canadian)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox"
-  depends=("firefox>=$pkgver")
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha256sums=('db4a40d92d75179c39fb97db4933534469384e644cb701884a4017e382624342'
-'37dc46ffc241c5f35137a524ff716b0c059d5e82fee47031848786690b8bebc0'
-'486e7ed47e57a07071c5d418c7a1b75c07d1e75107b9dd5ac6fa9f0639408263'
-'9511e144c2f838d7687d18c46fea470a4edf3ff76cee700645e7d46e2aa7590f'
-'aa0b8025902ce8894692bc4a9e78440291065240b9f1fc4774f79910ef3270ac'
-'18abd7b91230732526b72006142233400600cd85b0f73739a30f8d3de04bca53'
-'721cd00074359d55c938e3080ef1bd4b1842ce6ac556b80c00a6da2325fecbe0'
-'e8b5e2922da49e58ee66189867f8f0ca1462532089815d17a9dc6bcfa7615374'
-'76bd58398feca4b0d70a5f2cc8afc102c26920cb592330a6658a199944c79672'
-'e815b71d5037af7d84c8c8afea997ca13d58feace2333c58255f94cfd0d36beb'
-'61dfb8aba135eed474cf1ff39bdca5e4e15def0bb50ee211b534d29da372b802'
-

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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Tuesday, May 21, 2019 @ 22:00:00
  Author: heftig
Revision: 353770

archrelease: copy trunk to testing-x86_64

Added:
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 353769, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/gio-querymodules.hook
(from rev 353769, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
(from rev 353769, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff
(from rev 353769, glib2/trunk/noisy-glib-compile-schemas.diff)

-+
 PKGBUILD|   74 ++
 gio-querymodules.hook   |   11 +
 glib-compile-schemas.hook   |   12 ++
 noisy-glib-compile-schemas.diff |   24 
 4 files changed, 121 insertions(+)

Copied: glib2/repos/testing-x86_64/PKGBUILD (from rev 353769, 
glib2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-05-21 22:00:00 UTC (rev 353770)
@@ -0,0 +1,74 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.60.3
+pkgrel=1
+pkgdesc="Low level core library"
+url="https://wiki.gnome.org/Projects/GLib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(pcre libffi libutil-linux zlib)
+makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux 
meson dbus)
+checkdepends=(desktop-file-utils)
+optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, 
gtester-report'
+'libelf: gresource inspection tool')
+options=(!emptydirs)
+_commit=0f6191d02a8e1ca7b08ffe0ccc4def88855baeae  # tags/2.60.3^0
+source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
+noisy-glib-compile-schemas.diff
+glib-compile-schemas.hook gio-querymodules.hook)
+sha256sums=('SKIP'
+'81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
+'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
+'5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+
+  # Suppress noise from glib-compile-schemas.hook
+  patch -Np1 -i ../noisy-glib-compile-schemas.diff
+}
+
+build() {
+  arch-meson glib build \
+-D selinux=disabled \
+-D man=true \
+-D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --no-suite flaky --print-errorlogs
+}
+
+package_glib2() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+
+  python -m compileall -d /usr/share/glib-2.0/codegen 
"$pkgdir/usr/share/glib-2.0/codegen"
+  python -O -m compileall -d /usr/share/glib-2.0/codegen 
"$pkgdir/usr/share/glib-2.0/codegen"
+
+  # Split docs
+  mv "$pkgdir/usr/share/gtk-doc" "$srcdir"
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for GLib"
+  depends=()
+  optdepends=()
+  license+=(custom)
+
+  mkdir -p "$pkgdir/usr/share"
+  mv gtk-doc "$pkgdir/usr/share"
+
+  install -Dt "$pkgdir/usr/share/licenses/glib2-docs" -m644 
glib/docs/reference/COPYING
+}
+
+# vim:set sw=2 et:

Copied: glib2/repos/testing-x86_64/gio-querymodules.hook (from rev 353769, 
glib2/trunk/gio-querymodules.hook)
===
--- testing-x86_64/gio-querymodules.hook(rev 0)
+++ testing-x86_64/gio-querymodules.hook2019-05-21 22:00:00 UTC (rev 
353770)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gio/modules/*.so
+
+[Action]
+Description = Updating GIO module cache...
+When = PostTransaction
+Exec = /usr/bin/gio-querymodules /usr/lib/gio/modules

Copied: glib2/repos/testing-x86_64/glib-compile-schemas.hook (from rev 353769, 
glib2/trunk/glib-compile-schemas.hook)
===
--- testing-x86_64/glib-compile-schemas.hook(rev 0)
+++ testing-x86_64/glib-compile-schemas.hook2019-05-21 22:00:00 UTC (rev 
353770)
@@ -0,0 +1,12 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/glib-2.0/schemas/*.gschema.xml
+Target = usr/share/glib-2.0/schemas/*.gschema.override
+
+[Action]
+Description = Compiling GSettings XML schema files...
+When = PostTransaction
+Exec = /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas

Copied: glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff (from rev 
353769, glib2/trunk/noisy-glib-compile-schemas.diff)
===
--- testing-x86_64/noisy-glib-compile-schemas.diff  
(rev 0)
+++ 

[arch-commits] Commit in firefox/repos/extra-x86_64 (10 files)

2019-05-21 Thread Jan Steffens via arch-commits
Date: Tuesday, May 21, 2019 @ 22:00:09
  Author: heftig
Revision: 353771

archrelease: copy trunk to extra-x86_64

Added:
  firefox/repos/extra-x86_64/0001-bz-1521249.patch
(from rev 353769, firefox/trunk/0001-bz-1521249.patch)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 353769, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-symbolic.svg
(from rev 353769, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 353769, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/upload-symbol-archive
(from rev 353769, firefox/trunk/upload-symbol-archive)
Deleted:
  firefox/repos/extra-x86_64/0001-bz-1468911.patch
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-symbolic.svg
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/upload-symbol-archive

---+
 0001-bz-1468911.patch |26961 ---
 0001-bz-1521249.patch |27006 
 PKGBUILD  |  344 
 firefox-symbolic.svg  |  128 
 firefox.desktop   |  680 -
 upload-symbol-archive |   49 
 6 files changed, 27607 insertions(+), 27561 deletions(-)

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


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Tuesday, May 21, 2019 @ 21:59:58
  Author: heftig
Revision: 468248

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-glib2/repos/multilib-testing-x86_64/
  lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 468247, lib32-glib2/trunk/PKGBUILD)
  lib32-glib2/repos/multilib-testing-x86_64/gio-querymodules-32.hook
(from rev 468247, lib32-glib2/trunk/gio-querymodules-32.hook)
  lib32-glib2/repos/multilib-testing-x86_64/multilib.diff
(from rev 468247, lib32-glib2/trunk/multilib.diff)

--+
 PKGBUILD |   59 +
 gio-querymodules-32.hook |   11 
 multilib.diff|   25 +++
 3 files changed, 95 insertions(+)

Copied: lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD (from rev 468247, 
lib32-glib2/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-05-21 21:59:58 UTC (rev 468248)
@@ -0,0 +1,59 @@
+# Contributor: Ionut Biru 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+pkgname=lib32-glib2
+pkgver=2.60.3
+pkgrel=1
+pkgdesc="Low level core library (32-bit)"
+url="https://wiki.gnome.org/Projects/GLib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(lib32-pcre lib32-libffi lib32-util-linux lib32-zlib glib2)
+makedepends=(gettext gtk-doc shared-mime-info python lib32-libelf git 
util-linux meson lib32-dbus)
+checkdepends=(desktop-file-utils lib32-glib2)
+options=(!emptydirs)
+_commit=0f6191d02a8e1ca7b08ffe0ccc4def88855baeae  # tags/2.60.3^0
+source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
+multilib.diff
+gio-querymodules-32.hook)
+sha256sums=('SKIP'
+'a0292252363f32324d03486fee0b84a79781bdcb51ad913a2bf37530d74c3b24'
+'73b6791b58180e2a02fe908938e6c547ee1b263f8c387262f9a8c4105ffa999a')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+  patch -Np1 -i ../multilib.diff
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  arch-meson glib build \
+-D selinux=disabled \
+--libdir=/usr/lib32
+  ninja -C build
+}
+
+check() {
+  meson test -C build --no-suite flaky --no-suite slow --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  rm -r "$pkgdir"/usr/{share,include}
+  find "$pkgdir/usr/bin" -type f -not -name gio-querymodules -printf 'Removing 
%P\n' -delete
+  mv "$pkgdir"/usr/bin/gio-querymodules{,-32}
+
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+}
+
+# vim:set sw=2 et:

Copied: lib32-glib2/repos/multilib-testing-x86_64/gio-querymodules-32.hook 
(from rev 468247, lib32-glib2/trunk/gio-querymodules-32.hook)
===
--- multilib-testing-x86_64/gio-querymodules-32.hook
(rev 0)
+++ multilib-testing-x86_64/gio-querymodules-32.hook2019-05-21 21:59:58 UTC 
(rev 468248)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib32/gio/modules/*.so
+
+[Action]
+Description = Updating 32-bit GIO module cache...
+When = PostTransaction
+Exec = /usr/bin/gio-querymodules-32 /usr/lib32/gio/modules

Copied: lib32-glib2/repos/multilib-testing-x86_64/multilib.diff (from rev 
468247, lib32-glib2/trunk/multilib.diff)
===
--- multilib-testing-x86_64/multilib.diff   (rev 0)
+++ multilib-testing-x86_64/multilib.diff   2019-05-21 21:59:58 UTC (rev 
468248)
@@ -0,0 +1,25 @@
+diff --git i/gio/tests/meson.build w/gio/tests/meson.build
+index 65f43e267..3bd66bf60 100644
+--- i/gio/tests/meson.build
 w/gio/tests/meson.build
+@@ -598,6 +598,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
+  '-r',
+  '-b','binary',
+  '@INPUT@',
++ '--oformat', 'elf32-i386',
+  '-o','@OUTPUT@'])
+ 
+ # Rename symbol to match the one in the C file
+diff --git i/glib/tests/meson.build w/glib/tests/meson.build
+index d54fc41fa..ad5511ca5 100644
+--- i/glib/tests/meson.build
 w/glib/tests/meson.build
+@@ -92,7 +92,7 @@ glib_tests = {
+   'test-printf' : {},
+   'thread' : {},
+   'timeout' : {},
+-  'timer' : {},
++  'timer' : {'suite': ['flaky']},
+   'tree' : {},
+   'utf8-performance' : {},
+   'utf8-pointer' : {},


[arch-commits] Commit in lib32-glib2/trunk (PKGBUILD multilib.diff)

2019-05-21 Thread Jan Steffens via arch-commits
Date: Tuesday, May 21, 2019 @ 21:59:01
  Author: heftig
Revision: 468247

2.60.3-1

Modified:
  lib32-glib2/trunk/PKGBUILD
  lib32-glib2/trunk/multilib.diff

---+
 PKGBUILD  |6 +++---
 multilib.diff |   19 ---
 2 files changed, 19 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:01:08 UTC (rev 468246)
+++ PKGBUILD2019-05-21 21:59:01 UTC (rev 468247)
@@ -3,7 +3,7 @@
 # Contributor: Mikko Seppälä 
 
 pkgname=lib32-glib2
-pkgver=2.60.2
+pkgver=2.60.3
 pkgrel=1
 pkgdesc="Low level core library (32-bit)"
 url="https://wiki.gnome.org/Projects/GLib;
@@ -13,12 +13,12 @@
 makedepends=(gettext gtk-doc shared-mime-info python lib32-libelf git 
util-linux meson lib32-dbus)
 checkdepends=(desktop-file-utils lib32-glib2)
 options=(!emptydirs)
-_commit=a3b5608170c0b4381d0217ea99325ec7fcecb7f6  # tags/2.60.2^0
+_commit=0f6191d02a8e1ca7b08ffe0ccc4def88855baeae  # tags/2.60.3^0
 source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
 multilib.diff
 gio-querymodules-32.hook)
 sha256sums=('SKIP'
-'9c59f120cdccdbd960c5e3aab11f6c3c4b464ff4f7fc267520f5baad7919310a'
+'a0292252363f32324d03486fee0b84a79781bdcb51ad913a2bf37530d74c3b24'
 '73b6791b58180e2a02fe908938e6c547ee1b263f8c387262f9a8c4105ffa999a')
 
 pkgver() {

Modified: multilib.diff
===
--- multilib.diff   2019-05-21 21:01:08 UTC (rev 468246)
+++ multilib.diff   2019-05-21 21:59:01 UTC (rev 468247)
@@ -1,8 +1,8 @@
 diff --git i/gio/tests/meson.build w/gio/tests/meson.build
-index 5c0e03365..d69346216 100644
+index 65f43e267..3bd66bf60 100644
 --- i/gio/tests/meson.build
 +++ w/gio/tests/meson.build
-@@ -586,6 +586,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
+@@ -598,6 +598,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
   '-r',
   '-b','binary',
   '@INPUT@',
@@ -9,4 +9,17 @@
 + '--oformat', 'elf32-i386',
   '-o','@OUTPUT@'])
  
-   # Rename symbol to match the one in the C file
+ # Rename symbol to match the one in the C file
+diff --git i/glib/tests/meson.build w/glib/tests/meson.build
+index d54fc41fa..ad5511ca5 100644
+--- i/glib/tests/meson.build
 w/glib/tests/meson.build
+@@ -92,7 +92,7 @@ glib_tests = {
+   'test-printf' : {},
+   'thread' : {},
+   'timeout' : {},
+-  'timer' : {},
++  'timer' : {'suite': ['flaky']},
+   'tree' : {},
+   'utf8-performance' : {},
+   'utf8-pointer' : {},


[arch-commits] Commit in perl-xml-sax/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:55:57
  Author: arojas
Revision: 353767

https

Modified:
  perl-xml-sax/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:55:37 UTC (rev 353766)
+++ PKGBUILD2019-05-21 21:55:57 UTC (rev 353767)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Simple API for XML"
 arch=('any')
-url="http://search.cpan.org/dist/XML-SAX;
+url="https://search.cpan.org/dist/XML-SAX;
 license=('GPL' 'PerlArtistic')
 depends=('perl' 'perl-xml-sax-base' 'perl-xml-namespacesupport')
 options=('!emptydirs')


[arch-commits] Commit in perl-xml-sax-base/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:56:24
  Author: arojas
Revision: 353768

https

Modified:
  perl-xml-sax-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:55:57 UTC (rev 353767)
+++ PKGBUILD2019-05-21 21:56:24 UTC (rev 353768)
@@ -6,7 +6,7 @@
 pkgrel=3
 pkgdesc="Base class SAX Drivers and Filters"
 arch=('any')
-url="http://search.cpan.org/dist/XML-SAX-Base;
+url="https://search.cpan.org/dist/XML-SAX-Base;
 license=('GPL' 'PerlArtistic')
 depends=('perl')
 options=('!emptydirs')


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

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:55:07
  Author: arojas
Revision: 353765

https

Modified:
  perl-uri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:54:51 UTC (rev 353764)
+++ PKGBUILD2019-05-21 21:55:07 UTC (rev 353765)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="Uniform Resource Identifiers (absolute and relative)"
 arch=('any')
-url="http://search.cpan.org/dist/URI/;
+url="https://search.cpan.org/dist/URI/;
 license=('PerlArtistic')
 depends=('perl')
 checkdepends=('perl-test-needs')


[arch-commits] Commit in perl-xml-namespacesupport/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:55:37
  Author: arojas
Revision: 353766

https

Modified:
  perl-xml-namespacesupport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:55:07 UTC (rev 353765)
+++ PKGBUILD2019-05-21 21:55:37 UTC (rev 353766)
@@ -6,7 +6,7 @@
 pkgrel=3
 pkgdesc="Generic namespace helpers (ported from SAX2)"
 arch=('any')
-url="http://search.cpan.org/dist/XML-NamespaceSupport;
+url="https://search.cpan.org/dist/XML-NamespaceSupport;
 license=('GPL')
 depends=('perl')
 options=('!emptydirs')


[arch-commits] Commit in perl-try-tiny/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:54:51
  Author: arojas
Revision: 353764

https

Modified:
  perl-try-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:54:18 UTC (rev 353763)
+++ PKGBUILD2019-05-21 21:54:51 UTC (rev 353764)
@@ -5,11 +5,11 @@
 pkgrel=2
 pkgdesc="Minimal try/catch with proper localization of \$@"
 arch=('any')
-url="http://search.cpan.org/dist/Try-Tiny;
+url="https://search.cpan.org/dist/Try-Tiny;
 license=('MIT')
 depends=('perl')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-${pkgver}.tar.gz;)
+source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-${pkgver}.tar.gz;)
 
sha512sums=('f523736ab0504ca0f7150be312e62988c4b9473a9e8469b0746dc8364945e2922c64c92e95e6c2b5792c5d6399dabea3d00aa45c065155b95519d5658a07216c')
 
 build() {


[arch-commits] Commit in perl-text-patch/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:54:18
  Author: arojas
Revision: 353763

https

Modified:
  perl-text-patch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:53:56 UTC (rev 353762)
+++ PKGBUILD2019-05-21 21:54:18 UTC (rev 353763)
@@ -5,12 +5,12 @@
 pkgrel=5
 pkgdesc="Patches text with given patch"
 arch=('any')
-url="http://search.cpan.org/dist/Text-Patch;
+url="https://search.cpan.org/dist/Text-Patch;
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 checkdepends=('perl-text-diff')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/C/CA/CADE/Text-Patch-$pkgver.tar.gz;)
+source=("https://search.cpan.org/CPAN/authors/id/C/CA/CADE/Text-Patch-$pkgver.tar.gz;)
 sha1sums=('025d6249ae2b57b2f92cc7e1761b94a5fdbe4635')
 
 build() {


[arch-commits] Commit in perl-text-glob/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:53:56
  Author: arojas
Revision: 353762

https

Modified:
  perl-text-glob/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:53:28 UTC (rev 353761)
+++ PKGBUILD2019-05-21 21:53:56 UTC (rev 353762)
@@ -12,8 +12,8 @@
 options=('!emptydirs')
 depends=('perl')
 makedepends=()
-url='http://search.mcpan.org/dist/Text-Glob'
-source=("http://search.mcpan.org/CPAN/authors/id/R/RC/RCLAMP/${_dist}-${pkgver}.tar.gz;)
+url='https://search.mcpan.org/dist/Text-Glob'
+source=("https://search.mcpan.org/CPAN/authors/id/R/RC/RCLAMP/${_dist}-${pkgver}.tar.gz;)
 md5sums=('d001559c504a2625dd117bd1558f07f7')
 
sha512sums=('20322fee3f56ee7e65f0f8e5371d9dbbe89895d8b9c9207486e7934e29bd883fb557c9765e406f85f56b67019293d82a0318ded83a9387b164cb5e8f58bef0cb')
 


[arch-commits] Commit in perl-test-pod/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:53:28
  Author: arojas
Revision: 353761

https

Modified:
  perl-test-pod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:53:10 UTC (rev 353760)
+++ PKGBUILD2019-05-21 21:53:28 UTC (rev 353761)
@@ -7,11 +7,11 @@
 pkgrel=2
 pkgdesc="Check for POD errors in files"
 arch=('any')
-url="http://search.cpan.org/dist/Test-Pod/;
+url="https://search.cpan.org/dist/Test-Pod/;
 license=('GPL' 'PerlArtistic')
 depends=('perl')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Pod-${pkgver}.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Pod-${pkgver}.tar.gz)
 
sha512sums=('9b078488e1da8b907f5f3a46452aa9bfd49db61f1539d076dccebf9a8b476eaf0f539f00badc9c500b1e732a8827331b2286375924986efb990367767eeb8365')
 
 build() {


[arch-commits] Commit in perl-sys-hostname-long/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:53:10
  Author: arojas
Revision: 353760

https

Modified:
  perl-sys-hostname-long/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:52:41 UTC (rev 353759)
+++ PKGBUILD2019-05-21 21:53:10 UTC (rev 353760)
@@ -8,11 +8,11 @@
 pkgdesc="Perl module getting a full hostname"
 arch=('any')
 license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/;
+url="https://search.cpan.org/dist/${_realname}/;
 depends=('perl')
 checkdepends=('inetutils')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/${_realname}-${pkgver}.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/${_realname}-${pkgver}.tar.gz)
 md5sums=('a7d7a36fa6905bded4f6b7da94e37532')
 
 build() {


[arch-commits] Commit in perl-net-ip/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:52:41
  Author: arojas
Revision: 353759

https

Modified:
  perl-net-ip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:52:24 UTC (rev 353758)
+++ PKGBUILD2019-05-21 21:52:41 UTC (rev 353759)
@@ -8,7 +8,7 @@
 pkgdesc="Perl Module:  Easy manipulation of IPv4 and IPv6 addresses"
 arch=('any')
 license=('PerlArtistic')
-url="http://search.cpan.org/dist/Net-IP/;
+url="https://search.cpan.org/dist/Net-IP/;
 depends=('perl')
 options=(!emptydirs)
 source=("https://www.cpan.org/authors/id/M/MA/MANU/Net-IP-$pkgver.tar.gz;)


[arch-commits] Commit in perl-net-http/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:52:24
  Author: arojas
Revision: 353758

https

Modified:
  perl-net-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:51:51 UTC (rev 353757)
+++ PKGBUILD2019-05-21 21:52:24 UTC (rev 353758)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Low-level HTTP connection (client)"
 arch=('any')
-url=http://search.cpan.org/dist/Net-HTTP
+url=https://search.cpan.org/dist/Net-HTTP
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
 depends=('perl')


[arch-commits] Commit in perl-net-dns-resolver-programmable/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:51:51
  Author: arojas
Revision: 353757

https

Modified:
  perl-net-dns-resolver-programmable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:51:25 UTC (rev 353756)
+++ PKGBUILD2019-05-21 21:51:51 UTC (rev 353757)
@@ -8,11 +8,11 @@
 pkgdesc="A Net::DNS::Resolver descendant class for offline emulation of DNS"
 arch=('any')
 license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/;
+url="https://search.cpan.org/dist/${_realname}/;
 depends=('perl-net-dns' 'perl')
 makedepends=('perl-module-build')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/B/BI/BIGPRESH/${_realname}-${pkgver}.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/B/BI/BIGPRESH/${_realname}-${pkgver}.tar.gz)
 
sha512sums=('a9a239ff454ba186e2a00e578615d6b25075f4e1fde548893681c169d04571c1621b023ecd2ccbb95a8fff50d8b811c410212db31a1b78f2d62977a45e90a735')
 
 build() {


[arch-commits] Commit in perl-list-moreutils/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:50:45
  Author: arojas
Revision: 353754

https

Modified:
  perl-list-moreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:50:22 UTC (rev 353753)
+++ PKGBUILD2019-05-21 21:50:45 UTC (rev 353754)
@@ -10,8 +10,8 @@
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
 depends=('perl-exporter-tiny' 'perl-list-moreutils-xs')
-url=http://search.cpan.org/dist/List-MoreUtils
-source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz;)
+url=https://search.cpan.org/dist/List-MoreUtils
+source=("https://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-${pkgver}.tar.gz;)
 
sha512sums=('f7e11f10f1d7bd3b8f9f8bc2fc325e1a9230056f68591da624aed01fb4e4cbac20caeae0c3e2aa3acc8b71febd6d4149284367f051d3c1e608e3a4ca8b62dbd8')
 
 build() {


[arch-commits] Commit in perl-mail-spf/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:51:05
  Author: arojas
Revision: 353755

https

Modified:
  perl-mail-spf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:50:45 UTC (rev 353754)
+++ PKGBUILD2019-05-21 21:51:05 UTC (rev 353755)
@@ -8,12 +8,12 @@
 pkgdesc="Perl module that provides SPF support"
 arch=('any')
 license=('custom')
-url="http://search.cpan.org/dist/Mail-SPF/;
+url="https://search.cpan.org/dist/Mail-SPF/;
 depends=('perl-error' 'perl-netaddr-ip' 'perl-uri' 'perl-net-dns' 'perl')
 makedepends=('perl-module-build' 'perl-net-dns-resolver-programmable')
 conflicts=('perl-mail-spf-query')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v${pkgver}.tar.gz;)
+source=("https://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v${pkgver}.tar.gz;)
 md5sums=('664e20d79c87fa505080f362e827dace')
 
 prepare() {


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

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:51:25
  Author: arojas
Revision: 353756

https

Modified:
  perl-module-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:51:05 UTC (rev 353755)
+++ PKGBUILD2019-05-21 21:51:25 UTC (rev 353756)
@@ -7,12 +7,12 @@
 pkgrel=1
 pkgdesc="Build, test, and install Perl modules"
 arch=('any')
-url="http://search.cpan.org/dist/Module-Build;
+url="https://search.cpan.org/dist/Module-Build;
 license=('PerlArtistic' 'GPL')
 depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
 checkdepends=('perl-par-dist' 'perl-archive-zip')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
 
sha512sums=('51e0d73cecf450062121c3223b1a4c6f8a8c260fc2345d1c1a5e13ddcbd2b7bc2578411ac254420e27720b9e00a8efc9a9daa3159e9cba5338a188734b35c738')
 
 build() {


[arch-commits] Commit in perl-ipc-run3/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:50:01
  Author: arojas
Revision: 353752

https

Modified:
  perl-ipc-run3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:49:25 UTC (rev 353751)
+++ PKGBUILD2019-05-21 21:50:01 UTC (rev 353752)
@@ -12,8 +12,8 @@
 options=('!emptydirs')
 depends=('perl')
 makedepends=()
-url='http://search.cpan.org/dist/IPC-Run3'
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_dist}-${pkgver}.tar.gz;)
+url='https://search.cpan.org/dist/IPC-Run3'
+source=("https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_dist}-${pkgver}.tar.gz;)
 md5sums=('5a8cec571c51a118b265cf6e24e55761')
 
sha512sums=('50432850d8dccd2e59aa6684d34f3e3242fd7df3eb4d9a5eb02dae389aa46b5fd68cc54114a157c3fe99956e68e74d575ab3db5009b7bf7d5c325f1f109b1262')
 


[arch-commits] Commit in perl-ipc-system-simple/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:50:22
  Author: arojas
Revision: 353753

https

Modified:
  perl-ipc-system-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:50:01 UTC (rev 353752)
+++ PKGBUILD2019-05-21 21:50:22 UTC (rev 353753)
@@ -6,11 +6,11 @@
 pkgrel=4
 pkgdesc="Run commands simply, with detailed diagnostics"
 arch=('any')
-url="http://search.cpan.org/dist/IPC-System-Simple;
+url="https://search.cpan.org/dist/IPC-System-Simple;
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/IPC-System-Simple-$pkgver.tar.gz;)
+source=("https://search.cpan.org/CPAN/authors/id/P/PJ/PJF/IPC-System-Simple-$pkgver.tar.gz;)
 md5sums=('fb49e674e1d52e8e5646d08507d7fda5')
 
 build() {


[arch-commits] Commit in perl-io-html/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:48:59
  Author: arojas
Revision: 353750

https

Modified:
  perl-io-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:48:39 UTC (rev 353749)
+++ PKGBUILD2019-05-21 21:48:59 UTC (rev 353750)
@@ -5,11 +5,11 @@
 pkgrel=4
 pkgdesc="Open an HTML file with automatic charset detection"
 arch=('any')
-url='http://search.cpan.org/dist/IO-HTML'
+url='https://search.cpan.org/dist/IO-HTML'
 depends=('perl')
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CJ/CJM/IO-HTML-$pkgver.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/C/CJ/CJM/IO-HTML-$pkgver.tar.gz)
 sha1sums=('210b60f438502744c9c31a82329b19a6f9aecf63')
 
 build() {


[arch-commits] Commit in perl-io-socket-inet6/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:49:25
  Author: arojas
Revision: 353751

https

Modified:
  perl-io-socket-inet6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:48:59 UTC (rev 353750)
+++ PKGBUILD2019-05-21 21:49:25 UTC (rev 353751)
@@ -10,8 +10,8 @@
 options=('!emptydirs')
 depends=('perl-socket6>=0.12')
 makedepends=()
-url='http://search.cpan.org/dist/IO-Socket-INET6'
-source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-$pkgver.tar.gz;)
+url='https://search.cpan.org/dist/IO-Socket-INET6'
+source=("https://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-$pkgver.tar.gz;)
 md5sums=('510ddc1bd75a8340ca7226123fb545c1')
 
sha512sums=('c6dc0bbcc81682d317597de26d5023de84781e4bd2af224145cc4980db7fcbc93295a7d0a80c1eaa649c6aebf4057d0b0159f47e6a6379d4b545b49305f28a37')
 _distdir="IO-Socket-INET6-$pkgver"


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Tuesday, May 21, 2019 @ 21:48:36
  Author: heftig
Revision: 353748

67.0-1

Added:
  firefox/trunk/0001-bz-1521249.patch
(from rev 352761, firefox/trunk/0001-bz-1468911.patch)
Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/upload-symbol-archive
Deleted:
  firefox/trunk/0001-bz-1468911.patch

---+
 0001-bz-1468911.patch |26961 ---
 0001-bz-1521249.patch |27006 
 PKGBUILD  |8 
 upload-symbol-archive |1 
 4 files changed, 27011 insertions(+), 26965 deletions(-)

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


[arch-commits] Commit in perl-http-message/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:48:17
  Author: arojas
Revision: 353747

https

Modified:
  perl-http-message/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:47:53 UTC (rev 353746)
+++ PKGBUILD2019-05-21 21:48:17 UTC (rev 353747)
@@ -7,7 +7,7 @@
 pkgrel=2
 pkgdesc="HTTP style messages"
 arch=('any')
-url='http://search.cpan.org/dist/HTTP-Message'
+url='https://search.cpan.org/dist/HTTP-Message'
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
 depends=('perl' 'perl-encode-locale' 'perl-http-date' 'perl-lwp-mediatypes' 
'perl-uri'
@@ -14,7 +14,7 @@
  'perl-io-html')
 makedepends=('perl-try-tiny')
 conflicts=('perl-libwww<6')
-source=("http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Message-$pkgver.tar.gz;)
+source=("https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Message-$pkgver.tar.gz;)
 
sha512sums=('46a5d4ee6af1bdb7b320ae8ad430b4dbff9a198a60d025703fa64a83284dfe6bee08041fc43372b6ea724ab973f84c3cbca5353d6158bdfbbed612577de61206')
 
 build() {


[arch-commits] Commit in perl-http-negotiate/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:48:39
  Author: arojas
Revision: 353749

https

Modified:
  perl-http-negotiate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:48:36 UTC (rev 353748)
+++ PKGBUILD2019-05-21 21:48:39 UTC (rev 353749)
@@ -5,11 +5,11 @@
 pkgrel=5
 pkgdesc="Choose a variant to serve"
 arch=('any')
-url="http://search.cpan.org/dist/HTTP-Negotiate;
+url="https://search.cpan.org/dist/HTTP-Negotiate;
 license=('PerlArtistic' 'GPL')
 depends=('perl' 'perl-http-message')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-$pkgver.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-$pkgver.tar.gz)
 sha1sums=('4a4974639d9b64f7132cb075f551f7293f788c62')
 
 build() {


[arch-commits] Commit in perl-http-cookies/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:47:32
  Author: arojas
Revision: 353745

https

Modified:
  perl-http-cookies/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:47:03 UTC (rev 353744)
+++ PKGBUILD2019-05-21 21:47:32 UTC (rev 353745)
@@ -5,11 +5,11 @@
 pkgrel=3
 pkgdesc="HTTP cookie jars"
 arch=('any')
-url="http://search.cpan.org/dist/HTTP-Cookies;
+url="https://search.cpan.org/dist/HTTP-Cookies;
 license=('PerlArtistic' 'GPL')
 depends=('perl' 'perl-http-date' 'perl-http-message')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Cookies-$pkgver.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Cookies-$pkgver.tar.gz)
 
sha512sums=('e8b24b96e6630f1238e828edfbf7074fb9186a391fd1d129fb65a82748a4cf7d71669fa658c31957560a6faac3e638c8dc7aa3182acaa6fd14f0d56f3968f5e4')
 
 build() {


[arch-commits] Commit in perl-http-date/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:47:53
  Author: arojas
Revision: 353746

https

Modified:
  perl-http-date/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:47:32 UTC (rev 353745)
+++ PKGBUILD2019-05-21 21:47:53 UTC (rev 353746)
@@ -5,11 +5,11 @@
 pkgrel=5
 pkgdesc="Date conversion routines"
 arch=('any')
-url="http://search.cpan.org/dist/HTTP-Date;
+url="https://search.cpan.org/dist/HTTP-Date;
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Date-$pkgver.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Date-$pkgver.tar.gz)
 sha1sums=('85f8dbcad22f2680775a185ce91a42c89e0ad2a8')
 
 build() {


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

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:47:03
  Author: arojas
Revision: 353744

https

Modified:
  perl-file-readbackwards/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:42:14 UTC (rev 353743)
+++ PKGBUILD2019-05-21 21:47:03 UTC (rev 353744)
@@ -12,8 +12,8 @@
 options=('!emptydirs')
 depends=('perl')
 makedepends=('perl-extutils-makemaker')
-url="http://search.cpan.org/dist/${_pkgname}/;
-source=(http://search.cpan.org/CPAN/authors/id/${_lastauthor}/${_pkgname}-${pkgver}.tar.gz)
+url="https://search.cpan.org/dist/${_pkgname}/;
+source=(https://search.cpan.org/CPAN/authors/id/${_lastauthor}/${_pkgname}-${pkgver}.tar.gz)
 sha256sums=('82b261af87507cc3e7e66899c457104ebc8d1c09fb85c53f67c1f90f70f18d6e')
 
 build() {


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

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:42:14
  Author: arojas
Revision: 353743

archrelease: copy trunk to kde-unstable-x86_64

Added:
  qt5-webkit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 353742, qt5-webkit/trunk/PKGBUILD)
Deleted:
  qt5-webkit/repos/kde-unstable-x86_64/PKGBUILD
  qt5-webkit/repos/kde-unstable-x86_64/qt5-webkit-gcc7.patch
  qt5-webkit/repos/kde-unstable-x86_64/qt5-webkit-null-pointer-dereference.patch

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

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

Copied: qt5-webkit/repos/kde-unstable-x86_64/PKGBUILD (from rev 353742, 
qt5-webkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-21 21:42:14 UTC (rev 353743)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webkit
+_commit=95401fe3908e0b4eebc9447e678298d768617bc7
+pkgver=5.212.0alpha2+156+g95401fe3908
+pkgrel=2
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools git)
+optdepends=('gst-plugins-good: Webm codec support')
+conflicts=(qt5-webkit-ng)
+replaces=(qt5-webkit-ng)
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=(git+https://github.com/annulen/webkit#commit=$_commit)

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

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:41:49
  Author: arojas
Revision: 353742

Qt 5.13 rebuild

Modified:
  qt5-webkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:29:55 UTC (rev 353741)
+++ PKGBUILD2019-05-21 21:41:49 UTC (rev 353742)
@@ -5,7 +5,7 @@
 pkgname=qt5-webkit
 _commit=95401fe3908e0b4eebc9447e678298d768617bc7
 pkgver=5.212.0alpha2+156+g95401fe3908
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)


[arch-commits] Commit in thunderbird/repos/extra-x86_64 (6 files)

2019-05-21 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 21, 2019 @ 21:29:48
  Author: foutrelis
Revision: 353740

archrelease: copy trunk to extra-x86_64

Added:
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 353738, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/rust-1.33.patch
(from rev 353738, thunderbird/trunk/rust-1.33.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 353738, thunderbird/trunk/thunderbird.desktop)
Deleted:
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/rust-1.33.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop

-+
 PKGBUILD|  318 ++---
 rust-1.33.patch |  109 +--
 thunderbird.desktop |  346 +-
 3 files changed, 371 insertions(+), 402 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-21 21:29:47 UTC (rev 353739)
+++ PKGBUILD2019-05-21 21:29:48 UTC (rev 353740)
@@ -1,159 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Alexander Baldeck 
-# Contributor: Dale Blount 
-# Contributor: Anders Bostrom 
-
-pkgname=thunderbird
-pkgver=60.6.1
-pkgrel=2
-pkgdesc='Standalone mail and news reader from mozilla.org'
-url='https://www.mozilla.org/thunderbird/'
-arch=(x86_64)
-license=(MPL GPL LGPL)
-depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib
- nss hunspell sqlite ttf-font icu)  # libvpx
-makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
- autoconf2.13 rust clang llvm)
-optdepends=('libcanberra: sound support')
-options=(!emptydirs !makeflags)
-source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
-rust-1.33.patch
-$pkgname.desktop)
-sha256sums=('17aef9232a76bdc812422883c02b01b4ecb7633c3ee9870da5e4ec0e20ba5f67'
-'97bdb978d59cf5f0f967750e9d8dfbc8fc73367b08437838c44a308fe2ee5442'
-'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=1539901 (Patch from Fedora)
-  patch -Np1 -i ../rust-1.33.patch
-
-  echo -n "$_google_api_key" >google-api-key
-  echo -n "$_mozilla_api_key" >mozilla-api-key
-
-  cat >.mozconfig 

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

2019-05-21 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 21, 2019 @ 21:29:55
  Author: foutrelis
Revision: 353741

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 353740, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  306 ++---
 1 file changed, 153 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-21 21:29:48 UTC (rev 353740)
+++ PKGBUILD2019-05-21 21:29:55 UTC (rev 353741)
@@ -1,153 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgver=60.6.1
-pkgrel=1
-pkgdesc='Language pack for Thunderbird'
-url='https://www.mozilla.org/thunderbird'
-arch=('any')
-license=('MPL' 'GPL')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'br "Breton"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-ES  "Spanish (Spain)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Thunderbird"
-  depends=("thunderbird>=$pkgver")
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
-}
-
-sha256sums=('a879b3ff88ab2e52e4bb1f3dd8a35414edc628816bf9cb92ead94eef484a3a5b'
-'0be7f06cc87b483938efa3d3c110798e58793658733e46631a865166b88b26d9'
-'ad4f86312d35abc15a346be329ffa265a3bc5c4484d2d40a552bd93c77e01bec'
-'5294f3178dca24f0cb4b0eab5310f079cd71978cdb2ee24eccbfc26fe50d0118'
-'edfb3b467fdd6b7284cd82da2cf52e178c41122230ddec7e6733e0a7869b9bc3'
-'3249c79fc73f37eac9426f89b05ec33ce75eb000229b5825ebbd560929af5f36'
-'288130fc829ecb31d2b97937abe02a3b75da203f183a5bf8bbbaadea07fe559a'
-'0aa3c17718657d7e08b505b400319615fa1cdb17af7eda419c05834a4a3ac14a'
-'c19bab23dfbccd7d82cd3bf6093d7fbad55e9c240022d730a668ebbf357d5f40'
-'d0252fdf965216508da5b9d22e4936782920d481cfaec14ad9f72c0b5663b343'
-'b9aca7914f30b007054eea1d9ccbefcce48714f1876c1df49ae3917804d4703b'
-'02701c3439bb30be0514e6f8cc2926d539b0185ad370d1cfabe4085b7173ca61'
-'f9d94f2afe04b4db63c75bea25b27ab535ede8bf5f0b72010941c1514bc09fc0'
-'cd4e27b988a5e7d05ee7732e60a3bdade0925ce328ee69dade1df7fa5097b643'
-'9179ece6bf2fad65eb3755fb1f6182516ddd32fde3494575fcba901a293bc5dd'
-'75505b8a67174bb3902274f5f69ab9d004ff83bb12366689854d3386482825d0'
-'bcd812c09cecc18f7d66223f34ee45bd5d9c74c2e8aceb1bf8ed05f1c25c3c8d'
-'d2b39526d7d6bbd5a5d0db96b716b362d2334285461b235faa11529e8d28c54b'
-'2e48775b7685f3382a13925a7b1591d1a0bc49918aa0faf4ccac936f48c2176f'
-'19770d4c35c7825c4bb5cc836a6b6be9df0321cbc3e99c268550ace616506892'
-'38bc3813d50c63d60967b1e0fa5303450e02a88e7ced7dd35a1ab38bdff404ce'
-'8fdde144b7e2e89b087936d7b550d6c076606482fd5df53263b43918ee3dc8ec'
-'010c4cb2cb8209a42a1497f46569acc7e9c4e1349be0df49f1c64192d890b857'
-'50f79f72d223f71eb816bbf3fd2f968502a60a7d60fce961148444b7abf22e1a'
-'d947fe600d8f6568e7812c10b5d8d75cf093135cd7b2f6141946529173f4504d'

[arch-commits] Commit in thunderbird/trunk (PKGBUILD rust-1.33.patch)

2019-05-21 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 21, 2019 @ 21:29:40
  Author: foutrelis
Revision: 353738

upgpkg: thunderbird 60.7.0-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/rust-1.33.patch

-+
 PKGBUILD|8 
 rust-1.33.patch |   31 ---
 2 files changed, 4 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 18:18:41 UTC (rev 353737)
+++ PKGBUILD2019-05-21 21:29:40 UTC (rev 353738)
@@ -6,8 +6,8 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=60.6.1
-pkgrel=2
+pkgver=60.7.0
+pkgrel=1
 pkgdesc='Standalone mail and news reader from mozilla.org'
 url='https://www.mozilla.org/thunderbird/'
 arch=(x86_64)
@@ -21,8 +21,8 @@
 
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
 rust-1.33.patch
 $pkgname.desktop)
-sha256sums=('17aef9232a76bdc812422883c02b01b4ecb7633c3ee9870da5e4ec0e20ba5f67'
-'97bdb978d59cf5f0f967750e9d8dfbc8fc73367b08437838c44a308fe2ee5442'
+sha256sums=('377ca762624df103dd768dc36b7632537b46aa83ddc9d336a157cadcde8bb51d'
+'2b0244a9f7a30f28bcc12055f171e5506c7e3b929d85c3b3514b7e4e4c251784'
 'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)

Modified: rust-1.33.patch
===
--- rust-1.33.patch 2019-05-21 18:18:41 UTC (rev 353737)
+++ rust-1.33.patch 2019-05-21 21:29:40 UTC (rev 353738)
@@ -9,17 +9,6 @@
  #[macro_export]
  macro_rules! atom {{
  {}
-diff -up 
thunderbird-60.5.3/servo/components/style/gecko_string_cache/namespace.rs.rust-1.33-build
 thunderbird-60.5.3/servo/components/style/gecko_string_cache/namespace.rs
 
thunderbird-60.5.3/servo/components/style/gecko_string_cache/namespace.rs.rust-1.33-build
  2019-03-04 19:17:27.0 +0100
-+++ thunderbird-60.5.3/servo/components/style/gecko_string_cache/namespace.rs  
2019-03-13 15:05:58.966726107 +0100
-@@ -11,6 +11,7 @@ use std::fmt;
- use std::ops::Deref;
- use string_cache::{Atom, WeakAtom};
- 
-+/// Macro text
- #[macro_export]
- macro_rules! ns {
- () => { $crate::string_cache::Namespace(atom!("")) };
 diff -up 
thunderbird-60.5.3/servo/components/style/properties/properties.mako.rs.rust-1.33-build
 thunderbird-60.5.3/servo/components/style/properties/properties.mako.rs
 --- 
thunderbird-60.5.3/servo/components/style/properties/properties.mako.rs.rust-1.33-build
2019-03-04 19:17:30.0 +0100
 +++ thunderbird-60.5.3/servo/components/style/properties/properties.mako.rs
2019-03-13 15:05:58.966726107 +0100
@@ -48,23 +37,3 @@
  #[macro_export]
  macro_rules! longhand_properties_idents {
  ($macro_name: ident) => {
-diff -up 
thunderbird-60.5.3/servo/components/style_traits/values.rs.rust-1.33-build 
thunderbird-60.5.3/servo/components/style_traits/values.rs
 thunderbird-60.5.3/servo/components/style_traits/values.rs.rust-1.33-build 
2019-03-04 19:17:27.0 +0100
-+++ thunderbird-60.5.3/servo/components/style_traits/values.rs 2019-03-13 
15:37:34.077560034 +0100
-@@ -135,6 +135,7 @@ where
- }
- }
- 
-+/// Neco
- #[macro_export]
- macro_rules! serialize_function {
- ($dest: expr, $name: ident($( $arg: expr, )+)) => {
-@@ -404,7 +405,7 @@ impl_to_css_for_predefined_type!(::csspa
- impl_to_css_for_predefined_type!(::cssparser::Color);
- impl_to_css_for_predefined_type!(::cssparser::UnicodeRange);
- 
--#[macro_export]
-+/// Define an enum type with unit variants that each correspond to a CSS 
keyword.
- macro_rules! define_css_keyword_enum {
- (pub enum $name:ident { $($variant:ident = $css:expr,)+ }) => {
- #[allow(missing_docs)]


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

2019-05-21 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 21, 2019 @ 21:29:47
  Author: foutrelis
Revision: 353739

upgpkg: thunderbird-i18n 60.7.0-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:29:40 UTC (rev 353738)
+++ PKGBUILD2019-05-21 21:29:47 UTC (rev 353739)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=60.6.1
+pkgver=60.7.0
 pkgrel=1
 pkgdesc='Language pack for Thunderbird'
 url='https://www.mozilla.org/thunderbird'
@@ -94,60 +94,60 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-sha256sums=('a879b3ff88ab2e52e4bb1f3dd8a35414edc628816bf9cb92ead94eef484a3a5b'
-'0be7f06cc87b483938efa3d3c110798e58793658733e46631a865166b88b26d9'
-'ad4f86312d35abc15a346be329ffa265a3bc5c4484d2d40a552bd93c77e01bec'
-'5294f3178dca24f0cb4b0eab5310f079cd71978cdb2ee24eccbfc26fe50d0118'
-'edfb3b467fdd6b7284cd82da2cf52e178c41122230ddec7e6733e0a7869b9bc3'
-'3249c79fc73f37eac9426f89b05ec33ce75eb000229b5825ebbd560929af5f36'
-'288130fc829ecb31d2b97937abe02a3b75da203f183a5bf8bbbaadea07fe559a'
-'0aa3c17718657d7e08b505b400319615fa1cdb17af7eda419c05834a4a3ac14a'
-'c19bab23dfbccd7d82cd3bf6093d7fbad55e9c240022d730a668ebbf357d5f40'
-'d0252fdf965216508da5b9d22e4936782920d481cfaec14ad9f72c0b5663b343'
-'b9aca7914f30b007054eea1d9ccbefcce48714f1876c1df49ae3917804d4703b'
-'02701c3439bb30be0514e6f8cc2926d539b0185ad370d1cfabe4085b7173ca61'
-'f9d94f2afe04b4db63c75bea25b27ab535ede8bf5f0b72010941c1514bc09fc0'
-'cd4e27b988a5e7d05ee7732e60a3bdade0925ce328ee69dade1df7fa5097b643'
-'9179ece6bf2fad65eb3755fb1f6182516ddd32fde3494575fcba901a293bc5dd'
-'75505b8a67174bb3902274f5f69ab9d004ff83bb12366689854d3386482825d0'
-'bcd812c09cecc18f7d66223f34ee45bd5d9c74c2e8aceb1bf8ed05f1c25c3c8d'
-'d2b39526d7d6bbd5a5d0db96b716b362d2334285461b235faa11529e8d28c54b'
-'2e48775b7685f3382a13925a7b1591d1a0bc49918aa0faf4ccac936f48c2176f'
-'19770d4c35c7825c4bb5cc836a6b6be9df0321cbc3e99c268550ace616506892'
-'38bc3813d50c63d60967b1e0fa5303450e02a88e7ced7dd35a1ab38bdff404ce'
-'8fdde144b7e2e89b087936d7b550d6c076606482fd5df53263b43918ee3dc8ec'
-'010c4cb2cb8209a42a1497f46569acc7e9c4e1349be0df49f1c64192d890b857'
-'50f79f72d223f71eb816bbf3fd2f968502a60a7d60fce961148444b7abf22e1a'
-'d947fe600d8f6568e7812c10b5d8d75cf093135cd7b2f6141946529173f4504d'
-'8066b945451949c6a650829639483eb2c5d372a493c66407367908e461132efc'
-'75717745268f77cec94f0caad32d2691f7094b1f71176f45594b101580b729e4'
-'68dee0ab55862bce758129e8f5a2fd83e6aaf4bc38ce94d92d568b9faa028e1c'
-'8bc8c2645726af5d7c514e0652e46b34deabdeb31f33fa2db2d58ccf7e7e6595'
-'e47c8a9110bb9dfe8679daa68a69a53f76ae97f36b8b341d0884741dd59b1cde'
-'da887d9b1d68f48576562d7418a02ea07d147be6cf0481945aa02f5a6ab61f26'
-'47fa92facdef121cf045f0e7ff4691e18110d0053de22c80813479e6870d'
-'8e9b74f8f0a909fdd85783290cfdc824d22655f3668d7641c37aa61c40615a9f'
-'68c25cc2e6b27a1f9452ed0b6a737c92aecb1fd970ebcb9879392b94934457a8'
-'2daaf709aab3d7e9a573a209f3d05b5b08b275e2ef63b74482da2b413489a340'
-'1847ab6c66d2281b1680cee5daf2d8af35af4307d5bc2dfc572667ad933366e6'
-'29e8b4c7b2f94f283f3e945285880888c094c48ec1351a6789181a90d63a7bea'
-'adf6e2965fbe7b90f409843f7802c05906f326f6889f8f2b98ab45b8aa480aa3'
-'ad9ceae7b5e13367d0e476cb613d0fa8e94357095d041be4a5f9a51747013467'
-'fddd1ec21b420de9608d361e31a41a07f804eaef6addb1de55ac13bc6b4e25ca'
-'9a63c1b0428de9ee5b74c844ee0093fc7d836f70b9839775bbdb297aa3baa208'
-'7044cbf358922cd41f3162f7a22688850f848302318139de11507c8b6d101c45'
-'7f92d15fd72798755249aa2233f18feaba03eb1cfce1b0a3ac2bab9689646f52'
-'ff6bc5ced01e6c161d8567578c8dc9af4fb8182b7ec98dcf4d7d97e040a1294a'
-'9187181d1b0f3adbb8dc24b527c8c1f169b6222394a48d29cf8c39e94adb1d6a'
-'215717e6bd6e4653fd7ac821bbbae633c5774ea45669f7c0d70522858b293499'
-'ca89e4de909b0593d505065cbf95b935ea15fff5f4524d1736f1854ef7d59009'
-'ad720c66df8ae2f3de22484a679a61efd74fb7def530bf309ffd011e7b9ee44c'
-'5f2e171391127d5990825325ba2472bc271e0224efc77b155e098d8d71e0118f'
-'5c3533278afe77aeb8a3bc238ed6f4aabe677e0ce00d9374456e0178b679f3a2'
-'1c8eb3f3879628034a57050b00ce85c07bd41ad37449470d574f7bd9be41c75c'
-'53fd6e77157cced9fe2f7054bc4cc03d9a333755f5164e6680155b9d6bc83e8f'
-  

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

2019-05-21 Thread David Runge via arch-commits
Date: Tuesday, May 21, 2019 @ 21:01:03
  Author: dvzrv
Revision: 468245

upgpkg: sonic-visualiser 3.3-1

Upgrading to 3.3. Removing now unneeded devendoring of rubberband.

Modified:
  sonic-visualiser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 20:58:11 UTC (rev 468244)
+++ PKGBUILD2019-05-21 21:01:03 UTC (rev 468245)
@@ -2,9 +2,9 @@
 # Contributor: speps 
 # Contributor: Orivej Desh 
 
-_download_id=2434
+_download_id=2491
 pkgname=sonic-visualiser
-pkgver=3.2.1
+pkgver=3.3
 pkgrel=1
 pkgdesc="A viewer and analyser of music audio files."
 arch=('x86_64')
@@ -12,23 +12,13 @@
 license=('GPL2')
 groups=('pro-audio')
 depends=('capnproto' 'desktop-file-utils' 'hicolor-icon-theme' 'libfishsound'
-'libid3tag' 'liblo' 'liblrdf' 'libmad' 'liboggz' 'libpulse' 'portaudio'
-'qt5-svg' 'rubberband' 'sord')
+'libid3tag' 'liblo' 'liblrdf' 'libmad' 'liboggz' 'libpulse' 'opusfile'
+'portaudio' 'qt5-svg' 'rubberband' 'sord')
 
source=("https://code.soundsoftware.ac.uk/attachments/download/${_download_id}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('65a8d1ee41373d18bb2525b46b2a4b291071e2bca0edb6700cc9bd8f399926f6280ea961d7f5bfa74a0d9ea827b9be0b2a9054500d33eb6d4d67b72f5daa2583')
+sha512sums=('521aac13060713366cc6827c5b574977d58787eb54a07651d7b43df68c4a0164f45251617a4f46268c80ec966ac63c3af19a5e5b50ac03fbef4e0529d9dad467')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # devendoring of rubberband required:
-  # https://sourceforge.net/p/sv1/bugs/265/
-  rm -rf rubberband
-  sed -e '/rubberband/d' \
-  -e 's/vamp-plugin-sdk \\/vamp-plugin-sdk/' \
-  -i base.pri
-  sed -e '/rubberband/d' \
-  -e 's/PulseAudioIO.h \\/PulseAudioIO.h/' \
-  -e 's/SystemRecordSource.cpp \\/SystemRecordSource.cpp/' \
-  -i bq-files.pri
   autoreconf -vfi
 }
 


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

2019-05-21 Thread David Runge via arch-commits
Date: Tuesday, May 21, 2019 @ 21:01:08
  Author: dvzrv
Revision: 468246

archrelease: copy trunk to community-x86_64

Added:
  sonic-visualiser/repos/community-x86_64/PKGBUILD
(from rev 468245, sonic-visualiser/trunk/PKGBUILD)
Deleted:
  sonic-visualiser/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-21 21:01:03 UTC (rev 468245)
+++ PKGBUILD2019-05-21 21:01:08 UTC (rev 468246)
@@ -1,64 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Orivej Desh 
-
-_download_id=2434
-pkgname=sonic-visualiser
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="A viewer and analyser of music audio files."
-arch=('x86_64')
-url="https://www.sonicvisualiser.org/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('capnproto' 'desktop-file-utils' 'hicolor-icon-theme' 'libfishsound'
-'libid3tag' 'liblo' 'liblrdf' 'libmad' 'liboggz' 'libpulse' 'portaudio'
-'qt5-svg' 'rubberband' 'sord')
-source=("https://code.soundsoftware.ac.uk/attachments/download/${_download_id}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('65a8d1ee41373d18bb2525b46b2a4b291071e2bca0edb6700cc9bd8f399926f6280ea961d7f5bfa74a0d9ea827b9be0b2a9054500d33eb6d4d67b72f5daa2583')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # devendoring of rubberband required:
-  # https://sourceforge.net/p/sv1/bugs/265/
-  rm -rf rubberband
-  sed -e '/rubberband/d' \
-  -e 's/vamp-plugin-sdk \\/vamp-plugin-sdk/' \
-  -i base.pri
-  sed -e '/rubberband/d' \
-  -e 's/PulseAudioIO.h \\/PulseAudioIO.h/' \
-  -e 's/SystemRecordSource.cpp \\/SystemRecordSource.cpp/' \
-  -i bq-files.pri
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  # DESTDIR still ignored
-  # https://sourceforge.net/p/sv1/bugs/254
-  export INSTALL_ROOT="${pkgdir}/"
-  export LIBS="$(pkgconf --libs rubberband) ${LIBS}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  # DESTDIR still ignored
-  # https://sourceforge.net/p/sv1/bugs/254
-  export INSTALL_ROOT="${pkgdir}/"
-
-  make install
-  # install some things separately, because build system is broken:
-  # https://sourceforge.net/p/sv1/bugs/247/
-
-  # desktop files
-  install -t "${pkgdir}/usr/share/applications/" -vDm 644 "${pkgname}.desktop"
-  # samples
-  install -t "${pkgdir}/usr/share/${pkgname}/samples" -vDm 644 samples/*
-  # templates
-  install -t "${pkgdir}/usr/share/${pkgname}/templates" -vDm 644 templates/*
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {CHANGELOG,CITATION,README.{md,OSC}}
-}

Copied: sonic-visualiser/repos/community-x86_64/PKGBUILD (from rev 468245, 
sonic-visualiser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-21 21:01:08 UTC (rev 468246)
@@ -0,0 +1,54 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Orivej Desh 
+
+_download_id=2491
+pkgname=sonic-visualiser
+pkgver=3.3
+pkgrel=1
+pkgdesc="A viewer and analyser of music audio files."
+arch=('x86_64')
+url="https://www.sonicvisualiser.org/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('capnproto' 'desktop-file-utils' 'hicolor-icon-theme' 'libfishsound'
+'libid3tag' 'liblo' 'liblrdf' 'libmad' 'liboggz' 'libpulse' 'opusfile'
+'portaudio' 'qt5-svg' 'rubberband' 'sord')
+source=("https://code.soundsoftware.ac.uk/attachments/download/${_download_id}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('521aac13060713366cc6827c5b574977d58787eb54a07651d7b43df68c4a0164f45251617a4f46268c80ec966ac63c3af19a5e5b50ac03fbef4e0529d9dad467')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  # DESTDIR still ignored
+  # https://sourceforge.net/p/sv1/bugs/254
+  export INSTALL_ROOT="${pkgdir}/"
+  export LIBS="$(pkgconf --libs rubberband) ${LIBS}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  # DESTDIR still ignored
+  # https://sourceforge.net/p/sv1/bugs/254
+  export INSTALL_ROOT="${pkgdir}/"
+
+  make install
+  # install some things separately, because build system is broken:
+  # https://sourceforge.net/p/sv1/bugs/247/
+
+  # desktop files
+  install -t "${pkgdir}/usr/share/applications/" -vDm 644 "${pkgname}.desktop"
+  # samples
+  install -t "${pkgdir}/usr/share/${pkgname}/samples" -vDm 644 samples/*
+  # templates
+  install -t "${pkgdir}/usr/share/${pkgname}/templates" -vDm 644 templates/*
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {CHANGELOG,CITATION,README.{md,OSC}}
+}


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

2019-05-21 Thread Felix Yan via arch-commits
Date: Tuesday, May 21, 2019 @ 20:58:11
  Author: felixonmars
Revision: 468244

archrelease: copy trunk to community-any

Added:
  python-oslo-log/repos/community-any/PKGBUILD
(from rev 468243, python-oslo-log/trunk/PKGBUILD)
Deleted:
  python-oslo-log/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-21 20:57:56 UTC (rev 468243)
+++ PKGBUILD2019-05-21 20:58:11 UTC (rev 468244)
@@ -1,66 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-log
-pkgname=(python-oslo-log python2-oslo-log)
-pkgver=3.43.0
-pkgrel=1
-pkgdesc="Oslo Logging Library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.log/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-oslo-config'
- 'python2-oslo-config' 'python-oslo-context' 
'python2-oslo-context' 'python-oslo-i18n'
- 'python2-oslo-i18n' 'python-oslo-utils' 'python2-oslo-utils' 
'python-oslo-serialization'
- 'python2-oslo-serialization' 'python-debtcollector' 
'python2-debtcollector'
- 'python-pyinotify' 'python2-pyinotify' 'python-dateutil' 
'python2-dateutil'
- 'python-monotonic' 'python2-monotonic')
-checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.log/archive/$pkgver.tar.gz;)
-sha512sums=('a58b5dd1346bf388f71090987d785a60585ad881e6f7562d8242ef2743667dbaa73cf9164ccb64b2a53dcad7a172d96b1a21bd9390e20d5ed89fc766bb6ed701')
-
-prepare() {
-  sed -i 's/unittest2/unittest/g' oslo.log-$pkgver/oslo_log/tests/unit/*.py
-  cp -a oslo.log-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.log-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.log-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.log-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/oslo.log-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-oslo-log() {
-  depends=('python-six' 'python-pbr' 'python-oslo-config' 
'python-oslo-context' 'python-oslo-i18n'
-   'python-oslo-utils' 'python-oslo-serialization' 
'python-debtcollector' 'python-pyinotify'
-   'python-dateutil' 'python-monotonic')
-
-  cd "$srcdir"/oslo.log-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-log() {
-  depends=('python2-six' 'python2-pbr' 'python2-oslo-config' 
'python2-oslo-context' 'python2-oslo-i18n'
-   'python2-oslo-utils' 'python2-oslo-serialization' 
'python2-debtcollector' 'python2-pyinotify'
-   'python2-dateutil' 'python2-monotonic')
-
-  cd "$srcdir"/oslo.log-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/convert-json{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-log/repos/community-any/PKGBUILD (from rev 468243, 
python-oslo-log/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-21 20:58:11 UTC (rev 468244)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-log
+pkgname=(python-oslo-log python2-oslo-log)
+pkgver=3.44.0
+pkgrel=1
+pkgdesc="Oslo Logging Library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.log/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-oslo-config'
+ 'python2-oslo-config' 'python-oslo-context' 
'python2-oslo-context' 'python-oslo-i18n'
+ 'python2-oslo-i18n' 'python-oslo-utils' 'python2-oslo-utils' 
'python-oslo-serialization'
+ 'python2-oslo-serialization' 'python-debtcollector' 
'python2-debtcollector'
+ 'python-pyinotify' 'python2-pyinotify' 'python-dateutil' 
'python2-dateutil'
+ 'python-monotonic' 'python2-monotonic')
+checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.log/archive/$pkgver.tar.gz;)
+sha512sums=('d7111d82751d467a5a765ef1c4024b93d2e22440d4d801535e587da0dd02823e83f70c115618136b891578c733dba2ea5eb92718e01103c9a71482a997a20c6a')
+
+prepare() {
+  sed -i 's/unittest2/unittest/g' oslo.log-$pkgver/oslo_log/tests/unit/*.py
+  cp -a oslo.log-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.log-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.log-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.log-$pkgver
+  stestr run || warning "Tests failed"
+
+  cd "$srcdir"/oslo.log-$pkgver-py2
+ 

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

2019-05-21 Thread Felix Yan via arch-commits
Date: Tuesday, May 21, 2019 @ 20:57:56
  Author: felixonmars
Revision: 468243

upgpkg: python-oslo-log 3.44.0-1

Modified:
  python-oslo-log/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 20:56:59 UTC (rev 468242)
+++ PKGBUILD2019-05-21 20:57:56 UTC (rev 468243)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-log
 pkgname=(python-oslo-log python2-oslo-log)
-pkgver=3.43.0
+pkgver=3.44.0
 pkgrel=1
 pkgdesc="Oslo Logging Library"
 arch=('any')
@@ -18,7 +18,7 @@
 checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.log/archive/$pkgver.tar.gz;)
-sha512sums=('a58b5dd1346bf388f71090987d785a60585ad881e6f7562d8242ef2743667dbaa73cf9164ccb64b2a53dcad7a172d96b1a21bd9390e20d5ed89fc766bb6ed701')
+sha512sums=('d7111d82751d467a5a765ef1c4024b93d2e22440d4d801535e587da0dd02823e83f70c115618136b891578c733dba2ea5eb92718e01103c9a71482a997a20c6a')
 
 prepare() {
   sed -i 's/unittest2/unittest/g' oslo.log-$pkgver/oslo_log/tests/unit/*.py


[arch-commits] Commit in uglify-js/repos/community-any (4 files)

2019-05-21 Thread Felix Yan via arch-commits
Date: Tuesday, May 21, 2019 @ 20:56:59
  Author: felixonmars
Revision: 468242

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 468241, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 468241, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   54 ++--
 uglify-js.install |   16 +++
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-21 20:56:45 UTC (rev 468241)
+++ PKGBUILD2019-05-21 20:56:59 UTC (rev 468242)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.5.14
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('760ca3230f0a14ae80c95979be6dad12a3dec2fe5328612289514b2352db17ea07b9afcd8ddf2d664de521b175016535acd74483bb1c69c7800dbe33a827165e')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 468241, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-21 20:56:59 UTC (rev 468242)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.5.15
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('7deeda605a2da6d21d764c1c9ba62e0341e6927059e766733ac5316447618644accfb45f8c70d7d900f1c0a4e2bf8250e6de4d85f9a98002be27b2e20e1292aa')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2019-05-21 20:56:45 UTC (rev 468241)
+++ uglify-js.install   2019-05-21 20:56:59 UTC (rev 468242)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 468241, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2019-05-21 20:56:59 UTC (rev 468242)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2019-05-21 Thread Felix Yan via arch-commits
Date: Tuesday, May 21, 2019 @ 20:56:45
  Author: felixonmars
Revision: 468241

upgpkg: uglify-js 3.5.15-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 19:50:48 UTC (rev 468240)
+++ PKGBUILD2019-05-21 20:56:45 UTC (rev 468241)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.5.14
+pkgver=3.5.15
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('760ca3230f0a14ae80c95979be6dad12a3dec2fe5328612289514b2352db17ea07b9afcd8ddf2d664de521b175016535acd74483bb1c69c7800dbe33a827165e')
+sha512sums=('7deeda605a2da6d21d764c1c9ba62e0341e6927059e766733ac5316447618644accfb45f8c70d7d900f1c0a4e2bf8250e6de4d85f9a98002be27b2e20e1292aa')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-05-21 Thread David Runge via arch-commits
Date: Tuesday, May 21, 2019 @ 19:50:48
  Author: dvzrv
Revision: 468240

archrelease: copy trunk to community-x86_64

Added:
  giada/repos/community-x86_64/PKGBUILD
(from rev 468239, giada/trunk/PKGBUILD)
Deleted:
  giada/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-21 19:50:32 UTC (rev 468239)
+++ PKGBUILD2019-05-21 19:50:48 UTC (rev 468240)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge 
-pkgname=giada
-pkgver=0.15.4
-pkgrel=2
-pkgdesc="A free, minimal, hardcore audio tool for DJs, live performers and 
electronic musicians"
-arch=('x86_64')
-url="https://www.giadamusic.com/;
-license=('GPL3')
-groups=('pro-audio')
-depends=('fltk' 'jansson' 'libpulse' 'libxpm' 'rtmidi')
-makedepends=('gendesk' 'imagemagick')
-checkdepends=('catch2' 'xorg-server-xvfb')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/monocasual/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('53575620d13d2bab57ab2431dfcc8967bcc6a1109e788bc52bef638268f314a75f8c9a6de2301de31fbc0eca578874e641d14bf6e26e02f4c156d970d36345dd')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-  # XDG desktop file
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name Giada \
-  --categories "AudioVideo;Audio;Midi;Sequencer"
-  # fixing catch2 include for system library
-  sed -e 's|catch\.hpp|catch2/catch\.hpp|g' -i tests/*.cpp
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-  --target=linux \
-  --enable-system-catch
-  make
-}
-
-check(){
-  cd "$pkgname-$pkgver"
-  xvfb-run -a make -k check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  # XDG integration
-  install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  install -vDm 644 "extras/${pkgname}-logo.png" \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: giada/repos/community-x86_64/PKGBUILD (from rev 468239, 
giada/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-21 19:50:48 UTC (rev 468240)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge 
+pkgname=giada
+pkgver=0.15.4
+pkgrel=3
+pkgdesc="A free, minimal, hardcore audio tool for DJs, live performers and 
electronic musicians"
+arch=('x86_64')
+url="https://www.giadamusic.com/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('fltk' 'jansson' 'libpulse' 'libxpm' 'rtmidi')
+makedepends=('gendesk' 'imagemagick')
+checkdepends=('catch2' 'xorg-server-xvfb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/monocasual/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('8250be603d4c6ce091208fd1b1d01c2ac3e87b6928fd37124be9d78d92fe0a11ba1a3066b1f57a458a517b6527002f326397f558e3535524a5bb9b9a0df22529')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name Giada \
+  --categories "AudioVideo;Audio;Midi;Sequencer"
+  # fixing catch2 include for system library
+  sed -e 's|catch\.hpp|catch2/catch\.hpp|g' -i tests/*.cpp
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --target=linux \
+  --enable-system-catch
+  make
+}
+
+check(){
+  cd "$pkgname-$pkgver"
+  xvfb-run -a make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # XDG integration
+  install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
+  install -vDm 644 "extras/${pkgname}-logo.png" \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2019-05-21 Thread David Runge via arch-commits
Date: Tuesday, May 21, 2019 @ 19:50:32
  Author: dvzrv
Revision: 468239

upgpkg: giada 0.15.4-3

Updating checksum, due to upstream re-tagging.

Modified:
  giada/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 18:15:30 UTC (rev 468238)
+++ PKGBUILD2019-05-21 19:50:32 UTC (rev 468239)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=giada
 pkgver=0.15.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A free, minimal, hardcore audio tool for DJs, live performers and 
electronic musicians"
 arch=('x86_64')
 url="https://www.giadamusic.com/;
@@ -11,7 +11,7 @@
 makedepends=('gendesk' 'imagemagick')
 checkdepends=('catch2' 'xorg-server-xvfb')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/monocasual/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('53575620d13d2bab57ab2431dfcc8967bcc6a1109e788bc52bef638268f314a75f8c9a6de2301de31fbc0eca578874e641d14bf6e26e02f4c156d970d36345dd')
+sha512sums=('8250be603d4c6ce091208fd1b1d01c2ac3e87b6928fd37124be9d78d92fe0a11ba1a3066b1f57a458a517b6527002f326397f558e3535524a5bb9b9a0df22529')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Tuesday, May 21, 2019 @ 18:18:41
  Author: heftig
Revision: 353737

67.0-1

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  200 ++---
 1 file changed, 100 insertions(+), 100 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 18:10:22 UTC (rev 353736)
+++ PKGBUILD2019-05-21 18:18:41 UTC (rev 353737)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=66.0.5
+pkgver=67.0
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -139,102 +139,102 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('db4a40d92d75179c39fb97db4933534469384e644cb701884a4017e382624342'
-'37dc46ffc241c5f35137a524ff716b0c059d5e82fee47031848786690b8bebc0'
-'486e7ed47e57a07071c5d418c7a1b75c07d1e75107b9dd5ac6fa9f0639408263'
-'9511e144c2f838d7687d18c46fea470a4edf3ff76cee700645e7d46e2aa7590f'
-'aa0b8025902ce8894692bc4a9e78440291065240b9f1fc4774f79910ef3270ac'
-'18abd7b91230732526b72006142233400600cd85b0f73739a30f8d3de04bca53'
-'721cd00074359d55c938e3080ef1bd4b1842ce6ac556b80c00a6da2325fecbe0'
-'e8b5e2922da49e58ee66189867f8f0ca1462532089815d17a9dc6bcfa7615374'
-'76bd58398feca4b0d70a5f2cc8afc102c26920cb592330a6658a199944c79672'
-'e815b71d5037af7d84c8c8afea997ca13d58feace2333c58255f94cfd0d36beb'
-'61dfb8aba135eed474cf1ff39bdca5e4e15def0bb50ee211b534d29da372b802'
-'77d02139ec96feac2b29d702422c279c5c2e4b7340d609707fe51fa2177b3dca'
-'1da70bbc146f15e5a6f47316057a5534f55185bd28a3c2529641239df9823957'
-'3fda51e9022d97bd160e2e78efe2463502f25f4fb410d30a5512a8489ef87cce'
-'a62f87fdda41ab9c35b167b1dba01ae06626f7425e671c692b8a5c3d6ff5f80c'
-'8ee2b0362b5ea2251f10f4e04721b9dae4dc03dc2491f78f5c33a834b37b66b5'
-'76a8c80178a2ada7ea42768ead813ec322135510f353e848c0d268545b0d0c94'
-'bcc0bdf33bb01b28fc7df02dd590ea374e993fd2a067cfe78d7926f90539eeca'
-'1559bde75b8f2b8bd216103d301edd7e2232a948542e15e877b549da39d6fdeb'
-'58df2596dab262aadb5e361080951360ea6d4392e83429ab8b2ea4e2e6f5d877'
-'d3b4b79e33973e5c607690dba7200771d49f1bbf57f10634505fac8942f07a6d'
-'0683038f95f3ff4684d7d169f6c6470c48ecfe7902410f3f8d009ba85ec60e0e'
-'eb46501148efb61dbbff84448964df04eeff2563000125782a7d8f715eb39991'
-'2c8229929de6b662f7214910b00013111dafc209587d829eac7eafdddb3bfedf'
-'cb4e7ab93a8346e6ede8fa85000ff7ccd7d6e5356e678e45d53df9258dca5f8f'
-'17b5b84030c5f53d8960e1e4630414f7fab47d773f2f110b86c5e6570a0b23d3'
-'f4cc92d2f19734af5802b682a86e971f7da96033494b25ffa302fddd6da6cc36'
-'776600a10b74e38ec5586e19be951a35ea9d9746031d9b1b4c7f293af013ada7'
-'f0a67e9c480d5627829a6cc363dd745173d9e38f190f8a3fb8a451efd3cc3d91'
-'38f43b6d9e0051cbc1bb80fc1c19fb5c38c57bfe4cf0b88bc88241dfeded3241'
-'2919346e6782b5f75dc279c01cedebcd83cef026e301ecf1c50e1de016daf6f3'
-'d28405cda454d4695ea019ae771f3590cf52a745f7fe4be2fcd8f9962510ab8d'
-'821c6ac22cb71bbd9d5a1e2c8602562968042e4db73afd05ec521c4ea6408ef7'
-'feef6b4ae6ca0ae7d1194dcb85a9925964e78210e3bfee525d0abb6d47099054'
-'9361b18792476f27b004a1b35814e124fe3a93caaf3f5fd9f3b62fca16d449f1'
-'d455f83084319388efb61a09730d7df968400ff096194341ae06673d863c2202'
-'84b094e6a381ddadf995b862252988f73c6c1a7cc3fbb9313d97cb7851d037df'
-'ded4ee6550c702798fd624463d5f3d18cc685fac51c8baab15f7e8887cb214bf'
-'b7cb10aac3247a94e874e633bbed1934d2ebd439e0f2e72bfe757d471fbc72ca'
-'196b4596e3f4f208a603cc73b137390b0ac951ff9f1dd007fade936e3395fe1b'
-'780cdcf32fdbcfea397036382093112017fa35f111f178f81bffbce03937443d'
-'7bae787b9800f6035ed43b54486d870f2a37cbba16ca717fb1ddfd059d5d8128'
-'b2349b90f5b167f673fb47410f957a6f5e2513b626d9b5a9d976cc079e762ada'
-'d6e3ac324ebbb949cfec821e393ff582cb5784aa2c5b5f61e2ce484a83458eed'
-'5977002d34a1f46a65d21076f79e1039e69d5abbfda4dd8def0731b3ad59ff6d'
-'708d7bfd6e73cfd9884a0fb1bd939bdec5512c3c2837a5d063c8cdda96a0c54d'
-'3614244feffe69671ebc00a632e4efa75b6e68b66864157fead02d66672d6377'
-'68e1dffc3aad8724f6a3254959924d5f7ac2e3fc6a4da85947b9701f2b3350fa'
-'1b251b58912392b5d5d6d73b9e51f9ba455c7ae42b1116cfeb2acd6508108bbc'
-'6a1faaa9175e23c9833afd6b80efcd1fdb6626c5791b193bbb5a70dbee75'
-'04e797eeae5dab8669e388cabe2a7f4c442fb4f7f806f26c9fb8a3f93273ea3b'
-'0382a29f29f6a63fbd265e633b2af88af585da4aad7f4e182f4441b9ff857a92'
-'e4a9da9dc4f30d0fb883d3cf68236efb0e7c3c7393b8d8aa1e20ed20c7f1a52d'
-

[arch-commits] Commit in nginx-mainline/repos/community-x86_64 (8 files)

2019-05-21 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, May 21, 2019 @ 18:15:30
  Author: grazzolini
Revision: 468238

archrelease: copy trunk to community-x86_64

Added:
  nginx-mainline/repos/community-x86_64/PKGBUILD
(from rev 468237, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-x86_64/logrotate
(from rev 468237, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-x86_64/nginx.install
(from rev 468237, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-x86_64/service
(from rev 468237, nginx-mainline/trunk/service)
Deleted:
  nginx-mainline/repos/community-x86_64/PKGBUILD
  nginx-mainline/repos/community-x86_64/logrotate
  nginx-mainline/repos/community-x86_64/nginx.install
  nginx-mainline/repos/community-x86_64/service

---+
 PKGBUILD  |  264 
 logrotate |   20 ++--
 nginx.install |   24 ++---
 service   |   34 +++
 4 files changed, 171 insertions(+), 171 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-21 18:14:30 UTC (rev 468237)
+++ PKGBUILD2019-05-21 18:15:30 UTC (rev 468238)
@@ -1,132 +0,0 @@
-# Maintainer:  Giancarlo Razzolini 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-pkgname=nginx-mainline
-pkgver=1.15.12
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
-arch=('x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip' 'mailcap')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-provides=('nginx')
-conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('3f4d4f1d3a5c3c4f1cbc0e353c9cd9df'
- 'SKIP'
- 'ef491e760e7c1ffec9ca25441a150c83'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('58961194c4fb94136b657c75c0d2ee3fe6515552a17d66e80d6cd53d342731229c0cbb897700631517275943fc2731179780a3c4b61b93b32a2cf6490ebf0f50'
-'SKIP'
-
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
-
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
-
-_common_flags=(
-  --with-compat
-  --with-debug
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-pcre-jit
-  --with-stream
-  --with-stream_geoip_module
-  --with-stream_realip_module
-  --with-stream_ssl_module
-  --with-stream_ssl_preread_module
-  --with-threads
-)
-
-_mainline_flags=(
-)
-
-build() {
-  cd $provides-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-cc-opt="$CFLAGS $CPPFLAGS" \
---with-ld-opt="$LDFLAGS" \
-${_common_flags[@]} \
-${_mainline_flags[@]}
-
-  make
-}
-
-package() {
-  cd $provides-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
-
-  for i in ftdetect indent syntax; do
-install -Dm644 contrib/vim/$i/nginx.vim \
-  "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
-  done
-}

Copied: nginx-mainline/repos/community-x86_64/PKGBUILD (from rev 468237, 
nginx-mainline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-21 18:15:30 UTC (rev 468238)
@@ -0,0 +1,132 @@
+# Maintainer:  Giancarlo Razzolini 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Sébastien Luttringer
+# Contributor: Drew DeVault
+

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

2019-05-21 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, May 21, 2019 @ 18:14:30
  Author: grazzolini
Revision: 468237

upgpkg: nginx-mainline 1.17.0-1

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 18:00:22 UTC (rev 468236)
+++ PKGBUILD2019-05-21 18:14:30 UTC (rev 468237)
@@ -4,7 +4,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.15.12
+pkgver=1.17.0
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('x86_64')
@@ -27,11 +27,11 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('3f4d4f1d3a5c3c4f1cbc0e353c9cd9df'
+md5sums=('56767fd62302508295b31adc48b99a59'
  'SKIP'
  'ef491e760e7c1ffec9ca25441a150c83'
  '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('58961194c4fb94136b657c75c0d2ee3fe6515552a17d66e80d6cd53d342731229c0cbb897700631517275943fc2731179780a3c4b61b93b32a2cf6490ebf0f50'
+sha512sums=('fcba692355c79169672c32796981bc178d42d9cf6880e8f03c99d5f518b7aca5c0414688e17b9c54f307214a64e766e1b022604e725aa4d40784f471d770f061'
 'SKIP'
 
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
 
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')


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

2019-05-21 Thread Jan Steffens via arch-commits
Date: Tuesday, May 21, 2019 @ 18:10:22
  Author: heftig
Revision: 353736

2.60.3-1

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 17:40:39 UTC (rev 353735)
+++ PKGBUILD2019-05-21 18:10:22 UTC (rev 353736)
@@ -3,7 +3,7 @@
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.60.2
+pkgver=2.60.3
 pkgrel=1
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib;
@@ -15,7 +15,7 @@
 optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, 
gtester-report'
 'libelf: gresource inspection tool')
 options=(!emptydirs)
-_commit=a3b5608170c0b4381d0217ea99325ec7fcecb7f6  # tags/2.60.2^0
+_commit=0f6191d02a8e1ca7b08ffe0ccc4def88855baeae  # tags/2.60.3^0
 source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
 noisy-glib-compile-schemas.diff
 glib-compile-schemas.hook gio-querymodules.hook)


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

2019-05-21 Thread Felix Yan via arch-commits
Date: Tuesday, May 21, 2019 @ 18:00:22
  Author: felixonmars
Revision: 468236

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-gtk/repos/community-x86_64/
  fcitx5-gtk/repos/community-x86_64/PKGBUILD
(from rev 468235, fcitx5-gtk/trunk/PKGBUILD)

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

Copied: fcitx5-gtk/repos/community-x86_64/PKGBUILD (from rev 468235, 
fcitx5-gtk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-05-21 18:00:22 UTC (rev 468236)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-gtk
+pkgver=0.0.0.20180920
+_commit=b17b2de924f1f47acce831480fdd741649abf1d7
+pkgrel=1
+pkgdesc="Fcitx5 gtk im module and glib based dbus client library"
+arch=('x86_64')
+url="https://gitlab.com/fcitx/fcitx5-gtk;
+license=('GPL')
+depends=('fcitx5' 'gtk3')
+makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2')
+source=("https://gitlab.com/fcitx/fcitx5-gtk/-/archive/$_commit/fcitx5-gtk-$_commit.tar.bz2;)
+sha512sums=('f8b1cad843601aba81f1a4358d787e32d91b7bf7b6840a4b853bdf8e4a6f7c9be8bf94578bf71ed6b174603bbd0ad8a31a25fa1b94eb0203fa2b5a94824a1f14')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2019-05-21 Thread Felix Yan via arch-commits
Date: Tuesday, May 21, 2019 @ 17:52:54
  Author: felixonmars
Revision: 468235

addpkg: fcitx5-gtk 0.0.0.20180920-1

Added:
  fcitx5-gtk/
  fcitx5-gtk/repos/
  fcitx5-gtk/trunk/
  fcitx5-gtk/trunk/PKGBUILD

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

Added: fcitx5-gtk/trunk/PKGBUILD
===
--- fcitx5-gtk/trunk/PKGBUILD   (rev 0)
+++ fcitx5-gtk/trunk/PKGBUILD   2019-05-21 17:52:54 UTC (rev 468235)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-gtk
+pkgver=0.0.0.20180920
+_commit=b17b2de924f1f47acce831480fdd741649abf1d7
+pkgrel=1
+pkgdesc="Fcitx5 gtk im module and glib based dbus client library"
+arch=('x86_64')
+url="https://gitlab.com/fcitx/fcitx5-gtk;
+license=('GPL')
+depends=('fcitx5' 'gtk3')
+makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2')
+source=("https://gitlab.com/fcitx/fcitx5-gtk/-/archive/$_commit/fcitx5-gtk-$_commit.tar.bz2;)
+sha512sums=('f8b1cad843601aba81f1a4358d787e32d91b7bf7b6840a4b853bdf8e4a6f7c9be8bf94578bf71ed6b174603bbd0ad8a31a25fa1b94eb0203fa2b5a94824a1f14')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, May 21, 2019 @ 17:40:39
  Author: bpiotrowski
Revision: 353735

It's not AUR

Modified:
  dracut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 16:08:12 UTC (rev 353734)
+++ PKGBUILD2019-05-21 17:40:39 UTC (rev 353735)
@@ -8,13 +8,9 @@
 arch=('x86_64')
 url="https://dracut.wiki.kernel.org;
 license=('GPL')
-groups=()
 depends=('bash' 'coreutils' 'cpio' 'filesystem' 'findutils' 'grep' 'gzip'
  'kmod' 'procps-ng' 'sed' 'systemd' 'util-linux' 'xz')
-makedepends=('asciidoc' 'bash-completion' 'gcc' 'git' 'pkgconf')
-provides=("${pkgname}")
-# do not conflict on mkinitcpio
-conflicts=("${pkgname}")
+makedepends=('asciidoc' 'bash-completion' 'git')
 backup=('etc/dracut.conf')
 source=("git+https://github.com/dracutdevs/dracut#tag=${_tag_blob}?signed;
 "0001-90crypt-Change-the-module-setup.sh-to-use-uname-r-in.patch")


[arch-commits] Commit in fcitx5-chinese-addons/repos (2 files)

2019-05-21 Thread Felix Yan via arch-commits
Date: Tuesday, May 21, 2019 @ 17:30:43
  Author: felixonmars
Revision: 468234

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chinese-addons/repos/community-x86_64/
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
(from rev 468233, fcitx5-chinese-addons/trunk/PKGBUILD)

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

Copied: fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD (from rev 468233, 
fcitx5-chinese-addons/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-05-21 17:30:43 UTC (rev 468234)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20181104
+_commit=cf54d3ab3d2369af7759b39baf202a7105fc67d5
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
+arch=('x86_64')
+url="https://gitlab.com/fcitx/fcitx5-chinese-addons;
+license=('GPL')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webengine')
+makedepends=('boost' 'extra-cmake-modules')
+source=("https://gitlab.com/fcitx/fcitx5-chinese-addons/-/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.bz2;
+http://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+http://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('9d41ec9b3811a7970d35361df30975124facd165c7e6d551dc79651853cbd670bad5631f221381fa098b7730d185fe3b4fc50572f5fb8c3542c26dc85d9cccda'
+
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+  cd $pkgname-$_commit/modules/pinyinhelper
+  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build(){
+  cd $pkgname-$_commit
+ 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2019-05-21 Thread Felix Yan via arch-commits
Date: Tuesday, May 21, 2019 @ 17:30:26
  Author: felixonmars
Revision: 468233

addpkg: fcitx5-chinese-addons 0.0.0.20181104-1

Added:
  fcitx5-chinese-addons/
  fcitx5-chinese-addons/repos/
  fcitx5-chinese-addons/trunk/
  fcitx5-chinese-addons/trunk/PKGBUILD

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

Added: fcitx5-chinese-addons/trunk/PKGBUILD
===
--- fcitx5-chinese-addons/trunk/PKGBUILD(rev 0)
+++ fcitx5-chinese-addons/trunk/PKGBUILD2019-05-21 17:30:26 UTC (rev 
468233)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20181104
+_commit=cf54d3ab3d2369af7759b39baf202a7105fc67d5
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
+arch=('x86_64')
+url="https://gitlab.com/fcitx/fcitx5-chinese-addons;
+license=('GPL')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webengine')
+makedepends=('boost' 'extra-cmake-modules')
+source=("https://gitlab.com/fcitx/fcitx5-chinese-addons/-/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.bz2;
+http://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+http://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('9d41ec9b3811a7970d35361df30975124facd165c7e6d551dc79651853cbd670bad5631f221381fa098b7730d185fe3b4fc50572f5fb8c3542c26dc85d9cccda'
+
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+  cd $pkgname-$_commit/modules/pinyinhelper
+  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build(){
+  cd $pkgname-$_commit
+ 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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


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

2019-05-21 Thread Felix Yan via arch-commits
Date: Tuesday, May 21, 2019 @ 17:24:02
  Author: felixonmars
Revision: 468231

upgpkg: fcitx5-qt 0.0.0.20181104-1

Added:
  fcitx5-qt/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-21 17:24:02 UTC (rev 468231)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-qt
+pkgver=0.0.0.20181104
+_commit=9ac0796e44beaf109dbc3dd2e4e7263499ad5c04
+pkgrel=1
+pkgdesc="Fcitx5 Qt Library"
+arch=('x86_64')
+url="https://gitlab.com/fcitx/fcitx5;
+license=('GPL')
+depends=('fcitx5' 'qt5-x11extras')
+makedepends=('extra-cmake-modules')
+conflicts=('fcitx-qt5')
+source=("https://gitlab.com/fcitx/fcitx5-qt/-/archive/$_commit/fcitx5-qt-$_commit.tar.bz2;)
+sha512sums=('15a816ecde4bc16b69e4692d54795749073631b7139001155737f25a71946db69e07799d0f77a362ae9890d57249756c9bad36a3643e6cf328a0a8865823c767')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=/usr/lib -DENABLE_QT4=0 .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-21 Thread Felix Yan via arch-commits
Date: Tuesday, May 21, 2019 @ 17:24:13
  Author: felixonmars
Revision: 468232

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-qt/repos/community-x86_64/PKGBUILD
(from rev 468231, fcitx5-qt/trunk/PKGBUILD)

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

Copied: fcitx5-qt/repos/community-x86_64/PKGBUILD (from rev 468231, 
fcitx5-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-21 17:24:13 UTC (rev 468232)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-qt
+pkgver=0.0.0.20181104
+_commit=9ac0796e44beaf109dbc3dd2e4e7263499ad5c04
+pkgrel=1
+pkgdesc="Fcitx5 Qt Library"
+arch=('x86_64')
+url="https://gitlab.com/fcitx/fcitx5;
+license=('GPL')
+depends=('fcitx5' 'qt5-x11extras')
+makedepends=('extra-cmake-modules')
+conflicts=('fcitx-qt5')
+source=("https://gitlab.com/fcitx/fcitx5-qt/-/archive/$_commit/fcitx5-qt-$_commit.tar.bz2;)
+sha512sums=('15a816ecde4bc16b69e4692d54795749073631b7139001155737f25a71946db69e07799d0f77a362ae9890d57249756c9bad36a3643e6cf328a0a8865823c767')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=/usr/lib -DENABLE_QT4=0 .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in fcitx5-qt/repos (community-x86_64)

2019-05-21 Thread Felix Yan via arch-commits
Date: Tuesday, May 21, 2019 @ 17:23:47
  Author: felixonmars
Revision: 468230

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-qt/repos/community-x86_64/


  1   2   >