[arch-commits] Commit in min/repos/community-any (8 files)

2018-03-31 Thread Nicola Squartini via arch-commits
Date: Sunday, April 1, 2018 @ 03:47:08
  Author: tensor5
Revision: 313699

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 313698, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 313698, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 313698, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 313698, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  156 +-
 icon.patch  |   20 +++
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 126 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 03:46:17 UTC (rev 313698)
+++ PKGBUILD2018-04-01 03:47:08 UTC (rev 313699)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('nodejs-grunt-cli' 'npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('63d6e636eae7fcc4acf2827c14ebd55670807624cd955ff2b7b900ba67937358'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'340459e0c61204ed280d96920bab3304b4005b99355e7434fcc4dddece5d687b')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install decomment grunt grunt-contrib-concat grunt-contrib-uglify
-mkdir dist
-npm run buildTranslations
-grunt
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/{build,webview}.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bower.json" -exec rm '{}' \; \
--or -name "cli.js" -exec rm '{}' \; \
--or -name "cmd.js" -exec rm '{}' \; \
--or -name "coffee" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \; \
--or -name "tests" -prune -exec rm -r '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 313698, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 03:47:08 UTC (rev 313699)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('nodejs-grunt-cli' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('d0922298483069802b24c5a9dcc35d212ab042fafce3f04246719ba680998a40'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'1721c0c42da67c16264aa059428e6d5823293587f4ed541171e3cf382a0d48ae')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install decomment grunt grunt-contrib-concat grunt-contrib-uglify
+mkdir dist
+npm run buildTranslations
+ 

[arch-commits] Commit in min/trunk (PKGBUILD icon.patch)

2018-03-31 Thread Nicola Squartini via arch-commits
Date: Sunday, April 1, 2018 @ 03:46:17
  Author: tensor5
Revision: 313698

upgpkg: min 1.7.1-1

Modified:
  min/trunk/PKGBUILD
  min/trunk/icon.patch

+
 PKGBUILD   |6 +++---
 icon.patch |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 03:01:26 UTC (rev 313697)
+++ PKGBUILD2018-04-01 03:46:17 UTC (rev 313698)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=min
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc='A smarter, faster web browser'
 arch=('any')
@@ -14,10 +14,10 @@
 'min.desktop'
 'min.js'
 'icon.patch')
-sha256sums=('63d6e636eae7fcc4acf2827c14ebd55670807624cd955ff2b7b900ba67937358'
+sha256sums=('d0922298483069802b24c5a9dcc35d212ab042fafce3f04246719ba680998a40'
 'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
 'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'340459e0c61204ed280d96920bab3304b4005b99355e7434fcc4dddece5d687b')
+'1721c0c42da67c16264aa059428e6d5823293587f4ed541171e3cf382a0d48ae')
 
 prepare() {
 cd ${pkgname}-${pkgver}

Modified: icon.patch
===
--- icon.patch  2018-04-01 03:01:26 UTC (rev 313697)
+++ icon.patch  2018-04-01 03:46:17 UTC (rev 313698)
@@ -1,9 +1,9 @@
 --- a/main/main.js
 +++ b/main/main.js
-@@ -82,7 +82,6 @@
+@@ -81,7 +81,6 @@
  minWidth: 320,
  minHeight: 350,
- titleBarStyle: 'hidden-inset',
+ titleBarStyle: 'hiddenInset',
 -icon: __dirname + '/icons/icon256.png',
  frame: process.platform !== 'win32'
})


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 03:02:06
  Author: heftig
Revision: 320807

archrelease: copy trunk to staging-x86_64

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

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

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 320806, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-01 03:02:06 UTC (rev 320807)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.106
+_extramodules=extramodules-4.15-ARCH
+pkgrel=23
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.15' 
'linux-headers<4.16')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch')
+sha512sums=('ea61d463148435b6c0d16203c06372e5dc93443607ece0709f789c5c08909a3ec51c1994df97b835bba58008cdc7fe588e403006eb00631482a2a9854a81ec0a'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.15' 'linux<4.16' "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')
+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 320806, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-04-01 03:02:06 UTC (rev 320807)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, , vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, , vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int _sigbus_fault(struct vm_fault *vmf)
++#endif
+ {
+ vmf->page = NULL;
+ 

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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 03:01:47
  Author: heftig
Revision: 320806

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 320805, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 320805, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-01 03:01:47 UTC (rev 320806)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=390.48
+_extramodules=extramodules-4.15-ARCH
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.15' 'linux-headers<4.16')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha256sums=('2d4bf72801f101a85df6fd1464021380ad51f5a30df05dadaf1fb546a175a441')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.15' 'linux<4.16' "nvidia-utils=${pkgver}" 'libgl')
+
+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" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+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"
+}


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 03:01:02
  Author: heftig
Revision: 313696

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

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 313695, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-04-01 03:01:02 UTC (rev 313696)
@@ -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 acpi_call/repos (3 files)

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 03:01:26
  Author: heftig
Revision: 313697

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 313696, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 313696, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 313696, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-01 03:01:26 UTC (rev 313697)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=117
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16')
+_extramodules=extramodules-4.15-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 313696, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-04-01 03:01:26 UTC (rev 313697)
@@ -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 r8168/repos (3 files)

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 03:00:31
  Author: heftig
Revision: 313695

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 313694, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.15.patch
(from rev 313694, r8168/trunk/linux-4.15.patch)

--+
 PKGBUILD |   49 
 linux-4.15.patch |   81 +
 2 files changed, 130 insertions(+)

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 313694, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-01 03:00:31 UTC (rev 313695)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=45
+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
+linux-4.15.patch)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31'
+'6434f0d1fcb08e3605a17859d3b8946c65bcf14737e223315b6468b3394c5cd7')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux-4.15.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg2 "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH" -m644 
src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}

Copied: r8168/repos/community-staging-x86_64/linux-4.15.patch (from rev 313694, 
r8168/trunk/linux-4.15.patch)
===
--- community-staging-x86_64/linux-4.15.patch   (rev 0)
+++ community-staging-x86_64/linux-4.15.patch   2018-04-01 03:00:31 UTC (rev 
313695)
@@ -0,0 +1,81 @@
+diff -u -r r8168-8.045.08/src/r8168_n.c r8168-8.045.08-4.15/src/r8168_n.c
+--- r8168-8.045.08/src/r8168_n.c   2017-09-22 17:31:17.0 +0200
 r8168-8.045.08-4.15/src/r8168_n.c  2018-01-29 12:33:34.283394438 +0100
+@@ -407,8 +407,13 @@
+ static void rtl8168_sleep_rx_enable(struct net_device *dev);
+ static void rtl8168_dsm(struct net_device *dev, int dev_state);
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ static void rtl8168_esd_timer(unsigned long __opaque);
+ static void rtl8168_link_timer(unsigned long __opaque);
++#else
++static void rtl8168_esd_timer(struct timer_list *timer_list);
++static void rtl8168_link_timer(struct timer_list *timer_list);
++#endif
+ static void rtl8168_tx_clear(struct rtl8168_private *tp);
+ static void rtl8168_rx_clear(struct rtl8168_private *tp);
+ 
+@@ -22964,7 +22969,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >esd_timer;
+ 
+-setup_timer(timer, rtl8168_esd_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_esd_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_esd_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_ESD_TIMEOUT);
+ }
+ 
+@@ -22978,7 +22987,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >link_timer;
+ 
+-setup_timer(timer, rtl8168_link_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_link_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_link_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_LINK_TIMEOUT);
+ }
+ 
+@@ -24717,10 +24730,16 @@
+ #define PCI_DEVICE_SERIAL_NUMBER (0x0164)
+ 
+ static void
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ rtl8168_esd_timer(unsigned 

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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 03:00:07
  Author: heftig
Revision: 313694

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 313693, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-01 03:00:07 UTC (rev 313694)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=123
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16')
+_extramodules=extramodules-4.15-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 virtualbox-modules-arch/repos (2 files)

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 02:59:44
  Author: heftig
Revision: 313693

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

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 313692, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-01 02:59:44 UTC (rev 313693)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.8
+pkgrel=11
+_linux_major=4
+_linux_minor=15
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=("linux>=${_linux_major}.${_linux_minor}"
+ "linux<${_linux_major}.$((_linux_minor+1))"
+ "linux-headers>=${_linux_major}.${_linux_minor}"
+ "linux-headers<${_linux_major}.$((_linux_minor+1))"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  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/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf "vboxguest\nvboxsf\nvboxvideo\n" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 02:59:09
  Author: heftig
Revision: 313692

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

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

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


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 02:54:26
  Author: heftig
Revision: 320804

390.48-3: kernel 4.15.15-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 01:28:19 UTC (rev 320803)
+++ PKGBUILD2018-04-01 02:54:26 UTC (rev 320804)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=390.48
 _extramodules=extramodules-4.15-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 02:54:19
  Author: heftig
Revision: 313691

5.2.8-11: kernel 4.15.15-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 02:54:15 UTC (rev 313690)
+++ PKGBUILD2018-04-01 02:54:19 UTC (rev 313691)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.8
-pkgrel=10
+pkgrel=11
 _linux_major=4
 _linux_minor=15
 arch=('x86_64')


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 02:54:15
  Author: heftig
Revision: 313690

20170610-58: kernel 4.15.15-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 02:54:10 UTC (rev 313689)
+++ PKGBUILD2018-04-01 02:54:15 UTC (rev 313690)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=57
+pkgrel=58
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 02:54:30
  Author: heftig
Revision: 320805

340.106-23: kernel 4.15.15-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 02:54:26 UTC (rev 320804)
+++ PKGBUILD2018-04-01 02:54:30 UTC (rev 320805)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.106
 _extramodules=extramodules-4.15-ARCH
-pkgrel=22
+pkgrel=23
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 02:54:10
  Author: heftig
Revision: 313689

0.43-11: kernel 4.15.15-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 02:54:06 UTC (rev 313688)
+++ PKGBUILD2018-04-01 02:54:10 UTC (rev 313689)
@@ -11,7 +11,7 @@
 pkgname=tp_smapi
 pkgver=0.43
 _extradir=/usr/lib/modules/extramodules-4.15-ARCH
-pkgrel=10
+pkgrel=11
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 02:53:59
  Author: heftig
Revision: 313686

1.1.0-117: kernel 4.15.15-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 01:55:04 UTC (rev 313685)
+++ PKGBUILD2018-04-01 02:53:59 UTC (rev 313686)
@@ -6,7 +6,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=116
+pkgrel=117
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 02:54:06
  Author: heftig
Revision: 313688

8.045.08-45: kernel 4.15.15-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 02:54:02 UTC (rev 313687)
+++ PKGBUILD2018-04-01 02:54:06 UTC (rev 313688)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=44
+pkgrel=45
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 02:54:02
  Author: heftig
Revision: 313687

0.8-123: kernel 4.15.15-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 02:53:59 UTC (rev 313686)
+++ PKGBUILD2018-04-01 02:54:02 UTC (rev 313687)
@@ -6,7 +6,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=122
+pkgrel=123
 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 perl-data-uuid/repos/community-testing-x86_64 (2 files)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:55:04
  Author: muflone
Revision: 313685

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-data-uuid/repos/community-testing-x86_64/PKGBUILD
(from rev 313684, perl-data-uuid/trunk/PKGBUILD)
Deleted:
  perl-data-uuid/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 01:52:45 UTC (rev 313684)
+++ PKGBUILD2018-04-01 01:55:04 UTC (rev 313685)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=perl-data-uuid
-_perl_module=Data-UUID
-pkgver=1.221
-pkgrel=2
-pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_module};
-license=('BSD')
-depends=('perl')
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_module}-${pkgver}"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_module}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${_perl_module}-${pkgver}"
-  make pure_install DESTDIR="${pkgdir}"
-  # Install license file
-  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
-}

Copied: perl-data-uuid/repos/community-testing-x86_64/PKGBUILD (from rev 
313684, perl-data-uuid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 01:55:04 UTC (rev 313685)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=perl-data-uuid
+_perl_namespace=Data
+_perl_module=UUID
+pkgver=1.221
+pkgrel=3
+pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('BSD')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  make pure_install DESTDIR="${pkgdir}"
+  # Install license file
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
+}


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

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:52:45
  Author: muflone
Revision: 313684

upgpkg: perl-data-uuid 1.221-3

Modified:
  perl-data-uuid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 01:47:40 UTC (rev 313683)
+++ PKGBUILD2018-04-01 01:52:45 UTC (rev 313684)
@@ -2,31 +2,32 @@
 # Maintainer: Muflone http://www.muflone.com/contacts/english/
 
 pkgname=perl-data-uuid
-_perl_module=Data-UUID
+_perl_namespace=Data
+_perl_module=UUID
 pkgver=1.221
-pkgrel=2
+pkgrel=3
 pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
 arch=('x86_64')
-url="https://metacpan.org/release/${_perl_module};
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
 license=('BSD')
 depends=('perl')
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_perl_module}-${pkgver}.tar.gz;)
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
 sha256sums=('3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667')
 options=('!emptydirs')
 
 build() {
-  cd "${_perl_module}-${pkgver}"
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
   perl Makefile.PL
   make
 }
 
 check() {
-  cd "${_perl_module}-${pkgver}"
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
   make test
 }
 
 package() {
-  cd "${_perl_module}-${pkgver}"
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
   make pure_install DESTDIR="${pkgdir}"
   # Install license file
   install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"


[arch-commits] Commit in perl-filesys-df/repos/community-testing-x86_64 (2 files)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:47:40
  Author: muflone
Revision: 313683

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD
(from rev 313682, perl-filesys-df/trunk/PKGBUILD)
Deleted:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 01:44:33 UTC (rev 313682)
+++ PKGBUILD2018-04-01 01:47:40 UTC (rev 313683)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Ian Guthrie 
-# Contributor: der_FeniX 
-
-pkgname=perl-filesys-df
-_perl_namespace=Filesys
-_perl_module=Df
-pkgver=0.92
-pkgrel=6
-pkgdesc="Perl extension for filesystem disk space information"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_module};
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  make pure_install DESTDIR="${pkgdir}"
-}

Copied: perl-filesys-df/repos/community-testing-x86_64/PKGBUILD (from rev 
313682, perl-filesys-df/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 01:47:40 UTC (rev 313683)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ian Guthrie 
+# Contributor: der_FeniX 
+
+pkgname=perl-filesys-df
+_perl_namespace=Filesys
+_perl_module=Df
+pkgver=0.92
+pkgrel=6
+pkgdesc="Perl extension for filesystem disk space information"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  make pure_install DESTDIR="${pkgdir}"
+}


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

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:44:33
  Author: muflone
Revision: 313682

upgpkg: perl-filesys-df 0.92-6

Modified:
  perl-filesys-df/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 01:41:48 UTC (rev 313681)
+++ PKGBUILD2018-04-01 01:44:33 UTC (rev 313682)
@@ -10,7 +10,7 @@
 pkgrel=6
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
-url="https://metacpan.org/release/${_perl_module};
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 
source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)


[arch-commits] Commit in perl-filesys-df/repos/community-testing-x86_64 (2 files)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:41:48
  Author: muflone
Revision: 313681

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD
(from rev 313680, perl-filesys-df/trunk/PKGBUILD)
Deleted:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 01:41:10 UTC (rev 313680)
+++ PKGBUILD2018-04-01 01:41:48 UTC (rev 313681)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Ian Guthrie 
-# Contributor: der_FeniX 
-
-pkgname=perl-filesys-df
-_perl_module=Filesys-Df
-pkgver=0.92
-pkgrel=5
-pkgdesc="Perl extension for filesystem disk space information"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_module};
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_module}-${pkgver}"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_module}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${_perl_module}-${pkgver}"
-  make pure_install DESTDIR="${pkgdir}"
-}

Copied: perl-filesys-df/repos/community-testing-x86_64/PKGBUILD (from rev 
313680, perl-filesys-df/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 01:41:48 UTC (rev 313681)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ian Guthrie 
+# Contributor: der_FeniX 
+
+pkgname=perl-filesys-df
+_perl_namespace=Filesys
+_perl_module=Df
+pkgver=0.92
+pkgrel=6
+pkgdesc="Perl extension for filesystem disk space information"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  make pure_install DESTDIR="${pkgdir}"
+}


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

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:41:10
  Author: muflone
Revision: 313680

upgpkg: perl-filesys-df 0.92-6

Modified:
  perl-filesys-df/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 01:24:50 UTC (rev 313679)
+++ PKGBUILD2018-04-01 01:41:10 UTC (rev 313680)
@@ -4,30 +4,31 @@
 # Contributor: der_FeniX 
 
 pkgname=perl-filesys-df
-_perl_module=Filesys-Df
+_perl_namespace=Filesys
+_perl_module=Df
 pkgver=0.92
-pkgrel=5
+pkgrel=6
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_module};
 license=('PerlArtistic' 'GPL')
 depends=('perl')
-source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
 sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
 options=('!emptydirs')
 
 build() {
-  cd "${_perl_module}-${pkgver}"
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
   perl Makefile.PL
   make
 }
 
 check() {
-  cd "${_perl_module}-${pkgver}"
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
   make test
 }
 
 package() {
-  cd "${_perl_module}-${pkgver}"
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
   make pure_install DESTDIR="${pkgdir}"
 }


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 01:27:25
  Author: heftig
Revision: 320802

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  
linux/repos/staging-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 320801, 
linux/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux/repos/staging-x86_64/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
(from rev 320801, 
linux/trunk/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch)
  linux/repos/staging-x86_64/60-linux.hook
(from rev 320801, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 320801, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 320801, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 320801, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 320801, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 320801, linux/trunk/linux.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch |   42 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  241 
 config  | 9516 
++
 linux.install   |   10 
 linux.preset|   14 
 8 files changed, 9949 insertions(+)

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


[arch-commits] Commit in gtk3/repos/extra-x86_64 (12 files)

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 01:26:50
  Author: heftig
Revision: 320801

archrelease: copy trunk to extra-x86_64

Added:
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 320800, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 320800, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 320800, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 320800, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 320800, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 320800, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

--+
 PKGBUILD |  171 -
 gtk-query-immodules-3.0.hook |   22 ++---
 gtk-update-icon-cache.hook   |   26 +++---
 gtk-update-icon-cache.script |   20 ++--
 gtk3.install |6 -
 settings.ini |8 -
 6 files changed, 126 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 01:26:19 UTC (rev 320800)
+++ PKGBUILD2018-04-01 01:26:50 UTC (rev 320801)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.22.29+4+gb485cf91b5
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="http://www.gtk.org/;
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts colord rest libcups libcanberra libcloudproviders)
-makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
-license=(LGPL)
-_commit=b485cf91b53cd21fad8b4ff35fef53e4d1a9f009  # gtk-3-22
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-cloudproviders \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend \
---enable-gtk-doc
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_gtk3() {
-  depends+=(gtk-update-icon-cache)
-  provides=(gtk3-print-backends)
-  conflicts=(gtk3-print-backends)
-  replaces=("gtk3-print-backends<=3.22.26-1")
-  install=gtk3.install
-
-  cd gtk
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../settings.ini "$pkgdir/usr/share/gtk-3.0/settings.ini"
-  install -Dm644 ../gtk-query-immodules-3.0.hook 
"$pkgdir/usr/share/libalpm/hooks/gtk-query-immodules-3.0.hook"
-
-  # split this out to use with gtk2 too
-  rm "$pkgdir/usr/bin/gtk-update-icon-cache"
-}
-
-package_gtk-update-icon-cache() {
-  pkgdesc="GTK+ icon cache updater"
-  depends=(gdk-pixbuf2 librsvg hicolor-icon-theme)
-
-  cd gtk
-  install -D gtk/gtk-update-icon-cache "$pkgdir/usr/bin/gtk-update-icon-cache"
-  install -Dm644 ../gtk-update-icon-cache.hook 
"$pkgdir/usr/share/libalpm/hooks/gtk-update-icon-cache.hook"
-  install -D ../gtk-update-icon-cache.script 
"$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"
-}
-
-# vim:set et sw=2:

Copied: gtk3/repos/extra-x86_64/PKGBUILD (from rev 320800, gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 01:26:50 UTC (rev 320801)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.22.29+60+ge42d8598ca
+pkgrel=1

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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 01:26:19
  Author: heftig
Revision: 320800

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

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  240 +
 config| 9552 
 linux.install |   10 
 linux.preset  |   14 
 6 files changed, 9839 insertions(+)

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


[arch-commits] Commit in perl-data-uuid/repos/community-testing-x86_64 (2 files)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:24:50
  Author: muflone
Revision: 313679

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-data-uuid/repos/community-testing-x86_64/PKGBUILD
(from rev 313678, perl-data-uuid/trunk/PKGBUILD)
Deleted:
  perl-data-uuid/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 01:24:12 UTC (rev 313678)
+++ PKGBUILD2018-04-01 01:24:50 UTC (rev 313679)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=perl-data-uuid
-_perl_module=Data-UUID
-pkgver=1.221
-pkgrel=2
-pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_module};
-license=('BSD')
-depends=('perl')
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_module}-${pkgver}"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_module}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${_perl_module}-${pkgver}"
-  make pure_install DESTDIR="${pkgdir}"
-  # Install license file
-  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
-}

Copied: perl-data-uuid/repos/community-testing-x86_64/PKGBUILD (from rev 
313678, perl-data-uuid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 01:24:50 UTC (rev 313679)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=perl-data-uuid
+_perl_module=Data-UUID
+pkgver=1.221
+pkgrel=2
+pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module};
+license=('BSD')
+depends=('perl')
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_module}-${pkgver}"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_module}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${_perl_module}-${pkgver}"
+  make pure_install DESTDIR="${pkgdir}"
+  # Install license file
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
+}


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

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:24:12
  Author: muflone
Revision: 313678

upgpkg: perl-data-uuid 1.221-2

Modified:
  perl-data-uuid/trunk/PKGBUILD (properties)

Index: perl-data-uuid/trunk/PKGBUILD
===
--- perl-data-uuid/trunk/PKGBUILD   2018-04-01 01:23:47 UTC (rev 313677)
+++ perl-data-uuid/trunk/PKGBUILD   2018-04-01 01:24:12 UTC (rev 313678)

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


[arch-commits] Commit in perl-data-uuid/repos (2 files)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:23:47
  Author: muflone
Revision: 313677

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-data-uuid/repos/community-testing-x86_64/
  perl-data-uuid/repos/community-testing-x86_64/PKGBUILD
(from rev 313676, perl-data-uuid/trunk/PKGBUILD)

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

Copied: perl-data-uuid/repos/community-testing-x86_64/PKGBUILD (from rev 
313676, perl-data-uuid/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-01 01:23:47 UTC (rev 313677)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=perl-data-uuid
+_perl_module=Data-UUID
+pkgver=1.221
+pkgrel=2
+pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module};
+license=('BSD')
+depends=('perl')
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_module}-${pkgver}"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_module}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${_perl_module}-${pkgver}"
+  make pure_install DESTDIR="${pkgdir}"
+  # Install license file
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
+}


[arch-commits] Commit in (4 files)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:22:51
  Author: muflone
Revision: 313676

new package perl-data-uuid 1.221-2

Added:
  perl-data-uuid/
  perl-data-uuid/repos/
  perl-data-uuid/trunk/
  perl-data-uuid/trunk/PKGBUILD

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

Added: perl-data-uuid/trunk/PKGBUILD
===
--- perl-data-uuid/trunk/PKGBUILD   (rev 0)
+++ perl-data-uuid/trunk/PKGBUILD   2018-04-01 01:22:51 UTC (rev 313676)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=perl-data-uuid
+_perl_module=Data-UUID
+pkgver=1.221
+pkgrel=2
+pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module};
+license=('BSD')
+depends=('perl')
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_module}-${pkgver}"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_module}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${_perl_module}-${pkgver}"
+  make pure_install DESTDIR="${pkgdir}"
+  # Install license file
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
+}


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 01:11:55
  Author: heftig
Revision: 320799

4.15.15-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 01:11:53 UTC (rev 320798)
+++ PKGBUILD2018-04-01 01:11:55 UTC (rev 320799)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.15
-_zenpatch=zen-4.15.14-5070a8fb9fea81a314eb56f0522f68bad77d1d56.diff
-pkgver=4.15.14
+_zenpatch=zen-4.15.15-ef91487f6283f065017dbaab49cb414eecf2d5ae.diff
+pkgver=4.15.15
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -30,9 +30,9 @@
 )
 sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
 'SKIP'
-'6be2c185839d730769a8e6bcf46ca0962845732e25ed4801fe1ea995218b1133'
+'d8e7f93e24db5517a1be2030a765431120e07f7cd55e510d0de562c70e45bc00'
 'SKIP'
-'9599bf93d25d6e26f32aa8e1129a8af676975a70f753f6deb34c03e591e5464e'
+'0b647300c39039f30f9298d7c3f8d5aa4a70fd9edddf367379b719ae58efe5e8'
 'SKIP'
 'c81fd0b2d1dab295ee0e61c6c381286658223d9a128636c68f0f0ecdd28d7044'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 01:11:53
  Author: heftig
Revision: 320798

4.15.15-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 00:55:21 UTC (rev 320797)
+++ PKGBUILD2018-04-01 01:11:53 UTC (rev 320798)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.15
-pkgver=4.15.14
+pkgver=4.15.15
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -28,7 +28,7 @@
 )
 sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
 'SKIP'
-'6be2c185839d730769a8e6bcf46ca0962845732e25ed4801fe1ea995218b1133'
+'d8e7f93e24db5517a1be2030a765431120e07f7cd55e510d0de562c70e45bc00'
 'SKIP'
 'f38927db126ec7141ea2dd70cabb2ef378552672b31db4ab621493928497abd7'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


[arch-commits] Commit in perl-filesys-df/repos/community-testing-x86_64 (2 files)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:09:38
  Author: muflone
Revision: 313675

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD
(from rev 313674, perl-filesys-df/trunk/PKGBUILD)
Deleted:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 01:08:59 UTC (rev 313674)
+++ PKGBUILD2018-04-01 01:09:38 UTC (rev 313675)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Ian Guthrie 
-# Contributor: der_FeniX 
-
-pkgname=perl-filesys-df
-_perl_module=Filesys-Df
-pkgver=0.92
-pkgrel=5
-pkgdesc="Perl extension for filesystem disk space information"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_module};
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
-options=('!emptydirs')
-
-build() {
-   cd "${_perl_module}-${pkgver}"
-   perl Makefile.PL
-   make
-}
-
-check() {
-   cd "${_perl_module}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${_perl_module}-${pkgver}"
-   make pure_install DESTDIR="${pkgdir}"
-}

Copied: perl-filesys-df/repos/community-testing-x86_64/PKGBUILD (from rev 
313674, perl-filesys-df/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 01:09:38 UTC (rev 313675)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ian Guthrie 
+# Contributor: der_FeniX 
+
+pkgname=perl-filesys-df
+_perl_module=Filesys-Df
+pkgver=0.92
+pkgrel=5
+pkgdesc="Perl extension for filesystem disk space information"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_module}-${pkgver}"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_module}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${_perl_module}-${pkgver}"
+  make pure_install DESTDIR="${pkgdir}"
+}


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

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:08:59
  Author: muflone
Revision: 313674

upgpkg: perl-filesys-df 0.92-5

Modified:
  perl-filesys-df/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 01:05:40 UTC (rev 313673)
+++ PKGBUILD2018-04-01 01:08:59 UTC (rev 313674)
@@ -17,17 +17,17 @@
 options=('!emptydirs')
 
 build() {
-   cd "${_perl_module}-${pkgver}"
-   perl Makefile.PL
-   make
+  cd "${_perl_module}-${pkgver}"
+  perl Makefile.PL
+  make
 }
 
 check() {
-   cd "${_perl_module}-${pkgver}"
-   make test
+  cd "${_perl_module}-${pkgver}"
+  make test
 }
 
 package() {
-   cd "${_perl_module}-${pkgver}"
-   make pure_install DESTDIR="${pkgdir}"
+  cd "${_perl_module}-${pkgver}"
+  make pure_install DESTDIR="${pkgdir}"
 }


[arch-commits] Commit in perl-filesys-df/repos/community-testing-x86_64 (2 files)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:05:40
  Author: muflone
Revision: 313673

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD
(from rev 313672, perl-filesys-df/trunk/PKGBUILD)
Deleted:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 01:05:03 UTC (rev 313672)
+++ PKGBUILD2018-04-01 01:05:40 UTC (rev 313673)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Ian Guthrie 
-# Contributor: der_FeniX 
-
-pkgname=perl-filesys-df
-_perl_module=Filesys-Df
-pkgver=0.92
-pkgrel=5
-pkgdesc="Perl extension for filesystem disk space information"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_module};
-license=('GPL3')
-depends=('perl')
-source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
-options=('!emptydirs')
-
-build() {
-   cd "${_perl_module}-${pkgver}"
-   perl Makefile.PL
-   make
-}
-
-check() {
-   cd "${_perl_module}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${_perl_module}-${pkgver}"
-   make pure_install DESTDIR="${pkgdir}"
-}

Copied: perl-filesys-df/repos/community-testing-x86_64/PKGBUILD (from rev 
313672, perl-filesys-df/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 01:05:40 UTC (rev 313673)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ian Guthrie 
+# Contributor: der_FeniX 
+
+pkgname=perl-filesys-df
+_perl_module=Filesys-Df
+pkgver=0.92
+pkgrel=5
+pkgdesc="Perl extension for filesystem disk space information"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
+options=('!emptydirs')
+
+build() {
+   cd "${_perl_module}-${pkgver}"
+   perl Makefile.PL
+   make
+}
+
+check() {
+   cd "${_perl_module}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${_perl_module}-${pkgver}"
+   make pure_install DESTDIR="${pkgdir}"
+}


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

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:05:03
  Author: muflone
Revision: 313672

upgpkg: perl-filesys-df 0.92-5

Modified:
  perl-filesys-df/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 01:02:12 UTC (rev 313671)
+++ PKGBUILD2018-04-01 01:05:03 UTC (rev 313672)
@@ -10,7 +10,7 @@
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_module};
-license=('GPL3')
+license=('PerlArtistic' 'GPL')
 depends=('perl')
 
source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
 sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')


[arch-commits] Commit in perl-filesys-df/repos/community-testing-x86_64 (2 files)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:02:12
  Author: muflone
Revision: 313671

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD
(from rev 313670, perl-filesys-df/trunk/PKGBUILD)
Deleted:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 01:01:26 UTC (rev 313670)
+++ PKGBUILD2018-04-01 01:02:12 UTC (rev 313671)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Ian Guthrie 
-# Contributor: der_FeniX 
-
-pkgname=perl-filesys-df
-_perl_module=Filesys-Df
-pkgver=0.92
-pkgrel=4
-pkgdesc="Perl extension for filesystem disk space information"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_module};
-license=('GPL3')
-depends=('perl')
-source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
-options=('!emptydirs')
-
-build() {
-   cd "${_perl_module}-${pkgver}"
-   perl Makefile.PL
-   make
-}
-
-package() {
-   cd "${_perl_module}-${pkgver}"
-   make pure_install DESTDIR="${pkgdir}"
-}

Copied: perl-filesys-df/repos/community-testing-x86_64/PKGBUILD (from rev 
313670, perl-filesys-df/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 01:02:12 UTC (rev 313671)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ian Guthrie 
+# Contributor: der_FeniX 
+
+pkgname=perl-filesys-df
+_perl_module=Filesys-Df
+pkgver=0.92
+pkgrel=5
+pkgdesc="Perl extension for filesystem disk space information"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module};
+license=('GPL3')
+depends=('perl')
+source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
+options=('!emptydirs')
+
+build() {
+   cd "${_perl_module}-${pkgver}"
+   perl Makefile.PL
+   make
+}
+
+check() {
+   cd "${_perl_module}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${_perl_module}-${pkgver}"
+   make pure_install DESTDIR="${pkgdir}"
+}


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

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:01:26
  Author: muflone
Revision: 313670

upgpkg: perl-filesys-df 0.92-5

Modified:
  perl-filesys-df/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 00:36:56 UTC (rev 313669)
+++ PKGBUILD2018-04-01 01:01:26 UTC (rev 313670)
@@ -6,7 +6,7 @@
 pkgname=perl-filesys-df
 _perl_module=Filesys-Df
 pkgver=0.92
-pkgrel=4
+pkgrel=5
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_module};
@@ -22,6 +22,11 @@
make
 }
 
+check() {
+   cd "${_perl_module}-${pkgver}"
+   make test
+}
+
 package() {
cd "${_perl_module}-${pkgver}"
make pure_install DESTDIR="${pkgdir}"


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

2018-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, April 1, 2018 @ 00:55:21
  Author: heftig
Revision: 320797

3.22.29+60+ge42d8598ca-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 23:50:23 UTC (rev 320796)
+++ PKGBUILD2018-04-01 00:55:21 UTC (rev 320797)
@@ -4,7 +4,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.22.29+4+gb485cf91b5
+pkgver=3.22.29+60+ge42d8598ca
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(x86_64)
@@ -12,10 +12,10 @@
 depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
  libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
  adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts colord rest libcups libcanberra libcloudproviders)
+ cantarell-fonts colord rest libcups libcanberra)
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
 license=(LGPL)
-_commit=b485cf91b53cd21fad8b4ff35fef53e4d1a9f009  # gtk-3-22
+_commit=e42d8598ca892587a1029c458a19c86fd4867877  # gtk-3-22
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
 settings.ini
 gtk-query-immodules-3.0.hook
@@ -44,7 +44,6 @@
 --sysconfdir=/etc \
 --localstatedir=/var \
 --disable-schemas-compile \
---enable-cloudproviders \
 --enable-x11-backend \
 --enable-broadway-backend \
 --enable-wayland-backend \
@@ -83,4 +82,4 @@
   install -D ../gtk-update-icon-cache.script 
"$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"
 }
 
-# vim:set et sw=2:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-filesys-df/repos/community-testing-x86_64 (2 files)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 00:36:56
  Author: muflone
Revision: 313669

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD
(from rev 313668, perl-filesys-df/trunk/PKGBUILD)
Deleted:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 00:36:13 UTC (rev 313668)
+++ PKGBUILD2018-04-01 00:36:56 UTC (rev 313669)
@@ -1,28 +0,0 @@
-# $Id
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Ian Guthrie 
-# Contributor: der_FeniX 
-
-pkgname=perl-filesys-df
-_perl_module=Filesys-Df
-pkgver=0.92
-pkgrel=4
-pkgdesc="Perl extension for filesystem disk space information"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_module};
-license=('GPL3')
-depends=('perl')
-source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
-options=('!emptydirs')
-
-build() {
-   cd "${_perl_module}-${pkgver}"
-   perl Makefile.PL
-   make
-}
-
-package() {
-   cd "${_perl_module}-${pkgver}"
-   make pure_install DESTDIR="${pkgdir}"
-}

Copied: perl-filesys-df/repos/community-testing-x86_64/PKGBUILD (from rev 
313668, perl-filesys-df/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 00:36:56 UTC (rev 313669)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ian Guthrie 
+# Contributor: der_FeniX 
+
+pkgname=perl-filesys-df
+_perl_module=Filesys-Df
+pkgver=0.92
+pkgrel=4
+pkgdesc="Perl extension for filesystem disk space information"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module};
+license=('GPL3')
+depends=('perl')
+source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
+options=('!emptydirs')
+
+build() {
+   cd "${_perl_module}-${pkgver}"
+   perl Makefile.PL
+   make
+}
+
+package() {
+   cd "${_perl_module}-${pkgver}"
+   make pure_install DESTDIR="${pkgdir}"
+}


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

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 00:36:13
  Author: muflone
Revision: 313668

upgpkg: perl-filesys-df 0.92-4

Modified:
  perl-filesys-df/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 00:36:06 UTC (rev 313667)
+++ PKGBUILD2018-04-01 00:36:13 UTC (rev 313668)
@@ -1,4 +1,4 @@
-# $Id
+# $Id$
 # Maintainer: Muflone http://www.muflone.com/contacts/english/
 # Contributor: Ian Guthrie 
 # Contributor: der_FeniX 


[arch-commits] Commit in perl-filesys-df/repos (2 files)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 00:36:06
  Author: muflone
Revision: 313667

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-filesys-df/repos/community-testing-x86_64/
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD
(from rev 313666, perl-filesys-df/trunk/PKGBUILD)

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

Copied: perl-filesys-df/repos/community-testing-x86_64/PKGBUILD (from rev 
313666, perl-filesys-df/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-01 00:36:06 UTC (rev 313667)
@@ -0,0 +1,28 @@
+# $Id
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ian Guthrie 
+# Contributor: der_FeniX 
+
+pkgname=perl-filesys-df
+_perl_module=Filesys-Df
+pkgver=0.92
+pkgrel=4
+pkgdesc="Perl extension for filesystem disk space information"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module};
+license=('GPL3')
+depends=('perl')
+source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
+options=('!emptydirs')
+
+build() {
+   cd "${_perl_module}-${pkgver}"
+   perl Makefile.PL
+   make
+}
+
+package() {
+   cd "${_perl_module}-${pkgver}"
+   make pure_install DESTDIR="${pkgdir}"
+}


[arch-commits] Commit in (4 files)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 00:32:36
  Author: muflone
Revision: 313666

new package perl-filesys-df 0.92-4

Added:
  perl-filesys-df/
  perl-filesys-df/repos/
  perl-filesys-df/trunk/
  perl-filesys-df/trunk/PKGBUILD

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

Added: perl-filesys-df/trunk/PKGBUILD
===
--- perl-filesys-df/trunk/PKGBUILD  (rev 0)
+++ perl-filesys-df/trunk/PKGBUILD  2018-04-01 00:32:36 UTC (rev 313666)
@@ -0,0 +1,28 @@
+# $Id
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ian Guthrie 
+# Contributor: der_FeniX 
+
+pkgname=perl-filesys-df
+_perl_module=Filesys-Df
+pkgver=0.92
+pkgrel=4
+pkgdesc="Perl extension for filesystem disk space information"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module};
+license=('GPL3')
+depends=('perl')
+source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
+options=('!emptydirs')
+
+build() {
+   cd "${_perl_module}-${pkgver}"
+   perl Makefile.PL
+   make
+}
+
+package() {
+   cd "${_perl_module}-${pkgver}"
+   make pure_install DESTDIR="${pkgdir}"
+}


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


[arch-commits] Commit in cantor/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:50:23
  Author: arojas
Revision: 320796

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  cantor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 320795, cantor/kde-unstable/PKGBUILD)
Deleted:
  cantor/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 23:49:47 UTC (rev 320795)
+++ PKGBUILD2018-03-31 23:50:23 UTC (rev 320796)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=cantor
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="KDE Frontend to Mathematical Software"
-url="https://kde.org/applications/education/cantor/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(analitza libspectre kpty ktexteditor knewstuff libqalculate 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules python python2 kdoctools luajit r julia)
-optdepends=('maxima: Maxima backend'
-'octave: Octave backend'
-'r: R backend'
-'luajit: LUA backend'
-'python: Python 3 backend'
-   'python2: Python 2 backend'
-'sagemath: SageMath backend'
-'julia: Julia backend')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('cd12c2f79ab8f9f0858044916c53aea731826beec6add272cc9558dccc4980ca'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cantor/repos/kde-unstable-x86_64/PKGBUILD (from rev 320795, 
cantor/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 23:50:23 UTC (rev 320796)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=18.03.80
+pkgrel=2
+pkgdesc="KDE Frontend to Mathematical Software"
+url="https://kde.org/applications/education/cantor/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(analitza libspectre kpty ktexteditor knewstuff libqalculate 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python python2 kdoctools luajit r julia)
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend'
+'julia: Julia backend')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cd12c2f79ab8f9f0858044916c53aea731826beec6add272cc9558dccc4980ca'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in cantor/kde-unstable (PKGBUILD)

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:49:47
  Author: arojas
Revision: 320795

libqalculate 2.3.0 rebuild

Modified:
  cantor/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 23:47:34 UTC (rev 320794)
+++ PKGBUILD2018-03-31 23:49:47 UTC (rev 320795)
@@ -5,7 +5,7 @@
 
 pkgname=cantor
 pkgver=18.03.80
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Frontend to Mathematical Software"
 url="https://kde.org/applications/education/cantor/;
 arch=(x86_64)


[arch-commits] Commit in step/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:47:34
  Author: arojas
Revision: 320794

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  step/repos/kde-unstable-x86_64/PKGBUILD
(from rev 320793, step/kde-unstable/PKGBUILD)
Deleted:
  step/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 23:47:14 UTC (rev 320793)
+++ PKGBUILD2018-03-31 23:47:34 UTC (rev 320794)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=step
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Interactive Physical Simulator"
-url="https://kde.org/applications/education/step/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(libqalculate gsl knewstuff khtml kdelibs4support kplotting 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools eigen mesa kdesignerplugin 
qt5-tools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e234b80e70126b8f4f5a96d6aae48a111f2d868d509a92ecb39f2bd9d2049a34'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: step/repos/kde-unstable-x86_64/PKGBUILD (from rev 320793, 
step/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 23:47:34 UTC (rev 320794)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=step
+pkgver=18.03.80
+pkgrel=2
+pkgdesc="Interactive Physical Simulator"
+url="https://kde.org/applications/education/step/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(libqalculate gsl knewstuff khtml kdelibs4support kplotting 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools eigen mesa kdesignerplugin 
qt5-tools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e234b80e70126b8f4f5a96d6aae48a111f2d868d509a92ecb39f2bd9d2049a34'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in step/kde-unstable (PKGBUILD)

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:47:14
  Author: arojas
Revision: 320793

libqalculate 2.3.0 rebuild

Modified:
  step/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 23:43:57 UTC (rev 320792)
+++ PKGBUILD2018-03-31 23:47:14 UTC (rev 320793)
@@ -5,7 +5,7 @@
 
 pkgname=step
 pkgver=18.03.80
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive Physical Simulator"
 url="https://kde.org/applications/education/step/;
 arch=(x86_64)


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:40:49
  Author: arojas
Revision: 320787

archrelease: copy trunk to staging-x86_64

Added:
  step/repos/staging-x86_64/
  step/repos/staging-x86_64/PKGBUILD
(from rev 320786, step/trunk/PKGBUILD)

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

Copied: step/repos/staging-x86_64/PKGBUILD (from rev 320786, 
step/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-31 23:40:49 UTC (rev 320787)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=step
+pkgver=17.12.3
+pkgrel=2
+pkgdesc="Interactive Physical Simulator"
+url="https://kde.org/applications/education/step/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(libqalculate gsl knewstuff khtml kdelibs4support kplotting 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools eigen mesa kdesignerplugin 
qt5-tools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('db10e9dda878fc307dba675bbadf83e49ac5632b5274646f1743a3f097023998'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:40:24
  Author: arojas
Revision: 320786

libqalculate 2.3.0 rebuild

Modified:
  step/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 23:39:03 UTC (rev 320785)
+++ PKGBUILD2018-03-31 23:40:24 UTC (rev 320786)
@@ -5,7 +5,7 @@
 
 pkgname=step
 pkgver=17.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive Physical Simulator"
 url="https://kde.org/applications/education/step/;
 arch=(x86_64)


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:39:03
  Author: arojas
Revision: 320785

archrelease: copy trunk to staging-x86_64

Added:
  cantor/repos/staging-x86_64/
  cantor/repos/staging-x86_64/PKGBUILD
(from rev 320784, cantor/trunk/PKGBUILD)
  cantor/repos/staging-x86_64/cantor-julia-0.6.patch
(from rev 320784, cantor/trunk/cantor-julia-0.6.patch)

+
 PKGBUILD   |   53 +++
 cantor-julia-0.6.patch |   14 
 2 files changed, 67 insertions(+)

Copied: cantor/repos/staging-x86_64/PKGBUILD (from rev 320784, 
cantor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-31 23:39:03 UTC (rev 320785)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=17.12.3
+pkgrel=2
+pkgdesc="KDE Frontend to Mathematical Software"
+url="https://kde.org/applications/education/cantor/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(analitza libspectre kpty ktexteditor knewstuff libqalculate 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python python2 kdoctools luajit r julia)
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend'
+'julia: Julia backend')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 cantor-julia-0.6.patch)
+sha256sums=('5c0cd0e73bea75c234c011baa850ba208739dd40bc29f12209baec4d4a5d5022'
+'SKIP'
+'0d57a2edd7eb2c156ff0dee6c67b6e5679d68f55f2426e77c92f25c2ec3b1f61')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# fix build with julia 0.6
+  patch -p1 -i ../cantor-julia-0.6.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: cantor/repos/staging-x86_64/cantor-julia-0.6.patch (from rev 320784, 
cantor/trunk/cantor-julia-0.6.patch)
===
--- staging-x86_64/cantor-julia-0.6.patch   (rev 0)
+++ staging-x86_64/cantor-julia-0.6.patch   2018-03-31 23:39:03 UTC (rev 
320785)
@@ -0,0 +1,14 @@
+diff --git a/src/backends/julia/juliaserver/juliaserver.cpp 
b/src/backends/julia/juliaserver/juliaserver.cpp
+index dc8a48e5..91c2c338 100644
+--- a/src/backends/julia/juliaserver/juliaserver.cpp
 b/src/backends/julia/juliaserver/juliaserver.cpp
+@@ -40,7 +40,7 @@ JuliaServer::~JuliaServer()
+ void JuliaServer::login(const QString ) const
+ {
+ QString dir_path = QFileInfo(path).dir().absolutePath();
+-jl_init(dir_path.toLatin1().constData());
++jl_init_with_image(dir_path.toLatin1().constData(), NULL);
+ }
+ 
+ void JuliaServer::runJuliaCommand(const QString )
+


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:38:20
  Author: arojas
Revision: 320784

libqalculate 2.3.0 rebuild

Modified:
  cantor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 23:36:15 UTC (rev 320783)
+++ PKGBUILD2018-03-31 23:38:20 UTC (rev 320784)
@@ -5,7 +5,7 @@
 
 pkgname=cantor
 pkgver=17.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Frontend to Mathematical Software"
 url="https://kde.org/applications/education/cantor/;
 arch=(x86_64)


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:36:15
  Author: arojas
Revision: 320783

archrelease: copy trunk to staging-x86_64

Added:
  plasma-workspace/repos/staging-x86_64/
  plasma-workspace/repos/staging-x86_64/PKGBUILD
(from rev 320782, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/staging-x86_64/kde.pam
(from rev 320782, plasma-workspace/trunk/kde.pam)

--+
 PKGBUILD |   90 +
 kde.pam  |9 ++
 2 files changed, 99 insertions(+)

Copied: plasma-workspace/repos/staging-x86_64/PKGBUILD (from rev 320782, 
plasma-workspace/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-31 23:36:15 UTC (rev 320783)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=(plasma-workspace kuiserver plasma-wayland-session)
+pkgver=5.12.4
+pkgrel=2
+pkgdesc='KDE Plasma Workspace'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kjsembed knotifyconfig libksysguard ktexteditor libqalculate 
qt5-tools kde-cli-tools bc
+ xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
xorg-xprop milou prison kwin
+ plasma-integration kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools gpsd baloo appstream-qt krunner 
networkmanager-qt kdesignerplugin)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam
+
plasma-workspace-bbc-weather.patch::"https://cgit.kde.org/plasma-workspace.git/patch/?id=558a29ef;)
+sha256sums=('07d63fc73293d0c1244d67f018e8986a79a7c570b0d5fa92d11a3b20a189c202'
+'SKIP'
+'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739'
+'fce1d27ad9a4ccf1e2acada7da21b190ce0136c2a6abd5e81aa666d22ce07f83')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgbase-$pkgver
+  patch -p1 -i ../plasma-workspace-bbc-weather.patch # Fix BBC weather provider
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-workspace() {
+  depends+=(kuiserver)
+  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
+  'kdepim-addons: displaying PIM events in the calendar'
+  'appmenu-qt4: global menu support for Qt4 applications'
+  'qt5-virtualkeyboard: virtual keyboard support in lock screen'
+  'baloo: Baloo search runner'
+  'appstream-qt: package search runner')
+  provides=(notification-daemon)
+  backup=('etc/pam.d/kde')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
+
+  # Remove conflicts with kuiserver
+  rm "$pkgdir"/usr/bin/kuiserver5
+  rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
+  rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
+  rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
+  rm "$pkgdir"/etc/xdg/kuiserver.categories
+
+  # Split plasma-wayland scripts
+  rm -r "$pkgdir"/usr/share/wayland-sessions
+}
+
+package_kuiserver() {
+  pkgdesc='KDE Progress Info UI server'
+  depends=(kxmlgui)
+
+  cd build/kuiserver
+  make DESTDIR="$pkgdir" install
+}
+
+package_plasma-wayland-session() {
+  pkgdesc='Plasma Wayland session'
+  depends=(plasma-workspace qt5-wayland kwayland-integration 
xorg-server-xwayland)
+  groups=()
+
+  install -Dm644 build/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
+}

Copied: plasma-workspace/repos/staging-x86_64/kde.pam (from rev 320782, 
plasma-workspace/trunk/kde.pam)
===
--- staging-x86_64/kde.pam  (rev 0)
+++ staging-x86_64/kde.pam  2018-03-31 23:36:15 UTC (rev 320783)
@@ -0,0 +1,9 @@
+#%PAM-1.0
+
+authinclude system-login
+
+account include system-login
+
+passwordinclude system-login
+
+session include system-login


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:35:46
  Author: arojas
Revision: 320782

libqalculate 2.3.0 rebuild

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 23:30:34 UTC (rev 320781)
+++ PKGBUILD2018-03-31 23:35:46 UTC (rev 320782)
@@ -7,7 +7,7 @@
 pkgbase=plasma-workspace
 pkgname=(plasma-workspace kuiserver plasma-wayland-session)
 pkgver=5.12.4
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Workspace'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:30:34
  Author: arojas
Revision: 320781

archrelease: copy trunk to staging-x86_64

Added:
  qalculate-gtk/repos/staging-x86_64/
  qalculate-gtk/repos/staging-x86_64/PKGBUILD
(from rev 320780, qalculate-gtk/trunk/PKGBUILD)

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

Copied: qalculate-gtk/repos/staging-x86_64/PKGBUILD (from rev 320780, 
qalculate-gtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-31 23:30:34 UTC (rev 320781)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=qalculate-gtk
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="GNOME frontend for libqalculate"
+arch=('x86_64')
+url="http://qalculate.github.io/;
+license=('GPL')
+depends=('libqalculate' 'gtk3')
+makedepends=('intltool' 'rarian')
+optdepends=('yelp: for displaying the help')
+options=('!makeflags')
+source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('f3e7e52c7865087207e684ed0b8fcdb81e89f15a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:29:50
  Author: arojas
Revision: 320780

Update to 2.3.0

Modified:
  qalculate-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 23:25:47 UTC (rev 320779)
+++ PKGBUILD2018-03-31 23:29:50 UTC (rev 320780)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=qalculate-gtk
-pkgver=2.2.1
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="GNOME frontend for libqalculate"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 optdepends=('yelp: for displaying the help')
 options=('!makeflags')
 
source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('62da0db83cc758830e6a9da85557b952ea60f418')
+sha1sums=('f3e7e52c7865087207e684ed0b8fcdb81e89f15a')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:25:47
  Author: arojas
Revision: 320779

archrelease: copy trunk to staging-x86_64

Added:
  libqalculate/repos/staging-x86_64/
  libqalculate/repos/staging-x86_64/PKGBUILD
(from rev 320778, libqalculate/trunk/PKGBUILD)

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

Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 320778, 
libqalculate/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-31 23:25:47 UTC (rev 320779)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Antonio Rojas 
+
+pkgname=libqalculate
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=(x86_64)
+url="http://qalculate.github.io/;
+license=(GPL)
+depends=(libxml2 curl mpfr)
+makedepends=(intltool)
+optdepends=('gnuplot: for plotting support')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('29335b91b5215dcc384396343b03b2bb99cf4e827b7084f84ac32e6a09661796')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:25:03
  Author: arojas
Revision: 320778

Update to 2.3.0

Modified:
  libqalculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 23:19:09 UTC (rev 320777)
+++ PKGBUILD2018-03-31 23:25:03 UTC (rev 320778)
@@ -3,8 +3,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=libqalculate
-pkgver=2.2.1
-pkgrel=3
+pkgver=2.3.0
+pkgrel=1
 pkgdesc="Multi-purpose desktop calculator"
 arch=(x86_64)
 url="http://qalculate.github.io/;
@@ -13,7 +13,7 @@
 makedepends=(intltool)
 optdepends=('gnuplot: for plotting support')
 
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('1752b6a046eaf84ee62a7dc8d2c874b538517956ce8affac80df09a3b55bef5d')
+sha256sums=('29335b91b5215dcc384396343b03b2bb99cf4e827b7084f84ac32e6a09661796')
 
 build() {
   cd $pkgname-$pkgver


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:21:20
  Author: arojas
Revision: 313663

Update to 14.29.12

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 23:16:31 UTC (rev 313662)
+++ PKGBUILD2018-03-31 23:21:20 UTC (rev 313663)
@@ -3,7 +3,7 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.29.10
+pkgver=14.29.12
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('7f9a9bb5d2430779eb43cc11823248d936a5a712fceddc3a01bab76c79a1512e')
+sha256sums=('7b8d89aea3607fe1f6551688bbc81cd0571b3e19c3886933d456c972aa4ab8d9')
 
 package() {
   cd $pkgname-$pkgver


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:21:52
  Author: arojas
Revision: 313664

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 313663, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 23:21:20 UTC (rev 313663)
+++ PKGBUILD2018-03-31 23:21:52 UTC (rev 313664)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.29.10
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="https://jmol.sourceforge.net;
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('7f9a9bb5d2430779eb43cc11823248d936a5a712fceddc3a01bab76c79a1512e')
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 313663, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 23:21:52 UTC (rev 313664)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.29.12
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="https://jmol.sourceforge.net;
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('7b8d89aea3607fe1f6551688bbc81cd0571b3e19c3886933d456c972aa4ab8d9')
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:19:09
  Author: arojas
Revision: 320777

archrelease: copy trunk to extra-x86_64

Added:
  libmtp/repos/extra-x86_64/PKGBUILD
(from rev 320776, libmtp/trunk/PKGBUILD)
Deleted:
  libmtp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 23:18:35 UTC (rev 320776)
+++ PKGBUILD2018-03-31 23:19:09 UTC (rev 320777)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: damir 
-# Contributor: Kevin Edmonds 
-
-pkgname=libmtp
-pkgver=1.1.14
-pkgrel=1
-pkgdesc="Library implementation of the Media Transfer Protocol"
-arch=(i686 x86_64)
-url="https://libmtp.sourceforge.net;
-license=(LGPL)
-depends=(libusb)
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('3817d3e296be8f1bc527385585780e70984e8e0d6a0d00349240d67e3df412e8'
-'SKIP')
-validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner 

-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-udev=/usr/lib/udev
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libmtp/repos/extra-x86_64/PKGBUILD (from rev 320776, 
libmtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 23:19:09 UTC (rev 320777)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: damir 
+# Contributor: Kevin Edmonds 
+
+pkgname=libmtp
+pkgver=1.1.15
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=(x86_64)
+url="http://libmtp.sourceforge.net;
+license=(LGPL)
+depends=(libusb)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('d040900b46757e311b1fb3bfa8c05db09c8b6811e044bce8c88c9f3f6d3a3021'
+'SKIP')
+validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:18:35
  Author: arojas
Revision: 320776

Update to 1.1.15

Modified:
  libmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 23:06:18 UTC (rev 320775)
+++ PKGBUILD2018-03-31 23:18:35 UTC (rev 320776)
@@ -5,7 +5,7 @@
 # Contributor: Kevin Edmonds 
 
 pkgname=libmtp
-pkgver=1.1.14
+pkgver=1.1.15
 pkgrel=1
 pkgdesc="Library implementation of the Media Transfer Protocol"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 license=(LGPL)
 depends=(libusb)
 
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('3817d3e296be8f1bc527385585780e70984e8e0d6a0d00349240d67e3df412e8'
+sha256sums=('d040900b46757e311b1fb3bfa8c05db09c8b6811e044bce8c88c9f3f6d3a3021'
 'SKIP')
 validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner 

 


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:16:31
  Author: arojas
Revision: 313662

archrelease: copy trunk to community-x86_64

Added:
  singular/repos/community-x86_64/PKGBUILD
(from rev 313661, singular/trunk/PKGBUILD)
Deleted:
  singular/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 23:16:01 UTC (rev 313661)
+++ PKGBUILD2018-03-31 23:16:31 UTC (rev 313662)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=singular
-_majver=4-1-1
-#_patchver=4
-#pkgver=${_majver//-/.}.p${_patchver}
-pkgver=${_majver//-/.}
-pkgrel=3
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(x86_64)
-url="http://www.singular.uni-kl.de/;
-license=(GPL)
-depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-#source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;)
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz;
-
singular-log2.patch::https://github.com/Singular/Sources/commit/0803a180.patch)
-sha256sums=('3792c5707b60c1748298bf47e2277de20303d60563b797372cc0e1eff4bbc583'
-'d985b80da4f0c20eb014093e74f59be7bcb36b25292b8b6c24df180684418489')
-options=(!zipman)
-
-prepare() {
-  cd singular-${_majver//-/.}
-  
-# Rename macro that conflicts with PARI
-  patch -p1 -i ../singular-log2.patch
-}
-
-build() {
-  cd singular-${_majver//-/.}
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd singular-${_majver//-/.}
-  make DESTDIR="$pkgdir" install
-
-  # Fix ownership
-  chown -R root:root "$pkgdir"/usr/share/singular/html "$pkgdir"/usr/share/info
-}

Copied: singular/repos/community-x86_64/PKGBUILD (from rev 313661, 
singular/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 23:16:31 UTC (rev 313662)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=singular
+_majver=4-1-1
+_patchver=1
+pkgver=${_majver//-/.}.p${_patchver}
+#pkgver=${_majver//-/.}
+pkgrel=1
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(x86_64)
+url="http://www.singular.uni-kl.de/;
+license=(GPL)
+depends=(flint cddlib) # polymake
+makedepends=(doxygen python2)
+optdepends=('python2: Python interface')
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;)
+#source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz;)
+sha256sums=('c1596d15b51a0c9b4162f030f21785b6a3ebc8de75645063bdf39f15e8f96f73')
+options=(!zipman)
+
+build() {
+  cd singular-${_majver//-/.}
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd singular-${_majver//-/.}
+  make DESTDIR="$pkgdir" install
+
+  # Fix ownership
+  chown -R root:root "$pkgdir"/usr/share/singular/html "$pkgdir"/usr/share/info
+}


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:16:01
  Author: arojas
Revision: 313661

Update to 4.1.1.p1

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 22:59:06 UTC (rev 313660)
+++ PKGBUILD2018-03-31 23:16:01 UTC (rev 313661)
@@ -4,10 +4,10 @@
 
 pkgname=singular
 _majver=4-1-1
-#_patchver=4
-#pkgver=${_majver//-/.}.p${_patchver}
-pkgver=${_majver//-/.}
-pkgrel=3
+_patchver=1
+pkgver=${_majver//-/.}.p${_patchver}
+#pkgver=${_majver//-/.}
+pkgrel=1
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(x86_64)
 url="http://www.singular.uni-kl.de/;
@@ -15,20 +15,11 @@
 depends=(flint cddlib) # polymake
 makedepends=(doxygen python2)
 optdepends=('python2: Python interface')
-#source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;)
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz;
-
singular-log2.patch::https://github.com/Singular/Sources/commit/0803a180.patch)
-sha256sums=('3792c5707b60c1748298bf47e2277de20303d60563b797372cc0e1eff4bbc583'
-'d985b80da4f0c20eb014093e74f59be7bcb36b25292b8b6c24df180684418489')
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;)
+#source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz;)
+sha256sums=('c1596d15b51a0c9b4162f030f21785b6a3ebc8de75645063bdf39f15e8f96f73')
 options=(!zipman)
 
-prepare() {
-  cd singular-${_majver//-/.}
-  
-# Rename macro that conflicts with PARI
-  patch -p1 -i ../singular-log2.patch
-}
-
 build() {
   cd singular-${_majver//-/.}
   ./configure --prefix=/usr --libexecdir=/usr/lib


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:06:18
  Author: arojas
Revision: 320775

archrelease: copy trunk to extra-x86_64

Added:
  unrar/repos/extra-x86_64/PKGBUILD
(from rev 320774, unrar/trunk/PKGBUILD)
Deleted:
  unrar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 23:05:48 UTC (rev 320774)
+++ PKGBUILD2018-03-31 23:06:18 UTC (rev 320775)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgbase=unrar
-pkgname=(unrar libunrar)
-pkgver=5.6.1
-pkgrel=1
-epoch=1
-arch=(x86_64)
-url="http://www.rarlab.com/rar_add.htm;
-license=(custom)
-source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-sha256sums=('67c339dffa95f6c1bedcca40045e99de5852919dbfaa06e4a9c8f18cd5064e70')
-
-build() {
-  cp -a unrar libunrar
-  make -C libunrar lib
-  make -C unrar STRIP="true"
-}
-
-package_unrar() {
-  pkgdesc="The RAR uncompression program"
-  depends=(gcc-libs)
-  cd unrar
-  install -Dm755 unrar "$pkgdir"/usr/bin/unrar
-  # install license
-  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_libunrar() {
-  pkgdesc="Library and header file for applications that use libunrar"
-  depends=(gcc-libs)
-  cd libunrar
-  install -Dm755 libunrar.so "$pkgdir"/usr/lib/libunrar.so
-  install -Dm644 dll.hpp "$pkgdir"/usr/include/unrar/dll.hpp
-  # install license
-  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: unrar/repos/extra-x86_64/PKGBUILD (from rev 320774, 
unrar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 23:06:18 UTC (rev 320775)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgbase=unrar
+pkgname=(unrar libunrar)
+pkgver=5.6.2
+pkgrel=1
+epoch=1
+arch=(x86_64)
+url="http://www.rarlab.com/rar_add.htm;
+license=(custom)
+source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
+sha256sums=('ce048094764b2377dd60802359c74f03528b6d7defd808cd584443c5fd2de948')
+
+build() {
+  cp -a unrar libunrar
+  make -C libunrar lib
+  make -C unrar STRIP="true"
+}
+
+package_unrar() {
+  pkgdesc="The RAR uncompression program"
+  depends=(gcc-libs)
+  cd unrar
+  install -Dm755 unrar "$pkgdir"/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_libunrar() {
+  pkgdesc="Library and header file for applications that use libunrar"
+  depends=(gcc-libs)
+  cd libunrar
+  install -Dm755 libunrar.so "$pkgdir"/usr/lib/libunrar.so
+  install -Dm644 dll.hpp "$pkgdir"/usr/include/unrar/dll.hpp
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 23:05:48
  Author: arojas
Revision: 320774

Update to 5.6.2

Modified:
  unrar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 22:15:05 UTC (rev 320773)
+++ PKGBUILD2018-03-31 23:05:48 UTC (rev 320774)
@@ -5,7 +5,7 @@
 
 pkgbase=unrar
 pkgname=(unrar libunrar)
-pkgver=5.6.1
+pkgver=5.6.2
 pkgrel=1
 epoch=1
 arch=(x86_64)
@@ -12,7 +12,7 @@
 url="http://www.rarlab.com/rar_add.htm;
 license=(custom)
 source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-sha256sums=('67c339dffa95f6c1bedcca40045e99de5852919dbfaa06e4a9c8f18cd5064e70')
+sha256sums=('ce048094764b2377dd60802359c74f03528b6d7defd808cd584443c5fd2de948')
 
 build() {
   cp -a unrar libunrar


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 22:59:06
  Author: arojas
Revision: 313660

archrelease: copy trunk to community-x86_64

Added:
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 313659, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 313659, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/sdlmame.sh

+
 PKGBUILD   |  144 +--
 sdlmame.sh |  112 ++---
 2 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 22:58:35 UTC (rev 313659)
+++ PKGBUILD2018-03-31 22:59:06 UTC (rev 313660)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: robb_force 
-# Contributor: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.195
-pkgrel=4
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/;
-license=(GPL2)
-arch=(x86_64)
-depends=(sdl2_ttf alsa-lib qt5-base)
-makedepends=(nasm mesa python2 libxinerama)
-source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz; 
sdlmame.sh)
-sha256sums=('b18d0e23ecf6b218c43a6770213c850b3c605ead9d29301de34101ed14c28a57'
-'cecb5c7561f44d9b9721336d3af206a2c7e365840f1d09416e07cda9da1cda82')
-
-build() {
-  cd mame-mame${pkgver/./}
-  make \
-NOWERROR=1 \
-OPTIMIZE=2 \
-PYTHON_EXECUTABLE=/usr/bin/python2 \
-TOOLS=1 \
-ARCHOPTS=-flifetime-dse=1
-}
-
-package() {
-  cd mame-mame${pkgver/./}
-
-  # Install the sdlmame script
-  install -Dm755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-
-  # Install the binaries
-  install -Dm755 mame64 "$pkgdir"/usr/lib/sdlmame/sdlmame
-  for _i in castool chdman imgtool jedutil nltool nlwav pngcmp regrep romcmp 
src2html \
-split srcclean ldverify ldresample; do
-install -m755 $_i -t "$pkgdir"/usr/lib/sdlmame
-  done
-
-  # Install the extra bits
-  install -d "$pkgdir"/usr/share/$pkgname/{artwork,ctrlr,hash,keymaps,shader}
-  install -d "$pkgdir"/usr/share/man/man1
-  install -d "$pkgdir"/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
"$pkgdir"/usr/share/$pkgname/shader/
-  install -m644 docs/man/*.1* "$pkgdir"/usr/share/man/man1/
-  install -m644 docs/man/*.6* "$pkgdir"/usr/share/man/man6/
-
-  cp -a artwork/* "$pkgdir"/usr/share/$pkgname/artwork/
-  install -m644 ctrlr/* "$pkgdir"/usr/share/$pkgname/ctrlr/
-  install -m644 keymaps/* "$pkgdir"/usr/share/$pkgname/keymaps/
-  install -m644 hash/* "$pkgdir"/usr/share/$pkgname/hash/
-  cp -a bgfx "$pkgdir"/usr/share/$pkgname/bgfx
-  cp -a plugins "$pkgdir"/usr/share/$pkgname/plugins
-  cp -a language "$pkgdir"/usr/share/$pkgname/language
-
-  # Include the license
-  install -Dm644 docs/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # FS#28203
-  sed -i 's|KEYCODE_2_PAD|KEYCODE_2PAD|' 
"$pkgdir"/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_4_PAD|KEYCODE_4PAD|' 
"$pkgdir"/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_6_PAD|KEYCODE_6PAD|' 
"$pkgdir"/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_8_PAD|KEYCODE_8PAD|' 
"$pkgdir"/usr/share/sdlmame/ctrlr/*.cfg
-
-  # documentation
-  install -dm0755 "$pkgdir"/usr/share/doc
-  cp -a docs "$pkgdir"/usr/share/doc/$pkgname
-  rm -r "$pkgdir"/usr/share/doc/$pkgname/man
-}

Copied: sdlmame/repos/community-x86_64/PKGBUILD (from rev 313659, 
sdlmame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 22:59:06 UTC (rev 313660)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: robb_force 
+# Contributor: JJDaNiMoTh 
+
+pkgname=sdlmame
+pkgver=0.196
+pkgrel=1
+pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
+url="http://mamedev.org/;
+license=(GPL2)
+arch=(x86_64)
+depends=(sdl2_ttf alsa-lib qt5-base)
+makedepends=(nasm mesa python2 libxinerama)
+source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz; 
sdlmame.sh)
+sha256sums=('fc4436a23d7f2ef0b3c3f600c00745bc468541d0d29bcd3a1e0c599c5c02df7f'
+'cecb5c7561f44d9b9721336d3af206a2c7e365840f1d09416e07cda9da1cda82')
+
+build() {
+  cd mame-mame${pkgver/./}
+  make \
+NOWERROR=1 \
+OPTIMIZE=2 \
+PYTHON_EXECUTABLE=/usr/bin/python2 \
+TOOLS=1 \
+ARCHOPTS=-flifetime-dse=1
+}
+
+package() {
+  cd mame-mame${pkgver/./}
+
+  # Install the sdlmame script
+  install -Dm755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+
+  # Install the 

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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 22:58:35
  Author: arojas
Revision: 313659

Update to 0.196, install bgfx shaders to /usr/lib (FS#58010)

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 22:05:37 UTC (rev 313658)
+++ PKGBUILD2018-03-31 22:58:35 UTC (rev 313659)
@@ -5,8 +5,8 @@
 # Contributor: JJDaNiMoTh 
 
 pkgname=sdlmame
-pkgver=0.195
-pkgrel=4
+pkgver=0.196
+pkgrel=1
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
 url="http://mamedev.org/;
 license=(GPL2)
@@ -14,7 +14,7 @@
 depends=(sdl2_ttf alsa-lib qt5-base)
 makedepends=(nasm mesa python2 libxinerama)
 source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz; 
sdlmame.sh)
-sha256sums=('b18d0e23ecf6b218c43a6770213c850b3c605ead9d29301de34101ed14c28a57'
+sha256sums=('fc4436a23d7f2ef0b3c3f600c00745bc468541d0d29bcd3a1e0c599c5c02df7f'
 'cecb5c7561f44d9b9721336d3af206a2c7e365840f1d09416e07cda9da1cda82')
 
 build() {
@@ -52,7 +52,7 @@
   install -m644 ctrlr/* "$pkgdir"/usr/share/$pkgname/ctrlr/
   install -m644 keymaps/* "$pkgdir"/usr/share/$pkgname/keymaps/
   install -m644 hash/* "$pkgdir"/usr/share/$pkgname/hash/
-  cp -a bgfx "$pkgdir"/usr/share/$pkgname/bgfx
+  cp -a bgfx "$pkgdir"/usr/lib/$pkgname/bgfx
   cp -a plugins "$pkgdir"/usr/share/$pkgname/plugins
   cp -a language "$pkgdir"/usr/share/$pkgname/language
 


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 22:15:05
  Author: arojas
Revision: 320773

archrelease: copy trunk to extra-x86_64

Added:
  qbs/repos/extra-x86_64/PKGBUILD
(from rev 320772, qbs/trunk/PKGBUILD)
Deleted:
  qbs/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 22:14:35 UTC (rev 320772)
+++ PKGBUILD2018-03-31 22:15:05 UTC (rev 320773)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Antonio Rojas 
-# Contributor: Donald Carr 
-# Contributor: Jake Petroules 
-
-pkgname=qbs
-pkgver=1.11.0
-pkgrel=2
-pkgdesc='Cross platform build tool'
-arch=(x86_64)
-url='https://wiki.qt.io/Qbs'
-license=(LGPL)
-depends=(qt5-script)
-source=(http://download.qt.io/official_releases/qbs/${pkgver}/qbs-src-${pkgver}.tar.gz)
-sha256sums=('6ce30c468e688f6843468324a34a7191409b471c3ff6f3e834ef8bfa7b3467cd')
-
-build() {
-  cd $pkgname-src-$pkgver
-  qmake QBS_INSTALL_PREFIX=/usr \
-CONFIG+=qbs_enable_project_file_updates \
-QBS_LIBEXEC_INSTALL_DIR=/usr/lib/qbs \
-qbs.pro
-  make
-}
-
-package() {
-  cd $pkgname-src-$pkgver
-  INSTALL_ROOT="$pkgdir" make install
-
-  # For some reason they don't install all the headers so we'll have to do that
-  # by hand.
-  cp src/lib/corelib/tools/*.h "$pkgdir"/usr/include/qbs/tools/
-}

Copied: qbs/repos/extra-x86_64/PKGBUILD (from rev 320772, qbs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 22:15:05 UTC (rev 320773)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Donald Carr 
+# Contributor: Jake Petroules 
+
+pkgname=qbs
+pkgver=1.11.0
+pkgrel=3
+pkgdesc='Cross platform build tool'
+arch=(x86_64)
+url='https://wiki.qt.io/Qbs'
+license=(LGPL)
+depends=(qt5-script)
+source=(http://download.qt.io/official_releases/qbs/${pkgver}/qbs-src-${pkgver}.tar.gz)
+sha256sums=('6ce30c468e688f6843468324a34a7191409b471c3ff6f3e834ef8bfa7b3467cd')
+
+build() {
+  cd $pkgname-src-$pkgver
+  qmake QBS_INSTALL_PREFIX=/usr \
+CONFIG+=qbs_enable_project_file_updates \
+QBS_LIBEXEC_INSTALL_DIR=/usr/lib/qbs \
+QBS_LIBEXEC_DESTDIR=../../../lib/qbs \
+QBS_RELATIVE_LIBEXEC_PATH=../lib/qbs \
+qbs.pro
+  make
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+  INSTALL_ROOT="$pkgdir" make install
+
+  # For some reason they don't install all the headers so we'll have to do that
+  # by hand.
+  cp src/lib/corelib/tools/*.h "$pkgdir"/usr/include/qbs/tools/
+}


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 22:14:35
  Author: arojas
Revision: 320772

Fix libexec (FS#58036)

Modified:
  qbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 22:11:24 UTC (rev 320771)
+++ PKGBUILD2018-03-31 22:14:35 UTC (rev 320772)
@@ -5,7 +5,7 @@
 
 pkgname=qbs
 pkgver=1.11.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Cross platform build tool'
 arch=(x86_64)
 url='https://wiki.qt.io/Qbs'
@@ -19,6 +19,8 @@
   qmake QBS_INSTALL_PREFIX=/usr \
 CONFIG+=qbs_enable_project_file_updates \
 QBS_LIBEXEC_INSTALL_DIR=/usr/lib/qbs \
+QBS_LIBEXEC_DESTDIR=../../../lib/qbs \
+QBS_RELATIVE_LIBEXEC_PATH=../lib/qbs \
 qbs.pro
   make
 }


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 22:11:24
  Author: arojas
Revision: 320771

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 320770, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 320770, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  282 +++---
 arch-fonts.diff |  214 
 2 files changed, 248 insertions(+), 248 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 22:10:59 UTC (rev 320770)
+++ PKGBUILD2018-03-31 22:11:24 UTC (rev 320771)
@@ -1,141 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.7.27
-pkgrel=2
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('543776f09d69e3ca29b1b83a9c0223185ba26bec673593840b4d7face6ea253b'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc \
---without-jbig
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_libmagick() {
-  pkgdesc+=" (library)"
-  optdepends=('ghostscript: PS/PDF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split 'imagemagick'
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-}
-
-package_imagemagick() {
-  depends=("libmagick=$pkgver-$pkgrel")
-  optdepends=('imagemagick-doc: manual and API docs')
-  options=('!emptydirs')
-
-  mv binpkg/* "$pkgdir"
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-_perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-_perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-  depends=()
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 

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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 22:10:59
  Author: arojas
Revision: 320770

Update to 7.0.7.28

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 21:03:29 UTC (rev 320769)
+++ PKGBUILD2018-03-31 22:10:59 UTC (rev 320770)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick
 pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.7.27
-pkgrel=2
+pkgver=7.0.7.28
+pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
 arch=(x86_64)
@@ -17,7 +17,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('543776f09d69e3ca29b1b83a9c0223185ba26bec673593840b4d7face6ea253b'
+sha256sums=('e8311c2dd536367808a633aa3f4f0f6b1a34d04ed06b3db59c21d43cab41d4ce'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2018-03-31 Thread David Runge via arch-commits
Date: Saturday, March 31, 2018 @ 22:05:37
  Author: dvzrv
Revision: 313658

archrelease: copy trunk to community-testing-x86_64

Added:
  rt-tests/repos/community-testing-x86_64/
  rt-tests/repos/community-testing-x86_64/PKGBUILD
(from rev 313657, rt-tests/trunk/PKGBUILD)
  rt-tests/repos/community-testing-x86_64/use-the-ftrace-hwlatdetector.patch
(from rev 313657, rt-tests/trunk/use-the-ftrace-hwlatdetector.patch)

+
 PKGBUILD   |   33 ++
 use-the-ftrace-hwlatdetector.patch |  539 +++
 2 files changed, 572 insertions(+)

Copied: rt-tests/repos/community-testing-x86_64/PKGBUILD (from rev 313657, 
rt-tests/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-31 22:05:37 UTC (rev 313658)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+# Contributor: Joakim Hernberg 
+
+pkgname=rt-tests
+pkgver=1.1
+pkgrel=2
+pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
+arch=('x86_64')
+url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;
+license=('GPL2')
+depends=('python2' 'numactl')
+source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-1.1.tar.gz;
+'use-the-ftrace-hwlatdetector.patch')
+sha512sums=('2698bf131b21e9e632ffb4605d965f0e1158b5b3c332c9b8ca71f34a2eeb72cc5c5a18932aaf8ce9e5d03b8a81330d0e8306b99f321852b1234a80f7bf8fce2c'
+
'7ecf0a90cc9b37d3faf6572f33877f2e361c3d14959c8cec21a562fb01e75141e97be236b41076174c3d5353b9820f59e2e02f6d8e40af90f97e70abf4790470')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  sed -i s/'shell python'/'shell python2'/ Makefile
+  sed -i 's/python/python2/' src/hwlatdetect/hwlatdetect.py
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -vDm 644 {MAINTAINERS,README.markdown} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: 
rt-tests/repos/community-testing-x86_64/use-the-ftrace-hwlatdetector.patch 
(from rev 313657, rt-tests/trunk/use-the-ftrace-hwlatdetector.patch)
===
--- community-testing-x86_64/use-the-ftrace-hwlatdetector.patch 
(rev 0)
+++ community-testing-x86_64/use-the-ftrace-hwlatdetector.patch 2018-03-31 
22:05:37 UTC (rev 313658)
@@ -0,0 +1,539 @@
+diff --git a/src/hwlatdetect/hwlatdetect.py b/src/hwlatdetect/hwlatdetect.py
+index e08c798..6c6687f 100755
+--- a/src/hwlatdetect/hwlatdetect.py
 b/src/hwlatdetect/hwlatdetect.py
+@@ -1,6 +1,6 @@
+ #!/usr/bin/python
+ 
+-# (C) 2015 Clark Williams 
++# (C) 2015,2016 Clark Williams 
+ # (C) 2009 Clark Williams 
+ #
+ # This program is free software; you can redistribute it and/or
+@@ -16,7 +16,7 @@ import subprocess
+ import errno
+ import os.path
+ 
+-version = "0.6"
++version = "0.7"
+ debugging = False
+ quiet = False
+ watch = False
+@@ -113,87 +113,81 @@ class DebugFS(object):
+ # leave it alone when cleaning up.
+ #
+ class Kmod(object):
+-''' class to manage loading and unloading hwlat.ko'''
++''' class to manage loading and unloading of kernel modules'''
+ 
+ names = ("hwlat_detector", "smi_detector")
+ def __check_builtin(self):
+ for l in open(os.path.join('/lib/modules', os.uname()[2], 
'modules.builtin'), "r"):
+-for m in Kmod.names:
+-if m in l:
+-debug("found %s as builtin" % m)
+-return m
+-return None
+-
+-def __find_modname(self):
+-debug("looking for modules")
++if self.name in l:
++debug("found %s as builtin" % self.namename)
++return True
++return False
++
++def __find_module(self):
++debug("looking for module %s" % self.name)
+ path = os.path.join("/lib/modules",
+ os.uname()[2],
+ "kernel/drivers/misc")
+ debug("module path: %s" % path)
+-for m in Kmod.names:
+-mpath = os.path.join(path, m) + ".ko"
+-debug("checking %s" % mpath)
+-if os.path.exists(mpath):
+-return m
+-raise RuntimeError("no detector module found!")
++mpath = os.path.join(path, self.name) + ".ko"
++debug("checking %s" % mpath)
++if os.path.exists(mpath):
++return True
++return False
+ 
+-def __init__(self):
++def __init__(self, name):
++if name not in Kmod.names:
++raise RuntimeError, "unsupported module name: %s" % name
++self.name = name
+ self.preloaded = False
+ self.builtin = False
+ 
+ # check 

[arch-commits] Commit in (5 files)

2018-03-31 Thread David Runge via arch-commits
Date: Saturday, March 31, 2018 @ 22:03:51
  Author: dvzrv
Revision: 313657

Adding rt-tests 1.1

Added:
  rt-tests/
  rt-tests/repos/
  rt-tests/trunk/
  rt-tests/trunk/PKGBUILD
  rt-tests/trunk/use-the-ftrace-hwlatdetector.patch

+
 PKGBUILD   |   33 ++
 use-the-ftrace-hwlatdetector.patch |  539 +++
 2 files changed, 572 insertions(+)

Added: rt-tests/trunk/PKGBUILD
===
--- rt-tests/trunk/PKGBUILD (rev 0)
+++ rt-tests/trunk/PKGBUILD 2018-03-31 22:03:51 UTC (rev 313657)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+# Contributor: Joakim Hernberg 
+
+pkgname=rt-tests
+pkgver=1.1
+pkgrel=2
+pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
+arch=('x86_64')
+url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;
+license=('GPL2')
+depends=('python2' 'numactl')
+source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-1.1.tar.gz;
+'use-the-ftrace-hwlatdetector.patch')
+sha512sums=('2698bf131b21e9e632ffb4605d965f0e1158b5b3c332c9b8ca71f34a2eeb72cc5c5a18932aaf8ce9e5d03b8a81330d0e8306b99f321852b1234a80f7bf8fce2c'
+
'7ecf0a90cc9b37d3faf6572f33877f2e361c3d14959c8cec21a562fb01e75141e97be236b41076174c3d5353b9820f59e2e02f6d8e40af90f97e70abf4790470')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  sed -i s/'shell python'/'shell python2'/ Makefile
+  sed -i 's/python/python2/' src/hwlatdetect/hwlatdetect.py
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -vDm 644 {MAINTAINERS,README.markdown} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


Property changes on: rt-tests/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: rt-tests/trunk/use-the-ftrace-hwlatdetector.patch
===
--- rt-tests/trunk/use-the-ftrace-hwlatdetector.patch   
(rev 0)
+++ rt-tests/trunk/use-the-ftrace-hwlatdetector.patch   2018-03-31 22:03:51 UTC 
(rev 313657)
@@ -0,0 +1,539 @@
+diff --git a/src/hwlatdetect/hwlatdetect.py b/src/hwlatdetect/hwlatdetect.py
+index e08c798..6c6687f 100755
+--- a/src/hwlatdetect/hwlatdetect.py
 b/src/hwlatdetect/hwlatdetect.py
+@@ -1,6 +1,6 @@
+ #!/usr/bin/python
+ 
+-# (C) 2015 Clark Williams 
++# (C) 2015,2016 Clark Williams 
+ # (C) 2009 Clark Williams 
+ #
+ # This program is free software; you can redistribute it and/or
+@@ -16,7 +16,7 @@ import subprocess
+ import errno
+ import os.path
+ 
+-version = "0.6"
++version = "0.7"
+ debugging = False
+ quiet = False
+ watch = False
+@@ -113,87 +113,81 @@ class DebugFS(object):
+ # leave it alone when cleaning up.
+ #
+ class Kmod(object):
+-''' class to manage loading and unloading hwlat.ko'''
++''' class to manage loading and unloading of kernel modules'''
+ 
+ names = ("hwlat_detector", "smi_detector")
+ def __check_builtin(self):
+ for l in open(os.path.join('/lib/modules', os.uname()[2], 
'modules.builtin'), "r"):
+-for m in Kmod.names:
+-if m in l:
+-debug("found %s as builtin" % m)
+-return m
+-return None
+-
+-def __find_modname(self):
+-debug("looking for modules")
++if self.name in l:
++debug("found %s as builtin" % self.namename)
++return True
++return False
++
++def __find_module(self):
++debug("looking for module %s" % self.name)
+ path = os.path.join("/lib/modules",
+ os.uname()[2],
+ "kernel/drivers/misc")
+ debug("module path: %s" % path)
+-for m in Kmod.names:
+-mpath = os.path.join(path, m) + ".ko"
+-debug("checking %s" % mpath)
+-if os.path.exists(mpath):
+-return m
+-raise RuntimeError("no detector module found!")
++mpath = os.path.join(path, self.name) + ".ko"
++debug("checking %s" % mpath)
++if os.path.exists(mpath):
++return True
++return False
+ 
+-def __init__(self):
++def __init__(self, name):
++if name not in Kmod.names:
++raise RuntimeError, "unsupported module name: %s" % name
++self.name = name
+ self.preloaded = False
+ self.builtin = False
+ 
+ # check for builtin
+-self.modname = self.__check_builtin()
+-if self.modname:
++if self.__check_builtin():
+ self.builtin = True
+ return
+ 
+-# now look for 

[arch-commits] Commit in mysql-workbench/trunk (0007-gdal-json-c-0-13.patch PKGBUILD)

2018-03-31 Thread Christian Hesse via arch-commits
Date: Saturday, March 31, 2018 @ 22:00:56
  Author: eworm
Revision: 313656

update bundled gdal

Modified:
  mysql-workbench/trunk/PKGBUILD
Deleted:
  mysql-workbench/trunk/0007-gdal-json-c-0-13.patch

-+
 0007-gdal-json-c-0-13.patch |  111 --
 PKGBUILD|   11 
 2 files changed, 2 insertions(+), 120 deletions(-)

Deleted: 0007-gdal-json-c-0-13.patch
===
--- 0007-gdal-json-c-0-13.patch 2018-03-31 21:55:59 UTC (rev 313655)
+++ 0007-gdal-json-c-0-13.patch 2018-03-31 22:00:56 UTC (rev 313656)
@@ -1,111 +0,0 @@
-From 05a1fd773c8f418ee9765465fc4863c1d6472a4c Mon Sep 17 00:00:00 2001
-From: Even Rouault 
-Date: Fri, 5 Jan 2018 18:08:49 +
-Subject: [PATCH] =?UTF-8?q?Add=20support=20for=20json-c=20v0.13=20(patch?=
- =?UTF-8?q?=20by=20Bj=C3=B6rn=20Esser,=20fixes=20=E2=80=8Bhttps://github.c?=
- =?UTF-8?q?om/OSGeo/gdal/pull/277,=20backport=20of=20r41043,=20fixes=20#71?=
- =?UTF-8?q?95)?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-git-svn-id: https://svn.osgeo.org/gdal/branches/2.2@41200 
f0d54148-0727-0410-94bb-9a71ac55c965

- gdal/ogr/ogrsf_frmts/geojson/ogrgeojsonwriter.cpp | 30 +--
- 1 file changed, 22 insertions(+), 8 deletions(-)
-
-diff --git a/gdal/ogr/ogrsf_frmts/geojson/ogrgeojsonwriter.cpp 
b/gdal/ogr/ogrsf_frmts/geojson/ogrgeojsonwriter.cpp
-index fdf4b77b459..f8937885c76 100644
 a/gdal/ogr/ogrsf_frmts/geojson/ogrgeojsonwriter.cpp
-+++ b/gdal/ogr/ogrsf_frmts/geojson/ogrgeojsonwriter.cpp
-@@ -27,12 +27,18 @@
-  * DEALINGS IN THE SOFTWARE.
-  /
- 
-+#define JSON_C_VER_013 (13 << 8)
-+
- #include "ogrgeojsonwriter.h"
- #include "ogrgeojsonutils.h"
- #include "ogr_geojson.h"
- #include "ogrgeojsonreader.h"
- #include   // JSON-C
-+
-+#if (!defined(JSON_C_VERSION_NUM)) || (JSON_C_VERSION_NUM < JSON_C_VER_013)
- #include 
-+#endif
-+
- #include 
- #include 
- #include 
-@@ -1381,13 +1387,17 @@ static int OGR_json_double_with_precision_to_string( 
struct json_object *jso,
- {
- // TODO(schwehr): Explain this casting.
- const int nPrecision =
-+#if (!defined(JSON_C_VERSION_NUM)) || (JSON_C_VERSION_NUM < JSON_C_VER_013)
- static_cast(reinterpret_cast(jso->_userdata));
-+#else
-+
static_cast(reinterpret_cast(json_object_get_userdata(jso)));
-+#endif
- char szBuffer[75] = {};
--OGRFormatDouble( szBuffer, sizeof(szBuffer), jso->o.c_double, '.',
-+OGRFormatDouble( szBuffer, sizeof(szBuffer), json_object_get_double(jso), 
'.',
-  (nPrecision < 0) ? 15 : nPrecision );
- if( szBuffer[0] == 't' /*oobig */ )
- {
--CPLsnprintf(szBuffer, sizeof(szBuffer), "%.18g", jso->o.c_double);
-+CPLsnprintf(szBuffer, sizeof(szBuffer), "%.18g", 
json_object_get_double(jso));
- }
- return printbuf_memappend(pb, szBuffer, 
static_cast(strlen(szBuffer)));
- }
-@@ -1417,11 +1427,11 @@ OGR_json_double_with_significant_figures_to_string( 
struct json_object *jso,
- {
- char szBuffer[75] = {};
- int nSize = 0;
--if( CPLIsNan(jso->o.c_double))
-+if( CPLIsNan(json_object_get_double(jso)))
- nSize = CPLsnprintf(szBuffer, sizeof(szBuffer), "NaN");
--else if( CPLIsInf(jso->o.c_double) )
-+else if( CPLIsInf(json_object_get_double(jso)) )
- {
--if( jso->o.c_double > 0 )
-+if( json_object_get_double(jso) > 0 )
- nSize = CPLsnprintf(szBuffer, sizeof(szBuffer), "Infinity");
- else
- nSize = CPLsnprintf(szBuffer, sizeof(szBuffer), "-Infinity");
-@@ -1429,13 +1439,17 @@ OGR_json_double_with_significant_figures_to_string( 
struct json_object *jso,
- else
- {
- char szFormatting[32] = {};
-+#if (!defined(JSON_C_VERSION_NUM)) || (JSON_C_VERSION_NUM < JSON_C_VER_013)
- const int nSignificantFigures = (int) (GUIntptr_t) jso->_userdata;
-+#else
-+const int nSignificantFigures = (int) (GUIntptr_t) 
json_object_get_userdata(jso);
-+#endif
- const int nInitialSignificantFigures =
- nSignificantFigures >= 0 ? nSignificantFigures : 17;
- CPLsnprintf(szFormatting, sizeof(szFormatting),
- "%%.%dg", nInitialSignificantFigures);
- nSize = CPLsnprintf(szBuffer, sizeof(szBuffer),
--szFormatting, jso->o.c_double);
-+szFormatting, json_object_get_double(jso));
- const char* pszDot = NULL;
- if( nSize+2 < static_cast(sizeof(szBuffer)) &&
- (pszDot = strchr(szBuffer, '.')) == NULL )
-@@ -1457,7 +1471,7 @@ OGR_json_double_with_significant_figures_to_string( 
struct json_object *jso,
- CPLsnprintf(szFormatting, sizeof(szFormatting),
- "%%.%dg", 

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

2018-03-31 Thread David Runge via arch-commits
Date: Saturday, March 31, 2018 @ 21:55:59
  Author: dvzrv
Revision: 313655

archrelease: copy trunk to community-testing-x86_64

Added:
  zam-plugins/repos/community-testing-x86_64/
  zam-plugins/repos/community-testing-x86_64/PKGBUILD
(from rev 313654, zam-plugins/trunk/PKGBUILD)

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

Copied: zam-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 313654, 
zam-plugins/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-31 21:55:59 UTC (rev 313655)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+pkgname=zam-plugins
+pkgver=3.10
+pkgrel=3
+pkgdesc="Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality 
processing"
+arch=('x86_64')
+url="https://github.com/zamaudio/zam-plugins;
+license=('GPL2')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('fftw' 'libglvnd' 'jack' 'liblo' 'zita-convolver')
+makedepends=('git' 'ladspa' 'libx11' 'libgl' 'liblo' 'lv2')
+source=("$pkgname-$pkgver::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver};
+"git+https://github.com/distrho/dpf.git;)
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  git submodule init
+  git config submodule.dpf.url "${srcdir}/dpf"
+  git submodule update
+  # use system zita-convolver
+  sed -e 
's|\"../../lib/zita-convolver-3.1.0/zita-convolver.h\"||' \
+-i plugins/Zam{Verb,HeadX2}/convolution.{cpp,hpp}
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX='/usr' install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {README.md,changelog}
+}


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

2018-03-31 Thread Baptiste Jonglez via arch-commits
Date: Saturday, March 31, 2018 @ 21:53:08
  Author: zorun
Revision: 313654

archrelease: copy trunk to community-x86_64

Added:
  remake/repos/community-x86_64/PKGBUILD
(from rev 313653, remake/trunk/PKGBUILD)
Deleted:
  remake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 21:52:53 UTC (rev 313653)
+++ PKGBUILD2018-03-31 21:53:08 UTC (rev 313654)
@@ -1,30 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Based on extra/make
-
-pkgname=remake
-pkgver=4.2.1+dbg1.1
-pkgrel=1
-pkgdesc="Enhanced GNU Make - tracing, error reporting, debugging, profiling 
and more"
-arch=('i686' 'x86_64')
-url="http://bashdb.sourceforge.net/remake/;
-license=('GPL3')
-depends=('glibc' 'guile')
-source=("https://sourceforge.net/projects/bashdb/files/remake/4.2%2Bdbg-1.1/remake-4.2.1%2Bdbg1.1.tar.bz2;)
-sha256sums=('fdfbbceb8d1a20062d060a3498d5c86151ec1b5d9b5145379a1e6fba27f13d7b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  mv "$pkgdir/usr/include/gnumake.h" "$pkgdir/usr/include/remake.h"
-}

Copied: remake/repos/community-x86_64/PKGBUILD (from rev 313653, 
remake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 21:53:08 UTC (rev 313654)
@@ -0,0 +1,31 @@
+# Maintainer: Baptiste Jonglez 
+# Based on extra/make
+
+pkgname=remake
+_remakever="dbg-1.4"
+pkgver=4.2.1+dbg1.4
+pkgrel=1
+pkgdesc="Enhanced GNU Make - tracing, error reporting, debugging, profiling 
and more"
+arch=('x86_64')
+url="http://bashdb.sourceforge.net/remake/;
+license=('GPL3')
+depends=('glibc' 'guile')
+source=("https://sourceforge.net/projects/bashdb/files/remake/4.2%2B${_remakever}/remake-4.2.1%2B${_remakever}.tar.bz2;)
+sha256sums=('55df3b2586ab90ac0983a049f1911c4a1d9b68f7715c69768fbb0405e96a0e7b')
+
+prepare() {
+  cd "${pkgname}-4.2.1+${_remakever}"
+  autoreconf -fi
+}
+
+build() {
+  cd "${pkgname}-4.2.1+${_remakever}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-4.2.1+${_remakever}"
+  make DESTDIR=${pkgdir} install
+  rm "$pkgdir"/usr/share/info/make.info{,-1,-2}
+}


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

2018-03-31 Thread Baptiste Jonglez via arch-commits
Date: Saturday, March 31, 2018 @ 21:52:53
  Author: zorun
Revision: 313653

upgpkg: remake 4.2.1+dbg1.4-1

Modified:
  remake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 21:51:17 UTC (rev 313652)
+++ PKGBUILD2018-03-31 21:52:53 UTC (rev 313653)
@@ -2,7 +2,8 @@
 # Based on extra/make
 
 pkgname=remake
-pkgver=4.2.1+dbg1.1
+_remakever="dbg-1.4"
+pkgver=4.2.1+dbg1.4
 pkgrel=1
 pkgdesc="Enhanced GNU Make - tracing, error reporting, debugging, profiling 
and more"
 arch=('x86_64')
@@ -9,22 +10,22 @@
 url="http://bashdb.sourceforge.net/remake/;
 license=('GPL3')
 depends=('glibc' 'guile')
-source=("https://sourceforge.net/projects/bashdb/files/remake/4.2%2Bdbg-1.1/remake-4.2.1%2Bdbg1.1.tar.bz2;)
-sha256sums=('fdfbbceb8d1a20062d060a3498d5c86151ec1b5d9b5145379a1e6fba27f13d7b')
+source=("https://sourceforge.net/projects/bashdb/files/remake/4.2%2B${_remakever}/remake-4.2.1%2B${_remakever}.tar.bz2;)
+sha256sums=('55df3b2586ab90ac0983a049f1911c4a1d9b68f7715c69768fbb0405e96a0e7b')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}-4.2.1+${_remakever}"
   autoreconf -fi
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}-4.2.1+${_remakever}"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}-4.2.1+${_remakever}"
   make DESTDIR=${pkgdir} install
-  mv "$pkgdir/usr/include/gnumake.h" "$pkgdir/usr/include/remake.h"
+  rm "$pkgdir"/usr/share/info/make.info{,-1,-2}
 }


[arch-commits] Commit in (4 files)

2018-03-31 Thread David Runge via arch-commits
Date: Saturday, March 31, 2018 @ 21:51:17
  Author: dvzrv
Revision: 313652

Adding zam-plugins 3.10.

Added:
  zam-plugins/
  zam-plugins/repos/
  zam-plugins/trunk/
  zam-plugins/trunk/PKGBUILD

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

Added: zam-plugins/trunk/PKGBUILD
===
--- zam-plugins/trunk/PKGBUILD  (rev 0)
+++ zam-plugins/trunk/PKGBUILD  2018-03-31 21:51:17 UTC (rev 313652)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+pkgname=zam-plugins
+pkgver=3.10
+pkgrel=3
+pkgdesc="Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality 
processing"
+arch=('x86_64')
+url="https://github.com/zamaudio/zam-plugins;
+license=('GPL2')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('fftw' 'libglvnd' 'jack' 'liblo' 'zita-convolver')
+makedepends=('git' 'ladspa' 'libx11' 'libgl' 'liblo' 'lv2')
+source=("$pkgname-$pkgver::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver};
+"git+https://github.com/distrho/dpf.git;)
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  git submodule init
+  git config submodule.dpf.url "${srcdir}/dpf"
+  git submodule update
+  # use system zita-convolver
+  sed -e 
's|\"../../lib/zita-convolver-3.1.0/zita-convolver.h\"||' \
+-i plugins/Zam{Verb,HeadX2}/convolution.{cpp,hpp}
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX='/usr' install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {README.md,changelog}
+}


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


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

2018-03-31 Thread David Runge via arch-commits
Date: Saturday, March 31, 2018 @ 21:40:52
  Author: dvzrv
Revision: 313651

archrelease: copy trunk to community-testing-x86_64

Added:
  zynaddsubfx/repos/community-testing-x86_64/
  zynaddsubfx/repos/community-testing-x86_64/PKGBUILD
(from rev 313650, zynaddsubfx/trunk/PKGBUILD)

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

Copied: zynaddsubfx/repos/community-testing-x86_64/PKGBUILD (from rev 313650, 
zynaddsubfx/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-31 21:40:52 UTC (rev 313651)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Sergej Pupykin 
+# Contributor: SpepS 
+# Contributor: Ionut Biru 
+# Contributor: DonVla 
+
+pkgname=zynaddsubfx
+pkgver=3.0.3
+pkgrel=2
+pkgdesc="Opensource software synthesizer capable of making a countless number 
of instruments."
+arch=('x86_64')
+url="http://zynaddsubfx.sourceforge.net;
+license=('GPL2')
+depends=('fftw' 'hicolor-icon-theme' 'lash' 'liblo' 'libxpm' 'mxml' 'ntk' 
'portaudio')
+makedepends=('asciidoc' 'cmake' 'doxygen' 'gnuplot' 'dblatex' 'imagemagick' 
'ghostscript' 'texlive-pstricks')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('e60e22656388d444114959859c12014ec79d7ba555b0d217ad98ad06e273916eea0eee521bb9dbfdef5be34205280d355b44a8f15760eeff06b16410d560b5d7')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  mkdir -vp build
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/build"
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDefaultOutput=jack \
+-DDefaultInput=jack \
+-DGuiModule=ntk \
+..
+  make
+  # build documentation
+  cd ../doc
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}/" install
+  # banks and examples
+  install -vd "${pkgdir}/usr/share/${pkgname}"
+  cp -va ../instruments/banks "${pkgdir}/usr/share/${pkgname}"
+  cp -va ../instruments/examples "${pkgdir}/usr/share/${pkgname}"
+  # icons
+  install -vDm 644 "../${pkgname}.ico" \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.ico"
+  install -vDm 644 "../${pkgname}.svg" \
+"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+  # man page
+  install -vDm 644 "../doc/${pkgname}.1" \
+"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  # documentation
+  install -vDm 644 "../doc/${pkgname}.html" \
+"${pkgdir}/usr/share/doc/${pkgname}/${pkgname}.html"
+  install -vDm 644 "../doc/${pkgname}.pdf" \
+"${pkgdir}/usr/share/doc/${pkgname}/${pkgname}.pdf"
+  cp -va ../doc/images "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2018-03-31 Thread David Runge via arch-commits
Date: Saturday, March 31, 2018 @ 21:40:45
  Author: dvzrv
Revision: 313650

upgpkg: zynaddsubfx 3.0.3-2

Using ntk instead of fltk. Removing incompatible external programs.
Adding hicolor-icon-theme to depends. Introducing linebreaks.

Modified:
  zynaddsubfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 21:30:16 UTC (rev 313649)
+++ PKGBUILD2018-03-31 21:40:45 UTC (rev 313650)
@@ -7,61 +7,55 @@
 
 pkgname=zynaddsubfx
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Opensource software synthesizer capable of making a countless number 
of instruments."
 arch=('x86_64')
 url="http://zynaddsubfx.sourceforge.net;
 license=('GPL2')
-depends=('fltk' 'portaudio' 'fftw' 'lash' 'mxml' 'libxpm' 'liblo')
+depends=('fftw' 'hicolor-icon-theme' 'lash' 'liblo' 'libxpm' 'mxml' 'ntk' 
'portaudio')
 makedepends=('asciidoc' 'cmake' 'doxygen' 'gnuplot' 'dblatex' 'imagemagick' 
'ghostscript' 'texlive-pstricks')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
 
sha512sums=('e60e22656388d444114959859c12014ec79d7ba555b0d217ad98ad06e273916eea0eee521bb9dbfdef5be34205280d355b44a8f15760eeff06b16410d560b5d7')
 
-build() {
+prepare() {
   cd "${pkgname}-${pkgver}"
+  mkdir -vp build
+}
 
-  [ -d build ] || mkdir build && cd build
+build() {
+  cd "${pkgname}-${pkgver}/build"
+
   cmake \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DDefaultOutput=jack \
 -DDefaultInput=jack \
--DGuiModule=fltk \
+-DGuiModule=ntk \
 ..
   make
-
-  # build external programs
-  cd ../ExternalPrograms/Spliter && make
-  cd ../Controller && make
-
   # build documentation
-  cd ../../doc
+  cd ../doc
   make
 }
 
 package() {
   cd "${pkgname}-${pkgver}/build"
-
   make DESTDIR="${pkgdir}/" install
-
-  # install external programs
-  install -Dm755 ../ExternalPrograms/Spliter/spliter 
"${pkgdir}/usr/bin/spliter"
-  install -Dm755 ../ExternalPrograms/Controller/controller 
"${pkgdir}/usr/bin/controller"
-  install -Dm644 ../ExternalPrograms/Spliter/readme.txt 
"${pkgdir}/usr/share/doc/${pkgname}/SPLITER.txt"
-
   # banks and examples
-  install -d "${pkgdir}/usr/share/${pkgname}"
-  cp -a ../instruments/banks "${pkgdir}/usr/share/${pkgname}"
-  cp -a ../instruments/examples "${pkgdir}/usr/share/${pkgname}"
-
+  install -vd "${pkgdir}/usr/share/${pkgname}"
+  cp -va ../instruments/banks "${pkgdir}/usr/share/${pkgname}"
+  cp -va ../instruments/examples "${pkgdir}/usr/share/${pkgname}"
   # icons
-  install -Dm644 "../${pkgname}.ico" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.ico"
-  install -Dm644 "../${pkgname}.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-
+  install -vDm 644 "../${pkgname}.ico" \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.ico"
+  install -vDm 644 "../${pkgname}.svg" \
+"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
   # man page
-  install -Dm644 "../doc/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-
+  install -vDm 644 "../doc/${pkgname}.1" \
+"${pkgdir}/usr/share/man/man1/${pkgname}.1"
   # documentation
-  install -Dm644 "../doc/${pkgname}.html" 
"${pkgdir}/usr/share/doc/${pkgname}/${pkgname}.html"
-  install -Dm644 "../doc/${pkgname}.pdf" 
"${pkgdir}/usr/share/doc/${pkgname}/${pkgname}.pdf"
-  cp -a ../doc/images "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 "../doc/${pkgname}.html" \
+"${pkgdir}/usr/share/doc/${pkgname}/${pkgname}.html"
+  install -vDm 644 "../doc/${pkgname}.pdf" \
+"${pkgdir}/usr/share/doc/${pkgname}/${pkgname}.pdf"
+  cp -va ../doc/images "${pkgdir}/usr/share/doc/${pkgname}/"
 }


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

2018-03-31 Thread Baptiste Jonglez via arch-commits
Date: Saturday, March 31, 2018 @ 21:29:23
  Author: zorun
Revision: 313645

archrelease: copy trunk to community-staging-x86_64

Added:
  ring-gnome/repos/community-staging-x86_64/
  ring-gnome/repos/community-staging-x86_64/PKGBUILD
(from rev 313644, ring-gnome/trunk/PKGBUILD)

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

Copied: ring-gnome/repos/community-staging-x86_64/PKGBUILD (from rev 313644, 
ring-gnome/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-31 21:29:23 UTC (rev 313645)
@@ -0,0 +1,43 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ring-gnome
+pkgver=20180330.1.0d611bb
+pkgrel=1
+epoch=3
+pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (GNOME client)"
+arch=("x86_64")
+url="https://ring.cx;
+license=('GPL3')
+groups=("ring")
+depends=("libringclient" "ring-daemon"
+ "gtk3" "dconf" "clutter" "clutter-gtk" "webkit2gtk" "qrencode"
+ "qt5-base" "gtk-update-icon-cache" "desktop-file-utils"
+ "evolution-data-server" "libnotify" "libcanberra" "libnm")
+makedepends=('git' 'cmake')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=82d0d2d23cb30780b649f3e38d3392e2662fb306;)
+sha256sums=('SKIP')
+
+build() {
+  cd "ring-client-gnome"
+
+  msg2 'Building...'
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "ring-client-gnome/build"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
+  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-31 Thread Baptiste Jonglez via arch-commits
Date: Saturday, March 31, 2018 @ 21:29:13
  Author: zorun
Revision: 313644

upgpkg: ring-gnome 3:20180330.1.0d611bb-1

Modified:
  ring-gnome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 21:26:08 UTC (rev 313643)
+++ PKGBUILD2018-03-31 21:29:13 UTC (rev 313644)
@@ -1,8 +1,8 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=ring-gnome
-pkgver=20180216.1.63fd90f
-pkgrel=2
+pkgver=20180330.1.0d611bb
+pkgrel=1
 epoch=3
 pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (GNOME client)"
 arch=("x86_64")
@@ -14,7 +14,7 @@
  "qt5-base" "gtk-update-icon-cache" "desktop-file-utils"
  "evolution-data-server" "libnotify" "libcanberra" "libnm")
 makedepends=('git' 'cmake')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=33739222f132d2afb244dd56c8fe94964c7306e4;)
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=82d0d2d23cb30780b649f3e38d3392e2662fb306;)
 sha256sums=('SKIP')
 
 build() {


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

2018-03-31 Thread Baptiste Jonglez via arch-commits
Date: Saturday, March 31, 2018 @ 21:26:08
  Author: zorun
Revision: 313643

archrelease: copy trunk to community-staging-x86_64

Added:
  libringclient/repos/community-staging-x86_64/
  libringclient/repos/community-staging-x86_64/PKGBUILD
(from rev 313642, libringclient/trunk/PKGBUILD)

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

Copied: libringclient/repos/community-staging-x86_64/PKGBUILD (from rev 313642, 
libringclient/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-31 21:26:08 UTC (rev 313643)
@@ -0,0 +1,40 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=libringclient
+pkgver=20180330.1.0d611bb
+pkgrel=1
+epoch=2
+pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (client communication library)"
+arch=("x86_64")
+url="https://ring.cx;
+license=('GPL3')
+groups=("ring")
+depends=("ring-daemon" "qt5-base")
+makedepends=('git' 'cmake' 'qt5-tools')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=c3e9cb9067133f8bf978d51b30ba98096aee8bbf;)
+md5sums=('SKIP')
+
+build() {
+  cd "ring-lrc"
+
+  msg2 'Building...'
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "ring-lrc/build"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
+  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-31 Thread Baptiste Jonglez via arch-commits
Date: Saturday, March 31, 2018 @ 21:25:46
  Author: zorun
Revision: 313642

upgpkg: libringclient 2:20180330.1.0d611bb-1

Modified:
  libringclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 21:12:38 UTC (rev 313641)
+++ PKGBUILD2018-03-31 21:25:46 UTC (rev 313642)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=libringclient
-pkgver=20180216.1.63fd90f
+pkgver=20180330.1.0d611bb
 pkgrel=1
 epoch=2
 pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (client communication library)"
@@ -11,7 +11,7 @@
 groups=("ring")
 depends=("ring-daemon" "qt5-base")
 makedepends=('git' 'cmake' 'qt5-tools')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=4ce625779bed65675d0556a34064558545f98731;)
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=c3e9cb9067133f8bf978d51b30ba98096aee8bbf;)
 md5sums=('SKIP')
 
 build() {


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

2018-03-31 Thread Baptiste Jonglez via arch-commits
Date: Saturday, March 31, 2018 @ 21:12:38
  Author: zorun
Revision: 313641

archrelease: copy trunk to community-staging-x86_64

Added:
  ring-daemon/repos/community-staging-x86_64/
  ring-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 313640, ring-daemon/trunk/PKGBUILD)

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

Copied: ring-daemon/repos/community-staging-x86_64/PKGBUILD (from rev 313640, 
ring-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-31 21:12:38 UTC (rev 313641)
@@ -0,0 +1,68 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ring-daemon
+pkgver=20180330.1.0d611bb
+pkgrel=1
+epoch=2
+_pjprojectver=2.6
+pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"
+arch=("x86_64")
+url="https://ring.cx;
+license=('GPL3')
+groups=("ring")
+depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
+ 'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'gnutls'
+ 'expat' 'gsm' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
+ 'libsecp256k1' 'util-linux' 'opus')
+makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
+#checkdepends=('cppunit')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=1026c687d06dfef6dba7f94bf5463e7492fa0329;
+
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
+noextract=("pjproject-${_pjprojectver}.tar.bz2")
+sha256sums=('SKIP'
+'2f5a1da1c174d845871c758bd80fbb580fca7799d3cfaa0d3c4e082b5161c7b4')
+
+prepare() {
+  cd "${pkgname}"
+  cp ../pjproject-${_pjprojectver}.tar.bz2 contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd "${pkgname}/contrib/native"
+  ../bootstrap \
+  --disable-downloads \
+  --disable-all \
+  --enable-pjproject
+  make DEPS_pjproject=
+
+  cd ../..
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-ipv6
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# Disabled because some tests (TURN) use the network.
+#check() {
+#  cd "${pkgname}"
+#  make -k check
+#}
+
+package() {
+  cd "${pkgname}"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
+  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-31 Thread Baptiste Jonglez via arch-commits
Date: Saturday, March 31, 2018 @ 21:12:29
  Author: zorun
Revision: 313640

upgpkg: ring-daemon 2:20180330.1.0d611bb-1

Modified:
  ring-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 21:11:47 UTC (rev 313639)
+++ PKGBUILD2018-03-31 21:12:29 UTC (rev 313640)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=ring-daemon
-pkgver=20180216.1.63fd90f
+pkgver=20180330.1.0d611bb
 pkgrel=1
 epoch=2
 _pjprojectver=2.6
@@ -16,7 +16,7 @@
  'libsecp256k1' 'util-linux' 'opus')
 makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
 #checkdepends=('cppunit')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=5ebe2918a192e7b7ed0fc771f80c35fd81395464;
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=1026c687d06dfef6dba7f94bf5463e7492fa0329;
 
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
 noextract=("pjproject-${_pjprojectver}.tar.bz2")
 sha256sums=('SKIP'


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

2018-03-31 Thread Baptiste Jonglez via arch-commits
Date: Saturday, March 31, 2018 @ 21:11:47
  Author: zorun
Revision: 313639

archrelease: copy trunk to community-staging-x86_64

Added:
  opendht/repos/community-staging-x86_64/
  opendht/repos/community-staging-x86_64/PKGBUILD
(from rev 313638, opendht/trunk/PKGBUILD)

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

Copied: opendht/repos/community-staging-x86_64/PKGBUILD (from rev 313638, 
opendht/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-31 21:11:47 UTC (rev 313639)
@@ -0,0 +1,49 @@
+# Maintainer: Baptiste Jonglez 
+pkgname=opendht
+pkgver=1.7.0rc4
+pkgrel=1
+epoch=1
+pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
+arch=('x86_64')
+depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
+makedepends=('msgpack-c' 'cmake' 'cython' 'systemd')
+optdepends=('python: to use the Python bindings')
+url="https://github.com/savoirfairelinux/opendht;
+license=('GPL3')
+source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('17dbfcd16a699047bdd03586f4329f408c56c7bede42d28e25344c777fa0058b')
+sha512sums=('38cd7923e4530ce86d62cba452ff9d09c4406a2b1e4559bc309b62ba12c1810bdf8029a08fd6b347634b03cccd9ae4bf776dca72c5562b0a447ce57da20907ee')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  msg2 'Building...'
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DOPENDHT_STATIC=OFF \
+-DOPENDHT_SYSTEMD=ON \
+-DOPENDHT_LTO=ON \
+-DOPENDHT_PYTHON=ON \
+-DOPENDHT_PROXY_SERVER=ON \
+-DOPENDHT_PROXY_CLIENT=ON \
+-DOPENDHT_PUSH_NOTIFICATIONS=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  msg2 'Installing...'
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ..
+
+  msg2 'Installing documentation...'
+  install -D -m644 README.md "${pkgdir}/usr/share/doc/opendht/README.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-31 Thread Baptiste Jonglez via arch-commits
Date: Saturday, March 31, 2018 @ 21:11:30
  Author: zorun
Revision: 313638

upgpkg: opendht 1:1.7.0rc4-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 21:03:14 UTC (rev 313637)
+++ PKGBUILD2018-03-31 21:11:30 UTC (rev 313638)
@@ -1,18 +1,18 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.6.0rc2
+pkgver=1.7.0rc4
 pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')
 depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
-makedepends=('msgpack-c' 'cmake' 'cython')
+makedepends=('msgpack-c' 'cmake' 'cython' 'systemd')
 optdepends=('python: to use the Python bindings')
 url="https://github.com/savoirfairelinux/opendht;
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('1e561e92ae7aacc2591b36caed89ca6701b30a43af6b046090f48c765b3ace06')
-sha512sums=('c12763350d63a63122fcfbe52d3d17644279f24a8ae3154db0e4924f050c4c32c027a238ea79940e647ab538f8aaa87f2bed139f6404551c27ca637e25ebdd86')
+sha256sums=('17dbfcd16a699047bdd03586f4329f408c56c7bede42d28e25344c777fa0058b')
+sha512sums=('38cd7923e4530ce86d62cba452ff9d09c4406a2b1e4559bc309b62ba12c1810bdf8029a08fd6b347634b03cccd9ae4bf776dca72c5562b0a447ce57da20907ee')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in xdg-desktop-portal-kde/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 21:03:29
  Author: arojas
Revision: 320769

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD
(from rev 320768, xdg-desktop-portal-kde/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 21:03:12 UTC (rev 320768)
+++ PKGBUILD2018-03-31 21:03:29 UTC (rev 320769)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=xdg-desktop-portal-kde
-pkgver=5.12.3
-pkgrel=1
-pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(ki18n knotifications)
-makedepends=(extra-cmake-modules python)
-provides=(xdg-desktop-portal-impl)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('69bed62e1c3b18e8ff2b1cce6bbfccb803b6abb17466e9635642efcfd8449e6b'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD (from rev 320768, 
xdg-desktop-portal-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 21:03:29 UTC (rev 320769)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=xdg-desktop-portal-kde
+pkgver=5.12.4
+pkgrel=1
+pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(ki18n knotifications)
+makedepends=(extra-cmake-modules python)
+provides=(xdg-desktop-portal-impl)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8c10609b7d15418242c4ca5389777c49a13df72ff1bdcc9f176e63e7573d69a1'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 21:03:12
  Author: arojas
Revision: 320768

archrelease: copy trunk to extra-x86_64

Added:
  user-manager/repos/extra-x86_64/PKGBUILD
(from rev 320767, user-manager/trunk/PKGBUILD)
Deleted:
  user-manager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 21:02:57 UTC (rev 320767)
+++ PKGBUILD2018-03-31 21:03:12 UTC (rev 320768)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.12.3
-pkgrel=1
-pkgdesc='A simple system settings module to manage the users of your system'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(accountsservice libpwquality kio)
-makedepends=(extra-cmake-modules python kcmutils)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('70ee5e5dfaf1bb610f70b42a57e102a9678bc27ef97c59cd4eca622218b3f485'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: user-manager/repos/extra-x86_64/PKGBUILD (from rev 320767, 
user-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 21:03:12 UTC (rev 320768)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.12.4
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(accountsservice libpwquality kio)
+makedepends=(extra-cmake-modules python kcmutils)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('959af1859aaa8fdcd853ebae78d2b8a15e6700ca340c0ed3bd041315382524f8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 21:02:57
  Author: arojas
Revision: 320767

archrelease: copy trunk to extra-x86_64

Added:
  sddm-kcm/repos/extra-x86_64/PKGBUILD
(from rev 320766, sddm-kcm/trunk/PKGBUILD)
Deleted:
  sddm-kcm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 21:02:07 UTC (rev 320766)
+++ PKGBUILD2018-03-31 21:02:57 UTC (rev 320767)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=sddm-kcm
-pkgver=5.12.3
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL)
-depends=(sddm libxcursor knewstuff)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e242e1b632f31fc64bd0abdb574029567f9dbbc57cf32fd4a2e6db6be2d4a3b9'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 320766, 
sddm-kcm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 21:02:57 UTC (rev 320767)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm-kcm
+pkgver=5.12.4
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL)
+depends=(sddm libxcursor knewstuff)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('072a8f71a381fff763c62e9a09752167a4cb3a0dca63674387c0464b7281a82e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 21:03:14
  Author: arojas
Revision: 313637

archrelease: copy trunk to community-x86_64

Added:
  kio-gdrive/repos/community-x86_64/PKGBUILD
(from rev 313636, kio-gdrive/trunk/PKGBUILD)
Deleted:
  kio-gdrive/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 21:02:42 UTC (rev 313636)
+++ PKGBUILD2018-03-31 21:03:14 UTC (rev 313637)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kio-gdrive
-pkgver=1.2.1
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="KIO Slave to access Google Drive"
-url="https://community.kde.org/KIO_GDrive;
-license=(GPL)
-depends=(libkgapi kaccounts-providers)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools python intltool)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('d0c778538dc20412a944ccbd48fd99dc5f531e4df914bf8cbdf813371e857ca3'
-'SKIP')
-validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kio-gdrive/repos/community-x86_64/PKGBUILD (from rev 313636, 
kio-gdrive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 21:03:14 UTC (rev 313637)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kio-gdrive
+pkgver=1.2.2
+pkgrel=1
+arch=(x86_64)
+pkgdesc="KIO Slave to access Google Drive"
+url="https://community.kde.org/KIO_GDrive;
+license=(GPL)
+depends=(libkgapi kaccounts-providers)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python intltool)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('25dc91424ac79e882471ccb142ef9b50f9069e4b18775b8def875464d2627b5e'
+'SKIP')
+validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

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


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 21:02:42
  Author: arojas
Revision: 313636

Update to 1.2.2

Modified:
  kio-gdrive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 21:00:56 UTC (rev 313635)
+++ PKGBUILD2018-03-31 21:02:42 UTC (rev 313636)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kio-gdrive
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 arch=(x86_64)
 pkgdesc="KIO Slave to access Google Drive"
@@ -11,7 +11,7 @@
 depends=(libkgapi kaccounts-providers)
 makedepends=(extra-cmake-modules kdesignerplugin kdoctools python intltool)
 
source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('d0c778538dc20412a944ccbd48fd99dc5f531e4df914bf8cbdf813371e857ca3'
+sha256sums=('25dc91424ac79e882471ccb142ef9b50f9069e4b18775b8def875464d2627b5e'
 'SKIP')
 validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

 
@@ -22,7 +22,6 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
   make
 }


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 21:01:44
  Author: arojas
Revision: 320765

archrelease: copy trunk to extra-x86_64

Added:
  plasma-vault/repos/extra-x86_64/PKGBUILD
(from rev 320764, plasma-vault/trunk/PKGBUILD)
Deleted:
  plasma-vault/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 21:01:29 UTC (rev 320764)
+++ PKGBUILD2018-03-31 21:01:44 UTC (rev 320765)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-vault
-pkgver=5.12.3
-pkgrel=1
-pkgdesc="Plasma applet and services for creating encrypted vaults"
-arch=(x86_64)
-url="https://www.kde.org/;
-license=(LGPL)
-groups=(plasma)
-depends=(plasma-workspace)
-makedepends=(extra-cmake-modules python)
-optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption')
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('101cee1cdb5319777bdb054e6ce4c58242f5c7cf2a69838e9a8f7dd9b7c32c29'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-vault/repos/extra-x86_64/PKGBUILD (from rev 320764, 
plasma-vault/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 21:01:44 UTC (rev 320765)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-vault
+pkgver=5.12.4
+pkgrel=1
+pkgdesc="Plasma applet and services for creating encrypted vaults"
+arch=(x86_64)
+url="https://www.kde.org/;
+license=(LGPL)
+groups=(plasma)
+depends=(plasma-workspace)
+makedepends=(extra-cmake-modules python)
+optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('16355615908b50f36103f697f6378e08e4446551409220135f6917a1b2c45b08'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in plasma-workspace-wallpapers/repos/extra-any (2 files)

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 21:02:07
  Author: arojas
Revision: 320766

archrelease: copy trunk to extra-any

Added:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD
(from rev 320765, plasma-workspace-wallpapers/trunk/PKGBUILD)
Deleted:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 21:01:44 UTC (rev 320765)
+++ PKGBUILD2018-03-31 21:02:07 UTC (rev 320766)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.12.3
-pkgrel=1
-pkgdesc='Additional wallpapers for the Plasma Workspace'
-arch=(any)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1ba0c2884cf2f0836c791403b7b8dc53d60044ae58be4f53adf6fe761a70b73e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 320765, 
plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 21:02:07 UTC (rev 320766)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.12.4
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('926c58efe562ad4425fbefdc4e562171e0bf4586e5ca7eedc04d5941f1c455f8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 21:00:54
  Author: arojas
Revision: 320762

archrelease: copy trunk to extra-x86_64

Added:
  plasma-nm/repos/extra-x86_64/PKGBUILD
(from rev 320761, plasma-nm/trunk/PKGBUILD)
Deleted:
  plasma-nm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 21:00:30 UTC (rev 320761)
+++ PKGBUILD2018-03-31 21:00:54 UTC (rev 320762)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.12.3
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(plasma-workspace modemmanager-qt networkmanager-qt qca-qt5 
mobile-broadband-provider-info)
-makedepends=(extra-cmake-modules kdoctools openconnect python kdesignerplugin)
-optdepends=('openconnect: Cisco AnyConnect VPN plugin')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3cb104bc67eb565c405bd17309e237f233c69fdc3dde23cefbeee2128baa7d90'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 320761, 
plasma-nm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 21:00:54 UTC (rev 320762)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.12.4
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(plasma-workspace modemmanager-qt networkmanager-qt qca-qt5 
mobile-broadband-provider-info)
+makedepends=(extra-cmake-modules kdoctools openconnect python kdesignerplugin)
+optdepends=('openconnect: Cisco AnyConnect VPN plugin')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f23c9d222332a5626f616dd46ff94580c0eedba0a0249a5c90d6612072d7'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 21:00:56
  Author: arojas
Revision: 313635

archrelease: copy trunk to community-x86_64

Added:
  yakuake/repos/community-x86_64/PKGBUILD
(from rev 313634, yakuake/trunk/PKGBUILD)
Deleted:
  yakuake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 21:00:08 UTC (rev 313634)
+++ PKGBUILD2018-03-31 21:00:56 UTC (rev 313635)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: leeghoofd 
-
-pkgname=yakuake
-pkgver=3.0.4
-pkgrel=2
-pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
-arch=('x86_64')
-url='http://yakuake.kde.org/'
-license=('GPL')
-depends=('konsole' 'knewstuff' 'kwayland' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python')
-source=("https://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig}
-
yakuake-wayland1.patch::"https://cgit.kde.org/yakuake.git/patch/?id=7534df21;
-
yakuake-wayland2.patch::"https://cgit.kde.org/yakuake.git/patch/?id=3cdc1d06;
-
yakuake-wayland3.patch::"https://cgit.kde.org/yakuake.git/patch/?id=5c555b3d;)
-sha256sums=('10e2b57c508e2ec5bfd09eac38c4c16a1ac4b93b394b3ce3120b7d8859b861e0'
-'SKIP'
-'0f5c7d10be914cf3ce5fc57cf635cf5ce6905c67ba5c439b306b9cbcf5914f46'
-'359aa9a723cb962a2511e16344fb92100c4c67ebde1276df4858526c9f85c2ef'
-'978fd631f7a02612a47360fd384c45b052fb445ad45d463af8e81e34f2a7ccd8')
-validpgpkeys=('DA6B31C4B98A877DBB2EF9A292220328C632316E') # Eike Hein 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../yakuake-wayland1.patch # Fix positioning on wayland
-  patch -p1 -i ../yakuake-wayland2.patch
-  patch -p1 -i ../yakuake-wayland3.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: yakuake/repos/community-x86_64/PKGBUILD (from rev 313634, 
yakuake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 21:00:56 UTC (rev 313635)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: leeghoofd 
+
+pkgname=yakuake
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
+arch=('x86_64')
+url='https://yakuake.kde.org/'
+license=('GPL')
+depends=('konsole' 'knewstuff' 'kwayland' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python')
+source=("https://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('08e23bd3ed58732bec44bf1b6797990bbdc58fad0725da7215db39f86c4d2a08'
+'SKIP')
+validpgpkeys=('DA6B31C4B98A877DBB2EF9A292220328C632316E') # Eike Hein 

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


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 21:01:29
  Author: arojas
Revision: 320764

archrelease: copy trunk to extra-x86_64

Added:
  plasma-sdk/repos/extra-x86_64/PKGBUILD
(from rev 320763, plasma-sdk/trunk/PKGBUILD)
Deleted:
  plasma-sdk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 21:01:13 UTC (rev 320763)
+++ PKGBUILD2018-03-31 21:01:29 UTC (rev 320764)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.12.3
-pkgrel=1
-pkgdesc="Applications useful for Plasma development"
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-framework)
-makedepends=(extra-cmake-modules python kdoctools ktexteditor)
-optdepends=('kirigami2: for Look & Feel explorer')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('916202c01b37eb8b2ff49134e5baed4effeec8490971037675e95c4fe24e8a42'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-sdk/repos/extra-x86_64/PKGBUILD (from rev 320763, 
plasma-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 21:01:29 UTC (rev 320764)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.12.4
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-framework)
+makedepends=(extra-cmake-modules python kdoctools ktexteditor)
+optdepends=('kirigami2: for Look & Feel explorer')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('624a9b7984f93142cfa333bf34b8c45052b1c065a98ede967e268d1fee3984d7'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-03-31 Thread Antonio Rojas via arch-commits
Date: Saturday, March 31, 2018 @ 21:00:30
  Author: arojas
Revision: 320761

archrelease: copy trunk to extra-x86_64

Added:
  plasma-desktop/repos/extra-x86_64/PKGBUILD
(from rev 320760, plasma-desktop/trunk/PKGBUILD)
Deleted:
  plasma-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 21:00:07 UTC (rev 320760)
+++ PKGBUILD2018-03-31 21:00:30 UTC (rev 320761)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
-pkgver=5.12.3
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
-makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
- libibus scim python kdesignerplugin)
-groups=(plasma)
-sha256sums=('086b2ae9b8f55875a98cc617d77513d3360567d4e6cf76bc0ab61ec64e06e2d7'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-desktop() {
-  depends+=(knetattach)
-  optdepends=('plasma-nm: Network manager applet'
-  'powerdevil: power management'
-  'ibus: kimpanel IBUS support'
-  'scim: kimpanel SCIM support'
-  'discover: manage applications installation from the launcher')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Split knetattach
-  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
-}
-
-package_knetattach() {
-  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
-  depends=(kdelibs4support)
-
-  cd build/knetattach
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-desktop/repos/extra-x86_64/PKGBUILD (from rev 320760, 
plasma-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 21:00:30 UTC (rev 320761)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.12.4
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
+makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
+ libibus scim python kdesignerplugin)
+groups=(plasma)
+sha256sums=('bec2bf03d3cc44e12a92cb16b40957425708ea58269eee6030d49ee696dde299'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-desktop() {
+  depends+=(knetattach)
+  optdepends=('plasma-nm: Network manager applet'
+  'powerdevil: power management'
+  'ibus: kimpanel IBUS support'
+  'scim: kimpanel SCIM support'
+  'discover: manage applications installation from the launcher')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Split knetattach
+  rm 

  1   2   3   >