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

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 05:05:24
  Author: svenstaro
Revision: 308744

upgpkg: nvidia-lts 387.22-2

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-31 05:05:17 UTC (rev 308743)
+++ PKGBUILD2017-10-31 05:05:24 UTC (rev 308744)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=387.22
 _extramodules=extramodules-4.9-lts
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;


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

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 05:05:32
  Author: svenstaro
Revision: 308745

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 308744, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 308744, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 308744, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 308744, nvidia-lts/trunk/nvidia-lts.install)
Deleted:
  nvidia-lts/repos/testing-i686/PKGBUILD
  nvidia-lts/repos/testing-i686/nvidia-lts.install
  nvidia-lts/repos/testing-x86_64/PKGBUILD
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install

---+
 /PKGBUILD |  112 
 /nvidia-lts.install   |   30 +
 testing-i686/PKGBUILD |   56 --
 testing-i686/nvidia-lts.install   |   15 
 testing-x86_64/PKGBUILD   |   56 --
 testing-x86_64/nvidia-lts.install |   15 
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-31 05:05:24 UTC (rev 308744)
+++ testing-i686/PKGBUILD   2017-10-31 05:05:32 UTC (rev 308745)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-lts
-pkgver=387.12
-_extramodules=extramodules-4.9-lts
-pkgrel=3
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.59' 
'linux-lts-headers>=4.9.59')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums_i686=('aa88bed1bbde790779b270b331b6a5f6008259f46291076c67cb22bc79c23dc1bf29177a7ce040784d986988b768c0574cd2ad28d71a0759873b13a68fcaa7f8')
-sha512sums_x86_64=('67617031a3387d0aaa389dfc9d8f68d5d6fd435646ecd1928d8ec034401ff21579b2472052038393c97290d4a521d0a2e3f29d49d5b05c64ce250ef2d43e4acd')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh ${_pkg}.run --extract-only
-}
-
-build() {
-export IGNORE_CC_MISMATCH=1
-
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-depends=('linux-lts>=4.9.59' "nvidia-utils=$pkgver" 'libgl')
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
-  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
-  "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
-}

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 308744, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-31 05:05:32 UTC (rev 308745)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=387.22
+_extramodules=extramodules-4.9-lts
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.59' 
'linux-lts-headers>=4.9.59')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha512sums_i686=('865c5024957ade2c8361b198cbc6600f469612fe0336e3a0bfaf56e4240999367f2066837c0b354af4821ab2531d05eddf3f2a0957eacc2eca0dd7cada4929b4')

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

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 05:05:17
  Author: svenstaro
Revision: 308743

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nvidia/repos/testing-i686/PKGBUILD
(from rev 308742, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/fix-abi.patch
(from rev 308742, nvidia/trunk/fix-abi.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 308742, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 308742, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/fix-abi.patch
(from rev 308742, nvidia/trunk/fix-abi.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 308742, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/testing-i686/PKGBUILD
  nvidia/repos/testing-i686/fix-abi.patch
  nvidia/repos/testing-i686/nvidia.install
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/fix-abi.patch
  nvidia/repos/testing-x86_64/nvidia.install

---+
 /PKGBUILD |  174 
 /fix-abi.patch|   24 +
 /nvidia.install   |   26 +
 testing-i686/PKGBUILD |   87 
 testing-i686/fix-abi.patch|   12 --
 testing-i686/nvidia.install   |   13 --
 testing-x86_64/PKGBUILD   |   87 
 testing-x86_64/fix-abi.patch  |   12 --
 testing-x86_64/nvidia.install |   13 --
 9 files changed, 224 insertions(+), 224 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-31 05:05:06 UTC (rev 308742)
+++ testing-i686/PKGBUILD   2017-10-31 05:05:17 UTC (rev 308743)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=387.12
-_extramodules=extramodules-4.13-ARCH
-pkgrel=3
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.13' 'linux-headers<4.14')
-license=('custom')
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('1113b7efb570a7604d9e31d93351c5ff')
-md5sums_x86_64=('0dce5a6685500d9ab6443c82a2210ee9')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _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.13' 'linux<4.14' "nvidia-utils=${pkgver}" 'libgl')
-install=nvidia.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
- "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
- "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-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 

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

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 05:05:06
  Author: svenstaro
Revision: 308742

upgpkg: nvidia 387.22-2

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-31 04:52:41 UTC (rev 308741)
+++ PKGBUILD2017-10-31 05:05:06 UTC (rev 308742)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=387.22
 _extramodules=extramodules-4.13-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;


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

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 04:45:39
  Author: svenstaro
Revision: 308738

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  nvidia/repos/staging-i686/
  nvidia/repos/staging-i686/PKGBUILD
(from rev 308737, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-i686/fix-abi.patch
(from rev 308737, nvidia/trunk/fix-abi.patch)
  nvidia/repos/staging-i686/nvidia.install
(from rev 308737, nvidia/trunk/nvidia.install)
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 308737, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fix-abi.patch
(from rev 308737, nvidia/trunk/fix-abi.patch)
  nvidia/repos/staging-x86_64/nvidia.install
(from rev 308737, nvidia/trunk/nvidia.install)

---+
 staging-i686/PKGBUILD |   87 
 staging-i686/fix-abi.patch|   12 +
 staging-i686/nvidia.install   |   13 +
 staging-x86_64/PKGBUILD   |   87 
 staging-x86_64/fix-abi.patch  |   12 +
 staging-x86_64/nvidia.install |   13 +
 6 files changed, 224 insertions(+)

Copied: nvidia/repos/staging-i686/PKGBUILD (from rev 308737, 
nvidia/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-31 04:45:39 UTC (rev 308738)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=387.22
+_extramodules=extramodules-4.13-ARCH
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.13' 'linux-headers<4.14')
+license=('custom')
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums_i686=('abdbb3c813e52148f7435308121e6a37')
+md5sums_x86_64=('b21f9bafb20409b337505c9b1d362c34')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _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.13' 'linux<4.14' "nvidia-utils=${pkgver}" 'libgl')
+install=nvidia.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+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/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia/repos/staging-i686/fix-abi.patch (from rev 308737, 
nvidia/trunk/fix-abi.patch)

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

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 04:45:31
  Author: svenstaro
Revision: 308737

upgpkg: nvidia 387.22-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-31 04:43:01 UTC (rev 308736)
+++ PKGBUILD2017-10-31 04:45:31 UTC (rev 308737)
@@ -5,9 +5,9 @@
 
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
-pkgver=387.12
+pkgver=387.22
 _extramodules=extramodules-4.13-ARCH
-pkgrel=3
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -16,8 +16,8 @@
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('1113b7efb570a7604d9e31d93351c5ff')
-md5sums_x86_64=('0dce5a6685500d9ab6443c82a2210ee9')
+md5sums_i686=('abdbb3c813e52148f7435308121e6a37')
+md5sums_x86_64=('b21f9bafb20409b337505c9b1d362c34')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 04:42:54
  Author: svenstaro
Revision: 308735

upgpkg: nvidia-lts 387.22-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-31 04:34:31 UTC (rev 308734)
+++ PKGBUILD2017-10-31 04:42:54 UTC (rev 308735)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-lts
-pkgver=387.12
+pkgver=387.22
 _extramodules=extramodules-4.9-lts
-pkgrel=3
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -15,8 +15,8 @@
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums_i686=('aa88bed1bbde790779b270b331b6a5f6008259f46291076c67cb22bc79c23dc1bf29177a7ce040784d986988b768c0574cd2ad28d71a0759873b13a68fcaa7f8')
-sha512sums_x86_64=('67617031a3387d0aaa389dfc9d8f68d5d6fd435646ecd1928d8ec034401ff21579b2472052038393c97290d4a521d0a2e3f29d49d5b05c64ce250ef2d43e4acd')
+sha512sums_i686=('865c5024957ade2c8361b198cbc6600f469612fe0336e3a0bfaf56e4240999367f2066837c0b354af4821ab2531d05eddf3f2a0957eacc2eca0dd7cada4929b4')
+sha512sums_x86_64=('f304f5b6d4c7e0ba5f19cf9f84ecab1c911e17d25193b527bf9c45200dda942011cb7632555e5351ed8fc212dcb59ea3d791b971073a8b09cb96af790e0c30ff')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 04:43:01
  Author: svenstaro
Revision: 308736

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  nvidia-lts/repos/staging-i686/
  nvidia-lts/repos/staging-i686/PKGBUILD
(from rev 308735, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/staging-i686/nvidia-lts.install
(from rev 308735, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/staging-x86_64/
  nvidia-lts/repos/staging-x86_64/PKGBUILD
(from rev 308735, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/staging-x86_64/nvidia-lts.install
(from rev 308735, nvidia-lts/trunk/nvidia-lts.install)

---+
 staging-i686/PKGBUILD |   56 
 staging-i686/nvidia-lts.install   |   15 +
 staging-x86_64/PKGBUILD   |   56 
 staging-x86_64/nvidia-lts.install |   15 +
 4 files changed, 142 insertions(+)

Copied: nvidia-lts/repos/staging-i686/PKGBUILD (from rev 308735, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-31 04:43:01 UTC (rev 308736)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=387.22
+_extramodules=extramodules-4.9-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.59' 
'linux-lts-headers>=4.9.59')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha512sums_i686=('865c5024957ade2c8361b198cbc6600f469612fe0336e3a0bfaf56e4240999367f2066837c0b354af4821ab2531d05eddf3f2a0957eacc2eca0dd7cada4929b4')
+sha512sums_x86_64=('f304f5b6d4c7e0ba5f19cf9f84ecab1c911e17d25193b527bf9c45200dda942011cb7632555e5351ed8fc212dcb59ea3d791b971073a8b09cb96af790e0c30ff')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+depends=('linux-lts>=4.9.59' "nvidia-utils=$pkgver" 'libgl')
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+  "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/staging-i686/nvidia-lts.install (from rev 308735, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- staging-i686/nvidia-lts.install (rev 0)
+++ staging-i686/nvidia-lts.install 2017-10-31 04:43:01 UTC (rev 308736)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/staging-x86_64/PKGBUILD (from rev 308735, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-10-31 04:43:01 UTC (rev 308736)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=387.22
+_extramodules=extramodules-4.9-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 

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

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 04:34:31
  Author: svenstaro
Revision: 308734

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  nvidia-utils/repos/staging-i686/
  nvidia-utils/repos/staging-i686/PKGBUILD
(from rev 308733, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-i686/nvidia-drm-outputclass.conf
(from rev 308733, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-i686/nvidia-utils.install
(from rev 308733, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/staging-x86_64/
  nvidia-utils/repos/staging-x86_64/PKGBUILD
(from rev 308733, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-x86_64/nvidia-drm-outputclass.conf
(from rev 308733, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.install
(from rev 308733, nvidia-utils/trunk/nvidia-utils.install)

+
 staging-i686/PKGBUILD  |  176 +++
 staging-i686/nvidia-drm-outputclass.conf   |   14 ++
 staging-i686/nvidia-utils.install  |   10 +
 staging-x86_64/PKGBUILD|  176 +++
 staging-x86_64/nvidia-drm-outputclass.conf |   14 ++
 staging-x86_64/nvidia-utils.install|   10 +
 6 files changed, 400 insertions(+)

Copied: nvidia-utils/repos/staging-i686/PKGBUILD (from rev 308733, 
nvidia-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-31 04:34:31 UTC (rev 308734)
@@ -0,0 +1,176 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'opencl-nvidia')
+pkgver=387.22
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+source=('nvidia-drm-outputclass.conf')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('a433deeb5f9cc661e537f42bde2f1df7')
+md5sums_i686=('abdbb3c813e52148f7435308121e6a37')
+md5sums_x86_64=('b21f9bafb20409b337505c9b1d362c34')
+sha512sums=('cfea06a816ac4a8b728b1ec728d667cdcca604abb038e8b5313b434021caad06a586856b8b3a6c79f8c925629360f5a051ca3de5ab46a42af76b9d0615d2bbbe')
+sha512sums_i686=('865c5024957ade2c8361b198cbc6600f469612fe0336e3a0bfaf56e4240999367f2066837c0b354af4821ab2531d05eddf3f2a0957eacc2eca0dd7cada4929b4')
+sha512sums_x86_64=('f304f5b6d4c7e0ba5f19cf9f84ecab1c911e17d25193b527bf9c45200dda942011cb7632555e5351ed8fc212dcb59ea3d791b971073a8b09cb96af790e0c30ff')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+
+sed -i 's/__NV_VK_ICD__/libGLX_nvidia.so.0/' nvidia_icd.json.template
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server' 'libglvnd')
+optdepends=('nvidia-settings: configuration tool'
+'xorg-server-devel: nvidia-xconfig'
+'opencl-nvidia: OpenCL support')
+conflicts=('nvidia-libgl')
+provides=('vulkan-driver' 'opengl-driver' 'nvidia-libgl')
+replaces=('nvidia-libgl')
+install="${pkgname}.install"
+
+cd "${_pkg}"
+
+# X driver
+install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
+
+# GLX extension module for X
+install -D -m755 "libglx.so.${pkgver}" 

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

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 04:34:21
  Author: svenstaro
Revision: 308733

upgpkg: nvidia-utils 387.22-1

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-31 03:35:30 UTC (rev 308732)
+++ PKGBUILD2017-10-31 04:34:21 UTC (rev 308733)
@@ -5,7 +5,7 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=387.12
+pkgver=387.22
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -15,11 +15,11 @@
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
 md5sums=('a433deeb5f9cc661e537f42bde2f1df7')
-md5sums_i686=('1113b7efb570a7604d9e31d93351c5ff')
-md5sums_x86_64=('0dce5a6685500d9ab6443c82a2210ee9')
+md5sums_i686=('abdbb3c813e52148f7435308121e6a37')
+md5sums_x86_64=('b21f9bafb20409b337505c9b1d362c34')
 
sha512sums=('cfea06a816ac4a8b728b1ec728d667cdcca604abb038e8b5313b434021caad06a586856b8b3a6c79f8c925629360f5a051ca3de5ab46a42af76b9d0615d2bbbe')
-sha512sums_i686=('aa88bed1bbde790779b270b331b6a5f6008259f46291076c67cb22bc79c23dc1bf29177a7ce040784d986988b768c0574cd2ad28d71a0759873b13a68fcaa7f8')
-sha512sums_x86_64=('67617031a3387d0aaa389dfc9d8f68d5d6fd435646ecd1928d8ec034401ff21579b2472052038393c97290d4a521d0a2e3f29d49d5b05c64ce250ef2d43e4acd')
+sha512sums_i686=('865c5024957ade2c8361b198cbc6600f469612fe0336e3a0bfaf56e4240999367f2066837c0b354af4821ab2531d05eddf3f2a0957eacc2eca0dd7cada4929b4')
+sha512sums_x86_64=('f304f5b6d4c7e0ba5f19cf9f84ecab1c911e17d25193b527bf9c45200dda942011cb7632555e5351ed8fc212dcb59ea3d791b971073a8b09cb96af790e0c30ff')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 04:31:31
  Author: svenstaro
Revision: 264838

upgpkg: lib32-nvidia-utils 387.22-1

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-31 04:12:29 UTC (rev 264837)
+++ PKGBUILD2017-10-31 04:31:31 UTC (rev 264838)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=387.12
+pkgver=387.22
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -16,7 +16,7 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-sha512sums=('aa88bed1bbde790779b270b331b6a5f6008259f46291076c67cb22bc79c23dc1bf29177a7ce040784d986988b768c0574cd2ad28d71a0759873b13a68fcaa7f8')
+sha512sums=('865c5024957ade2c8361b198cbc6600f469612fe0336e3a0bfaf56e4240999367f2066837c0b354af4821ab2531d05eddf3f2a0957eacc2eca0dd7cada4929b4')
 
 create_links() {
 # create soname links


[arch-commits] Commit in lib32-nvidia-utils/repos (2 files)

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 04:31:36
  Author: svenstaro
Revision: 264839

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-staging-x86_64/
  lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD
(from rev 264838, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD (from rev 
264838, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2017-10-31 04:31:36 UTC (rev 264839)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
+pkgver=387.22
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+#makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+sha512sums=('865c5024957ade2c8361b198cbc6600f469612fe0336e3a0bfaf56e4240999367f2066837c0b354af4821ab2531d05eddf3f2a0957eacc2eca0dd7cada4929b4')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('lib32-opencl-driver')
+
+cd "${_pkg}"
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
+optdepends=('lib32-opencl-nvidia')
+conflicts=('lib32-nvidia-libgl')
+provides=('lib32-vulkan-driver' 'lib32-opengl-driver' 'lib32-nvidia-libgl')
+replaces=('lib32-nvidia-libgl')
+
+cd "${_pkg}"
+
+# GLX extension module for X - useless ?
+install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
+ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
+# now in lib32-mesa driver
+#ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
+
+# Wayland stuff
+install -D -m755 "libnvidia-egl-wayland.so.1.0.2" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.1.0.2"
+ln -s "libnvidia-egl-wayland.so.1.0.2" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.1"
+
+# OpenGL libraries
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
+
+# misc
+install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}"
+install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}"
+install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}"
+install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}"
+install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
+  

[arch-commits] Commit in cool-retro-term/repos (4 files)

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 04:12:29
  Author: svenstaro
Revision: 264837

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cool-retro-term/repos/community-i686/PKGBUILD
(from rev 264836, cool-retro-term/trunk/PKGBUILD)
  cool-retro-term/repos/community-x86_64/PKGBUILD
(from rev 264836, cool-retro-term/trunk/PKGBUILD)
Deleted:
  cool-retro-term/repos/community-i686/PKGBUILD
  cool-retro-term/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-31 04:12:14 UTC (rev 264836)
+++ community-i686/PKGBUILD 2017-10-31 04:12:29 UTC (rev 264837)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Doug Newgard 
-# Contributor: Andrey Mivrenik 
-# Contributor: Glen Oakley 
-
-pkgname=cool-retro-term
-pkgver=1.0.0
-pkgrel=4
-pkgdesc='A good looking terminal emulator which mimics the old cathode display'
-arch=('i686' 'x86_64')
-url='https://github.com/Swordfish90/cool-retro-term'
-license=('GPL3')
-depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
-source=("https://github.com/Swordfish90/cool-retro-term/archive/v$pkgver.tar.gz;)
-sha256sums=('db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '/qmltermwidget/d' cool-retro-term.pro
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  qmake
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: cool-retro-term/repos/community-i686/PKGBUILD (from rev 264836, 
cool-retro-term/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-31 04:12:29 UTC (rev 264837)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Doug Newgard 
+# Contributor: Andrey Mivrenik 
+# Contributor: Glen Oakley 
+
+pkgname=cool-retro-term
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='A good looking terminal emulator which mimics the old cathode display'
+arch=('i686' 'x86_64')
+url='https://github.com/Swordfish90/cool-retro-term'
+license=('GPL3')
+depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
+source=("https://github.com/Swordfish90/cool-retro-term/archive/$pkgver.tar.gz;)
+sha256sums=('45cd756c61bb6ee3ae7796f221da8d2b137e47f00c3d24839d0ac01ed19a6b42')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i '/qmltermwidget/d' cool-retro-term.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  qmake
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-31 04:12:14 UTC (rev 264836)
+++ community-x86_64/PKGBUILD   2017-10-31 04:12:29 UTC (rev 264837)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Doug Newgard 
-# Contributor: Andrey Mivrenik 
-# Contributor: Glen Oakley 
-
-pkgname=cool-retro-term
-pkgver=1.0.0
-pkgrel=4
-pkgdesc='A good looking terminal emulator which mimics the old cathode display'
-arch=('i686' 'x86_64')
-url='https://github.com/Swordfish90/cool-retro-term'
-license=('GPL3')
-depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
-source=("https://github.com/Swordfish90/cool-retro-term/archive/v$pkgver.tar.gz;)
-sha256sums=('db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '/qmltermwidget/d' cool-retro-term.pro
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  qmake
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: cool-retro-term/repos/community-x86_64/PKGBUILD (from rev 264836, 
cool-retro-term/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-31 04:12:29 UTC (rev 264837)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Doug Newgard 
+# Contributor: Andrey Mivrenik 
+# Contributor: Glen Oakley 
+
+pkgname=cool-retro-term
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='A good looking terminal emulator which mimics the old cathode display'
+arch=('i686' 'x86_64')

[arch-commits] Commit in cool-retro-term/trunk (PKGBUILD)

2017-10-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 31, 2017 @ 04:12:14
  Author: svenstaro
Revision: 264836

upgpkg: cool-retro-term 1.0.1-1

Modified:
  cool-retro-term/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-31 03:35:55 UTC (rev 264835)
+++ PKGBUILD2017-10-31 04:12:14 UTC (rev 264836)
@@ -4,15 +4,15 @@
 # Contributor: Glen Oakley 
 
 pkgname=cool-retro-term
-pkgver=1.0.0
-pkgrel=4
+pkgver=1.0.1
+pkgrel=1
 pkgdesc='A good looking terminal emulator which mimics the old cathode display'
 arch=('i686' 'x86_64')
 url='https://github.com/Swordfish90/cool-retro-term'
 license=('GPL3')
 depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
-source=("https://github.com/Swordfish90/cool-retro-term/archive/v$pkgver.tar.gz;)
-sha256sums=('db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9')
+source=("https://github.com/Swordfish90/cool-retro-term/archive/$pkgver.tar.gz;)
+sha256sums=('45cd756c61bb6ee3ae7796f221da8d2b137e47f00c3d24839d0ac01ed19a6b42')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-10-30 Thread Jan Steffens
Date: Tuesday, October 31, 2017 @ 03:35:55
  Author: heftig
Revision: 264835

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-glib2/repos/multilib-testing-x86_64/
  
lib32-glib2/repos/multilib-testing-x86_64/0001-meson-Fix-libmount-support.patch
(from rev 264834, lib32-glib2/trunk/0001-meson-Fix-libmount-support.patch)
  lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 264834, lib32-glib2/trunk/PKGBUILD)
  lib32-glib2/repos/multilib-testing-x86_64/gio-querymodules-32.hook
(from rev 264834, lib32-glib2/trunk/gio-querymodules-32.hook)
  lib32-glib2/repos/multilib-testing-x86_64/libs.diff
(from rev 264834, lib32-glib2/trunk/libs.diff)

---+
 0001-meson-Fix-libmount-support.patch |   41 +++
 PKGBUILD  |   71 
 gio-querymodules-32.hook  |   11 +++
 libs.diff |  110 
 4 files changed, 233 insertions(+)

Copied: 
lib32-glib2/repos/multilib-testing-x86_64/0001-meson-Fix-libmount-support.patch 
(from rev 264834, lib32-glib2/trunk/0001-meson-Fix-libmount-support.patch)
===
--- multilib-testing-x86_64/0001-meson-Fix-libmount-support.patch   
(rev 0)
+++ multilib-testing-x86_64/0001-meson-Fix-libmount-support.patch   
2017-10-31 03:35:55 UTC (rev 264835)
@@ -0,0 +1,41 @@
+From c93756c8f066a1e35fa2f46b231771d78e292600 Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 31 Oct 2017 04:11:42 +0100
+Subject: [PATCH] meson: Fix libmount support
+
+The define was still missing.
+---
+ config.h.meson | 3 +++
+ meson.build| 1 +
+ 2 files changed, 4 insertions(+)
+
+diff --git a/config.h.meson b/config.h.meson
+index c67e1792f4af1ada..3f310b3c960fcb29 100644
+--- a/config.h.meson
 b/config.h.meson
+@@ -247,6 +247,9 @@
+ /* Define if libelf is available */
+ #mesondefine HAVE_LIBELF
+ 
++/* Define if libmount is available */
++#mesondefine HAVE_LIBMOUNT
++
+ /* Define to 1 if you have the  header file. */
+ #mesondefine HAVE_LINUX_MAGIC_H
+ 
+diff --git a/meson.build b/meson.build
+index 208c23087627de1e..cd9cbf2ce10595c2 100644
+--- a/meson.build
 b/meson.build
+@@ -1535,6 +1535,7 @@ if use_system_pcre
+ endif
+ if libmount_dep.length() == 1 and libmount_dep[0].found()
+   glib_conf.set('LIBMOUNT_LIBS', '-lmount')
++  glib_conf.set('HAVE_LIBMOUNT', 1)
+ endif
+ glib_conf.set('GIO_MODULE_DIR', '${libdir}/gio/modules')
+ # FIXME: Missing:
+-- 
+2.15.0
+

Copied: lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD (from rev 264834, 
lib32-glib2/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-10-31 03:35:55 UTC (rev 264835)
@@ -0,0 +1,71 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=glib2
+pkgname=lib32-$_pkgbasename
+pkgver=2.54.2
+pkgrel=2
+pkgdesc="Low level core library (32-bit)"
+url="https://wiki.gnome.org/Projects/GLib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(lib32-pcre lib32-libffi lib32-util-linux lib32-zlib "$_pkgbasename")
+makedepends=(gettext gcc-multilib shared-mime-info python lib32-libelf git 
util-linux meson lib32-dbus)
+checkdepends=(desktop-file-utils)
+options=(!emptydirs)
+_commit=52b3e434d849e2b0233d6d3d663b5dda82ab263e  # tags/2.54.2^0
+source=("git+https://git.gnome.org/browse/glib#commit=$_commit;
+0001-meson-Fix-libmount-support.patch
+libs.diff
+gio-querymodules-32.hook)
+sha256sums=('SKIP'
+'14c0dcfb4efb690f7cb44673faf31f5eb40ac68c01974eddb53d5aa7ae366629'
+'2fb828f51727bd9c8b48cfd9d6833c8b4ff82803331f6e2340b0ec8edfe57c52'
+'73b6791b58180e2a02fe908938e6c547ee1b263f8c387262f9a8c4105ffa999a')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir -p build
+  cd glib
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=789681
+  patch -Np1 -i ../0001-meson-Fix-libmount-support.patch
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=788773
+  patch -Np1 -i ../libs.diff
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd build
+  arch-meson ../glib --libdir=/usr/lib32 \
+-Dwith-docs=no -Dwith-man=no
+  ninja
+}
+
+check() {
+  cd build
+  meson test -t 2
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+
+  rm -r "$pkgdir"/usr/{share,include}
+  find "$pkgdir/usr/bin" -type f -not -name gio-querymodules -delete
+
+  mv "$pkgdir"/usr/bin/gio-querymodules{,-32}
+
+  # install hooks
+  

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

2017-10-30 Thread Jan Steffens
Date: Tuesday, October 31, 2017 @ 03:35:30
  Author: heftig
Revision: 308732

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glib2/repos/testing-i686/0001-docs-Fix-building-with-meson.patch
(from rev 308731, glib2/trunk/0001-docs-Fix-building-with-meson.patch)
  glib2/repos/testing-i686/0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch
(from rev 308731, 
glib2/trunk/0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch)
  glib2/repos/testing-i686/0001-meson-Fix-libmount-support.patch
(from rev 308731, glib2/trunk/0001-meson-Fix-libmount-support.patch)
  glib2/repos/testing-i686/0001-meson-Fix-permissions-of-installed-scripts.patch
(from rev 308731, 
glib2/trunk/0001-meson-Fix-permissions-of-installed-scripts.patch)
  glib2/repos/testing-i686/PKGBUILD
(from rev 308731, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/gio-querymodules.hook
(from rev 308731, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-i686/glib-compile-schemas.hook
(from rev 308731, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-i686/libs.diff
(from rev 308731, glib2/trunk/libs.diff)
  glib2/repos/testing-i686/noisy-glib-compile-schemas.diff
(from rev 308731, glib2/trunk/noisy-glib-compile-schemas.diff)
  glib2/repos/testing-x86_64/0001-docs-Fix-building-with-meson.patch
(from rev 308731, glib2/trunk/0001-docs-Fix-building-with-meson.patch)
  
glib2/repos/testing-x86_64/0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch
(from rev 308731, 
glib2/trunk/0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch)
  glib2/repos/testing-x86_64/0001-meson-Fix-libmount-support.patch
(from rev 308731, glib2/trunk/0001-meson-Fix-libmount-support.patch)
  
glib2/repos/testing-x86_64/0001-meson-Fix-permissions-of-installed-scripts.patch
(from rev 308731, 
glib2/trunk/0001-meson-Fix-permissions-of-installed-scripts.patch)
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 308731, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/gio-querymodules.hook
(from rev 308731, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
(from rev 308731, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-x86_64/libs.diff
(from rev 308731, glib2/trunk/libs.diff)
  glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff
(from rev 308731, glib2/trunk/noisy-glib-compile-schemas.diff)
Deleted:
  glib2/repos/testing-i686/0001-docs-Fix-building-with-meson.patch
  glib2/repos/testing-i686/0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch
  glib2/repos/testing-i686/0001-meson-Fix-permissions-of-installed-scripts.patch
  glib2/repos/testing-i686/PKGBUILD
  glib2/repos/testing-i686/gio-querymodules.hook
  glib2/repos/testing-i686/glib-compile-schemas.hook
  glib2/repos/testing-i686/libs.diff
  glib2/repos/testing-i686/noisy-glib-compile-schemas.diff
  glib2/repos/testing-x86_64/0001-docs-Fix-building-with-meson.patch
  
glib2/repos/testing-x86_64/0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch
  
glib2/repos/testing-x86_64/0001-meson-Fix-permissions-of-installed-scripts.patch
  glib2/repos/testing-x86_64/PKGBUILD
  glib2/repos/testing-x86_64/gio-querymodules.hook
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
  glib2/repos/testing-x86_64/libs.diff
  glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff

--+
 /0001-docs-Fix-building-with-meson.patch |  170 
+++
 /0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch|  100 

 /0001-meson-Fix-permissions-of-installed-scripts.patch   |  100 

 /PKGBUILD|  186 

 /gio-querymodules.hook   |   22 +
 /glib-compile-schemas.hook   |   24 +
 /libs.diff   |  220 
++
 /noisy-glib-compile-schemas.diff |   48 ++
 testing-i686/0001-docs-Fix-building-with-meson.patch |   85 ---
 testing-i686/0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch|   50 --
 testing-i686/0001-meson-Fix-libmount-support.patch   |   41 +
 testing-i686/0001-meson-Fix-permissions-of-installed-scripts.patch   |   50 --
 testing-i686/PKGBUILD|   88 

 testing-i686/gio-querymodules.hook   |   11 
 testing-i686/glib-compile-schemas.hook   |   12 
 testing-i686/libs.diff   |  110 
-
 testing-i686/noisy-glib-compile-schemas.diff |   24 -
 testing-x86_64/0001-docs-Fix-building-with-meson.patch   |   85 ---
 testing-x86_64/0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch  |   50 --
 

[arch-commits] Commit in glib2/trunk (0001-meson-Fix-libmount-support.patch PKGBUILD)

2017-10-30 Thread Jan Steffens
Date: Tuesday, October 31, 2017 @ 03:33:07
  Author: heftig
Revision: 308731

2.54.2-2

Added:
  glib2/trunk/0001-meson-Fix-libmount-support.patch
Modified:
  glib2/trunk/PKGBUILD

---+
 0001-meson-Fix-libmount-support.patch |   41 
 PKGBUILD  |   13 +++---
 2 files changed, 50 insertions(+), 4 deletions(-)

Added: 0001-meson-Fix-libmount-support.patch
===
--- 0001-meson-Fix-libmount-support.patch   (rev 0)
+++ 0001-meson-Fix-libmount-support.patch   2017-10-31 03:33:07 UTC (rev 
308731)
@@ -0,0 +1,41 @@
+From c93756c8f066a1e35fa2f46b231771d78e292600 Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 31 Oct 2017 04:11:42 +0100
+Subject: [PATCH] meson: Fix libmount support
+
+The define was still missing.
+---
+ config.h.meson | 3 +++
+ meson.build| 1 +
+ 2 files changed, 4 insertions(+)
+
+diff --git a/config.h.meson b/config.h.meson
+index c67e1792f4af1ada..3f310b3c960fcb29 100644
+--- a/config.h.meson
 b/config.h.meson
+@@ -247,6 +247,9 @@
+ /* Define if libelf is available */
+ #mesondefine HAVE_LIBELF
+ 
++/* Define if libmount is available */
++#mesondefine HAVE_LIBMOUNT
++
+ /* Define to 1 if you have the  header file. */
+ #mesondefine HAVE_LINUX_MAGIC_H
+ 
+diff --git a/meson.build b/meson.build
+index 208c23087627de1e..cd9cbf2ce10595c2 100644
+--- a/meson.build
 b/meson.build
+@@ -1535,6 +1535,7 @@ if use_system_pcre
+ endif
+ if libmount_dep.length() == 1 and libmount_dep[0].found()
+   glib_conf.set('LIBMOUNT_LIBS', '-lmount')
++  glib_conf.set('HAVE_LIBMOUNT', 1)
+ endif
+ glib_conf.set('GIO_MODULE_DIR', '${libdir}/gio/modules')
+ # FIXME: Missing:
+-- 
+2.15.0
+

Modified: PKGBUILD
===
--- PKGBUILD2017-10-31 00:56:09 UTC (rev 308730)
+++ PKGBUILD2017-10-31 03:33:07 UTC (rev 308731)
@@ -4,14 +4,14 @@
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
 pkgver=2.54.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib;
 license=(LGPL2.1)
 arch=(i686 x86_64)
-depends=(pcre libffi libutil-linux)
-makedepends=(gettext gtk-doc zlib shared-mime-info python libelf git 
util-linux meson)
-checkdepends=(desktop-file-utils dbus)
+depends=(pcre libffi libutil-linux zlib)
+makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux 
meson dbus)
+checkdepends=(desktop-file-utils)
 optdepends=('python: for gdbus-codegen and gtester-report'
 'libelf: gresource inspection tool')
 options=(!emptydirs)
@@ -20,6 +20,7 @@
 0001-docs-Fix-building-with-meson.patch
 0001-meson-Fix-permissions-of-installed-scripts.patch
 0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch
+0001-meson-Fix-libmount-support.patch
 libs.diff
 noisy-glib-compile-schemas.diff
 glib-compile-schemas.hook gio-querymodules.hook)
@@ -27,6 +28,7 @@
 '8b289f3e1a5a3b29d310d45610468199acfe6f2b38a0d1be38c9224437a0e40c'
 '12b1a2f4e304e4c03e48ae9564d73ae38619bbb7711a013138939ff8e5cc2327'
 'f53d5acfda4b7141a4813f1e49610e9176dc5bdf8e867d88290e34d91a40ebcb'
+'14c0dcfb4efb690f7cb44673faf31f5eb40ac68c01974eddb53d5aa7ae366629'
 '2fb828f51727bd9c8b48cfd9d6833c8b4ff82803331f6e2340b0ec8edfe57c52'
 '81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
 'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
@@ -50,6 +52,9 @@
   # https://bugzilla.gnome.org/show_bug.cgi?id=788772
   patch -Np1 -i ../0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch
 
+  # https://bugzilla.gnome.org/show_bug.cgi?id=789681
+  patch -Np1 -i ../0001-meson-Fix-libmount-support.patch
+
   # https://bugzilla.gnome.org/show_bug.cgi?id=788773
   patch -Np1 -i ../libs.diff
 


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

2017-10-30 Thread Jan Steffens
Date: Tuesday, October 31, 2017 @ 03:27:23
  Author: heftig
Revision: 264834

2.54.2-2

Added:
  lib32-glib2/trunk/0001-meson-Fix-libmount-support.patch
  lib32-glib2/trunk/libs.diff
Modified:
  lib32-glib2/trunk/PKGBUILD

---+
 0001-meson-Fix-libmount-support.patch |   41 +++
 PKGBUILD  |   54 +--
 libs.diff |  110 
 3 files changed, 183 insertions(+), 22 deletions(-)

Added: 0001-meson-Fix-libmount-support.patch
===
--- 0001-meson-Fix-libmount-support.patch   (rev 0)
+++ 0001-meson-Fix-libmount-support.patch   2017-10-31 03:27:23 UTC (rev 
264834)
@@ -0,0 +1,41 @@
+From c93756c8f066a1e35fa2f46b231771d78e292600 Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 31 Oct 2017 04:11:42 +0100
+Subject: [PATCH] meson: Fix libmount support
+
+The define was still missing.
+---
+ config.h.meson | 3 +++
+ meson.build| 1 +
+ 2 files changed, 4 insertions(+)
+
+diff --git a/config.h.meson b/config.h.meson
+index c67e1792f4af1ada..3f310b3c960fcb29 100644
+--- a/config.h.meson
 b/config.h.meson
+@@ -247,6 +247,9 @@
+ /* Define if libelf is available */
+ #mesondefine HAVE_LIBELF
+ 
++/* Define if libmount is available */
++#mesondefine HAVE_LIBMOUNT
++
+ /* Define to 1 if you have the  header file. */
+ #mesondefine HAVE_LINUX_MAGIC_H
+ 
+diff --git a/meson.build b/meson.build
+index 208c23087627de1e..cd9cbf2ce10595c2 100644
+--- a/meson.build
 b/meson.build
+@@ -1535,6 +1535,7 @@ if use_system_pcre
+ endif
+ if libmount_dep.length() == 1 and libmount_dep[0].found()
+   glib_conf.set('LIBMOUNT_LIBS', '-lmount')
++  glib_conf.set('HAVE_LIBMOUNT', 1)
+ endif
+ glib_conf.set('GIO_MODULE_DIR', '${libdir}/gio/modules')
+ # FIXME: Missing:
+-- 
+2.15.0
+

Modified: PKGBUILD
===
--- PKGBUILD2017-10-31 02:45:51 UTC (rev 264833)
+++ PKGBUILD2017-10-31 03:27:23 UTC (rev 264834)
@@ -5,18 +5,24 @@
 
 _pkgbasename=glib2
 pkgname=lib32-$_pkgbasename
-pkgver=2.52.2+9+g3245eba16
-pkgrel=1
+pkgver=2.54.2
+pkgrel=2
 pkgdesc="Low level core library (32-bit)"
-url="http://www.gtk.org/;
+url="https://wiki.gnome.org/Projects/GLib;
+license=(LGPL2.1)
 arch=(x86_64)
-license=(LGPL)
-depends=(lib32-dbus lib32-libffi lib32-pcre lib32-util-linux lib32-libelf 
"$_pkgbasename")
-makedepends=(gcc-multilib python git)
-_commit=3245eba169c439180cc13ed3c76f47298d723031  # glib-2-52
+depends=(lib32-pcre lib32-libffi lib32-util-linux lib32-zlib "$_pkgbasename")
+makedepends=(gettext gcc-multilib shared-mime-info python lib32-libelf git 
util-linux meson lib32-dbus)
+checkdepends=(desktop-file-utils)
+options=(!emptydirs)
+_commit=52b3e434d849e2b0233d6d3d663b5dda82ab263e  # tags/2.54.2^0
 source=("git+https://git.gnome.org/browse/glib#commit=$_commit;
+0001-meson-Fix-libmount-support.patch
+libs.diff
 gio-querymodules-32.hook)
 sha256sums=('SKIP'
+'14c0dcfb4efb690f7cb44673faf31f5eb40ac68c01974eddb53d5aa7ae366629'
+'2fb828f51727bd9c8b48cfd9d6833c8b4ff82803331f6e2340b0ec8edfe57c52'
 '73b6791b58180e2a02fe908938e6c547ee1b263f8c387262f9a8c4105ffa999a')
 
 pkgver() {
@@ -25,8 +31,14 @@
 }
 
 prepare() {
+  mkdir -p build
   cd glib
-  NOCONFIGURE=1 ./autogen.sh
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=789681
+  patch -Np1 -i ../0001-meson-Fix-libmount-support.patch
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=788773
+  patch -Np1 -i ../libs.diff
 }
 
 build() {
@@ -34,20 +46,20 @@
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  cd glib
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam \
-  --disable-gtk-doc \
-  $(check_option debug y && echo --enable-debug=yes)
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  cd build
+  arch-meson ../glib --libdir=/usr/lib32 \
+-Dwith-docs=no -Dwith-man=no
+  ninja
 }
 
+check() {
+  cd build
+  meson test -t 2
+}
+
 package() {
-  cd glib
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 
   rm -r "$pkgdir"/usr/{share,include}
   find "$pkgdir/usr/bin" -type f -not -name gio-querymodules -delete
@@ -55,7 +67,5 @@
   mv "$pkgdir"/usr/bin/gio-querymodules{,-32}
 
   # install hooks
-  install -d "$pkgdir/usr/share/libalpm/hooks/"
-  install -m644 "$srcdir"/gio-querymodules-32.hook \
-"$pkgdir/usr/share/libalpm/hooks/"
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 ../*.hook
 }

Added: libs.diff
===
--- libs.diff   

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

2017-10-30 Thread Jan Steffens
Date: Tuesday, October 31, 2017 @ 02:45:51
  Author: heftig
Revision: 264833

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-dbus/repos/multilib-testing-x86_64/
  lib32-dbus/repos/multilib-testing-x86_64/PKGBUILD
(from rev 264832, lib32-dbus/trunk/PKGBUILD)

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

Copied: lib32-dbus/repos/multilib-testing-x86_64/PKGBUILD (from rev 264832, 
lib32-dbus/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-10-31 02:45:51 UTC (rev 264833)
@@ -0,0 +1,66 @@
+# $Id$
+# Contributor : Ionut Biru 
+
+pkgname=lib32-dbus
+_pkgbasename=dbus
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system (32-bit)"
+url="https://wiki.freedesktop.org/www/Software/dbus/;
+arch=(x86_64)
+license=(GPL custom)
+provides=(lib32-libdbus)
+conflicts=(lib32-libdbus)
+replaces=(lib32-libdbus)
+depends=(lib32-systemd dbus)
+makedepends=(gcc-multilib lib32-glib2 lib32-expat git autoconf-archive)
+_commit=98294ab81a4d7ef00b6de5149344d92278c38593  # tags/dbus-1.12.0^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd dbus
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
+prepare() {
+  cd dbus
+  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd dbus
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-static \
+  --disable-verbose-mode --disable-asserts --disable-checks \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd --enable-user-session
+  make
+}
+
+check() {
+  cd dbus
+  make check
+}
+
+package() {
+  cd dbus
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,include,lib,share}
+  rm -r "$pkgdir"/{etc,var}
+
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s dbus "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-10-30 Thread Jan Steffens
Date: Tuesday, October 31, 2017 @ 02:42:10
  Author: heftig
Revision: 264832

1.12.0-1

Modified:
  lib32-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-31 02:39:47 UTC (rev 264831)
+++ PKGBUILD2017-10-31 02:42:10 UTC (rev 264832)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-dbus
 _pkgbasename=dbus
-pkgver=1.10.24
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system (32-bit)"
 url="https://wiki.freedesktop.org/www/Software/dbus/;
@@ -13,8 +13,8 @@
 conflicts=(lib32-libdbus)
 replaces=(lib32-libdbus)
 depends=(lib32-systemd dbus)
-makedepends=(gcc-multilib lib32-glib2 lib32-expat git)
-_commit=430643da9da488a0b089868b9aada324f24a1710  # tags/dbus-1.10.24^0
+makedepends=(gcc-multilib lib32-glib2 lib32-expat git autoconf-archive)
+_commit=98294ab81a4d7ef00b6de5149344d92278c38593  # tags/dbus-1.12.0^0
 source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-data-server/repos (6 files)

2017-10-30 Thread Jan Steffens
Date: Tuesday, October 31, 2017 @ 00:56:09
  Author: heftig
Revision: 308730

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  
evolution-data-server/repos/extra-i686/0001-Don-t-free-instance_recur_id-when-not-initialized.patch
(from rev 308729, 
evolution-data-server/trunk/0001-Don-t-free-instance_recur_id-when-not-initialized.patch)
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 308729, evolution-data-server/trunk/PKGBUILD)
  
evolution-data-server/repos/extra-x86_64/0001-Don-t-free-instance_recur_id-when-not-initialized.patch
(from rev 308729, 
evolution-data-server/trunk/0001-Don-t-free-instance_recur_id-when-not-initialized.patch)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 308729, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  
110 ++
 extra-i686/0001-Don-t-free-instance_recur_id-when-not-initialized.patch   |   
30 ++
 extra-i686/PKGBUILD   |   
52 
 extra-x86_64/0001-Don-t-free-instance_recur_id-when-not-initialized.patch |   
30 ++
 extra-x86_64/PKGBUILD |   
52 
 5 files changed, 170 insertions(+), 104 deletions(-)

Copied: 
evolution-data-server/repos/extra-i686/0001-Don-t-free-instance_recur_id-when-not-initialized.patch
 (from rev 308729, 
evolution-data-server/trunk/0001-Don-t-free-instance_recur_id-when-not-initialized.patch)
===
--- extra-i686/0001-Don-t-free-instance_recur_id-when-not-initialized.patch 
(rev 0)
+++ extra-i686/0001-Don-t-free-instance_recur_id-when-not-initialized.patch 
2017-10-31 00:56:09 UTC (rev 308730)
@@ -0,0 +1,30 @@
+From abc7de46102bfc2766a5c22ce59807db3d5638bb Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 31 Oct 2017 01:35:34 +0100
+Subject: [PATCH] Don't free instance_recur_id when not initialized
+
+Caused chaos and confusing crashes in gnome-shell-calendar-server.
+
+Fixes efe14e5959. Found via bisect and again by valgrind.
+---
+ src/calendar/libecal/e-cal-client.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/calendar/libecal/e-cal-client.c 
b/src/calendar/libecal/e-cal-client.c
+index a4143ecd6749a884..546426243d35d008 100644
+--- a/src/calendar/libecal/e-cal-client.c
 b/src/calendar/libecal/e-cal-client.c
+@@ -2558,8 +2558,8 @@ process_detached_instances (GSList *instances,
+   ci->comp = comp;
+   }
+   }
++  e_cal_component_free_range (_recur_id);
+   }
+-  e_cal_component_free_range (_recur_id);
+   }
+ 
+   e_cal_component_free_datetime (_id.datetime);
+-- 
+2.14.2
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-31 00:54:55 UTC (rev 308729)
+++ extra-i686/PKGBUILD 2017-10-31 00:56:09 UTC (rev 308730)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.26.2
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
-license=(GPL)
-_commit=1ef35fef0ed50d52cd2da6e8776429522708e3a5  # 
tags/EVOLUTION_DATA_SERVER_3_26_2^0
-source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cd $pkgname
-
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/$pkgname \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_INTROSPECTION=ON \
--DENABLE_VALA_BINDINGS=ON \
--DENABLE_UOA=OFF \
--DENABLE_GOOGLE_AUTH=ON \
--DENABLE_GTK_DOC=ON \
--DWITH_PHONENUMBER=ON
-  ninja
-}
-
-check() {
-  cd $pkgname
-  # libedata-book tests fail because they try to
-  # mkdir /usr/lib/evolution-data-server/camel-providers
-  ninja test || :
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 308729, 
evolution-data-server/trunk/PKGBUILD)

[arch-commits] Commit in evolution-data-server/trunk (2 files)

2017-10-30 Thread Jan Steffens
Date: Tuesday, October 31, 2017 @ 00:54:55
  Author: heftig
Revision: 308729

3.26.2-2

Added:
  
evolution-data-server/trunk/0001-Don-t-free-instance_recur_id-when-not-initialized.patch
Modified:
  evolution-data-server/trunk/PKGBUILD

--+
 0001-Don-t-free-instance_recur_id-when-not-initialized.patch |   30 ++
 PKGBUILD |9 ++-
 2 files changed, 36 insertions(+), 3 deletions(-)

Added: 0001-Don-t-free-instance_recur_id-when-not-initialized.patch
===
--- 0001-Don-t-free-instance_recur_id-when-not-initialized.patch
(rev 0)
+++ 0001-Don-t-free-instance_recur_id-when-not-initialized.patch
2017-10-31 00:54:55 UTC (rev 308729)
@@ -0,0 +1,30 @@
+From abc7de46102bfc2766a5c22ce59807db3d5638bb Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 31 Oct 2017 01:35:34 +0100
+Subject: [PATCH] Don't free instance_recur_id when not initialized
+
+Caused chaos and confusing crashes in gnome-shell-calendar-server.
+
+Fixes efe14e5959. Found via bisect and again by valgrind.
+---
+ src/calendar/libecal/e-cal-client.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/calendar/libecal/e-cal-client.c 
b/src/calendar/libecal/e-cal-client.c
+index a4143ecd6749a884..546426243d35d008 100644
+--- a/src/calendar/libecal/e-cal-client.c
 b/src/calendar/libecal/e-cal-client.c
+@@ -2558,8 +2558,8 @@ process_detached_instances (GSList *instances,
+   ci->comp = comp;
+   }
+   }
++  e_cal_component_free_range (_recur_id);
+   }
+-  e_cal_component_free_range (_recur_id);
+   }
+ 
+   e_cal_component_free_datetime (_id.datetime);
+-- 
+2.14.2
+

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 22:59:42 UTC (rev 308728)
+++ PKGBUILD2017-10-31 00:54:55 UTC (rev 308729)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.26.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
 arch=(i686 x86_64)
@@ -11,8 +11,10 @@
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
 license=(GPL)
 _commit=1ef35fef0ed50d52cd2da6e8776429522708e3a5  # 
tags/EVOLUTION_DATA_SERVER_3_26_2^0
-source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
-sha256sums=('SKIP')
+source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;
+0001-Don-t-free-instance_recur_id-when-not-initialized.patch)
+sha256sums=('SKIP'
+'9cadbaf8a38c59ca28494ae608466690d6cb72b4f82df4f10b35cbe57daf9e8a')
 
 pkgver() {
   cd $pkgname
@@ -21,6 +23,7 @@
 
 prepare() {
   cd $pkgname
+  patch -Np1 -i ../0001-Don-t-free-instance_recur_id-when-not-initialized.patch
 }
 
 build() {


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

2017-10-30 Thread Dan Printzell
Date: Tuesday, October 31, 2017 @ 00:41:58
  Author: wild
Revision: 264829

upgpkg: ldc 1:1.5.0-1

Updated to 1.5.0 and made PKGBUILD better (fixes FS#55692)

Modified:
  ldc/trunk/PKGBUILD
  ldc/trunk/ldc2.conf

---+
 PKGBUILD  |   74 ++--
 ldc2.conf |7 +
 2 files changed, 40 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 22:31:17 UTC (rev 264828)
+++ PKGBUILD2017-10-31 00:41:58 UTC (rev 264829)
@@ -5,8 +5,8 @@
 
 pkgname=('ldc' 'liblphobos')
 groups=('dlang' 'dlang-ldc')
-pkgver=1.4.0
-_pkgcommit=5a79ff6abc882dd076d1a862911de288cc4ae3cd
+pkgver=1.5.0
+_pkgcommit=8f4027fa0019adcf916d5178dd919d51b3f9121f
 epoch=1
 pkgrel=1
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
@@ -17,9 +17,9 @@
 
 source=(
 "git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
-   "git+https://github.com/ldc-developers/druntime.git;
-   "git+https://github.com/ldc-developers/phobos.git;
-   "git+https://github.com/ldc-developers/dmd-testsuite.git;
+"git+https://github.com/ldc-developers/druntime.git;
+"git+https://github.com/ldc-developers/phobos.git;
+"git+https://github.com/ldc-developers/dmd-testsuite.git;
 "ldc2.conf"
 )
 
@@ -27,26 +27,25 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'266c1888da29715b277c2f56090b2e6dbb7531499f3434fe60938d6ad01705ae')
+'42e540f15f0d2c561a9c576903e0e84b8cd5274aa9679364b5cf211ddd1b12df')
 
 prepare() {
-   cd "$srcdir/ldc"
+cd "$srcdir/ldc"
 
-   git submodule init
-   git config submodule.druntime.url "$srcdir/druntime"
-   git config submodule.phobos.url "$srcdir/phobos"
-   git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
-   git submodule update
+git submodule init
+git config submodule.druntime.url "$srcdir/druntime"
+git config submodule.phobos.url "$srcdir/phobos"
+git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
+git submodule update
 }
 
 build() {
-mkdir -p "$srcdir/tmp_install_dir"
 cd "$srcdir/ldc"
 
 mkdir -p build && cd build
 
 # workaround for wrong ld flag format generated by cmake:
-export LDFLAGS="-L-O1 -L--sort-common -L--as-needed -L-z -Lrelro"
+# export LDFLAGS="-L-O1 -L--sort-common -L--as-needed -L-z -Lrelro"
 
 cmake \
 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -54,10 +53,9 @@
 -DCMAKE_SKIP_RPATH=ON \
 -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
 -DBUILD_SHARED_LIBS=ON \
-   -DLDC_WITH_LLD=OFF \
+-DLDC_WITH_LLD=OFF \
 ..
 make
-make install DESTDIR="$srcdir/tmp_install_dir"
 }
 
 package_ldc() {
@@ -65,17 +63,26 @@
 backup=('etc/ldc2.conf')
 provides=('d-compiler')
 
-cd "$srcdir/tmp_install_dir"
+cd "$srcdir/ldc/build"
+make install DESTDIR="$pkgdir"
 
-# binaries
-install -D -m755 ./usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
-ln -s /usr/bin/ldmd "$pkgdir/usr/bin/ldmd2"
-install -D -m755 ./usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
-ln -s /usr/bin/ldc "$pkgdir/usr/bin/ldc2"
+# move bash-completion
+mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
+mv "$pkgdir/etc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/"
+rm -rf "$pkgdir/etc/bash_completion.d"
 
-# supplementaries
-install -D -m644 "$srcdir/ldc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/ldc"
+# remove liblphobos files
+rm -rf "$pkgdir/usr/include"
+rm -rf "$pkgdir/usr/lib"
 
+# remove misc
+rm -rf "$pkgdir/usr/bin/ldc-build-runtime"
+
+# symlinks
+ln -s /usr/share/bash-completion/completions/ldc2 
"$pkgdir/usr/share/bash-completion/completions/ldc"
+ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
+ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
+
 # licenses
 install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
@@ -87,18 +94,13 @@
 provides=('d-runtime' 'd-stdlib')
 depends=('curl')
 
+cd "$srcdir/ldc/build"
+make install DESTDIR="$pkgdir"
+
+# remove ldc files
+rm -rf "$pkgdir/usr/bin/"
+rm -rf "$pkgdir/etc/"
+
 # licenses
 install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-cd "$srcdir/tmp_install_dir"
-
-# libraries
-install -D -m644 ./usr/lib/libphobos2-ldc.so 
"$pkgdir/usr/lib/liblphobos2.so"
-install -D -m644 ./usr/lib/libdruntime-ldc.so 
"$pkgdir/usr/lib/libldruntime.so"
-install -D -m644 ./usr/lib/libphobos2-ldc-debug.so 
"$pkgdir/usr/lib/liblphobos2-debug.so"
-install -D -m644 ./usr/lib/libdruntime-ldc-debug.so 
"$pkgdir/usr/lib/libldruntime-debug.so"
-
-# imports
-mkdir -p "$pkgdir/usr/include/dlang"
-cp -r 

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

2017-10-30 Thread Dan Printzell
Date: Tuesday, October 31, 2017 @ 00:42:14
  Author: wild
Revision: 264830

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  210 ++--
 ldc2.conf |   41 +--
 2 files changed, 125 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-31 00:41:58 UTC (rev 264829)
+++ PKGBUILD2017-10-31 00:42:14 UTC (rev 264830)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.4.0
-_pkgcommit=5a79ff6abc882dd076d1a862911de288cc4ae3cd
-epoch=1
-pkgrel=1
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'dmd')
-
-source=(
-"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
-   "git+https://github.com/ldc-developers/druntime.git;
-   "git+https://github.com/ldc-developers/phobos.git;
-   "git+https://github.com/ldc-developers/dmd-testsuite.git;
-"ldc2.conf"
-)
-
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'266c1888da29715b277c2f56090b2e6dbb7531499f3434fe60938d6ad01705ae')
-
-prepare() {
-   cd "$srcdir/ldc"
-
-   git submodule init
-   git config submodule.druntime.url "$srcdir/druntime"
-   git config submodule.phobos.url "$srcdir/phobos"
-   git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
-   git submodule update
-}
-
-build() {
-mkdir -p "$srcdir/tmp_install_dir"
-cd "$srcdir/ldc"
-
-mkdir -p build && cd build
-
-# workaround for wrong ld flag format generated by cmake:
-export LDFLAGS="-L-O1 -L--sort-common -L--as-needed -L-z -Lrelro"
-
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=ON \
-   -DLDC_WITH_LLD=OFF \
-..
-make
-make install DESTDIR="$srcdir/tmp_install_dir"
-}
-
-package_ldc() {
-depends=('liblphobos' 'llvm-libs')
-backup=('etc/ldc2.conf')
-provides=('d-compiler')
-
-cd "$srcdir/tmp_install_dir"
-
-# binaries
-install -D -m755 ./usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
-ln -s /usr/bin/ldmd "$pkgdir/usr/bin/ldmd2"
-install -D -m755 ./usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
-ln -s /usr/bin/ldc "$pkgdir/usr/bin/ldc2"
-
-# supplementaries
-install -D -m644 "$srcdir/ldc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/ldc"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-# default configuration files
-install -D -m644 "$srcdir/ldc2.conf" "$pkgdir/etc/ldc2.conf"
-}
-
-package_liblphobos() {
-provides=('d-runtime' 'd-stdlib')
-depends=('curl')
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-cd "$srcdir/tmp_install_dir"
-
-# libraries
-install -D -m644 ./usr/lib/libphobos2-ldc.so 
"$pkgdir/usr/lib/liblphobos2.so"
-install -D -m644 ./usr/lib/libdruntime-ldc.so 
"$pkgdir/usr/lib/libldruntime.so"
-install -D -m644 ./usr/lib/libphobos2-ldc-debug.so 
"$pkgdir/usr/lib/liblphobos2-debug.so"
-install -D -m644 ./usr/lib/libdruntime-ldc-debug.so 
"$pkgdir/usr/lib/libldruntime-debug.so"
-
-# imports
-mkdir -p "$pkgdir/usr/include/dlang"
-cp -r "./usr/include/dlang/ldc" "$pkgdir/usr/include/dlang/ldc"
-}

Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 264829, 
ldc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-31 00:42:14 UTC (rev 264830)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer:
+# Contributor: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.5.0
+_pkgcommit=8f4027fa0019adcf916d5178dd919d51b3f9121f
+epoch=1
+pkgrel=1
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('x86_64')
+url="https://github.com/ldc-developers/ldc;
+license=('BSD')
+makedepends=('git' 'cmake' 'llvm' 'dmd')
+
+source=(
+"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
+"git+https://github.com/ldc-developers/druntime.git;
+

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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:59:42
  Author: heftig
Revision: 308728

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vte3/repos/extra-i686/PKGBUILD
(from rev 308727, vte3/trunk/PKGBUILD)
  vte3/repos/extra-x86_64/PKGBUILD
(from rev 308727, vte3/trunk/PKGBUILD)
Deleted:
  vte3/repos/extra-i686/PKGBUILD
  vte3/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  110 
 extra-i686/PKGBUILD   |   55 
 extra-x86_64/PKGBUILD |   55 
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 22:59:05 UTC (rev 308727)
+++ extra-i686/PKGBUILD 2017-10-30 22:59:42 UTC (rev 308728)
@@ -1,55 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.50.1
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
-url="https://wiki.gnome.org/Apps/Terminal/VTE;
-arch=(i686 x86_64)
-license=(LGPL)
-options=(!emptydirs)
-depends=(gtk3 pcre2 gnutls)
-makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf)
-_commit=cc49215999c81430efd35ebef6182cf761ff2822  # tags/0.50.1^0
-source=("git://git.gnome.org/vte#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vte
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd vte
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd vte
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/vte \
---localstatedir=/var --disable-static --enable-introspection 
--enable-glade-catalogue --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_vte3(){
-  depends+=(vte-common)
-
-  cd vte
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/etc/profile.d/vte.sh
-}
-
-package_vte-common() {
-  pkgdesc="Common files used by vte and vte3"
-  depends=(sh)
-
-  cd vte
-  install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh
-}

Copied: vte3/repos/extra-i686/PKGBUILD (from rev 308727, vte3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 22:59:42 UTC (rev 308728)
@@ -0,0 +1,55 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.50.2
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+url="https://wiki.gnome.org/Apps/Terminal/VTE;
+arch=(i686 x86_64)
+license=(LGPL)
+options=(!emptydirs)
+depends=(gtk3 pcre2 gnutls)
+makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf)
+_commit=8de154e7114de86389b826d7ee60bc93a9d7ba5b  # tags/0.50.2^0
+source=("git+https://git.gnome.org/browse/vte#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vte
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd vte
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd vte
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/vte \
+--localstatedir=/var --disable-static --enable-introspection 
--enable-glade-catalogue --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package_vte3(){
+  depends+=(vte-common)
+
+  cd vte
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/etc/profile.d/vte.sh
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  depends=(sh)
+
+  cd vte
+  install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 22:59:05 UTC (rev 308727)
+++ extra-x86_64/PKGBUILD   2017-10-30 22:59:42 UTC (rev 308728)
@@ -1,55 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.50.1
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
-url="https://wiki.gnome.org/Apps/Terminal/VTE;
-arch=(i686 x86_64)
-license=(LGPL)
-options=(!emptydirs)
-depends=(gtk3 pcre2 gnutls)
-makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf)
-_commit=cc49215999c81430efd35ebef6182cf761ff2822  # tags/0.50.1^0
-source=("git://git.gnome.org/vte#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vte
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd vte
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd vte
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/vte \
---localstatedir=/var --disable-static --enable-introspection 
--enable-glade-catalogue --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_vte3(){
-  depends+=(vte-common)
-
-  cd vte
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/etc/profile.d/vte.sh
-}
-

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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:59:05
  Author: heftig
Revision: 308727

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  aisleriot/repos/extra-i686/PKGBUILD
(from rev 308726, aisleriot/trunk/PKGBUILD)
  aisleriot/repos/extra-x86_64/PKGBUILD
(from rev 308726, aisleriot/trunk/PKGBUILD)
Deleted:
  aisleriot/repos/extra-i686/PKGBUILD
  aisleriot/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  106 
 extra-i686/PKGBUILD   |   53 
 extra-x86_64/PKGBUILD |   53 
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 22:58:12 UTC (rev 308726)
+++ extra-i686/PKGBUILD 2017-10-30 22:59:05 UTC (rev 308727)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=aisleriot
-pkgver=3.22.3
-pkgrel=1
-pkgdesc="A collection of patience games written in guile scheme"
-url="https://wiki.gnome.org/Apps/Aisleriot;
-arch=(i686 x86_64)
-license=(GPL)
-groups=(gnome-extra)
-depends=(guile gtk3 librsvg libcanberra gconf dconf)
-makedepends=(intltool itstool docbook-xsl yelp-tools appdata-tools 
gnome-common git)
-optdepends=('libkdegames: KDE card sets'
-'pysolfc: PySol card sets'
-'pysolfc-cardsets: PySol card sets')
-options=(!emptydirs)
-_commit=d83860d68e78d87351cd6faf6d9cb67d724dc1d3  # tags/3.22.3^0
-source=("git+https://git.gnome.org/browse/aisleriot#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static \
---with-kde-card-theme-path=/usr/share/carddecks \
---with-pysol-card-theme-path=/usr/share/PySolFC
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-  install -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
---domain aisleriot "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
-}

Copied: aisleriot/repos/extra-i686/PKGBUILD (from rev 308726, 
aisleriot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 22:59:05 UTC (rev 308727)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=aisleriot
+pkgver=3.22.4
+pkgrel=1
+pkgdesc="A collection of patience games written in guile scheme"
+url="https://wiki.gnome.org/Apps/Aisleriot;
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome-extra)
+depends=(guile gtk3 librsvg libcanberra gconf dconf)
+makedepends=(intltool itstool docbook-xsl yelp-tools appdata-tools 
gnome-common git)
+optdepends=('libkdegames: KDE card sets'
+'pysolfc: PySol card sets'
+'pysolfc-cardsets: PySol card sets')
+options=(!emptydirs)
+_commit=ee57be8209a52e956420293be16df0d87c496dff  # tags/3.22.4^0
+source=("git+https://git.gnome.org/browse/aisleriot#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static \
+--with-kde-card-theme-path=/usr/share/carddecks \
+--with-pysol-card-theme-path=/usr/share/PySolFC
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+  install -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+--domain aisleriot "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 22:58:12 UTC (rev 308726)
+++ extra-x86_64/PKGBUILD   2017-10-30 22:59:05 UTC (rev 308727)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=aisleriot
-pkgver=3.22.3
-pkgrel=1
-pkgdesc="A collection of patience games written in guile scheme"
-url="https://wiki.gnome.org/Apps/Aisleriot;
-arch=(i686 x86_64)
-license=(GPL)
-groups=(gnome-extra)
-depends=(guile gtk3 librsvg libcanberra 

[arch-commits] Commit in at-spi2-atk/repos (6 files)

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:58:12
  Author: heftig
Revision: 308726

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  at-spi2-atk/repos/extra-i686/PKGBUILD
(from rev 308725, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/extra-x86_64/PKGBUILD
(from rev 308725, at-spi2-atk/trunk/PKGBUILD)
Deleted:
  
at-spi2-atk/repos/extra-i686/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
  at-spi2-atk/repos/extra-i686/PKGBUILD
  
at-spi2-atk/repos/extra-x86_64/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
  at-spi2-atk/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   76 
++
 extra-i686/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch   |   28 
---
 extra-i686/PKGBUILD|   42 
-
 extra-x86_64/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch |   28 
---
 extra-x86_64/PKGBUILD  |   42 
-
 5 files changed, 76 insertions(+), 140 deletions(-)

Deleted: extra-i686/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
===
--- extra-i686/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
2017-10-30 22:57:25 UTC (rev 308725)
+++ extra-i686/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
2017-10-30 22:58:12 UTC (rev 308726)
@@ -1,28 +0,0 @@
-From 9c6451833b7550b594c4a3f8082275dfcc81e5ae Mon Sep 17 00:00:00 2001
-Message-Id: 
<9c6451833b7550b594c4a3f8082275dfcc81e5ae.1505468187.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Fri, 15 Sep 2017 07:36:15 +0200
-Subject: [PATCH] meson: Ensure paths written to .pc are absolute
-

- meson.build | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index a357a9798f89da3c..38d37019908376fa 100644
 a/meson.build
-+++ b/meson.build
-@@ -53,8 +53,8 @@ import('gnome')
- pkg_conf = configuration_data()
- pkg_conf.set('prefix', get_option('prefix'))
- pkg_conf.set('exec_prefix', get_option('prefix'))
--pkg_conf.set('libdir', get_option('libdir'))
--pkg_conf.set('includedir', get_option('includedir'))
-+pkg_conf.set('libdir', join_paths(get_option('prefix'), get_option('libdir')))
-+pkg_conf.set('includedir', join_paths(get_option('prefix'), 
get_option('includedir')))
- pkg_conf.set('VERSION', meson.project_version())
- 
- configure_file(input: 'atk-bridge-2.0.pc.in',
--- 
-2.14.1
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 22:57:25 UTC (rev 308725)
+++ extra-i686/PKGBUILD 2017-10-30 22:58:12 UTC (rev 308726)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=at-spi2-atk
-pkgver=2.26.0
-pkgrel=2
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-url="https://wiki.gnome.org/Accessibility;
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(at-spi2-core libx11 libxml2 atk)
-makedepends=(git meson)
-_commit=6c1c9f343fda51780fc12ed1a1746832f070db85  # tags/AT_SPI2_ATK_2_26_0^0
-source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit;
-0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch)
-sha256sums=('SKIP'
-'a7aea6262a4159e5b50134171e52115688e4e2c90ff712f86031d9f9dab348be')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  patch -Np1 -i ../0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
---sysconfdir=/etc
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/extra-i686/PKGBUILD (from rev 308725, 
at-spi2-atk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 22:58:12 UTC (rev 308726)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.26.1
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+url="https://wiki.gnome.org/Accessibility;
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(at-spi2-core libx11 libxml2 atk)
+makedepends=(git meson)
+_commit=3ea01613fb9f10d67f45e931fa5664a68ac49a29  # tags/AT_SPI2_ATK_2_26_1^0
+source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  

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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:57:25
  Author: heftig
Revision: 308725

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-terminal/repos/extra-i686/PKGBUILD
(from rev 308724, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/extra-x86_64/PKGBUILD
(from rev 308724, gnome-terminal/trunk/PKGBUILD)
Deleted:
  gnome-terminal/repos/extra-i686/PKGBUILD
  gnome-terminal/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   92 
 extra-i686/PKGBUILD   |   46 
 extra-x86_64/PKGBUILD |   46 
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 22:56:32 UTC (rev 308724)
+++ extra-i686/PKGBUILD 2017-10-30 22:57:25 UTC (rev 308725)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-terminal
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="The GNOME Terminal Emulator"
-url="https://wiki.gnome.org/Apps/Terminal;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(vte3 gsettings-desktop-schemas dconf)
-makedepends=(intltool itstool docbook-xsl libnautilus-extension appdata-tools
- gnome-shell gconf vala yelp-tools git)
-options=(!emptydirs)
-groups=(gnome)
-_commit=7433fe62ba5b9379e014216c8261e4f2aa8c4c92  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-terminal#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  LDFLAGS+=" -pthread"  ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-terminal/repos/extra-i686/PKGBUILD (from rev 308724, 
gnome-terminal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 22:57:25 UTC (rev 308725)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+url="https://wiki.gnome.org/Apps/Terminal;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(vte3 gsettings-desktop-schemas dconf)
+makedepends=(intltool itstool docbook-xsl libnautilus-extension appdata-tools
+ gnome-shell gconf vala yelp-tools git)
+options=(!emptydirs)
+groups=(gnome)
+_commit=01bc2c2877f0a6205960a743187e0f46afb8f851  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-terminal#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  LDFLAGS+=" -pthread"  ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 22:56:32 UTC (rev 308724)
+++ extra-x86_64/PKGBUILD   2017-10-30 22:57:25 UTC (rev 308725)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-terminal
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="The GNOME Terminal Emulator"
-url="https://wiki.gnome.org/Apps/Terminal;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(vte3 gsettings-desktop-schemas dconf)
-makedepends=(intltool itstool docbook-xsl libnautilus-extension appdata-tools
- gnome-shell gconf vala yelp-tools git)
-options=(!emptydirs)
-groups=(gnome)
-_commit=7433fe62ba5b9379e014216c8261e4f2aa8c4c92  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-terminal#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  LDFLAGS+=" -pthread"  ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-terminal/repos/extra-x86_64/PKGBUILD (from rev 308724, 
gnome-terminal/trunk/PKGBUILD)

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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:56:32
  Author: heftig
Revision: 308724

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gucharmap/repos/extra-i686/PKGBUILD
(from rev 308723, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/extra-x86_64/PKGBUILD
(from rev 308723, gucharmap/trunk/PKGBUILD)
Deleted:
  gucharmap/repos/extra-i686/PKGBUILD
  gucharmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 22:52:45 UTC (rev 308723)
+++ extra-i686/PKGBUILD 2017-10-30 22:56:32 UTC (rev 308724)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan De Groot 
-
-pkgname=gucharmap
-pkgver=10.0.2
-pkgrel=1
-pkgdesc="Gnome Unicode Charmap"
-url="https://wiki.gnome.org/Apps/Gucharmap;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gtk3)
-makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl
- python2 appdata-tools unicode-character-database unzip 
gnome-common git)
-groups=(gnome)
-_commit=888c18d2459a45c23fdbfaa29c13e849dfec842e  # tags/10.0.2^0
-source=("git+https://git.gnome.org/browse/gucharmap#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
---disable-schemas-compile --enable-introspection 
--with-unicode-data=/usr/share/unicode
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gucharmap/repos/extra-i686/PKGBUILD (from rev 308723, 
gucharmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 22:56:32 UTC (rev 308724)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan De Groot 
+
+pkgname=gucharmap
+pkgver=10.0.3
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+url="https://wiki.gnome.org/Apps/Gucharmap;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gtk3)
+makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl
+ python2 appdata-tools unicode-character-database unzip 
gnome-common git)
+groups=(gnome)
+_commit=a0958b4a4bad86a54d612d524694f4967f693f5c  # tags/10.0.3^0
+source=("git+https://git.gnome.org/browse/gucharmap#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
+--disable-schemas-compile --enable-introspection 
--with-unicode-data=/usr/share/unicode
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 22:52:45 UTC (rev 308723)
+++ extra-x86_64/PKGBUILD   2017-10-30 22:56:32 UTC (rev 308724)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan De Groot 
-
-pkgname=gucharmap
-pkgver=10.0.2
-pkgrel=1
-pkgdesc="Gnome Unicode Charmap"
-url="https://wiki.gnome.org/Apps/Gucharmap;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gtk3)
-makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl
- python2 appdata-tools unicode-character-database unzip 
gnome-common git)
-groups=(gnome)
-_commit=888c18d2459a45c23fdbfaa29c13e849dfec842e  # tags/10.0.2^0
-source=("git+https://git.gnome.org/browse/gucharmap#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
---disable-schemas-compile --enable-introspection 
--with-unicode-data=/usr/share/unicode
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gucharmap/repos/extra-x86_64/PKGBUILD (from rev 308723, 
gucharmap/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-30 22:56:32 UTC (rev 308724)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan 

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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:52:45
  Author: heftig
Revision: 308723

3.22.4-1

Modified:
  aisleriot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 22:50:23 UTC (rev 308722)
+++ PKGBUILD2017-10-30 22:52:45 UTC (rev 308723)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=aisleriot
-pkgver=3.22.3
+pkgver=3.22.4
 pkgrel=1
 pkgdesc="A collection of patience games written in guile scheme"
 url="https://wiki.gnome.org/Apps/Aisleriot;
@@ -15,7 +15,7 @@
 'pysolfc: PySol card sets'
 'pysolfc-cardsets: PySol card sets')
 options=(!emptydirs)
-_commit=d83860d68e78d87351cd6faf6d9cb67d724dc1d3  # tags/3.22.3^0
+_commit=ee57be8209a52e956420293be16df0d87c496dff  # tags/3.22.4^0
 source=("git+https://git.gnome.org/browse/aisleriot#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -49,5 +49,5 @@
   install -d "$pkgdir/usr/share/gconf/schemas"
   gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
 --domain aisleriot "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm "$pkgdir"/etc/gconf/schemas/*.schemas
 }


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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:50:23
  Author: heftig
Revision: 308722

3.26.2-1

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 22:49:25 UTC (rev 308721)
+++ PKGBUILD2017-10-30 22:50:23 UTC (rev 308722)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 url="https://wiki.gnome.org/Apps/Terminal;
@@ -13,7 +13,7 @@
  gnome-shell gconf vala yelp-tools git)
 options=(!emptydirs)
 groups=(gnome)
-_commit=7433fe62ba5b9379e014216c8261e4f2aa8c4c92  # tags/3.26.1^0
+_commit=01bc2c2877f0a6205960a743187e0f46afb8f851  # tags/3.26.2^0
 source=("git+https://git.gnome.org/browse/gnome-terminal#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:49:25
  Author: heftig
Revision: 308721

0.50.2-1

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 22:46:14 UTC (rev 308720)
+++ PKGBUILD2017-10-30 22:49:25 UTC (rev 308721)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.50.1
+pkgver=0.50.2
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
 url="https://wiki.gnome.org/Apps/Terminal/VTE;
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 depends=(gtk3 pcre2 gnutls)
 makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf)
-_commit=cc49215999c81430efd35ebef6182cf761ff2822  # tags/0.50.1^0
+_commit=8de154e7114de86389b826d7ee60bc93a9d7ba5b  # tags/0.50.2^0
 source=("git+https://git.gnome.org/browse/vte#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:46:14
  Author: heftig
Revision: 308720

10.0.3-1

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 22:37:10 UTC (rev 308719)
+++ PKGBUILD2017-10-30 22:46:14 UTC (rev 308720)
@@ -3,7 +3,7 @@
 # Contributor: Jan De Groot 
 
 pkgname=gucharmap
-pkgver=10.0.2
+pkgver=10.0.3
 pkgrel=1
 pkgdesc="Gnome Unicode Charmap"
 url="https://wiki.gnome.org/Apps/Gucharmap;
@@ -13,7 +13,7 @@
 makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl
  python2 appdata-tools unicode-character-database unzip 
gnome-common git)
 groups=(gnome)
-_commit=888c18d2459a45c23fdbfaa29c13e849dfec842e  # tags/10.0.2^0
+_commit=a0958b4a4bad86a54d612d524694f4967f693f5c  # tags/10.0.3^0
 source=("git+https://git.gnome.org/browse/gucharmap#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in at-spi2-atk/trunk (2 files)

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:37:10
  Author: heftig
Revision: 308719

2.26.1-1

Modified:
  at-spi2-atk/trunk/PKGBUILD
Deleted:
  at-spi2-atk/trunk/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch

---+
 0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch |   28 
 PKGBUILD  |   16 ++
 2 files changed, 6 insertions(+), 38 deletions(-)

Deleted: 0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
===
--- 0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch   2017-10-30 
22:32:30 UTC (rev 308718)
+++ 0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch   2017-10-30 
22:37:10 UTC (rev 308719)
@@ -1,28 +0,0 @@
-From 9c6451833b7550b594c4a3f8082275dfcc81e5ae Mon Sep 17 00:00:00 2001
-Message-Id: 
<9c6451833b7550b594c4a3f8082275dfcc81e5ae.1505468187.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Fri, 15 Sep 2017 07:36:15 +0200
-Subject: [PATCH] meson: Ensure paths written to .pc are absolute
-

- meson.build | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index a357a9798f89da3c..38d37019908376fa 100644
 a/meson.build
-+++ b/meson.build
-@@ -53,8 +53,8 @@ import('gnome')
- pkg_conf = configuration_data()
- pkg_conf.set('prefix', get_option('prefix'))
- pkg_conf.set('exec_prefix', get_option('prefix'))
--pkg_conf.set('libdir', get_option('libdir'))
--pkg_conf.set('includedir', get_option('includedir'))
-+pkg_conf.set('libdir', join_paths(get_option('prefix'), get_option('libdir')))
-+pkg_conf.set('includedir', join_paths(get_option('prefix'), 
get_option('includedir')))
- pkg_conf.set('VERSION', meson.project_version())
- 
- configure_file(input: 'atk-bridge-2.0.pc.in',
--- 
-2.14.1
-

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 22:32:30 UTC (rev 308718)
+++ PKGBUILD2017-10-30 22:37:10 UTC (rev 308719)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.26.0
-pkgrel=2
+pkgver=2.26.1
+pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 url="https://wiki.gnome.org/Accessibility;
 arch=(i686 x86_64)
@@ -10,11 +10,9 @@
 license=(GPL2)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=6c1c9f343fda51780fc12ed1a1746832f070db85  # tags/AT_SPI2_ATK_2_26_0^0
-source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit;
-0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch)
-sha256sums=('SKIP'
-'a7aea6262a4159e5b50134171e52115688e4e2c90ff712f86031d9f9dab348be')
+_commit=3ea01613fb9f10d67f45e931fa5664a68ac49a29  # tags/AT_SPI2_ATK_2_26_1^0
+source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -24,13 +22,11 @@
 prepare() {
   mkdir build
   cd $pkgname
-  patch -Np1 -i ../0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
 }
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
---sysconfdir=/etc
+  arch-meson ../$pkgname
   ninja
 }
 


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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:32:30
  Author: heftig
Revision: 308718

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libhttpseverywhere/repos/extra-i686/PKGBUILD
(from rev 308717, libhttpseverywhere/trunk/PKGBUILD)
  libhttpseverywhere/repos/extra-x86_64/PKGBUILD
(from rev 308717, libhttpseverywhere/trunk/PKGBUILD)
Deleted:
  libhttpseverywhere/repos/extra-i686/PKGBUILD
  libhttpseverywhere/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 22:31:53 UTC (rev 308717)
+++ extra-i686/PKGBUILD 2017-10-30 22:32:30 UTC (rev 308718)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Adrià Arrufat (archdria) 
-
-pkgname=libhttpseverywhere
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="Leverage the power of HTTPS Everywhere"
-url="https://git.gnome.org/browse/libhttpseverywhere;
-arch=(i686 x86_64)
-license=(LGPL3)
-depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
-makedepends=(meson vala gobject-introspection git)
-_commit=5245345227fb62d2aad00bbb624273977e12f325  # tags/0.6.2^0
-source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_valadoc=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libhttpseverywhere/repos/extra-i686/PKGBUILD (from rev 308717, 
libhttpseverywhere/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 22:32:30 UTC (rev 308718)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Adrià Arrufat (archdria) 
+
+pkgname=libhttpseverywhere
+pkgver=0.6.3
+pkgrel=1
+pkgdesc="Leverage the power of HTTPS Everywhere"
+url="https://git.gnome.org/browse/libhttpseverywhere;
+arch=(i686 x86_64)
+license=(LGPL3)
+depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
+makedepends=(meson vala gobject-introspection git)
+_commit=c660e5a905eb8bee90f1bd79dfbd947279d58973  # tags/0.6.3^0
+source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_valadoc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 22:31:53 UTC (rev 308717)
+++ extra-x86_64/PKGBUILD   2017-10-30 22:32:30 UTC (rev 308718)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Adrià Arrufat (archdria) 
-
-pkgname=libhttpseverywhere
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="Leverage the power of HTTPS Everywhere"
-url="https://git.gnome.org/browse/libhttpseverywhere;
-arch=(i686 x86_64)
-license=(LGPL3)
-depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
-makedepends=(meson vala gobject-introspection git)
-_commit=5245345227fb62d2aad00bbb624273977e12f325  # tags/0.6.2^0
-source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_valadoc=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libhttpseverywhere/repos/extra-x86_64/PKGBUILD (from rev 308717, 
libhttpseverywhere/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-30 22:32:30 UTC (rev 308718)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Adrià Arrufat (archdria) 
+
+pkgname=libhttpseverywhere
+pkgver=0.6.3
+pkgrel=1
+pkgdesc="Leverage the power of HTTPS Everywhere"
+url="https://git.gnome.org/browse/libhttpseverywhere;
+arch=(i686 x86_64)
+license=(LGPL3)
+depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
+makedepends=(meson vala gobject-introspection git)
+_commit=c660e5a905eb8bee90f1bd79dfbd947279d58973  # tags/0.6.3^0

[arch-commits] Commit in at-spi2-core/repos (4 files)

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:31:53
  Author: heftig
Revision: 308717

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  at-spi2-core/repos/extra-i686/PKGBUILD
(from rev 308716, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/extra-x86_64/PKGBUILD
(from rev 308716, at-spi2-core/trunk/PKGBUILD)
Deleted:
  at-spi2-core/repos/extra-i686/PKGBUILD
  at-spi2-core/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 22:30:40 UTC (rev 308716)
+++ extra-i686/PKGBUILD 2017-10-30 22:31:53 UTC (rev 308717)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=at-spi2-core
-pkgver=2.26.1
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-url="https://git.gnome.org/browse/at-spi2-core;
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(dbus glib2 libxtst)
-makedepends=(intltool gobject-introspection git gtk-doc meson)
-_commit=832febae6759636ce7abf98a93738d60a9726a3b  # tags/AT_SPI2_CORE_2_26_1^0
-source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-  
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_docs=true
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-i686/PKGBUILD (from rev 308716, 
at-spi2-core/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 22:31:53 UTC (rev 308717)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=at-spi2-core
+pkgver=2.26.2
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+url="https://git.gnome.org/browse/at-spi2-core;
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dbus glib2 libxtst)
+makedepends=(intltool gobject-introspection git gtk-doc meson)
+_commit=43b8453d43ab56b7f717050f8102a4ebfcc1dcc7  # tags/AT_SPI2_CORE_2_26_2^0
+source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+  
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_docs=true
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 22:30:40 UTC (rev 308716)
+++ extra-x86_64/PKGBUILD   2017-10-30 22:31:53 UTC (rev 308717)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=at-spi2-core
-pkgver=2.26.1
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-url="https://git.gnome.org/browse/at-spi2-core;
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(dbus glib2 libxtst)
-makedepends=(intltool gobject-introspection git gtk-doc meson)
-_commit=832febae6759636ce7abf98a93738d60a9726a3b  # tags/AT_SPI2_CORE_2_26_1^0
-source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-  
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_docs=true
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-x86_64/PKGBUILD (from rev 308716, 
at-spi2-core/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-30 22:31:53 UTC (rev 308717)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=at-spi2-core
+pkgver=2.26.2
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+url="https://git.gnome.org/browse/at-spi2-core;
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dbus glib2 libxtst)
+makedepends=(intltool gobject-introspection git gtk-doc meson)
+_commit=43b8453d43ab56b7f717050f8102a4ebfcc1dcc7  # tags/AT_SPI2_CORE_2_26_2^0
+source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+  
+build() 

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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:31:17
  Author: heftig
Revision: 264828

archrelease: copy trunk to community-i686, community-x86_64

Added:
  simple-scan/repos/community-i686/PKGBUILD
(from rev 264827, simple-scan/trunk/PKGBUILD)
  simple-scan/repos/community-x86_64/PKGBUILD
(from rev 264827, simple-scan/trunk/PKGBUILD)
Deleted:
  simple-scan/repos/community-i686/PKGBUILD
  simple-scan/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 76 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-30 22:26:03 UTC (rev 264827)
+++ community-i686/PKGBUILD 2017-10-30 22:31:17 UTC (rev 264828)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Joeny Ang 
-
-pkgname=simple-scan
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Simple scanning utility"
-url="https://launchpad.net/simple-scan;
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(sane dconf gtk3 colord libgusb)
-makedepends=(yelp-tools meson vala)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1e756edd8903d526da1c7e54810277969700a0b9618aa3d105c914e4276ae70e')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: simple-scan/repos/community-i686/PKGBUILD (from rev 264827, 
simple-scan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-30 22:31:17 UTC (rev 264828)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="https://launchpad.net/simple-scan;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(sane dconf gtk3 colord libgusb)
+makedepends=(yelp-tools meson vala git)
+_commit=6ed023f9d94d1d394d7a98505004b53b9bf99a38  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/simple-scan#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-30 22:26:03 UTC (rev 264827)
+++ community-x86_64/PKGBUILD   2017-10-30 22:31:17 UTC (rev 264828)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Joeny Ang 
-
-pkgname=simple-scan
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Simple scanning utility"
-url="https://launchpad.net/simple-scan;
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(sane dconf gtk3 colord libgusb)
-makedepends=(yelp-tools meson vala)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1e756edd8903d526da1c7e54810277969700a0b9618aa3d105c914e4276ae70e')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: simple-scan/repos/community-x86_64/PKGBUILD (from rev 264827, 
simple-scan/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-30 22:31:17 UTC (rev 264828)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="https://launchpad.net/simple-scan;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(sane dconf gtk3 colord libgusb)
+makedepends=(yelp-tools meson vala git)
+_commit=6ed023f9d94d1d394d7a98505004b53b9bf99a38  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/simple-scan#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd 

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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:30:40
  Author: heftig
Revision: 308716

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 22:27:37 UTC (rev 308715)
+++ extra-i686/PKGBUILD 2017-10-30 22:30:40 UTC (rev 308716)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
-makedepends=(intltool gobject-introspection gnome-common git)
-groups=(gnome-extra)
-_commit=9b2d558766b348d5242b8b523f7747c9d2425955  # tags/v3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-maps/repos/extra-i686/PKGBUILD (from rev 308715, 
gnome-maps/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 22:30:40 UTC (rev 308716)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
+makedepends=(intltool gobject-introspection gnome-common git)
+groups=(gnome-extra)
+_commit=a3914b854785c43f3936d2a7dea3714003eb7efd  # tags/v3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 22:27:37 UTC (rev 308715)
+++ extra-x86_64/PKGBUILD   2017-10-30 22:30:40 UTC (rev 308716)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
-makedepends=(intltool gobject-introspection gnome-common git)
-groups=(gnome-extra)
-_commit=9b2d558766b348d5242b8b523f7747c9d2425955  # tags/v3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 308715, 
gnome-maps/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-30 22:30:40 UTC (rev 308716)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
+makedepends=(intltool gobject-introspection gnome-common git)
+groups=(gnome-extra)

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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:27:37
  Author: heftig
Revision: 308715

0.6.3-1

Modified:
  libhttpseverywhere/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 22:26:38 UTC (rev 308714)
+++ PKGBUILD2017-10-30 22:27:37 UTC (rev 308715)
@@ -3,7 +3,7 @@
 # Contributor: Adrià Arrufat (archdria) 
 
 pkgname=libhttpseverywhere
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc="Leverage the power of HTTPS Everywhere"
 url="https://git.gnome.org/browse/libhttpseverywhere;
@@ -11,7 +11,7 @@
 license=(LGPL3)
 depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
 makedepends=(meson vala gobject-introspection git)
-_commit=5245345227fb62d2aad00bbb624273977e12f325  # tags/0.6.2^0
+_commit=c660e5a905eb8bee90f1bd79dfbd947279d58973  # tags/0.6.3^0
 source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:26:38
  Author: heftig
Revision: 308714

2.26.2-1

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 22:25:58 UTC (rev 308713)
+++ PKGBUILD2017-10-30 22:26:38 UTC (rev 308714)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-core
-pkgver=2.26.1
+pkgver=2.26.2
 pkgrel=1
 pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
 url="https://git.gnome.org/browse/at-spi2-core;
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(dbus glib2 libxtst)
 makedepends=(intltool gobject-introspection git gtk-doc meson)
-_commit=832febae6759636ce7abf98a93738d60a9726a3b  # tags/AT_SPI2_CORE_2_26_1^0
+_commit=43b8453d43ab56b7f717050f8102a4ebfcc1dcc7  # tags/AT_SPI2_CORE_2_26_2^0
 source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:26:03
  Author: heftig
Revision: 264827

3.26.2-1

Modified:
  simple-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 21:35:16 UTC (rev 264826)
+++ PKGBUILD2017-10-30 22:26:03 UTC (rev 264827)
@@ -4,7 +4,7 @@
 # Contributor: Joeny Ang 
 
 pkgname=simple-scan
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="Simple scanning utility"
 url="https://launchpad.net/simple-scan;
@@ -11,18 +11,24 @@
 arch=(i686 x86_64)
 license=(GPL3)
 depends=(sane dconf gtk3 colord libgusb)
-makedepends=(yelp-tools meson vala)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1e756edd8903d526da1c7e54810277969700a0b9618aa3d105c914e4276ae70e')
+makedepends=(yelp-tools meson vala git)
+_commit=6ed023f9d94d1d394d7a98505004b53b9bf99a38  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/simple-scan#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
   mkdir build
-  cd $pkgname-$pkgver
+  cd $pkgname
 }
 
 build() {
   cd build
-  arch-meson ../$pkgname-$pkgver
+  arch-meson ../$pkgname
   ninja
 }
 


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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 22:25:58
  Author: heftig
Revision: 308713

3.26.2-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 21:55:56 UTC (rev 308712)
+++ PKGBUILD2017-10-30 22:25:58 UTC (rev 308713)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps;
@@ -11,7 +11,7 @@
 depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
 makedepends=(intltool gobject-introspection gnome-common git)
 groups=(gnome-extra)
-_commit=9b2d558766b348d5242b8b523f7747c9d2425955  # tags/v3.26.1^0
+_commit=a3914b854785c43f3936d2a7dea3714003eb7efd  # tags/v3.26.2^0
 source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-30 Thread Christian Hesse
Date: Monday, October 30, 2017 @ 21:55:42
  Author: eworm
Revision: 308711

upgpkg: rsync 3.1.2-8

undo the protection of home directories

Modified:
  rsync/trunk/PKGBUILD
  rsync/trunk/rsync.install
  rsync/trunk/rsyncd.service
  rsync/trunk/rsyncd@.service

-+
 PKGBUILD|6 +++---
 rsync.install   |6 +++---
 rsyncd.service  |2 +-
 rsyncd@.service |2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 21:10:55 UTC (rev 308710)
+++ PKGBUILD2017-10-30 21:55:42 UTC (rev 308711)
@@ -2,7 +2,7 @@
 
 pkgname=rsync
 pkgver=3.1.2
-pkgrel=7
+pkgrel=8
 pkgdesc="A file transfer program to keep remote files in sync"
 arch=('i686' 'x86_64')
 url="https://rsync.samba.org/;
@@ -21,9 +21,9 @@
 'SKIP'
 '733ccb571721433c3a6262c58b658253ca6553bec79c2bdd0011810bb4f2156b'
 'da0ec9ce07bf2edafbc8e44020da29a58038b00c3048a22de57017c56318a767'
-'c6998eaa5f3baa0e02830c182acacbb966187c428f8e42eab087f681f8e3d0a6'
+'6ad010a1f85f5637bdd0972403c032ca30d71608a36943c71c34ba1c5b463cd6'
 '551f17407de0e539c8419fc2cd48dd0124eb0253a186690b165b51703ffad1a5'
-'53e9e2546a74ce622f4eabc5590662fc2d0b06467f71f95428ab7926ea7e24c4')
+'21983037aa116943b89ec982bc88e02c12376763e46f5ab25944cc1da29235ae')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"

Modified: rsync.install
===
--- rsync.install   2017-10-30 21:10:55 UTC (rev 308710)
+++ rsync.install   2017-10-30 21:55:42 UTC (rev 308711)
@@ -7,8 +7,8 @@
   # return if neither service nor socket is enabled...
   systemctl -q is-enabled rsyncd.service rsyncd.socket || return 0
 
-  echo ' > For security reasons the rsyncd service protects home (/root and 
/home are'
-  echo ' > inaccessibly) and system (/boot, /etc and /usr are read-only). If 
you need'
-  echo ' > access use rsync via ssh or see the wiki for instructions to 
override:'
+  echo ' > For security reasons the rsyncd service protects the system by 
making'
+  echo ' > paths /boot, /etc and /usr read-only. If you need write access use'
+  echo ' > rsync via ssh or see the wiki for instructions to override:'
   echo ' > https://wiki.archlinux.org/index.php/Rsync#rsync_daemon'
 }

Modified: rsyncd.service
===
--- rsyncd.service  2017-10-30 21:10:55 UTC (rev 308710)
+++ rsyncd.service  2017-10-30 21:55:42 UTC (rev 308711)
@@ -6,7 +6,7 @@
 ExecStart=/usr/bin/rsync --daemon --no-detach
 RestartSec=1
 ProtectSystem=full
-ProtectHome=on
+ProtectHome=off
 PrivateDevices=on
 NoNewPrivileges=on
 

Modified: rsyncd@.service
===
--- rsyncd@.service 2017-10-30 21:10:55 UTC (rev 308710)
+++ rsyncd@.service 2017-10-30 21:55:42 UTC (rev 308711)
@@ -8,6 +8,6 @@
 StandardOutput=inherit
 StandardError=journal
 ProtectSystem=full
-ProtectHome=on
+ProtectHome=off
 PrivateDevices=on
 NoNewPrivileges=on


[arch-commits] Commit in rsync/repos (16 files)

2017-10-30 Thread Christian Hesse
Date: Monday, October 30, 2017 @ 21:55:56
  Author: eworm
Revision: 308712

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  rsync/repos/testing-i686/
  rsync/repos/testing-i686/PKGBUILD
(from rev 308711, rsync/trunk/PKGBUILD)
  rsync/repos/testing-i686/rsync.install
(from rev 308711, rsync/trunk/rsync.install)
  rsync/repos/testing-i686/rsync.xinetd
(from rev 308711, rsync/trunk/rsync.xinetd)
  rsync/repos/testing-i686/rsyncd.conf
(from rev 308711, rsync/trunk/rsyncd.conf)
  rsync/repos/testing-i686/rsyncd.service
(from rev 308711, rsync/trunk/rsyncd.service)
  rsync/repos/testing-i686/rsyncd.socket
(from rev 308711, rsync/trunk/rsyncd.socket)
  rsync/repos/testing-i686/rsyncd@.service
(from rev 308711, rsync/trunk/rsyncd@.service)
  rsync/repos/testing-x86_64/
  rsync/repos/testing-x86_64/PKGBUILD
(from rev 308711, rsync/trunk/PKGBUILD)
  rsync/repos/testing-x86_64/rsync.install
(from rev 308711, rsync/trunk/rsync.install)
  rsync/repos/testing-x86_64/rsync.xinetd
(from rev 308711, rsync/trunk/rsync.xinetd)
  rsync/repos/testing-x86_64/rsyncd.conf
(from rev 308711, rsync/trunk/rsyncd.conf)
  rsync/repos/testing-x86_64/rsyncd.service
(from rev 308711, rsync/trunk/rsyncd.service)
  rsync/repos/testing-x86_64/rsyncd.socket
(from rev 308711, rsync/trunk/rsyncd.socket)
  rsync/repos/testing-x86_64/rsyncd@.service
(from rev 308711, rsync/trunk/rsyncd@.service)

+
 testing-i686/PKGBUILD  |   54 +++
 testing-i686/rsync.install |   14 ++
 testing-i686/rsync.xinetd  |   11 +++
 testing-i686/rsyncd.conf   |   10 +++
 testing-i686/rsyncd.service|   14 ++
 testing-i686/rsyncd.socket |   10 +++
 testing-i686/rsyncd@.service   |   13 +
 testing-x86_64/PKGBUILD|   54 +++
 testing-x86_64/rsync.install   |   14 ++
 testing-x86_64/rsync.xinetd|   11 +++
 testing-x86_64/rsyncd.conf |   10 +++
 testing-x86_64/rsyncd.service  |   14 ++
 testing-x86_64/rsyncd.socket   |   10 +++
 testing-x86_64/rsyncd@.service |   13 +
 14 files changed, 252 insertions(+)

Copied: rsync/repos/testing-i686/PKGBUILD (from rev 308711, 
rsync/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-30 21:55:56 UTC (rev 308712)
@@ -0,0 +1,54 @@
+# $Id$
+
+pkgname=rsync
+pkgver=3.1.2
+pkgrel=8
+pkgdesc="A file transfer program to keep remote files in sync"
+arch=('i686' 'x86_64')
+url="https://rsync.samba.org/;
+license=('GPL3')
+depends=('perl' 'popt' 'acl')
+backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
+install=rsync.install
+validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5') # Wayne Davison 

+source=("https://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz"{,.asc}
+'rsyncd.conf'
+'rsync.xinetd'
+'rsyncd.service'
+'rsyncd.socket'
+'rsyncd@.service')
+sha256sums=('ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2'
+'SKIP'
+'733ccb571721433c3a6262c58b658253ca6553bec79c2bdd0011810bb4f2156b'
+'da0ec9ce07bf2edafbc8e44020da29a58038b00c3048a22de57017c56318a767'
+'6ad010a1f85f5637bdd0972403c032ca30d71608a36943c71c34ba1c5b463cd6'
+'551f17407de0e539c8419fc2cd48dd0124eb0253a186690b165b51703ffad1a5'
+'21983037aa116943b89ec982bc88e02c12376763e46f5ab25944cc1da29235ae')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   # rsync requires the bundled zlib to support old-style --compress
+   # This is to be reevaluated once rsync 3.1.1 is more available in the 
wild...
+   ./configure --prefix=/usr \
+   --with-included-popt=no \
+   --with-included-zlib=yes \
+   --disable-debug
+   make
+}
+
+check() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make test
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 ../rsyncd.conf "$pkgdir/etc/rsyncd.conf"
+   install -Dm644 ../rsync.xinetd "$pkgdir/etc/xinetd.d/rsync"
+   install -Dm644 ../rsyncd.service 
"$pkgdir/usr/lib/systemd/system/rsyncd.service"
+   install -m644 ../rsyncd.socket 
"$pkgdir/usr/lib/systemd/system/rsyncd.socket"
+   install -m644 ../rsyncd@.service 
"$pkgdir/usr/lib/systemd/system/rsyncd@.service"
+   install -Dm755 support/rrsync "$pkgdir/usr/lib/rsync/rrsync"
+}

Copied: rsync/repos/testing-i686/rsync.install (from rev 308711, 
rsync/trunk/rsync.install)
===
--- testing-i686/rsync.install  (rev 0)
+++ testing-i686/rsync.install  2017-10-30 21:55:56 UTC (rev 308712)
@@ -0,0 +1,14 @@

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

2017-10-30 Thread Pierre Neidhardt
Date: Monday, October 30, 2017 @ 21:35:16
  Author: ambrevar
Revision: 264826

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fzf/repos/community-i686/PKGBUILD
(from rev 264825, fzf/trunk/PKGBUILD)
  fzf/repos/community-x86_64/PKGBUILD
(from rev 264825, fzf/trunk/PKGBUILD)
Deleted:
  fzf/repos/community-i686/PKGBUILD
  fzf/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  118 
 community-i686/PKGBUILD   |   59 --
 community-x86_64/PKGBUILD |   59 --
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-30 21:10:26 UTC (rev 264825)
+++ community-i686/PKGBUILD 2017-10-30 21:35:16 UTC (rev 264826)
@@ -1,59 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.17.0.2
-_pkgver=0.17.0-2
-pkgrel=1
-pkgdesc="Command-line fuzzy finder"
-arch=("i686" "x86_64")
-url="https://github.com/junegunn/fzf;
-license=("MIT")
-makedepends=("git" "go-pie")
-optdepends=("fish: fish keybindings"
-   "tmux: fzf-tmux script for launching fzf in a tmux pane"
-   "vim: plugin"
-   "zsh: zsh keybindings")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$_pkgver.tar.gz;
-   "git+https://github.com/junegunn/$pkgname.wiki;)
-sha256sums=('a084415231b452b92a6b8aa87a69c0c02ee59bfe95774bf0d4fcc9a6251ece20'
-'SKIP')
-
-build() {
-   cd "$srcdir/$pkgname-$_pkgver"
-
-   msg2 'Building...'
-   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
-}
-
-package() {
-   cd "$srcdir/$pkgname-$_pkgver"
-
-   ## Doc
-   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
-
-   ## Man page
-   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
-
-   ## License
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
-
-   ## Binaries
-   install -dm755 "$pkgdir/usr/bin"
-   install -m755 "$srcdir/bin/fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir/usr/share/fzf"
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
-
-   ## Fish keybindings
-   install -Dm644 "shell/key-bindings.fish" 
"$pkgdir/usr/share/fish/functions/fzf_key_bindings.fish"
-
-   ## Vim plugin
-   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
-}

Copied: fzf/repos/community-i686/PKGBUILD (from rev 264825, fzf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-30 21:35:16 UTC (rev 264826)
@@ -0,0 +1,59 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.17.0.2
+_pkgver=0.17.0-2
+pkgrel=1
+pkgdesc="Command-line fuzzy finder"
+arch=("i686" "x86_64")
+url="https://github.com/junegunn/fzf;
+license=("MIT")
+makedepends=("git" "go-pie")
+optdepends=("fish: fish keybindings"
+   "tmux: fzf-tmux script for launching fzf in a tmux pane"
+   "vim: plugin"
+   "zsh: zsh keybindings")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$_pkgver.tar.gz;
+   "git+https://github.com/junegunn/$pkgname.wiki;)
+sha256sums=('a084415231b452b92a6b8aa87a69c0c02ee59bfe95774bf0d4fcc9a6251ece20'
+'SKIP')
+
+build() {
+   cd "$srcdir/$pkgname-$_pkgver"
+
+   msg2 'Building...'
+   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
+}
+
+package() {
+   cd "$srcdir/$pkgname-$_pkgver"
+
+   ## Doc
+   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
+
+   ## Man page
+   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
+
+   ## License
+   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
+
+   ## Binaries
+   install -dm755 "$pkgdir/usr/bin"
+   install -m755 "$srcdir/bin/fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
+
+   ## Completion and keybindings
+   install -dm755 "$pkgdir/usr/share/fzf"
+   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
+
+   ## Fish keybindings
+   

[arch-commits] Commit in (slib)

2017-10-30 Thread Antonio Rojas
Date: Monday, October 30, 2017 @ 21:10:55
  Author: arojas
Revision: 308710

extra2community: Moving slib from extra to community

Deleted:
  slib/


[arch-commits] Commit in (5 files)

2017-10-30 Thread Antonio Rojas
Date: Monday, October 30, 2017 @ 21:10:13
  Author: arojas
Revision: 264824

extra2community: Moving slib from extra to community

Added:
  slib/
  slib/repos/
  slib/trunk/
  slib/trunk/PKGBUILD
  slib/trunk/slib.install

--+
 PKGBUILD |   44 
 slib.install |   14 ++
 2 files changed, 58 insertions(+)

Added: slib/trunk/PKGBUILD
===
--- slib/trunk/PKGBUILD (rev 0)
+++ slib/trunk/PKGBUILD 2017-10-30 21:10:13 UTC (rev 264824)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: David Moore 
+
+pkgname=slib
+pkgver=3b5
+pkgrel=2
+pkgdesc="A library providing functions for Scheme implementations"
+arch=('any')
+url="http://people.csail.mit.edu/jaffer/SLIB.html;
+license=('custom')
+depends=('guile1.8' 'sh')
+options=('emptydirs')
+install=slib.install
+source=("http://groups.csail.mit.edu/mac/ftpdir/scm/$pkgname-$pkgver.zip;)
+md5sums=('b3181fa98bbb4153a4fc984c3e71a86b')
+
+prepare() {
+  cd ${pkgname}
+  sed -r -i "s,/usr/(local/)?lib/slib,/usr/share/slib,g" *.init
+}
+
+package() {
+  cd ${pkgname}
+  install -m755 -d "${pkgdir}"/usr/{bin,share/{guile/site,slib}}
+  install -m644 *.scm *.init *.xyz *.txt *.dat *.ps "${pkgdir}/usr/share/slib/"
+  install -D -m644 slib.info "${pkgdir}/usr/share/info/slib.info"
+  install -D -m644 slib.1 "${pkgdir}/usr/share/man/man1/slib.1"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+
+  cat << _EOF > "${pkgdir}/usr/bin/slib"
+#!/bin/sh
+SCHEME_LIBRARY_PATH=/usr/share/slib/
+export SCHEME_LIBRARY_PATH
+VERSION=${pkgver}
+S48_VICINITY="/usr/share/scheme48/"
+export S48_VICINITY
+_EOF
+
+  cat slib.sh >> "${pkgdir}/usr/bin/slib"
+  chmod 755 "${pkgdir}/usr/bin/slib"
+
+  ln -s /usr/share/slib "${pkgdir}/usr/share/guile/site/"
+}


Property changes on: slib/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: slib/trunk/slib.install
===
--- slib/trunk/slib.install (rev 0)
+++ slib/trunk/slib.install 2017-10-30 21:10:13 UTC (rev 264824)
@@ -0,0 +1,14 @@
+#TODO the addition of other implementation support should be added here. We
+# can/should generate catalogs for mzscheme, drscheme, whatever else we can
+
+post_upgrade () {
+  guile1.8 -c "((use-modules (ice-9 slib))(require 'new-catalog)(quit))"
+}
+
+post_install() {
+  post_upgrade
+}
+
+pre_remove() {
+  rm usr/share/guile/site/slibcat
+}


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

2017-10-30 Thread Antonio Rojas
Date: Monday, October 30, 2017 @ 21:10:26
  Author: arojas
Revision: 264825

archrelease: copy trunk to community-any

Added:
  slib/repos/community-any/
  slib/repos/community-any/PKGBUILD
(from rev 264824, slib/trunk/PKGBUILD)
  slib/repos/community-any/slib.install
(from rev 264824, slib/trunk/slib.install)

--+
 PKGBUILD |   44 
 slib.install |   14 ++
 2 files changed, 58 insertions(+)

Copied: slib/repos/community-any/PKGBUILD (from rev 264824, slib/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-30 21:10:26 UTC (rev 264825)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: David Moore 
+
+pkgname=slib
+pkgver=3b5
+pkgrel=2
+pkgdesc="A library providing functions for Scheme implementations"
+arch=('any')
+url="http://people.csail.mit.edu/jaffer/SLIB.html;
+license=('custom')
+depends=('guile1.8' 'sh')
+options=('emptydirs')
+install=slib.install
+source=("http://groups.csail.mit.edu/mac/ftpdir/scm/$pkgname-$pkgver.zip;)
+md5sums=('b3181fa98bbb4153a4fc984c3e71a86b')
+
+prepare() {
+  cd ${pkgname}
+  sed -r -i "s,/usr/(local/)?lib/slib,/usr/share/slib,g" *.init
+}
+
+package() {
+  cd ${pkgname}
+  install -m755 -d "${pkgdir}"/usr/{bin,share/{guile/site,slib}}
+  install -m644 *.scm *.init *.xyz *.txt *.dat *.ps "${pkgdir}/usr/share/slib/"
+  install -D -m644 slib.info "${pkgdir}/usr/share/info/slib.info"
+  install -D -m644 slib.1 "${pkgdir}/usr/share/man/man1/slib.1"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+
+  cat << _EOF > "${pkgdir}/usr/bin/slib"
+#!/bin/sh
+SCHEME_LIBRARY_PATH=/usr/share/slib/
+export SCHEME_LIBRARY_PATH
+VERSION=${pkgver}
+S48_VICINITY="/usr/share/scheme48/"
+export S48_VICINITY
+_EOF
+
+  cat slib.sh >> "${pkgdir}/usr/bin/slib"
+  chmod 755 "${pkgdir}/usr/bin/slib"
+
+  ln -s /usr/share/slib "${pkgdir}/usr/share/guile/site/"
+}

Copied: slib/repos/community-any/slib.install (from rev 264824, 
slib/trunk/slib.install)
===
--- community-any/slib.install  (rev 0)
+++ community-any/slib.install  2017-10-30 21:10:26 UTC (rev 264825)
@@ -0,0 +1,14 @@
+#TODO the addition of other implementation support should be added here. We
+# can/should generate catalogs for mzscheme, drscheme, whatever else we can
+
+post_upgrade () {
+  guile1.8 -c "((use-modules (ice-9 slib))(require 'new-catalog)(quit))"
+}
+
+post_install() {
+  post_upgrade
+}
+
+pre_remove() {
+  rm usr/share/guile/site/slibcat
+}


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

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 21:05:07
  Author: andyrtr
Revision: 308708

archrelease: copy trunk to extra-x86_64

Added:
  libxfont2/repos/extra-x86_64/PKGBUILD
(from rev 308707, libxfont2/trunk/PKGBUILD)
Deleted:
  libxfont2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-30 21:04:51 UTC (rev 308707)
+++ PKGBUILD2017-10-30 21:05:07 UTC (rev 308708)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=libxfont2
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="X11 font rasterisation library"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
-license=('custom')
-depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto')
-makedepends=('xorg-util-macros' 'xtrans')
-source=(${url}/archive/individual/lib/libXfont2-${pkgver}.tar.bz2{,.sig})
-sha256sums=('94088d3b87f7d42c7116d9adaad155859e93330c6e47f5989f2de600b9a6c111'
-'SKIP')
-validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

-validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
-
-build() {
-  cd "${srcdir}/libXfont2-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libXfont2-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxfont2/repos/extra-x86_64/PKGBUILD (from rev 308707, 
libxfont2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-30 21:05:07 UTC (rev 308708)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=libxfont2
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="X11 font rasterisation library"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto')
+makedepends=('xorg-util-macros' 'xtrans')
+source=(${url}/archive/individual/lib/libXfont2-${pkgver}.tar.bz2{,.sig})
+sha256sums=('94088d3b87f7d42c7116d9adaad155859e93330c6e47f5989f2de600b9a6c111'
+'SKIP')
+validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
+
+build() {
+  cd "${srcdir}/libXfont2-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libXfont2-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in libxfont2/repos/extra-i686 (PKGBUILD PKGBUILD)

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 21:04:51
  Author: andyrtr
Revision: 308707

archrelease: copy trunk to extra-i686

Added:
  libxfont2/repos/extra-i686/PKGBUILD
(from rev 308706, libxfont2/trunk/PKGBUILD)
Deleted:
  libxfont2/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-30 21:04:19 UTC (rev 308706)
+++ PKGBUILD2017-10-30 21:04:51 UTC (rev 308707)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=libxfont2
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="X11 font rasterisation library"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
-license=('custom')
-depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto')
-makedepends=('xorg-util-macros' 'xtrans')
-source=(${url}/archive/individual/lib/libXfont2-${pkgver}.tar.bz2{,.sig})
-sha256sums=('94088d3b87f7d42c7116d9adaad155859e93330c6e47f5989f2de600b9a6c111'
-'SKIP')
-validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

-validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
-
-build() {
-  cd "${srcdir}/libXfont2-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libXfont2-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxfont2/repos/extra-i686/PKGBUILD (from rev 308706, 
libxfont2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-30 21:04:51 UTC (rev 308707)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=libxfont2
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="X11 font rasterisation library"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto')
+makedepends=('xorg-util-macros' 'xtrans')
+source=(${url}/archive/individual/lib/libXfont2-${pkgver}.tar.bz2{,.sig})
+sha256sums=('94088d3b87f7d42c7116d9adaad155859e93330c6e47f5989f2de600b9a6c111'
+'SKIP')
+validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
+
+build() {
+  cd "${srcdir}/libXfont2-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libXfont2-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 21:04:19
  Author: andyrtr
Revision: 308706

use https in url

Modified:
  libxfont2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 20:59:56 UTC (rev 308705)
+++ PKGBUILD2017-10-30 21:04:19 UTC (rev 308706)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="X11 font rasterisation library"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto')
 makedepends=('xorg-util-macros' 'xtrans')


[arch-commits] Commit in hplip/repos (12 files)

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 20:59:56
  Author: andyrtr
Revision: 308705

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  
hplip/repos/testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 308704, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  hplip/repos/testing-i686/PKGBUILD
(from rev 308704, hplip/trunk/PKGBUILD)
  hplip/repos/testing-i686/disable_upgrade.patch
(from rev 308704, hplip/trunk/disable_upgrade.patch)
  
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 308704, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  hplip/repos/testing-x86_64/PKGBUILD
(from rev 308704, hplip/trunk/PKGBUILD)
  hplip/repos/testing-x86_64/disable_upgrade.patch
(from rev 308704, hplip/trunk/disable_upgrade.patch)
Deleted:
  
hplip/repos/testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
  hplip/repos/testing-i686/PKGBUILD
  hplip/repos/testing-i686/disable_upgrade.patch
  
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
  hplip/repos/testing-x86_64/PKGBUILD
  hplip/repos/testing-x86_64/disable_upgrade.patch

+
 /0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch   
|  100 +
 /PKGBUILD  
|  184 ++
 /disable_upgrade.patch 
|   28 +
 testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch   
|   50 --
 testing-i686/PKGBUILD  
|   92 -
 testing-i686/disable_upgrade.patch 
|   14 
 testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
|   50 --
 testing-x86_64/PKGBUILD
|   92 -
 testing-x86_64/disable_upgrade.patch   
|   14 
 9 files changed, 312 insertions(+), 312 deletions(-)

Deleted: 
testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
===
--- 
testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
2017-10-30 20:59:35 UTC (rev 308704)
+++ 
testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
2017-10-30 20:59:56 UTC (rev 308705)
@@ -1,50 +0,0 @@
-From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
-From: Till Kamppeter 
-Date: Sat, 24 Sep 2016 10:37:20 +0200
-Subject: Add 'include ' in various places as CUPS 2.2 moved some
- definitions to ppd.h
-

- configure.in   | 2 +-
- prnt/hpcups/HPCupsFilter.h | 2 ++
- prnt/hpijs/hpcupsfax.cpp   | 1 +
- 3 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/configure.in b/configure.in
-index d3a1ddb..eabe14a 100755
 a/configure.in
-+++ b/configure.in
-@@ -554,7 +554,7 @@ fi
- 
- if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
-AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], 
[AC_MSG_ERROR([cannot find libcups support], 9)])
--   AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel 
support], 3)])
-+   AC_CHECK_HEADERS(cups/cups.h cups/ppd.h, ,[AC_MSG_ERROR([cannot find 
cups-devel support], 3)])
-if test "$libusb01_build" = "yes"; then
-   AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot 
find libusb support], 2)])
-   AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel 
support], 11)])
-diff --git a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
-index ff5548e..c517989 100644
 a/prnt/hpcups/HPCupsFilter.h
-+++ b/prnt/hpcups/HPCupsFilter.h
-@@ -38,6 +38,8 @@
- 
- #include "dbuscomm.h"
- 
-+#include 
-+
- #define   DBITMAPFILEHEADER   14
- #define   DBITMAPINFOHEADER   40
- 
-diff --git a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
-index 8514775..994e50f 100644
 a/prnt/hpijs/hpcupsfax.cpp
-+++ b/prnt/hpijs/hpcupsfax.cpp
-@@ -43,6 +43,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #ifdef FALSE

Copied: 
hplip/repos/testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 (from rev 308704, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
===
--- 
testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(rev 0)
+++ 
testing-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
2017-10-30 20:59:56 UTC (rev 308705)
@@ -0,0 

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

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 20:59:35
  Author: andyrtr
Revision: 308704

upgpkg: hplip 3.17.10-2

don't list AUR pkg dependency

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 20:26:22 UTC (rev 308703)
+++ PKGBUILD2017-10-30 20:59:35 UTC (rev 308704)
@@ -6,7 +6,7 @@
 
 pkgname=hplip
 pkgver=3.17.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com;
@@ -21,9 +21,9 @@
 'rpcbind: for network support'
 'python-pyqt5: for running GUI and hp-toolbox'
 'python-gobject: for running hp-toolbox'
-'hplip-plugin: binary blobs for specific devices (AUR) or run 
hp-setup to download the plugin'
 'libusb: for advanced usb support'
 'wget: for network support')
+# 'hplip-plugin: binary blobs for specific devices (AUR) or run hp-setup to 
download the plugin'
 backup=('etc/hp/hplip.conf' 'etc/sane.d/dll.d/hpaio')
 
source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
 disable_upgrade.patch


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

2017-10-30 Thread Baptiste Jonglez
Date: Monday, October 30, 2017 @ 20:55:08
  Author: zorun
Revision: 264823

archrelease: copy trunk to community-i686, community-x86_64

Added:
  opendht/repos/community-i686/PKGBUILD
(from rev 264822, opendht/trunk/PKGBUILD)
  opendht/repos/community-x86_64/PKGBUILD
(from rev 264822, opendht/trunk/PKGBUILD)
Deleted:
  opendht/repos/community-i686/PKGBUILD
  opendht/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   42 --
 community-x86_64/PKGBUILD |   42 --
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-30 20:54:33 UTC (rev 264822)
+++ community-i686/PKGBUILD 2017-10-30 20:55:08 UTC (rev 264823)
@@ -1,42 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-pkgname=opendht
-pkgver=1.3.6
-pkgrel=1
-epoch=1
-pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
-arch=('i686' 'x86_64')
-depends=('gnutls' 'nettle' 'readline' 'argon2')
-makedepends=('msgpack-c' 'cmake' 'cython')
-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=('7e888748741a0a2cc44639c580f29fa4c58cddbf08622626b754f0c9b99a4392')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Building...'
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DOPENDHT_PYTHON=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:

Copied: opendht/repos/community-i686/PKGBUILD (from rev 264822, 
opendht/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-30 20:55:08 UTC (rev 264823)
@@ -0,0 +1,42 @@
+# Maintainer: Baptiste Jonglez 
+pkgname=opendht
+pkgver=1.4.1
+pkgrel=1
+epoch=1
+pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
+arch=('i686' 'x86_64')
+depends=('gnutls' 'nettle' 'readline' 'argon2')
+makedepends=('msgpack-c' 'cmake' 'cython')
+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=('9a6f9aa05f854079f56ee4ab9b9c3cc359c94eaedbd01c69e4356d471247adc9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  msg2 'Building...'
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DOPENDHT_PYTHON=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:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-30 20:54:33 UTC (rev 264822)
+++ community-x86_64/PKGBUILD   2017-10-30 20:55:08 UTC (rev 264823)
@@ -1,42 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-pkgname=opendht
-pkgver=1.3.6
-pkgrel=1
-epoch=1
-pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
-arch=('i686' 'x86_64')
-depends=('gnutls' 'nettle' 'readline' 'argon2')
-makedepends=('msgpack-c' 'cmake' 'cython')
-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=('7e888748741a0a2cc44639c580f29fa4c58cddbf08622626b754f0c9b99a4392')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Building...'
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DOPENDHT_PYTHON=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:

Copied: opendht/repos/community-x86_64/PKGBUILD (from rev 264822, 
opendht/trunk/PKGBUILD)

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

2017-10-30 Thread Baptiste Jonglez
Date: Monday, October 30, 2017 @ 20:54:33
  Author: zorun
Revision: 264822

upgpkg: opendht 1:1.4.1-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 20:47:13 UTC (rev 264821)
+++ PKGBUILD2017-10-30 20:54:33 UTC (rev 264822)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.3.6
+pkgver=1.4.1
 pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@@ -11,7 +11,7 @@
 url="https://github.com/savoirfairelinux/opendht;
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('7e888748741a0a2cc44639c580f29fa4c58cddbf08622626b754f0c9b99a4392')
+sha256sums=('9a6f9aa05f854079f56ee4ab9b9c3cc359c94eaedbd01c69e4356d471247adc9')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-10-30 Thread Pierre Neidhardt
Date: Monday, October 30, 2017 @ 20:47:13
  Author: ambrevar
Revision: 264821

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 264820, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-30 20:43:00 UTC (rev 264820)
+++ PKGBUILD2017-10-30 20:47:13 UTC (rev 264821)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Pierre Neidhardt 
-# Contributor: Daniel Wallace 
-# Contributor: Byron Clark 
-
-pkgname=udiskie
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Removable disk automounter using udisks"
-arch=("any")
-url="https://pypi.python.org/pypi/udiskie;
-license=("MIT")
-depends=("udisks2" "python-gobject" "python-setuptools" "python-yaml" 
"python-docopt" "gtk3" "libnotify" "python-keyutils")
-makedepends=("asciidoc")
-options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
-md5sums=('d02a2feb7da4d60ff48226dc672e69e7')
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   export LC_ALL=en_US.utf8
-
-   python setup.py install --root="$pkgdir" --optimize=1
-
-   make -C doc
-   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
-   install -m644 completions/* "$pkgdir/usr/share/zsh/site-functions"
-}

Copied: udiskie/repos/community-any/PKGBUILD (from rev 264820, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-30 20:47:13 UTC (rev 264821)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Pierre Neidhardt 
+# Contributor: Daniel Wallace 
+# Contributor: Byron Clark 
+
+pkgname=udiskie
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=("any")
+url="https://pypi.python.org/pypi/udiskie;
+license=("MIT")
+depends=("udisks2" "python-gobject" "python-setuptools" "python-yaml" 
"python-docopt" "gtk3" "libnotify" "python-keyutils")
+makedepends=("asciidoc")
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
+md5sums=('d02a2feb7da4d60ff48226dc672e69e7')
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   export LC_ALL=en_US.utf8
+
+   python setup.py install --root="$pkgdir" --optimize=1
+
+   make -C doc
+   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
+   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
+   install -m644 completions/* "$pkgdir/usr/share/zsh/site-functions"
+}


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

2017-10-30 Thread Pierre Neidhardt
Date: Monday, October 30, 2017 @ 20:43:00
  Author: ambrevar
Revision: 264820

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fzf/repos/community-i686/PKGBUILD
(from rev 264819, fzf/trunk/PKGBUILD)
  fzf/repos/community-x86_64/PKGBUILD
(from rev 264819, fzf/trunk/PKGBUILD)
Deleted:
  fzf/repos/community-i686/PKGBUILD
  fzf/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  118 
 community-i686/PKGBUILD   |   59 --
 community-x86_64/PKGBUILD |   59 --
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-30 20:32:55 UTC (rev 264819)
+++ community-i686/PKGBUILD 2017-10-30 20:43:00 UTC (rev 264820)
@@ -1,59 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.17.0.2
-_pkgver=0.17.0-2
-pkgrel=1
-pkgdesc="Command-line fuzzy finder"
-arch=("i686" "x86_64")
-url="https://github.com/junegunn/fzf;
-license=("MIT")
-makedepends=("git" "go-pie")
-optdepends=("fish: fish keybindings"
-   "tmux: fzf-tmux script for launching fzf in a tmux pane"
-   "vim: plugin"
-   "zsh: zsh keybindings")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$_pkgver.tar.gz;
-   "git+https://github.com/junegunn/$pkgname.wiki;)
-sha256sums=('a084415231b452b92a6b8aa87a69c0c02ee59bfe95774bf0d4fcc9a6251ece20'
-'SKIP')
-
-build() {
-   cd "$srcdir/$pkgname-$_pkgver"
-
-   msg2 'Building...'
-   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
-}
-
-package() {
-   cd "$srcdir/$pkgname-$_pkgver"
-
-   ## Doc
-   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
-
-   ## Man page
-   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
-
-   ## License
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
-
-   ## Binaries
-   install -dm755 "$pkgdir/usr/bin"
-   install -m755 "$srcdir/bin/fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir/usr/share/fzf"
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
-
-   ## Fish keybindings
-   install -Dm644 "shell/key-bindings.fish" 
"$pkgdir/usr/share/fish/functions/fzf_key_bindings.fish"
-
-   ## Vim plugin
-   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
-}

Copied: fzf/repos/community-i686/PKGBUILD (from rev 264819, fzf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-30 20:43:00 UTC (rev 264820)
@@ -0,0 +1,59 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.17.0.2
+_pkgver=0.17.0-2
+pkgrel=1
+pkgdesc="Command-line fuzzy finder"
+arch=("i686" "x86_64")
+url="https://github.com/junegunn/fzf;
+license=("MIT")
+makedepends=("git" "go-pie")
+optdepends=("fish: fish keybindings"
+   "tmux: fzf-tmux script for launching fzf in a tmux pane"
+   "vim: plugin"
+   "zsh: zsh keybindings")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$_pkgver.tar.gz;
+   "git+https://github.com/junegunn/$pkgname.wiki;)
+sha256sums=('a084415231b452b92a6b8aa87a69c0c02ee59bfe95774bf0d4fcc9a6251ece20'
+'SKIP')
+
+build() {
+   cd "$srcdir/$pkgname-$_pkgver"
+
+   msg2 'Building...'
+   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
+}
+
+package() {
+   cd "$srcdir/$pkgname-$_pkgver"
+
+   ## Doc
+   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
+
+   ## Man page
+   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
+
+   ## License
+   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
+
+   ## Binaries
+   install -dm755 "$pkgdir/usr/bin"
+   install -m755 "$srcdir/bin/fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
+
+   ## Completion and keybindings
+   install -dm755 "$pkgdir/usr/share/fzf"
+   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
+
+   ## Fish keybindings
+   

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

2017-10-30 Thread Felix Yan
Date: Monday, October 30, 2017 @ 20:32:55
  Author: felixonmars
Revision: 264819

archrelease: copy trunk to community-any

Added:
  deepin-wallpapers-plasma/repos/community-any/
  deepin-wallpapers-plasma/repos/community-any/PKGBUILD
(from rev 264818, deepin-wallpapers-plasma/trunk/PKGBUILD)

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

Copied: deepin-wallpapers-plasma/repos/community-any/PKGBUILD (from rev 264818, 
deepin-wallpapers-plasma/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-30 20:32:55 UTC (rev 264819)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wallpapers-plasma
+pkgver=5.11.2
+pkgrel=1
+pkgdesc='Additional Deepin desktop wallpapers from Plasma'
+arch=('any')
+license=('GPL')
+url="https://www.kde.org/workspaces/plasmadesktop/;
+depends=('plasma-workspace-wallpapers')
+makedepends=('deepin-api' 'breeze')
+optdepends=('breeze: for default wallpaper in breeze theme')
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/wallpapers/deepin
+
+  for _item in /usr/share/wallpapers/*; do
+[[ ! -d $_item/contents/images ]] && continue
+_source=$(du -a $_item/contents/images/* | sort -n | tail -n 1 | cut -f 2)
+_extension=${_source##*.}
+_target=/usr/share/wallpapers/deepin/${_item##*/}.$_extension
+_md5name=$(echo -n $_target | md5sum)
+_md5name=${_md5name%  *}.$_extension
+
+ln -s $_source "$pkgdir"/$_target
+/usr/lib/deepin-api/image-blur --sigma 30 $_source 
"$pkgdir"/var/cache/image-blur/$_md5name
+  done
+}


[arch-commits] Commit in (4 files)

2017-10-30 Thread Felix Yan
Date: Monday, October 30, 2017 @ 20:32:30
  Author: felixonmars
Revision: 264818

addpkg: deepin-wallpapers-plasma 5.11.2-1

Added:
  deepin-wallpapers-plasma/
  deepin-wallpapers-plasma/repos/
  deepin-wallpapers-plasma/trunk/
  deepin-wallpapers-plasma/trunk/PKGBUILD

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

Added: deepin-wallpapers-plasma/trunk/PKGBUILD
===
--- deepin-wallpapers-plasma/trunk/PKGBUILD (rev 0)
+++ deepin-wallpapers-plasma/trunk/PKGBUILD 2017-10-30 20:32:30 UTC (rev 
264818)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wallpapers-plasma
+pkgver=5.11.2
+pkgrel=1
+pkgdesc='Additional Deepin desktop wallpapers from Plasma'
+arch=('any')
+license=('GPL')
+url="https://www.kde.org/workspaces/plasmadesktop/;
+depends=('plasma-workspace-wallpapers')
+makedepends=('deepin-api' 'breeze')
+optdepends=('breeze: for default wallpaper in breeze theme')
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/wallpapers/deepin
+
+  for _item in /usr/share/wallpapers/*; do
+[[ ! -d $_item/contents/images ]] && continue
+_source=$(du -a $_item/contents/images/* | sort -n | tail -n 1 | cut -f 2)
+_extension=${_source##*.}
+_target=/usr/share/wallpapers/deepin/${_item##*/}.$_extension
+_md5name=$(echo -n $_target | md5sum)
+_md5name=${_md5name%  *}.$_extension
+
+ln -s $_source "$pkgdir"/$_target
+/usr/lib/deepin-api/image-blur --sigma 30 $_source 
"$pkgdir"/var/cache/image-blur/$_md5name
+  done
+}


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


[arch-commits] Commit in xf86-video-intel/repos (6 files)

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 20:26:22
  Author: andyrtr
Revision: 308703

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 308702, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 308702, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 308702, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 308702, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   72 ++
 testing-i686/xf86-video-intel.install   |   21 
 testing-x86_64/PKGBUILD |   72 ++
 testing-x86_64/xf86-video-intel.install |   21 
 4 files changed, 186 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 308702, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-30 20:26:22 UTC (rev 308703)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=4798e18b2b2c8b0a05dc967e6140fd9962bc1a73 # master
+pkgver=2.99.917+797+g4798e18b
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa' 'libxvmc' 'pixman' 'xcb-util>=0.3.9' 'libsystemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers')
+source=("git+https://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--with-default-dri=3
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
308702, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2017-10-30 20:26:22 UTC (rev 
308703)
@@ -0,0 +1,21 @@
+post_install() {
+  cat <>> This driver now uses DRI3 as the default Direct Rendering
+Infrastructure. You can try falling back to DRI2 if you run
+into trouble. To do so, save a file with the following 
+content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "DRI" "2" # DRI3 is now default 
+#Option  "AccelMethod"  "sna" # default
+#Option  "AccelMethod"  "uxa" # fallback
+  EndSection
+MSG
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 1:2.99.917+684+g6988b87-3) < 0 )); then
+post_install
+  fi
+}

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 308702, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 20:26:07
  Author: andyrtr
Revision: 308702

upgpkg: xf86-video-intel 1:2.99.917+797+g4798e18b-1

upstream to latest git commit

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 19:57:24 UTC (rev 308701)
+++ PKGBUILD2017-10-30 20:26:07 UTC (rev 308702)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-_commit=04b4f3b7f7b3aa5837854fa2613b3473d7fed7cd # master
-pkgver=2.99.917+796+g04b4f3b7
+_commit=4798e18b2b2c8b0a05dc967e6140fd9962bc1a73 # master
+pkgver=2.99.917+797+g4798e18b
 pkgrel=1
 epoch=1
 arch=(i686 x86_64)


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

2017-10-30 Thread Laurent Carlier
Date: Monday, October 30, 2017 @ 20:24:44
  Author: lcarlier
Revision: 264817

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 264816, lib32-mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 264816, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 264816, lib32-mesa/trunk/PKGBUILD)

+
 0002-glvnd-fix-gl-dot-pc.patch |   12 ++
 LICENSE|   82 +++
 PKGBUILD   |  166 +++
 3 files changed, 260 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch 
(from rev 264816, lib32-mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
===
--- multilib-testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch  
(rev 0)
+++ multilib-testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch  2017-10-30 
20:24:44 UTC (rev 264817)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 264816, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2017-10-30 20:24:44 UTC (rev 264817)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See 

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

2017-10-30 Thread Laurent Carlier
Date: Monday, October 30, 2017 @ 20:24:35
  Author: lcarlier
Revision: 264816

upgpkg: lib32-mesa 17.2.4-1

upstream update 17.2.4

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 19:39:52 UTC (rev 264815)
+++ PKGBUILD2017-10-30 20:24:35 UTC (rev 264816)
@@ -5,8 +5,8 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=17.2.3
-pkgrel=2
+pkgver=17.2.4
+pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-libelf' 'lib32-llvm' 'lib32-libvdpau'
@@ -16,7 +16,7 @@
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
LICENSE
 0002-glvnd-fix-gl-dot-pc.patch)
-sha256sums=('a0b0ec8f7b24dd044d7ab30a8c7e6d3767521e245f88d4ed5dd93315dc56f837'
+sha256sums=('5ba408fecd6e1132e5490eec1a2f04466214e4c65c8b89b331be844768c2e550'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 '64a77944a28026b066c1682c7258d02289d257b24b6f173a9f7580c48beed966')


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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 19:57:24
  Author: heftig
Revision: 308701

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 308700, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 308700, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   90 
 extra-i686/PKGBUILD   |   42 --
 extra-x86_64/PKGBUILD |   42 --
 3 files changed, 90 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 19:56:21 UTC (rev 308700)
+++ extra-i686/PKGBUILD 2017-10-30 19:57:24 UTC (rev 308701)
@@ -1,42 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.13
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=377b6e7e853a05715e1a53f0739042eb23418da7  # tags/1.40.13^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 308700, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 19:57:24 UTC (rev 308701)
@@ -0,0 +1,45 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.13
+pkgrel=2
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=377b6e7e853a05715e1a53f0739042eb23418da7  # tags/1.40.13^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=789625
+  git revert -n c4619480e536e393e2d4a8e26a6ceb5af1fe80e3
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_docs=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 19:56:21 UTC (rev 308700)
+++ extra-x86_64/PKGBUILD   2017-10-30 19:57:24 UTC (rev 308701)
@@ -1,42 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.13
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=377b6e7e853a05715e1a53f0739042eb23418da7  # tags/1.40.13^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 308700, 
pango/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-30 19:57:24 UTC (rev 308701)
@@ -0,0 +1,45 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.13
+pkgrel=2
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=377b6e7e853a05715e1a53f0739042eb23418da7  # tags/1.40.13^0

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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 19:56:21
  Author: heftig
Revision: 308700

1.40.13-2

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 19:42:03 UTC (rev 308699)
+++ PKGBUILD2017-10-30 19:56:21 UTC (rev 308700)
@@ -3,7 +3,7 @@
 
 pkgname=pango
 pkgver=1.40.13
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for layout and rendering of text"
 url="https://www.pango.org/;
 arch=(i686 x86_64)
@@ -23,6 +23,9 @@
 prepare() {
   mkdir build
   cd $pkgname
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=789625
+  git revert -n c4619480e536e393e2d4a8e26a6ceb5af1fe80e3
 }
 
 build() {


[arch-commits] Commit in maxima/repos (community-i686 community-x86_64)

2017-10-30 Thread Jürgen Hötzel
Date: Monday, October 30, 2017 @ 19:42:03
  Author: juergen
Revision: 308699

remove accidentally move to community repo

Deleted:
  maxima/repos/community-i686/
  maxima/repos/community-x86_64/


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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 19:40:33
  Author: heftig
Revision: 308698

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  polari/repos/extra-i686/PKGBUILD
(from rev 308697, polari/trunk/PKGBUILD)
  polari/repos/extra-x86_64/PKGBUILD
(from rev 308697, polari/trunk/PKGBUILD)
Deleted:
  polari/repos/extra-i686/PKGBUILD
  polari/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 19:39:15 UTC (rev 308697)
+++ extra-i686/PKGBUILD 2017-10-30 19:40:33 UTC (rev 308698)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=polari
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-url="https://wiki.gnome.org/Apps/Polari;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
-makedepends=(gobject-introspection appdata-tools yelp-tools appstream-glib git 
meson)
-groups=(gnome-extra)
-_commit=ecc4c3bb781631d2ae8a9c505563ac83fb98c7c9  # tags/3.26.1^0
-source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: polari/repos/extra-i686/PKGBUILD (from rev 308697, 
polari/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 19:40:33 UTC (rev 308698)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=polari
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+url="https://wiki.gnome.org/Apps/Polari;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
+makedepends=(gobject-introspection appdata-tools yelp-tools appstream-glib git 
meson)
+groups=(gnome-extra)
+_commit=148f5740691064c0aa0533ad393588648139c278  # tags/3.26.2^0
+source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 19:39:15 UTC (rev 308697)
+++ extra-x86_64/PKGBUILD   2017-10-30 19:40:33 UTC (rev 308698)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=polari
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-url="https://wiki.gnome.org/Apps/Polari;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
-makedepends=(gobject-introspection appdata-tools yelp-tools appstream-glib git 
meson)
-groups=(gnome-extra)
-_commit=ecc4c3bb781631d2ae8a9c505563ac83fb98c7c9  # tags/3.26.1^0
-source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: polari/repos/extra-x86_64/PKGBUILD (from rev 308697, 
polari/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-30 19:40:33 UTC (rev 308698)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=polari
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+url="https://wiki.gnome.org/Apps/Polari;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
+makedepends=(gobject-introspection appdata-tools yelp-tools appstream-glib git 
meson)
+groups=(gnome-extra)
+_commit=148f5740691064c0aa0533ad393588648139c278  # tags/3.26.2^0

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

2017-10-30 Thread Florian Pritz
Date: Monday, October 30, 2017 @ 19:39:52
  Author: bluewind
Revision: 264815

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 264814, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 264814, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   72 ++---
 upgpkg   |8 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-30 19:39:41 UTC (rev 264814)
+++ PKGBUILD2017-10-30 19:39:52 UTC (rev 264815)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-pkgname=inxi
-pkgver=2.3.40
-pkgrel=1
-pkgdesc="script to get system information"
-arch=('any')
-url="http://inxi.org;
-license=('GPL')
-depends=(coreutils gawk grep pciutils procps-ng sed)
-optdepends=(
-  "dmidecode: inxi -M if no sys machine data"
-  "file: inxi -o unmounted file system"
-  "hddtemp: inxi -Dx show hdd temp"
-  "net-tools: inxi -i ip lan-deprecated"
-  "iproute2: inxi -i ip lan"
-  "lm_sensors: inxi -s sensors output"
-  "usbutils: inxi -A usb audio;-N usb networking"
-  "kmod: inxi -Ax,-Nx module version"
-  "systemd-sysvcompat: inxi -I runlevel"
-  "sudo: inxi -Dx hddtemp-user;-o file-user"
-  "mesa-demos: inxi -G glx info"
-  "xorg-xdpyinfo: inxi -G multi screen resolution"
-  "xorg-xprop: inxi -S desktop data"
-  "xorg-xrandr: inxi -G single screen resolution"
-)
-source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8e7d6cb8bc68c514729b2f44471357d6')
-
-package() {
-  cd "$srcdir"
-  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
-  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 264814, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-30 19:39:52 UTC (rev 264815)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz 
+pkgname=inxi
+pkgver=2.3.42
+pkgrel=1
+pkgdesc="script to get system information"
+arch=('any')
+url="http://inxi.org;
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  "dmidecode: inxi -M if no sys machine data"
+  "file: inxi -o unmounted file system"
+  "hddtemp: inxi -Dx show hdd temp"
+  "net-tools: inxi -i ip lan-deprecated"
+  "iproute2: inxi -i ip lan"
+  "lm_sensors: inxi -s sensors output"
+  "usbutils: inxi -A usb audio;-N usb networking"
+  "kmod: inxi -Ax,-Nx module version"
+  "systemd-sysvcompat: inxi -I runlevel"
+  "sudo: inxi -Dx hddtemp-user;-o file-user"
+  "mesa-demos: inxi -G glx info"
+  "xorg-xdpyinfo: inxi -G multi screen resolution"
+  "xorg-xprop: inxi -S desktop data"
+  "xorg-xrandr: inxi -G single screen resolution"
+)
+source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('7a62ea58a79ae00d786f94b77633cba0')
+
+package() {
+  cd "$srcdir"
+  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
+  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2017-10-30 19:39:41 UTC (rev 264814)
+++ upgpkg  2017-10-30 19:39:52 UTC (rev 264815)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget https://github.com/smxi/inxi/raw/master/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz orion.archlinux.org:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 264814, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2017-10-30 19:39:52 UTC (rev 264815)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget https://github.com/smxi/inxi/raw/master/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz orion.archlinux.org:/srv/ftp/other/community/inxi
+}


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

2017-10-30 Thread Florian Pritz
Date: Monday, October 30, 2017 @ 19:39:41
  Author: bluewind
Revision: 264814

upgpkg: inxi 2.3.42-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 19:17:40 UTC (rev 264813)
+++ PKGBUILD2017-10-30 19:39:41 UTC (rev 264814)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Florian Pritz 
 pkgname=inxi
-pkgver=2.3.40
+pkgver=2.3.42
 pkgrel=1
 pkgdesc="script to get system information"
 arch=('any')
@@ -25,7 +25,7 @@
   "xorg-xrandr: inxi -G single screen resolution"
 )
 
source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8e7d6cb8bc68c514729b2f44471357d6')
+md5sums=('7a62ea58a79ae00d786f94b77633cba0')
 
 package() {
   cd "$srcdir"


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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 19:39:15
  Author: heftig
Revision: 308697

3.26.2-1

Modified:
  polari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 19:36:48 UTC (rev 308696)
+++ PKGBUILD2017-10-30 19:39:15 UTC (rev 308697)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=polari
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="An IRC Client for GNOME"
 url="https://wiki.gnome.org/Apps/Polari;
@@ -11,7 +11,7 @@
 depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
 makedepends=(gobject-introspection appdata-tools yelp-tools appstream-glib git 
meson)
 groups=(gnome-extra)
-_commit=ecc4c3bb781631d2ae8a9c505563ac83fb98c7c9  # tags/3.26.1^0
+_commit=148f5740691064c0aa0533ad393588648139c278  # tags/3.26.2^0
 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-30 Thread Jürgen Hötzel
Date: Monday, October 30, 2017 @ 19:36:48
  Author: juergen
Revision: 308696

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 308695, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 308695, maxima/trunk/PKGBUILD)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   94 
 extra-i686/PKGBUILD   |   47 
 extra-x86_64/PKGBUILD |   47 
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 19:35:17 UTC (rev 308695)
+++ extra-i686/PKGBUILD 2017-10-30 19:36:48 UTC (rev 308696)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.41.0
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.4.0' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha1sums=('0f69a6603d7334bfec6388151eeb768e8c5e7626')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-#check() {  # test 23&129 fail from rtest_taylor
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 308695, 
maxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 19:36:48 UTC (rev 308696)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.41.0
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=1.4.0' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('0f69a6603d7334bfec6388151eeb768e8c5e7626')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+#check() {  # test 23&129 fail from rtest_taylor
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 19:35:17 UTC (rev 308695)
+++ extra-x86_64/PKGBUILD   2017-10-30 19:36:48 UTC (rev 308696)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.41.0
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.4.0' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash 

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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 19:35:17
  Author: heftig
Revision: 308695

archrelease: copy trunk to extra-any

Added:
  itstool/repos/extra-any/PKGBUILD
(from rev 308694, itstool/trunk/PKGBUILD)
Deleted:
  itstool/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-30 19:34:52 UTC (rev 308694)
+++ PKGBUILD2017-10-30 19:35:17 UTC (rev 308695)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Michael Pusterhofer 
-
-pkgname=itstool
-pkgver=2.0.4
-pkgrel=3
-pkgdesc="XML to PO and back again"
-arch=(any)
-url="http://itstool.org/;
-license=(GPL3)
-depends=(python3 libxml2)
-makedepends=(git)
-_commit=890f35998ba7f86bdc58227142309b8ecc618c10  # tags/2.0.4^0
-source=("git+https://github.com/itstool/itstool#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # https://github.com/itstool/itstool/issues/15#issuecomment-337820553
-  git revert -n d3adf0264ee2b6fd28b7eff7dec33501d6e75a7c
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: itstool/repos/extra-any/PKGBUILD (from rev 308694, 
itstool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-30 19:35:17 UTC (rev 308695)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Michael Pusterhofer 
+
+pkgname=itstool
+pkgver=2.0.4+1+g9b84c00
+pkgrel=1
+pkgdesc="XML to PO and back again"
+arch=(any)
+url="http://itstool.org/;
+license=(GPL3)
+depends=(python3 libxml2 docbook-xml)
+makedepends=(git)
+_commit=9b84c007a73e8275ca45762f1bfa3ab7c3a852e2  # master
+source=("git+https://github.com/itstool/itstool#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in yelp-tools/repos/extra-any (PKGBUILD PKGBUILD)

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 19:34:52
  Author: heftig
Revision: 308694

archrelease: copy trunk to extra-any

Added:
  yelp-tools/repos/extra-any/PKGBUILD
(from rev 308693, yelp-tools/trunk/PKGBUILD)
Deleted:
  yelp-tools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-30 19:33:56 UTC (rev 308693)
+++ PKGBUILD2017-10-30 19:34:52 UTC (rev 308694)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=yelp-tools
-pkgver=3.18.0+1+g193c2bd
-pkgrel=2
-pkgdesc="Collection of tools for building and converting documentation"
-url="https://git.gnome.org/browse/yelp-tools;
-arch=(any)
-depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl)
-makedepends=(git)
-license=(GPL)
-_commit=193c2bd0b4d9e80344184e3f14b21c4a5296701c  # master~5
-source=("git+https://git.gnome.org/browse/yelp-tools#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp-tools/repos/extra-any/PKGBUILD (from rev 308693, 
yelp-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-30 19:34:52 UTC (rev 308694)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=yelp-tools
+pkgver=3.18.0+1+g193c2bd
+pkgrel=2
+pkgdesc="Collection of tools for building and converting documentation"
+url="https://git.gnome.org/browse/yelp-tools;
+arch=(any)
+depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl)
+makedepends=(git)
+license=(GPL)
+_commit=193c2bd0b4d9e80344184e3f14b21c4a5296701c  # master~5
+source=("git+https://git.gnome.org/browse/yelp-tools#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 19:33:56
  Author: heftig
Revision: 308693

2.0.4+1+g9b84c00-1

Modified:
  itstool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 19:32:37 UTC (rev 308692)
+++ PKGBUILD2017-10-30 19:33:56 UTC (rev 308693)
@@ -3,15 +3,15 @@
 # Contributor: Michael Pusterhofer 
 
 pkgname=itstool
-pkgver=2.0.4
-pkgrel=3
+pkgver=2.0.4+1+g9b84c00
+pkgrel=1
 pkgdesc="XML to PO and back again"
 arch=(any)
 url="http://itstool.org/;
 license=(GPL3)
-depends=(python3 libxml2)
+depends=(python3 libxml2 docbook-xml)
 makedepends=(git)
-_commit=890f35998ba7f86bdc58227142309b8ecc618c10  # tags/2.0.4^0
+_commit=9b84c007a73e8275ca45762f1bfa3ab7c3a852e2  # master
 source=("git+https://github.com/itstool/itstool#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,8 +22,6 @@
 
 prepare() {
   cd $pkgname
-  # https://github.com/itstool/itstool/issues/15#issuecomment-337820553
-  git revert -n d3adf0264ee2b6fd28b7eff7dec33501d6e75a7c
   autoreconf -fvi
 }
 


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

2017-10-30 Thread Jürgen Hötzel
Date: Monday, October 30, 2017 @ 19:32:37
  Author: juergen
Revision: 308692

archrelease: copy trunk to community-i686, community-x86_64

Added:
  maxima/repos/community-i686/PKGBUILD
(from rev 308691, maxima/trunk/PKGBUILD)
  maxima/repos/community-x86_64/PKGBUILD
(from rev 308691, maxima/trunk/PKGBUILD)
Deleted:
  maxima/repos/community-i686/PKGBUILD
  maxima/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   94 
 community-i686/PKGBUILD   |   47 --
 community-x86_64/PKGBUILD |   47 --
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-30 19:31:47 UTC (rev 308691)
+++ community-i686/PKGBUILD 2017-10-30 19:32:37 UTC (rev 308692)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.41.0
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.4.0' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha1sums=('0f69a6603d7334bfec6388151eeb768e8c5e7626')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-#check() {  # test 23&129 fail from rtest_taylor
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-}

Copied: maxima/repos/community-i686/PKGBUILD (from rev 308691, 
maxima/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-30 19:32:37 UTC (rev 308692)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.41.0
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=1.4.0' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('0f69a6603d7334bfec6388151eeb768e8c5e7626')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+#check() {  # test 23&129 fail from rtest_taylor
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-30 19:31:47 UTC (rev 308691)
+++ community-x86_64/PKGBUILD   2017-10-30 19:32:37 UTC (rev 308692)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.41.0
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.4.0' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 

[arch-commits] Commit in yelp-tools/repos/extra-any (PKGBUILD PKGBUILD)

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 19:31:47
  Author: heftig
Revision: 308691

archrelease: copy trunk to extra-any

Added:
  yelp-tools/repos/extra-any/PKGBUILD
(from rev 308690, yelp-tools/trunk/PKGBUILD)
Deleted:
  yelp-tools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-30 19:31:09 UTC (rev 308690)
+++ PKGBUILD2017-10-30 19:31:47 UTC (rev 308691)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=yelp-tools
-pkgver=3.18.0+1+g193c2bd
-pkgrel=1
-pkgdesc="Tools for creating Yelp documentation"
-arch=('any')
-depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
-makedepends=('git')
-license=('GPL')
-options=('!emptydirs')
-url="http://www.gnome.org;
-_commit=193c2bd0b4d9e80344184e3f14b21c4a5296701c
-source=("git://git.gnome.org/yelp-tools#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp-tools/repos/extra-any/PKGBUILD (from rev 308690, 
yelp-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-30 19:31:47 UTC (rev 308691)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=yelp-tools
+pkgver=3.18.0+1+g193c2bd
+pkgrel=2
+pkgdesc="Collection of tools for building and converting documentation"
+url="https://git.gnome.org/browse/yelp-tools;
+arch=(any)
+depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl)
+makedepends=(git)
+license=(GPL)
+_commit=193c2bd0b4d9e80344184e3f14b21c4a5296701c  # master~5
+source=("git+https://git.gnome.org/browse/yelp-tools#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 19:31:09
  Author: heftig
Revision: 308690

3.18.0+1+g193c2bd-2: Add docbook-xsl dep to ensure we don't download resources 
unnecessarily

Modified:
  yelp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 19:22:26 UTC (rev 308689)
+++ PKGBUILD2017-10-30 19:31:09 UTC (rev 308690)
@@ -4,15 +4,15 @@
 
 pkgname=yelp-tools
 pkgver=3.18.0+1+g193c2bd
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of tools for building and converting documentation"
 url="https://git.gnome.org/browse/yelp-tools;
 arch=(any)
-depends=(yelp-xsl libxslt libxml2 itstool)
+depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl)
 makedepends=(git)
 license=(GPL)
-_commit=193c2bd0b4d9e80344184e3f14b21c4a5296701c
-source=("git://git.gnome.org/yelp-tools#commit=$_commit")
+_commit=193c2bd0b4d9e80344184e3f14b21c4a5296701c  # master~5
+source=("git+https://git.gnome.org/browse/yelp-tools#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 19:22:26
  Author: heftig
Revision: 308689

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bijiben/repos/extra-i686/PKGBUILD
(from rev 308687, bijiben/trunk/PKGBUILD)
  bijiben/repos/extra-x86_64/PKGBUILD
(from rev 308688, bijiben/trunk/PKGBUILD)
Deleted:
  bijiben/repos/extra-i686/PKGBUILD
  bijiben/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 3 files changed, 100 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 19:22:13 UTC (rev 308688)
+++ extra-i686/PKGBUILD 2017-10-30 19:22:26 UTC (rev 308689)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=bijiben
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Write out notes, every detail matters"
-url="https://wiki.gnome.org/Apps/Bijiben;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
-makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
-groups=(gnome-extra)
-_commit=484dc0dc8fe9b560a76c81556cbe1cccb3966a11  # tags/BIJIBEN_3_26_1^0
-source=("git+https://git.gnome.org/browse/bijiben#commit=$_commit;
-"git+https://git.gnome.org/browse/libgd;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  sed -i 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure.ac
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-update-mimedb \
---enable-compile-warnings
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: bijiben/repos/extra-i686/PKGBUILD (from rev 308687, 
bijiben/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 19:22:26 UTC (rev 308689)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=bijiben
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Write out notes, every detail matters"
+url="https://wiki.gnome.org/Apps/Bijiben;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
+makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
+groups=(gnome-extra)
+_commit=bae6c22d229980d412d7edcb589e54732d1279bc  # tags/BIJIBEN_3_26_2^0
+source=("git+https://git.gnome.org/browse/bijiben#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-update-mimedb \
+--enable-compile-warnings
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 19:22:13 UTC (rev 308688)
+++ extra-x86_64/PKGBUILD   2017-10-30 19:22:26 UTC (rev 308689)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=bijiben
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Write out notes, every detail matters"
-url="https://wiki.gnome.org/Apps/Bijiben;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
-makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
-groups=(gnome-extra)
-_commit=484dc0dc8fe9b560a76c81556cbe1cccb3966a11  # tags/BIJIBEN_3_26_1^0
-source=("git+https://git.gnome.org/browse/bijiben#commit=$_commit;
-"git+https://git.gnome.org/browse/libgd;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  sed -i 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure.ac
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh

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

2017-10-30 Thread Jürgen Hötzel
Date: Monday, October 30, 2017 @ 19:22:13
  Author: juergen
Revision: 308688

upgpkg: maxima 5.41.0-2

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 19:21:36 UTC (rev 308687)
+++ PKGBUILD2017-10-30 19:22:13 UTC (rev 308688)
@@ -4,7 +4,7 @@
 
 pkgname=maxima
 pkgver=5.41.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 19:21:36
  Author: heftig
Revision: 308687

3.26.2-1

Modified:
  bijiben/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 19:17:07 UTC (rev 308686)
+++ PKGBUILD2017-10-30 19:21:36 UTC (rev 308687)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=bijiben
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="Write out notes, every detail matters"
 url="https://wiki.gnome.org/Apps/Bijiben;
@@ -11,7 +11,7 @@
 depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
 makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
 groups=(gnome-extra)
-_commit=484dc0dc8fe9b560a76c81556cbe1cccb3966a11  # tags/BIJIBEN_3_26_1^0
+_commit=bae6c22d229980d412d7edcb589e54732d1279bc  # tags/BIJIBEN_3_26_2^0
 source=("git+https://git.gnome.org/browse/bijiben#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;)
 sha256sums=('SKIP'
@@ -25,8 +25,6 @@
 prepare() {
   cd $pkgname
 
-  sed -i 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure.ac
-
   git submodule init
   git config --local submodule.libgd.url "$srcdir/libgd"
   git submodule update


[arch-commits] Commit in kodi/repos (16 files)

2017-10-30 Thread Ike Devolder
Date: Monday, October 30, 2017 @ 19:17:40
  Author: idevolder
Revision: 264813

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  kodi/repos/community-staging-i686/
  kodi/repos/community-staging-i686/10160.patch
(from rev 264812, kodi/trunk/10160.patch)
  kodi/repos/community-staging-i686/10775.patch
(from rev 264812, kodi/trunk/10775.patch)
  kodi/repos/community-staging-i686/9703.patch
(from rev 264812, kodi/trunk/9703.patch)
  kodi/repos/community-staging-i686/PKGBUILD
(from rev 264812, kodi/trunk/PKGBUILD)
  kodi/repos/community-staging-i686/fix-ftpparse.patch
(from rev 264812, kodi/trunk/fix-ftpparse.patch)
  kodi/repos/community-staging-i686/fix-python-lib-path.patch
(from rev 264812, kodi/trunk/fix-python-lib-path.patch)
  kodi/repos/community-staging-i686/kodi.install
(from rev 264812, kodi/trunk/kodi.install)
  kodi/repos/community-staging-x86_64/
  kodi/repos/community-staging-x86_64/10160.patch
(from rev 264812, kodi/trunk/10160.patch)
  kodi/repos/community-staging-x86_64/10775.patch
(from rev 264812, kodi/trunk/10775.patch)
  kodi/repos/community-staging-x86_64/9703.patch
(from rev 264812, kodi/trunk/9703.patch)
  kodi/repos/community-staging-x86_64/PKGBUILD
(from rev 264812, kodi/trunk/PKGBUILD)
  kodi/repos/community-staging-x86_64/fix-ftpparse.patch
(from rev 264812, kodi/trunk/fix-ftpparse.patch)
  kodi/repos/community-staging-x86_64/fix-python-lib-path.patch
(from rev 264812, kodi/trunk/fix-python-lib-path.patch)
  kodi/repos/community-staging-x86_64/kodi.install
(from rev 264812, kodi/trunk/kodi.install)

+
 community-staging-i686/10160.patch |   22 
 community-staging-i686/10775.patch |  839 +++
 community-staging-i686/9703.patch  | 1432 +++
 community-staging-i686/PKGBUILD|  222 ++
 community-staging-i686/fix-ftpparse.patch  |   71 
 community-staging-i686/fix-python-lib-path.patch   |   29 
 community-staging-i686/kodi.install|   17 
 community-staging-x86_64/10160.patch   |   22 
 community-staging-x86_64/10775.patch   |  839 +++
 community-staging-x86_64/9703.patch| 1432 +++
 community-staging-x86_64/PKGBUILD  |  222 ++
 community-staging-x86_64/fix-ftpparse.patch|   71 
 community-staging-x86_64/fix-python-lib-path.patch |   29 
 community-staging-x86_64/kodi.install  |   17 
 14 files changed, 5264 insertions(+)

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


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

2017-10-30 Thread Ike Devolder
Date: Monday, October 30, 2017 @ 19:17:20
  Author: idevolder
Revision: 264812

upgpkg: kodi 17.5-6

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 18:17:19 UTC (rev 264811)
+++ PKGBUILD2017-10-30 19:17:20 UTC (rev 264812)
@@ -22,7 +22,7 @@
 pkgname=('kodi' 'kodi-eventclients' 'kodi-tools-texturepacker' 'kodi-dev')
 pkgver=17.5
 _codename=Krypton
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url="http://kodi.tv;
 license=('GPL2')


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

2017-10-30 Thread Jürgen Hötzel
Date: Monday, October 30, 2017 @ 19:17:07
  Author: juergen
Revision: 308686

archrelease: copy trunk to community-i686, community-x86_64

Added:
  maxima/repos/community-i686/
  maxima/repos/community-i686/PKGBUILD
(from rev 308685, maxima/trunk/PKGBUILD)
  maxima/repos/community-x86_64/
  maxima/repos/community-x86_64/PKGBUILD
(from rev 308685, maxima/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   47 
 community-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: maxima/repos/community-i686/PKGBUILD (from rev 308685, 
maxima/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-30 19:17:07 UTC (rev 308686)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.41.0
+pkgrel=1
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=1.4.0' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('0f69a6603d7334bfec6388151eeb768e8c5e7626')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+#check() {  # test 23&129 fail from rtest_taylor
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
+}

Copied: maxima/repos/community-x86_64/PKGBUILD (from rev 308685, 
maxima/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-30 19:17:07 UTC (rev 308686)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.41.0
+pkgrel=1
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=1.4.0' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('0f69a6603d7334bfec6388151eeb768e8c5e7626')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+#check() {  # test 23&129 fail from rtest_taylor
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
+}


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

2017-10-30 Thread Jürgen Hötzel
Date: Monday, October 30, 2017 @ 19:14:02
  Author: juergen
Revision: 308684

upgpkg: sbcl 1.4.0-1

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 19:12:08 UTC (rev 308683)
+++ PKGBUILD2017-10-30 19:14:02 UTC (rev 308684)
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.3.20
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 url="http://www.sbcl.org/;
@@ -16,7 +16,7 @@
 makedepends=('sbcl')
 
source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
   "arch-fixes.lisp")
-sha256sums=('5282318053b62ff041c14956dd5a2e2e66697482141713c6c5df375d05cd1f62'
+sha256sums=('08d59ca79f78311304664d5093764cda94ff2693d92736d1321fa6074b570769'
 'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
 
 


[arch-commits] Commit in sbcl/repos (12 files)

2017-10-30 Thread Jürgen Hötzel
Date: Monday, October 30, 2017 @ 19:14:17
  Author: juergen
Revision: 308685

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 308684, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 308684, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 308684, sbcl/trunk/texinfo-4.13a-data_types.patch)
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 308684, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 308684, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch
(from rev 308684, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch

-+
 /PKGBUILD   |  150 ++
 /arch-fixes.lisp|   42 +++
 /texinfo-4.13a-data_types.patch |   64 +++
 extra-i686/PKGBUILD |   75 -
 extra-i686/arch-fixes.lisp  |   21 ---
 extra-i686/texinfo-4.13a-data_types.patch   |   32 -
 extra-x86_64/PKGBUILD   |   75 -
 extra-x86_64/arch-fixes.lisp|   21 ---
 extra-x86_64/texinfo-4.13a-data_types.patch |   32 -
 9 files changed, 256 insertions(+), 256 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 19:14:02 UTC (rev 308684)
+++ extra-i686/PKGBUILD 2017-10-30 19:14:17 UTC (rev 308685)
@@ -1,75 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.3.20
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  "arch-fixes.lisp")
-sha256sums=('5282318053b62ff041c14956dd5a2e2e66697482141713c6c5df375d05cd1f62'
-'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  if [[ ${CARCH} = x86_64  ]]; then
-enable_disable_largefile=enable
-  else
-enable_disable_largefile=disable
-  fi
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  "arch-fixes.lisp")
+sha256sums=('08d59ca79f78311304664d5093764cda94ff2693d92736d1321fa6074b570769'
+'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  if [[ ${CARCH} = x86_64  ]]; then
+enable_disable_largefile=enable
+  else
+enable_disable_largefile=disable
+  fi
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp <= endp)
-   break;

Copied: sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch (from rev 308684, 
sbcl/trunk/texinfo-4.13a-data_types.patch)
===
--- extra-i686/texinfo-4.13a-data_types.patch   (rev 0)
+++ extra-i686/texinfo-4.13a-data_types.patch   2017-10-30 19:14:17 UTC (rev 
308685)
@@ -0,0 +1,32 @@
+diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
+--- texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
 texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
+@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
+   const char *carried_over_ptr;
+   

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

2017-10-30 Thread Jürgen Hötzel
Date: Monday, October 30, 2017 @ 19:12:08
  Author: juergen
Revision: 308683

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 308682, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 308682, maxima/trunk/PKGBUILD)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   94 
 extra-i686/PKGBUILD   |   47 
 extra-x86_64/PKGBUILD |   47 
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 19:11:48 UTC (rev 308682)
+++ extra-i686/PKGBUILD 2017-10-30 19:12:08 UTC (rev 308683)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.41.0
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.3.20' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha1sums=('0f69a6603d7334bfec6388151eeb768e8c5e7626')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-#check() {  # test 23&129 fail from rtest_taylor
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 308682, 
maxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 19:12:08 UTC (rev 308683)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.41.0
+pkgrel=1
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=1.4.0' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('0f69a6603d7334bfec6388151eeb768e8c5e7626')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+#check() {  # test 23&129 fail from rtest_taylor
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 19:11:48 UTC (rev 308682)
+++ extra-x86_64/PKGBUILD   2017-10-30 19:12:08 UTC (rev 308683)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.41.0
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.3.20' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when 

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

2017-10-30 Thread Jürgen Hötzel
Date: Monday, October 30, 2017 @ 19:11:48
  Author: juergen
Revision: 308682

sbcl 1.4.0 rebuild

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 18:51:30 UTC (rev 308681)
+++ PKGBUILD2017-10-30 19:11:48 UTC (rev 308682)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net;
-depends=('sbcl=1.3.20' 'texinfo' 'sh' 'shared-mime-info')
+depends=('sbcl=1.4.0' 'texinfo' 'sh' 'shared-mime-info')
 makedepends=('python2' 'emacs')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version


[arch-commits] Commit in at-spi2-core/repos (6 files)

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 18:51:30
  Author: heftig
Revision: 308681

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  at-spi2-core/repos/extra-i686/PKGBUILD
(from rev 308680, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/extra-x86_64/PKGBUILD
(from rev 308680, at-spi2-core/trunk/PKGBUILD)
Deleted:
  at-spi2-core/repos/extra-i686/0001-meson-Actually-use-the-soversion.patch
  at-spi2-core/repos/extra-i686/PKGBUILD
  at-spi2-core/repos/extra-x86_64/0001-meson-Actually-use-the-soversion.patch
  at-spi2-core/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   76 +
 extra-i686/0001-meson-Actually-use-the-soversion.patch   |   26 
 extra-i686/PKGBUILD  |   44 ---
 extra-x86_64/0001-meson-Actually-use-the-soversion.patch |   26 
 extra-x86_64/PKGBUILD|   44 ---
 5 files changed, 76 insertions(+), 140 deletions(-)

Deleted: extra-i686/0001-meson-Actually-use-the-soversion.patch
===
--- extra-i686/0001-meson-Actually-use-the-soversion.patch  2017-10-30 
18:48:23 UTC (rev 308680)
+++ extra-i686/0001-meson-Actually-use-the-soversion.patch  2017-10-30 
18:51:30 UTC (rev 308681)
@@ -1,26 +0,0 @@
-From 7b62f2cb1e363ac4a0c907856c983b195997ccd2 Mon Sep 17 00:00:00 2001
-Message-Id: 
<7b62f2cb1e363ac4a0c907856c983b195997ccd2.1505028215.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 10 Sep 2017 09:23:13 +0200
-Subject: [PATCH] meson: Actually use the soversion
-

- atspi/meson.build | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/atspi/meson.build b/atspi/meson.build
-index 1ec3ecd63e6b5fac..5aeba49ba9c27079 100644
 a/atspi/meson.build
-+++ b/atspi/meson.build
-@@ -68,6 +68,8 @@ atspi_enums = gnome.mkenums('atspi-enum-types',
- atspi_enum_h = atspi_enums[1]
- 
- atspi = shared_library('atspi', atspi_sources + atspi_enums,
-+   version: soversion.split('.')[0],
-+   soversion: soversion,
-include_directories: [ root_inc, registryd_inc ],
-dependencies: [ libdbus_dep, gobject_dep, dbind_dep ],
-install: true)
--- 
-2.14.1
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 18:48:23 UTC (rev 308680)
+++ extra-i686/PKGBUILD 2017-10-30 18:51:30 UTC (rev 308681)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=at-spi2-core
-pkgver=2.26.0+4+g7070583
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-url="https://git.gnome.org/browse/at-spi2-core;
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(dbus glib2 libxtst)
-makedepends=(intltool gobject-introspection git gtk-doc meson)
-_commit=70705839990f8eb5112b0262bb0960e806c62fbc  # master
-source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit;
-0001-meson-Actually-use-the-soversion.patch)
-sha256sums=('SKIP'
-'36f67a3a20bdb63f3ee2199634962a7e93f323d481f8da5801f3ad2a533a9d8e')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  git apply -3 ../0001-meson-Actually-use-the-soversion.patch
-}
-  
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
--Denable_docs=true
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-i686/PKGBUILD (from rev 308680, 
at-spi2-core/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 18:51:30 UTC (rev 308681)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=at-spi2-core
+pkgver=2.26.1
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+url="https://git.gnome.org/browse/at-spi2-core;
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dbus glib2 libxtst)
+makedepends=(intltool gobject-introspection git gtk-doc meson)
+_commit=832febae6759636ce7abf98a93738d60a9726a3b  # tags/AT_SPI2_CORE_2_26_1^0
+source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+  
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_docs=true
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: 

[arch-commits] Commit in at-spi2-core/trunk (2 files)

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 18:48:23
  Author: heftig
Revision: 308680

2.26.1-1

Modified:
  at-spi2-core/trunk/PKGBUILD
Deleted:
  at-spi2-core/trunk/0001-meson-Actually-use-the-soversion.patch

-+
 0001-meson-Actually-use-the-soversion.patch |   26 --
 PKGBUILD|   11 ---
 2 files changed, 4 insertions(+), 33 deletions(-)

Deleted: 0001-meson-Actually-use-the-soversion.patch
===
--- 0001-meson-Actually-use-the-soversion.patch 2017-10-30 18:31:39 UTC (rev 
308679)
+++ 0001-meson-Actually-use-the-soversion.patch 2017-10-30 18:48:23 UTC (rev 
308680)
@@ -1,26 +0,0 @@
-From 7b62f2cb1e363ac4a0c907856c983b195997ccd2 Mon Sep 17 00:00:00 2001
-Message-Id: 
<7b62f2cb1e363ac4a0c907856c983b195997ccd2.1505028215.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 10 Sep 2017 09:23:13 +0200
-Subject: [PATCH] meson: Actually use the soversion
-

- atspi/meson.build | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/atspi/meson.build b/atspi/meson.build
-index 1ec3ecd63e6b5fac..5aeba49ba9c27079 100644
 a/atspi/meson.build
-+++ b/atspi/meson.build
-@@ -68,6 +68,8 @@ atspi_enums = gnome.mkenums('atspi-enum-types',
- atspi_enum_h = atspi_enums[1]
- 
- atspi = shared_library('atspi', atspi_sources + atspi_enums,
-+   version: soversion.split('.')[0],
-+   soversion: soversion,
-include_directories: [ root_inc, registryd_inc ],
-dependencies: [ libdbus_dep, gobject_dep, dbind_dep ],
-install: true)
--- 
-2.14.1
-

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 18:31:39 UTC (rev 308679)
+++ PKGBUILD2017-10-30 18:48:23 UTC (rev 308680)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-core
-pkgver=2.26.0+4+g7070583
+pkgver=2.26.1
 pkgrel=1
 pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
 url="https://git.gnome.org/browse/at-spi2-core;
@@ -10,11 +10,9 @@
 license=(GPL2)
 depends=(dbus glib2 libxtst)
 makedepends=(intltool gobject-introspection git gtk-doc meson)
-_commit=70705839990f8eb5112b0262bb0960e806c62fbc  # master
-source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit;
-0001-meson-Actually-use-the-soversion.patch)
-sha256sums=('SKIP'
-'36f67a3a20bdb63f3ee2199634962a7e93f323d481f8da5801f3ad2a533a9d8e')
+_commit=832febae6759636ce7abf98a93738d60a9726a3b  # tags/AT_SPI2_CORE_2_26_1^0
+source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -24,7 +22,6 @@
 prepare() {
   mkdir build
   cd $pkgname
-  git apply -3 ../0001-meson-Actually-use-the-soversion.patch
 }
   
 build() {


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

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 18:31:39
  Author: andyrtr
Revision: 308679

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  mesa/repos/testing-i686/
  mesa/repos/testing-i686/0002-glvnd-fix-gl-dot-pc.patch
(from rev 308678, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-i686/LICENSE
(from rev 308678, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 308678, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 308678, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 308678, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 308678, mesa/trunk/PKGBUILD)

---+
 testing-i686/0002-glvnd-fix-gl-dot-pc.patch   |   12 +
 testing-i686/LICENSE  |   82 ++
 testing-i686/PKGBUILD |  192 
 testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch |   12 +
 testing-x86_64/LICENSE|   82 ++
 testing-x86_64/PKGBUILD   |  192 
 6 files changed, 572 insertions(+)

Copied: mesa/repos/testing-i686/0002-glvnd-fix-gl-dot-pc.patch (from rev 
308678, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
===
--- testing-i686/0002-glvnd-fix-gl-dot-pc.patch (rev 0)
+++ testing-i686/0002-glvnd-fix-gl-dot-pc.patch 2017-10-30 18:31:39 UTC (rev 
308679)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Copied: mesa/repos/testing-i686/LICENSE (from rev 308678, mesa/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2017-10-30 18:31:39 UTC (rev 308679)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa 

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

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 18:31:16
  Author: andyrtr
Revision: 308678

upgpkg: mesa 17.2.4-1

upstream update 17.2.4

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 18:09:32 UTC (rev 308677)
+++ PKGBUILD2017-10-30 18:31:16 UTC (rev 308678)
@@ -4,8 +4,8 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
-pkgver=17.2.3
-pkgrel=2
+pkgver=17.2.4
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'wayland-protocols'
@@ -15,7 +15,7 @@
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 0002-glvnd-fix-gl-dot-pc.patch)
-sha256sums=('a0b0ec8f7b24dd044d7ab30a8c7e6d3767521e245f88d4ed5dd93315dc56f837'
+sha256sums=('5ba408fecd6e1132e5490eec1a2f04466214e4c65c8b89b331be844768c2e550'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 '64a77944a28026b066c1682c7258d02289d257b24b6f173a9f7580c48beed966')


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

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 18:17:19
  Author: arodseth
Revision: 264811

archrelease: copy trunk to community-x86_64, community-i686

Added:
  libcss/repos/community-i686/PKGBUILD
(from rev 264810, libcss/trunk/PKGBUILD)
  libcss/repos/community-x86_64/PKGBUILD
(from rev 264810, libcss/trunk/PKGBUILD)
Deleted:
  libcss/repos/community-i686/PKGBUILD
  libcss/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 80 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-30 18:17:03 UTC (rev 264810)
+++ community-i686/PKGBUILD 2017-10-30 18:17:19 UTC (rev 264811)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libcss
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils>=0.2.3' 'libwapcaplet>=0.4.0')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('0a71ec6bef24ec1bc33a7505b4909befbe9e9165ca13f6159a3aa43bc413de4f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-i686/PKGBUILD (from rev 264810, 
libcss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-30 18:17:19 UTC (rev 264811)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libcss
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='CSS parser and selection engine'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libcss/' # no https available
+license=('MIT')
+depends=('libparserutils>=0.2.3' 'libwapcaplet>=0.4.0')
+makedepends=('netsurf-buildsystem')
+source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
+sha256sums=('dfb2a3d4967339c35b45b04fb7a95c3b4782302adcbeed2be2f1c88de0d0b69a')
+
+build() {
+  export CFLAGS="$CFLAGS -Wno-error=unused-but-set-variable -w" 
+  sed 's^_BSD_SOURCE^_DEFAULT_SOURCE^' -i "$pkgname-$pkgver/Makefile"
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE="lib-shared" \
+install
+  install -Dm644 "$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-30 18:17:03 UTC (rev 264810)
+++ community-x86_64/PKGBUILD   2017-10-30 18:17:19 UTC (rev 264811)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libcss
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils>=0.2.3' 'libwapcaplet>=0.4.0')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('0a71ec6bef24ec1bc33a7505b4909befbe9e9165ca13f6159a3aa43bc413de4f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

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

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 18:17:03
  Author: arodseth
Revision: 264810

upgpkg: libcss 0.7.0-1

Modified:
  libcss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 18:06:12 UTC (rev 264809)
+++ PKGBUILD2017-10-30 18:17:03 UTC (rev 264810)
@@ -4,31 +4,37 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=libcss
-pkgver=0.6.1
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='CSS parser and selection engine'
 arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
+url='http://www.netsurf-browser.org/projects/libcss/' # no https available
 license=('MIT')
 depends=('libparserutils>=0.2.3' 'libwapcaplet>=0.4.0')
 makedepends=('netsurf-buildsystem')
 
source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('0a71ec6bef24ec1bc33a7505b4909befbe9e9165ca13f6159a3aa43bc413de4f')
+sha256sums=('dfb2a3d4967339c35b45b04fb7a95c3b4782302adcbeed2be2f1c88de0d0b69a')
 
 build() {
-  cd "$pkgname-$pkgver"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+  export CFLAGS="$CFLAGS -Wno-error=unused-but-set-variable -w" 
+  sed 's^_BSD_SOURCE^_DEFAULT_SOURCE^' -i "$pkgname-$pkgver/Makefile"
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+COMPONENT_TYPE="lib-shared"
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE="lib-shared" \
+install
+  install -Dm644 "$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 18:09:32
  Author: andyrtr
Revision: 308677

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libpciaccess/repos/testing-i686/
  libpciaccess/repos/testing-i686/PKGBUILD
(from rev 308676, libpciaccess/trunk/PKGBUILD)
  libpciaccess/repos/testing-x86_64/
  libpciaccess/repos/testing-x86_64/PKGBUILD
(from rev 308676, libpciaccess/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libpciaccess/repos/testing-i686/PKGBUILD (from rev 308676, 
libpciaccess/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-30 18:09:32 UTC (rev 308677)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=libpciaccess
+pkgver=0.14
+pkgrel=1
+pkgdesc="X11 PCI access library"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('bf40214dfd22f2a223f7c948566e6eaa4bfed60116e71b3eb19f6fe7ab2c4546649eb0416c06d5983e476ea5e27de036936646eb5f800ea97763b6d1f1976f4b'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # "Emil Velikov 
" 
+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: libpciaccess/repos/testing-x86_64/PKGBUILD (from rev 308676, 
libpciaccess/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-30 18:09:32 UTC (rev 308677)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=libpciaccess
+pkgver=0.14
+pkgrel=1
+pkgdesc="X11 PCI access library"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('bf40214dfd22f2a223f7c948566e6eaa4bfed60116e71b3eb19f6fe7ab2c4546649eb0416c06d5983e476ea5e27de036936646eb5f800ea97763b6d1f1976f4b'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # "Emil Velikov 
" 
+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 18:09:09
  Author: andyrtr
Revision: 308676

upgpkg: libpciaccess 0.14-1

upstream update 0.14

Modified:
  libpciaccess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 17:51:13 UTC (rev 308675)
+++ PKGBUILD2017-10-30 18:09:09 UTC (rev 308676)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=libpciaccess
-pkgver=0.13.5
+pkgver=0.14
 pkgrel=1
 pkgdesc="X11 PCI access library"
 arch=(i686 x86_64)
@@ -12,10 +12,11 @@
 depends=('glibc')
 makedepends=('xorg-util-macros')
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('4b77aa66b3429fd5f9bff0408b0624305e766bf209f3fa2a0a9024df55bf87ca68f9a5aa34f97ffe131997e0669c65cf542210cf308c0de09842424968c5a159'
+sha512sums=('bf40214dfd22f2a223f7c948566e6eaa4bfed60116e71b3eb19f6fe7ab2c4546649eb0416c06d5983e476ea5e27de036936646eb5f800ea97763b6d1f1976f4b'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # "Emil Velikov 
" 
+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -22,6 +23,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
+
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install


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

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 18:06:12
  Author: arodseth
Revision: 264809

archrelease: copy trunk to community-x86_64, community-i686

Added:
  libhubbub/repos/community-i686/PKGBUILD
(from rev 264808, libhubbub/trunk/PKGBUILD)
  libhubbub/repos/community-x86_64/PKGBUILD
(from rev 264808, libhubbub/trunk/PKGBUILD)
Deleted:
  libhubbub/repos/community-i686/PKGBUILD
  libhubbub/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   92 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 92 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-30 18:05:55 UTC (rev 264808)
+++ community-i686/PKGBUILD 2017-10-30 18:06:12 UTC (rev 264809)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel J Griffiths 
-# Contributor: Paulo Matias 
-
-pkgname=libhubbub
-pkgver=0.3.3
-pkgrel=2
-pkgdesc='HTML5 compliant parsing library'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/hubbub/'
-license=('MIT')
-provides=('hubbub')
-replaces=('hubbub')
-conflicts=('hubbub')
-depends=('libparserutils>=0.2.3-2')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('066dffd127ead12da60050aa13b80891fb996d00197767d038e48ac163402780')
-
-prepare() {
-  sed -i 's:-Werror::' "$pkgname-$pkgver/Makefile"
-}
-
-build() {
-  make -C "$pkgname-$pkgver" INCLUDEDIR=include LIBDIR=lib PREFIX=/usr \
-COMPONENT_TYPE='lib-shared'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE='lib-shared'
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libhubbub/repos/community-i686/PKGBUILD (from rev 264808, 
libhubbub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-30 18:06:12 UTC (rev 264809)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel J Griffiths 
+# Contributor: Paulo Matias 
+
+pkgname=libhubbub
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='HTML5 compliant parsing library'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/hubbub/' # no https available
+license=('MIT')
+provides=('hubbub')
+replaces=('hubbub')
+conflicts=('hubbub')
+depends=('libparserutils>=0.2.3-2')
+makedepends=('netsurf-buildsystem')
+source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
 # no https available
+sha256sums=('e3f7e5cac0a14bf7de87782f3f6579d7e226be85de38e190ffc9e686362411ea')
+
+prepare() {
+  sed -i 's:-Werror::' "$pkgname-$pkgver/Makefile"
+}
+
+build() {
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+COMPONENT_TYPE='lib-shared'
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE='lib-shared' \
+install
+
+  install -Dm644 "$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-30 18:05:55 UTC (rev 264808)
+++ community-x86_64/PKGBUILD   2017-10-30 18:06:12 UTC (rev 264809)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel J Griffiths 
-# Contributor: Paulo Matias 
-
-pkgname=libhubbub
-pkgver=0.3.3
-pkgrel=2
-pkgdesc='HTML5 compliant parsing library'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/hubbub/'
-license=('MIT')
-provides=('hubbub')
-replaces=('hubbub')
-conflicts=('hubbub')
-depends=('libparserutils>=0.2.3-2')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('066dffd127ead12da60050aa13b80891fb996d00197767d038e48ac163402780')
-
-prepare() {
-  sed -i 's:-Werror::' "$pkgname-$pkgver/Makefile"
-}
-
-build() {
-  make -C "$pkgname-$pkgver" INCLUDEDIR=include LIBDIR=lib PREFIX=/usr \
-COMPONENT_TYPE='lib-shared'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE='lib-shared'
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set 

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

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 18:05:55
  Author: arodseth
Revision: 264808

upgpkg: libhubbub 0.3.4-1

Modified:
  libhubbub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 16:18:29 UTC (rev 264807)
+++ PKGBUILD2017-10-30 18:05:55 UTC (rev 264808)
@@ -4,11 +4,11 @@
 # Contributor: Paulo Matias 
 
 pkgname=libhubbub
-pkgver=0.3.3
-pkgrel=2
+pkgver=0.3.4
+pkgrel=1
 pkgdesc='HTML5 compliant parsing library'
 arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/hubbub/'
+url='http://www.netsurf-browser.org/projects/hubbub/' # no https available
 license=('MIT')
 provides=('hubbub')
 replaces=('hubbub')
@@ -15,8 +15,8 @@
 conflicts=('hubbub')
 depends=('libparserutils>=0.2.3-2')
 makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('066dffd127ead12da60050aa13b80891fb996d00197767d038e48ac163402780')
+source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
 # no https available
+sha256sums=('e3f7e5cac0a14bf7de87782f3f6579d7e226be85de38e190ffc9e686362411ea')
 
 prepare() {
   sed -i 's:-Werror::' "$pkgname-$pkgver/Makefile"
@@ -23,16 +23,24 @@
 }
 
 build() {
-  make -C "$pkgname-$pkgver" INCLUDEDIR=include LIBDIR=lib PREFIX=/usr \
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
 COMPONENT_TYPE='lib-shared'
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE='lib-shared' \
+install
 
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE='lib-shared'
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 "$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 17:51:13
  Author: andyrtr
Revision: 308675

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  x2goclient/repos/testing-i686/
  x2goclient/repos/testing-i686/PKGBUILD
(from rev 308674, x2goclient/trunk/PKGBUILD)
  x2goclient/repos/testing-x86_64/
  x2goclient/repos/testing-x86_64/PKGBUILD
(from rev 308674, x2goclient/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   67 ++
 testing-x86_64/PKGBUILD |   67 ++
 2 files changed, 134 insertions(+)

Copied: x2goclient/repos/testing-i686/PKGBUILD (from rev 308674, 
x2goclient/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-30 17:51:13 UTC (rev 308675)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Gerhard Brauer 
+# Contributor: Richard Murri 
+
+pkgbase=x2goclient
+pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
+pkgver=4.1.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.x2go.org;
+makedepends=('qt4'
+ #'qt5-x11extras' 'qt5-tools' 'qt5-svg' 'phonon-qt5'
+ 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
+ 'man2html' 'hicolor-icon-theme' 'xdg-utils' 'xorg-xauth')
+source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('be153529f67e34849b1d807170bf1de1c2d3e1bbe6c5a25ad457c88a981b63ca'
+'SKIP')
+validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

+  '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "s:-o root -g root ::" Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make PREFIX=/usr build_man
+}
+
+package_x2goclient() {
+  
+  pkgdesc="a graphical client (Qt4) for the X2Go system"
+  depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme')
+  # FS#48088
+  optdepends=('xorg-xauth: may be required by X2goservers running a different 
linux distribution giving MIT-COOKIE errors')
+
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR="$pkgdir" install_client install_man
+}
+
+package_x2goplugin() {
+  pkgdesc="provides X2Go Client as QtBrowser-based Mozilla plugin"
+  depends=('qt4'  'libcups' 'nxproxy' 'libssh' 'libxpm')
+  
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR="$pkgdir" install_plugin
+}
+
+package_x2goplugin-provider() {
+  
+  pkgdesc="an example configuration for providing the X2Go Plugin via an 
Apache webserver"
+  depends=('apache')
+  backup=(etc/x2go/plugin-provider/x2goplugin.html
+  etc/x2go/x2goplugin-apache.conf
+  etc/httpd/conf/x2goplugin-apache.conf)
+   
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR="$pkgdir" install_pluginprovider
+  
+  install -dm755 ${pkgdir}/etc/httpd/conf
+  cd ${pkgdir}/etc/httpd/conf
+  ln -svf /etc/x2go/x2goplugin-apache.conf 
${pkgdir}/etc/httpd/conf/x2goplugin-apache.conf 
+}

Copied: x2goclient/repos/testing-x86_64/PKGBUILD (from rev 308674, 
x2goclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-30 17:51:13 UTC (rev 308675)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Gerhard Brauer 
+# Contributor: Richard Murri 
+
+pkgbase=x2goclient
+pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
+pkgver=4.1.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.x2go.org;
+makedepends=('qt4'
+ #'qt5-x11extras' 'qt5-tools' 'qt5-svg' 'phonon-qt5'
+ 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
+ 'man2html' 'hicolor-icon-theme' 'xdg-utils' 'xorg-xauth')
+source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('be153529f67e34849b1d807170bf1de1c2d3e1bbe6c5a25ad457c88a981b63ca'
+'SKIP')
+validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

+  '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "s:-o root -g root ::" Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make PREFIX=/usr build_man
+}
+
+package_x2goclient() {
+  
+  pkgdesc="a graphical client (Qt4) for the X2Go system"
+  depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme')
+  # FS#48088
+  optdepends=('xorg-xauth: may 

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

2017-10-30 Thread Andreas Radke
Date: Monday, October 30, 2017 @ 17:50:55
  Author: andyrtr
Revision: 308674

upgpkg: x2goclient 4.1.1.0-1

upstream update 4.1.1.0

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 16:16:49 UTC (rev 308673)
+++ PKGBUILD2017-10-30 17:50:55 UTC (rev 308674)
@@ -5,7 +5,7 @@
 
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
-pkgver=4.1.0.1
+pkgver=4.1.1.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,7 +15,7 @@
  'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
  'man2html' 'hicolor-icon-theme' 'xdg-utils' 'xorg-xauth')
 
source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('0681b8a11b02652643cf1451a75d812c3ce9f3ee33c348b34178c130dcf77484'
+sha256sums=('be153529f67e34849b1d807170bf1de1c2d3e1bbe6c5a25ad457c88a981b63ca'
 'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "


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

2017-10-30 Thread Felix Yan
Date: Monday, October 30, 2017 @ 16:17:29
  Author: felixonmars
Revision: 264805

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-hakyll/repos/community-staging-i686/
  haskell-hakyll/repos/community-staging-i686/PKGBUILD
(from rev 264804, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 264804, haskell-hakyll/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 264804, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-30 16:17:29 UTC (rev 264805)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=69
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('933645964113bbdf898366aedd11c6f26035e633b66fb01206258264a3b8857e08ea919f3284b6dfef28c32e6dc2bdd21ee85ed5e1c4c184423dfdc4a487')
+
+prepare() {
+sed -e 's/pandoc-citeproc  >= 0.10.5 && < 0.11,/pandoc-citeproc  
>= 0.10.5,/' \
+-e 's/process  >= 1.0&& < 1.6,/process  >= 
1.0,/' \
+-e 's/time >= 1.4&& < 1.8,/time >= 
1.4,/' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
264804, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-30 16:17:29 UTC (rev 264805)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=69
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ 

  1   2   3   >