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

2017-02-18 Thread Balló György
Date: Sunday, February 19, 2017 @ 05:43:34
  Author: bgyorgy
Revision: 213101

upgpkg: lxhotkey 0.1.0-1

Add lxhotkey (part of LXDE)

Modified:
  lxhotkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 05:06:53 UTC (rev 213100)
+++ PKGBUILD2017-02-19 05:43:34 UTC (rev 213101)
@@ -23,7 +23,7 @@
   # GTK+ 2 version
   [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
   cd gtk2
-  ./configure --sysconfdir=/etc --prefix=/usr
+  ./configure --sysconfdir=/etc --prefix=/usr --with-gtk=2
   make
 
   cd "$srcdir"


[arch-commits] Commit in lxhotkey (5 files)

2017-02-18 Thread Balló György
Date: Sunday, February 19, 2017 @ 05:43:42
  Author: bgyorgy
Revision: 213102

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

Added:
  lxhotkey/repos/
  lxhotkey/repos/community-i686/
  lxhotkey/repos/community-i686/PKGBUILD
(from rev 213101, lxhotkey/trunk/PKGBUILD)
  lxhotkey/repos/community-x86_64/
  lxhotkey/repos/community-x86_64/PKGBUILD
(from rev 213101, lxhotkey/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   53 
 community-x86_64/PKGBUILD |   53 
 2 files changed, 106 insertions(+)

Copied: lxhotkey/repos/community-i686/PKGBUILD (from rev 213101, 
lxhotkey/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-02-19 05:43:42 UTC (rev 213102)
@@ -0,0 +1,53 @@
+#$Id$
+# Maintainer: Balló György 
+
+pkgbase=lxhotkey
+pkgname=(lxhotkey lxhotkey-gtk3)
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Keyboard shortcuts configurator (part of LXDE)'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+depends=('gtk2' 'gtk3' 'libfm')
+makedepends=('intltool')
+source=(https://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+sha1sums=('0d43334f1f144746ed7ae3ab361105fd1ddfad26')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --sysconfdir=/etc --prefix=/usr --with-gtk=2
+  make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --sysconfdir=/etc --prefix=/usr --with-gtk=3
+  make
+}
+
+package_lxhotkey() {
+  groups=('lxde')
+  depends=('gtk2' 'libfm')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
+}
+
+package_lxhotkey-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3' 'libfm' 'libunistring')
+  conflicts=('lxhotkey')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}

Copied: lxhotkey/repos/community-x86_64/PKGBUILD (from rev 213101, 
lxhotkey/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-02-19 05:43:42 UTC (rev 213102)
@@ -0,0 +1,53 @@
+#$Id$
+# Maintainer: Balló György 
+
+pkgbase=lxhotkey
+pkgname=(lxhotkey lxhotkey-gtk3)
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Keyboard shortcuts configurator (part of LXDE)'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+depends=('gtk2' 'gtk3' 'libfm')
+makedepends=('intltool')
+source=(https://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+sha1sums=('0d43334f1f144746ed7ae3ab361105fd1ddfad26')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --sysconfdir=/etc --prefix=/usr --with-gtk=2
+  make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --sysconfdir=/etc --prefix=/usr --with-gtk=3
+  make
+}
+
+package_lxhotkey() {
+  groups=('lxde')
+  depends=('gtk2' 'libfm')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
+}
+
+package_lxhotkey-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3' 'libfm' 'libunistring')
+  conflicts=('lxhotkey')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}


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

2017-02-18 Thread Balló György
Date: Sunday, February 19, 2017 @ 05:06:53
  Author: bgyorgy
Revision: 213100

Add lxhotkey (part of LXDE)

Added:
  lxhotkey/
  lxhotkey/trunk/
  lxhotkey/trunk/PKGBUILD

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

Added: lxhotkey/trunk/PKGBUILD
===
--- lxhotkey/trunk/PKGBUILD (rev 0)
+++ lxhotkey/trunk/PKGBUILD 2017-02-19 05:06:53 UTC (rev 213100)
@@ -0,0 +1,53 @@
+#$Id$
+# Maintainer: Balló György 
+
+pkgbase=lxhotkey
+pkgname=(lxhotkey lxhotkey-gtk3)
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Keyboard shortcuts configurator (part of LXDE)'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+depends=('gtk2' 'gtk3' 'libfm')
+makedepends=('intltool')
+source=(https://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+sha1sums=('0d43334f1f144746ed7ae3ab361105fd1ddfad26')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --sysconfdir=/etc --prefix=/usr --with-gtk=3
+  make
+}
+
+package_lxhotkey() {
+  groups=('lxde')
+  depends=('gtk2' 'libfm')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
+}
+
+package_lxhotkey-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3' 'libfm' 'libunistring')
+  conflicts=('lxhotkey')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}


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


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

2017-02-18 Thread Balló György
Date: Sunday, February 19, 2017 @ 02:28:30
  Author: bgyorgy
Revision: 213097

Replace Liri OS with Liri in description

Modified:
  liri-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 02:27:07 UTC (rev 213096)
+++ PKGBUILD2017-02-19 02:28:30 UTC (rev 213097)
@@ -6,7 +6,7 @@
 pkgver=0.0.0.20170118
 _commit=e6b33d1700f454e2c50f74756aa2579fc4994996
 pkgrel=1
-pkgdesc="Terminal for Liri OS"
+pkgdesc="Terminal for Liri"
 arch=("i686" "x86_64")
 url="https://github.com/lirios/terminal;
 license=("GPL")


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

2017-02-18 Thread Balló György
Date: Sunday, February 19, 2017 @ 02:27:07
  Author: bgyorgy
Revision: 213096

Replace Papyros with Liri in description

Modified:
  liri-files/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 01:48:44 UTC (rev 213095)
+++ PKGBUILD2017-02-19 02:27:07 UTC (rev 213096)
@@ -6,7 +6,7 @@
 pkgname=liri-files
 pkgver=0.1.0
 pkgrel=2
-pkgdesc="The file manager for Papyros"
+pkgdesc="The file manager for Liri"
 arch=("i686" "x86_64")
 url="https://github.com/lirios/files;
 license=("GPL")


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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 02:06:06
  Author: svenstaro
Revision: 289237

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

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

-+
 /PKGBUILD   |  100 ++
 /nvidia-340xx-lts.install   |   30 +
 testing-i686/PKGBUILD   |   50 ---
 testing-i686/nvidia-340xx-lts.install   |   15 
 testing-x86_64/PKGBUILD |   50 ---
 testing-x86_64/nvidia-340xx-lts.install |   15 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-02-19 02:05:38 UTC (rev 289236)
+++ testing-i686/PKGBUILD   2017-02-19 02:06:06 UTC (rev 289237)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-340xx-lts
-pkgver=340.101
-_extramodules=extramodules-4.4-lts
-pkgrel=4
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.4.50' 'linux-lts-headers>=4.4.50' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
-provides=('nvidia-340xx')
-conflicts=('nvidia-lts')
-license=('custom')
-install=${pkgname}.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=('5866f2b4e6e22863c54d9fc08c9c88c9c911df2396d0ceaca653ded04589ea3a9e4550ed58f4b182b0a42cfe205ef643fe43ea709478e5df5360a7f74fa87f41')
-sha512sums_x86_64=('d5bea7315346e93a7cccd3d99900f4dad51dfa6e93382d4d61c314d0ab97dea063169b8d666d3a3373dea33b4322f945c3a18ed0fc3308e3f89af6f22f373abc')
-
-[[ "$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() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-  cd "${_pkg}/kernel"
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-  cd uvm
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-  depends=('linux-lts>=4.4.40' "nvidia-340xx-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/uvm/nvidia-uvm.ko" \
-
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
-  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-340xx-lts/repos/testing-i686/PKGBUILD (from rev 289236, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-19 02:06:06 UTC (rev 289237)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.102
+_extramodules=extramodules-4.4-lts
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux-lts>=4.4.50' 'linux-lts-headers>=4.4.50' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.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=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')

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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 02:05:38
  Author: svenstaro
Revision: 289236

upgpkg: nvidia-340xx-lts 340.102-2

upstream release 340.102

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 02:02:50 UTC (rev 289235)
+++ PKGBUILD2017-02-19 02:05:38 UTC (rev 289236)
@@ -4,11 +4,11 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.102
 _extramodules=extramodules-4.4-lts
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.4.49' 'linux-lts-headers>=4.4.49' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
+makedepends=('linux-lts>=4.4.50' 'linux-lts-headers>=4.4.50' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')


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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 02:02:50
  Author: svenstaro
Revision: 289235

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

Added:
  nvidia-340xx-lts/repos/extra-i686/PKGBUILD
(from rev 289234, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/extra-i686/nvidia-340xx-lts.install
(from rev 289234, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/extra-x86_64/PKGBUILD
(from rev 289234, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/extra-x86_64/nvidia-340xx-lts.install
(from rev 289234, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
Deleted:
  nvidia-340xx-lts/repos/extra-i686/PKGBUILD
  nvidia-340xx-lts/repos/extra-i686/nvidia-340xx-lts.install
  nvidia-340xx-lts/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-lts/repos/extra-x86_64/nvidia-340xx-lts.install

---+
 /PKGBUILD |  100 
 /nvidia-340xx-lts.install |   30 +
 extra-i686/PKGBUILD   |   50 
 extra-i686/nvidia-340xx-lts.install   |   15 
 extra-x86_64/PKGBUILD |   50 
 extra-x86_64/nvidia-340xx-lts.install |   15 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 02:02:38 UTC (rev 289234)
+++ extra-i686/PKGBUILD 2017-02-19 02:02:50 UTC (rev 289235)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-340xx-lts
-pkgver=340.101
-_extramodules=extramodules-4.4-lts
-pkgrel=3
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.4.42' 'linux-lts-headers>=4.4.42' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
-provides=('nvidia-340xx')
-conflicts=('nvidia-lts')
-license=('custom')
-install=${pkgname}.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=('5866f2b4e6e22863c54d9fc08c9c88c9c911df2396d0ceaca653ded04589ea3a9e4550ed58f4b182b0a42cfe205ef643fe43ea709478e5df5360a7f74fa87f41')
-sha512sums_x86_64=('d5bea7315346e93a7cccd3d99900f4dad51dfa6e93382d4d61c314d0ab97dea063169b8d666d3a3373dea33b4322f945c3a18ed0fc3308e3f89af6f22f373abc')
-
-[[ "$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() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-  cd "${_pkg}/kernel"
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-  cd uvm
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-  depends=('linux-lts>=4.4.40' "nvidia-340xx-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/uvm/nvidia-uvm.ko" \
-
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
-  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-340xx-lts/repos/extra-i686/PKGBUILD (from rev 289234, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-19 02:02:50 UTC (rev 289235)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.102
+_extramodules=extramodules-4.4-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux-lts>=4.4.49' 'linux-lts-headers>=4.4.49' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.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=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')

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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 02:02:37
  Author: svenstaro
Revision: 289233

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

Added:
  nvidia-340xx/repos/extra-i686/PKGBUILD
(from rev 289232, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/extra-i686/fs52243.patch
(from rev 289232, nvidia-340xx/trunk/fs52243.patch)
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
(from rev 289232, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 289232, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/fs52243.patch
(from rev 289232, nvidia-340xx/trunk/fs52243.patch)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
(from rev 289232, nvidia-340xx/trunk/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/fs52243.patch
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/fs52243.patch
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install

---+
 /PKGBUILD |  144 
 /fs52243.patch|   28 +++
 /nvidia-340xx.install |   26 ++
 extra-i686/PKGBUILD   |   72 --
 extra-i686/fs52243.patch  |   14 ---
 extra-i686/nvidia-340xx.install   |   13 ---
 extra-x86_64/PKGBUILD |   72 --
 extra-x86_64/fs52243.patch|   14 ---
 extra-x86_64/nvidia-340xx.install |   13 ---
 9 files changed, 198 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 02:02:26 UTC (rev 289232)
+++ extra-i686/PKGBUILD 2017-02-19 02:02:37 UTC (rev 289233)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.101
-_extramodules=extramodules-4.9-ARCH
-pkgrel=10
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.9' 'linux-headers<4.10')
-conflicts=('nvidia')
-license=('custom')
-options=(!strip)
-source=('fs52243.patch')
-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=('de4f697d64f8e73c4aadec1a407884a6bc459c0020d4bfd19740fe4177a60bb801fe8a74ef6f7fa2e89c6cd648ea4daf152799ae344a145c06480a6eef0c5bca')
-sha512sums_i686=('5866f2b4e6e22863c54d9fc08c9c88c9c911df2396d0ceaca653ded04589ea3a9e4550ed58f4b182b0a42cfe205ef643fe43ea709478e5df5360a7f74fa87f41')
-sha512sums_x86_64=('d5bea7315346e93a7cccd3d99900f4dad51dfa6e93382d4d61c314d0ab97dea063169b8d666d3a3373dea33b4322f945c3a18ed0fc3308e3f89af6f22f373abc')
-
-[[ "$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}"
-# patches here
-
-patch -Np0 < "${srcdir}"/fs52243.patch
-
-cp -a kernel kernel-dkms
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia-340xx() {
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.9' 'linux<4.10' 'libgl' "nvidia-340xx-utils=${pkgver}")
-conflict+=('nvidia-340xx-dkms')
-install=nvidia-340xx.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-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-340xx-dkms() {
-pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
-depends=('dkms' "nvidia-340xx-utils=$pkgver")
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia-340xx')
-
-cd ${_pkg}
-install -dm 755 "${pkgdir}"/usr/{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
-cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 

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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 02:02:38
  Author: svenstaro
Revision: 289234

upgpkg: nvidia-340xx-lts 340.102-1

upstream release 340.102

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 02:02:37 UTC (rev 289233)
+++ PKGBUILD2017-02-19 02:02:38 UTC (rev 289234)
@@ -2,13 +2,13 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-340xx-lts
-pkgver=340.101
+pkgver=340.102
 _extramodules=extramodules-4.4-lts
-pkgrel=4
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.4.50' 'linux-lts-headers>=4.4.50' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
+makedepends=('linux-lts>=4.4.49' 'linux-lts-headers>=4.4.49' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')
@@ -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;)
-sha512sums_i686=('5866f2b4e6e22863c54d9fc08c9c88c9c911df2396d0ceaca653ded04589ea3a9e4550ed58f4b182b0a42cfe205ef643fe43ea709478e5df5360a7f74fa87f41')
-sha512sums_x86_64=('d5bea7315346e93a7cccd3d99900f4dad51dfa6e93382d4d61c314d0ab97dea063169b8d666d3a3373dea33b4322f945c3a18ed0fc3308e3f89af6f22f373abc')
+sha512sums_i686=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')
+sha512sums_x86_64=('2a29e6418244ea384e4237d74057bd8e56247b1c503cf623dea34a3b1065d8783879aa7e6a802dd31f0a10cf81cfcab2a1b1a8269b97996f15fa1838c0a3a44b')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 02:02:26
  Author: svenstaro
Revision: 289232

upgpkg: nvidia-340xx 340.102-1

upstream release 340.102

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 01:57:04 UTC (rev 289231)
+++ PKGBUILD2017-02-19 02:02:26 UTC (rev 289232)
@@ -4,9 +4,9 @@
 
 pkgbase=nvidia-340xx
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.101
+pkgver=340.102
 _extramodules=extramodules-4.9-ARCH
-pkgrel=10
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.9' 'linux-headers<4.10')
@@ -17,8 +17,8 @@
 
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=('de4f697d64f8e73c4aadec1a407884a6bc459c0020d4bfd19740fe4177a60bb801fe8a74ef6f7fa2e89c6cd648ea4daf152799ae344a145c06480a6eef0c5bca')
-sha512sums_i686=('5866f2b4e6e22863c54d9fc08c9c88c9c911df2396d0ceaca653ded04589ea3a9e4550ed58f4b182b0a42cfe205ef643fe43ea709478e5df5360a7f74fa87f41')
-sha512sums_x86_64=('d5bea7315346e93a7cccd3d99900f4dad51dfa6e93382d4d61c314d0ab97dea063169b8d666d3a3373dea33b4322f945c3a18ed0fc3308e3f89af6f22f373abc')
+sha512sums_i686=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')
+sha512sums_x86_64=('2a29e6418244ea384e4237d74057bd8e56247b1c503cf623dea34a3b1065d8783879aa7e6a802dd31f0a10cf81cfcab2a1b1a8269b97996f15fa1838c0a3a44b')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 01:57:04
  Author: svenstaro
Revision: 289231

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

Added:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
(from rev 289230, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
(from rev 289230, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
(from rev 289230, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 289230, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
(from rev 289230, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf
(from rev 289230, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
Deleted:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf

--+
 /PKGBUILD|  376 +
 /nvidia-340xx-utils.install  |   20 +
 /nvidia-drm-outputclass.conf |   12 
 extra-i686/PKGBUILD  |  188 --
 extra-i686/nvidia-340xx-utils.install|   10 
 extra-i686/nvidia-drm-outputclass.conf   |6 
 extra-x86_64/PKGBUILD|  188 --
 extra-x86_64/nvidia-340xx-utils.install  |   10 
 extra-x86_64/nvidia-drm-outputclass.conf |6 
 9 files changed, 408 insertions(+), 408 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 01:56:53 UTC (rev 289230)
+++ extra-i686/PKGBUILD 2017-02-19 01:57:04 UTC (rev 289231)
@@ -1,188 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-340xx-utils
-pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
-pkgver=340.101
-pkgrel=2
-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;)
-sha512sums=('bf7e27b2f3c815f5e21ba3b17cb9f4e76360bb2c41b30face591834d82d786fee93546a469e30ebcb89f64a17a7e79e0b7ed6fd9f26438dfaa48899fce3ddf33')
-sha512sums_i686=('5866f2b4e6e22863c54d9fc08c9c88c9c911df2396d0ceaca653ded04589ea3a9e4550ed58f4b182b0a42cfe205ef643fe43ea709478e5df5360a7f74fa87f41')
-sha512sums_x86_64=('d5bea7315346e93a7cccd3d99900f4dad51dfa6e93382d4d61c314d0ab97dea063169b8d666d3a3373dea33b4322f945c3a18ed0fc3308e3f89af6f22f373abc')
-
-[[ "$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
-}
-
-package_opencl-nvidia-340xx() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('opencl-nvidia')
-provides=('opencl-nvidia' '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-340xx-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks"
-depends=('nvidia-340xx-utils')
-conflicts=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
-provides=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib/"
-
-ln -s 

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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 01:56:53
  Author: svenstaro
Revision: 289230

upgpkg: nvidia-340xx-utils 340.102-1

upstream release 340.102

Modified:
  nvidia-340xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 21:46:09 UTC (rev 289229)
+++ PKGBUILD2017-02-19 01:56:53 UTC (rev 289230)
@@ -5,8 +5,8 @@
 
 pkgbase=nvidia-340xx-utils
 pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
-pkgver=340.101
-pkgrel=2
+pkgver=340.102
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -15,8 +15,8 @@
 
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=('bf7e27b2f3c815f5e21ba3b17cb9f4e76360bb2c41b30face591834d82d786fee93546a469e30ebcb89f64a17a7e79e0b7ed6fd9f26438dfaa48899fce3ddf33')
-sha512sums_i686=('5866f2b4e6e22863c54d9fc08c9c88c9c911df2396d0ceaca653ded04589ea3a9e4550ed58f4b182b0a42cfe205ef643fe43ea709478e5df5360a7f74fa87f41')
-sha512sums_x86_64=('d5bea7315346e93a7cccd3d99900f4dad51dfa6e93382d4d61c314d0ab97dea063169b8d666d3a3373dea33b4322f945c3a18ed0fc3308e3f89af6f22f373abc')
+sha512sums_i686=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')
+sha512sums_x86_64=('2a29e6418244ea384e4237d74057bd8e56247b1c503cf623dea34a3b1065d8783879aa7e6a802dd31f0a10cf81cfcab2a1b1a8269b97996f15fa1838c0a3a44b')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 01:48:34
  Author: svenstaro
Revision: 213094

upgpkg: lib32-nvidia-340xx-utils 340.102-1

upstream release 340.102

Modified:
  lib32-nvidia-340xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 01:47:15 UTC (rev 213093)
+++ PKGBUILD2017-02-19 01:48:34 UTC (rev 213094)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-340xx-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-340xx-utils' 'lib32-nvidia-340xx-libgl' 
'lib32-opencl-nvidia-340xx')
-pkgver=340.101
+pkgver=340.102
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -15,7 +15,7 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-sha512sums=('5866f2b4e6e22863c54d9fc08c9c88c9c911df2396d0ceaca653ded04589ea3a9e4550ed58f4b182b0a42cfe205ef643fe43ea709478e5df5360a7f74fa87f41')
+sha512sums=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')
 
 create_links() {
 # create soname links


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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 01:48:44
  Author: svenstaro
Revision: 213095

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-340xx-utils/repos/multilib-x86_64/PKGBUILD
(from rev 213094, lib32-nvidia-340xx-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-340xx-utils/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-19 01:48:34 UTC (rev 213094)
+++ PKGBUILD2017-02-19 01:48:44 UTC (rev 213095)
@@ -1,120 +0,0 @@
-# $Id: PKGBUILD 117364 2014-08-13 13:50:53Z svenstaro $
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-340xx-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-340xx-utils' 'lib32-nvidia-340xx-libgl' 
'lib32-opencl-nvidia-340xx')
-pkgver=340.101
-pkgrel=1
-arch=('x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-sha512sums=('5866f2b4e6e22863c54d9fc08c9c88c9c911df2396d0ceaca653ded04589ea3a9e4550ed58f4b182b0a42cfe205ef643fe43ea709478e5df5360a7f74fa87f41')
-
-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-340xx() {
-pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('lib32-opencl-nvidia')
-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 nvidia "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
-}
-
-package_lib32-nvidia-340xx-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
-depends=('lib32-nvidia-340xx-utils')
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib32"
-ln -s "/usr/lib32/nvidia/libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGL.so.${pkgver}"
-ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so.1"
-ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so"
-
-ln -s "/usr/lib32/nvidia/libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL.so.${pkgver}"
-ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib32/libEGL.so.1"
-ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib32/libEGL.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.${pkgver}"
-ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2.so.${pkgver}"
-ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv2.so.2"
-ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
-}
-
-package_lib32-nvidia-340xx-utils() {
-pkgdesc="NVIDIA drivers utilities (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs' 'nvidia-340xx-utils')
-optdepends=('lib32-opencl-nvidia-340xx')
-conflicts=('lib32-nvidia-utils')
-cd "${_pkg}"
-
-# OpenGL libraries
-install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
-install -D -m755 "libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}"
-install -D -m755 "libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}"
-install -D -m755 "libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv2.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 

[arch-commits] Commit in teamspeak3/repos (20 files)

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 01:47:15
  Author: svenstaro
Revision: 213093

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

Added:
  teamspeak3/repos/community-i686/PERMISSION.eml
(from rev 213092, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-i686/PKGBUILD
(from rev 213092, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-i686/teamspeak3.desktop
(from rev 213092, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-i686/teamspeak3.launcher
(from rev 213092, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-i686/teamspeak3.png
(from rev 213092, teamspeak3/trunk/teamspeak3.png)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 213092, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 213092, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 213092, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
(from rev 213092, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-x86_64/teamspeak3.png
(from rev 213092, teamspeak3/trunk/teamspeak3.png)
Deleted:
  teamspeak3/repos/community-i686/PERMISSION.eml
  teamspeak3/repos/community-i686/PKGBUILD
  teamspeak3/repos/community-i686/teamspeak3.desktop
  teamspeak3/repos/community-i686/teamspeak3.launcher
  teamspeak3/repos/community-i686/teamspeak3.png
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
  teamspeak3/repos/community-x86_64/teamspeak3.png

--+
 /PKGBUILD|  132 +
 /teamspeak3.desktop  |   24 ++
 /teamspeak3.launcher |   12 +++
 community-i686/PKGBUILD  |   66 
 community-i686/teamspeak3.desktop|   12 ---
 community-i686/teamspeak3.launcher   |6 -
 community-x86_64/PKGBUILD|   66 
 community-x86_64/teamspeak3.desktop  |   12 ---
 community-x86_64/teamspeak3.launcher |6 -
 9 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3/repos/community-i686/PERMISSION.eml (from rev 213092, 
teamspeak3/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-19 01:46:55 UTC (rev 213092)
+++ community-i686/PKGBUILD 2017-02-19 01:47:15 UTC (rev 213093)
@@ -1,66 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: J.W. Birdsong  
-
-pkgname=teamspeak3
-pkgver=3.1.0.1
-pkgrel=2
-pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
-url="http://www.teamspeak.com/;
-license=('custom')
-depends=('qt5-base' 'libxkbcommon-x11' 'qt5-webengine')
-optdepends=('libpulse')
-arch=('i686' 'x86_64')
-source=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
-
"http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
-'teamspeak3.desktop'
-'teamspeak3.png'
-'teamspeak3.launcher')
-sha512sums=('dca12ecdeac7bc95403db603b68e41de3a303e9672747343d113649163942308fbfe40d2f46a934628fc4801d305b5f75281e2d7f55ba4a54c7409b9bad7f4df'
-
'e63348c795c05128714bf8a04ddac52e87c392e177b349560a4b91b92b0659dab60142d555617aacdc794bb9fbe727f3e2477892f588e2bc59b361f1d387b8fc'
-
'4cac0b7446dc3e728b232fdd6c6d75be1d2a5530635eab5918a4e7dd6a4a3fc21d6a75055da919b56e5cf849f4c5ba26ece56759a45bc4850eba3eb73853759d'
-
'af18ed36a3c8de90b60a7205ebf91a35d4b517f22f97d541c82debdb12697882469d9771fdf3fb8b081aeb74a01237f3afd4732daccf4b374dc6d39e7df5d444'
-
'2365bf65500a741ca656d27d8fed54dd7151e61e369296e4fa2b5451ee3dd0c4adc67ec1d0f221de0ed7e6efa18c303b63bf2d858060671491bee51c899d')
-
-[[ "$CARCH" == "i686" ]] && _TSARCH='x86'
-[[ "$CARCH" == "x86_64" ]] && _TSARCH='amd64'
-
-prepare() {
-  mkdir archive && cd archive
-  sh ../TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --tar -xf 2>/dev/null
-
-  # Delete bundled Qt libs to use system-wide ones
-  rm libQt5*
-
-  # Fix FS#34190
-  sed -i "/export QTDIR.*/d" ts3client_runscript.sh
-  sed -i "/export QT_PLUGIN_PATH*/d" ts3client_runscript.sh
-
-  # Fix FS#34189
-  rm qt.conf
-
-  # Fix permissions
-  find -type d | xargs chmod 755
-  find -type f | xargs chmod 644
-  find -name *.so | xargs chmod 755
-  chmod +x ts3client*
-}
-
-package() 

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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 01:46:55
  Author: svenstaro
Revision: 213092

upgpkg: teamspeak3 3.1.1-1

upstream release 3.1.1

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 00:44:10 UTC (rev 213091)
+++ PKGBUILD2017-02-19 01:46:55 UTC (rev 213092)
@@ -3,8 +3,8 @@
 # Contributor: J.W. Birdsong  
 
 pkgname=teamspeak3
-pkgver=3.1.0.1
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
 pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
 url="http://www.teamspeak.com/;
 license=('custom')
@@ -16,8 +16,8 @@
 'teamspeak3.desktop'
 'teamspeak3.png'
 'teamspeak3.launcher')
-sha512sums=('dca12ecdeac7bc95403db603b68e41de3a303e9672747343d113649163942308fbfe40d2f46a934628fc4801d305b5f75281e2d7f55ba4a54c7409b9bad7f4df'
-
'e63348c795c05128714bf8a04ddac52e87c392e177b349560a4b91b92b0659dab60142d555617aacdc794bb9fbe727f3e2477892f588e2bc59b361f1d387b8fc'
+sha512sums=('427f933f2bb84e8985a6ab7332c2cdadf74cfe0f1d578a83f17c927a18a63e0a268dc1f88e8824604ca0bbdcad4526c5886165941a8116e42ff197b934ffa833'
+
'61e42acb44e29c651b33f7428b093ad57d9b9c16e13a89e74177704a78ec883fbae304c2028c4de7b9ee77b017ad689a77b2a3e8ca6d42dafa7382c359e0bb18'
 
'4cac0b7446dc3e728b232fdd6c6d75be1d2a5530635eab5918a4e7dd6a4a3fc21d6a75055da919b56e5cf849f4c5ba26ece56759a45bc4850eba3eb73853759d'
 
'af18ed36a3c8de90b60a7205ebf91a35d4b517f22f97d541c82debdb12697882469d9771fdf3fb8b081aeb74a01237f3afd4732daccf4b374dc6d39e7df5d444'
 
'2365bf65500a741ca656d27d8fed54dd7151e61e369296e4fa2b5451ee3dd0c4adc67ec1d0f221de0ed7e6efa18c303b63bf2d858060671491bee51c899d')


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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 00:44:10
  Author: svenstaro
Revision: 213091

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch
(from rev 213090, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 213090, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 213090, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD

--+
 0001-winhlp32-Workaround-a-bug-in-Flex.patch |   66 ++--
 30-win32-aliases.conf|   40 +-
 PKGBUILD |  366 -
 3 files changed, 236 insertions(+), 236 deletions(-)

Deleted: 0001-winhlp32-Workaround-a-bug-in-Flex.patch
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-02-19 00:43:32 UTC 
(rev 213090)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-02-19 00:44:10 UTC 
(rev 213091)
@@ -1,33 +0,0 @@
-From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
-From: Sebastian Lackner 
-Date: Sat, 14 Jan 2017 05:48:28 +0100
-Subject: winhlp32: Workaround a bug in Flex.
-

- programs/winhlp32/macro.lex.l | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
-index 8f6945ca988..da2dd22e447 100644
 a/programs/winhlp32/macro.lex.l
-+++ b/programs/winhlp32/macro.lex.l
-@@ -20,7 +20,7 @@
-  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-  */
- %}
--%option noinput nounput never-interactive 8bit
-+%option noinput nounput never-interactive 8bit noyywrap
- %x quote
- %{
- #include "config.h"
-@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
- {
- return lex_data ? lex_data->window : Globals.active_win;
- }
--
--#ifndef yywrap
--int yywrap(void) { return 1; }
--#endif
--- 
-2.11.0
-

Copied: wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch 
(from rev 213090, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch
(rev 0)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-02-19 00:44:10 UTC 
(rev 213091)
@@ -0,0 +1,33 @@
+From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
+From: Sebastian Lackner 
+Date: Sat, 14 Jan 2017 05:48:28 +0100
+Subject: winhlp32: Workaround a bug in Flex.
+
+---
+ programs/winhlp32/macro.lex.l | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
+index 8f6945ca988..da2dd22e447 100644
+--- a/programs/winhlp32/macro.lex.l
 b/programs/winhlp32/macro.lex.l
+@@ -20,7 +20,7 @@
+  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+  */
+ %}
+-%option noinput nounput never-interactive 8bit
++%option noinput nounput never-interactive 8bit noyywrap
+ %x quote
+ %{
+ #include "config.h"
+@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
+ {
+ return lex_data ? lex_data->window : Globals.active_win;
+ }
+-
+-#ifndef yywrap
+-int yywrap(void) { return 1; }
+-#endif
+-- 
+2.11.0
+

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-02-19 00:43:32 UTC (rev 213090)
+++ 30-win32-aliases.conf   2017-02-19 00:44:10 UTC (rev 213091)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 213090, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-02-19 00:44:10 UTC (rev 213091)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-19 00:43:32 UTC (rev 213090)
+++ PKGBUILD2017-02-19 00:44:10 UTC (rev 213091)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 

[arch-commits] Commit in wine/repos/community-i686 (6 files)

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 00:43:32
  Author: svenstaro
Revision: 213090

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch
(from rev 213089, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 213089, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 213089, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD

--+
 0001-winhlp32-Workaround-a-bug-in-Flex.patch |   66 ++--
 30-win32-aliases.conf|   40 +-
 PKGBUILD |  366 -
 3 files changed, 236 insertions(+), 236 deletions(-)

Deleted: 0001-winhlp32-Workaround-a-bug-in-Flex.patch
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-02-19 00:43:22 UTC 
(rev 213089)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-02-19 00:43:32 UTC 
(rev 213090)
@@ -1,33 +0,0 @@
-From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
-From: Sebastian Lackner 
-Date: Sat, 14 Jan 2017 05:48:28 +0100
-Subject: winhlp32: Workaround a bug in Flex.
-

- programs/winhlp32/macro.lex.l | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
-index 8f6945ca988..da2dd22e447 100644
 a/programs/winhlp32/macro.lex.l
-+++ b/programs/winhlp32/macro.lex.l
-@@ -20,7 +20,7 @@
-  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-  */
- %}
--%option noinput nounput never-interactive 8bit
-+%option noinput nounput never-interactive 8bit noyywrap
- %x quote
- %{
- #include "config.h"
-@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
- {
- return lex_data ? lex_data->window : Globals.active_win;
- }
--
--#ifndef yywrap
--int yywrap(void) { return 1; }
--#endif
--- 
-2.11.0
-

Copied: wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch 
(from rev 213089, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch
(rev 0)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-02-19 00:43:32 UTC 
(rev 213090)
@@ -0,0 +1,33 @@
+From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
+From: Sebastian Lackner 
+Date: Sat, 14 Jan 2017 05:48:28 +0100
+Subject: winhlp32: Workaround a bug in Flex.
+
+---
+ programs/winhlp32/macro.lex.l | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
+index 8f6945ca988..da2dd22e447 100644
+--- a/programs/winhlp32/macro.lex.l
 b/programs/winhlp32/macro.lex.l
+@@ -20,7 +20,7 @@
+  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+  */
+ %}
+-%option noinput nounput never-interactive 8bit
++%option noinput nounput never-interactive 8bit noyywrap
+ %x quote
+ %{
+ #include "config.h"
+@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
+ {
+ return lex_data ? lex_data->window : Globals.active_win;
+ }
+-
+-#ifndef yywrap
+-int yywrap(void) { return 1; }
+-#endif
+-- 
+2.11.0
+

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-02-19 00:43:22 UTC (rev 213089)
+++ 30-win32-aliases.conf   2017-02-19 00:43:32 UTC (rev 213090)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 213089, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-02-19 00:43:32 UTC (rev 213090)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-19 00:43:22 UTC (rev 213089)
+++ PKGBUILD2017-02-19 00:43:32 UTC (rev 213090)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# 

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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 00:43:22
  Author: svenstaro
Revision: 213089

upgpkg: wine 2.2-1

upstream release 2.2

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 00:40:48 UTC (rev 213088)
+++ PKGBUILD2017-02-19 00:43:22 UTC (rev 213089)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
 30-win32-aliases.conf
 0001-winhlp32-Workaround-a-bug-in-Flex.patch)
-sha1sums=('6b84f820c36a2d9313b840bd06f8c519a013a68e'
+sha1sums=('523c6d25b46f8939c5f73b38913271df237bf937'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
   '6ab256347d41e63694528db9e093c0abe8ca4bc1')


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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 00:40:48
  Author: svenstaro
Revision: 213088

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

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

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   24 ---
 community-x86_64/PKGBUILD |   24 ---
 3 files changed, 54 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-19 00:40:31 UTC (rev 213087)
+++ community-i686/PKGBUILD 2017-02-19 00:40:48 UTC (rev 213088)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=5.0.6
-pkgrel=1
-pkgdesc='A blazingly fast CLOC(Count Lines Of Code) program'
-arch=('i686' 'x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('6a01fc74c1be6aad7914f9caba62d2bb224aeffd6463705307ba3c787208042974e93f7eed47f336bce846b2bad360425ae62df5e525d1a7ee5b29cc7d4b2007')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-  }

Copied: tokei/repos/community-i686/PKGBUILD (from rev 213087, 
tokei/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-19 00:40:48 UTC (rev 213088)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=6.0.0
+pkgrel=1
+pkgdesc='A blazingly fast CLOC(Count Lines Of Code) program'
+arch=('i686' 'x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('d78b93dc2bc529693f917f8414f0b025fa91f28df6553427068590ee56166ff6100af54a951b7c4cbe768d04528bdde02af2011a38d74fadf01158c703e79623')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-19 00:40:31 UTC (rev 213087)
+++ community-x86_64/PKGBUILD   2017-02-19 00:40:48 UTC (rev 213088)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=5.0.6
-pkgrel=1
-pkgdesc='A blazingly fast CLOC(Count Lines Of Code) program'
-arch=('i686' 'x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('6a01fc74c1be6aad7914f9caba62d2bb224aeffd6463705307ba3c787208042974e93f7eed47f336bce846b2bad360425ae62df5e525d1a7ee5b29cc7d4b2007')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-  }

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 213087, 
tokei/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-19 00:40:48 UTC (rev 213088)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=6.0.0
+pkgrel=1
+pkgdesc='A blazingly fast CLOC(Count Lines Of Code) program'
+arch=('i686' 'x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('d78b93dc2bc529693f917f8414f0b025fa91f28df6553427068590ee56166ff6100af54a951b7c4cbe768d04528bdde02af2011a38d74fadf01158c703e79623')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"

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

2017-02-18 Thread Sven-Hendrik Haase
Date: Sunday, February 19, 2017 @ 00:40:31
  Author: svenstaro
Revision: 213087

upgpkg: tokei 6.0.0-1

upstream release 6.0.0

Modified:
  tokei/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 21:19:00 UTC (rev 213086)
+++ PKGBUILD2017-02-19 00:40:31 UTC (rev 213087)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=tokei
-pkgver=5.0.6
-pkgrel=2
+pkgver=6.0.0
+pkgrel=1
 pkgdesc='A blazingly fast CLOC(Count Lines Of Code) program'
 arch=('i686' 'x86_64')
 url="https://github.com/Aaronepower/tokei;
@@ -9,7 +9,7 @@
 depends=('gcc-libs')
 makedepends=('rust' 'cargo')
 source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('6a01fc74c1be6aad7914f9caba62d2bb224aeffd6463705307ba3c787208042974e93f7eed47f336bce846b2bad360425ae62df5e525d1a7ee5b29cc7d4b2007')
+sha512sums=('d78b93dc2bc529693f917f8414f0b025fa91f28df6553427068590ee56166ff6100af54a951b7c4cbe768d04528bdde02af2011a38d74fadf01158c703e79623')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,6 +22,6 @@
 
 install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
 
-install -Dm644 LICENSE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENSE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
 }


[arch-commits] Commit in xf86-video-nouveau/trunk (2 files)

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 21:46:09
  Author: andyrtr
Revision: 289229

drop useless install msg FS#51539

Modified:
  xf86-video-nouveau/trunk/PKGBUILD
Deleted:
  xf86-video-nouveau/trunk/xf86-video-nouveau.install

+
 PKGBUILD   |1 -
 xf86-video-nouveau.install |6 --
 2 files changed, 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 21:45:38 UTC (rev 289228)
+++ PKGBUILD2017-02-18 21:46:09 UTC (rev 289229)
@@ -13,7 +13,6 @@
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'systemd')
 conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 groups=('xorg-drivers')
-install=$pkgname.install
 
source=(https://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2{,.sig})
 sha256sums=('6d9242ba139c3df7afefffb455573b52f4427920b978161c00483c64a6da47cb'
 'SKIP')

Deleted: xf86-video-nouveau.install
===
--- xf86-video-nouveau.install  2017-02-18 21:45:38 UTC (rev 289228)
+++ xf86-video-nouveau.install  2017-02-18 21:46:09 UTC (rev 289229)
@@ -1,6 +0,0 @@
-post_install () {
-   cat << _EOF
-  ==> make sure you use KernelModeSetting (KMS)
-  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}


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

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 21:45:07
  Author: arojas
Revision: 289227

Rebuild against pangox-compat 0.2+2 (FS#53014)

Modified:
  mlt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 20:22:20 UTC (rev 289226)
+++ PKGBUILD2017-02-18 21:45:07 UTC (rev 289227)
@@ -10,7 +10,7 @@
 pkgbase=mlt
 pkgname=(mlt mlt-python-bindings)
 pkgver=6.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="An open source multimedia framework"
 arch=(i686 x86_64)
 url="http://www.mltframework.org;


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

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 21:45:38
  Author: arojas
Revision: 289228

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-18 21:45:07 UTC (rev 289227)
+++ extra-i686/PKGBUILD 2017-02-18 21:45:38 UTC (rev 289228)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Fabian Schoelzel 
-# Contributor: funkyou 
-# Contributor: tardo 
-# Contributor: Stefan Husmann 
-# Contributor: Gustavo Alvarez 
-
-pkgbase=mlt
-pkgname=(mlt mlt-python-bindings)
-pkgver=6.4.1
-pkgrel=3
-pkgdesc="An open source multimedia framework"
-arch=(i686 x86_64)
-url="http://www.mltframework.org;
-license=(GPL)
-makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg jack libexif python2 swig movit eigen)
-source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;)
-md5sums=('e9f0584739369c40b8f91f8cf50ea3ea')
-
-build() {
-  # mlt
-  cd mlt-$pkgver
-
-  msg "SSE2=$SSE2"
-  ./configure --prefix=/usr \
-   --avformat-swscale \
-   --enable-gpl --enable-gpl3 \
-   --qt-libdir=/usr/lib --qt-includedir=/usr/include/qt
-  make
-
-  # mlt python bindings
-  cd src/swig/python
-  sed -i 's_path=`which python_path=`which python2_' build
-  sed -i 's_`python -c_`python2 -c_' build
-  sed -i 's#python-config#python2-config#' build
-  ./build
-}
-
-package_mlt() {
-  optdepends=('sdl_image: for SDL plugin'
-   'libsamplerate: for libavresample plugin'
-   'sox: for SOX (Audio Swiss Army Knife) plugin'
-   'ffmpeg: for ffmpeg plugin'
-   'vid.stab: for video stabilize plugin'
-   'gtk2: Gtk plugin'
-   'qt5-svg: for Qt5 plugins'
-   'jack: for JACK sound output plugin'
-'ladspa: for LADSPA plugins'
-   'libexif: for auto rotate plugin'
-   'frei0r-plugins: for additional effects'
-   'movit: opengl plugin')
-  conflicts=('mlt++<=0.3.8')
-
-  cd mlt-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-package_mlt-python-bindings() {
-  depends=(python2 mlt)
-
-  cd "$srcdir/mlt-$pkgver/src/swig/python"
-  mkdir -p "$pkgdir/usr/lib/python2.7/"
-  install -m755 mlt.py "$pkgdir/usr/lib/python2.7/"
-  install -m755 _mlt.so "$pkgdir/usr/lib/python2.7/"
-  install -m755 mlt_wrap.o "$pkgdir/usr/lib/python2.7/"
-}

Copied: mlt/repos/extra-i686/PKGBUILD (from rev 289227, mlt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-18 21:45:38 UTC (rev 289228)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Fabian Schoelzel 
+# Contributor: funkyou 
+# Contributor: tardo 
+# Contributor: Stefan Husmann 
+# Contributor: Gustavo Alvarez 
+
+pkgbase=mlt
+pkgname=(mlt mlt-python-bindings)
+pkgver=6.4.1
+pkgrel=4
+pkgdesc="An open source multimedia framework"
+arch=(i686 x86_64)
+url="http://www.mltframework.org;
+license=(GPL)
+makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg jack libexif python2 swig movit eigen)
+source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;)
+md5sums=('e9f0584739369c40b8f91f8cf50ea3ea')
+
+build() {
+  # mlt
+  cd mlt-$pkgver
+
+  msg "SSE2=$SSE2"
+  ./configure --prefix=/usr \
+   --avformat-swscale \
+   --enable-gpl --enable-gpl3 \
+   --qt-libdir=/usr/lib --qt-includedir=/usr/include/qt
+  make
+
+  # mlt python bindings
+  cd src/swig/python
+  sed -i 's_path=`which python_path=`which python2_' build
+  sed -i 's_`python -c_`python2 -c_' build
+  sed -i 's#python-config#python2-config#' build
+  ./build
+}
+
+package_mlt() {
+  optdepends=('sdl_image: for SDL plugin'
+   'libsamplerate: for libavresample plugin'
+   'sox: for SOX (Audio Swiss Army Knife) plugin'
+   'ffmpeg: for ffmpeg plugin'
+   'vid.stab: for video stabilize plugin'
+   'gtk2: Gtk plugin'
+   'qt5-svg: for Qt5 plugins'
+   'jack: for JACK 

[arch-commits] Commit in nextcloud-app-contacts/repos/community-any (2 files)

2017-02-18 Thread Sergej Pupykin
Date: Saturday, February 18, 2017 @ 21:19:00
  Author: spupykin
Revision: 213086

archrelease: copy trunk to community-any

Added:
  nextcloud-app-contacts/repos/community-any/PKGBUILD
(from rev 213085, nextcloud-app-contacts/trunk/PKGBUILD)
Deleted:
  nextcloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-18 21:18:46 UTC (rev 213085)
+++ PKGBUILD2017-02-18 21:19:00 UTC (rev 213086)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=1.5.3
-pkgrel=2
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="http://nextcloud.org/;
-license=('GPL')
-depends=('nextcloud')
-makedepends=('bower' 'gulp' 'npm' 'git')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/archive/v$pkgver.tar.gz;)
-sha256sums=('80b515cc3a863e35ad70472ba2e2efd9bbd2d3058e4563748e105921e4276601')
-
-build() {
-  cd "$srcdir"/contacts-$pkgver
-  bower install
-  npm install
-  gulp
-}
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts-$pkgver 
"$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 213085, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-18 21:19:00 UTC (rev 213086)
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=1.5.3
+pkgrel=3
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="http://nextcloud.org/;
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
+sha256sums=('e7a94d621cbcad611167ad7718cf3eed09023edc6dbaa6e29bf221939ca69c78')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


[arch-commits] Commit in couchdb/repos (20 files)

2017-02-18 Thread Sergej Pupykin
Date: Saturday, February 18, 2017 @ 21:18:38
  Author: spupykin
Revision: 213084

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

Added:
  couchdb/repos/community-i686/PKGBUILD
(from rev 213083, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-i686/couchdb.install
(from rev 213083, couchdb/trunk/couchdb.install)
  couchdb/repos/community-i686/couchdb.service
(from rev 213083, couchdb/trunk/couchdb.service)
  couchdb/repos/community-i686/couchdb.tmpfiles
(from rev 213083, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-i686/datadirs.ini
(from rev 213083, couchdb/trunk/datadirs.ini)
  couchdb/repos/community-x86_64/PKGBUILD
(from rev 213083, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-x86_64/couchdb.install
(from rev 213083, couchdb/trunk/couchdb.install)
  couchdb/repos/community-x86_64/couchdb.service
(from rev 213083, couchdb/trunk/couchdb.service)
  couchdb/repos/community-x86_64/couchdb.tmpfiles
(from rev 213083, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-x86_64/datadirs.ini
(from rev 213083, couchdb/trunk/datadirs.ini)
Deleted:
  couchdb/repos/community-i686/PKGBUILD
  couchdb/repos/community-i686/couchdb.install
  couchdb/repos/community-i686/couchdb.service
  couchdb/repos/community-i686/couchdb.tmpfiles
  couchdb/repos/community-i686/datadirs.ini
  couchdb/repos/community-x86_64/PKGBUILD
  couchdb/repos/community-x86_64/couchdb.install
  couchdb/repos/community-x86_64/couchdb.service
  couchdb/repos/community-x86_64/couchdb.tmpfiles
  couchdb/repos/community-x86_64/datadirs.ini

---+
 /PKGBUILD |  116 
 /couchdb.install  |   32 +
 /couchdb.service  |   30 +
 /couchdb.tmpfiles |2 
 /datadirs.ini |6 +
 community-i686/PKGBUILD   |   58 --
 community-i686/couchdb.install|   16 
 community-i686/couchdb.service|   15 
 community-i686/couchdb.tmpfiles   |1 
 community-i686/datadirs.ini   |3 
 community-x86_64/PKGBUILD |   58 --
 community-x86_64/couchdb.install  |   16 
 community-x86_64/couchdb.service  |   15 
 community-x86_64/couchdb.tmpfiles |1 
 community-x86_64/datadirs.ini |3 
 15 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-18 21:18:09 UTC (rev 213083)
+++ community-i686/PKGBUILD 2017-02-18 21:18:38 UTC (rev 213084)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-# Contributor: Michael Fellinger 
-
-pkgname=couchdb
-pkgver=2.0.0
-pkgrel=5
-pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
-arch=('i686' 'x86_64')
-url="http://couchdb.apache.org;
-license=('APACHE')
-depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl' 'util-linux')
-makedepends=('autoconf-archive' 'git')
-install=couchdb.install
-backup=('etc/couchdb/local.ini'
-   'etc/couchdb/vm.args')
-validpgpkeys=('E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B'
- 'D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4')
-source=("http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz"{,.asc}
-   "couchdb.service"
-   "couchdb.tmpfiles"
-   "datadirs.ini")
-md5sums=('402fc02df28a5297a56cedebbae42524'
- 'SKIP'
- '38cea6d9b533a22dadc22538a921c282'
- '1e254ebe32eeb061be64193bafa35dbf'
- 'cd649a705805e6193ae72aea33a2e4bd')
-
-prepare() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/overlay/bin/couchdb
-}
-
-build() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  ./configure
-  make release
-}
-
-package() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  install -dm0755 "$pkgdir"/usr/lib/
-  install -dm0755 "$pkgdir"/etc/couchdb/
-  install -dm0755 "$pkgdir"/var/lib/couchdb/
-
-  cp -r rel/couchdb "$pkgdir"/usr/lib/couchdb
-  mv "$pkgdir"/usr/lib/couchdb/etc/local.ini "$pkgdir"/etc/couchdb/local.ini
-  mv "$pkgdir"/usr/lib/couchdb/etc/vm.args "$pkgdir"/etc/couchdb/vm.args
-
-  # use system erts
-  rm -rf "$pkgdir"/usr/lib/couchdb/erts-*
-  _erts=$(cd /usr/lib/erlang/ && ls -1d erts-*)
-  ln -s /usr/lib/erlang/${_erts} "$pkgdir"/usr/lib/couchdb/${_erts}
-
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 "$srcdir"/datadirs.ini 
"$pkgdir"/usr/lib/couchdb/etc/datadirs.ini
-}

Copied: couchdb/repos/community-i686/PKGBUILD (from rev 213083, 
couchdb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in nextcloud-app-contacts/trunk (PKGBUILD)

2017-02-18 Thread Sergej Pupykin
Date: Saturday, February 18, 2017 @ 21:18:46
  Author: spupykin
Revision: 213085

upgpkg: nextcloud-app-contacts 1.5.3-3

upd

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 21:18:38 UTC (rev 213084)
+++ PKGBUILD2017-02-18 21:18:46 UTC (rev 213085)
@@ -3,25 +3,17 @@
 
 pkgname=nextcloud-app-contacts
 pkgver=1.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
 url="http://nextcloud.org/;
 license=('GPL')
 depends=('nextcloud')
-makedepends=('bower' 'gulp' 'npm' 'git')
 options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/archive/v$pkgver.tar.gz;)
-sha256sums=('80b515cc3a863e35ad70472ba2e2efd9bbd2d3058e4563748e105921e4276601')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
+sha256sums=('e7a94d621cbcad611167ad7718cf3eed09023edc6dbaa6e29bf221939ca69c78')
 
-build() {
-  cd "$srcdir"/contacts-$pkgver
-  bower install
-  npm install
-  gulp
-}
-
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts-$pkgver 
"$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
 }


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

2017-02-18 Thread Sergej Pupykin
Date: Saturday, February 18, 2017 @ 21:18:09
  Author: spupykin
Revision: 213083

upgpkg: couchdb 2.0.0-6

upd

Modified:
  couchdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 20:34:12 UTC (rev 213082)
+++ PKGBUILD2017-02-18 21:18:09 UTC (rev 213083)
@@ -5,7 +5,7 @@
 
 pkgname=couchdb
 pkgver=2.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
 arch=('i686' 'x86_64')
 url="http://couchdb.apache.org;
@@ -49,9 +49,9 @@
   mv "$pkgdir"/usr/lib/couchdb/etc/vm.args "$pkgdir"/etc/couchdb/vm.args
 
   # use system erts
-  rm -rf "$pkgdir"/usr/lib/couchdb/erts-*
-  _erts=$(cd /usr/lib/erlang/ && ls -1d erts-*)
-  ln -s /usr/lib/erlang/${_erts} "$pkgdir"/usr/lib/couchdb/${_erts}
+#  rm -rf "$pkgdir"/usr/lib/couchdb/erts-*
+#  _erts=$(cd /usr/lib/erlang/ && ls -1d erts-*)
+#  ln -s /usr/lib/erlang/${_erts} "$pkgdir"/usr/lib/couchdb/${_erts}
 
   install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
   install -Dm0644 "$srcdir"/datadirs.ini 
"$pkgdir"/usr/lib/couchdb/etc/datadirs.ini


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

2017-02-18 Thread Daniel Micay
Date: Saturday, February 18, 2017 @ 20:34:12
  Author: thestinger
Revision: 213082

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

Added:
  linux-grsec/repos/community-testing-i686/
  linux-grsec/repos/community-testing-i686/99-linux.hook
(from rev 213081, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-testing-i686/PKGBUILD
(from rev 213081, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-testing-i686/change-default-console-loglevel.patch
(from rev 213081, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-testing-i686/config
(from rev 213081, linux-grsec/trunk/config)
  linux-grsec/repos/community-testing-i686/config.x86_64
(from rev 213081, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-testing-i686/linux-grsec.install
(from rev 213081, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-testing-i686/linux.preset
(from rev 213081, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-testing-x86_64/
  linux-grsec/repos/community-testing-x86_64/99-linux.hook
(from rev 213081, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-testing-x86_64/PKGBUILD
(from rev 213081, linux-grsec/trunk/PKGBUILD)
  
linux-grsec/repos/community-testing-x86_64/change-default-console-loglevel.patch
(from rev 213081, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-testing-x86_64/config
(from rev 213081, linux-grsec/trunk/config)
  linux-grsec/repos/community-testing-x86_64/config.x86_64
(from rev 213081, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-testing-x86_64/linux-grsec.install
(from rev 213081, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-testing-x86_64/linux.preset
(from rev 213081, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-testing-i686/99-linux.hook
  linux-grsec/repos/community-testing-i686/PKGBUILD
  linux-grsec/repos/community-testing-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-testing-i686/config
  linux-grsec/repos/community-testing-i686/config.x86_64
  linux-grsec/repos/community-testing-i686/linux-grsec.install
  linux-grsec/repos/community-testing-i686/linux.preset
  linux-grsec/repos/community-testing-x86_64/99-linux.hook
  linux-grsec/repos/community-testing-x86_64/PKGBUILD
  
linux-grsec/repos/community-testing-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-testing-x86_64/config
  linux-grsec/repos/community-testing-x86_64/config.x86_64
  linux-grsec/repos/community-testing-x86_64/linux-grsec.install
  linux-grsec/repos/community-testing-x86_64/linux.preset

+
 /99-linux.hook |   22 
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16540 
++
 /config.x86_64 |15964 +
 /linux-grsec.install   |   54 
 /linux.preset  |   28 
 community-testing-i686/99-linux.hook   |   11 
 community-testing-i686/PKGBUILD|  319 
 community-testing-i686/change-default-console-loglevel.patch   |   11 
 community-testing-i686/config  | 8270 -
 community-testing-i686/config.x86_64   | 7982 
 community-testing-i686/linux-grsec.install |   27 
 community-testing-i686/linux.preset|   14 
 community-testing-x86_64/99-linux.hook |   11 
 community-testing-x86_64/PKGBUILD  |  319 
 community-testing-x86_64/change-default-console-loglevel.patch |   11 
 community-testing-x86_64/config| 8270 -
 community-testing-x86_64/config.x86_64 | 7982 
 community-testing-x86_64/linux-grsec.install   |   27 
 community-testing-x86_64/linux.preset  |   14 
 21 files changed, 33268 insertions(+), 33268 deletions(-)

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


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

2017-02-18 Thread Daniel Micay
Date: Saturday, February 18, 2017 @ 20:31:05
  Author: thestinger
Revision: 213081

upgpkg: linux-grsec 1:4.9.11.r201702181444-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 20:30:58 UTC (rev 213080)
+++ PKGBUILD2017-02-18 20:31:05 UTC (rev 213081)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.9
-_pkgver=4.9.10
+_pkgver=4.9.11
 _grsecver=3.1
-_timestamp=201702162016
+_timestamp=201702181444
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
@@ -36,9 +36,9 @@
 
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'d6350ace4757775a76f2b7f76ab1b16756587a2f6ab06182fee8125eb01dd3f4'
+'23e773a670f3cac11a92c4e442405dea6d2c28fea0f914ea2ba4bea313c26541'
 'SKIP'
-'694bf8f95337c660b267340d331317b7de0c0e1c3cf21d19d94e00790afbf542'
+'4106f5e4a50d47e6304bf2179fdbd20608a303d736813c4968f9c827d583691c'
 'SKIP'
 '569cc42785315fa0ae96fd566dccb0640044e4b149f55d07277900f63c846d91'
 '9be4a343b99e3afc2873151601c052cd1d1ecff7122c8c38f2bf37cc7344ac15'


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

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 20:30:58
  Author: arojas
Revision: 213080

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-18 20:30:19 UTC (rev 213079)
+++ community-i686/PKGBUILD 2017-02-18 20:30:58 UTC (rev 213080)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=ccache
-pkgver=3.3.3
-pkgrel=1
-pkgdesc="A compiler cache"
-arch=('i686' 'x86_64')
-url="http://ccache.samba.org/;
-license=('GPL3')
-depends=('zlib')
-source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('6918b36301a0b8ffdc96549f609a4ebc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
-  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
-
-  install -d ${pkgdir}/usr/lib/ccache/bin
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
-}

Copied: ccache/repos/community-i686/PKGBUILD (from rev 213079, 
ccache/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-18 20:30:58 UTC (rev 213080)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=ccache
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="A compiler cache"
+arch=('i686' 'x86_64')
+url="http://ccache.samba.org/;
+license=('GPL3')
+depends=('zlib')
+source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('95ab3c56284129cc2a32460c23069516')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
+  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
+
+  install -d ${pkgdir}/usr/lib/ccache/bin
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-18 20:30:19 UTC (rev 213079)
+++ community-x86_64/PKGBUILD   2017-02-18 20:30:58 UTC (rev 213080)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=ccache
-pkgver=3.3.3
-pkgrel=1
-pkgdesc="A compiler cache"
-arch=('i686' 'x86_64')
-url="http://ccache.samba.org/;
-license=('GPL3')
-depends=('zlib')
-source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('6918b36301a0b8ffdc96549f609a4ebc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
-  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
-
-  install -d ${pkgdir}/usr/lib/ccache/bin
-  ln 

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

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 20:30:19
  Author: arojas
Revision: 213079

Update to 3.3.4

Modified:
  ccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 18:27:28 UTC (rev 213078)
+++ PKGBUILD2017-02-18 20:30:19 UTC (rev 213079)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=ccache
-pkgver=3.3.3
+pkgver=3.3.4
 pkgrel=1
 pkgdesc="A compiler cache"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('zlib')
 source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('6918b36301a0b8ffdc96549f609a4ebc')
+md5sums=('95ab3c56284129cc2a32460c23069516')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in java7-openjdk/repos (24 files)

2017-02-18 Thread Guillaume Alaux
Date: Saturday, February 18, 2017 @ 20:22:20
  Author: guillaume
Revision: 289226

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

Added:
  java7-openjdk/repos/extra-i686/PKGBUILD
(from rev 289225, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
(from rev 289225, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.install
(from rev 289225, java7-openjdk/trunk/jdk7-openjdk.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
(from rev 289225, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
(from rev 289225, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
(from rev 289225, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
  java7-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 289225, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
(from rev 289225, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.install
(from rev 289225, java7-openjdk/trunk/jdk7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
(from rev 289225, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
(from rev 289225, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 289225, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
Deleted:
  java7-openjdk/repos/extra-i686/PKGBUILD
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
  java7-openjdk/repos/extra-i686/jdk7-openjdk.install
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
  java7-openjdk/repos/extra-x86_64/PKGBUILD
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff

--+
 /PKGBUILD|  630 +
 /fontconfig-paths.diff   |  268 ++
 /jdk7-openjdk.install|  100 +++
 /jre7-openjdk-headless.install   |   96 +++
 /jre7-openjdk.install|  110 
 /openjdk7_nonreparenting-wm.diff |  116 
 extra-i686/PKGBUILD  |  313 
 extra-i686/fontconfig-paths.diff |  134 -
 extra-i686/jdk7-openjdk.install  |   50 -
 extra-i686/jre7-openjdk-headless.install |   48 -
 extra-i686/jre7-openjdk.install  |   55 --
 extra-i686/openjdk7_nonreparenting-wm.diff   |   58 --
 extra-x86_64/PKGBUILD|  313 
 extra-x86_64/fontconfig-paths.diff   |  134 -
 extra-x86_64/jdk7-openjdk.install|   50 -
 extra-x86_64/jre7-openjdk-headless.install   |   48 -
 extra-x86_64/jre7-openjdk.install|   55 --
 extra-x86_64/openjdk7_nonreparenting-wm.diff |   58 --
 18 files changed, 1320 insertions(+), 1316 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-18 20:08:50 UTC (rev 289225)
+++ extra-i686/PKGBUILD 2017-02-18 20:22:20 UTC (rev 289226)
@@ -1,313 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Guillaume ALAUX 
-# Contributor: Jan de Groot 
-
-pkgname=('jre7-openjdk-headless' 'jre7-openjdk' 'jdk7-openjdk' 'openjdk7-src' 
'openjdk7-doc')
-pkgbase=java7-openjdk
-_java_ver=7
-_icedtea_ver=2.6.7
-#pkgver() {
-#  _updatever=$(grep -E "^JDK_UPDATE_VERSION = (.)+" 
${srcdir}/icedtea-${_icedtea_ver}/Makefile.am \
-#| sed -r 's/^JDK_UPDATE_VERSION = (.+)$/\1/')
-#  echo ${_java_ver}.u${_updatever}_${_icedtea_ver}
-#}
-_updatever=111
-pkgver=${_java_ver}.u${_updatever}_${_icedtea_ver}
-pkgrel=1
-
-_bootstrap=0 # 0/1 for quick build or full bootstrap
-
-arch=('i686' 'x86_64')
-url='http://icedtea.classpath.org'
-license=('custom')
-options=('!emptydirs')
-makedepends=('jdk7-openjdk' 'libxp' 'libxslt'
- 'alsa-lib' 'apache-ant>=1.8.1' 'giflib' 'libpng>=1.5.7' 'gtk2'
- 'java-rhino' 'libpulse>=0.9.11' 'zip' 'unzip' 'cpio' 'fastjar' 
'wget'
- 'eclipse-ecj' 'pcsclite' 'lksctp-tools')
-
-_icedtea_url=http://icedtea.classpath.org/download
-_drops_url=${_icedtea_url}/drops/icedtea7/${_icedtea_ver}
-source=(${_icedtea_url}/source/icedtea-${_icedtea_ver}.tar.gz
-

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

2017-02-18 Thread Guillaume Alaux
Date: Saturday, February 18, 2017 @ 20:08:50
  Author: guillaume
Revision: 289225

Upstream release 7.u131_2.6.9

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 20:08:43 UTC (rev 289224)
+++ PKGBUILD2017-02-18 20:08:50 UTC (rev 289225)
@@ -1,4 +1,4 @@
-# $Id$
+## $Id$
 # Maintainer: Andreas Radke 
 # Maintainer: Guillaume ALAUX 
 # Contributor: Jan de Groot 
@@ -6,13 +6,13 @@
 pkgname=('jre7-openjdk-headless' 'jre7-openjdk' 'jdk7-openjdk' 'openjdk7-src' 
'openjdk7-doc')
 pkgbase=java7-openjdk
 _java_ver=7
-_icedtea_ver=2.6.7
+_icedtea_ver=2.6.9
 #pkgver() {
 #  _updatever=$(grep -E "^JDK_UPDATE_VERSION = (.)+" 
${srcdir}/icedtea-${_icedtea_ver}/Makefile.am \
 #| sed -r 's/^JDK_UPDATE_VERSION = (.+)$/\1/')
 #  echo ${_java_ver}.u${_updatever}_${_icedtea_ver}
 #}
-_updatever=111
+_updatever=131
 pkgver=${_java_ver}.u${_updatever}_${_icedtea_ver}
 pkgrel=1
 
@@ -44,15 +44,15 @@
 
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2357
 
-sha256sums=('d0922d6ecffca8e246a0b60db6e1d0c5ff924a8d5a86362991e2d4269d0a9ee4'
+sha256sums=('8e4f3eb8d41ef66f1797825343141046973c124b18bf7d4698fae0a9a25495ea'
 'SKIP'
-'5cacafbe543ad4b9179ab1cbfdb7d9baf8aa04d954510b9e7baf0bfef7db6878'
-'0049439ea08f8391c0dae464ceb249f0af9d8e70c68142a734ceb25fa145e764'
-'9fbd60855406879b898843d7eeac2a5df64b0ccdeb927c615c5be648b8fac70b'
-'c9fcc1553bbb4fe1dd5ae4616b6a1f52f42c2bb990fd1cbdafeac43bfd6b30f7'
-'e93cd330b2346bc6145bb76a141233aa1cc083eb25bbc82819632e1581290d81'
-'13e700318ed4a00bc85890525a1fe16b7ff4798ad9e49acdf730b6dfe1a6b4e4'
-'0412594f4dabd77a759957bba038aedf277dee87d06153505fb63919c0cb6a5c'
+'444c7dcfbcc665b4bb73b7c8b8256ac4d55fdb614ebdc3684a34d5f274684421'
+'48df47fac80597978951125fda10366b4f65b73b322abb80aefbe1ec58227989'
+'bf4e27af83fc88353986b906a0ac245658cf9d7b34629254e5e21b4aeff0621f'
+'a5d499825c2b7745b73b5e3596057013503bd1df3d60d04cd924e02b25313ca3'
+'44feb033ad9ae3d4b10f6561f1743fe28a13bbcacd150f2f33f5ef116fece7c5'
+'3eb33811bf1f8a56ae19078e35da835273e828293bc355b5b04a416bd3c6c96a'
+'d4ff2b6d44192a796af70e663b3ed2c7dd9e320729929ac650b4a1bc90ef329a'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
 '56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b')
 


[arch-commits] Commit in hunspell-en/repos (testing-any testing-any/PKGBUILD)

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 20:08:43
  Author: andyrtr
Revision: 289224

archrelease: copy trunk to testing-any

Added:
  hunspell-en/repos/testing-any/
  hunspell-en/repos/testing-any/PKGBUILD
(from rev 289223, hunspell-en/trunk/PKGBUILD)

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

Copied: hunspell-en/repos/testing-any/PKGBUILD (from rev 289223, 
hunspell-en/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-02-18 20:08:43 UTC (rev 289224)
@@ -0,0 +1,138 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgbase=hunspell-en
+pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB'  
'hunspell-en')
+pkgver=2017.01.22
+pkgrel=1
+pkgdesc="English hunspell dictionaries"
+arch=(any)
+url="http://wordlist.aspell.net/dicts/;
+license=('LGPL' 'custom:scowl')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_AU-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
+sha1sums=('bbf01200587fa7731dfab20de88bd34df1f2d991'
+  'e4c06434c555ca39358be8f89fb175111cf8251f'
+  '1756f692b453b37a530e02aaf41623329d6f6573'
+  '615d74ecb81c47155a00757b55be056459d5ba70')
+
+prepare() {
+  sed -i "s:SET UTF8:SET UTF-8:g"  *.aff
+}
+
+build() {
+ /bin/true
+}
+
+package_hunspell-en_US() {
+
+ pkgdesc="US English hunspell dictionaries"
+
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 en_US*.dic en_US*.aff $pkgdir/usr/share/hunspell
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+  
+  # licenses
+  install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
+}
+
+package_hunspell-en_AU() {
+
+ pkgdesc="AU English hunspell dictionaries"
+
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 en_AU*.dic en_AU*.aff $pkgdir/usr/share/hunspell
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+  
+  # licenses
+  install -D -m644 README_en_AU.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_AU
+}
+
+package_hunspell-en_CA() {
+
+ pkgdesc="CA English hunspell dictionaries"
+
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 en_CA*.dic en_CA*.aff $pkgdir/usr/share/hunspell
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+
+  # licenses
+  install -D -m644 README_en_CA.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA
+}
+
+package_hunspell-en_GB() {
+
+ pkgdesc="GB English hunspell dictionaries"
+
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 en_GB*.dic en_GB*.aff $pkgdir/usr/share/hunspell
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+
+  # licenses
+  install -D -m644 README_en_GB-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB-large
+}
+
+package_hunspell-en() {
+   
+ pkgdesc="English (US, UK, etc.) hunspell dictionaries"
+ requires=('hunspell-en_US' 'hunspell-en_GB')
+
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+
+  pushd $pkgdir/usr/share/hunspell/
+  en_GB_aliases="en_AG en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
+  for lang in $en_GB_aliases; do
+   ln -s en_GB-large.aff $lang.aff
+   ln -s en_GB-large.dic $lang.dic
+  done
+  en_US_aliases="en_PH"
+  for lang in $en_US_aliases; do
+   ln -s en_US.aff $lang.aff
+   ln -s en_US.dic $lang.dic
+  done
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+}


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 20:08:31
  Author: andyrtr
Revision: 289223

upgpkg: hunspell-en 2017.01.22-1

upstream update 2017.01.22 - provide clean standalone US/GB/CA and new AU 
package and one generic package with just symlinks to avoid long selection 
lists - FS#50471

Modified:
  hunspell-en/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 19:33:53 UTC (rev 289222)
+++ PKGBUILD2017-02-18 20:08:31 UTC (rev 289223)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: AndyRTR 
 
-pkgname=hunspell-en
-pkgver=2016.11.20
+pkgbase=hunspell-en
+pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB'  
'hunspell-en')
+pkgver=2017.01.22
 pkgrel=1
 pkgdesc="English hunspell dictionaries"
 arch=(any)
@@ -10,11 +11,13 @@
 license=('LGPL' 'custom:scowl')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_AU-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
-sha1sums=('8fd44fe68d4865a7e126b7312d9b68535086293d'
-  '3baa5ef3ba086a062b73db0d5c43cea01d3091c6'
-  '4cec152b9cdf725d1c88c20a00030b840e964f1d')
+sha1sums=('bbf01200587fa7731dfab20de88bd34df1f2d991'
+  'e4c06434c555ca39358be8f89fb175111cf8251f'
+  '1756f692b453b37a530e02aaf41623329d6f6573'
+  '615d74ecb81c47155a00757b55be056459d5ba70')
 
 prepare() {
   sed -i "s:SET UTF8:SET UTF-8:g"  *.aff
@@ -24,13 +27,96 @@
  /bin/true
 }
 
-package() {
+package_hunspell-en_US() {
+
+ pkgdesc="US English hunspell dictionaries"
+
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 en_*.dic en_*.aff $pkgdir/usr/share/hunspell
+  install -m644 en_US*.dic en_US*.aff $pkgdir/usr/share/hunspell
 
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+  
+  # licenses
+  install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
+}
+
+package_hunspell-en_AU() {
+
+ pkgdesc="AU English hunspell dictionaries"
+
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 en_AU*.dic en_AU*.aff $pkgdir/usr/share/hunspell
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+  
+  # licenses
+  install -D -m644 README_en_AU.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_AU
+}
+
+package_hunspell-en_CA() {
+
+ pkgdesc="CA English hunspell dictionaries"
+
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 en_CA*.dic en_CA*.aff $pkgdir/usr/share/hunspell
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+
+  # licenses
+  install -D -m644 README_en_CA.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA
+}
+
+package_hunspell-en_GB() {
+
+ pkgdesc="GB English hunspell dictionaries"
+
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 en_GB*.dic en_GB*.aff $pkgdir/usr/share/hunspell
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+
+  # licenses
+  install -D -m644 README_en_GB-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB-large
+}
+
+package_hunspell-en() {
+   
+ pkgdesc="English (US, UK, etc.) hunspell dictionaries"
+ requires=('hunspell-en_US' 'hunspell-en_GB')
+
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+
   pushd $pkgdir/usr/share/hunspell/
-  en_GB_aliases="en_AG en_AU en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE 
en_IN en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
+  en_GB_aliases="en_AG en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
   for lang in $en_GB_aliases; do
ln -s en_GB-large.aff $lang.aff
ln -s en_GB-large.dic $lang.dic
@@ -49,13 +135,4 @@
   ln -sv /usr/share/hunspell/$(basename $file) .
 done
   popd
-  

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

2017-02-18 Thread Jan Steffens
Date: Saturday, February 18, 2017 @ 19:33:53
  Author: heftig
Revision: 289222

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

Added:
  linux-zen/repos/testing-i686/99-linux.hook
(from rev 289221, linux-zen/trunk/99-linux.hook)
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 289221, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
(from rev 289221, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-i686/config
(from rev 289221, linux-zen/trunk/config)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 289221, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 289221, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 289221, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/99-linux.hook
(from rev 289221, linux-zen/trunk/99-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 289221, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 289221, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-x86_64/config
(from rev 289221, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 289221, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 289221, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 289221, linux-zen/trunk/linux.preset)
Deleted:
  linux-zen/repos/testing-i686/99-linux.hook
  linux-zen/repos/testing-i686/PKGBUILD
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
  linux-zen/repos/testing-i686/config
  linux-zen/repos/testing-i686/config.x86_64
  linux-zen/repos/testing-i686/linux.install
  linux-zen/repos/testing-i686/linux.preset
  linux-zen/repos/testing-x86_64/99-linux.hook
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-zen/repos/testing-x86_64/config
  linux-zen/repos/testing-x86_64/config.x86_64
  linux-zen/repos/testing-x86_64/linux.install
  linux-zen/repos/testing-x86_64/linux.preset

--+
 /99-linux.hook   |   22 
 /PKGBUILD|  622 
 /change-default-console-loglevel.patch   |   22 
 /config  |16498 +
 /config.x86_64   |16026 
 /linux.install   |   54 
 /linux.preset|   28 
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  311 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8249 
 testing-i686/config.x86_64   | 8013 
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  311 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8249 
 testing-x86_64/config.x86_64 | 8013 
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 21 files changed, 33272 insertions(+), 33272 deletions(-)

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


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

2017-02-18 Thread Jan Steffens
Date: Saturday, February 18, 2017 @ 19:20:37
  Author: heftig
Revision: 289221

4.9.11-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 19:06:45 UTC (rev 289220)
+++ PKGBUILD2017-02-18 19:20:37 UTC (rev 289221)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.9
-_zenpatch=zen-4.9.10-5e5dd81d970b2877a33f667181bb5f55a26da5a5.diff
-pkgver=4.9.10
+_zenpatch=zen-4.9.11-7a1e586a7c331261227fb73861ad3ade3f4fcfe3.diff
+pkgver=4.9.11
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -31,9 +31,9 @@
 
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'d6350ace4757775a76f2b7f76ab1b16756587a2f6ab06182fee8125eb01dd3f4'
+'23e773a670f3cac11a92c4e442405dea6d2c28fea0f914ea2ba4bea313c26541'
 'SKIP'
-'b7422035d3200583fb3f21eee5b558a89a1a4ff7e376884047e785f7b8a3b312'
+'5abfc3753716f003e763337b17b7ad3dc4d880a0d487b2ca0e37fbd7a2be05a7'
 'SKIP'
 'c1f3bfd84bf664221495e9975bc337edb40f7c14f992ce65ea85c0376ed2f30f'
 '8823a62efee521df49fce92bbcf7e30ba39310d8b2a2595dd8dbe04a06e04567'


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

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 19:06:45
  Author: arojas
Revision: 289220

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

Added:
  monodevelop/repos/staging-i686/
  monodevelop/repos/staging-i686/PKGBUILD
(from rev 289219, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/staging-i686/monodevelop-core-addins.pc.in.patch
(from rev 289219, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
  monodevelop/repos/staging-x86_64/
  monodevelop/repos/staging-x86_64/PKGBUILD
(from rev 289219, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/staging-x86_64/monodevelop-core-addins.pc.in.patch
(from rev 289219, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)

+
 staging-i686/PKGBUILD  |   46 +++
 staging-i686/monodevelop-core-addins.pc.in.patch   |8 +++
 staging-x86_64/PKGBUILD|   46 +++
 staging-x86_64/monodevelop-core-addins.pc.in.patch |8 +++
 4 files changed, 108 insertions(+)

Copied: monodevelop/repos/staging-i686/PKGBUILD (from rev 289219, 
monodevelop/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-18 19:06:45 UTC (rev 289220)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: Timm Preetz 
+# Contributor: Giovanni Scafora 
+
+pkgname=monodevelop
+pkgver=6.2.0.1778
+pkgrel=2
+pkgdesc="An IDE primarily designed for C# and other .NET languages"
+arch=('x86_64' 'i686')
+url="http://www.monodevelop.com;
+license=('GPL')
+depends=('mono>=4.0.1' 'mono-addins>=0.6.2' 'gtk-sharp-2' 
'referenceassemblies-pcl' 'fsharp' 'libssh2' 'curl')
+makedepends=('rsync' 'cmake' 'git' 'nuget')
+replaces=('monodevelop-debugger-gdb')
+provides=('monodevelop-debugger-gdb')
+options=(!makeflags)
+optdepends=('xsp: To run ASP.NET pages directly from monodevelop')
+source=(git://github.com/mono/monodevelop.git#tag=monodevelop-$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule update --init --recursive || return 1
+  git checkout tags/$pkgname-$pkgver
+  git clean -dfx
+}
+
+build() {
+  cd $pkgname
+  
+  ./configure --prefix=/usr --profile=stable 
+  XDG_CONFIG_HOME="$srcdir"/config LD_PRELOAD="" make
+}
+
+package() {
+  cd $pkgname
+  
+  XDG_CONFIG_HOME="$srcdir"/config LD_PRELOAD="" make DESTDIR="$pkgdir" install
+  # delete conflicting files
+  find "$pkgdir"/usr/share/mime/ -type f -delete
+
+  # NuGet.exe is missing somehow, fixed FS#43423
+  #install -Dm755 "${srcdir}"/monodevelop/main/external/nuget-binary/NuGet.exe 
"${pkgdir}"/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe
+}
+

Copied: monodevelop/repos/staging-i686/monodevelop-core-addins.pc.in.patch 
(from rev 289219, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
===
--- staging-i686/monodevelop-core-addins.pc.in.patch
(rev 0)
+++ staging-i686/monodevelop-core-addins.pc.in.patch2017-02-18 19:06:45 UTC 
(rev 289220)
@@ -0,0 +1,8 @@
+--- monodevelop-core-addins.pc.in  2012-07-27 21:33:41.0 +0200
 monodevelop-core-addins.pc.in.new  2012-08-04 12:42:36.086516667 +0200
+@@ -6,4 +6,4 @@
+ Name: MonoDevelop Core Add-ins
+ Description: MonoDevelop Core Add-ins
+ Version: @VERSION@
+-Libs: -r:${libdir}/AddIns/VersionControl/MonoDevelop.VersionControl.dll 
-r:${libdir}/AddIns/NUnit/MonoDevelop.NUnit.dll 
-r:${libdir}/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll 
-r:${libdir}/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll 
-r:${libdir}/AddIns/DisplayBindings/Gettext/MonoDevelop.Gettext.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.Linux.dll 
-r:${libdir}/AddIns/MonoDevelop.GtkCore/MonoDevelop.GtkCore.dll 
-r:${libdir}/AddIns/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.dll 
-r:${libdir}/AddIns/BackendBindings/MonoDevelop.VBNetBinding.dll 
-r:${libdir}/AddIns/BackendBindings/MonoDevelop.CBinding.dll 
-r:${libdir}/AddIns/BackendBindings/MonoDevelop.CSharpBinding.dll 
-r:${libdir}/AddIns/MonoDevelop.Autotools/MonoDevelop.Autotools.dll 
-r:${libdir}/AddIns/DisplayBindings/SourceEditor/MonoDevelop.SourceEditor2.dll 
-r:${libdir}/AddIns/MonoDevelop.Debugger/MonoDeve
 lop.Debugger.dll 
-r:${libdir}/AddIns/MonoDevelop.Refactoring/MonoDevelop.Refactoring.dll  
-r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft.dll 
-r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.dll 
-r:${libdir}/AddIns/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll
++Libs: -r:${libdir}/AddIns/VersionControl/MonoDevelop.VersionControl.dll 
-r:${libdir}/AddIns/NUnit/MonoDevelop.NUnit.dll 

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

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 19:06:17
  Author: arojas
Revision: 289219

openssl 1.1 rebuild

Modified:
  monodevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 19:02:35 UTC (rev 289218)
+++ PKGBUILD2017-02-18 19:06:17 UTC (rev 289219)
@@ -5,7 +5,7 @@
 
 pkgname=monodevelop
 pkgver=6.2.0.1778
-pkgrel=1
+pkgrel=2
 pkgdesc="An IDE primarily designed for C# and other .NET languages"
 arch=('x86_64' 'i686')
 url="http://www.monodevelop.com;


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 19:02:21
  Author: andyrtr
Revision: 289217

upgpkg: xmlsec 1.2.23-2

openssl 1.1 rebuild

Modified:
  xmlsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 18:45:18 UTC (rev 289216)
+++ PKGBUILD2017-02-18 19:02:21 UTC (rev 289217)
@@ -5,7 +5,7 @@
 
 pkgname=xmlsec
 pkgver=1.2.23
-pkgrel=1
+pkgrel=2
 pkgdesc="XML Security Library is a C library based on LibXML2"
 license=('custom')
 arch=('i686' 'x86_64')


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 19:02:35
  Author: andyrtr
Revision: 289218

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

Added:
  xmlsec/repos/staging-i686/
  xmlsec/repos/staging-i686/PKGBUILD
(from rev 289217, xmlsec/trunk/PKGBUILD)
  xmlsec/repos/staging-x86_64/
  xmlsec/repos/staging-x86_64/PKGBUILD
(from rev 289217, xmlsec/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: xmlsec/repos/staging-i686/PKGBUILD (from rev 289217, 
xmlsec/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-18 19:02:35 UTC (rev 289218)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Jan de Groot 
+# Contributor: Hussam Al-Tayeb 
+
+pkgname=xmlsec
+pkgver=1.2.23
+pkgrel=2
+pkgdesc="XML Security Library is a C library based on LibXML2"
+license=('custom')
+arch=('i686' 'x86_64')
+url="https://www.aleksey.com/xmlsec/index.html;
+depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
+source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz)
+sha256sums=('41d463d16c9894cd3317098d027c038039c6d896b9cbb9bad9c4e29959e10e9f')
+
+build() {
+  cd ${pkgname}1-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}1-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}1-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xmlsec/repos/staging-x86_64/PKGBUILD (from rev 289217, 
xmlsec/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-02-18 19:02:35 UTC (rev 289218)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Jan de Groot 
+# Contributor: Hussam Al-Tayeb 
+
+pkgname=xmlsec
+pkgver=1.2.23
+pkgrel=2
+pkgdesc="XML Security Library is a C library based on LibXML2"
+license=('custom')
+arch=('i686' 'x86_64')
+url="https://www.aleksey.com/xmlsec/index.html;
+depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
+source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz)
+sha256sums=('41d463d16c9894cd3317098d027c038039c6d896b9cbb9bad9c4e29959e10e9f')
+
+build() {
+  cd ${pkgname}1-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}1-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}1-${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 claws-mail/repos (6 files)

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 18:45:18
  Author: andyrtr
Revision: 289216

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

Added:
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-i686/PKGBUILD
(from rev 289215, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-i686/dillo-plugin.diff
(from rev 289215, claws-mail/trunk/dillo-plugin.diff)
  claws-mail/repos/staging-x86_64/
  claws-mail/repos/staging-x86_64/PKGBUILD
(from rev 289215, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-x86_64/dillo-plugin.diff
(from rev 289215, claws-mail/trunk/dillo-plugin.diff)

--+
 staging-i686/PKGBUILD|   82 +++
 staging-i686/dillo-plugin.diff   |  855 +
 staging-x86_64/PKGBUILD  |   82 +++
 staging-x86_64/dillo-plugin.diff |  855 +
 4 files changed, 1874 insertions(+)

Copied: claws-mail/repos/staging-i686/PKGBUILD (from rev 289215, 
claws-mail/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-18 18:45:18 UTC (rev 289216)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.14.1
+pkgrel=4
+pkgdesc="A GTK+ based e-mail client."
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind'
+ # dependencies for plugins
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk' 
'dillo'
+ # deps to build the docs
+ 'docbook-utils')
+ #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
+optdepends=('python2:   needed for some tools and python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'libgdata:  for gdata plugin'
+'poppler-glib:  for pdf viewer plugin'
+'ghostscript:   for pdf viewer plugin'
+'dillo: for html viewer plugin')
+replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
+conflicts=('claws-mail-extra-plugins')
+provides=('claws')
+source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}
+   dillo-plugin.diff)
+sha256sums=('b79a1dc04f0b3d1f693e84d7fa7282f140fb5280179281445a8b954ce423c335'
+'SKIP'
+'e58fde187b53ce12d4cb711a11ad2c6f5c3d152253e07999710decfd414b14ce')
+validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # upstream reintroduction of dillo plugin - after fancy plugin dropped
+  patch -Np1 -i ../dillo-plugin.diff
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fixes for python2
+  export PYTHON="/usr/bin/python2"
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+  sed -i 's:python -c:python2 -c:g' configure
+
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin#--help
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/staging-i686/dillo-plugin.diff (from rev 289215, 
claws-mail/trunk/dillo-plugin.diff)
===
--- staging-i686/dillo-plugin.diff  (rev 0)
+++ staging-i686/dillo-plugin.diff  2017-02-18 18:45:18 UTC (rev 289216)
@@ -0,0 +1,855 @@
+From 1e068dbfc2837809030dcbf0173d2841a411d95a Mon Sep 17 00:00:00 2001
+From: wwp 
+Date: Thu, 2 Feb 2017 18:06:27 

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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 18:45:09
  Author: andyrtr
Revision: 289215

upgpkg: claws-mail 3.14.1-4

openssl 1.1 rebuild

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 18:39:58 UTC (rev 289214)
+++ PKGBUILD2017-02-18 18:45:09 UTC (rev 289215)
@@ -3,7 +3,7 @@
 
 pkgname=claws-mail
 pkgver=3.14.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A GTK+ based e-mail client."
 arch=('i686' 'x86_64')
 license=('GPL3')


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 18:39:58
  Author: andyrtr
Revision: 289214

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

Added:
  libetpan/repos/staging-i686/
  libetpan/repos/staging-i686/PKGBUILD
(from rev 289213, libetpan/trunk/PKGBUILD)
  libetpan/repos/staging-x86_64/
  libetpan/repos/staging-x86_64/PKGBUILD
(from rev 289213, libetpan/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   43 +++
 staging-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: libetpan/repos/staging-i686/PKGBUILD (from rev 289213, 
libetpan/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-18 18:39:58 UTC (rev 289214)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libetpan
+pkgver=1.7.2
+pkgrel=2
+pkgdesc="A portable middleware for email access"
+arch=('i686' 'x86_64')
+url="http://www.etpan.org/libetpan.html;
+license=("custom:etpan")
+depends=('libsasl' 'curl' 'expat')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('c725728ce39b511a533d629ea78c1884')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  libtoolize --force --copy
+  aclocal -I m4
+  autoheader
+  autoconf
+  automake --add-missing --foreign --force --copy
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--disable-db
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+  cd tests
+  make imap-sample
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}

Copied: libetpan/repos/staging-x86_64/PKGBUILD (from rev 289213, 
libetpan/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-02-18 18:39:58 UTC (rev 289214)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libetpan
+pkgver=1.7.2
+pkgrel=2
+pkgdesc="A portable middleware for email access"
+arch=('i686' 'x86_64')
+url="http://www.etpan.org/libetpan.html;
+license=("custom:etpan")
+depends=('libsasl' 'curl' 'expat')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('c725728ce39b511a533d629ea78c1884')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  libtoolize --force --copy
+  aclocal -I m4
+  autoheader
+  autoconf
+  automake --add-missing --foreign --force --copy
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--disable-db
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+  cd tests
+  make imap-sample
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 18:39:44
  Author: andyrtr
Revision: 289213

upgpkg: libetpan 1.7.2-2

openssl 1.1 rebuild

Modified:
  libetpan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:43:37 UTC (rev 289212)
+++ PKGBUILD2017-02-18 18:39:44 UTC (rev 289213)
@@ -3,7 +3,7 @@
 
 pkgname=libetpan
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A portable middleware for email access"
 arch=('i686' 'x86_64')
 url="http://www.etpan.org/libetpan.html;


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

2017-02-18 Thread Balló György
Date: Saturday, February 18, 2017 @ 18:27:23
  Author: bgyorgy
Revision: 213077

upgpkg: keepassxc 2.1.2-2

Add keepassxc with 38 votes

Modified:
  keepassxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:59:41 UTC (rev 213076)
+++ PKGBUILD2017-02-18 18:27:23 UTC (rev 213077)
@@ -32,7 +32,10 @@
 
 check() {
cd build
-   make test
+   # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
+   if [ $CARCH == x86_64 ]; then
+   make test
+   fi
 }
 
 package() {


[arch-commits] Commit in keepassxc (5 files)

2017-02-18 Thread Balló György
Date: Saturday, February 18, 2017 @ 18:27:28
  Author: bgyorgy
Revision: 213078

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

Added:
  keepassxc/repos/
  keepassxc/repos/community-i686/
  keepassxc/repos/community-i686/PKGBUILD
(from rev 213077, keepassxc/trunk/PKGBUILD)
  keepassxc/repos/community-x86_64/
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 213077, keepassxc/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   44 
 community-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: keepassxc/repos/community-i686/PKGBUILD (from rev 213077, 
keepassxc/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-02-18 18:27:28 UTC (rev 213078)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=keepassxc
+pkgver=2.1.2
+pkgrel=2
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64 i686)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libxtst qt5-x11extras)
+makedepends=(cmake qt5-tools)
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=('b971888746158b935a0aa267671deb7c18859707df0cf26287c9bcd25b970bc0'
+'SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_AUTOTYPE=ON \
+   -DWITH_XC_HTTP=ON
+   make
+}
+
+check() {
+   cd build
+   # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
+   if [ $CARCH == x86_64 ]; then
+   make test
+   fi
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 213077, 
keepassxc/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-02-18 18:27:28 UTC (rev 213078)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=keepassxc
+pkgver=2.1.2
+pkgrel=2
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64 i686)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libxtst qt5-x11extras)
+makedepends=(cmake qt5-tools)
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=('b971888746158b935a0aa267671deb7c18859707df0cf26287c9bcd25b970bc0'
+'SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_AUTOTYPE=ON \
+   -DWITH_XC_HTTP=ON
+   make
+}
+
+check() {
+   cd build
+   # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
+   if [ $CARCH == x86_64 ]; then
+   make test
+   fi
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in atom/repos (32 files)

2017-02-18 Thread Nicola Squartini
Date: Saturday, February 18, 2017 @ 17:59:41
  Author: tensor5
Revision: 213076

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

Added:
  atom/repos/community-i686/PKGBUILD
(from rev 213075, atom/trunk/PKGBUILD)
  atom/repos/community-i686/fix-atom-sh.patch
(from rev 213075, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-i686/fix-ime-events-handler.patch
(from rev 213075, atom/trunk/fix-ime-events-handler.patch)
  atom/repos/community-i686/fix-license-path.patch
(from rev 213075, atom/trunk/fix-license-path.patch)
  atom/repos/community-i686/fix-restart.patch
(from rev 213075, atom/trunk/fix-restart.patch)
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
(from rev 213075, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-i686/use-system-apm.patch
(from rev 213075, atom/trunk/use-system-apm.patch)
  atom/repos/community-i686/use-system-electron.patch
(from rev 213075, atom/trunk/use-system-electron.patch)
  atom/repos/community-x86_64/PKGBUILD
(from rev 213075, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 213075, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-ime-events-handler.patch
(from rev 213075, atom/trunk/fix-ime-events-handler.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 213075, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 213075, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 213075, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 213075, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 213075, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-i686/PKGBUILD
  atom/repos/community-i686/fix-atom-sh.patch
  atom/repos/community-i686/fix-ime-events-handler.patch
  atom/repos/community-i686/fix-license-path.patch
  atom/repos/community-i686/fix-restart.patch
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
  atom/repos/community-i686/use-system-apm.patch
  atom/repos/community-i686/use-system-electron.patch
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-ime-events-handler.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

--+
 /PKGBUILD|  206 +
 /fix-atom-sh.patch   |  230 +++
 /fix-ime-events-handler.patch|   94 ++
 /fix-license-path.patch  |   44 ++
 /fix-restart.patch   |   22 +
 /symbols-view-use-system-ctags.patch |   22 +
 /use-system-apm.patch|   32 ++
 /use-system-electron.patch   |  258 +
 community-i686/PKGBUILD  |  103 --
 community-i686/fix-atom-sh.patch |  115 ---
 community-i686/fix-ime-events-handler.patch  |   47 ---
 community-i686/fix-license-path.patch|   22 -
 community-i686/fix-restart.patch |   11 
 community-i686/symbols-view-use-system-ctags.patch   |   11 
 community-i686/use-system-apm.patch  |   16 -
 community-i686/use-system-electron.patch |  129 
 community-x86_64/PKGBUILD|  103 --
 community-x86_64/fix-atom-sh.patch   |  115 ---
 community-x86_64/fix-ime-events-handler.patch|   47 ---
 community-x86_64/fix-license-path.patch  |   22 -
 community-x86_64/fix-restart.patch   |   11 
 community-x86_64/symbols-view-use-system-ctags.patch |   11 
 community-x86_64/use-system-apm.patch|   16 -
 community-x86_64/use-system-electron.patch   |  129 
 24 files changed, 908 insertions(+), 908 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-18 17:58:51 UTC (rev 213075)
+++ community-i686/PKGBUILD 2017-02-18 17:59:41 UTC (rev 213076)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.14.2
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('i686' 'x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron' 'libxkbfile')
-makedepends=('git' 'npm')

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

2017-02-18 Thread Nicola Squartini
Date: Saturday, February 18, 2017 @ 17:58:51
  Author: tensor5
Revision: 213075

upgpkg: atom 1.14.3-1

Modified:
  atom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:51:56 UTC (rev 213074)
+++ PKGBUILD2017-02-18 17:58:51 UTC (rev 213075)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('f19a53988ff92998d08b999d8770124a5051c356fba43c3d5107441feb8fcae5'
+sha256sums=('e7704a6e7e9127d3b4c7e9fa4dafdca312d997d1f6f2ad779e163cf84bcae549'
 '2148436adf17ec1970adc344fccf3782645375cd93e62a696a55f5b11fe98032'
 'ab638bb8ef2b27f24433738299b9714a53ebabdecf7b01e8d9df6a9ecee77ec2'
 '7f56269c3b0679dc6ec118e27348e238ce492d4c766cb3813708c981a0692fa1'


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:51:56
  Author: andyrtr
Revision: 213074

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

Added:
  tp_smapi-lts/repos/community-testing-i686/
  tp_smapi-lts/repos/community-testing-i686/PKGBUILD
(from rev 213073, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install
(from rev 213073, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 213073, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-x86_64/tp_smapi-lts.install
(from rev 213073, tp_smapi-lts/trunk/tp_smapi-lts.install)

---+
 community-testing-i686/PKGBUILD   |   50 
 community-testing-i686/tp_smapi-lts.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   50 
 community-testing-x86_64/tp_smapi-lts.install |   13 ++
 4 files changed, 126 insertions(+)

Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 213073, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-18 17:51:56 UTC (rev 213074)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+__pkgname=tp-smapi
+pkgver=0.42
+_extramodules=/usr/lib/modules/extramodules-4.4-lts
+pkgrel=8
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.4.50' 'linux-lts<4.5')
+makedepends=('linux-lts-headers>=4.4.50' 'linux-lts-headers<4.5')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$_pkgname/archive/$__pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$_pkgname-$__pkgname-$pkgver"
+
+  _kernver=$(< "${_extramodules}/version")
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver=$(< "${_extramodules}/version")
+
+  make -C "${_extramodules%/*}/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \
+M="$srcdir/$_pkgname-$__pkgname-$pkgver" modules_install
+
+  cd "${pkgdir}/${_extramodules%/*}"
+  mv "${_kernver}/extra" "${_extramodules##*/}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+}

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 213073, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2017-02-18 17:51:56 UTC (rev 
213074)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.4-lts
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 213073, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-18 17:51:56 UTC (rev 213074)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+__pkgname=tp-smapi
+pkgver=0.42
+_extramodules=/usr/lib/modules/extramodules-4.4-lts
+pkgrel=8
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.4.50' 'linux-lts<4.5')
+makedepends=('linux-lts-headers>=4.4.50' 'linux-lts-headers<4.5')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$_pkgname/archive/$__pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$_pkgname-$__pkgname-$pkgver"
+
+  _kernver=$(< "${_extramodules}/version")
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver=$(< 

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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:51:47
  Author: andyrtr
Revision: 213073

upgpkg: tp_smapi-lts 0.42-8

kernel upstream update 4.4.50 rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:50:35 UTC (rev 213072)
+++ PKGBUILD2017-02-18 17:51:47 UTC (rev 213073)
@@ -12,13 +12,13 @@
 __pkgname=tp-smapi
 pkgver=0.42
 _extramodules=/usr/lib/modules/extramodules-4.4-lts
-pkgrel=7
+pkgrel=8
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts>=4.4.42' 'linux-lts<4.5')
-makedepends=('linux-lts-headers>=4.4.42' 'linux-lts-headers<4.5')
+depends=('linux-lts>=4.4.50' 'linux-lts<4.5')
+makedepends=('linux-lts-headers>=4.4.50' 'linux-lts-headers<4.5')
 install="${pkgname}.install"
 
source=("https://github.com/evgeni/$_pkgname/archive/$__pkgname/$pkgver.tar.gz;)
 md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:50:25
  Author: andyrtr
Revision: 213071

upgpkg: r8168-lts 8.044.02-2

kernel upstream update 4.4.50 rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:49:51 UTC (rev 213070)
+++ PKGBUILD2017-02-18 17:50:25 UTC (rev 213071)
@@ -4,13 +4,13 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.044.02
-pkgrel=1
+pkgrel=2
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('glibc' "linux-lts>=4.4.42" "linux-lts<4.5")
-makedepends=("linux-lts-headers>=4.4.42" "linux-lts-headers<4.5")
+depends=('glibc' "linux-lts>=4.4.50" "linux-lts<4.5")
+makedepends=("linux-lts-headers>=4.4.50" "linux-lts-headers<4.5")
 install=$pkgname.install
 
source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:50:35
  Author: andyrtr
Revision: 213072

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

Added:
  r8168-lts/repos/community-testing-i686/
  r8168-lts/repos/community-testing-i686/PKGBUILD
(from rev 213071, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-i686/r8168-lts.install
(from rev 213071, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 213071, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 213071, r8168-lts/trunk/r8168-lts.install)

+
 community-testing-i686/PKGBUILD|   33 +++
 community-testing-i686/r8168-lts.install   |   17 +
 community-testing-x86_64/PKGBUILD  |   33 +++
 community-testing-x86_64/r8168-lts.install |   17 +
 4 files changed, 100 insertions(+)

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 213071, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-18 17:50:35 UTC (rev 213072)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.044.02
+pkgrel=2
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.4.50" "linux-lts<4.5")
+makedepends=("linux-lts-headers>=4.4.50" "linux-lts-headers<4.5")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+_extramodules=extramodules-4.4-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: r8168-lts/repos/community-testing-i686/r8168-lts.install (from rev 
213071, r8168-lts/trunk/r8168-lts.install)
===
--- community-testing-i686/r8168-lts.install(rev 0)
+++ community-testing-i686/r8168-lts.install2017-02-18 17:50:35 UTC (rev 
213072)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.4-lts'
+   depmod $(cat /lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 213071, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-18 17:50:35 UTC (rev 213072)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.044.02
+pkgrel=2
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.4.50" "linux-lts<4.5")
+makedepends=("linux-lts-headers>=4.4.50" "linux-lts-headers<4.5")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+_extramodules=extramodules-4.4-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: 

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

2017-02-18 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 17:49:19
  Author: felixonmars
Revision: 213069

upgpkg: stack 1.3.2-39

rebuild with store,0.3.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:46:38 UTC (rev 213068)
+++ PKGBUILD2017-02-18 17:49:19 UTC (rev 213069)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.3.2
-pkgrel=38
+pkgrel=39
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-02-18 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 17:49:51
  Author: felixonmars
Revision: 213070

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 213069, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 213069, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 213069, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 213069, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   83 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   83 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 174 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 213069, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-18 17:49:51 UTC (rev 213070)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.3.2
+pkgrel=39
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-either" "haskell-errors"
+ "haskell-exceptions" "haskell-extra" "haskell-fast-logger" 
"haskell-file-embed"
+ "haskell-filelock" "haskell-fsnotify" "haskell-generic-deriving" 
"haskell-gitrev"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7')
+
+prepare() {
+sed -i 's/hpack >=0.14.0 && <0.16,/hpack >=0.14.0 \&\& <0.17,/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 

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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:46:29
  Author: andyrtr
Revision: 213067

upgpkg: bbswitch-lts 0.8-27

kernel upstream update 4.4.50 rebuild

Modified:
  bbswitch-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:44:58 UTC (rev 213066)
+++ PKGBUILD2017-02-18 17:46:29 UTC (rev 213067)
@@ -7,13 +7,13 @@
 _basename=bbswitch
 pkgver=0.8
 _extramodules=extramodules-4.4-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=26
+pkgrel=27
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;
 license=('GPL')
-depends=('linux-lts>=4.4.42' 'linux-lts<4.5')
-makedepends=('linux-lts-headers>=4.4.42' 'linux-lts-headers<4.5')
+depends=('linux-lts>=4.4.50' 'linux-lts<4.5')
+makedepends=('linux-lts-headers>=4.4.50' 'linux-lts-headers<4.5')
 install=${pkgname}.install
 
source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:46:38
  Author: andyrtr
Revision: 213068

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

Added:
  bbswitch-lts/repos/community-testing-i686/
  bbswitch-lts/repos/community-testing-i686/PKGBUILD
(from rev 213067, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install
(from rev 213067, bbswitch-lts/trunk/bbswitch-lts.install)
  bbswitch-lts/repos/community-testing-x86_64/
  bbswitch-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 213067, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install
(from rev 213067, bbswitch-lts/trunk/bbswitch-lts.install)

---+
 community-testing-i686/PKGBUILD   |   34 
 community-testing-i686/bbswitch-lts.install   |   12 
 community-testing-x86_64/PKGBUILD |   34 
 community-testing-x86_64/bbswitch-lts.install |   12 
 4 files changed, 92 insertions(+)

Copied: bbswitch-lts/repos/community-testing-i686/PKGBUILD (from rev 213067, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-18 17:46:38 UTC (rev 213068)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.4-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=27
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux-lts>=4.4.50' 'linux-lts<4.5')
+makedepends=('linux-lts-headers>=4.4.50' 'linux-lts-headers<4.5')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install (from 
rev 213067, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-testing-i686/bbswitch-lts.install (rev 0)
+++ community-testing-i686/bbswitch-lts.install 2017-02-18 17:46:38 UTC (rev 
213068)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/PKGBUILD (from rev 213067, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-18 17:46:38 UTC (rev 213068)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.4-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=27
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux-lts>=4.4.50' 'linux-lts<4.5')
+makedepends=('linux-lts-headers>=4.4.50' 'linux-lts-headers<4.5')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install (from 
rev 213067, bbswitch-lts/trunk/bbswitch-lts.install)
===

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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:44:58
  Author: andyrtr
Revision: 213066

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

Added:
  acpi_call-lts/repos/community-testing-i686/
  acpi_call-lts/repos/community-testing-i686/PKGBUILD
(from rev 213065, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-i686/acpi_call.install
(from rev 213065, acpi_call-lts/trunk/acpi_call.install)
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 213065, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-x86_64/acpi_call.install
(from rev 213065, acpi_call-lts/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   48 +++
 community-testing-i686/acpi_call.install   |   14 +++
 community-testing-x86_64/PKGBUILD  |   48 +++
 community-testing-x86_64/acpi_call.install |   14 +++
 4 files changed, 124 insertions(+)

Copied: acpi_call-lts/repos/community-testing-i686/PKGBUILD (from rev 213065, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-18 17:44:58 UTC (rev 213066)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=38
+_extramodules=extramodules-4.4-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux-lts>=4.4.50')
+makedepends=('linux-lts-headers>=4.4.50')
+provides=('acpi_call')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-i686/acpi_call.install (from rev 
213065, acpi_call-lts/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2017-02-18 17:44:58 UTC (rev 
213066)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.4-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 213065, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-18 17:44:58 UTC (rev 213066)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=38
+_extramodules=extramodules-4.4-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux-lts>=4.4.50')
+makedepends=('linux-lts-headers>=4.4.50')
+provides=('acpi_call')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 

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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:44:50
  Author: andyrtr
Revision: 213065

upgpkg: acpi_call-lts 1.1.0-38

kernel upstream update 4.4.50 rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:31:56 UTC (rev 213064)
+++ PKGBUILD2017-02-18 17:44:50 UTC (rev 213065)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=37
+pkgrel=38
 _extramodules=extramodules-4.4-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url='https://github.com/mkottman/acpi_call'
 license=('GPL')
-depends=('linux-lts>=4.4.42')
-makedepends=('linux-lts-headers>=4.4.42')
+depends=('linux-lts>=4.4.50')
+makedepends=('linux-lts-headers>=4.4.50')
 provides=('acpi_call')
 install='acpi_call.install'
 
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:43:28
  Author: andyrtr
Revision: 289211

upgpkg: nvidia-340xx-lts 340.101-4

kernel upstream update 4.4.50 rebuild

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:40:55 UTC (rev 289210)
+++ PKGBUILD2017-02-18 17:43:28 UTC (rev 289211)
@@ -4,11 +4,11 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.101
 _extramodules=extramodules-4.4-lts
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.4.42' 'linux-lts-headers>=4.4.42' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
+makedepends=('linux-lts>=4.4.50' 'linux-lts-headers>=4.4.50' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:43:37
  Author: andyrtr
Revision: 289212

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

Added:
  nvidia-340xx-lts/repos/testing-i686/
  nvidia-340xx-lts/repos/testing-i686/PKGBUILD
(from rev 289211, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install
(from rev 289211, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/testing-x86_64/
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 289211, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install
(from rev 289211, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)

-+
 testing-i686/PKGBUILD   |   50 ++
 testing-i686/nvidia-340xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   50 ++
 testing-x86_64/nvidia-340xx-lts.install |   15 +
 4 files changed, 130 insertions(+)

Copied: nvidia-340xx-lts/repos/testing-i686/PKGBUILD (from rev 289211, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-18 17:43:37 UTC (rev 289212)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.101
+_extramodules=extramodules-4.4-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux-lts>=4.4.50' 'linux-lts-headers>=4.4.50' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.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=('5866f2b4e6e22863c54d9fc08c9c88c9c911df2396d0ceaca653ded04589ea3a9e4550ed58f4b182b0a42cfe205ef643fe43ea709478e5df5360a7f74fa87f41')
+sha512sums_x86_64=('d5bea7315346e93a7cccd3d99900f4dad51dfa6e93382d4d61c314d0ab97dea063169b8d666d3a3373dea33b4322f945c3a18ed0fc3308e3f89af6f22f373abc')
+
+[[ "$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() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  depends=('linux-lts>=4.4.40' "nvidia-340xx-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/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  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-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install (from rev 
289211, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
===
--- testing-i686/nvidia-340xx-lts.install   (rev 0)
+++ testing-i686/nvidia-340xx-lts.install   2017-02-18 17:43:37 UTC (rev 
289212)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD (from rev 289211, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-18 17:43:37 UTC (rev 289212)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.101
+_extramodules=extramodules-4.4-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;

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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:40:55
  Author: andyrtr
Revision: 289210

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 289209, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/disable-mtrr.patch
(from rev 289209, nvidia-304xx-lts/trunk/disable-mtrr.patch)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 289209, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 289209, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/disable-mtrr.patch
(from rev 289209, nvidia-304xx-lts/trunk/disable-mtrr.patch)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 289209, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-i686/disable-mtrr.patch |   24 +++
 testing-i686/nvidia-304xx-lts.install   |   15 +++
 testing-x86_64/PKGBUILD |   64 ++
 testing-x86_64/disable-mtrr.patch   |   24 +++
 testing-x86_64/nvidia-304xx-lts.install |   15 +++
 6 files changed, 206 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 289209, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-18 17:40:55 UTC (rev 289210)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.134
+_extramodules=extramodules-4.4-lts
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.4.50' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.4.50')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-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=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e')
+#sha512sums_x86_64=('07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
+
+source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+disable-mtrr.patch)
+sha512sums=('e047c62b33b092225ead42134acd596e3ae43d9bb8324188308dd7d497f33e790e7366d7a1c5ef5de66f484219d99de4c6e6206d390122d3fab4d30397ab463c'
+
'339efb8b47faaa16b984d84e43ef18d849a563c95298972c36616a22712740e3233c2cd7b0837d393a8f24a6ec5b501295cdc77adae12deccc993dfca48022fc'
+
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774')
+
+
+if [ "$CARCH" = "i686" ]; then
+  _arch='x86'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+elif [ "$CARCH" = "x86_64" ]; then
+  _arch='x86_64'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+fi
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+# FS#47092
+(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
+}

Copied: nvidia-304xx-lts/repos/testing-i686/disable-mtrr.patch (from rev 
289209, nvidia-304xx-lts/trunk/disable-mtrr.patch)
===
--- testing-i686/disable-mtrr.patch (rev 0)
+++ testing-i686/disable-mtrr.patch 

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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:40:40
  Author: andyrtr
Revision: 289209

upgpkg: nvidia-304xx-lts 304.134-3

kernel upstream update 4.4.50 rebuild

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:20:25 UTC (rev 289208)
+++ PKGBUILD2017-02-18 17:40:40 UTC (rev 289209)
@@ -5,12 +5,12 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.134
 _extramodules=extramodules-4.4-lts
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-depends=('linux-lts>=4.4.42' 'libgl' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-lts-headers>=4.4.42')
+depends=('linux-lts>=4.4.50' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.4.50')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')


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

2017-02-18 Thread Balló György
Date: Saturday, February 18, 2017 @ 17:31:56
  Author: bgyorgy
Revision: 213064

Add keepassxc with 38 votes

Added:
  keepassxc/
  keepassxc/trunk/
  keepassxc/trunk/PKGBUILD

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

Added: keepassxc/trunk/PKGBUILD
===
--- keepassxc/trunk/PKGBUILD(rev 0)
+++ keepassxc/trunk/PKGBUILD2017-02-18 17:31:56 UTC (rev 213064)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=keepassxc
+pkgver=2.1.2
+pkgrel=2
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64 i686)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libxtst qt5-x11extras)
+makedepends=(cmake qt5-tools)
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=('b971888746158b935a0aa267671deb7c18859707df0cf26287c9bcd25b970bc0'
+'SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_AUTOTYPE=ON \
+   -DWITH_XC_HTTP=ON
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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


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

2017-02-18 Thread Gaëtan Bisson
Date: Saturday, February 18, 2017 @ 17:20:25
  Author: bisson
Revision: 289208

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 289207, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 289207, gnupg/trunk/install)
  gnupg/repos/testing-i686/scd.patch
(from rev 289207, gnupg/trunk/scd.patch)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 289207, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 289207, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/scd.patch
(from rev 289207, gnupg/trunk/scd.patch)

--+
 testing-i686/PKGBUILD|   70 
 testing-i686/install |   10 
 testing-i686/scd.patch   |   97 +
 testing-x86_64/PKGBUILD  |   70 
 testing-x86_64/install   |   10 
 testing-x86_64/scd.patch |   97 +
 6 files changed, 354 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 289207, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-18 17:20:25 UTC (rev 289208)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.18
+pkgrel=2
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'scd.patch')
+sha1sums=('b698012cc2d77c2652afd168a15e679d1394fa89' 'SKIP'
+  '568f48e1048f1dac721dd4055447a93485f6b2b1')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+   patch -p1 -i ../scd.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check || [[ $CARCH = i686 ]]
+   # 
https://lists.gnupg.org/pipermail/gnupg-devel/2016-December/032364.html
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+
+   cd doc/examples/systemd-user
+   for i in *.*; do
+   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
+   done
+}

Copied: gnupg/repos/testing-i686/install (from rev 289207, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2017-02-18 17:20:25 UTC (rev 289208)
@@ -0,0 +1,10 @@
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null || true
+}
+
+post_upgrade() {
+   if [[ $(vercmp $2 2.1.13-1) = -1 ]]; then
+   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
+   fi
+}

Copied: gnupg/repos/testing-i686/scd.patch (from rev 289207, 
gnupg/trunk/scd.patch)
===
--- testing-i686/scd.patch  (rev 0)
+++ testing-i686/scd.patch  2017-02-18 17:20:25 UTC (rev 289208)
@@ -0,0 +1,97 @@
+From da4c132cca2c6df81243c9660b7348268a848f88 Mon Sep 17 00:00:00 2001
+From: NIIBE Yutaka 
+Date: Mon, 13 Feb 2017 11:09:13 +0900
+Subject: [PATCH 1/1] scd: Fix use case of PC/SC.
+
+* scd/apdu.c (apdu_open_reader): Add an argument APP_EMPTY.
+When CCID driver fails to open, try PC/SC if APP is nothing.
+* scd/app.c (select_application): 

[arch-commits] Commit in gnupg/trunk (PKGBUILD scd.patch)

2017-02-18 Thread Gaëtan Bisson
Date: Saturday, February 18, 2017 @ 17:19:30
  Author: bisson
Revision: 289207

fix FS#52732

Added:
  gnupg/trunk/scd.patch
Modified:
  gnupg/trunk/PKGBUILD

---+
 PKGBUILD  |9 +++--
 scd.patch |   97 
 2 files changed, 103 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:17:02 UTC (rev 289206)
+++ PKGBUILD2017-02-18 17:19:30 UTC (rev 289207)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.1.18
-pkgrel=1
+pkgrel=2
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -20,8 +20,10 @@
   '46CC730865BB5C78EBABADCF04376F3EE0856959'
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('b698012cc2d77c2652afd168a15e679d1394fa89' 'SKIP')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'scd.patch')
+sha1sums=('b698012cc2d77c2652afd168a15e679d1394fa89' 'SKIP'
+  '568f48e1048f1dac721dd4055447a93485f6b2b1')
 
 install=install
 
@@ -32,6 +34,7 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+   patch -p1 -i ../scd.patch
 }
 
 build() {

Added: scd.patch
===
--- scd.patch   (rev 0)
+++ scd.patch   2017-02-18 17:19:30 UTC (rev 289207)
@@ -0,0 +1,97 @@
+From da4c132cca2c6df81243c9660b7348268a848f88 Mon Sep 17 00:00:00 2001
+From: NIIBE Yutaka 
+Date: Mon, 13 Feb 2017 11:09:13 +0900
+Subject: [PATCH 1/1] scd: Fix use case of PC/SC.
+
+* scd/apdu.c (apdu_open_reader): Add an argument APP_EMPTY.
+When CCID driver fails to open, try PC/SC if APP is nothing.
+* scd/app.c (select_application): Supply arg if APP is nothing.
+
+--
+
+After scanning available card readers by CCID driver, scdaemon should
+try PC/SC service if no APP is registered yet.  Also, when the slot
+is allocated for PC/SC (ccid.handle==NULL), it should not call
+ccid_compare_BAI, otherwise scdaemon crashes.
+
+Debian-bug-id: 852702, 854005, 854595, 854616
+
+Signed-off-by: NIIBE Yutaka 
+---
+ scd/apdu.c | 14 +++---
+ scd/apdu.h |  2 +-
+ scd/app.c  |  2 +-
+ 3 files changed, 13 insertions(+), 5 deletions(-)
+
+diff --git a/scd/apdu.c b/scd/apdu.c
+index 6fc62aa..82d53b1 100644
+--- a/scd/apdu.c
 b/scd/apdu.c
+@@ -3127,7 +3127,7 @@ apdu_open_one_reader (const char *portstr)
+ }
+ 
+ int
+-apdu_open_reader (struct dev_list *dl)
++apdu_open_reader (struct dev_list *dl, int app_empty)
+ {
+   int slot;
+ 
+@@ -3177,6 +3177,7 @@ apdu_open_reader (struct dev_list *dl)
+   /* Check identity by BAI against already opened HANDLEs.  */
+   for (slot = 0; slot < MAX_READER; slot++)
+ if (reader_table[slot].used
++&& reader_table[slot].ccid.handle
+ && ccid_compare_BAI (reader_table[slot].ccid.handle, bai))
+   break;
+ 
+@@ -3201,12 +3202,19 @@ apdu_open_reader (struct dev_list *dl)
+ dl->idx++;
+ }
+ 
+-  slot = -1;
++  /* Not found.  Try one for PC/SC, only when it's the initial scan.  */
++  if (app_empty && dl->idx == dl->idx_max)
++{
++  dl->idx++;
++  slot = apdu_open_one_reader (dl->portstr);
++}
++  else
++slot = -1;
+ }
+   else
+ #endif
+ { /* PC/SC readers.  */
+-  if (dl->idx == 0)
++  if (app_empty && dl->idx == 0)
+ {
+   dl->idx++;
+   slot = apdu_open_one_reader (dl->portstr);
+diff --git a/scd/apdu.h b/scd/apdu.h
+index 473def5..6751e8c 100644
+--- a/scd/apdu.h
 b/scd/apdu.h
+@@ -91,7 +91,7 @@ gpg_error_t apdu_dev_list_start (const char *portstr, struct 
dev_list **l_p);
+ void apdu_dev_list_finish (struct dev_list *l);
+ 
+ /* Note, that apdu_open_reader returns no status word but -1 on error. */
+-int apdu_open_reader (struct dev_list *l);
++int apdu_open_reader (struct dev_list *l, int app_empty);
+ int apdu_open_remote_reader (const char *portstr,
+  const unsigned char *cookie, size_t length,
+  int (*readfnc) (void *opaque,
+diff --git a/scd/app.c b/scd/app.c
+index 5b8da1c..7e72870 100644
+--- a/scd/app.c
 b/scd/app.c
+@@ -343,7 +343,7 @@ select_application (ctrl_t ctrl, const char *name, app_t 
*r_app,
+   int slot;
+   int periodical_check_needed_this;
+ 
+-  slot = apdu_open_reader (l);
++  slot = apdu_open_reader (l, !app_top);
+   if (slot < 0)
+ break;
+ 
+-- 
+2.8.0.rc3
+


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

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 17:17:02
  Author: arojas
Revision: 289206

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

Added:
  libssh/repos/testing-i686/
  libssh/repos/testing-i686/PKGBUILD
(from rev 289205, libssh/trunk/PKGBUILD)
  libssh/repos/testing-x86_64/
  libssh/repos/testing-x86_64/PKGBUILD
(from rev 289205, libssh/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   63 ++
 testing-x86_64/PKGBUILD |   63 ++
 2 files changed, 126 insertions(+)

Copied: libssh/repos/testing-i686/PKGBUILD (from rev 289205, 
libssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-18 17:17:02 UTC (rev 289206)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+# Contributor: sergeantspoon 
+
+pkgbase=libssh
+pkgname=(libssh libssh-docs)
+pkgver=0.7.4
+pkgrel=2
+pkgdesc="Library for accessing ssh client services through C libraries"
+url="http://www.libssh.org/;
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(libgcrypt zlib) # use openssl again for 0.8
+makedepends=(cmake cmocka doxygen)
+checkdepends=(openssh)
+source=(https://red.libssh.org/attachments/download/210/$pkgname-$pkgver.tar.xz
+
https://red.libssh.org/attachments/download/209/$pkgname-$pkgver.tar.asc)
+md5sums=('ec36040a9d0cc343ba78edf3b6580855'
+ 'SKIP')
+validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

+
+prepare() {
+  # disable the test. It is confused by our clean container setup.
+  # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
+  # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
+  sed 's/unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
+
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_GSSAPI=OFF \
+-DWITH_GCRYPT=ON \
+-DWITH_TESTING=ON
+  make
+  make doc
+}
+
+check() {
+  cd build
+  make test
+}
+
+package_libssh() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_libssh-docs() {
+  pkgdesc="Documentation for libssh"
+  depends=()
+
+  mkdir -p "$pkgdir"/usr/share/doc/libssh
+  cp -r build/doc/html "$pkgdir"/usr/share/doc/libssh
+  cp -r build/doc/man "$pkgdir"/usr/share
+  rm "$pkgdir"/usr/share/man/man3/{bug,deprecated}.*
+}

Copied: libssh/repos/testing-x86_64/PKGBUILD (from rev 289205, 
libssh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-18 17:17:02 UTC (rev 289206)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+# Contributor: sergeantspoon 
+
+pkgbase=libssh
+pkgname=(libssh libssh-docs)
+pkgver=0.7.4
+pkgrel=2
+pkgdesc="Library for accessing ssh client services through C libraries"
+url="http://www.libssh.org/;
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(libgcrypt zlib) # use openssl again for 0.8
+makedepends=(cmake cmocka doxygen)
+checkdepends=(openssh)
+source=(https://red.libssh.org/attachments/download/210/$pkgname-$pkgver.tar.xz
+
https://red.libssh.org/attachments/download/209/$pkgname-$pkgver.tar.asc)
+md5sums=('ec36040a9d0cc343ba78edf3b6580855'
+ 'SKIP')
+validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

+
+prepare() {
+  # disable the test. It is confused by our clean container setup.
+  # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
+  # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
+  sed 's/unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
+
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_GSSAPI=OFF \
+-DWITH_GCRYPT=ON \
+-DWITH_TESTING=ON
+  make
+  make doc
+}
+
+check() {
+  cd build
+  make test
+}
+
+package_libssh() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_libssh-docs() {
+  pkgdesc="Documentation for libssh"
+  depends=()
+
+  mkdir -p "$pkgdir"/usr/share/doc/libssh
+  cp -r build/doc/html "$pkgdir"/usr/share/doc/libssh
+  cp -r build/doc/man "$pkgdir"/usr/share
+  rm "$pkgdir"/usr/share/man/man3/{bug,deprecated}.*
+}


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

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 17:16:32
  Author: arojas
Revision: 289205

Temporarily switch to libgcrypt

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:14:07 UTC (rev 289204)
+++ PKGBUILD2017-02-18 17:16:32 UTC (rev 289205)
@@ -7,12 +7,12 @@
 pkgbase=libssh
 pkgname=(libssh libssh-docs)
 pkgver=0.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for accessing ssh client services through C libraries"
 url="http://www.libssh.org/;
 license=(LGPL)
 arch=(i686 x86_64)
-depends=(openssl zlib)
+depends=(libgcrypt zlib) # use openssl again for 0.8
 makedepends=(cmake cmocka doxygen)
 checkdepends=(openssh)
 source=(https://red.libssh.org/attachments/download/210/$pkgname-$pkgver.tar.xz
@@ -36,6 +36,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DWITH_GSSAPI=OFF \
+-DWITH_GCRYPT=ON \
 -DWITH_TESTING=ON
   make
   make doc


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:14:07
  Author: andyrtr
Revision: 289204

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

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

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

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 289203, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-18 17:14:07 UTC (rev 289204)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=378.13
+_extramodules=extramodules-4.4-lts
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.4.50' 
'linux-lts-headers>=4.4.50')
+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;)
+md5sums_i686=('dd1077750af9a067739ec291fb24175f')
+md5sums_x86_64=('fe4d25b19a780a690cafc8e3b7c0113f')
+
+[[ "$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.4.13' "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/nvidia-lts.install (from rev 289203, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2017-02-18 17:14:07 UTC (rev 289204)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 289203, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-18 17:14:07 UTC (rev 289204)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=378.13
+_extramodules=extramodules-4.4-lts
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.4.50' 
'linux-lts-headers>=4.4.50')
+provides=('nvidia')

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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 17:13:55
  Author: andyrtr
Revision: 289203

upgpkg: nvidia-lts 378.13-2

kernel upstream update 4.4.50 rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:00:59 UTC (rev 289202)
+++ PKGBUILD2017-02-18 17:13:55 UTC (rev 289203)
@@ -4,11 +4,11 @@
 pkgname=nvidia-lts
 pkgver=378.13
 _extramodules=extramodules-4.4-lts
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.4.42' 
'linux-lts-headers>=4.4.42')
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.4.50' 
'linux-lts-headers>=4.4.50')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install


[arch-commits] Commit in sane/repos (14 files)

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 17:00:59
  Author: arojas
Revision: 289202

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

Added:
  sane/repos/staging-i686/
  sane/repos/staging-i686/PKGBUILD
(from rev 289201, sane/trunk/PKGBUILD)
  sane/repos/staging-i686/network.patch
(from rev 289201, sane/trunk/network.patch)
  sane/repos/staging-i686/sane.xinetd
(from rev 289201, sane/trunk/sane.xinetd)
  sane/repos/staging-i686/saned.service
(from rev 289201, sane/trunk/saned.service)
  sane/repos/staging-i686/saned.socket
(from rev 289201, sane/trunk/saned.socket)
  sane/repos/staging-i686/segfault-avahi-fix-kodakio.patch
(from rev 289201, sane/trunk/segfault-avahi-fix-kodakio.patch)
  sane/repos/staging-x86_64/
  sane/repos/staging-x86_64/PKGBUILD
(from rev 289201, sane/trunk/PKGBUILD)
  sane/repos/staging-x86_64/network.patch
(from rev 289201, sane/trunk/network.patch)
  sane/repos/staging-x86_64/sane.xinetd
(from rev 289201, sane/trunk/sane.xinetd)
  sane/repos/staging-x86_64/saned.service
(from rev 289201, sane/trunk/saned.service)
  sane/repos/staging-x86_64/saned.socket
(from rev 289201, sane/trunk/saned.socket)
  sane/repos/staging-x86_64/segfault-avahi-fix-kodakio.patch
(from rev 289201, sane/trunk/segfault-avahi-fix-kodakio.patch)

-+
 staging-i686/PKGBUILD   |   71 +++
 staging-i686/network.patch  |   42 +
 staging-i686/sane.xinetd|   11 ++
 staging-i686/saned.service  |8 +
 staging-i686/saned.socket   |9 ++
 staging-i686/segfault-avahi-fix-kodakio.patch   |   98 ++
 staging-x86_64/PKGBUILD |   71 +++
 staging-x86_64/network.patch|   42 +
 staging-x86_64/sane.xinetd  |   11 ++
 staging-x86_64/saned.service|8 +
 staging-x86_64/saned.socket |9 ++
 staging-x86_64/segfault-avahi-fix-kodakio.patch |   98 ++
 12 files changed, 478 insertions(+)

Copied: sane/repos/staging-i686/PKGBUILD (from rev 289201, sane/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-18 17:00:59 UTC (rev 289202)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Sarah Hay 
+# Contributor: Simo L. 
+# Contributor: eric 
+
+pkgname=sane
+pkgver=1.0.25
+pkgrel=2
+pkgdesc="Scanner Access Now Easy"
+url="http://www.sane-project.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libtiff>=4.0.0' 'libgphoto2' 'libjpeg>=8' 'libusbx' 'libcups' 
'libieee1284' 'v4l-utils' 'avahi' 'bash' 'net-snmp')
+makedepends=('texlive-latexextra')
+backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,epsonds.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,kodakaio.conf,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pieusb.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf}
 etc/xinetd.d/
 sane)
+source=(https://sources.archlinux.org/other/sane/$pkgname-backends-$pkgver.tar.gz
+'sane.xinetd'
+'saned.socket'
+'saned.service'
+'network.patch')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-backends-${pkgver}"
+   # fix 
http://vasks.debian.org/tracker/?func=detail=410366=313760_id=30186
+   patch -Np1 -i ${srcdir}/network.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-backends-${pkgver}"
+
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-docdir=/usr/share/doc/sane \
+--enable-avahi \
+--enable-pthread \
+--disable-rpath \
+--enable-libusb_1_0 \
+--disable-locking
+  make
+}
+
+package () {
+  cd "${srcdir}/${pkgname}-backends-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # fix hp officejets
+  echo "#hpaio" >> "${pkgdir}/etc/sane.d/dll.conf"
+  # install udev files
+  install -D -m0644 tools/udev/libsane.rules \
+

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

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 17:00:19
  Author: arojas
Revision: 289201

openssl 1.1 rebuild

Modified:
  sane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 16:57:50 UTC (rev 289200)
+++ PKGBUILD2017-02-18 17:00:19 UTC (rev 289201)
@@ -6,7 +6,7 @@
 
 pkgname=sane
 pkgver=1.0.25
-pkgrel=1
+pkgrel=2
 pkgdesc="Scanner Access Now Easy"
 url="http://www.sane-project.org/;
 arch=('i686' 'x86_64')


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

2017-02-18 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 16:59:08
  Author: felixonmars
Revision: 213063

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

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

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

Copied: haskell-store/repos/community-staging-i686/PKGBUILD (from rev 213062, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-18 16:59:08 UTC (rev 213063)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d05076be3997257c62a88b3ff363b196')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-comparison-bench -f-small-bench
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-store/repos/community-staging-x86_64/PKGBUILD (from rev 213062, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-18 16:59:08 UTC (rev 213063)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d05076be3997257c62a88b3ff363b196')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup 

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

2017-02-18 Thread Felix Yan
Date: Saturday, February 18, 2017 @ 16:58:37
  Author: felixonmars
Revision: 213062

upgpkg: haskell-store 0.3.1-1

rebuild with store,0.3.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 12:33:59 UTC (rev 213061)
+++ PKGBUILD2017-02-18 16:58:37 UTC (rev 213062)
@@ -3,26 +3,26 @@
 
 _hkgname=store
 pkgname=haskell-store
-pkgver=0.3
-pkgrel=19
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
- 'haskell-conduit' 'haskell-cryptohash' 'haskell-free' 
'haskell-hashable' 'haskell-hspec'
- 'haskell-hspec-smallcheck' 'haskell-lifted-base' 
'haskell-monad-control'
- 'haskell-mono-traversable' 'haskell-network' 'haskell-primitive' 
'haskell-resourcet'
- 'haskell-safe' 'haskell-semigroups' 'haskell-smallcheck' 
'haskell-streaming-commons'
- 'haskell-store-core' 'haskell-syb' 'haskell-text' 'haskell-th-lift'
- 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
  'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('e8f68402d601c7d02453cb0f3aa04e74')
+md5sums=('d05076be3997257c62a88b3ff363b196')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 runhaskell Setup configure -O --enable-library-profiling --enable-shared \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid \
@@ -37,7 +37,7 @@
 
 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"
 install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 16:57:19
  Author: andyrtr
Revision: 289199

upgpkg: linux-lts 4.4.50-1

upstream update 4.4.50

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 16:49:04 UTC (rev 289198)
+++ PKGBUILD2017-02-18 16:57:19 UTC (rev 289199)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.4
-pkgver=4.4.49
+pkgver=4.4.50
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -24,7 +24,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'2fbabe12dc00bfdcac70a8dbb24c70e63cc2a0b7896e0b6ef3394c770f96bb1b'
+'c5756a4b7290092d875967c310b684dbd91cb57438a25a3603bce6b1d0f19b36'
 'SKIP'
 'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
 '68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'


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

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 16:57:50
  Author: andyrtr
Revision: 289200

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
(from rev 289199, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-i686/99-linux.hook
(from rev 289199, linux-lts/trunk/99-linux.hook)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 289199, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 289199, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 289199, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 289199, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 289199, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 289199, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
(from rev 289199, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-x86_64/99-linux.hook
(from rev 289199, linux-lts/trunk/99-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 289199, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 289199, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 289199, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 289199, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 289199, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 289199, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/0001-sdhci-revert.patch |   25 
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  300 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7903 +
 testing-i686/config.x86_64   | 7662 
 testing-i686/linux-lts.install   |   33 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/0001-sdhci-revert.patch   |   25 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  300 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7903 +
 testing-x86_64/config.x86_64 | 7662 
 testing-x86_64/linux-lts.install |   33 
 testing-x86_64/linux-lts.preset  |   14 
 16 files changed, 31918 insertions(+)

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


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

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 16:49:04
  Author: arojas
Revision: 289198

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 289197, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 289197, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 289197, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 289197, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  196 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   98 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   98 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-18 16:48:17 UTC (rev 289197)
+++ extra-i686/PKGBUILD 2017-02-18 16:49:04 UTC (rev 289198)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.7.8
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('ca64e01c1d27f3f12108555b3f4273b5d7d4ffcd'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'opencl-icd-loader')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   

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

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 16:48:17
  Author: arojas
Revision: 289197

Update to 6.9.7.9

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 14:15:27 UTC (rev 289196)
+++ PKGBUILD2017-02-18 16:48:17 UTC (rev 289197)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.7.8
+pkgver=6.9.7.9
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
@@ -13,7 +13,7 @@
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('ca64e01c1d27f3f12108555b3f4273b5d7d4ffcd'
+sha1sums=('3252058951b4e9eec3aef10120906336a5652672'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


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

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 14:14:56
  Author: arojas
Revision: 289195

openssl 1.1 rebuild

Added:
  bigloo/trunk/bigloo-emacs25.patch
  bigloo/trunk/bigloo-openssl11.patch
Modified:
  bigloo/trunk/PKGBUILD

+
 PKGBUILD   |   17 +
 bigloo-emacs25.patch   |   42 +++
 bigloo-openssl11.patch |  641 +++
 3 files changed, 697 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 13:28:45 UTC (rev 289194)
+++ PKGBUILD2017-02-18 14:14:56 UTC (rev 289195)
@@ -6,7 +6,7 @@
 pkgname=bigloo
 _pkgver=4.2c
 pkgver=${_pkgver/-/_}
-pkgrel=4
+pkgrel=5
 pkgdesc="Fast scheme compiler"
 arch=('i686' 'x86_64')
 url="http://www-sop.inria.fr/mimosa/fp/Bigloo/;
@@ -15,10 +15,21 @@
 makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi' 'chrpath')
 optdepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
 options=('!makeflags')
-source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
-md5sums=('c2208e166954cf8476898a28cfc975be')
+source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz 
bigloo-openssl11.patch bigloo-emacs25.patch)
+md5sums=('c2208e166954cf8476898a28cfc975be'
+ '93905812f5f37de5d2e8c52228448c16'
+ 'f4b1700dd82b1f6143e8eb0b6e729e91')
 
 elisp_dir=/usr/share/emacs/site-lisp/bigloo
+
+prepare() {
+  cd $pkgname$_pkgver
+# Fix build with OpenSSL 1.1 (Fedora)
+  patch -p0 -i ../bigloo-openssl11.patch
+# Fix build with emacs 25 (Fedora)
+  patch -p0 -i ../bigloo-emacs25.patch
+}
+
 build() {
   cd "${srcdir}/${pkgname}${_pkgver}"
   ./configure --prefix=/usr \

Added: bigloo-emacs25.patch
===
--- bigloo-emacs25.patch(rev 0)
+++ bigloo-emacs25.patch2017-02-18 14:14:56 UTC (rev 289195)
@@ -0,0 +1,42 @@
+--- autoconf/emacsbrand.orig   2015-12-21 05:31:11.0 -0700
 autoconf/emacsbrand2017-02-11 21:08:11.214135100 -0700
+@@ -35,6 +35,7 @@ done
+ #*The autodetection ELisp expression   */
+ #*-*/
+ expr="(cond \
++  ((string-match \"GNU Emacs 25\" (emacs-version)) (kill-emacs 25)) \
+ ((string-match \"GNU Emacs 24\" (emacs-version)) (kill-emacs 24)) \
+ ((string-match \"GNU Emacs 23\" (emacs-version)) (kill-emacs 23)) \
+ ((string-match \"GNU Emacs 22\" (emacs-version)) (kill-emacs 22)) \
+@@ -63,7 +64,11 @@ else
+   if [ "$version" = "24" ]; then
+ echo "emacs24"
+   else
+-echo "generic";
++if [ "$version" = "25" ]; then
++  echo "emacs25"
++else
++  echo "generic";
++fi
+   fi
+ fi
+   fi
+--- bmacs/Makefile.orig2015-12-21 05:31:11.0 -0700
 bmacs/Makefile 2017-02-11 20:51:48.555481223 -0700
+@@ -115,7 +115,7 @@ POPULATION = Makefile README $(EMACS_SOU
+ #*-*/
+ all: $(EMACSBRAND)
+ 
+-emacs22 emacs23 emacs24:
++emacs22 emacs23 emacs24 emacs25:
+   (expr=load-path; \
+   for p in . $(LOADPATH); do \
+  expr="(cons \"../$$p\" (cons \"$$p\" $$expr))"; \
+@@ -179,6 +179,7 @@ install.emacs21: doinstall
+ install.emacs22: doinstall
+ install.emacs23: doinstall
+ install.emacs24: doinstall
++install.emacs25: doinstall
+ install.xemacs: doinstall
+ 
+ install.generic:

Added: bigloo-openssl11.patch
===
--- bigloo-openssl11.patch  (rev 0)
+++ bigloo-openssl11.patch  2017-02-18 14:14:56 UTC (rev 289195)
@@ -0,0 +1,641 @@
+--- api/ssl/src/C/bglssl.c.orig2015-12-21 05:31:11.0 -0700
 api/ssl/src/C/bglssl.c 2017-01-26 00:13:39.0 -0700
+@@ -3,8 +3,8 @@
+ /*-*/
+ /*Author  :  Manuel Serrano & Stephane Epardaud*/
+ /*Creation:  Wed Mar 23 16:54:42 2005  */
+-/*Last change :  Wed Nov 18 05:25:26 2015 (serrano)*/
+-/*Copyright   :  2005-15 Manuel Serrano*/
++/*Last change :  Wed Nov 30 07:40:42 2016 (serrano)*/
++/*Copyright   :  2005-16 Manuel Serrano*/
+ /*-*/
+ /*SSL socket client-side support   */
+ /*=*/
+@@ -190,21 +190,25 @@ bgl_ssl_init() {
+ #if( BGLSSL_HAVE_SSLV23 )
+   ctxc[ BGLSSL_SSLV23 ] = SSL_CTX_new( SSLv23_client_method() );
+ #endif  

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

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 14:15:27
  Author: arojas
Revision: 289196

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

Added:
  bigloo/repos/staging-i686/
  bigloo/repos/staging-i686/PKGBUILD
(from rev 289195, bigloo/trunk/PKGBUILD)
  bigloo/repos/staging-i686/bigloo-emacs25.patch
(from rev 289195, bigloo/trunk/bigloo-emacs25.patch)
  bigloo/repos/staging-i686/bigloo-openssl11.patch
(from rev 289195, bigloo/trunk/bigloo-openssl11.patch)
  bigloo/repos/staging-x86_64/
  bigloo/repos/staging-x86_64/PKGBUILD
(from rev 289195, bigloo/trunk/PKGBUILD)
  bigloo/repos/staging-x86_64/bigloo-emacs25.patch
(from rev 289195, bigloo/trunk/bigloo-emacs25.patch)
  bigloo/repos/staging-x86_64/bigloo-openssl11.patch
(from rev 289195, bigloo/trunk/bigloo-openssl11.patch)

---+
 staging-i686/PKGBUILD |   75 +++
 staging-i686/bigloo-emacs25.patch |   42 ++
 staging-i686/bigloo-openssl11.patch   |  641 
 staging-x86_64/PKGBUILD   |   75 +++
 staging-x86_64/bigloo-emacs25.patch   |   42 ++
 staging-x86_64/bigloo-openssl11.patch |  641 
 6 files changed, 1516 insertions(+)

Copied: bigloo/repos/staging-i686/PKGBUILD (from rev 289195, 
bigloo/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-18 14:15:27 UTC (rev 289196)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Jürgen Hötzel 
+# Contributor: John Proctor 
+# Contributor: Kevin Piche 
+
+pkgname=bigloo
+_pkgver=4.2c
+pkgver=${_pkgver/-/_}
+pkgrel=5
+pkgdesc="Fast scheme compiler"
+arch=('i686' 'x86_64')
+url="http://www-sop.inria.fr/mimosa/fp/Bigloo/;
+license=('GPL' 'LGPL')
+depends=('gmp' 'openssl' 'libunistring')
+makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi' 'chrpath')
+optdepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
+options=('!makeflags')
+source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz 
bigloo-openssl11.patch bigloo-emacs25.patch)
+md5sums=('c2208e166954cf8476898a28cfc975be'
+ '93905812f5f37de5d2e8c52228448c16'
+ 'f4b1700dd82b1f6143e8eb0b6e729e91')
+
+elisp_dir=/usr/share/emacs/site-lisp/bigloo
+
+prepare() {
+  cd $pkgname$_pkgver
+# Fix build with OpenSSL 1.1 (Fedora)
+  patch -p0 -i ../bigloo-openssl11.patch
+# Fix build with emacs 25 (Fedora)
+  patch -p0 -i ../bigloo-emacs25.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}${_pkgver}"
+  ./configure --prefix=/usr \
+--enable-ssl \
+--enable-sqlite \
+--lispdir=${elisp_dir} \
+--enable-avahi \
+--enable-flac \
+--disable-gstreamer \
+--mandir=/usr/share/man \
+--infodir=/usr/share/info \
+--docdir=/usr/share/doc/bigloo \
+--jvm=yes
+  make build compile-bee
+}
+
+check() {
+  cd "${srcdir}/${pkgname}${_pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}${_pkgver}"
+
+  make DESTDIR="${pkgdir}" install install-bee
+  make -C manuals DESTDIR="${pkgdir}" install-bee
+
+  chmod 644 "${pkgdir}"${elisp_dir}/etc/bass-snap.au \
+   "${pkgdir}"${elisp_dir}/images/*
+
+  rm ${pkgdir}/usr/bin/{bglafile,bigloo}.sh
+
+  # Remove references to the build root
+  sed -e "s|^BOOTDIR=.*|BOOTDIR=/usr|g" \
+  -e "s|^BOOTBINDIR=.*|BOOTBINDIR=/usr/bin|g" \
+  -e "s|^BOOTLIBDIR=.*|BOOTLIBDIR=/usr/lib/bigloo/${pkgver}|g" \
+  -e "s|^BGLBUILDBINDIR=.*|BGLBUILDBINDIR=/usr/bin|g" \
+  -e "s|^BGLBUILDLIBDIR=.*|BGLBUILDLIBDIR=/usr/lib/bigloo/${pkgver}|g" \
+  -e "s|^\(BIGLOO=.*\)\.sh|\1|" \
+  -e "s|^\(BGL.*=.*\)\.sh|\1|" \
+  -i  ${pkgdir}/usr/lib/bigloo/${pkgver}/Makefile.config
+
+}

Copied: bigloo/repos/staging-i686/bigloo-emacs25.patch (from rev 289195, 
bigloo/trunk/bigloo-emacs25.patch)
===
--- staging-i686/bigloo-emacs25.patch   (rev 0)
+++ staging-i686/bigloo-emacs25.patch   2017-02-18 14:15:27 UTC (rev 289196)
@@ -0,0 +1,42 @@
+--- autoconf/emacsbrand.orig   2015-12-21 05:31:11.0 -0700
 autoconf/emacsbrand2017-02-11 21:08:11.214135100 -0700
+@@ -35,6 +35,7 @@ done
+ #*The autodetection ELisp expression   */
+ #*-*/
+ expr="(cond \
++  ((string-match \"GNU Emacs 25\" (emacs-version)) (kill-emacs 25)) \
+ ((string-match \"GNU Emacs 24\" (emacs-version)) (kill-emacs 24)) \
+ ((string-match \"GNU Emacs 23\" (emacs-version)) (kill-emacs 23)) \
+ ((string-match \"GNU Emacs 22\" (emacs-version)) (kill-emacs 22)) \
+@@ -63,7 +64,11 @@ else
+   if [ "$version" = "24" ]; then
+ echo "emacs24"
+   else
+-echo 

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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 13:28:45
  Author: jgc
Revision: 289194

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

Added:
  alsa-utils/repos/extra-i686/PKGBUILD
(from rev 289193, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-x86_64/PKGBUILD
(from rev 289193, alsa-utils/trunk/PKGBUILD)
Deleted:
  alsa-utils/repos/extra-i686/90alsa
  alsa-utils/repos/extra-i686/PKGBUILD
  alsa-utils/repos/extra-x86_64/90alsa
  alsa-utils/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/90alsa |   13 
 extra-i686/PKGBUILD   |   42 -
 extra-x86_64/90alsa   |   13 
 extra-x86_64/PKGBUILD |   42 -
 5 files changed, 78 insertions(+), 110 deletions(-)

Deleted: extra-i686/90alsa
===
--- extra-i686/90alsa   2017-02-18 13:28:35 UTC (rev 289193)
+++ extra-i686/90alsa   2017-02-18 13:28:45 UTC (rev 289194)
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# 90alsa: suspend/wakeup ALSA devices
-
-case "$1" in
-hibernate|suspend)
-;;
-thaw|resume)
-aplay -d 1 /dev/zero
-;;
-*) exit $NA
-;;
-esac

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-18 13:28:35 UTC (rev 289193)
+++ extra-i686/PKGBUILD 2017-02-18 13:28:45 UTC (rev 289194)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=alsa-utils
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('i686' 'x86_64')
-url="http://www.alsa-project.org;
-#can not use >=$pkgver due to use of letters in alsa-lib update versioning
-depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 
'fftw')
-makedepends=('xmlto' 'docbook-xsl')
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
-90alsa)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-  # fix udev rules genaration
-  cd alsactl
-  make 90-alsa-restore.rules
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
-
-  # install alsa udev rule file
-  install -D -m644 alsactl/90-alsa-restore.rules \
-  ${pkgdir}/usr/lib/udev/rules.d/90-alsa-restore.rules
-
-  # dir where to save ALSA state
-  install -d ${pkgdir}/var/lib/alsa
-}
-md5sums=('2bf94d3e3410dcc74bb0dae10d46a979'
- '529216f6a46e61a546640e08ea7a0879')

Copied: alsa-utils/repos/extra-i686/PKGBUILD (from rev 289193, 
alsa-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-18 13:28:45 UTC (rev 289194)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.1.3
+pkgrel=2
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org;
+#can not use >=$pkgver due to use of letters in alsa-lib update versioning
+depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 
'fftw')
+makedepends=('xmlto' 'docbook-xsl')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2)
+sha256sums=('127217a54eea0f9a49700a2f239a2d4f5384aa094d68df04a8eb80132eb6167c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+  # fix udev rules genaration
+  cd alsactl
+  make 90-alsa-restore.rules
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install alsa udev rule file
+  install -D -m644 alsactl/90-alsa-restore.rules \
+  ${pkgdir}/usr/lib/udev/rules.d/90-alsa-restore.rules
+
+  # dir where to save ALSA state
+  install -d ${pkgdir}/var/lib/alsa
+}

Deleted: extra-x86_64/90alsa
===
--- extra-x86_64/90alsa 2017-02-18 13:28:35 UTC (rev 289193)
+++ extra-x86_64/90alsa 2017-02-18 13:28:45 UTC (rev 289194)
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# 90alsa: suspend/wakeup ALSA devices
-
-case "$1" in
-hibernate|suspend)
-;;
-thaw|resume)
-aplay -d 1 /dev/zero
-;;
-*) exit $NA
-;;
-esac

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-18 13:28:35 UTC (rev 289193)
+++ extra-x86_64/PKGBUILD   2017-02-18 13:28:45 UTC 

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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 13:28:35
  Author: jgc
Revision: 289193

upgpkg: alsa-utils 1.1.3-2

Remove pm-utils hook as pm-utils is gone now
Use sha256

Modified:
  alsa-utils/trunk/PKGBUILD
Deleted:
  alsa-utils/trunk/90alsa

--+
 90alsa   |   13 -
 PKGBUILD |9 +++--
 2 files changed, 3 insertions(+), 19 deletions(-)

Deleted: 90alsa
===
--- 90alsa  2017-02-18 13:19:18 UTC (rev 289192)
+++ 90alsa  2017-02-18 13:28:35 UTC (rev 289193)
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# 90alsa: suspend/wakeup ALSA devices
-
-case "$1" in
-hibernate|suspend)
-;;
-thaw|resume)
-aplay -d 1 /dev/zero
-;;
-*) exit $NA
-;;
-esac

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 13:19:18 UTC (rev 289192)
+++ PKGBUILD2017-02-18 13:28:35 UTC (rev 289193)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-utils
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org;
@@ -12,8 +12,8 @@
 depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 
'fftw')
 makedepends=('xmlto' 'docbook-xsl')
 license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
-90alsa)
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2)
+sha256sums=('127217a54eea0f9a49700a2f239a2d4f5384aa094d68df04a8eb80132eb6167c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -29,7 +29,6 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
 
   # install alsa udev rule file
   install -D -m644 alsactl/90-alsa-restore.rules \
@@ -38,5 +37,3 @@
   # dir where to save ALSA state
   install -d ${pkgdir}/var/lib/alsa
 }
-md5sums=('2bf94d3e3410dcc74bb0dae10d46a979'
- '529216f6a46e61a546640e08ea7a0879')


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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 13:19:08
  Author: jgc
Revision: 289191

upgpkg: uhttpmock 0.5.0-2

Use HTTPS for sources, switch to sha256

Modified:
  uhttpmock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 13:15:20 UTC (rev 289190)
+++ PKGBUILD2017-02-18 13:19:08 UTC (rev 289191)
@@ -3,14 +3,14 @@
 
 pkgname=uhttpmock
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP web service mocking project for projects which use libsoup"
-url="https://gitorious.org/uhttpmock/pages/Home;
+url="https://gitlab.com/uhttpmock/uhttpmock;
 depends=('glib2' 'libsoup')
 license=('LGPL2.1')
 arch=(i686 x86_64)
-source=(http://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
-md5sums=('ebc54cbbe9b6695282a179af223fe374')
+source=(https://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
+sha256sums=('26da182a2db2579c5ba4dad9096d52099e0766228c295cfbaed6de4046f7d16e')
 
 build() {
   cd $pkgname-$pkgver


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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 13:19:18
  Author: jgc
Revision: 289192

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-18 13:19:08 UTC (rev 289191)
+++ extra-i686/PKGBUILD 2017-02-18 13:19:18 UTC (rev 289192)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 206275 2014-02-23 13:44:21Z jgc $
-# Maintainer: Jan de Groot 
-
-pkgname=uhttpmock
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="HTTP web service mocking project for projects which use libsoup"
-url="https://gitorious.org/uhttpmock/pages/Home;
-depends=('glib2' 'libsoup')
-license=('LGPL2.1')
-arch=(i686 x86_64)
-source=(http://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
-md5sums=('ebc54cbbe9b6695282a179af223fe374')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: uhttpmock/repos/extra-i686/PKGBUILD (from rev 289191, 
uhttpmock/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-18 13:19:18 UTC (rev 289192)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 206275 2014-02-23 13:44:21Z jgc $
+# Maintainer: Jan de Groot 
+
+pkgname=uhttpmock
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="HTTP web service mocking project for projects which use libsoup"
+url="https://gitlab.com/uhttpmock/uhttpmock;
+depends=('glib2' 'libsoup')
+license=('LGPL2.1')
+arch=(i686 x86_64)
+source=(https://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
+sha256sums=('26da182a2db2579c5ba4dad9096d52099e0766228c295cfbaed6de4046f7d16e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-18 13:19:08 UTC (rev 289191)
+++ extra-x86_64/PKGBUILD   2017-02-18 13:19:18 UTC (rev 289192)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 206275 2014-02-23 13:44:21Z jgc $
-# Maintainer: Jan de Groot 
-
-pkgname=uhttpmock
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="HTTP web service mocking project for projects which use libsoup"
-url="https://gitorious.org/uhttpmock/pages/Home;
-depends=('glib2' 'libsoup')
-license=('LGPL2.1')
-arch=(i686 x86_64)
-source=(http://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
-md5sums=('ebc54cbbe9b6695282a179af223fe374')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: uhttpmock/repos/extra-x86_64/PKGBUILD (from rev 289191, 
uhttpmock/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-18 13:19:18 UTC (rev 289192)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 206275 2014-02-23 13:44:21Z jgc $
+# Maintainer: Jan de Groot 
+
+pkgname=uhttpmock
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="HTTP web service mocking project for projects which use libsoup"
+url="https://gitlab.com/uhttpmock/uhttpmock;
+depends=('glib2' 'libsoup')
+license=('LGPL2.1')
+arch=(i686 x86_64)
+source=(https://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
+sha256sums=('26da182a2db2579c5ba4dad9096d52099e0766228c295cfbaed6de4046f7d16e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}


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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 13:15:13
  Author: jgc
Revision: 289189

upgpkg: gnome-doc-utils 0.20.10+16+gc03cc09-1

Modified:
  gnome-doc-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 13:06:35 UTC (rev 289188)
+++ PKGBUILD2017-02-18 13:15:13 UTC (rev 289189)
@@ -2,19 +2,31 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-doc-utils
-pkgver=0.20.10
-pkgrel=2
+pkgver=0.20.10+16+gc03cc09
+pkgrel=1
 pkgdesc="Documentation utilities for Gnome"
 arch=('any')
 license=('GPL' 'LGPL')
 depends=('libxslt' 'python2' 'docbook-xml' 'rarian')
-makedepends=('intltool')
-url="http://www.gnome.org;
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cb0639ffa9550b6ddf3b62f3b1add92fb92ab4690d351f2353cffe668be8c4a6')
+makedepends=('intltool' gnome-common git)
+url="https://www.gnome.org;
+_commit=c03cc0963996934e03587af3e351c2bb9dab6b2a  # master
+source=("git+https://git.gnome.org/browse/gnome-doc-utils#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  rm -f m4/glib-gettext.m4
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --sysconfdir=/etc --mandir=/usr/share/man \
   --localstatedir=/var --disable-scrollkeeper
@@ -22,6 +34,6 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in gnome-doc-utils/repos/extra-any (PKGBUILD PKGBUILD)

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 13:15:20
  Author: jgc
Revision: 289190

archrelease: copy trunk to extra-any

Added:
  gnome-doc-utils/repos/extra-any/PKGBUILD
(from rev 289189, gnome-doc-utils/trunk/PKGBUILD)
Deleted:
  gnome-doc-utils/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-18 13:15:13 UTC (rev 289189)
+++ PKGBUILD2017-02-18 13:15:20 UTC (rev 289190)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-doc-utils
-pkgver=0.20.10
-pkgrel=2
-pkgdesc="Documentation utilities for Gnome"
-arch=('any')
-license=('GPL' 'LGPL')
-depends=('libxslt' 'python2' 'docbook-xml' 'rarian')
-makedepends=('intltool')
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cb0639ffa9550b6ddf3b62f3b1add92fb92ab4690d351f2353cffe668be8c4a6')
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc --mandir=/usr/share/man \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-doc-utils/repos/extra-any/PKGBUILD (from rev 289189, 
gnome-doc-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-18 13:15:20 UTC (rev 289190)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-doc-utils
+pkgver=0.20.10+16+gc03cc09
+pkgrel=1
+pkgdesc="Documentation utilities for Gnome"
+arch=('any')
+license=('GPL' 'LGPL')
+depends=('libxslt' 'python2' 'docbook-xml' 'rarian')
+makedepends=('intltool' gnome-common git)
+url="https://www.gnome.org;
+_commit=c03cc0963996934e03587af3e351c2bb9dab6b2a  # master
+source=("git+https://git.gnome.org/browse/gnome-doc-utils#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  rm -f m4/glib-gettext.m4
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc --mandir=/usr/share/man \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 13:03:26
  Author: jgc
Revision: 289187

Use HTTPS for url

Modified:
  gnome-python-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 13:01:08 UTC (rev 289186)
+++ PKGBUILD2017-02-18 13:03:26 UTC (rev 289187)
@@ -10,7 +10,7 @@
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 makedepends=('intltool' 'pkg-config' 'gnome-python' 'libwnck' 
'libgnome-keyring')
-url="http://www.gnome.org;
+url="https://www.gnome.org;
 
source=(https://download.gnome.org/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2
 01_wnck_enums.patch)
 sha256sums=('09dbd580bf3b0ef60f91b090eafe6d08ddcc50a609e2b425a7f8eca46d4e0ee9'


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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 13:00:58
  Author: jgc
Revision: 289185

upgpkg: xawtv 3.104+3+gc438af7-1

Modified:
  xawtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 12:55:13 UTC (rev 289184)
+++ PKGBUILD2017-02-18 13:00:58 UTC (rev 289185)
@@ -4,24 +4,35 @@
 # Contributor: Jason Chu 
 
 pkgname=xawtv
-pkgver=3.103
-pkgrel=2
+pkgver=3.104+3+gc438af7
+pkgrel=1
 pkgdesc="A simple Xaw-based TV program which uses the bttv driver or 
video4linux"
 arch=('i686' 'x86_64')
-url="http://git.linuxtv.org/xawtv3.git;
+url="https://git.linuxtv.org/xawtv3.git;
 license=('GPL')
 depends=('aalib' 'v4l-utils' 'libxv' 'libxxf86dga' 'libxrandr' 'libgl' 'libdv' 
'zvbi' 'libxinerama' 'lirc' 'libxft' 'libxaw' 'xorg-fonts-misc' 'libxxf86vm')
-makedepends=('mesa')
-source=(http://linuxtv.org/downloads/xawtv/xawtv-${pkgver}.tar.bz2)
-md5sums=('18822bb3660540fa9ea8b643a5b30d6b')
+makedepends=('mesa' git)
+_commit=c438af7955049fe4e77385985715605e48a4fadb  # master
+source=("git+https://git.linuxtv.org/cgit.cgi/xawtv3.git#commit=$_commit;)
+md5sums=('SKIP')
 
+pkgver() {
+  cd xawtv3
+  git describe --tags | sed 's/^xawtv-//;s/-/+/g'
+}
+
+prepare() {
+  cd xawtv3
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/xawtv3"
   ./configure --prefix=/usr --disable-motif --disable-quicktime
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/xawtv3"
   make DESTDIR="${pkgdir}" install
 }


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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 13:01:08
  Author: jgc
Revision: 289186

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-18 13:00:58 UTC (rev 289185)
+++ extra-i686/PKGBUILD 2017-02-18 13:01:08 UTC (rev 289186)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-# Contributor: Jason Chu 
-
-pkgname=xawtv
-pkgver=3.103
-pkgrel=2
-pkgdesc="A simple Xaw-based TV program which uses the bttv driver or 
video4linux"
-arch=('i686' 'x86_64')
-url="http://git.linuxtv.org/xawtv3.git;
-license=('GPL')
-depends=('aalib' 'v4l-utils' 'libxv' 'libxxf86dga' 'libxrandr' 'libgl' 'libdv' 
'zvbi' 'libxinerama' 'lirc' 'libxft' 'libxaw' 'xorg-fonts-misc' 'libxxf86vm')
-makedepends=('mesa')
-source=(http://linuxtv.org/downloads/xawtv/xawtv-${pkgver}.tar.bz2)
-md5sums=('18822bb3660540fa9ea8b643a5b30d6b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-motif --disable-quicktime
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xawtv/repos/extra-i686/PKGBUILD (from rev 289185, xawtv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-18 13:01:08 UTC (rev 289186)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+# Contributor: Jason Chu 
+
+pkgname=xawtv
+pkgver=3.104+3+gc438af7
+pkgrel=1
+pkgdesc="A simple Xaw-based TV program which uses the bttv driver or 
video4linux"
+arch=('i686' 'x86_64')
+url="https://git.linuxtv.org/xawtv3.git;
+license=('GPL')
+depends=('aalib' 'v4l-utils' 'libxv' 'libxxf86dga' 'libxrandr' 'libgl' 'libdv' 
'zvbi' 'libxinerama' 'lirc' 'libxft' 'libxaw' 'xorg-fonts-misc' 'libxxf86vm')
+makedepends=('mesa' git)
+_commit=c438af7955049fe4e77385985715605e48a4fadb  # master
+source=("git+https://git.linuxtv.org/cgit.cgi/xawtv3.git#commit=$_commit;)
+md5sums=('SKIP')
+
+pkgver() {
+  cd xawtv3
+  git describe --tags | sed 's/^xawtv-//;s/-/+/g'
+}
+
+prepare() {
+  cd xawtv3
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}/xawtv3"
+  ./configure --prefix=/usr --disable-motif --disable-quicktime
+  make
+}
+
+package() {
+  cd "${srcdir}/xawtv3"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-18 13:00:58 UTC (rev 289185)
+++ extra-x86_64/PKGBUILD   2017-02-18 13:01:08 UTC (rev 289186)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-# Contributor: Jason Chu 
-
-pkgname=xawtv
-pkgver=3.103
-pkgrel=2
-pkgdesc="A simple Xaw-based TV program which uses the bttv driver or 
video4linux"
-arch=('i686' 'x86_64')
-url="http://git.linuxtv.org/xawtv3.git;
-license=('GPL')
-depends=('aalib' 'v4l-utils' 'libxv' 'libxxf86dga' 'libxrandr' 'libgl' 'libdv' 
'zvbi' 'libxinerama' 'lirc' 'libxft' 'libxaw' 'xorg-fonts-misc' 'libxxf86vm')
-makedepends=('mesa')
-source=(http://linuxtv.org/downloads/xawtv/xawtv-${pkgver}.tar.bz2)
-md5sums=('18822bb3660540fa9ea8b643a5b30d6b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-motif --disable-quicktime
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xawtv/repos/extra-x86_64/PKGBUILD (from rev 289185, 
xawtv/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-18 13:01:08 UTC (rev 289186)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+# Contributor: Jason Chu 
+
+pkgname=xawtv
+pkgver=3.104+3+gc438af7
+pkgrel=1
+pkgdesc="A simple Xaw-based TV program which uses the bttv driver or 
video4linux"
+arch=('i686' 'x86_64')
+url="https://git.linuxtv.org/xawtv3.git;
+license=('GPL')
+depends=('aalib' 'v4l-utils' 'libxv' 'libxxf86dga' 'libxrandr' 'libgl' 'libdv' 
'zvbi' 

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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 12:55:13
  Author: jgc
Revision: 289184

Use HTTPS

Modified:
  vte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 12:50:08 UTC (rev 289183)
+++ PKGBUILD2017-02-18 12:55:13 UTC (rev 289184)
@@ -10,8 +10,8 @@
 options=('!emptydirs')
 depends=('gtk2' 'vte-common')
 makedepends=('pygtk' 'intltool' 'gobject-introspection' 'pygobject2-devel')
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.28/vte-$pkgver.tar.xz
+url="https://www.gnome.org;
+source=(https://download.gnome.org/sources/vte/0.28/vte-$pkgver.tar.xz
 make_alt_work.patch
 scroll_region.patch
 bracketed_paste_mode_fix.patch)


[arch-commits] Commit in xdg-user-dirs-gtk/repos (6 files)

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 12:50:08
  Author: jgc
Revision: 289183

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

Added:
  xdg-user-dirs-gtk/repos/extra-i686/PKGBUILD
(from rev 289182, xdg-user-dirs-gtk/trunk/PKGBUILD)
  xdg-user-dirs-gtk/repos/extra-i686/show-in-mate.patch
(from rev 289182, xdg-user-dirs-gtk/trunk/show-in-mate.patch)
  xdg-user-dirs-gtk/repos/extra-x86_64/PKGBUILD
(from rev 289182, xdg-user-dirs-gtk/trunk/PKGBUILD)
  xdg-user-dirs-gtk/repos/extra-x86_64/show-in-mate.patch
(from rev 289182, xdg-user-dirs-gtk/trunk/show-in-mate.patch)
Deleted:
  xdg-user-dirs-gtk/repos/extra-i686/PKGBUILD
  xdg-user-dirs-gtk/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   82 ++
 extra-i686/PKGBUILD |   27 
 extra-i686/show-in-mate.patch   |   12 +
 extra-x86_64/PKGBUILD   |   27 
 extra-x86_64/show-in-mate.patch |   12 +
 5 files changed, 106 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-18 12:50:00 UTC (rev 289182)
+++ extra-i686/PKGBUILD 2017-02-18 12:50:08 UTC (rev 289183)
@@ -1,27 +0,0 @@
-#  $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=xdg-user-dirs-gtk
-pkgver=0.10
-pkgrel=2
-pkgdesc="Creates user dirs and asks to relocalize them"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'xdg-user-dirs')
-makedepends=('intltool')
-options=('!emptydirs')
-url="http://www.gnome.org;
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('739a1a89baf34aa7261e924a21d2ae646b0475b67b3db3daa84327a99132d83e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xdg-user-dirs-gtk/repos/extra-i686/PKGBUILD (from rev 289182, 
xdg-user-dirs-gtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-18 12:50:08 UTC (rev 289183)
@@ -0,0 +1,41 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=xdg-user-dirs-gtk
+pkgver=0.10+9+g5b7efc6
+pkgrel=1
+pkgdesc="Creates user dirs and asks to relocalize them"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'xdg-user-dirs')
+makedepends=('intltool' gnome-common git)
+options=('!emptydirs')
+url="https://www.gnome.org;
+groups=('gnome')
+_commit=5b7efc6fcb5f3de1aba6f8de5f3d90870fea6f8d  # master
+source=("git+https://git.gnome.org/browse/xdg-user-dirs-gtk#commit=$_commit;
+show-in-mate.patch)
+sha256sums=('SKIP'
+'b71317c1b7ef5a303736787cbfc37f44e884ca2ec1ee8def22a970132254f827')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../show-in-mate.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-more-warnings
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: xdg-user-dirs-gtk/repos/extra-i686/show-in-mate.patch (from rev 289182, 
xdg-user-dirs-gtk/trunk/show-in-mate.patch)
===
--- extra-i686/show-in-mate.patch   (rev 0)
+++ extra-i686/show-in-mate.patch   2017-02-18 12:50:08 UTC (rev 289183)
@@ -0,0 +1,12 @@
+diff -up xdg-user-dirs-gtk-0.10/user-dirs-update-gtk.desktop.in.mate 
xdg-user-dirs-gtk-0.10/user-dirs-update-gtk.desktop.in
+--- xdg-user-dirs-gtk-0.10/user-dirs-update-gtk.desktop.in.mate
2014-01-27 19:09:55.954616086 -0500
 xdg-user-dirs-gtk-0.10/user-dirs-update-gtk.desktop.in 2014-01-27 
19:10:02.965602005 -0500
+@@ -4,7 +4,7 @@ Exec=xdg-user-dirs-gtk-update
+ _Name=User folders update
+ _Comment=Update common folders names to match current locale
+ Terminal=false
+-OnlyShowIn=GNOME;LXDE;Unity;
++OnlyShowIn=GNOME;LXDE;Unity;MATE;
+ Type=Application
+ StartupNotify=false
+ X-KDE-autostart-after=panel

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-18 12:50:00 UTC (rev 289182)
+++ extra-x86_64/PKGBUILD   2017-02-18 12:50:08 UTC (rev 289183)
@@ -1,27 +0,0 @@
-#  $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=xdg-user-dirs-gtk
-pkgver=0.10
-pkgrel=2
-pkgdesc="Creates user dirs and asks to relocalize them"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'xdg-user-dirs')
-makedepends=('intltool')
-options=('!emptydirs')
-url="http://www.gnome.org;
-groups=('gnome')

[arch-commits] Commit in xdg-user-dirs-gtk/trunk (PKGBUILD show-in-mate.patch)

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 12:50:00
  Author: jgc
Revision: 289182

upgpkg: xdg-user-dirs-gtk 0.10+9+g5b7efc6-1

Update to git snapshot, add patch to run in Mate also

Added:
  xdg-user-dirs-gtk/trunk/show-in-mate.patch
Modified:
  xdg-user-dirs-gtk/trunk/PKGBUILD

+
 PKGBUILD   |   32 +++-
 show-in-mate.patch |   12 
 2 files changed, 35 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 12:36:13 UTC (rev 289181)
+++ PKGBUILD2017-02-18 12:50:00 UTC (rev 289182)
@@ -2,26 +2,40 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=xdg-user-dirs-gtk
-pkgver=0.10
-pkgrel=2
+pkgver=0.10+9+g5b7efc6
+pkgrel=1
 pkgdesc="Creates user dirs and asks to relocalize them"
 arch=(i686 x86_64)
 license=('GPL')
 depends=('gtk3' 'xdg-user-dirs')
-makedepends=('intltool')
+makedepends=('intltool' gnome-common git)
 options=('!emptydirs')
-url="http://www.gnome.org;
+url="https://www.gnome.org;
 groups=('gnome')
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('739a1a89baf34aa7261e924a21d2ae646b0475b67b3db3daa84327a99132d83e')
+_commit=5b7efc6fcb5f3de1aba6f8de5f3d90870fea6f8d  # master
+source=("git+https://git.gnome.org/browse/xdg-user-dirs-gtk#commit=$_commit;
+show-in-mate.patch)
+sha256sums=('SKIP'
+'b71317c1b7ef5a303736787cbfc37f44e884ca2ec1ee8def22a970132254f827')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../show-in-mate.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-more-warnings
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }

Added: show-in-mate.patch
===
--- show-in-mate.patch  (rev 0)
+++ show-in-mate.patch  2017-02-18 12:50:00 UTC (rev 289182)
@@ -0,0 +1,12 @@
+diff -up xdg-user-dirs-gtk-0.10/user-dirs-update-gtk.desktop.in.mate 
xdg-user-dirs-gtk-0.10/user-dirs-update-gtk.desktop.in
+--- xdg-user-dirs-gtk-0.10/user-dirs-update-gtk.desktop.in.mate
2014-01-27 19:09:55.954616086 -0500
 xdg-user-dirs-gtk-0.10/user-dirs-update-gtk.desktop.in 2014-01-27 
19:10:02.965602005 -0500
+@@ -4,7 +4,7 @@ Exec=xdg-user-dirs-gtk-update
+ _Name=User folders update
+ _Comment=Update common folders names to match current locale
+ Terminal=false
+-OnlyShowIn=GNOME;LXDE;Unity;
++OnlyShowIn=GNOME;LXDE;Unity;MATE;
+ Type=Application
+ StartupNotify=false
+ X-KDE-autostart-after=panel


[arch-commits] Commit in (pm-quirks pm-utils)

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 12:36:13
  Author: jgc
Revision: 289181

Remove from repos, no longer maintained upstream

Deleted:
  pm-quirks/
  pm-utils/


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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 12:34:33
  Author: jgc
Revision: 289177

Remove pm-utils from optdepends

Modified:
  cronie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 12:25:54 UTC (rev 289176)
+++ PKGBUILD2017-02-18 12:34:33 UTC (rev 289177)
@@ -10,8 +10,7 @@
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 depends=('pam' 'bash' 'run-parts')
-optdepends=('pm-utils: defer anacron on battery power'
-'smtp-server: send job output via email'
+optdepends=('smtp-server: send job output via email'
 'smtp-forwarder: forward job output to email server')
 
source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'service'


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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 12:33:59
  Author: jgc
Revision: 213061

Remove pm-utils from optdepends: configure does not enable pm-utils support 
when dbus and systemd are present

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 11:54:10 UTC (rev 213060)
+++ PKGBUILD2017-02-18 12:33:59 UTC (rev 213061)
@@ -22,8 +22,7 @@
'openbsd-netcat: for remote management over ssh'
'qemu'
'radvd'
-   'dmidecode'
-   'pm-utils: host power management')
+   'dmidecode')
 options=('emptydirs')
 backup=('etc/conf.d/libvirt-guests'
'etc/conf.d/libvirtd'


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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 12:25:54
  Author: jgc
Revision: 289176

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

Added:
  pangox-compat/repos/extra-i686/PKGBUILD
(from rev 289175, pangox-compat/trunk/PKGBUILD)
  pangox-compat/repos/extra-x86_64/PKGBUILD
(from rev 289175, pangox-compat/trunk/PKGBUILD)
Deleted:
  pangox-compat/repos/extra-i686/PKGBUILD
  pangox-compat/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-18 12:25:45 UTC (rev 289175)
+++ extra-i686/PKGBUILD 2017-02-18 12:25:54 UTC (rev 289176)
@@ -1,26 +0,0 @@
-# $Id$ 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=pangox-compat
-pkgver=0.0.2
-pkgrel=2
-pkgdesc="X Window System font support for Pango"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('pango')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/;
-sha256sums=('552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: pangox-compat/repos/extra-i686/PKGBUILD (from rev 289175, 
pangox-compat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-18 12:25:54 UTC (rev 289176)
@@ -0,0 +1,39 @@
+# $Id$ 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=pangox-compat
+pkgver=0.0.2+2+gedb9e09
+pkgrel=1
+pkgdesc="X Window System font support for Pango"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('pango')
+makedepends=(git)
+_commit=edb9e0904d04d1da02bba7b78601a2aba05aaa47  # master
+source=("git+https://git.gnome.org/browse/pangox-compat#commit=$_commit;)
+url="http://www.pango.org/;
+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
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make -j1 DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-18 12:25:45 UTC (rev 289175)
+++ extra-x86_64/PKGBUILD   2017-02-18 12:25:54 UTC (rev 289176)
@@ -1,26 +0,0 @@
-# $Id$ 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=pangox-compat
-pkgver=0.0.2
-pkgrel=2
-pkgdesc="X Window System font support for Pango"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('pango')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/;
-sha256sums=('552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: pangox-compat/repos/extra-x86_64/PKGBUILD (from rev 289175, 
pangox-compat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-18 12:25:54 UTC (rev 289176)
@@ -0,0 +1,39 @@
+# $Id$ 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=pangox-compat
+pkgver=0.0.2+2+gedb9e09
+pkgrel=1
+pkgdesc="X Window System font support for Pango"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('pango')
+makedepends=(git)
+_commit=edb9e0904d04d1da02bba7b78601a2aba05aaa47  # master
+source=("git+https://git.gnome.org/browse/pangox-compat#commit=$_commit;)
+url="http://www.pango.org/;
+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
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make -j1 DESTDIR="${pkgdir}" install
+}


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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 12:25:45
  Author: jgc
Revision: 289175

upgpkg: pangox-compat 0.0.2+2+gedb9e09-1

Modified:
  pangox-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 12:13:57 UTC (rev 289174)
+++ PKGBUILD2017-02-18 12:25:45 UTC (rev 289175)
@@ -2,25 +2,38 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=pangox-compat
-pkgver=0.0.2
-pkgrel=2
+pkgver=0.0.2+2+gedb9e09
+pkgrel=1
 pkgdesc="X Window System font support for Pango"
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('pango')
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+makedepends=(git)
+_commit=edb9e0904d04d1da02bba7b78601a2aba05aaa47  # master
+source=("git+https://git.gnome.org/browse/pangox-compat#commit=$_commit;)
 url="http://www.pango.org/;
-sha256sums=('552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046')
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname
   make -j1 DESTDIR="${pkgdir}" install
 }


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

2017-02-18 Thread Jan de Groot
Date: Saturday, February 18, 2017 @ 12:13:50
  Author: jgc
Revision: 289173

upgpkg: fixesproto 5.0+9+g4292ec1-1

Modified:
  fixesproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 12:10:24 UTC (rev 289172)
+++ PKGBUILD2017-02-18 12:13:50 UTC (rev 289173)
@@ -2,25 +2,36 @@
 #Maintainer: Jan de Groot 
 
 pkgname=fixesproto
-pkgver=5.0
-pkgrel=3
+pkgver=5.0+9+g4292ec1
+pkgrel=1
 pkgdesc="X11 Fixes extension wire protocol"
 arch=('any')
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('xproto' 'xextproto')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ab605af5da8c98c0c2f8b2c578fed7c864ee996a')
+makedepends=('xorg-util-macros' git)
+_commit=4292ec1c63180c5f4e7c0e606fa68c51913f172b  # master
+source=("git+https://anongit.freedesktop.org/git/xorg/proto/fixesproto#commit=$_commit;)
+sha1sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^fixesproto-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/$pkgname"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/$pkgname"
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


  1   2   >