[arch-commits] Commit in deepin-control-center/repos (4 files)

2017-10-26 Thread Felix Yan
Date: Friday, October 27, 2017 @ 05:57:42
  Author: felixonmars
Revision: 264573

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

Added:
  deepin-control-center/repos/community-i686/PKGBUILD
(from rev 264572, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 264572, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-i686/PKGBUILD
  deepin-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-27 05:57:06 UTC (rev 264572)
+++ community-i686/PKGBUILD 2017-10-27 05:57:42 UTC (rev 264573)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.2.5.13
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('46c209fa98ef044f7df48b7fe85cee1305c5aaf68f8f0f44b3e982b33cf9b0617f254c0c1baeb83d5dad9bbcd778bfbe4b6bb6ca18d4c6d81002eb30ec50075f')
-
-build() {
-  cd dde-control-center-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 264572, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-27 05:57:42 UTC (rev 264573)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration')
+makedepends=('deepin-dock' 'qt5-tools')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
+sha512sums=('aec3d1f4686d181bb2aec97e4bcb85bf9e6757c4ca8f6ec6f2a8ac6f8fc37b28ceb0296b31f300ac8a81e9b84dfdb4a23dbc653cb937724da253fd95757944d2')
+
+build() {
+  cd dde-control-center-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
+  make
+}
+
+package() {
+  cd dde-control-center-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-27 05:57:06 UTC (rev 264572)
+++ community-x86_64/PKGBUILD   2017-10-27 05:57:42 UTC (rev 264573)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.2.5.13
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)

[arch-commits] Commit in deepin-control-center/trunk (PKGBUILD)

2017-10-26 Thread Felix Yan
Date: Friday, October 27, 2017 @ 05:57:06
  Author: felixonmars
Revision: 264572

upgpkg: deepin-control-center 4.3.0-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-27 05:56:02 UTC (rev 264571)
+++ PKGBUILD2017-10-27 05:57:06 UTC (rev 264572)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.2.5.13
+pkgver=4.3.0
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('46c209fa98ef044f7df48b7fe85cee1305c5aaf68f8f0f44b3e982b33cf9b0617f254c0c1baeb83d5dad9bbcd778bfbe4b6bb6ca18d4c6d81002eb30ec50075f')
+sha512sums=('aec3d1f4686d181bb2aec97e4bcb85bf9e6757c4ca8f6ec6f2a8ac6f8fc37b28ceb0296b31f300ac8a81e9b84dfdb4a23dbc653cb937724da253fd95757944d2')
 
 build() {
   cd dde-control-center-$pkgver


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

2017-10-26 Thread Felix Yan
Date: Friday, October 27, 2017 @ 05:56:02
  Author: felixonmars
Revision: 264571

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

Added:
  deepin-terminal/repos/community-i686/PKGBUILD
(from rev 264570, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 264570, deepin-terminal/trunk/PKGBUILD)
Deleted:
  deepin-terminal/repos/community-i686/PKGBUILD
  deepin-terminal/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-27 05:55:26 UTC (rev 264570)
+++ community-i686/PKGBUILD 2017-10-27 05:56:02 UTC (rev 264571)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=2.7.3
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal;
-license=('GPL3')
-depends=('libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 
'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake' 'intltool' 'gobject-introspection' 'gperf')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('b0e7b9aa990a1d1955c48e5e8d73c30804a64cc8f260d57c4c1ccee6899ebc6cb623f5e8791e65c1702f7d515a94b9ad24cf58a26f7991eb9192465eb1617960')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../deepin-terminal-$pkgver
-  make
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
-}

Copied: deepin-terminal/repos/community-i686/PKGBUILD (from rev 264570, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-27 05:56:02 UTC (rev 264571)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=2.7.4
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal;
+license=('GPL3')
+depends=('libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 
'deepin-menu'
+ 'deepin-manual')
+makedepends=('vala' 'cmake' 'intltool' 'gobject-introspection' 'gperf')
+groups=('deepin-extra')
+#options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
+sha512sums=('4ec6209326cb8429ebbe062915913c50e92f77f6d77a99c88c80a448f6521c5bba8909fd707fd358192a45b95fca3952e3a1954aa5182572be89d1594dc57d51')
+
+prepare() {
+  mkdir -p build
+
+  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../deepin-terminal-$pkgver
+  make
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-27 05:55:26 UTC (rev 264570)
+++ community-x86_64/PKGBUILD   2017-10-27 05:56:02 UTC (rev 264571)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=2.7.3
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal;
-license=('GPL3')
-depends=('libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 
'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake' 'intltool' 'gobject-introspection' 'gperf')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('b0e7b9aa990a1d1955c48e5e8d73c30804a64cc8f260d57c4c1ccee6899ebc6cb623f5e8791e65c1702f7d515a94b9ad24cf58a26f7991eb9192465eb1617960')
-

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

2017-10-26 Thread Felix Yan
Date: Friday, October 27, 2017 @ 05:55:26
  Author: felixonmars
Revision: 264570

upgpkg: deepin-terminal 2.7.4-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-27 05:52:29 UTC (rev 264569)
+++ PKGBUILD2017-10-27 05:55:26 UTC (rev 264570)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=2.7.3
+pkgver=2.7.4
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('deepin-extra')
 #options=(!emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('b0e7b9aa990a1d1955c48e5e8d73c30804a64cc8f260d57c4c1ccee6899ebc6cb623f5e8791e65c1702f7d515a94b9ad24cf58a26f7991eb9192465eb1617960')
+sha512sums=('4ec6209326cb8429ebbe062915913c50e92f77f6d77a99c88c80a448f6521c5bba8909fd707fd358192a45b95fca3952e3a1954aa5182572be89d1594dc57d51')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in deepin-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2017-10-26 Thread Felix Yan
Date: Friday, October 27, 2017 @ 05:52:29
  Author: felixonmars
Revision: 264569

archrelease: copy trunk to community-any

Added:
  deepin-icon-theme/repos/community-any/PKGBUILD
(from rev 264568, deepin-icon-theme/trunk/PKGBUILD)
Deleted:
  deepin-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-27 05:52:06 UTC (rev 264568)
+++ PKGBUILD2017-10-27 05:52:29 UTC (rev 264569)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-icon-theme
-pkgver=15.12.48
-pkgrel=1
-pkgdesc="Deepin Icons"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-icon-theme;
-license=('GPL3')
-replaces=('deepin-cursor-theme')
-conflicts=('deepin-cursor-theme')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;)
-sha512sums=('b9c8a4fa29121893b8d6cf0cc72468aa5d024d002a58bb35d0cbf4379e30c83f92c2b4024b3a026ad8f9fc2b4d1940fed8cb06cae920695c018ece040a8068b7')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 264568, 
deepin-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-27 05:52:29 UTC (rev 264569)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-icon-theme
+pkgver=15.12.49
+pkgrel=1
+pkgdesc="Deepin Icons"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-icon-theme;
+license=('GPL3')
+replaces=('deepin-cursor-theme')
+conflicts=('deepin-cursor-theme')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;)
+sha512sums=('2094baf3067ff73bf106d8157668fe507e6fa9ae63de6dba6046f9b769d04f2355ccf07052b58863ec13bd6b0623d748989a80181dfacef26ba8b2ca50d895c8')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in deepin-icon-theme/trunk (PKGBUILD)

2017-10-26 Thread Felix Yan
Date: Friday, October 27, 2017 @ 05:52:06
  Author: felixonmars
Revision: 264568

upgpkg: deepin-icon-theme 15.12.49-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-27 05:23:46 UTC (rev 264567)
+++ PKGBUILD2017-10-27 05:52:06 UTC (rev 264568)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-icon-theme
-pkgver=15.12.48
+pkgver=15.12.49
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')
@@ -13,7 +13,7 @@
 replaces=('deepin-cursor-theme')
 conflicts=('deepin-cursor-theme')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;)
-sha512sums=('b9c8a4fa29121893b8d6cf0cc72468aa5d024d002a58bb35d0cbf4379e30c83f92c2b4024b3a026ad8f9fc2b4d1940fed8cb06cae920695c018ece040a8068b7')
+sha512sums=('2094baf3067ff73bf106d8157668fe507e6fa9ae63de6dba6046f9b769d04f2355ccf07052b58863ec13bd6b0623d748989a80181dfacef26ba8b2ca50d895c8')
 
 package() {
   cd $pkgname-$pkgver


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

2017-10-26 Thread Evangelos Foutras
Date: Friday, October 27, 2017 @ 05:51:26
  Author: foutrelis
Revision: 308529

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 308528, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/breakpad-use-ucontext_t.patch
(from rev 308528, chromium/trunk/breakpad-use-ucontext_t.patch)
  chromium/repos/extra-i686/chromium-gn-bootstrap-r17.patch
(from rev 308528, chromium/trunk/chromium-gn-bootstrap-r17.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 308528, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 308528, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 308528, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/crc32c-string-view-check.patch
(from rev 308528, chromium/trunk/crc32c-string-view-check.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 308528, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/breakpad-use-ucontext_t.patch
(from rev 308528, chromium/trunk/breakpad-use-ucontext_t.patch)
  chromium/repos/extra-x86_64/chromium-gn-bootstrap-r17.patch
(from rev 308528, chromium/trunk/chromium-gn-bootstrap-r17.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 308528, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 308528, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 308528, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/crc32c-string-view-check.patch
(from rev 308528, chromium/trunk/crc32c-string-view-check.patch)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/breakpad-use-ucontext_t.patch
  chromium/repos/extra-i686/chromium-gn-bootstrap-r17.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/crc32c-string-view-check.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/breakpad-use-ucontext_t.patch
  chromium/repos/extra-x86_64/chromium-gn-bootstrap-r17.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/crc32c-string-view-check.patch

--+
 /PKGBUILD|  416 +++
 /breakpad-use-ucontext_t.patch   |  450 +
 /chromium-gn-bootstrap-r17.patch |  136 +++
 /chromium-widevine.patch |   20 +
 /chromium.desktop|  224 
 /chromium.install|   32 +
 /crc32c-string-view-check.patch  |  148 
 extra-i686/PKGBUILD  |  208 ---
 extra-i686/breakpad-use-ucontext_t.patch |  225 
 extra-i686/chromium-gn-bootstrap-r17.patch   |   68 ---
 extra-i686/chromium-widevine.patch   |   10 
 extra-i686/chromium.desktop  |  112 --
 extra-i686/chromium.install  |   16 
 extra-i686/crc32c-string-view-check.patch|   74 
 extra-x86_64/PKGBUILD|  208 ---
 extra-x86_64/breakpad-use-ucontext_t.patch   |  225 
 extra-x86_64/chromium-gn-bootstrap-r17.patch |   68 ---
 extra-x86_64/chromium-widevine.patch |   10 
 extra-x86_64/chromium.desktop|  112 --
 extra-x86_64/chromium.install|   16 
 extra-x86_64/crc32c-string-view-check.patch  |   74 
 21 files changed, 1426 insertions(+), 1426 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-27 05:50:57 UTC (rev 308528)
+++ extra-i686/PKGBUILD 2017-10-27 05:51:26 UTC (rev 308529)
@@ -1,208 +0,0 @@
-# $Id: PKGBUILD 277477 2016-10-01 03:36:40Z foutrelis $
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=62.0.3202.62
-pkgrel=1
-_launcher_ver=5
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('i686' 'x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git')
-optdepends=('pepper-flash: support for Flash content'
-'kdialog: needed for file dialogs in KDE'
-

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

2017-10-26 Thread Evangelos Foutras
Date: Friday, October 27, 2017 @ 05:50:57
  Author: foutrelis
Revision: 308528

upgpkg: chromium 62.0.3202.75-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-27 05:26:45 UTC (rev 308527)
+++ PKGBUILD2017-10-27 05:50:57 UTC (rev 308528)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=62.0.3202.62
+pkgver=62.0.3202.75
 pkgrel=1
 _launcher_ver=5
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -28,7 +28,7 @@
 crc32c-string-view-check.patch
 chromium-gn-bootstrap-r17.patch
 chromium-widevine.patch)
-sha256sums=('e8df3150386729ddcb4971636627e54815ad447be5f122201e310f5bb0bcc362'
+sha256sums=('49cdfe457bcb941b56c13a75bbe2ff394fcb5baa8a49c9b470835fad60dd904c'
 '4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 '6e9a345f810d36068ee74ebba4708c70ab30421dad3571b6be5e9db635078ea8'


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

2017-10-26 Thread Bartłomiej Piotrowski
Date: Friday, October 27, 2017 @ 05:26:45
  Author: bpiotrowski
Revision: 308527

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

Added:
  go/repos/extra-i686/PKGBUILD
(from rev 308526, go/trunk/PKGBUILD)
  go/repos/extra-i686/default-buildmode-pie.patch
(from rev 308526, go/trunk/default-buildmode-pie.patch)
  go/repos/extra-x86_64/PKGBUILD
(from rev 308526, go/trunk/PKGBUILD)
  go/repos/extra-x86_64/default-buildmode-pie.patch
(from rev 308526, go/trunk/default-buildmode-pie.patch)
Deleted:
  go/repos/extra-i686/PKGBUILD
  go/repos/extra-i686/default-buildmode-pie.patch
  go/repos/extra-x86_64/PKGBUILD
  go/repos/extra-x86_64/default-buildmode-pie.patch

--+
 /PKGBUILD|  196 +
 /default-buildmode-pie.patch |   28 
 extra-i686/PKGBUILD  |   98 --
 extra-i686/default-buildmode-pie.patch   |   14 --
 extra-x86_64/PKGBUILD|   98 --
 extra-x86_64/default-buildmode-pie.patch |   14 --
 6 files changed, 224 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-27 05:26:24 UTC (rev 308526)
+++ extra-i686/PKGBUILD 2017-10-27 05:26:45 UTC (rev 308527)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=go
-pkgname=(go go-pie)
-epoch=2
-pkgver=1.9.1
-pkgrel=1
-arch=(i686 x86_64)
-url='http://golang.org/'
-license=(BSD)
-makedepends=(git go)
-options=(!strip staticlibs)
-_commit=7f40c1214dd67cf171a347a5230da70bd8e10d32
-source=(git+https://go.googlesource.com/go#commit=$_commit
-default-buildmode-pie.patch)
-md5sums=('SKIP'
- '4feaf3d9028fff473d5a365389ced4c9')
-
-export GOOS=linux
-case "$CARCH" in
-  x86_64) export GOARCH=amd64 ;;
-  i686) export GOARCH=386 GO386=387 ;;
-esac
-export GOROOT_FINAL=/usr/lib/go
-export GOROOT_BOOTSTRAP=/usr/lib/go
-
-prepare() {
-  cp -r $pkgbase ${pkgbase}-pie
-
-  cd ${pkgbase}-pie
-  patch -p1 -i "$srcdir"/default-buildmode-pie.patch
-}
-
-build() {
-  export GOBIN="$GOROOT/bin"
-  export GOPATH="$srcdir/"
-
-  for _pkgname in ${pkgname[@]}; do
-export GOROOT="$srcdir/$_pkgname"
-cd "$srcdir/$_pkgname/src"
-./make.bash --no-clean
-  done
-}
-
-check() {
-  # Run test suite only for unpatched Go as it expects non-PIE ldBuildmode
-  export GOROOT="$srcdir/$pkgbase"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgbase/bin:$PATH"
-  export GO_TEST_TIMEOUT_SCALE=2
-
-  cd $pkgbase/src
-  ./run.bash --no-rebuild -v -v -v -k 
-
-  # ./run.bash --no-rebuild -v -v -v -k |& tee run.log
-  # if (( $(grep -c Failed: run.log) > 5 )) && grep -q FAILED run.log; then
-  #   return 1
-  # fi
-
-  # go tool dist test -v -v -v -run=^cgo_test$
-  # go tool dist test -v -v -v -run=^race$
-}
-
-_package() {
-  cd "$srcdir/$1"
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"
-  cp -a bin pkg src lib misc "$pkgdir/usr/lib/go"
-  cp -r doc/* "$pkgdir/usr/share/doc/go"
-
-  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
-  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
-  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/go/LICENSE"
-  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
-
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap"
-  rm -rf "$pkgdir/usr/lib/go/pkg/tool/*/api"
-}
-
-package_go() {
-  pkgdesc='Core compiler tools for the Go programming language'
-  provides=(go-pie)
-  conflicts=(go-pie)
-
-  _package $pkgname
-}
-
-
-package_go-pie() {
-  pkgdesc='Core compiler tools for the Go programming language (with PIE 
enabled by default)'
-  provides=(go)
-  conflicts=(go)
-
-  _package $pkgname
-}

Copied: go/repos/extra-i686/PKGBUILD (from rev 308526, go/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-27 05:26:45 UTC (rev 308527)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=go
+pkgname=(go go-pie)
+epoch=2
+pkgver=1.9.2
+pkgrel=1
+arch=(i686 x86_64)
+url='http://golang.org/'
+license=(BSD)
+makedepends=(git go)
+options=(!strip staticlibs)
+_commit=7f40c1214dd67cf171a347a5230da70bd8e10d32
+source=(git+https://go.googlesource.com/go#commit=$_commit
+default-buildmode-pie.patch)
+md5sums=('SKIP'
+ '4feaf3d9028fff473d5a365389ced4c9')
+
+export GOOS=linux
+case "$CARCH" in
+  x86_64) export GOARCH=amd64 ;;
+  i686) export GOARCH=386 GO386=387 ;;
+esac
+export GOROOT_FINAL=/usr/lib/go
+export GOROOT_BOOTSTRAP=/usr/lib/go
+
+prepare() {
+  cp -r $pkgbase ${pkgbase}-pie
+
+  cd ${pkgbase}-pie
+  patch -p1 -i "$srcdir"/default-buildmode-pie.patch
+}
+
+build() {
+  export GOBIN="$GOROOT/bin"
+  export GOPATH="$srcdir/"
+
+  

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

2017-10-26 Thread Bartłomiej Piotrowski
Date: Friday, October 27, 2017 @ 05:26:24
  Author: bpiotrowski
Revision: 308526

2:1.9.2-1: new upstream release

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-27 02:45:37 UTC (rev 308525)
+++ PKGBUILD2017-10-27 05:26:24 UTC (rev 308526)
@@ -4,7 +4,7 @@
 pkgbase=go
 pkgname=(go go-pie)
 epoch=2
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 arch=(i686 x86_64)
 url='http://golang.org/'


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

2017-10-26 Thread Ike Devolder
Date: Friday, October 27, 2017 @ 05:23:46
  Author: idevolder
Revision: 264567

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

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

+
 /10160.patch   |   44 
 /10775.patch   | 1678 +++
 /9703.patch| 2864 +++
 /PKGBUILD  |  444 
 /fix-ftpparse.patch|  142 +
 /fix-python-lib-path.patch |   58 
 /kodi.install  |   34 
 community-i686/10160.patch |   22 
 community-i686/10775.patch |  839 ---
 community-i686/9703.patch  | 1432 -
 community-i686/PKGBUILD|  220 --
 community-i686/fix-ftpparse.patch  |   71 
 community-i686/fix-python-lib-path.patch   |   29 
 community-i686/kodi.install|   17 
 community-x86_64/10160.patch   |   22 
 community-x86_64/10775.patch   |  839 ---
 community-x86_64/9703.patch| 1432 -
 community-x86_64/PKGBUILD  |  220 --
 community-x86_64/fix-ftpparse.patch|   71 
 community-x86_64/fix-python-lib-path.patch |   29 
 community-x86_64/kodi.install  |   17 
 21 files changed, 5264 insertions(+), 5260 deletions(-)

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


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

2017-10-26 Thread Ike Devolder
Date: Friday, October 27, 2017 @ 05:23:25
  Author: idevolder
Revision: 264566

upgpkg: kodi 17.5-4

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-27 05:13:27 UTC (rev 264565)
+++ PKGBUILD2017-10-27 05:23:25 UTC (rev 264566)
@@ -22,18 +22,19 @@
 pkgname=('kodi' 'kodi-eventclients' 'kodi-tools-texturepacker' 'kodi-dev')
 pkgver=17.5
 _codename=Krypton
-pkgrel=2
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://kodi.tv;
 license=('GPL2')
 makedepends=(
-  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen'
-  'glew' 'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs'
-  'libass' 'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient'
-  'libmicrohttpd' 'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libxrandr'
-  'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns' 'python2-pillow' 'python2-pybluez'
-  'python2-simplejson' 'rtmpdump' 'shairplay' 'smbclient' 'swig' 'taglib'
-  'tinyxml' 'unzip' 'upower' 'yajl' 'zip'
+  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'glew'
+  'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
+  'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd'
+  'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
+  'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns'
+  'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump'
+  'shairplay' 'smbclient' 'speex' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower'
+  'yajl' 'zip'
 )
 _libdvdcss_commit="2f12236bc1c92f73c21e973363f79eb300de603f"
 _libdvdnav_commit="981488f7f27554b103cca10c1fbeba027396c94a"
@@ -89,10 +90,11 @@
 package_kodi() {
   pkgdesc="A software media player and entertainment hub for digital media"
   depends=(
-'bluez-libs' 'desktop-file-utils' 'glew' 'hicolor-icon-theme'
-'libcdio' 'libmariadbclient' 'libmicrohttpd' 'libxrandr' 'libxslt' 'lzo'
-'mesa' 'python2-pillow' 'python2-simplejson' 'smbclient' 'taglib' 'tinyxml'
-'xorg-xdpyinfo' 'yajl' 'libass'
+'bluez-libs' 'desktop-file-utils' 'freetype2' 'fribidi' 'glew'
+'hicolor-icon-theme' 'libcdio' 'libjpeg-turbo' 'libmariadbclient'
+'libmicrohttpd' 'libpulse' 'libssh' 'libva' 'libvdpau' 'libxrandr'
+'libxslt' 'lzo' 'mesa' 'python2-pillow' 'python2-simplejson' 'smbclient'
+'speex' 'taglib' 'tinyxml' 'xorg-xdpyinfo' 'yajl'
   )
   optdepends=(
 'afpfs-ng: Apple shares support'


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

2017-10-26 Thread Felix Yan
Date: Friday, October 27, 2017 @ 05:10:57
  Author: felixonmars
Revision: 264563

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-27 05:10:14 UTC (rev 264562)
+++ PKGBUILD2017-10-27 05:10:57 UTC (rev 264563)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Yen Chi Hsuan 
-# Contributor: rich_o 
-# Contributor: Jason St. John 
-# Contributor: Daniel YC Lin 
-
-pkgname=(python-texttable python2-texttable)
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Generate a formatted text table using ASCII characters"
-arch=('any')
-url="https://pypi.python.org/pypi/texttable/;
-license=('LGPL')
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz;)
-sha512sums=('64dc6a160661f6209a8793e92ed5524838fb84e408a8c38a9e19a9070f2e06fcea4a131b61b9c88f1abd71a25385d9e1f912f741912577f486618736d33d7866')
-
-prepare() {
-  cp -a texttable-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/texttable-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/texttable-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/texttable-$pkgver
-  py.test tests.py
-
-  cd "$srcdir"/texttable-$pkgver-py2
-  py.test2 tests.py
-}
-
-package_python-texttable() {
-  depends=('python')
-
-  cd texttable-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-texttable() {
-  depends=('python2')
-
-  cd texttable-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-texttable/repos/community-any/PKGBUILD (from rev 264562, 
python-texttable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-27 05:10:57 UTC (rev 264563)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Yen Chi Hsuan 
+# Contributor: rich_o 
+# Contributor: Jason St. John 
+# Contributor: Daniel YC Lin 
+
+pkgname=(python-texttable python2-texttable)
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Generate a formatted text table using ASCII characters"
+arch=('any')
+url="https://pypi.python.org/pypi/texttable/;
+license=('LGPL')
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz;)
+sha512sums=('ed51b0bd4483af4ee10f9662286e271667b212f848f7ece44dd5adc053394ad9c3b6cfafa7519c8b1dd53728571298551ae501d0575d91922e257aa4ab8d5f2d')
+
+prepare() {
+  cp -a texttable-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/texttable-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/texttable-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/texttable-$pkgver
+  py.test tests.py
+
+  cd "$srcdir"/texttable-$pkgver-py2
+  py.test2 tests.py
+}
+
+package_python-texttable() {
+  depends=('python')
+
+  cd texttable-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-texttable() {
+  depends=('python2')
+
+  cd texttable-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-10-26 Thread Felix Yan
Date: Friday, October 27, 2017 @ 05:10:14
  Author: felixonmars
Revision: 264562

upgpkg: python-texttable 1.1.1-1

Modified:
  python-texttable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-27 05:08:52 UTC (rev 264561)
+++ PKGBUILD2017-10-27 05:10:14 UTC (rev 264562)
@@ -6,7 +6,7 @@
 # Contributor: Daniel YC Lin 
 
 pkgname=(python-texttable python2-texttable)
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Generate a formatted text table using ASCII characters"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz;)
-sha512sums=('64dc6a160661f6209a8793e92ed5524838fb84e408a8c38a9e19a9070f2e06fcea4a131b61b9c88f1abd71a25385d9e1f912f741912577f486618736d33d7866')
+sha512sums=('ed51b0bd4483af4ee10f9662286e271667b212f848f7ece44dd5adc053394ad9c3b6cfafa7519c8b1dd53728571298551ae501d0575d91922e257aa4ab8d5f2d')
 
 prepare() {
   cp -a texttable-$pkgver{,-py2}


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

2017-10-26 Thread Felix Yan
Date: Friday, October 27, 2017 @ 05:13:27
  Author: felixonmars
Revision: 264565

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-27 05:12:49 UTC (rev 264564)
+++ community-i686/PKGBUILD 2017-10-27 05:13:27 UTC (rev 264565)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwidget
-pkgver=2.0.3
-pkgrel=1
-pkgdesc='Deepin graphical user interface library'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dtkwidget;
-license=('GPL3')
-depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
- 'startup-notification')
-makedepends=('qt5-tools')
-replaces=('deepin-tool-kit')
-conflicts=('deepin-tool-kit<0.3.4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;)
-sha512sums=('43ee39d4aa81d57d599c03e4d27f69c455e5492364e6e778e44bae002d698c42ce3235702e3629f711168352328c0805d54e51287a8a161cf4cf1c0407a08ce8')
-
-build() {
-  cd dtkwidget-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwidget-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwidget/repos/community-i686/PKGBUILD (from rev 264564, 
dtkwidget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-27 05:13:27 UTC (rev 264565)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.4.1
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtkwidget;
+license=('GPL3')
+depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
+ 'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;)
+sha512sums=('2d523258cf65451c68aca6564c5b9531c3b7b3602d63682da680ee1e359116af627c77f60d7f15b2246c36581c8a2c160c7827c998149d1580e395d59680f929')
+
+build() {
+  cd dtkwidget-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-27 05:12:49 UTC (rev 264564)
+++ community-x86_64/PKGBUILD   2017-10-27 05:13:27 UTC (rev 264565)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwidget
-pkgver=2.0.3
-pkgrel=1
-pkgdesc='Deepin graphical user interface library'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dtkwidget;
-license=('GPL3')
-depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
- 'startup-notification')
-makedepends=('qt5-tools')
-replaces=('deepin-tool-kit')
-conflicts=('deepin-tool-kit<0.3.4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;)
-sha512sums=('43ee39d4aa81d57d599c03e4d27f69c455e5492364e6e778e44bae002d698c42ce3235702e3629f711168352328c0805d54e51287a8a161cf4cf1c0407a08ce8')
-
-build() {
-  cd dtkwidget-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwidget-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwidget/repos/community-x86_64/PKGBUILD (from rev 264564, 
dtkwidget/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-27 05:13:27 UTC (rev 264565)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.4.1
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('i686' 'x86_64')

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

2017-10-26 Thread Felix Yan
Date: Friday, October 27, 2017 @ 05:12:49
  Author: felixonmars
Revision: 264564

upgpkg: dtkwidget 2.0.4.1-1

Modified:
  dtkwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-27 05:10:57 UTC (rev 264563)
+++ PKGBUILD2017-10-27 05:12:49 UTC (rev 264564)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkwidget
-pkgver=2.0.3
+pkgver=2.0.4.1
 pkgrel=1
 pkgdesc='Deepin graphical user interface library'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 replaces=('deepin-tool-kit')
 conflicts=('deepin-tool-kit<0.3.4')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;)
-sha512sums=('43ee39d4aa81d57d599c03e4d27f69c455e5492364e6e778e44bae002d698c42ce3235702e3629f711168352328c0805d54e51287a8a161cf4cf1c0407a08ce8')
+sha512sums=('2d523258cf65451c68aca6564c5b9531c3b7b3602d63682da680ee1e359116af627c77f60d7f15b2246c36581c8a2c160c7827c998149d1580e395d59680f929')
 
 build() {
   cd dtkwidget-$pkgver


[arch-commits] Commit in deepin-clone/repos/community-i686 (PKGBUILD PKGBUILD)

2017-10-26 Thread Felix Yan
Date: Friday, October 27, 2017 @ 05:08:52
  Author: felixonmars
Revision: 264561

archrelease: copy trunk to community-i686

Added:
  deepin-clone/repos/community-i686/PKGBUILD
(from rev 264560, deepin-clone/trunk/PKGBUILD)
Deleted:
  deepin-clone/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-27 05:06:12 UTC (rev 264560)
+++ PKGBUILD2017-10-27 05:08:52 UTC (rev 264561)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-clone
-pkgver=0.0.5
-pkgrel=1
-pkgdesc='Disk and partition backup/restore tool'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-clone;
-license=('GPL3')
-depends=('dtkwidget' 'partclone' 'e2fsprogs' 'jfsutils' 'xfsprogs')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz;)
-sha512sums=('d8aed0ccb9f7a5a0fab3b195f93541aa774c115774c1a66a45311a40e4bec5a55c2e7d4f03cf2766e6cca9a8896d43b62303fc3ebb12cdf69d592781864ef458')
-
-prepare() {
-  cd deepin-clone-$pkgver
-  sed -i 's|/usr/sbin|/usr/bin|' deepin-clone.pro deepin-clone-ionice 
deepin-clone-pkexec com.deepin.pkexec.deepin-clone.policy{,.tmp}
-}
-
-build() {
-  cd deepin-clone-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-clone-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-clone/repos/community-i686/PKGBUILD (from rev 264560, 
deepin-clone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-27 05:08:52 UTC (rev 264561)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-clone
+pkgver=0.0.5.1
+pkgrel=1
+pkgdesc='Disk and partition backup/restore tool'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-clone;
+license=('GPL3')
+depends=('dtkwidget' 'partclone' 'e2fsprogs' 'jfsutils' 'xfsprogs')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz;)
+sha512sums=('e5eb042e0eed77c43113f46835675601a638648159de02a4b5a5f991ffc127ba55a35dc594605f1eae57bb09184baa83c0b9e2abd033d721eedc042fd2757757')
+
+prepare() {
+  cd deepin-clone-$pkgver
+  sed -i 's|/usr/sbin|/usr/bin|' deepin-clone.pro deepin-clone-ionice 
deepin-clone-pkexec com.deepin.pkexec.deepin-clone.policy{,.tmp}
+}
+
+build() {
+  cd deepin-clone-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-clone-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-10-26 Thread Felix Yan
Date: Friday, October 27, 2017 @ 05:06:12
  Author: felixonmars
Revision: 264560

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

Added:
  deepin-clone/repos/community-x86_64/PKGBUILD
(from rev 264559, deepin-clone/trunk/PKGBUILD)
Deleted:
  deepin-clone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-27 05:05:37 UTC (rev 264559)
+++ PKGBUILD2017-10-27 05:06:12 UTC (rev 264560)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-clone
-pkgver=0.0.5
-pkgrel=1
-pkgdesc='Disk and partition backup/restore tool'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-clone;
-license=('GPL3')
-depends=('dtkwidget' 'partclone' 'e2fsprogs' 'jfsutils' 'xfsprogs')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz;)
-sha512sums=('d8aed0ccb9f7a5a0fab3b195f93541aa774c115774c1a66a45311a40e4bec5a55c2e7d4f03cf2766e6cca9a8896d43b62303fc3ebb12cdf69d592781864ef458')
-
-prepare() {
-  cd deepin-clone-$pkgver
-  sed -i 's|/usr/sbin|/usr/bin|' deepin-clone.pro deepin-clone-ionice 
deepin-clone-pkexec com.deepin.pkexec.deepin-clone.policy{,.tmp}
-}
-
-build() {
-  cd deepin-clone-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-clone-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-clone/repos/community-x86_64/PKGBUILD (from rev 264559, 
deepin-clone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-27 05:06:12 UTC (rev 264560)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-clone
+pkgver=0.0.5.1
+pkgrel=1
+pkgdesc='Disk and partition backup/restore tool'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-clone;
+license=('GPL3')
+depends=('dtkwidget' 'partclone' 'e2fsprogs' 'jfsutils' 'xfsprogs')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz;)
+sha512sums=('e5eb042e0eed77c43113f46835675601a638648159de02a4b5a5f991ffc127ba55a35dc594605f1eae57bb09184baa83c0b9e2abd033d721eedc042fd2757757')
+
+prepare() {
+  cd deepin-clone-$pkgver
+  sed -i 's|/usr/sbin|/usr/bin|' deepin-clone.pro deepin-clone-ionice 
deepin-clone-pkexec com.deepin.pkexec.deepin-clone.policy{,.tmp}
+}
+
+build() {
+  cd deepin-clone-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-clone-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-10-26 Thread Felix Yan
Date: Friday, October 27, 2017 @ 05:05:37
  Author: felixonmars
Revision: 264559

upgpkg: deepin-clone 0.0.5.1-1

Modified:
  deepin-clone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-27 05:05:29 UTC (rev 264558)
+++ PKGBUILD2017-10-27 05:05:37 UTC (rev 264559)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-clone
-pkgver=0.0.5
+pkgver=0.0.5.1
 pkgrel=1
 pkgdesc='Disk and partition backup/restore tool'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('qt5-tools' 'deepin-gettext-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz;)
-sha512sums=('d8aed0ccb9f7a5a0fab3b195f93541aa774c115774c1a66a45311a40e4bec5a55c2e7d4f03cf2766e6cca9a8896d43b62303fc3ebb12cdf69d592781864ef458')
+sha512sums=('e5eb042e0eed77c43113f46835675601a638648159de02a4b5a5f991ffc127ba55a35dc594605f1eae57bb09184baa83c0b9e2abd033d721eedc042fd2757757')
 
 prepare() {
   cd deepin-clone-$pkgver


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

2017-10-26 Thread Evangelos Foutras
Date: Friday, October 27, 2017 @ 02:45:26
  Author: foutrelis
Revision: 308524

upgpkg: xfce4-notifyd 0.4.0-2

Remove xfce4-panel dependency (FS#56127).

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 22:13:05 UTC (rev 308523)
+++ PKGBUILD2017-10-27 02:45:26 UTC (rev 308524)
@@ -4,14 +4,14 @@
 
 pkgname=xfce4-notifyd
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
 license=('GPL2')
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python' 'xfce4-panel')
 provides=('notification-daemon')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9')


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

2017-10-26 Thread Evangelos Foutras
Date: Friday, October 27, 2017 @ 02:45:37
  Author: foutrelis
Revision: 308525

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

Added:
  xfce4-notifyd/repos/extra-i686/PKGBUILD
(from rev 308524, xfce4-notifyd/trunk/PKGBUILD)
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD
(from rev 308524, xfce4-notifyd/trunk/PKGBUILD)
Deleted:
  xfce4-notifyd/repos/extra-i686/PKGBUILD
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-27 02:45:26 UTC (rev 308524)
+++ extra-i686/PKGBUILD 2017-10-27 02:45:37 UTC (rev 308525)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-notifyd
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-provides=('notification-daemon')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-i686/PKGBUILD (from rev 308524, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-27 02:45:37 UTC (rev 308525)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-notifyd
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python' 'xfce4-panel')
+provides=('notification-daemon')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-27 02:45:26 UTC (rev 308524)
+++ extra-x86_64/PKGBUILD   2017-10-27 02:45:37 UTC (rev 308525)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-notifyd
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-provides=('notification-daemon')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-x86_64/PKGBUILD (from rev 308524, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-27 02:45:37 UTC (rev 308525)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-notifyd
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python' 'xfce4-panel')
+provides=('notification-daemon')

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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 22:18:38
  Author: eworm
Revision: 264556

upgpkg: lib32-libcurl-gnutls 7.56.1-1

new upstream release

Modified:
  lib32-libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 22:17:58 UTC (rev 264555)
+++ PKGBUILD2017-10-26 22:18:38 UTC (rev 264556)
@@ -3,9 +3,9 @@
 # Contributor: Lizao (Larry) Li 
 
 pkgname=lib32-libcurl-gnutls
-pkgver=7.56.0
+pkgver=7.56.1
 pkgrel=1
-pkgdesc='An URL retrieval library'
+pkgdesc='An URL retrieval library (linked against gnutls)'
 arch=('x86_64')
 url='https://curl.haxx.se'
 license=('MIT')
@@ -15,7 +15,7 @@
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
-sha256sums=('f1bc17a7e5662dbd8d4029750a6dbdb72a55cf95826a270ab388b05075526104'
+sha256sums=('961a25531d72a843dfcce87b290e7a882f2d376f3b88de11df009710019c5b16'
 'SKIP')
 
 build() {


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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 22:18:46
  Author: eworm
Revision: 264557

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libcurl-gnutls/repos/multilib-testing-x86_64/
  lib32-libcurl-gnutls/repos/multilib-testing-x86_64/PKGBUILD
(from rev 264556, lib32-libcurl-gnutls/trunk/PKGBUILD)

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

Copied: lib32-libcurl-gnutls/repos/multilib-testing-x86_64/PKGBUILD (from rev 
264556, lib32-libcurl-gnutls/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-10-26 22:18:46 UTC (rev 264557)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=lib32-libcurl-gnutls
+pkgver=7.56.1
+pkgrel=1
+pkgdesc='An URL retrieval library (linked against gnutls)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('lib32-curl' 'lib32-glibc' 'lib32-gnutls' 'lib32-libpsl'
+ 'lib32-libssh2' 'lib32-nettle' 'lib32-zlib' 'libcurl-gnutls')
+makedepends=('gcc-multilib')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+sha256sums=('961a25531d72a843dfcce87b290e7a882f2d376f3b88de11df009710019c5b16'
+'SKIP')
+
+build() {
+  cd curl-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--without-gssapi \
+--without-libidn \
+--without-ssl \
+--with-gnutls='/usr' \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib32/libcurl{,-gnutls}.so.4.5.0
+  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-gnutls.so.4.5.0 
"${pkgdir}"/usr/lib32/libcurl-gnutls.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libcurl-gnutls "${pkgdir}"/usr/share/licenses/lib32-libcurl-gnutls
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 22:17:58
  Author: eworm
Revision: 264555

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libcurl-compat/repos/multilib-testing-x86_64/
  lib32-libcurl-compat/repos/multilib-testing-x86_64/PKGBUILD
(from rev 264554, lib32-libcurl-compat/trunk/PKGBUILD)

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

Copied: lib32-libcurl-compat/repos/multilib-testing-x86_64/PKGBUILD (from rev 
264554, lib32-libcurl-compat/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-10-26 22:17:58 UTC (rev 264555)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Piotr Balcerowski 
+
+pkgname=lib32-libcurl-compat
+pkgver=7.56.1
+pkgrel=1
+pkgdesc='An URL retrieval library (without versioned symbols)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('lib32-curl' 'lib32-glibc' 'lib32-krb5' 'lib32-libssh2' 'lib32-libpsl'
+ 'lib32-openssl' 'lib32-zlib' 'libcurl-compat')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha256sums=('961a25531d72a843dfcce87b290e7a882f2d376f3b88de11df009710019c5b16'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd curl-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib32/libcurl{,-compat}.so.4.5.0
+  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-compat.so.4.5.0 "${pkgdir}"/usr/lib32/libcurl.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libcurl-compat "${pkgdir}"/usr/share/licenses/lib32-libcurl-compat
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 22:17:51
  Author: eworm
Revision: 264554

upgpkg: lib32-libcurl-compat 7.56.1-1

new upstream release

Modified:
  lib32-libcurl-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 22:16:36 UTC (rev 264553)
+++ PKGBUILD2017-10-26 22:17:51 UTC (rev 264554)
@@ -3,7 +3,7 @@
 # Contributor: Piotr Balcerowski 
 
 pkgname=lib32-libcurl-compat
-pkgver=7.56.0
+pkgver=7.56.1
 pkgrel=1
 pkgdesc='An URL retrieval library (without versioned symbols)'
 arch=('x86_64')
@@ -13,7 +13,7 @@
  'lib32-openssl' 'lib32-zlib' 'libcurl-compat')
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha256sums=('f1bc17a7e5662dbd8d4029750a6dbdb72a55cf95826a270ab388b05075526104'
+sha256sums=('961a25531d72a843dfcce87b290e7a882f2d376f3b88de11df009710019c5b16'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 


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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 22:16:36
  Author: eworm
Revision: 264553

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-curl/repos/multilib-testing-x86_64/
  lib32-curl/repos/multilib-testing-x86_64/PKGBUILD
(from rev 264552, lib32-curl/trunk/PKGBUILD)
  
lib32-curl/repos/multilib-testing-x86_64/includes-remove-curl-curlbuild.h-and-curl-curlrules.patch
(from rev 264552, 
lib32-curl/trunk/includes-remove-curl-curlbuild.h-and-curl-curlrules.patch)

---+
 PKGBUILD  |   59 
 includes-remove-curl-curlbuild.h-and-curl-curlrules.patch | 2748 
 2 files changed, 2807 insertions(+)

Copied: lib32-curl/repos/multilib-testing-x86_64/PKGBUILD (from rev 264552, 
lib32-curl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-10-26 22:16:36 UTC (rev 264553)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.56.1
+pkgrel=1
+pkgdesc="An URL retrieval utility and library (32-bit)"
+arch=('x86_64')
+url="https://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libpsl' 'lib32-zlib' 
"${_pkgname}")
+source=("https://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('3b6454ba403e832d07db8db5ca747e039e18058c4b842a68270e4eb3a5847f23e54f4cc86ff1fcc9c6c8004346e1b4d76c57b34615478b241ba7fa8c1d884cbc'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin,include}
+
+  # license
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
+}

Copied: 
lib32-curl/repos/multilib-testing-x86_64/includes-remove-curl-curlbuild.h-and-curl-curlrules.patch
 (from rev 264552, 
lib32-curl/trunk/includes-remove-curl-curlbuild.h-and-curl-curlrules.patch)
===
--- 
multilib-testing-x86_64/includes-remove-curl-curlbuild.h-and-curl-curlrules.patch
   (rev 0)
+++ 
multilib-testing-x86_64/includes-remove-curl-curlbuild.h-and-curl-curlrules.patch
   2017-10-26 22:16:36 UTC (rev 264553)
@@ -0,0 +1,2748 @@
+From 73a2fcea0b4adea6ba342cd7ed1149782c214ae3 Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg 
+Date: Mon, 22 May 2017 09:05:10 +0200
+Subject: [PATCH] includes: remove curl/curlbuild.h and curl/curlrules.h
+
+Rely entirely on curl/system.h now.
+
+Introduced in Aug 2008 with commit 14240e9e109f. Now gone.
+
+Fixes #1456
+---
+ CMakeLists.txt   |  14 +-
+ MacOSX-Framework |   9 -
+ Makefile.am  |   2 +-
+ acinclude.m4 |  18 +-
+ buildconf|   1 -
+ buildconf.bat|  35 +-
+ configure.ac |   7 +-
+ docs/FAQ |  27 --
+ docs/INSTALL.cmake   |  11 -
+ docs/examples/Makefile.am|   8 +-
+ include/README   |  26 +-
+ include/curl/.gitignore  |   1 -
+ include/curl/Makefile.am |  23 +-
+ include/curl/curl.h  |   2 -
+ include/curl/curlbuild.h.cmake   | 197 --
+ include/curl/curlbuild.h.dist| 586 
+ include/curl/curlbuild.h.in  | 197 --
+ include/curl/curlrules.h | 239 
+ include/curl/system.h| 646 ---
+ lib/CMakeLists.txt   |   3 -
+ lib/Makefile.Watcom  |   8 +-
+ lib/Makefile.am  

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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 22:16:31
  Author: eworm
Revision: 264552

upgpkg: lib32-curl 7.56.1-1

new upstream release

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 22:14:28 UTC (rev 264551)
+++ PKGBUILD2017-10-26 22:16:31 UTC (rev 264552)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.56.0
+pkgver=7.56.1
 pkgrel=1
 pkgdesc="An URL retrieval utility and library (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libpsl' 'lib32-zlib' 
"${_pkgname}")
 source=("https://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('f95f7d8315e7ad07796519c2ee4b831e160b28392f51a9dfc05a109f594584962a77579c11501e5bfd46048d2de939ba52c43444c2fa24d83957fde799c1ea32'
+sha512sums=('3b6454ba403e832d07db8db5ca747e039e18058c4b842a68270e4eb3a5847f23e54f4cc86ff1fcc9c6c8004346e1b4d76c57b34615478b241ba7fa8c1d884cbc'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
   '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)


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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 22:14:28
  Author: eworm
Revision: 264551

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

Added:
  libcurl-gnutls/repos/community-testing-i686/
  libcurl-gnutls/repos/community-testing-i686/PKGBUILD
(from rev 264550, libcurl-gnutls/trunk/PKGBUILD)
  libcurl-gnutls/repos/community-testing-x86_64/
  libcurl-gnutls/repos/community-testing-x86_64/PKGBUILD
(from rev 264550, libcurl-gnutls/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   56 
 community-testing-x86_64/PKGBUILD |   56 
 2 files changed, 112 insertions(+)

Copied: libcurl-gnutls/repos/community-testing-i686/PKGBUILD (from rev 264550, 
libcurl-gnutls/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-26 22:14:28 UTC (rev 264551)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=libcurl-gnutls
+pkgver=7.56.1
+pkgrel=1
+pkgdesc='An URL retrieval library (linked against gnutls)'
+arch=('i686' 'x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('curl' 'glibc' 'gnutls' 'libpsl' 'nettle' 'zlib'
+ 'libssh2.so')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+sha256sums=('961a25531d72a843dfcce87b290e7a882f2d376f3b88de11df009710019c5b16'
+'SKIP')
+
+build() {
+  cd curl-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--without-gssapi \
+--without-libidn \
+--without-ssl \
+--with-gnutls='/usr' \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib/libcurl{,-gnutls}.so.4.5.0
+  rm "${pkgdir}"/usr/lib/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-gnutls.so.4.5.0 
"${pkgdir}"/usr/lib/libcurl-gnutls.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s curl "${pkgdir}"/usr/share/licenses/libcurl-gnutls
+}
+
+# vim: ts=2 sw=2 et:

Copied: libcurl-gnutls/repos/community-testing-x86_64/PKGBUILD (from rev 
264550, libcurl-gnutls/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-26 22:14:28 UTC (rev 264551)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=libcurl-gnutls
+pkgver=7.56.1
+pkgrel=1
+pkgdesc='An URL retrieval library (linked against gnutls)'
+arch=('i686' 'x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('curl' 'glibc' 'gnutls' 'libpsl' 'nettle' 'zlib'
+ 'libssh2.so')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+sha256sums=('961a25531d72a843dfcce87b290e7a882f2d376f3b88de11df009710019c5b16'
+'SKIP')
+
+build() {
+  cd curl-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--without-gssapi \
+--without-libidn \
+--without-ssl \
+--with-gnutls='/usr' \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib/libcurl{,-gnutls}.so.4.5.0
+  rm "${pkgdir}"/usr/lib/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-gnutls.so.4.5.0 
"${pkgdir}"/usr/lib/libcurl-gnutls.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s curl "${pkgdir}"/usr/share/licenses/libcurl-gnutls
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 22:14:17
  Author: eworm
Revision: 264550

upgpkg: libcurl-gnutls 7.56.1-1

new upstream release

Modified:
  libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 22:11:49 UTC (rev 264549)
+++ PKGBUILD2017-10-26 22:14:17 UTC (rev 264550)
@@ -3,9 +3,9 @@
 # Contributor: Lizao (Larry) Li 
 
 pkgname=libcurl-gnutls
-pkgver=7.56.0
+pkgver=7.56.1
 pkgrel=1
-pkgdesc='An URL retrieval library'
+pkgdesc='An URL retrieval library (linked against gnutls)'
 arch=('i686' 'x86_64')
 url='https://curl.haxx.se'
 license=('MIT')
@@ -14,7 +14,7 @@
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
-sha256sums=('f1bc17a7e5662dbd8d4029750a6dbdb72a55cf95826a270ab388b05075526104'
+sha256sums=('961a25531d72a843dfcce87b290e7a882f2d376f3b88de11df009710019c5b16'
 'SKIP')
 
 build() {


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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 22:11:37
  Author: eworm
Revision: 264548

upgpkg: libcurl-compat 7.56.1-1

new upstream release

Modified:
  libcurl-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 20:42:46 UTC (rev 264547)
+++ PKGBUILD2017-10-26 22:11:37 UTC (rev 264548)
@@ -3,7 +3,7 @@
 # Contributor: Piotr Balcerowski 
 
 pkgname=libcurl-compat
-pkgver=7.56.0
+pkgver=7.56.1
 pkgrel=1
 pkgdesc='An URL retrieval library (without versioned symbols)'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
-sha256sums=('f1bc17a7e5662dbd8d4029750a6dbdb72a55cf95826a270ab388b05075526104'
+sha256sums=('961a25531d72a843dfcce87b290e7a882f2d376f3b88de11df009710019c5b16'
 'SKIP')
 
 build() {


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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 22:11:49
  Author: eworm
Revision: 264549

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

Added:
  libcurl-compat/repos/community-testing-i686/
  libcurl-compat/repos/community-testing-i686/PKGBUILD
(from rev 264548, libcurl-compat/trunk/PKGBUILD)
  libcurl-compat/repos/community-testing-x86_64/
  libcurl-compat/repos/community-testing-x86_64/PKGBUILD
(from rev 264548, libcurl-compat/trunk/PKGBUILD)

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

Copied: libcurl-compat/repos/community-testing-i686/PKGBUILD (from rev 264548, 
libcurl-compat/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-26 22:11:49 UTC (rev 264549)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Piotr Balcerowski 
+
+pkgname=libcurl-compat
+pkgver=7.56.1
+pkgrel=1
+pkgdesc='An URL retrieval library (without versioned symbols)'
+arch=('i686' 'x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('curl' 'glibc' 'krb5' 'openssl' 'libpsl' 'zlib'
+ 'libssh2.so')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+sha256sums=('961a25531d72a843dfcce87b290e7a882f2d376f3b88de11df009710019c5b16'
+'SKIP')
+
+build() {
+  cd curl-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib/libcurl{,-compat}.so.4.5.0
+  rm "${pkgdir}"/usr/lib/libcurl.{a,so}*
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-compat.so.4.5.0 "${pkgdir}"/usr/lib/libcurl.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s curl "${pkgdir}"/usr/share/licenses/libcurl-compat
+}
+
+# vim: ts=2 sw=2 et:

Copied: libcurl-compat/repos/community-testing-x86_64/PKGBUILD (from rev 
264548, libcurl-compat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-26 22:11:49 UTC (rev 264549)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Piotr Balcerowski 
+
+pkgname=libcurl-compat
+pkgver=7.56.1
+pkgrel=1
+pkgdesc='An URL retrieval library (without versioned symbols)'
+arch=('i686' 'x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('curl' 'glibc' 'krb5' 'openssl' 'libpsl' 'zlib'
+ 'libssh2.so')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+sha256sums=('961a25531d72a843dfcce87b290e7a882f2d376f3b88de11df009710019c5b16'
+'SKIP')
+
+build() {
+  cd curl-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib/libcurl{,-compat}.so.4.5.0
+  rm "${pkgdir}"/usr/lib/libcurl.{a,so}*
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-compat.so.4.5.0 "${pkgdir}"/usr/lib/libcurl.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s curl "${pkgdir}"/usr/share/licenses/libcurl-compat
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 21:53:26
  Author: eworm
Revision: 308519

update the url for a better keyword match

Modified:
  intel-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 19:51:40 UTC (rev 308518)
+++ PKGBUILD2017-10-26 21:53:26 UTC (rev 308519)
@@ -9,7 +9,7 @@
 pkgdesc="Microcode update files for Intel CPUs"
 arch=('any')
 install=$pkgname.install
-url="https://downloadcenter.intel.com/SearchResult.aspx?lang=eng=%22microcode%22;
+url="https://downloadcenter.intel.com/SearchResult.aspx?lang=eng=processor%20microcode%20data%20file;
 replaces=('microcode_ctl')
 license=('custom')
 source=("https://downloadmirror.intel.com/${_dlid}/eng/microcode-${pkgver}.tgz;


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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 20:42:46
  Author: svenstaro
Revision: 264547

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

Added:
  fd-rs/repos/community-i686/PKGBUILD
(from rev 264546, fd-rs/trunk/PKGBUILD)
  fd-rs/repos/community-x86_64/PKGBUILD
(from rev 264546, fd-rs/trunk/PKGBUILD)
Deleted:
  fd-rs/repos/community-i686/PKGBUILD
  fd-rs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-26 20:42:38 UTC (rev 264546)
+++ community-i686/PKGBUILD 2017-10-26 20:42:46 UTC (rev 264547)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daniel M. Capella 
-
-pkgname=fd-rs
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='Simple, fast and user-friendly alternative to find'
-arch=('i686' 'x86_64')
-url=https://github.com/sharkdp/fd
-license=('MIT')
-makedepends=('rust')
-source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('56b10a55ad06ef4fdf68ad97b263551ecd2d3b47c0a8bd2d7ce70dce4033e7bc628a965f77bd3b6b9a3ec41e422d6e9c0754c1aeadcf5003dc1ebb6fba5fdbd0')
-
-build() {
-  cd fd-$pkgver
-  cargo build --release
-}
-
-check() {
-  cd fd-$pkgver
-  cargo test --release
-}
-
-package() {
-  cd fd-$pkgver
-  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
-  install -Dm644 target/release/build/fd-find-*/out/fd.bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/fd.bash-completion
-  install -Dm644 target/release/build/fd-find-*/out/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
-  install -Dm644 target/release/build/fd-find-*/out/_fd 
"$pkgdir"/usr/share/zsh/site-functions/_fd
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fd-rs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fd-rs/repos/community-i686/PKGBUILD (from rev 264546, 
fd-rs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-26 20:42:46 UTC (rev 264547)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel M. Capella 
+
+pkgname=fd-rs
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='Simple, fast and user-friendly alternative to find'
+arch=('i686' 'x86_64')
+url=https://github.com/sharkdp/fd
+license=('MIT' 'APACHE')
+makedepends=('rust')
+source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('ae9b511a41e1c520b13c28ff4cdea6bb4714f95c02315989d98c4383b2088e3f9bf35dee3a01782557c890e7aee5708349181c56a08295817cdd487fc44b9e84')
+
+build() {
+  cd fd-$pkgver
+  cargo build --release
+}
+
+check() {
+  cd fd-$pkgver
+  cargo test --release
+}
+
+package() {
+  cd fd-$pkgver
+  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
+  install -Dm644 target/release/build/fd-find-*/out/fd.bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/fd.bash-completion
+  install -Dm644 target/release/build/fd-find-*/out/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
+  install -Dm644 target/release/build/fd-find-*/out/_fd 
"$pkgdir"/usr/share/zsh/site-functions/_fd
+  install -Dm644 doc/fd.1 "$pkgdir"/usr/share/man/man1/fd.1
+  install -Dm644 LICENSE-APACHE 
"$pkgdir"/usr/share/licenses/fd-rs/LICENSE-APACHE
+  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/fd-rs/LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-26 20:42:38 UTC (rev 264546)
+++ community-x86_64/PKGBUILD   2017-10-26 20:42:46 UTC (rev 264547)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daniel M. Capella 
-
-pkgname=fd-rs
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='Simple, fast and user-friendly alternative to find'
-arch=('i686' 'x86_64')
-url=https://github.com/sharkdp/fd
-license=('MIT')
-makedepends=('rust')
-source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('56b10a55ad06ef4fdf68ad97b263551ecd2d3b47c0a8bd2d7ce70dce4033e7bc628a965f77bd3b6b9a3ec41e422d6e9c0754c1aeadcf5003dc1ebb6fba5fdbd0')
-
-build() {
-  cd fd-$pkgver
-  cargo build --release
-}
-
-check() {
-  cd fd-$pkgver
-  cargo test --release
-}
-
-package() {
-  cd fd-$pkgver
-  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
-  install -Dm644 target/release/build/fd-find-*/out/fd.bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/fd.bash-completion
-  install -Dm644 target/release/build/fd-find-*/out/fd.fish 

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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 20:42:38
  Author: svenstaro
Revision: 264546

upgpkg: fd-rs 5.0.0-1

Modified:
  fd-rs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 20:34:56 UTC (rev 264545)
+++ PKGBUILD2017-10-26 20:42:38 UTC (rev 264546)
@@ -2,15 +2,15 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=fd-rs
-pkgver=4.0.0
+pkgver=5.0.0
 pkgrel=1
 pkgdesc='Simple, fast and user-friendly alternative to find'
 arch=('i686' 'x86_64')
 url=https://github.com/sharkdp/fd
-license=('MIT')
+license=('MIT' 'APACHE')
 makedepends=('rust')
 source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('56b10a55ad06ef4fdf68ad97b263551ecd2d3b47c0a8bd2d7ce70dce4033e7bc628a965f77bd3b6b9a3ec41e422d6e9c0754c1aeadcf5003dc1ebb6fba5fdbd0')
+sha512sums=('ae9b511a41e1c520b13c28ff4cdea6bb4714f95c02315989d98c4383b2088e3f9bf35dee3a01782557c890e7aee5708349181c56a08295817cdd487fc44b9e84')
 
 build() {
   cd fd-$pkgver
@@ -28,7 +28,9 @@
   install -Dm644 target/release/build/fd-find-*/out/fd.bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/fd.bash-completion
   install -Dm644 target/release/build/fd-find-*/out/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
   install -Dm644 target/release/build/fd-find-*/out/_fd 
"$pkgdir"/usr/share/zsh/site-functions/_fd
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fd-rs/LICENSE
+  install -Dm644 doc/fd.1 "$pkgdir"/usr/share/man/man1/fd.1
+  install -Dm644 LICENSE-APACHE 
"$pkgdir"/usr/share/licenses/fd-rs/LICENSE-APACHE
+  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/fd-rs/LICENSE-MIT
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 20:34:56
  Author: svenstaro
Revision: 264545

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-26 20:34:48 UTC (rev 264544)
+++ community-i686/PKGBUILD 2017-10-26 20:34:56 UTC (rev 264545)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 160945 2012-06-07 12:04:14Z juergen $
-# Maintainer: juergen 
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=1.9.0
-pkgrel=2
-pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.scummvm.org/;
-depends=('libpng' 'libtheora' 'sdl2' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 
'libmad' 'freetype2'
- 'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2')
-makedepends=('mesa')
-source=("https://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz;)
-sha512sums=('c81248e8474ad5b354a46741ab2e40b8ddfb99e196b0c837424e9ccced285d03d5f12fc41be57034be53bdb8254a61ca0c9d9cd9a2340875d32e1bffa31699c2')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --disable-debug \
---enable-release \
---prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 dists/${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-}

Copied: scummvm/repos/community-i686/PKGBUILD (from rev 264544, 
scummvm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-26 20:34:56 UTC (rev 264545)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 160945 2012-06-07 12:04:14Z juergen $
+# Maintainer: juergen 
+# Contributor: Manolis Tzanidakis, Petter Gundersen
+
+pkgname=scummvm
+pkgver=1.9.0
+pkgrel=3
+pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.scummvm.org/;
+depends=('libpng' 'libtheora' 'sdl2' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 
'libmad' 'freetype2'
+ 'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2')
+makedepends=('mesa')
+source=("https://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz;)
+sha512sums=('c81248e8474ad5b354a46741ab2e40b8ddfb99e196b0c837424e9ccced285d03d5f12fc41be57034be53bdb8254a61ca0c9d9cd9a2340875d32e1bffa31699c2')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure \
+--enable-all-engines \
+--enable-c++11 \
+--enable-release \
+--prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 dists/${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-26 20:34:48 UTC (rev 264544)
+++ community-x86_64/PKGBUILD   2017-10-26 20:34:56 UTC (rev 264545)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 160945 2012-06-07 12:04:14Z juergen $
-# Maintainer: juergen 
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=1.9.0
-pkgrel=2
-pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.scummvm.org/;
-depends=('libpng' 'libtheora' 'sdl2' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 
'libmad' 'freetype2'
- 'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2')
-makedepends=('mesa')
-source=("https://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz;)
-sha512sums=('c81248e8474ad5b354a46741ab2e40b8ddfb99e196b0c837424e9ccced285d03d5f12fc41be57034be53bdb8254a61ca0c9d9cd9a2340875d32e1bffa31699c2')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --disable-debug \
---enable-release \
---prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 dists/${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-}

Copied: scummvm/repos/community-x86_64/PKGBUILD (from rev 264544, 
scummvm/trunk/PKGBUILD)
===
--- 

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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 20:34:48
  Author: svenstaro
Revision: 264544

upgpkg: scummvm 1.9.0-3

Enable all engines

Modified:
  scummvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 20:16:37 UTC (rev 264543)
+++ PKGBUILD2017-10-26 20:34:48 UTC (rev 264544)
@@ -4,7 +4,7 @@
 
 pkgname=scummvm
 pkgver=1.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,7 +17,9 @@
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --disable-debug \
+  ./configure \
+--enable-all-engines \
+--enable-c++11 \
 --enable-release \
 --prefix=/usr
   make


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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 20:16:37
  Author: svenstaro
Revision: 264543

archrelease: copy trunk to community-x86_64

Added:
  tensorboard/repos/community-x86_64/PKGBUILD
(from rev 264542, tensorboard/trunk/PKGBUILD)
Deleted:
  tensorboard/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 +++--
 1 file changed, 55 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-26 20:16:29 UTC (rev 264542)
+++ PKGBUILD2017-10-26 20:16:37 UTC (rev 264543)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 244979 2017-07-13 15:39:06Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=tensorboard
-pkgver=0.4.0rc1
-_pkgver=0.4.0-rc1
-pkgrel=1
-pkgdesc="TensorFlow's Visualization Toolkit"
-url='https://github.com/tensorflow/tensorboard'
-arch=('x86_64')
-license=('APACHE')
-depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
- 'python-html5lib' 'python-protobuf' 'python-tensorflow' 
'python-setuptools')
-makedepends=('bazel')
-source=("https://github.com/tensorflow/tensorboard/archive/${_pkgver}.tar.gz;)
-sha512sums=('fd7867355aa578ce9dbdd0351d035fe26cff093f35b3e437df525a59d6c57bf42ce623bfe589d1a1f4d8c130f983d1047d214ff64974af6707529a3e6b5366c7')
-
-build() {
-  cd "$pkgname-$_pkgver"
-
-  bazel build tensorboard:tensorboard
-  bazel build //tensorboard/pip_package:build_pip_package
-
-  mkdir pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
-  cp tensorboard/pip_package/MANIFEST.in pypackage
-  cp README.md pypackage
-  cp tensorboard/pip_package/setup.py pypackage
-  cd pypackage
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$_pkgver"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd pypackage
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  rm -rf "$pkgdir"/usr/lib/python3.6/site-packages/external/
-
-  # This is ugly: We need to patch it to use current bleach and html5lib
-  # because old ones are not even compatible with Python 3.6 and we don't have
-  # those in Arch of course.
-  sed -i 's/bleach==.*/bleach/' 
"$pkgdir"/usr/lib/python3.6/site-packages/tensorflow_tensorboard-${pkgver}-py3.6.egg-info/requires.txt
-  sed -i 's/html5lib==.*/html5lib/' 
"$pkgdir"/usr/lib/python3.6/site-packages/tensorflow_tensorboard-${pkgver}-py3.6.egg-info/requires.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tensorboard/repos/community-x86_64/PKGBUILD (from rev 264542, 
tensorboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-26 20:16:37 UTC (rev 264543)
@@ -0,0 +1,55 @@
+# $Id: PKGBUILD 244979 2017-07-13 15:39:06Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=tensorboard
+pkgver=0.4.0rc1
+_pkgver=0.4.0-rc1
+pkgrel=2
+pkgdesc="TensorFlow's Visualization Toolkit"
+url='https://github.com/tensorflow/tensorboard'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
+ 'python-html5lib' 'python-protobuf' 'python-tensorflow' 
'python-setuptools')
+makedepends=('bazel')
+source=("https://github.com/tensorflow/tensorboard/archive/${_pkgver}.tar.gz;)
+sha512sums=('fd7867355aa578ce9dbdd0351d035fe26cff093f35b3e437df525a59d6c57bf42ce623bfe589d1a1f4d8c130f983d1047d214ff64974af6707529a3e6b5366c7')
+
+build() {
+  cd "$pkgname-$_pkgver"
+
+  bazel build tensorboard:tensorboard
+  bazel build //tensorboard/pip_package:build_pip_package
+
+  mkdir pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
+  cp tensorboard/pip_package/MANIFEST.in pypackage
+  cp README.md pypackage
+  cp tensorboard/pip_package/setup.py pypackage
+  cd pypackage
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$_pkgver"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd pypackage
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  rm -rf "$pkgdir"/usr/lib/python3.6/site-packages/external/
+
+  
_requires="$pkgdir"/usr/lib/python3.6/site-packages/tensorflow_tensorboard-${pkgver}-py3.6.egg-info/requires.txt
+  # This is ugly: We need to patch it to use current bleach and html5lib
+  # because old ones are not even compatible with Python 3.6 and we don't have
+  # those in Arch of course.
+  sed -i 's/bleach==.*/bleach/' ${_requires}
+  sed -i 's/html5lib==.*/html5lib/' ${_requires}
+  # Other ugly hack: 

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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 20:16:29
  Author: svenstaro
Revision: 264542

upgpkg: tensorboard 0.4.0rc1-2

Add hackfix for FS#56041

Modified:
  tensorboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 20:01:50 UTC (rev 264541)
+++ PKGBUILD2017-10-26 20:16:29 UTC (rev 264542)
@@ -4,7 +4,7 @@
 pkgname=tensorboard
 pkgver=0.4.0rc1
 _pkgver=0.4.0-rc1
-pkgrel=1
+pkgrel=2
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
 arch=('x86_64')
@@ -41,11 +41,15 @@
 
   rm -rf "$pkgdir"/usr/lib/python3.6/site-packages/external/
 
+  
_requires="$pkgdir"/usr/lib/python3.6/site-packages/tensorflow_tensorboard-${pkgver}-py3.6.egg-info/requires.txt
   # This is ugly: We need to patch it to use current bleach and html5lib
   # because old ones are not even compatible with Python 3.6 and we don't have
   # those in Arch of course.
-  sed -i 's/bleach==.*/bleach/' 
"$pkgdir"/usr/lib/python3.6/site-packages/tensorflow_tensorboard-${pkgver}-py3.6.egg-info/requires.txt
-  sed -i 's/html5lib==.*/html5lib/' 
"$pkgdir"/usr/lib/python3.6/site-packages/tensorflow_tensorboard-${pkgver}-py3.6.egg-info/requires.txt
+  sed -i 's/bleach==.*/bleach/' ${_requires}
+  sed -i 's/html5lib==.*/html5lib/' ${_requires}
+  # Other ugly hack: workaround for issues 650
+  # https://github.com/tensorflow/tensorboard/issues/650
+  sed -i '/^futures/d' ${_requires}
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 20:01:34
  Author: arojas
Revision: 264539

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

Added:
  latte-dock/repos/community-i686/PKGBUILD
(from rev 264538, latte-dock/trunk/PKGBUILD)
  latte-dock/repos/community-i686/latte-dock-qt5.9.2.patch
(from rev 264538, latte-dock/trunk/latte-dock-qt5.9.2.patch)
  latte-dock/repos/community-x86_64/PKGBUILD
(from rev 264538, latte-dock/trunk/PKGBUILD)
  latte-dock/repos/community-x86_64/latte-dock-qt5.9.2.patch
(from rev 264538, latte-dock/trunk/latte-dock-qt5.9.2.patch)
Deleted:
  latte-dock/repos/community-i686/PKGBUILD
  latte-dock/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   33 
 community-i686/latte-dock-qt5.9.2.patch   |   45 
 community-x86_64/PKGBUILD |   33 
 community-x86_64/latte-dock-qt5.9.2.patch |   45 
 5 files changed, 166 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-26 20:01:04 UTC (rev 264538)
+++ community-i686/PKGBUILD 2017-10-26 20:01:34 UTC (rev 264539)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Michael Straube 
-
-pkgname=latte-dock
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='A dock based on Plasma Frameworks'
-arch=(i686 x86_64)
-url='https://github.com/psifidotos/Latte-Dock'
-license=(GPL)
-depends=(plasma-framework hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/psifidotos/Latte-Dock/archive/v$pkgver.tar.gz;)
-sha256sums=('b57a5495370fea6ae61f8045590d958c477efbe454690ea52d992d8ec76b80ea')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../Latte-Dock-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: latte-dock/repos/community-i686/PKGBUILD (from rev 264538, 
latte-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-26 20:01:34 UTC (rev 264539)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Michael Straube 
+
+pkgname=latte-dock
+pkgver=0.7.1
+pkgrel=2
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(i686 x86_64)
+url='https://github.com/psifidotos/Latte-Dock'
+license=(GPL)
+depends=(plasma-framework hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psifidotos/Latte-Dock/archive/v$pkgver.tar.gz;
+ latte-dock-qt5.9.2.patch)
+sha256sums=('b57a5495370fea6ae61f8045590d958c477efbe454690ea52d992d8ec76b80ea'
+'95f4b2437cad2e7f5bea993dc8b957ad1a501112a636e7f0ab69995b0ca0121d')
+
+prepare() {
+  mkdir -p build
+
+  cd Latte-Dock-$pkgver
+  patch -p1 -i ../latte-dock-qt5.9.2.patch # Fix crash with Qt 5.9.2
+}
+
+build() {
+  cd build
+
+  cmake ../Latte-Dock-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}

Copied: latte-dock/repos/community-i686/latte-dock-qt5.9.2.patch (from rev 
264538, latte-dock/trunk/latte-dock-qt5.9.2.patch)
===
--- community-i686/latte-dock-qt5.9.2.patch (rev 0)
+++ community-i686/latte-dock-qt5.9.2.patch 2017-10-26 20:01:34 UTC (rev 
264539)
@@ -0,0 +1,45 @@
+commit 7c0acbef88624e04adcd7ebd267a64d65f6896a0
+Author: Michail Vourlakos 
+Date:   Thu Oct 26 22:16:42 2017 +0300
+
+fix #730
+
+diff --git a/plasmoid/package/contents/ui/task/TaskDelegate.qml 
b/plasmoid/package/contents/ui/task/TaskDelegate.qml
+index 4585fe2..5bab8c3 100644
+--- a/plasmoid/package/contents/ui/task/TaskDelegate.qml
 b/plasmoid/package/contents/ui/task/TaskDelegate.qml
+@@ -1218,8 +1218,15 @@ MouseArea{
+ }
+ 
+ Component.onDestruction: {
+-wrapper.sendEndOfNeedBothAxisAnimation();
++root.mouseWasEntered.disconnect(signalMouseWasEntered);
++root.draggingFinished.disconnect(handlerDraggingFinished);
++root.clearZoomSignal.disconnect(clearZoom);
++root.publishTasksGeometries.disconnect(slotPublishGeometries);
++root.showPreviewForTasks.disconnect(slotShowPreviewForTasks);
++root.updateScale.disconnect(wrapper.signalUpdateScale);
+ root.waitingLauncherRemoved.disconnect(slotWaitingLauncherRemoved);
++
++wrapper.sendEndOfNeedBothAxisAnimation();
+ }
+ 
+ ///REMOVE
+diff --git 

[arch-commits] Commit in gitlab/repos/community-x86_64 (24 files)

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 20:01:50
  Author: svenstaro
Revision: 264541

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 264540, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 264540, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 264540, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 264540, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 264540, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 264540, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 264540, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 264540, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 264540, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 264540, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 264540, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/yarn.lock
(from rev 264540, gitlab/trunk/yarn.lock)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/yarn.lock

-+
 PKGBUILD|  430 -
 gitlab-backup.service   |   38 
 gitlab-backup.timer |   20 
 gitlab-mailroom.service |   40 
 gitlab-sidekiq.service  |   58 
 gitlab-unicorn.service  |   58 
 gitlab.install  |   40 
 gitlab.logrotate|   22 
 gitlab.target   |   14 
 gitlab.tmpfiles.d   |2 
 lighttpd.conf.example   |   70 
 yarn.lock   |13204 +++---
 12 files changed, 6999 insertions(+), 6997 deletions(-)

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


[arch-commits] Commit in latte-dock/trunk (PKGBUILD latte-dock-qt5.9.2.patch)

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 20:01:04
  Author: arojas
Revision: 264538

Fix crashes with Qt 5.9.2

Added:
  latte-dock/trunk/latte-dock-qt5.9.2.patch
Modified:
  latte-dock/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 latte-dock-qt5.9.2.patch |   45 +
 2 files changed, 53 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 19:08:47 UTC (rev 264537)
+++ PKGBUILD2017-10-26 20:01:04 UTC (rev 264538)
@@ -3,7 +3,7 @@
 
 pkgname=latte-dock
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A dock based on Plasma Frameworks'
 arch=(i686 x86_64)
 url='https://github.com/psifidotos/Latte-Dock'
@@ -10,11 +10,16 @@
 license=(GPL)
 depends=(plasma-framework hicolor-icon-theme)
 makedepends=(extra-cmake-modules python)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/psifidotos/Latte-Dock/archive/v$pkgver.tar.gz;)
-sha256sums=('b57a5495370fea6ae61f8045590d958c477efbe454690ea52d992d8ec76b80ea')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psifidotos/Latte-Dock/archive/v$pkgver.tar.gz;
+ latte-dock-qt5.9.2.patch)
+sha256sums=('b57a5495370fea6ae61f8045590d958c477efbe454690ea52d992d8ec76b80ea'
+'95f4b2437cad2e7f5bea993dc8b957ad1a501112a636e7f0ab69995b0ca0121d')
 
 prepare() {
   mkdir -p build
+
+  cd Latte-Dock-$pkgver
+  patch -p1 -i ../latte-dock-qt5.9.2.patch # Fix crash with Qt 5.9.2
 }
 
 build() {

Added: latte-dock-qt5.9.2.patch
===
--- latte-dock-qt5.9.2.patch(rev 0)
+++ latte-dock-qt5.9.2.patch2017-10-26 20:01:04 UTC (rev 264538)
@@ -0,0 +1,45 @@
+commit 7c0acbef88624e04adcd7ebd267a64d65f6896a0
+Author: Michail Vourlakos 
+Date:   Thu Oct 26 22:16:42 2017 +0300
+
+fix #730
+
+diff --git a/plasmoid/package/contents/ui/task/TaskDelegate.qml 
b/plasmoid/package/contents/ui/task/TaskDelegate.qml
+index 4585fe2..5bab8c3 100644
+--- a/plasmoid/package/contents/ui/task/TaskDelegate.qml
 b/plasmoid/package/contents/ui/task/TaskDelegate.qml
+@@ -1218,8 +1218,15 @@ MouseArea{
+ }
+ 
+ Component.onDestruction: {
+-wrapper.sendEndOfNeedBothAxisAnimation();
++root.mouseWasEntered.disconnect(signalMouseWasEntered);
++root.draggingFinished.disconnect(handlerDraggingFinished);
++root.clearZoomSignal.disconnect(clearZoom);
++root.publishTasksGeometries.disconnect(slotPublishGeometries);
++root.showPreviewForTasks.disconnect(slotShowPreviewForTasks);
++root.updateScale.disconnect(wrapper.signalUpdateScale);
+ root.waitingLauncherRemoved.disconnect(slotWaitingLauncherRemoved);
++
++wrapper.sendEndOfNeedBothAxisAnimation();
+ }
+ 
+ ///REMOVE
+diff --git 
a/plasmoid/package/contents/ui/task/animations/TaskRealRemovalAnimation.qml 
b/plasmoid/package/contents/ui/task/animations/TaskRealRemovalAnimation.qml
+index 3bbf37a..316b79c 100644
+--- a/plasmoid/package/contents/ui/task/animations/TaskRealRemovalAnimation.qml
 b/plasmoid/package/contents/ui/task/animations/TaskRealRemovalAnimation.qml
+@@ -41,13 +41,6 @@ SequentialAnimation {
+ 
+ ScriptAction{
+ script:{
+-root.mouseWasEntered.disconnect(signalMouseWasEntered);
+-root.draggingFinished.disconnect(handlerDraggingFinished);
+-root.clearZoomSignal.disconnect(clearZoom);
+-root.publishTasksGeometries.disconnect(slotPublishGeometries);
+-root.showPreviewForTasks.disconnect(slotShowPreviewForTasks);
+-root.updateScale.disconnect(wrapper.signalUpdateScale);
+-
+ mainItemContainer.inAnimation = true;
+ icList.delayingRemoval = true;
+ mainItemContainer.inAddRemoveAnimation = true;


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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 20:01:37
  Author: svenstaro
Revision: 264540

upgpkg: gitlab 10.1.0-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 20:01:34 UTC (rev 264539)
+++ PKGBUILD2017-10-26 20:01:37 UTC (rev 264540)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=10.0.4
+pkgver=10.1.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -36,7 +36,7 @@
 gitlab.logrotate
 yarn.lock)
 install='gitlab.install'
-sha512sums=('35aa5938e7d38504470251dedcd238f1dd3ce2c10c5a04c769cabd257ae1080e3c6f07ff5c3c790164e501f18f5e6ed6c00a193e5588fb8978688f7b74dc9f50'
+sha512sums=('5dab8cca9d5d67eb020e27e4a0246e04ce6544977ca49c940962bb4169f67620c1a72d49815b1198b6406c613ff0d066895a8f1386122f389c34827d40b82982'
 
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
 
'8678b2f0632a830e42a8a62b59ffe66b629b7d96034ff167e2a93fdbb3c7617db0c7529990b73c7a12a78a900ec833e48c691ebbac6cd8257e53de060da16a37'
 
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'
@@ -63,7 +63,9 @@
   cd "${_srcdir}"*
 
   # Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/36397
-  cp "${srcdir}"/yarn.lock .
+  # We used to need this but now the package doesn't build anymore with this. 
Leaving it commented for now.
+  # See also https://gitlab.com/gitlab-org/gitlab-ce/issues/38525
+  # cp "${srcdir}"/yarn.lock .
 
   msg2 "Patching git revision in config/initializers/2_app.rb..."
   sed -i -e "s|REVISION = Gitlab::Popen.popen(%W(#{config.git.bin_path} log 
--pretty=format:%h -n 1)).first.chomp.freeze|REVISION = \"${revision}\"|" \


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

2017-10-26 Thread Gaëtan Bisson
Date: Thursday, October 26, 2017 @ 19:51:40
  Author: bisson
Revision: 308518

remove locale hack, do not run tests under makechrootpkg

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 18:59:21 UTC (rev 308517)
+++ PKGBUILD2017-10-26 19:51:40 UTC (rev 308518)
@@ -41,10 +41,9 @@
 
 check() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   sudo sed '/en_US.UTF-8/s/^#//' -i /etc/locale.gen
-   sudo locale-gen
-
-   make test
+   if [[ ! -e /.arch-chroot ]]; then
+   make test
+   fi
 }
 
 package() {


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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 19:08:47
  Author: svenstaro
Revision: 264537

archrelease: copy trunk to community-any

Added:
  mopidy/repos/community-any/PKGBUILD
(from rev 264536, mopidy/trunk/PKGBUILD)
  mopidy/repos/community-any/logging.conf
(from rev 264536, mopidy/trunk/logging.conf)
  mopidy/repos/community-any/mopidy.conf
(from rev 264536, mopidy/trunk/mopidy.conf)
  mopidy/repos/community-any/mopidy.install
(from rev 264536, mopidy/trunk/mopidy.install)
Deleted:
  mopidy/repos/community-any/PKGBUILD
  mopidy/repos/community-any/logging.conf
  mopidy/repos/community-any/mopidy.conf
  mopidy/repos/community-any/mopidy.install

+
 PKGBUILD   |  129 ++-
 logging.conf   |   42 -
 mopidy.conf|   30 ++--
 mopidy.install |   24 +-
 4 files changed, 109 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-26 19:08:34 UTC (rev 264536)
+++ PKGBUILD2017-10-26 19:08:47 UTC (rev 264537)
@@ -1,68 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexandre Petitjean 
-
-pkgname=mopidy
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="Mopidy is an extensible music server written in Python"
-arch=('any')
-url="http://www.mopidy.com;
-license=('APACHE')
-depends=('python2'
- 'python2-pykka>=1.1'
- 'python2-setuptools'
- 'python2-requests'
- 'gstreamer'
- 'gst-python2'
- 'gst-plugins-good'
- 'gst-plugins-ugly'
- 'python2-tornado>=2.3')
-makedepends=('python2-sphinx')
-backup=('etc/mopidy/mopidy.conf')
-install=$pkgname.install
-source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
-'mopidy.conf'
-'logging.conf')
-md5sums=('2a4229dfd9c21b561af0e8be3f0b15b8'
- '5e3c3308a75241b2f7ea5647287ca70c'
- 'dbacd3800f63ef3c2a7135a6f3ee573d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make -C docs SPHINXBUILD=sphinx-build2 man
-  make -C docs SPHINXBUILD=sphinx-build2 html
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm755 extra/mopidyctl/mopidyctl "${pkgdir}/usr/bin/mopidyctl"
-
-  install -dm755 "${pkgdir}/usr/share/doc/mopidy"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/mopidy"
-
-  install -dm755 "${pkgdir}/usr/share/man/man1/"
-  gzip -c docs/_build/man/mopidy.1 > 
"${pkgdir}/usr/share/man/man1/mopidy.1.gz" 
-
-  install -dm755 "${pkgdir}/usr/share/man/man8/"
-  gzip -c extra/mopidyctl/mopidyctl.8 > 
"${pkgdir}/usr/share/man/man8/mopidyctl.8.gz" 
-
-  install -Dm644 "${srcdir}/mopidy.conf" "${pkgdir}/etc/mopidy/mopidy.conf"
-  install -Dm644 "${srcdir}/logging.conf" "${pkgdir}/etc/mopidy/logging.conf"
-
-  install -Dm644 "extra/systemd/mopidy.service" 
"${pkgdir}/usr/lib/systemd/system/mopidy.service"
-  install -Dm644 "extra/desktop/mopidy.desktop" 
"${pkgdir}/usr/share/applications/mopidy.desktop"
-
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/cache/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/log/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/local"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/media"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/playlists"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mopidy/repos/community-any/PKGBUILD (from rev 264536, 
mopidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-26 19:08:47 UTC (rev 264537)
@@ -0,0 +1,61 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexandre Petitjean 
+
+pkgname=mopidy
+pkgver=2.1.0
+pkgrel=2
+pkgdesc="An extensible music server written in Python"
+arch=('any')
+url="http://www.mopidy.com;
+license=('APACHE')
+depends=('python2' 'python2-pykka>=1.1' 'python2-setuptools' 
'python2-requests' 'gstreamer'
+ 'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 
'python2-tornado>=2.3')
+makedepends=('python2-sphinx')
+backup=('etc/mopidy/mopidy.conf')
+install=$pkgname.install
+source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
+'mopidy.conf'
+'logging.conf')
+sha512sums=('4d8c48180fb6402a64e16ac0d6448f354a3655a6924da7a55b70c8b2420cc1ede211ebaec7cfba0a365ca7595ae3d177a10184951c2203cc6e9a1a9631ce90de'
+
'eb66e8e826640a939b1ba51569ab7fab041b8b5e8823ea2d5f05596faf1de8882fd8c1c32bdb92534e759243fb5ff741bda0d2ebb3282af542d1287c8c68b5ea'
+
'0c438058500ab7559baae21b03b10e2b80b10c6b240b2100da1f4c84ea8efe24dc7a38a95034e75605eaf5d21604d13e5b8c7358778c555ddb6372a49388')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make -C docs 

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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 19:08:34
  Author: svenstaro
Revision: 264536

upgpkg: mopidy 2.1.0-2

Modified:
  mopidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 19:04:40 UTC (rev 264535)
+++ PKGBUILD2017-10-26 19:08:34 UTC (rev 264536)
@@ -3,20 +3,13 @@
 
 pkgname=mopidy
 pkgver=2.1.0
-pkgrel=1
-pkgdesc="Mopidy is an extensible music server written in Python"
+pkgrel=2
+pkgdesc="An extensible music server written in Python"
 arch=('any')
 url="http://www.mopidy.com;
 license=('APACHE')
-depends=('python2'
- 'python2-pykka>=1.1'
- 'python2-setuptools'
- 'python2-requests'
- 'gstreamer'
- 'gst-python2'
- 'gst-plugins-good'
- 'gst-plugins-ugly'
- 'python2-tornado>=2.3')
+depends=('python2' 'python2-pykka>=1.1' 'python2-setuptools' 
'python2-requests' 'gstreamer'
+ 'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 
'python2-tornado>=2.3')
 makedepends=('python2-sphinx')
 backup=('etc/mopidy/mopidy.conf')
 install=$pkgname.install
@@ -23,9 +16,9 @@
 source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
 'mopidy.conf'
 'logging.conf')
-md5sums=('2a4229dfd9c21b561af0e8be3f0b15b8'
- '5e3c3308a75241b2f7ea5647287ca70c'
- 'dbacd3800f63ef3c2a7135a6f3ee573d')
+sha512sums=('4d8c48180fb6402a64e16ac0d6448f354a3655a6924da7a55b70c8b2420cc1ede211ebaec7cfba0a365ca7595ae3d177a10184951c2203cc6e9a1a9631ce90de'
+
'eb66e8e826640a939b1ba51569ab7fab041b8b5e8823ea2d5f05596faf1de8882fd8c1c32bdb92534e759243fb5ff741bda0d2ebb3282af542d1287c8c68b5ea'
+
'0c438058500ab7559baae21b03b10e2b80b10c6b240b2100da1f4c84ea8efe24dc7a38a95034e75605eaf5d21604d13e5b8c7358778c555ddb6372a49388')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 19:04:40
  Author: svenstaro
Revision: 264535

Remove AUR opt deps

Modified:
  rust-racer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 19:03:06 UTC (rev 264534)
+++ PKGBUILD2017-10-26 19:04:40 UTC (rev 264535)
@@ -8,7 +8,6 @@
 pkgrel=1
 pkgdesc="Code completion for Rust"
 url="https://github.com/phildawes/racer;
-optdepends=('rust-src')
 makedepends=('cargo')
 arch=('i686' 'x86_64')
 license=('MIT')


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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 19:03:06
  Author: svenstaro
Revision: 264534

Remove AUR opt deps

Modified:
  netdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 19:02:04 UTC (rev 264533)
+++ PKGBUILD2017-10-26 19:03:06 UTC (rev 264534)
@@ -14,10 +14,8 @@
 'iproute2: for monitoring Linux QoS'
 'python: for most of the external plugins'
 'python-psycopg2: for monitoring PostgreSQL databases'
-'python-mysqldb: for monitoring mysql databases'
 'python-requests: for monitoring elasticsearch'
 'hddtemp: for monitoring hhd temperature'
-'network-ups-tools: for monitoring UPS'
 'apcupsd: for monitoring APC UPS'
 'iw: for monitoring Linux as access point')
 
backup=('etc/netdata/'{apps_groups,charts.d,health_alarm_notify,health_email_recipients,netdata,python.d}.conf


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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 19:02:04
  Author: svenstaro
Revision: 264533

Remove catalyst-utils

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 19:01:03 UTC (rev 264532)
+++ PKGBUILD2017-10-26 19:02:04 UTC (rev 264533)
@@ -13,7 +13,6 @@
 depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs glib2)
 makedepends=(git cmake)
 optdepends=('nvidia-utils: If you have nvidia graphics'
-'catalyst-utils: If you have ATI graphics'
 'alsa-lib: for alsa sound'
 'libpulse: for pulse sound')
 options=('!strip' '!buildflags')


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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 19:01:03
  Author: svenstaro
Revision: 264532

archrelease: copy trunk to community-x86_64

Added:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
(from rev 264531, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
(from rev 264531, gitlab-gitaly/trunk/gitlab-gitaly.service)
Deleted:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service

---+
 PKGBUILD  |  114 +---
 gitlab-gitaly.service |   50 ++---
 2 files changed, 85 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-26 19:00:56 UTC (rev 264531)
+++ PKGBUILD2017-10-26 19:01:03 UTC (rev 264532)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=gitlab-gitaly
-pkgver=0.47.0
-pkgrel=2
-pkgdesc="Speed up Git access using caching"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitaly;
-license=('MIT')
-depends=('glibc' 'ruby2.3')
-options=(!buildflags)
-makedepends=('go' 'ruby2.3-bundler' 'cmake')
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-gitaly.service")
-sha512sums=('ec97633c9eb4c31d52127182c7d0b4156b8275ef57435543230c161520a9b9527675a0f0ba1750fb1d405baaf8153dcbc1dfbe05f63e4ebd4b0dc3519f6c31a1'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-v${pkgver}-"*
-
-  sed -i "s/bundle install/bundle-2.3 install/" Makefile
-  sed -i "s/bundle config/bundle-2.3 config/" Makefile
-  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
-  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
-  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
-  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/ruby-cd
-  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
-  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
-}
-
-package() {
-  cd "gitaly-v${pkgver}-"*
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  mkdir -p "${pkgdir}/etc/${pkgname}"
-  sed \
--e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
--e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
-config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
-
-  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
-  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
-
-  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-x86_64/PKGBUILD (from rev 264531, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-26 19:01:03 UTC (rev 264532)
@@ -0,0 +1,60 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=gitlab-gitaly
+pkgver=0.50.0
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby2.3 libxml2 libxslt)
+options=(!buildflags)
+makedepends=(go ruby2.3-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-gitaly.service")
+sha512sums=('6d8bbf9baf6be67426249a8844dde91b087dd6fff3c416e5aef5800337e92ad08174c90ba6e7311c4c03b341089847784c16e98524dda28693de86c59dc9ff96'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-v${pkgver}-"*
+
+  sed -i "s/bundle install/bundle-2.3 install/" Makefile
+  sed -i "s/bundle config/bundle-2.3 config/" Makefile
+  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
+  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
+  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
+  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
+  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
+  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/ruby-cd
+  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 

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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 19:00:56
  Author: svenstaro
Revision: 264531

upgpkg: gitlab-gitaly 0.50.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 18:54:18 UTC (rev 264530)
+++ PKGBUILD2017-10-26 19:00:56 UTC (rev 264531)
@@ -1,19 +1,19 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=gitlab-gitaly
-pkgver=0.47.0
-pkgrel=2
+pkgver=0.50.0
+pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitaly;
 license=('MIT')
-depends=('glibc' 'ruby2.3')
+depends=(glibc ruby2.3 libxml2 libxslt)
 options=(!buildflags)
-makedepends=('go' 'ruby2.3-bundler' 'cmake')
+makedepends=(go ruby2.3-bundler cmake)
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-gitaly.service")
-sha512sums=('ec97633c9eb4c31d52127182c7d0b4156b8275ef57435543230c161520a9b9527675a0f0ba1750fb1d405baaf8153dcbc1dfbe05f63e4ebd4b0dc3519f6c31a1'
+sha512sums=('6d8bbf9baf6be67426249a8844dde91b087dd6fff3c416e5aef5800337e92ad08174c90ba6e7311c4c03b341089847784c16e98524dda28693de86c59dc9ff96'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"
@@ -33,6 +33,12 @@
   sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
 }
 
+build() {
+  cd "gitaly-v${pkgver}-"*
+
+  make build
+}
+
 package() {
   cd "gitaly-v${pkgver}-"*
 


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

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 18:59:21
  Author: arojas
Revision: 308517

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-26 18:58:53 UTC (rev 308516)
+++ extra-i686/PKGBUILD 2017-10-26 18:59:21 UTC (rev 308517)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=systemsettings
-pkgver=5.11.2
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kirigami2 kcmutils kactivities-stats)
-makedepends=(extra-cmake-modules kdoctools python khtml)
-optdepends=('khtml: for the tree view')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('31332049291ce54a93fcfa2d2281313005e3993b49daadbd7411221143cbec85'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: systemsettings/repos/extra-i686/PKGBUILD (from rev 308516, 
systemsettings/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-26 18:59:21 UTC (rev 308517)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=systemsettings
+pkgver=5.11.2
+pkgrel=2
+pkgdesc='KDE system settings'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kirigami2 kcmutils kactivities-stats)
+makedepends=(extra-cmake-modules kdoctools python khtml)
+optdepends=('khtml: for the tree view')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+
systemsettings-dbus-notification.patch::"https://cgit.kde.org/systemsettings.git/patch/?id=14906076;)
+sha256sums=('31332049291ce54a93fcfa2d2281313005e3993b49daadbd7411221143cbec85'
+'SKIP'
+'92f344bcfc7e6fc141ea33094f5f4a56e59e21c7e53298f54c0f58546aebfff8')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../systemsettings-dbus-notification.patch # Fix KDEInit error 
when launching from panel
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-26 18:58:53 UTC (rev 308516)
+++ extra-x86_64/PKGBUILD   2017-10-26 18:59:21 UTC (rev 308517)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=systemsettings
-pkgver=5.11.2
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kirigami2 kcmutils kactivities-stats)
-makedepends=(extra-cmake-modules kdoctools python khtml)
-optdepends=('khtml: for the tree view')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('31332049291ce54a93fcfa2d2281313005e3993b49daadbd7411221143cbec85'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # 

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

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 18:58:53
  Author: arojas
Revision: 308516

Fix KDEInit error when launching from panel

Modified:
  systemsettings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 18:54:08 UTC (rev 308515)
+++ PKGBUILD2017-10-26 18:58:53 UTC (rev 308516)
@@ -5,7 +5,7 @@
 
 pkgname=systemsettings
 pkgver=5.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE system settings'
 arch=(i686 x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -14,9 +14,11 @@
 makedepends=(extra-cmake-modules kdoctools python khtml)
 optdepends=('khtml: for the tree view')
 groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+
systemsettings-dbus-notification.patch::"https://cgit.kde.org/systemsettings.git/patch/?id=14906076;)
 sha256sums=('31332049291ce54a93fcfa2d2281313005e3993b49daadbd7411221143cbec85'
-'SKIP')
+'SKIP'
+'92f344bcfc7e6fc141ea33094f5f4a56e59e21c7e53298f54c0f58546aebfff8')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
   'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
@@ -23,6 +25,9 @@
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../systemsettings-dbus-notification.patch # Fix KDEInit error 
when launching from panel
 }
 
 build() {


[arch-commits] Commit in gitlab-runner/repos (24 files)

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 18:54:18
  Author: svenstaro
Revision: 264530

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

Added:
  gitlab-runner/repos/community-i686/PKGBUILD
(from rev 264529, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-i686/config.toml
(from rev 264529, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-i686/gitlab-runner.install
(from rev 264529, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-i686/gitlab-runner.service
(from rev 264529, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-i686/gitlab-runner.sysusers
(from rev 264529, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-i686/gitlab-runner.tmpfiles
(from rev 264529, gitlab-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-runner/repos/community-x86_64/PKGBUILD
(from rev 264529, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-x86_64/config.toml
(from rev 264529, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
(from rev 264529, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
(from rev 264529, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 264529, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 264529, gitlab-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-runner/repos/community-i686/PKGBUILD
  gitlab-runner/repos/community-i686/config.toml
  gitlab-runner/repos/community-i686/gitlab-runner.install
  gitlab-runner/repos/community-i686/gitlab-runner.service
  gitlab-runner/repos/community-i686/gitlab-runner.sysusers
  gitlab-runner/repos/community-i686/gitlab-runner.tmpfiles
  gitlab-runner/repos/community-x86_64/PKGBUILD
  gitlab-runner/repos/community-x86_64/config.toml
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles

-+
 /PKGBUILD   |  148 ++
 /config.toml|2 
 /gitlab-runner.install  |   12 ++
 /gitlab-runner.service  |   34 ++
 /gitlab-runner.sysusers |2 
 /gitlab-runner.tmpfiles |2 
 community-i686/PKGBUILD |   74 ---
 community-i686/config.toml  |1 
 community-i686/gitlab-runner.install|6 -
 community-i686/gitlab-runner.service|   17 ---
 community-i686/gitlab-runner.sysusers   |1 
 community-i686/gitlab-runner.tmpfiles   |1 
 community-x86_64/PKGBUILD   |   74 ---
 community-x86_64/config.toml|1 
 community-x86_64/gitlab-runner.install  |6 -
 community-x86_64/gitlab-runner.service  |   17 ---
 community-x86_64/gitlab-runner.sysusers |1 
 community-x86_64/gitlab-runner.tmpfiles |1 
 18 files changed, 200 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-26 18:54:07 UTC (rev 264529)
+++ community-i686/PKGBUILD 2017-10-26 18:54:18 UTC (rev 264530)
@@ -1,74 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-runner
-pkgver=10.0.2
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('i686' 'x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go-pie' 'git' 'go-bindata' 'mercurial')
-install='gitlab-runner.install'
-replaces=('gitlab-ci-multi-runner')
-backup=('etc/gitlab-runner/config.toml')
-noextract=("prebuilt-${pkgver}-x86_64.tar.xz"
-   "prebuilt-${pkgver}-arm.tar.xz")
-
-# Note: This should be built using git because the runner gets its version 
information from there and I
-# haven't found the place to patch that yet.
-source=("git+https://gitlab.com/gitlab-org/gitlab-runner.git#tag=v${pkgver};
-
"prebuilt-${pkgver}-x86_64.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.xz;
-
"prebuilt-${pkgver}-arm.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-arm.tar.xz;
-"gitlab-runner.service"
-"gitlab-runner.sysusers"
-"gitlab-runner.tmpfiles"
-"config.toml")
-sha512sums=('SKIP'
-
'ea9339db46d8e683de42802ec52b499941e189b754bc43f600b673942fbf947941ac2ad7f1d63a938341df7982865595d5dc0557a08db4c78bc64067b2709539'
-

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

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 18:54:08
  Author: arojas
Revision: 308515

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

Added:
  qt5-webkit/repos/extra-i686/PKGBUILD
(from rev 308514, qt5-webkit/trunk/PKGBUILD)
  qt5-webkit/repos/extra-i686/qt5-webkit-gcc7.patch
(from rev 308514, qt5-webkit/trunk/qt5-webkit-gcc7.patch)
  qt5-webkit/repos/extra-x86_64/PKGBUILD
(from rev 308514, qt5-webkit/trunk/PKGBUILD)
  qt5-webkit/repos/extra-x86_64/qt5-webkit-gcc7.patch
(from rev 308514, qt5-webkit/trunk/qt5-webkit-gcc7.patch)
Deleted:
  qt5-webkit/repos/extra-i686/PKGBUILD
  qt5-webkit/repos/extra-i686/qt5-webkit-gcc7.patch
  qt5-webkit/repos/extra-x86_64/PKGBUILD
  qt5-webkit/repos/extra-x86_64/qt5-webkit-gcc7.patch

+
 /PKGBUILD  |  128 +++
 /qt5-webkit-gcc7.patch |   68 ++
 extra-i686/PKGBUILD|   56 ---
 extra-i686/qt5-webkit-gcc7.patch   |   34 -
 extra-x86_64/PKGBUILD  |   56 ---
 extra-x86_64/qt5-webkit-gcc7.patch |   34 -
 6 files changed, 196 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-26 18:53:31 UTC (rev 308514)
+++ extra-i686/PKGBUILD 2017-10-26 18:54:08 UTC (rev 308515)
@@ -1,56 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webkit
-_qtver=5.212.0-alpha2
-pkgver=${_qtver/-/}
-pkgrel=5
-arch=(i686 x86_64)
-url='http://qt-project.org/'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
-depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
-makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
-optdepends=('gst-plugins-good: Webm codec support')
-conflicts=(qt5-webkit-ng)
-replaces=(qt5-webkit-ng)
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;
 qt5-webkit-gcc7.patch)
-sha256sums=('f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a'
-'f108833562d766d4c086026f9202b2ebc8c19e97fddedce952afed78df3c0720')
-
-prepare() {
-  mkdir -p build
-
-# Fix crashes with GCC7 https://bugs.webkit.org/show_bug.cgi?id=173407
-  cd qtwebkit-$_qtver
-  patch -p1 -i ../qt5-webkit-gcc7.patch
-}
-
-build() {
-  cd build
-
-  cmake ../qtwebkit-$_qtver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DPORT=Qt \
--DENABLE_TOOLS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-
-# Fix pkgconfig files
-  sed -e 's|qt/Qt5WebKit|qt/QtWebKit|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
-  sed -e 's|qt/Qt5WebKitWidgets|qt/QtWebKitWidgets|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
-  sed -e '/Name/a Description: Qt WebKit module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
-  sed -e '/Name/a Description: Qt WebKitWidgets module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
-}

Copied: qt5-webkit/repos/extra-i686/PKGBUILD (from rev 308514, 
qt5-webkit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-26 18:54:08 UTC (rev 308515)
@@ -0,0 +1,64 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webkit
+_qtver=5.212.0-alpha2
+pkgver=${_qtver/-/}
+pkgrel=6
+arch=(i686 x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
+optdepends=('gst-plugins-good: Webm codec support')
+conflicts=(qt5-webkit-ng)
+replaces=(qt5-webkit-ng)
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;
+qt5-webkit-gcc7.patch
+
qt5-webkit-trojita-1.patch::"https://github.com/annulen/webkit/commit/6faf1121.patch;
+
qt5-webkit-trojita-2.patch::"https://github.com/annulen/webkit/commit/76420459.patch;)
+sha256sums=('f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a'
+

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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 18:54:07
  Author: svenstaro
Revision: 264529

upgpkg: gitlab-runner 10.1.0-1

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 18:46:58 UTC (rev 264528)
+++ PKGBUILD2017-10-26 18:54:07 UTC (rev 264529)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-runner
-pkgver=10.0.2
+pkgver=10.1.0
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('i686' 'x86_64')
@@ -26,8 +26,8 @@
 "gitlab-runner.tmpfiles"
 "config.toml")
 sha512sums=('SKIP'
-
'ea9339db46d8e683de42802ec52b499941e189b754bc43f600b673942fbf947941ac2ad7f1d63a938341df7982865595d5dc0557a08db4c78bc64067b2709539'
-
'78919f68bbb31fce1792427b9067491b5ef0a557a184039eedf89110d47e875bc67c0a67fdd3165374c264aa411392dcda31574953e5ffacc2a141eaa85d4626'
+
'1e98c3869632cd3430d8bf78922d9d2ce92a4368458729b6a379f91fb5f19703c8bd3555609ba88b2ec7220851dc0d61bab8b78f398c4e88c77e3de96040c3a7'
+
'26bf62162380cf17569b0f2b7bddcd8aa957901ce0bf514657280bdc46bddb192ed6151bc721a56681150703a5af994fd82a632c97978739d7b9ca13be1ff65b'
 
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
 
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'


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

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 18:53:31
  Author: arojas
Revision: 308514

Backport fixes for trojita layout

Modified:
  qt5-webkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 18:45:47 UTC (rev 308513)
+++ PKGBUILD2017-10-26 18:53:31 UTC (rev 308514)
@@ -6,7 +6,7 @@
 pkgname=qt5-webkit
 _qtver=5.212.0-alpha2
 pkgver=${_qtver/-/}
-pkgrel=5
+pkgrel=6
 arch=(i686 x86_64)
 url='http://qt-project.org/'
 license=(GPL3 LGPL3 FDL custom)
@@ -18,9 +18,14 @@
 replaces=(qt5-webkit-ng)
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;
 qt5-webkit-gcc7.patch)
+source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;
+qt5-webkit-gcc7.patch
+
qt5-webkit-trojita-1.patch::"https://github.com/annulen/webkit/commit/6faf1121.patch;
+
qt5-webkit-trojita-2.patch::"https://github.com/annulen/webkit/commit/76420459.patch;)
 sha256sums=('f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a'
-'f108833562d766d4c086026f9202b2ebc8c19e97fddedce952afed78df3c0720')
+'f108833562d766d4c086026f9202b2ebc8c19e97fddedce952afed78df3c0720'
+'bd22bd7842d5ad1cb1f5a4b6acb2674509732274d5f9dc51943144dff76996ae'
+'b42b70fd2a4a36b0ff48fc4e0dc386b3dda373e6fec18f3be9f5e2d3b04e0aa3')
 
 prepare() {
   mkdir -p build
@@ -28,6 +33,9 @@
 # Fix crashes with GCC7 https://bugs.webkit.org/show_bug.cgi?id=173407
   cd qtwebkit-$_qtver
   patch -p1 -i ../qt5-webkit-gcc7.patch
+# Fix layout issues in trojita https://github.com/annulen/webkit/issues/511
+  patch -p1 -i ../qt5-webkit-trojita-1.patch
+  patch -p1 -i ../qt5-webkit-trojita-2.patch
 }
 
 build() {


[arch-commits] Commit in python-ovirt-engine-sdk/repos (4 files)

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 18:46:58
  Author: svenstaro
Revision: 264528

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

Added:
  python-ovirt-engine-sdk/repos/community-i686/PKGBUILD
(from rev 264527, python-ovirt-engine-sdk/trunk/PKGBUILD)
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD
(from rev 264527, python-ovirt-engine-sdk/trunk/PKGBUILD)
Deleted:
  python-ovirt-engine-sdk/repos/community-i686/PKGBUILD
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-26 18:46:51 UTC (rev 264527)
+++ community-i686/PKGBUILD 2017-10-26 18:46:58 UTC (rev 264528)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Shalygin 
-
-pkgbase='python-ovirt-engine-sdk'
-pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver=4.1.6
-pkgrel=2
-pkgdesc='Python access to the oVirt Engine API'
-arch=('i686' 'x86_64')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
-license=('ASL 2.0')
-source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('cb36a9bedfe770adcfbbe6f3414abfa1bba435f1b656ef69bd5e054bf78a7f0639dbbe3d23ad42a4685d45827c5513db9dd076b51b66aa5e27db38a8e841f244')
-
-package_python-ovirt-engine-sdk() {
-  depends=('python-pycurl' 'python-six')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-}
-
-package_python2-ovirt-engine-sdk() {
-  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python2 setup.py install -O1 --root="${pkgdir}"
-}

Copied: python-ovirt-engine-sdk/repos/community-i686/PKGBUILD (from rev 264527, 
python-ovirt-engine-sdk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-26 18:46:58 UTC (rev 264528)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgbase='python-ovirt-engine-sdk'
+pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgver=4.1.7
+pkgrel=1
+pkgdesc='Python access to the oVirt Engine API'
+arch=('i686' 'x86_64')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
+license=('ASL 2.0')
+source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
+sha512sums=('c36160f9037c99cdc50d144be9a3bfd5b3af75bfca3ef282ed3305a0ab81995f31d1096af1d8698b934b0ee40764003773ee93992bc08e5b636a8dbb03c55ada')
+
+package_python-ovirt-engine-sdk() {
+  depends=('python-pycurl' 'python-six')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+}
+
+package_python2-ovirt-engine-sdk() {
+  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-26 18:46:51 UTC (rev 264527)
+++ community-x86_64/PKGBUILD   2017-10-26 18:46:58 UTC (rev 264528)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Shalygin 
-
-pkgbase='python-ovirt-engine-sdk'
-pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver=4.1.6
-pkgrel=2
-pkgdesc='Python access to the oVirt Engine API'
-arch=('i686' 'x86_64')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
-license=('ASL 2.0')
-source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('cb36a9bedfe770adcfbbe6f3414abfa1bba435f1b656ef69bd5e054bf78a7f0639dbbe3d23ad42a4685d45827c5513db9dd076b51b66aa5e27db38a8e841f244')
-
-package_python-ovirt-engine-sdk() {
-  depends=('python-pycurl' 'python-six')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-}
-
-package_python2-ovirt-engine-sdk() {
-  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
- 

[arch-commits] Commit in python-ovirt-engine-sdk/trunk (PKGBUILD)

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 18:46:51
  Author: svenstaro
Revision: 264527

upgpkg: python-ovirt-engine-sdk 4.1.7-1

Modified:
  python-ovirt-engine-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 18:30:48 UTC (rev 264526)
+++ PKGBUILD2017-10-26 18:46:51 UTC (rev 264527)
@@ -3,8 +3,8 @@
 
 pkgbase='python-ovirt-engine-sdk'
 pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver=4.1.6
-pkgrel=2
+pkgver=4.1.7
+pkgrel=1
 pkgdesc='Python access to the oVirt Engine API'
 arch=('i686' 'x86_64')
 url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
 license=('ASL 2.0')
 
source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('cb36a9bedfe770adcfbbe6f3414abfa1bba435f1b656ef69bd5e054bf78a7f0639dbbe3d23ad42a4685d45827c5513db9dd076b51b66aa5e27db38a8e841f244')
+sha512sums=('c36160f9037c99cdc50d144be9a3bfd5b3af75bfca3ef282ed3305a0ab81995f31d1096af1d8698b934b0ee40764003773ee93992bc08e5b636a8dbb03c55ada')
 
 package_python-ovirt-engine-sdk() {
   depends=('python-pycurl' 'python-six')


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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 18:45:47
  Author: svenstaro
Revision: 308513

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

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

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   37 
 extra-x86_64/PKGBUILD |   37 
 3 files changed, 72 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-26 18:45:39 UTC (rev 308512)
+++ extra-i686/PKGBUILD 2017-10-26 18:45:47 UTC (rev 308513)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=sdl2_mixer
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="A simple multi-channel audio mixer (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org/projects/SDL_mixer;
-license=('MIT')
-depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
-makedepends=('fluidsynth')
-optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
-source=("$url/release/SDL2_mixer-${pkgver}.tar.gz")
-md5sums=('c6c4f556d4415871f526248f5c9a627d')
-
-prepare() {
-  cd "${srcdir}/SDL2_mixer-${pkgver}/"
-
-  sed -i "s|/etc/timidity|/etc/timidity++|g" timidity/config.h
-  sed -i "s|/etc/timidity++.cfg|/etc/timidity++/timidity.cfg|g" 
timidity/config.h
-}
-
-build() {
-  cd "${srcdir}/SDL2_mixer-${pkgver}/"
-
-  export CFLAGS+=" ${CFLAGS} -I/usr/include/libmodplug"
-  ./configure --disable-static --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/SDL2_mixer-${pkgver}/"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sdl2_mixer/repos/extra-i686/PKGBUILD (from rev 308512, 
sdl2_mixer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-26 18:45:47 UTC (rev 308513)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2_mixer
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="A simple multi-channel audio mixer (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_mixer;
+license=('MIT')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+source=("https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz;)
+sha512sums=('c40b5ac93933df1cc932e7afe796ad6765aafb24077601a23f98ac625a83341079ad903c164eafd022aff6011872e7a7956eebd8e3d3edad1bf5dc7eb9c306b7')
+
+prepare() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  sed -i "s|/etc/timidity|/etc/timidity++|g" timidity/options.h
+  sed -i "s|/etc/timidity++.cfg|/etc/timidity++/timidity.cfg|g" 
timidity/options.h
+}
+
+build() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  export CFLAGS+=" ${CFLAGS} -I/usr/include/libmodplug"
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-26 18:45:39 UTC (rev 308512)
+++ extra-x86_64/PKGBUILD   2017-10-26 18:45:47 UTC (rev 308513)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=sdl2_mixer
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="A simple multi-channel audio mixer (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org/projects/SDL_mixer;
-license=('MIT')
-depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
-makedepends=('fluidsynth')
-optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
-source=("$url/release/SDL2_mixer-${pkgver}.tar.gz")
-md5sums=('c6c4f556d4415871f526248f5c9a627d')
-
-prepare() {
-  cd "${srcdir}/SDL2_mixer-${pkgver}/"
-
-  sed -i "s|/etc/timidity|/etc/timidity++|g" timidity/config.h
-  sed -i "s|/etc/timidity++.cfg|/etc/timidity++/timidity.cfg|g" 
timidity/config.h
-}
-
-build() {
-  cd "${srcdir}/SDL2_mixer-${pkgver}/"
-
-  export CFLAGS+=" ${CFLAGS} -I/usr/include/libmodplug"
-  ./configure --disable-static --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/SDL2_mixer-${pkgver}/"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sdl2_mixer/repos/extra-x86_64/PKGBUILD (from rev 308512, 
sdl2_mixer/trunk/PKGBUILD)
===
--- 

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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 18:45:39
  Author: svenstaro
Revision: 308512

upgpkg: sdl2_mixer 2.0.2-1

Modified:
  sdl2_mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 18:39:51 UTC (rev 308511)
+++ PKGBUILD2017-10-26 18:45:39 UTC (rev 308512)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2_mixer
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="A simple multi-channel audio mixer (Version 2)"
 arch=('i686' 'x86_64')
@@ -10,14 +10,14 @@
 depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
 makedepends=('fluidsynth')
 optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
-source=("https://www.libsdl.otg/projects/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz;)
-sha512sums=('bdf2b4fc302f9c3b41d40bfdd5132081439e6021e915f191e478235b7b6565e7b4c43e1172d2055066ad505e2bc70876123c58f5a67218b207c829ee66a84b9d')
+source=("https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz;)
+sha512sums=('c40b5ac93933df1cc932e7afe796ad6765aafb24077601a23f98ac625a83341079ad903c164eafd022aff6011872e7a7956eebd8e3d3edad1bf5dc7eb9c306b7')
 
 prepare() {
   cd "${srcdir}/SDL2_mixer-${pkgver}/"
 
-  sed -i "s|/etc/timidity|/etc/timidity++|g" timidity/config.h
-  sed -i "s|/etc/timidity++.cfg|/etc/timidity++/timidity.cfg|g" 
timidity/config.h
+  sed -i "s|/etc/timidity|/etc/timidity++|g" timidity/options.h
+  sed -i "s|/etc/timidity++.cfg|/etc/timidity++/timidity.cfg|g" 
timidity/options.h
 }
 
 build() {


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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 18:39:51
  Author: svenstaro
Revision: 308511

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

Added:
  sdl2/repos/extra-i686/PKGBUILD
(from rev 308510, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-i686/ibus.diff
(from rev 308510, sdl2/trunk/ibus.diff)
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 308510, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/ibus.diff
(from rev 308510, sdl2/trunk/ibus.diff)
Deleted:
  sdl2/repos/extra-i686/PKGBUILD
  sdl2/repos/extra-i686/ibus.diff
  sdl2/repos/extra-x86_64/PKGBUILD
  sdl2/repos/extra-x86_64/ibus.diff

+
 /PKGBUILD  |   78 +++
 /ibus.diff |   26 +++
 extra-i686/PKGBUILD|   44 --
 extra-i686/ibus.diff   |   13 ---
 extra-x86_64/PKGBUILD  |   44 --
 extra-x86_64/ibus.diff |   13 ---
 6 files changed, 104 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-26 18:39:46 UTC (rev 308510)
+++ extra-i686/PKGBUILD 2017-10-26 18:39:51 UTC (rev 308511)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.6
-pkgrel=2
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
-ibus.diff)
-sha512sums=('ad4dad5663834ee0ffbdca1b531d753449b260c9256df2c48da7261aacd9795d91eef1286525cf914f6b92ba5985de7798f041557574b5d978b8224f10041830'
-'SKIP'
-
'78697993f2bd11193c1b4d69076f5162f4c76be13d4f1c3f84162163d4d7d9a887f9d9ece93ed3effdcadb8e0e46b4a88de51699f4654fb318309f20b47867d4')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
-
-prepare() {
-  mkdir build
-  cd SDL2-$pkgver
-  # Fix abort caused by unterminated varargs
-  patch -Np1 -i ../ibus.diff
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---enable-video-wayland \
---enable-ibus --enable-fcitx \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 308510, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-26 18:39:51 UTC (rev 308511)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.7
+pkgrel=1
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha512sums=('eed5477843086a0e66552eb197a5c4929134522bc366d873732361ea0df5fb841ef7e2b1913e21d1bae69e6fd3152ee630492e615c58cbe903e7d6e47b587410'
+'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
+--enable-ibus --enable-fcitx \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-i686/ibus.diff
===
--- extra-i686/ibus.diff2017-10-26 18:39:46 UTC (rev 308510)
+++ extra-i686/ibus.diff2017-10-26 18:39:51 UTC (rev 308511)
@@ -1,13 +0,0 @@
-diff --git i/src/core/linux/SDL_ibus.c w/src/core/linux/SDL_ibus.c
-index 0fcec87a1107f34a..f537380963e5efaa 100644
 i/src/core/linux/SDL_ibus.c
-+++ w/src/core/linux/SDL_ibus.c
-@@ -479,7 

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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 18:39:46
  Author: svenstaro
Revision: 308510

upgpkg: sdl2 2.0.7-1

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 17:19:20 UTC (rev 308509)
+++ PKGBUILD2017-10-26 18:39:46 UTC (rev 308510)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2
-pkgver=2.0.6
-pkgrel=2
+pkgver=2.0.7
+pkgrel=1
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
 arch=('i686' 'x86_64')
 url="http://www.libsdl.org;
@@ -11,18 +11,13 @@
  'wayland-protocols' 'ibus' 'fcitx' 'libxss')
 optdepends=('alsa-lib: ALSA audio driver'
 'libpulse: PulseAudio audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
-ibus.diff)
-sha512sums=('ad4dad5663834ee0ffbdca1b531d753449b260c9256df2c48da7261aacd9795d91eef1286525cf914f6b92ba5985de7798f041557574b5d978b8224f10041830'
-'SKIP'
-
'78697993f2bd11193c1b4d69076f5162f4c76be13d4f1c3f84162163d4d7d9a887f9d9ece93ed3effdcadb8e0e46b4a88de51699f4654fb318309f20b47867d4')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha512sums=('eed5477843086a0e66552eb197a5c4929134522bc366d873732361ea0df5fb841ef7e2b1913e21d1bae69e6fd3152ee630492e615c58cbe903e7d6e47b587410'
+'SKIP')
 validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
 
 prepare() {
   mkdir build
-  cd SDL2-$pkgver
-  # Fix abort caused by unterminated varargs
-  patch -Np1 -i ../ibus.diff
 }
 
 build() {


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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 18:30:48
  Author: svenstaro
Revision: 264526

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 264525, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-26 18:30:36 UTC (rev 264525)
+++ PKGBUILD2017-10-26 18:30:48 UTC (rev 264526)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=(ansible python-ansible)
-pkgver=2.4.0.0
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='https://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
-optdepends=('sshpass: for ssh connections with password'
-'python2-passlib: crypt values for vars_prompt'
-'python2-netaddr: for the ipaddr filter'
-'python2-systemd: log to journal'
-'python2-pywinrm: connect to Windows machines'
-'python2-dnspython: for dig lookup'
-'python2-ovirt-engine-sdk: ovirt support'
-'python2-jmespath: json_query support')
-makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
- 'python-setuptools')
-backup=('etc/ansible/ansible.cfg')
-source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('78717b19599bdd46a7285b0b2a4c9d0d5b4cb86fd41dcf0b3340cf65945a55fae4508097058098fbeab871422c31d4f37ab4cd149abfd0af5add6004f65a207b')
-
-prepare() {
-  cp -r ${pkgname}-${pkgver} "${srcdir}"/${pkgname}-${pkgver}-python
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}-python
-  python setup.py build
-}
-
-package_ansible() {
-  provides=('python2-ansible')
-
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
-
-  install -d "${pkgdir}"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
-}
-
-package_python-ansible() {
-  pkgdesc='python bindings for ansible'
-  depends=('python-paramiko' 'python-jinja' 'python-yaml' 'python-crypto')
-
-  cd "${srcdir}"/ansible-${pkgver}-python
-  python setup.py install --root=${pkgdir} --optimize=1
-  rm "${pkgdir}"/usr/bin/ansible*
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 264525, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-26 18:30:48 UTC (rev 264526)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=(ansible python-ansible)
+pkgver=2.4.1.0
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='https://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
+optdepends=('sshpass: for ssh connections with password'
+'python2-passlib: crypt values for vars_prompt'
+'python2-netaddr: for the ipaddr filter'
+'python2-systemd: log to journal'
+'python2-pywinrm: connect to Windows machines'
+'python2-dnspython: for dig lookup'
+'python2-ovirt-engine-sdk: ovirt support'
+'python2-jmespath: json_query support')
+makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
+ 'python-setuptools')
+backup=('etc/ansible/ansible.cfg')
+source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)
+sha512sums=('86bda43d912fc6b9cbf662e7e9e3ca3178ac577bc7857c5dfc0e68a7083d76ad405b0ca9b34f680a0d635b87e0bf5dc8cbdeefb93174242e1942eabb74b07f1d')
+
+prepare() {
+  cp -r ${pkgname}-${pkgver} "${srcdir}"/${pkgname}-${pkgver}-python
+}
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python2 setup.py build
+
+  cd "${srcdir}"/${pkgname}-${pkgver}-python
+  python setup.py build
+}
+
+package_ansible() {
+  provides=('python2-ansible')
+
+  

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

2017-10-26 Thread Sven-Hendrik Haase
Date: Thursday, October 26, 2017 @ 18:30:36
  Author: svenstaro
Revision: 264525

upgpkg: ansible 2.4.1.0-1

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 18:25:06 UTC (rev 264524)
+++ PKGBUILD2017-10-26 18:30:36 UTC (rev 264525)
@@ -7,7 +7,7 @@
 # Contributor: atweiden 
 
 pkgname=(ansible python-ansible)
-pkgver=2.4.0.0
+pkgver=2.4.1.0
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -26,7 +26,7 @@
  'python-setuptools')
 backup=('etc/ansible/ansible.cfg')
 source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('78717b19599bdd46a7285b0b2a4c9d0d5b4cb86fd41dcf0b3340cf65945a55fae4508097058098fbeab871422c31d4f37ab4cd149abfd0af5add6004f65a207b')
+sha512sums=('86bda43d912fc6b9cbf662e7e9e3ca3178ac577bc7857c5dfc0e68a7083d76ad405b0ca9b34f680a0d635b87e0bf5dc8cbdeefb93174242e1942eabb74b07f1d')
 
 prepare() {
   cp -r ${pkgname}-${pkgver} "${srcdir}"/${pkgname}-${pkgver}-python


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

2017-10-26 Thread Nicola Squartini
Date: Thursday, October 26, 2017 @ 18:25:06
  Author: tensor5
Revision: 264524

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

Added:
  parity/repos/community-i686/PKGBUILD
(from rev 264523, parity/trunk/PKGBUILD)
  parity/repos/community-i686/parity.service
(from rev 264523, parity/trunk/parity.service)
  parity/repos/community-x86_64/PKGBUILD
(from rev 264523, parity/trunk/PKGBUILD)
  parity/repos/community-x86_64/parity.service
(from rev 264523, parity/trunk/parity.service)
Deleted:
  parity/repos/community-i686/PKGBUILD
  parity/repos/community-i686/parity.service
  parity/repos/community-x86_64/PKGBUILD
  parity/repos/community-x86_64/parity.service

-+
 /PKGBUILD   |   68 ++
 /parity.service |   18 ++
 community-i686/PKGBUILD |   34 ---
 community-i686/parity.service   |9 -
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/parity.service |9 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-26 18:24:36 UTC (rev 264523)
+++ community-i686/PKGBUILD 2017-10-26 18:25:06 UTC (rev 264524)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=parity
-pkgver=1.8.1
-_commit=0e4a06d078a497c9e7f4b3a0c317ffd59f679cbb
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends=('libsystemd' 'openssl')
-makedepends=('git' 'rust' 'systemd')
-source=("git+https://github.com/paritytech/parity.git#commit=${_commit};
-'parity.service')
-sha256sums=('SKIP'
-'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
-
-build() {
-cd ${pkgname}
-
-cargo build --release --features final
-cargo build --release -p evmbin
-cargo build --release -p ethstore-cli
-cargo build --release -p ethkey-cli
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin \
-target/release/{ethkey,ethstore,parity,parity-evm}
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
-}

Copied: parity/repos/community-i686/PKGBUILD (from rev 264523, 
parity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-26 18:25:06 UTC (rev 264524)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=parity
+pkgver=1.8.2
+_commit=1b6588cb279ecaa85a766e0a52a8837ea6d8be21
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('libsystemd' 'openssl')
+makedepends=('git' 'rust' 'systemd')
+source=("git+https://github.com/paritytech/parity.git#commit=${_commit};
+'parity.service')
+sha256sums=('SKIP'
+'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
+
+build() {
+cd ${pkgname}
+
+cargo build --release --features final
+cargo build --release -p evmbin
+cargo build --release -p ethstore-cli
+cargo build --release -p ethkey-cli
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin \
+target/release/{ethkey,ethstore,parity,parity-evm}
+install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
+}

Deleted: community-i686/parity.service
===
--- community-i686/parity.service   2017-10-26 18:24:36 UTC (rev 264523)
+++ community-i686/parity.service   2017-10-26 18:25:06 UTC (rev 264524)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Parity Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/parity
-
-[Install]
-WantedBy=default.target

Copied: parity/repos/community-i686/parity.service (from rev 264523, 
parity/trunk/parity.service)
===
--- community-i686/parity.service   (rev 0)
+++ community-i686/parity.service   2017-10-26 18:25:06 UTC (rev 264524)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Parity Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/parity
+
+[Install]
+WantedBy=default.target

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-26 18:24:36 UTC (rev 264523)
+++ community-x86_64/PKGBUILD   2017-10-26 18:25:06 UTC (rev 264524)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=parity
-pkgver=1.8.1
-_commit=0e4a06d078a497c9e7f4b3a0c317ffd59f679cbb
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')

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

2017-10-26 Thread Nicola Squartini
Date: Thursday, October 26, 2017 @ 18:24:36
  Author: tensor5
Revision: 264523

upgpkg: parity 1.8.2-1

Modified:
  parity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 15:47:29 UTC (rev 264522)
+++ PKGBUILD2017-10-26 18:24:36 UTC (rev 264523)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity
-pkgver=1.8.1
-_commit=0e4a06d078a497c9e7f4b3a0c317ffd59f679cbb
+pkgver=1.8.2
+_commit=1b6588cb279ecaa85a766e0a52a8837ea6d8be21
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('i686' 'x86_64')


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

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 17:19:20
  Author: arojas
Revision: 308509

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

Added:
  opencv/repos/testing-i686/
  opencv/repos/testing-i686/PKGBUILD
(from rev 308508, opencv/trunk/PKGBUILD)
  opencv/repos/testing-x86_64/
  opencv/repos/testing-x86_64/PKGBUILD
(from rev 308508, opencv/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   97 ++
 testing-x86_64/PKGBUILD |   97 ++
 2 files changed, 194 insertions(+)

Copied: opencv/repos/testing-i686/PKGBUILD (from rev 308508, 
opencv/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-26 17:19:20 UTC (rev 308509)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-samples')
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="Open Source Computer Vision Library"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://opencv.org/;
+depends=('intel-tbb' 'openexr' 'xine-lib' 'libdc1394' 'gtkglext')
+makedepends=('cmake' 'python-numpy' 'python2-numpy' 'mesa' 'eigen' 'hdf5')
+optdepends=('opencv-samples'
+'hdf5: support for HDF5 format'
+'opencl-icd-loader: For coding with OpenCL'
+'python-numpy: Python 3 interface'
+'python2-numpy: Python 2 interface')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/opencv/opencv/archive/$pkgver.zip;
+
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz;)
+sha256sums=('e59412c7e0d398113b1e454d600fcdff54cd77100a84483ac0d82bbf52496932'
+'6f3ce148dc6e147496f0dbec1c99e917e13bf138f5a8ccfc3765f5c2372bd331')
+
+_cmakeopts=('-D WITH_OPENCL=ON'
+'-D WITH_OPENGL=ON'
+'-D WITH_TBB=ON'
+'-D WITH_XINE=ON'
+'-D WITH_GSTREAMER=OFF'
+'-D BUILD_WITH_DEBUG_INFO=OFF'
+'-D BUILD_TESTS=OFF'
+'-D BUILD_PERF_TESTS=OFF'
+'-D BUILD_EXAMPLES=ON'
+'-D INSTALL_C_EXAMPLES=ON'
+'-D INSTALL_PYTHON_EXAMPLES=ON'
+'-D CMAKE_BUILD_TYPE=Release'
+'-D CMAKE_INSTALL_PREFIX=/usr'
+'-D CMAKE_SKIP_RPATH=ON'
+#'-D WITH_IPP=ON'
+#'-D INSTALL_CREATE_DISTRIB=ON'
+)
+
+# SSE only available from Pentium 3 onwards (i686 is way older)
+[[ "$CARCH" = 'i686' ]] && \
+  _cmakeopts+=('-D ENABLE_SSE=OFF'
+   '-D ENABLE_SSE2=OFF'
+   '-D ENABLE_SSE3=OFF')
+
+build() {
+  mkdir -p build
+
+  cd build
+  cmake ${_cmakeopts[@]} \
+-DOPENCV_EXTRA_MODULES_PATH="$srcdir/opencv_contrib-$pkgver/modules" \
+../$pkgname-$pkgver
+
+  make
+}
+
+package_opencv() {
+  options=('staticlibs')
+
+  cd build
+
+  make DESTDIR="$pkgdir" install
+
+  # install license file
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd "$pkgdir/usr/share"
+
+  # separate samples package; also be -R friendly
+  if [[ -d OpenCV/samples ]]; then
+mv OpenCV/samples "$srcdir/$pkgname-samples"
+mv OpenCV $pkgname # otherwise folder naming is inconsistent
+  elif [[ ! -d OpenCV ]]; then
+warning "Directory naming issue; samples package may not be built!"
+  fi
+}
+
+package_opencv-samples() {
+  pkgdesc+=" (samples)"
+  depends=("opencv=$pkgver") # sample codes change with lib/API
+  unset optdepends
+
+  mkdir -p "$pkgdir/usr/share/opencv"
+  cp -r "$srcdir/opencv-samples" "$pkgdir/usr/share/opencv/samples"
+  # fix permissions
+  chmod 755 "$pkgdir"/usr/share/opencv/samples/*
+
+  # install license file
+  install -Dm644 "$srcdir/opencv-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opencv/repos/testing-x86_64/PKGBUILD (from rev 308508, 
opencv/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-26 17:19:20 UTC (rev 308509)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-samples')
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="Open Source Computer Vision Library"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://opencv.org/;
+depends=('intel-tbb' 'openexr' 'xine-lib' 'libdc1394' 'gtkglext')
+makedepends=('cmake' 'python-numpy' 'python2-numpy' 'mesa' 'eigen' 'hdf5')
+optdepends=('opencv-samples'
+'hdf5: support for HDF5 format'
+'opencl-icd-loader: For coding with OpenCL'
+'python-numpy: Python 3 interface'
+'python2-numpy: Python 2 interface')

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

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 17:18:41
  Author: arojas
Revision: 308508

Update to 3.3.1

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 15:46:35 UTC (rev 308507)
+++ PKGBUILD2017-10-26 17:18:41 UTC (rev 308508)
@@ -4,8 +4,8 @@
 
 pkgbase=opencv
 pkgname=('opencv' 'opencv-samples')
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc="Open Source Computer Vision Library"
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -19,8 +19,8 @@
 'python2-numpy: Python 2 interface')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/opencv/opencv/archive/$pkgver.zip;
 
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz;)
-sha256sums=('3546c3837f88177c898e4172942da7a3ca6c4e8e98a33d0cbccb2b499167c5ba'
-'e94acf39cd4854c3ef905e06516e5f74f26dddfa6477af89558fb40a57aeb444')
+sha256sums=('e59412c7e0d398113b1e454d600fcdff54cd77100a84483ac0d82bbf52496932'
+'6f3ce148dc6e147496f0dbec1c99e917e13bf138f5a8ccfc3765f5c2372bd331')
 
 _cmakeopts=('-D WITH_OPENCL=ON'
 '-D WITH_OPENGL=ON'


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

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 15:46:59
  Author: arojas
Revision: 264521

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 264520, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-26 15:44:55 UTC (rev 264520)
+++ PKGBUILD2017-10-26 15:46:59 UTC (rev 264521)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-pkgver=1.4.1
-pkgrel=2
-pkgdesc='Soulseek music-sharing client, written in python'
-arch=(any)
-url='https://github.com/Nicotine-Plus/nicotine-plus'
-license=(GPL)
-depends=(mutagen pygtk)
-optdepends=('python2-geoip: to enable Geographical blocker' 
'python2-miniupnpc: UPNP support')
-conflicts=(nicotine)
-replaces=(nicotine)
-source=($pkgname-$pkgver::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz;)
-sha256sums=('1b38ef196d981e4eb96fa990cc463143289784f988f559c4400b1d461497b7d6')
-
-package() {
-  cd nicotine-plus-$pkgver
-
-  python2 setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 264520, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-26 15:46:59 UTC (rev 264521)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=1.4.1
+pkgrel=3
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=(any)
+url='https://github.com/Nicotine-Plus/nicotine-plus'
+license=(GPL)
+depends=(mutagen pygtk)
+optdepends=('python2-geoip: to enable Geographical blocker')
+conflicts=(nicotine)
+replaces=(nicotine)
+source=($pkgname-$pkgver::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz;)
+sha256sums=('1b38ef196d981e4eb96fa990cc463143289784f988f559c4400b1d461497b7d6')
+
+package() {
+  cd nicotine-plus-$pkgver
+
+  python2 setup.py install --root="$pkgdir"
+}


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

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 15:46:01
  Author: arojas
Revision: 308506

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-26 15:44:09 UTC (rev 308505)
+++ extra-i686/PKGBUILD 2017-10-26 15:46:01 UTC (rev 308506)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.7.2
-pkgrel=2
-pkgdesc="A user-friendly and fully-featured IRC client"
-arch=(i686 x86_64)
-url="http://konversation.kde.org;
-depends=(knotifyconfig kemoticons kparts kidletime qca-qt5 hicolor-icon-theme)
-optdepends=('python: python scripting support' 'keditbookmarks: for managing 
bookmarks')
-makedepends=(extra-cmake-modules kdoctools python)
-license=(GPL2 FDL)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5ff96e84cee4e1eefc404a31d778067ea508a6c848911fac70bd52812618'
-'SKIP')
-validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein 

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

Copied: konversation/repos/extra-i686/PKGBUILD (from rev 308505, 
konversation/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-26 15:46:01 UTC (rev 308506)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+pkgname=konversation
+pkgver=1.7.2
+pkgrel=2
+pkgdesc="A user-friendly and fully-featured IRC client"
+arch=(i686 x86_64)
+url="http://konversation.kde.org;
+depends=(knotifyconfig kemoticons kparts kidletime qca-qt5 hicolor-icon-theme)
+optdepends=('python: python scripting support' 'keditbookmarks: for managing 
bookmarks')
+makedepends=(extra-cmake-modules kdoctools python)
+license=(GPL2 FDL)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5ff96e84cee4e1eefc404a31d778067ea508a6c848911fac70bd52812618'
+'SKIP')
+validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-26 15:44:09 UTC (rev 308505)
+++ extra-x86_64/PKGBUILD   2017-10-26 15:46:01 UTC (rev 308506)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.7.2
-pkgrel=2
-pkgdesc="A user-friendly and fully-featured IRC client"
-arch=(i686 x86_64)
-url="http://konversation.kde.org;
-depends=(knotifyconfig kemoticons kparts kidletime qca-qt5 hicolor-icon-theme)
-optdepends=('python: python scripting support' 'keditbookmarks: for managing 
bookmarks')
-makedepends=(extra-cmake-modules kdoctools python)
-license=(GPL2 FDL)

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

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 15:44:55
  Author: arojas
Revision: 264520

Remove AUR optdepend

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 15:32:25 UTC (rev 264519)
+++ PKGBUILD2017-10-26 15:44:55 UTC (rev 264520)
@@ -6,13 +6,13 @@
 
 pkgname=nicotine+
 pkgver=1.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'
 license=(GPL)
 depends=(mutagen pygtk)
-optdepends=('python2-geoip: to enable Geographical blocker' 
'python2-miniupnpc: UPNP support')
+optdepends=('python2-geoip: to enable Geographical blocker')
 conflicts=(nicotine)
 replaces=(nicotine)
 
source=($pkgname-$pkgver::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz;)


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

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 15:44:09
  Author: arojas
Revision: 308505

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-26 15:43:44 UTC (rev 308504)
+++ extra-i686/PKGBUILD 2017-10-26 15:44:09 UTC (rev 308505)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="A user-friendly and fully-featured IRC client"
-arch=(i686 x86_64)
-url="http://konversation.kde.org;
-depends=(knotifyconfig kemoticons kparts kidletime qca-qt5 hicolor-icon-theme)
-optdepends=('python: python scripting support' 'kdebase-keditbookmarks: for 
managing bookmarks')
-makedepends=(extra-cmake-modules kdoctools python)
-license=(GPL2 FDL)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5ff96e84cee4e1eefc404a31d778067ea508a6c848911fac70bd52812618'
-'SKIP')
-validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein 

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

Copied: konversation/repos/extra-i686/PKGBUILD (from rev 308504, 
konversation/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-26 15:44:09 UTC (rev 308505)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+pkgname=konversation
+pkgver=1.7.2
+pkgrel=2
+pkgdesc="A user-friendly and fully-featured IRC client"
+arch=(i686 x86_64)
+url="http://konversation.kde.org;
+depends=(knotifyconfig kemoticons kparts kidletime qca-qt5 hicolor-icon-theme)
+optdepends=('python: python scripting support' 'keditbookmarks: for managing 
bookmarks')
+makedepends=(extra-cmake-modules kdoctools python)
+license=(GPL2 FDL)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5ff96e84cee4e1eefc404a31d778067ea508a6c848911fac70bd52812618'
+'SKIP')
+validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-26 15:43:44 UTC (rev 308504)
+++ extra-x86_64/PKGBUILD   2017-10-26 15:44:09 UTC (rev 308505)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="A user-friendly and fully-featured IRC client"
-arch=(i686 x86_64)
-url="http://konversation.kde.org;
-depends=(knotifyconfig kemoticons kparts kidletime qca-qt5 hicolor-icon-theme)
-optdepends=('python: python scripting support' 'kdebase-keditbookmarks: for 
managing bookmarks')
-makedepends=(extra-cmake-modules kdoctools python)
-license=(GPL2 FDL)

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

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 15:43:44
  Author: arojas
Revision: 308504

Rebuild for renamed optdepend

Modified:
  konversation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 15:38:54 UTC (rev 308503)
+++ PKGBUILD2017-10-26 15:43:44 UTC (rev 308504)
@@ -8,7 +8,7 @@
 
 pkgname=konversation
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A user-friendly and fully-featured IRC client"
 arch=(i686 x86_64)
 url="http://konversation.kde.org;
@@ -30,7 +30,7 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF
   make
 }


[arch-commits] Commit in lib32-vulkan-loader-layers/repos/multilib-x86_64 (2 files)

2017-10-26 Thread Laurent Carlier
Date: Thursday, October 26, 2017 @ 15:32:25
  Author: lcarlier
Revision: 264519

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-loader-layers/repos/multilib-x86_64/PKGBUILD
(from rev 264518, lib32-vulkan-loader-layers/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-loader-layers/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-26 15:32:18 UTC (rev 264518)
+++ PKGBUILD2017-10-26 15:32:25 UTC (rev 264519)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=lib32-vulkan-loader-layers
-pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
-_pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.0.61.1
-pkgrel=1
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=()
-makedepends=(git cmake python-lxml lib32-libx11 lib32-libxrandr lib32-wayland)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
-sha256sums=('47a2e56e4721ffac7df6a4e8ce2189da41331b7ed91e3879266c69302604e615')
-
-build() {
-  export ASFLAGS=--32
-  export CC="gcc -m32"
-  export CXX="g++ -m32"


-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
-
-  ./update_external_sources.sh
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_WSI_MIR_SUPPORT=Off \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package_lib32-vulkan-icd-loader() {
-  pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
-  depends=(lib32-glibc)
-  optdepends=(lib32-vulkan-driver: packaged vulkan driver)
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}/build"
-  
-  make DESTDIR="${pkgdir}" install
-
-  rm -r ${pkgdir}/etc
-  rm -r ${pkgdir}/usr/bin
-  rm -r ${pkgdir}/usr/include
-  rm ${pkgdir}/usr/lib32/libVkLayer*.so
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_lib32-vulkan-validation-layers() {
-  pkgdesc="Vulkan Software Development Kit (32-bit)"
-  depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
-  cd "${srcdir}/${_pkgname}-sdk-${pkgver}/build"
-  
-  make DESTDIR="${pkgdir}" install
-
-  rm -r ${pkgdir}/etc
-  rm -r ${pkgdir}/usr/bin
-  rm -r ${pkgdir}/usr/include
-  rm -r ${pkgdir}/usr/lib32/pkgconfig
-  rm ${pkgdir}/usr/lib32/libvulkan.so*
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: lib32-vulkan-loader-layers/repos/multilib-x86_64/PKGBUILD (from rev 
264518, lib32-vulkan-loader-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-26 15:32:25 UTC (rev 264519)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=lib32-vulkan-loader-layers
+pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
+_pkgname=Vulkan-LoaderAndValidationLayers
+pkgver=1.0.61.1
+pkgrel=2
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+depends=()
+makedepends=(git cmake python-lxml lib32-libx11 lib32-libxrandr lib32-wayland)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz;)
+sha256sums=('47a2e56e4721ffac7df6a4e8ce2189da41331b7ed91e3879266c69302604e615')
+
+build() {
+  export ASFLAGS=--32
+  export CC="gcc -m32"
+  export CXX="g++ -m32"


+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}/${_pkgname}-sdk-${pkgver}"
+
+  ./update_external_sources.sh
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_WSI_MIR_SUPPORT=Off \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+

[arch-commits] Commit in lib32-vulkan-loader-layers/trunk (PKGBUILD)

2017-10-26 Thread Laurent Carlier
Date: Thursday, October 26, 2017 @ 15:32:18
  Author: lcarlier
Revision: 264518

upgpkg: lib32-vulkan-loader-layers 1.0.61.1-2

quote the optionnal dependency

Modified:
  lib32-vulkan-loader-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 13:39:10 UTC (rev 264517)
+++ PKGBUILD2017-10-26 15:32:18 UTC (rev 264518)
@@ -5,7 +5,7 @@
 pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
 pkgver=1.0.61.1
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/;
 license=('custom')
@@ -43,7 +43,7 @@
 package_lib32-vulkan-icd-loader() {
   pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
   depends=(lib32-glibc)
-  optdepends=(lib32-vulkan-driver: packaged vulkan driver)
+  optdepends=('lib32-vulkan-driver: packaged vulkan driver')
   cd "${srcdir}/${_pkgname}-sdk-${pkgver}/build"
   
   make DESTDIR="${pkgdir}" install


[arch-commits] Commit in rsync/trunk (PKGBUILD rsync.install)

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 15:18:23
  Author: eworm
Revision: 308501

upgpkg: rsync 3.1.2-7

do not indicate error on return

Modified:
  rsync/trunk/PKGBUILD
  rsync/trunk/rsync.install

---+
 PKGBUILD  |2 +-
 rsync.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 15:17:15 UTC (rev 308500)
+++ PKGBUILD2017-10-26 15:18:23 UTC (rev 308501)
@@ -2,7 +2,7 @@
 
 pkgname=rsync
 pkgver=3.1.2
-pkgrel=6
+pkgrel=7
 pkgdesc="A file transfer program to keep remote files in sync"
 arch=('i686' 'x86_64')
 url="https://rsync.samba.org/;

Modified: rsync.install
===
--- rsync.install   2017-10-26 15:17:15 UTC (rev 308500)
+++ rsync.install   2017-10-26 15:18:23 UTC (rev 308501)
@@ -5,7 +5,7 @@
   (( $(vercmp "$2" '3.1.2-5') > 0 )) && return
 
   # return if neither service nor socket is enabled...
-  systemctl -q is-enabled rsyncd.service rsyncd.socket || return
+  systemctl -q is-enabled rsyncd.service rsyncd.socket || return 0
 
   echo ' > For security reasons the rsyncd service protects home (/root and 
/home are'
   echo ' > inaccessibly) and system (/boot, /etc and /usr are read-only). If 
you need'


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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 15:18:35
  Author: eworm
Revision: 308502

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-26 15:18:23 UTC (rev 308501)
+++ testing-i686/PKGBUILD   2017-10-26 15:18:35 UTC (rev 308502)
@@ -1,54 +0,0 @@
-# $Id$
-
-pkgname=rsync
-pkgver=3.1.2
-pkgrel=6
-pkgdesc="A file transfer program to keep remote files in sync"
-arch=('i686' 'x86_64')
-url="https://rsync.samba.org/;
-license=('GPL3')
-depends=('perl' 'popt' 'acl')
-backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
-install=rsync.install
-validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5') # Wayne Davison 

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

[arch-commits] Commit in thunar-archive-plugin/repos (8 files)

2017-10-26 Thread Evangelos Foutras
Date: Thursday, October 26, 2017 @ 15:17:15
  Author: foutrelis
Revision: 308500

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

Added:
  
thunar-archive-plugin/repos/extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
(from rev 308499, 
thunar-archive-plugin/trunk/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch)
  thunar-archive-plugin/repos/extra-i686/PKGBUILD
(from rev 308499, thunar-archive-plugin/trunk/PKGBUILD)
  
thunar-archive-plugin/repos/extra-x86_64/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
(from rev 308499, 
thunar-archive-plugin/trunk/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch)
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD
(from rev 308499, thunar-archive-plugin/trunk/PKGBUILD)
Deleted:
  
thunar-archive-plugin/repos/extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
  thunar-archive-plugin/repos/extra-i686/PKGBUILD
  
thunar-archive-plugin/repos/extra-x86_64/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD

+
 /0001-Fix-file-roller-3.12.1-detection-bug-10826.patch |   74 
+++
 /PKGBUILD  |   96 
++
 extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch   |   37 ---
 extra-i686/PKGBUILD|   48 -
 extra-x86_64/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch |   37 ---
 extra-x86_64/PKGBUILD  |   48 -
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
===
--- extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
2017-10-26 15:16:54 UTC (rev 308499)
+++ extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
2017-10-26 15:17:15 UTC (rev 308500)
@@ -1,37 +0,0 @@
-From cc1b9c86d1b563318a2b9489b062f9519ae08b20 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Wed, 23 Apr 2014 20:13:19 +0300
-Subject: [PATCH] Fix file-roller>=3.12.1 detection (bug #10826)
-
-File Roller 3.12.1 changed the name of its .desktop file from
-file-roller.desktop to org.gnome.FileRoller.desktop.
-
-We install a new symlink to support the new .desktop file name.

- scripts/Makefile.am | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/scripts/Makefile.am b/scripts/Makefile.am
-index 4da529c..3804605 100644
 a/scripts/Makefile.am
-+++ b/scripts/Makefile.am
-@@ -5,12 +5,15 @@ wrapper_SCRIPTS =
\
-   ark.tap \
-   file-roller.tap
- 
--# Install symlink to 'gnome-file-roller.tap'
-+# Install symlink to 'gnome-file-roller.tap' and 'org.gnome.FileRoller.tap'
- install-exec-hook:
-   $(mkinstalldirs) $(DESTDIR)$(wrapperdir)
-   -( cd $(DESTDIR)$(wrapperdir) ; \
-   test -f gnome-file-roller.tap \
-   || ln -sf file-roller.tap gnome-file-roller.tap )
-+  -( cd $(DESTDIR)$(wrapperdir) ; \
-+  test -f org.gnome.FileRoller.tap \
-+  || ln -sf file-roller.tap org.gnome.FileRoller.tap )
- 
- EXTRA_DIST =  \
-   $(wrapper_SCRIPTS)  \
--- 
-1.9.2
-

Copied: 
thunar-archive-plugin/repos/extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
 (from rev 308499, 
thunar-archive-plugin/trunk/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch)
===
--- extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
(rev 0)
+++ extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
2017-10-26 15:17:15 UTC (rev 308500)
@@ -0,0 +1,37 @@
+From cc1b9c86d1b563318a2b9489b062f9519ae08b20 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Wed, 23 Apr 2014 20:13:19 +0300
+Subject: [PATCH] Fix file-roller>=3.12.1 detection (bug #10826)
+
+File Roller 3.12.1 changed the name of its .desktop file from
+file-roller.desktop to org.gnome.FileRoller.desktop.
+
+We install a new symlink to support the new .desktop file name.
+---
+ scripts/Makefile.am | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/scripts/Makefile.am b/scripts/Makefile.am
+index 4da529c..3804605 100644
+--- a/scripts/Makefile.am
 b/scripts/Makefile.am
+@@ -5,12 +5,15 @@ wrapper_SCRIPTS =
\
+   ark.tap \
+   file-roller.tap
+ 
+-# Install symlink to 'gnome-file-roller.tap'
++# Install symlink to 

[arch-commits] Commit in thunar-archive-plugin/trunk (PKGBUILD)

2017-10-26 Thread Evangelos Foutras
Date: Thursday, October 26, 2017 @ 15:16:54
  Author: foutrelis
Revision: 308499

upgpkg: thunar-archive-plugin 0.3.1-7

kdeutils-ark -> ark

Modified:
  thunar-archive-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 14:14:24 UTC (rev 308498)
+++ PKGBUILD2017-10-26 15:16:54 UTC (rev 308499)
@@ -4,7 +4,7 @@
 
 pkgname=thunar-archive-plugin
 pkgver=0.3.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Create and extract archives in Thunar"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin;
@@ -13,7 +13,7 @@
 depends=('thunar' 'hicolor-icon-theme')
 makedepends=('intltool' 'xfce4-dev-tools')
 optdepends=('file-roller'
-'kdeutils-ark'
+'ark'
 'xarchiver')
 
source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/0.3/$pkgname-$pkgver.tar.bz2
 0001-Fix-file-roller-3.12.1-detection-bug-10826.patch)


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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 14:14:24
  Author: eworm
Revision: 308498

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 308497, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 308497, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 308497, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 308497, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 308497, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 308497, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 308497, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd-hwdb.hook
(from rev 308497, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-i686/systemd-sysusers.hook
(from rev 308497, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-i686/systemd-tmpfiles.hook
(from rev 308497, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-i686/systemd-update.hook
(from rev 308497, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-i686/systemd-user.pam
(from rev 308497, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-i686/systemd.install
(from rev 308497, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 308497, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 308497, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 308497, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 308497, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 308497, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 308497, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 308497, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 308497, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 308497, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 308497, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 308497, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 308497, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 308497, systemd/trunk/systemd.install)

-+
 testing-i686/PKGBUILD   |  260 ++
 testing-i686/arch.conf  |7 
 testing-i686/initcpio-hook-udev |   22 ++
 testing-i686/initcpio-install-systemd   |  198 ++
 testing-i686/initcpio-install-udev  |   29 +++
 testing-i686/loader.conf|1 
 testing-i686/systemd-hwdb.hook  |   11 +
 testing-i686/systemd-sysusers.hook  |   11 +
 testing-i686/systemd-tmpfiles.hook  |   11 +
 testing-i686/systemd-update.hook|   11 +
 testing-i686/systemd-user.pam   |5 
 testing-i686/systemd.install|   99 +++
 testing-x86_64/PKGBUILD |  260 ++
 testing-x86_64/arch.conf|7 
 testing-x86_64/initcpio-hook-udev   |   22 ++
 testing-x86_64/initcpio-install-systemd |  198 ++
 testing-x86_64/initcpio-install-udev|   29 +++
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd-hwdb.hook|   11 +
 testing-x86_64/systemd-sysusers.hook|   11 +
 testing-x86_64/systemd-tmpfiles.hook|   11 +
 testing-x86_64/systemd-update.hook  |   11 +
 testing-x86_64/systemd-user.pam |5 
 testing-x86_64/systemd.install  |   99 +++
 24 files changed, 1330 insertions(+)

Copied: systemd/repos/testing-i686/PKGBUILD (from rev 308497, 
systemd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-26 14:14:24 UTC (rev 308498)
@@ -0,0 +1,260 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgbase=systemd
+pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
+# latest commit on stable branch
+_commit='743b771c559c6101544f7358a42c8c519fe4b0db'
+# Bump this to latest major release for signed tag verification,
+# the commit count is handled by pkgver() 

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

2017-10-26 Thread Christian Hesse
Date: Thursday, October 26, 2017 @ 14:14:10
  Author: eworm
Revision: 308497

upgpkg: systemd 235.38-1

new upstream stable commits

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 13:44:27 UTC (rev 308496)
+++ PKGBUILD2017-10-26 14:14:10 UTC (rev 308497)
@@ -6,10 +6,10 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 # latest commit on stable branch
-_commit='7ba74d5f939d0322d6ea730dd0b5ceefd7d7f527'
+_commit='743b771c559c6101544f7358a42c8c519fe4b0db'
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
-pkgver=235.8
+pkgver=235.38
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd;


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

2017-10-26 Thread Jan Steffens
Date: Thursday, October 26, 2017 @ 13:44:27
  Author: heftig
Revision: 308496

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

Added:
  flatpak/repos/extra-i686/PKGBUILD
(from rev 308495, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-i686/flatpak.install
(from rev 308495, flatpak/trunk/flatpak.install)
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 308495, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak.install
(from rev 308495, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/extra-i686/PKGBUILD
  flatpak/repos/extra-i686/flatpak.install
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak.install

--+
 /PKGBUILD|  158 +
 /flatpak.install |   22 +
 extra-i686/PKGBUILD  |   79 
 extra-i686/flatpak.install   |   11 --
 extra-x86_64/PKGBUILD|   79 
 extra-x86_64/flatpak.install |   11 --
 6 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-26 13:43:51 UTC (rev 308495)
+++ extra-i686/PKGBUILD 2017-10-26 13:44:27 UTC (rev 308496)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.9.99
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="http://flatpak.org;
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib 
libseccomp libarchive
- python bubblewrap)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-install=flatpak.install
-_commit=d952cdab9b7f9c38ad7bda43c33209ba3fcb0230  # tags/0.9.99^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
-"git+https://github.com/projectatomic/bubblewrap;
-"git+https://git.gnome.org/browse/libglnx;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-gtk-doc \
---enable-p2p \
---with-system-bubblewrap \
---with-priv-mode=setuid \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 308495, 
flatpak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-26 13:44:27 UTC (rev 308496)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="http://flatpak.org;
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib 
libseccomp libarchive
+ python bubblewrap)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+install=flatpak.install
+_commit=2a0c17976fadf65badc3d18df565a7f04e7089b0  # tags/0.10.0^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
+"git+https://github.com/projectatomic/bubblewrap;
+"git+https://git.gnome.org/browse/libglnx;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin 

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

2017-10-26 Thread Jan Steffens
Date: Thursday, October 26, 2017 @ 13:43:51
  Author: heftig
Revision: 308495

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

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

---+
 /PKGBUILD |  208 
 /gtk-query-immodules-3.0.hook |   22 ++
 /gtk-update-icon-cache.hook   |   26 +++
 /gtk-update-icon-cache.script |   20 ++
 /gtk3.install |6 
 /settings.ini |8 +
 extra-i686/PKGBUILD   |  104 --
 extra-i686/gtk-query-immodules-3.0.hook   |   11 -
 extra-i686/gtk-update-icon-cache.hook |   13 -
 extra-i686/gtk-update-icon-cache.script   |   10 -
 extra-i686/gtk3.install   |3 
 extra-i686/settings.ini   |4 
 extra-x86_64/PKGBUILD |  104 --
 extra-x86_64/gtk-query-immodules-3.0.hook |   11 -
 extra-x86_64/gtk-update-icon-cache.hook   |   13 -
 extra-x86_64/gtk-update-icon-cache.script |   10 -
 extra-x86_64/gtk3.install |3 
 extra-x86_64/settings.ini |4 
 18 files changed, 290 insertions(+), 290 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-26 13:42:13 UTC (rev 308494)
+++ extra-i686/PKGBUILD 2017-10-26 13:43:51 UTC (rev 308495)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.24+80+g6a4be7f56b
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts)
-makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups 
glib2-docs
- sassc)
-license=(LGPL)
-_commit=6a4be7f56bfa7eaa34d04603f0b7fb9c729fc8ac  # gtk-3-22
-source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit;
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk+
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir print-backends
-  cd gtk+
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk+
-
-  CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend \
-

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

2017-10-26 Thread Jan Steffens
Date: Thursday, October 26, 2017 @ 13:42:13
  Author: heftig
Revision: 308494

0.10.0-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 13:38:18 UTC (rev 308493)
+++ PKGBUILD2017-10-26 13:42:13 UTC (rev 308494)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=0.9.99
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="http://flatpak.org;
@@ -13,7 +13,7 @@
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
 checkdepends=(valgrind)
 install=flatpak.install
-_commit=d952cdab9b7f9c38ad7bda43c33209ba3fcb0230  # tags/0.9.99^0
+_commit=2a0c17976fadf65badc3d18df565a7f04e7089b0  # tags/0.10.0^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
 "git+https://github.com/projectatomic/bubblewrap;
 "git+https://git.gnome.org/browse/libglnx;)


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

2017-10-26 Thread Alexander Rødseth
Date: Thursday, October 26, 2017 @ 13:39:10
  Author: arodseth
Revision: 264517

archrelease: copy trunk to community-any

Added:
  gnormalize/repos/community-any/PKGBUILD
(from rev 264516, gnormalize/trunk/PKGBUILD)
Deleted:
  gnormalize/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-26 13:38:44 UTC (rev 264516)
+++ PKGBUILD2017-10-26 13:39:10 UTC (rev 264517)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Corrado Primier 
-# Contributor: JZsolt Varadi (karmaxxl) 
-
-pkgname=gnormalize
-pkgver=0.63
-pkgrel=7
-pkgdesc='Audio normalizer, converter, encoder/decoder, ripper, tagger and 
player'
-arch=('any')
-url='https://gnormalize.sourceforge.net/'
-license=('GPL')
-depends=('cddb_get' 'gtk2-perl')
-makedepends=('gendesk')
-optdepends=('faac: full MP4 format'
-'flac: FLAC encoding, FLAC playing in conjunction with mplayer'
-'lame: MP3 encoding'
-'mac: full Monkeys Audio Codec support (available in the AUR)'
-'mpg123: MP3 playing'
-'mplayer: FLAC/WAV playing'
-'musepack-tools: full Musepack support'
-'perl-mp3-info: MP3 ID3 tags'
-'vorbis-tools: full OGG Vorbis support'
-'cdcd: CD playing'
-'cdparanoia: CD ripping'
-'cdrkit: CD ripping - alternative to cdparanoia'
-'wavegain: sound normalization')
-source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('80fd9aa2da8d7fcc88bd180be2adce1aed863bedba7d715144029bd95b61ccb6')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  lzma -qd gnormalize.1.lzma
-  gendesk -f -n \
---pkgname "$pkgname" \
---pkgdesc "$pkgdesc" \
---mimetypes 
'audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg'
-} 
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
-  install -d "$pkgdir/usr/share/$pkgname/animations"
-  install -m644 animations/*.gif "$pkgdir/usr/share/$pkgname/animations/"
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-  install -Dm644 "icons/$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  for i in 16 32 48 ; do
-install -Dm644 "icons/gnormalize-$i.png" \
-  "$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/$pkgname.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: gnormalize/repos/community-any/PKGBUILD (from rev 264516, 
gnormalize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-26 13:39:10 UTC (rev 264517)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Corrado Primier 
+# Contributor: JZsolt Varadi (karmaxxl) 
+
+pkgname=gnormalize
+pkgver=0.63
+pkgrel=7
+pkgdesc='Audio normalizer, converter, encoder/decoder, ripper, tagger and 
player'
+arch=('any')
+url='https://gnormalize.sourceforge.net/'
+license=('GPL')
+depends=('cddb_get' 'gtk2-perl')
+makedepends=('gendesk')
+optdepends=('faac: full MP4 format'
+'flac: FLAC encoding, FLAC playing in conjunction with mplayer'
+'lame: MP3 encoding'
+'mac: full Monkeys Audio Codec support (available in the AUR)'
+'mpg123: MP3 playing'
+'mplayer: FLAC/WAV playing'
+'musepack-tools: full Musepack support'
+'perl-mp3-info: MP3 ID3 tags'
+'vorbis-tools: full OGG Vorbis support'
+'cdcd: CD playing'
+'cdparanoia: CD ripping'
+'cdrkit: CD ripping - alternative to cdparanoia'
+'wavegain: sound normalization')
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('80fd9aa2da8d7fcc88bd180be2adce1aed863bedba7d715144029bd95b61ccb6')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  lzma -qd gnormalize.1.lzma
+  gendesk -f -n \
+--pkgname "$pkgname" \
+--pkgdesc "$pkgdesc" \
+--mimetypes 
'audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg'
+} 
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
+  install -d "$pkgdir/usr/share/$pkgname/animations"
+  install -m644 animations/*.gif "$pkgdir/usr/share/$pkgname/animations/"
+  install -Dm644 

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

2017-10-26 Thread Alexander Rødseth
Date: Thursday, October 26, 2017 @ 13:38:44
  Author: arodseth
Revision: 264516

archrelease: copy trunk to community-any

Added:
  gnormalize/repos/community-any/PKGBUILD
(from rev 264515, gnormalize/trunk/PKGBUILD)
Deleted:
  gnormalize/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-26 13:38:16 UTC (rev 264515)
+++ PKGBUILD2017-10-26 13:38:44 UTC (rev 264516)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Corrado Primier 
-# Contributor:JZsolt Varadi (karmaxxl) 
-
-pkgname=gnormalize
-pkgver=0.63
-pkgrel=6
-pkgdesc='Audio normalizer, converter, encoder/decoder, ripper, tagger and 
player'
-arch=('any')
-url='http://gnormalize.sourceforge.net/'
-license=('GPL')
-depends=('perl' 'cddb_get' 'desktop-file-utils' 'gtk2-perl' 
'hicolor-icon-theme')
-makedepends=('xz' 'gendesk')
-optdepends=('faac: full MP4 format'
-'flac: FLAC encoding, FLAC playing in conjunction with mplayer'
-'lame: MP3 encoding'
-'mac: full Monkeys Audio Codec support (available in the AUR)'
-'mpg123: MP3 playing'
-'mplayer: FLAC/WAV playing'
-'musepack-tools: full Musepack support'
-'perl-mp3-info: MP3 ID3 tags'
-'vorbis-tools: full OGG Vorbis support'
-'cdcd: CD playing'
-'cdparanoia: CD ripping'
-'cdrkit: CD ripping - alternative to cdparanoia'
-'wavegain: sound normalization')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('80fd9aa2da8d7fcc88bd180be2adce1aed863bedba7d715144029bd95b61ccb6')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --mimetypes \
-  'audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg'
-  lzma -qd gnormalize.1.lzma
-} 
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
-  install -d "$pkgdir/usr/share/$pkgname/animations"
-  install -m644 animations/*.gif "$pkgdir/usr/share/$pkgname/animations/"
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-  install -Dm644 "icons/$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-  for i in 16 32 48 ; do
-install -Dm644 "icons/gnormalize-$i.png" \
-  "$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/$pkgname.png"
-  done
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnormalize/repos/community-any/PKGBUILD (from rev 264515, 
gnormalize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-26 13:38:44 UTC (rev 264516)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Corrado Primier 
+# Contributor: JZsolt Varadi (karmaxxl) 
+
+pkgname=gnormalize
+pkgver=0.63
+pkgrel=7
+pkgdesc='Audio normalizer, converter, encoder/decoder, ripper, tagger and 
player'
+arch=('any')
+url='https://gnormalize.sourceforge.net/'
+license=('GPL')
+depends=('cddb_get' 'gtk2-perl')
+makedepends=('gendesk')
+optdepends=('faac: full MP4 format'
+'flac: FLAC encoding, FLAC playing in conjunction with mplayer'
+'lame: MP3 encoding'
+'mac: full Monkeys Audio Codec support (available in the AUR)'
+'mpg123: MP3 playing'
+'mplayer: FLAC/WAV playing'
+'musepack-tools: full Musepack support'
+'perl-mp3-info: MP3 ID3 tags'
+'vorbis-tools: full OGG Vorbis support'
+'cdcd: CD playing'
+'cdparanoia: CD ripping'
+'cdrkit: CD ripping - alternative to cdparanoia'
+'wavegain: sound normalization')
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('80fd9aa2da8d7fcc88bd180be2adce1aed863bedba7d715144029bd95b61ccb6')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  lzma -qd gnormalize.1.lzma
+  gendesk -f -n \
+--pkgname "$pkgname" \
+--pkgdesc "$pkgdesc" \
+--mimetypes 
'audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg'
+} 
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
+  install -d "$pkgdir/usr/share/$pkgname/animations"
+  install -m644 animations/*.gif 

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

2017-10-26 Thread Jan Steffens
Date: Thursday, October 26, 2017 @ 13:38:18
  Author: heftig
Revision: 308493

3.22.24+90+g5ad9ecaff0-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 11:57:14 UTC (rev 308492)
+++ PKGBUILD2017-10-26 13:38:18 UTC (rev 308493)
@@ -4,7 +4,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.24+80+g6a4be7f56b
+pkgver=3.22.24+90+g5ad9ecaff0
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups 
glib2-docs
  sassc)
 license=(LGPL)
-_commit=6a4be7f56bfa7eaa34d04603f0b7fb9c729fc8ac  # gtk-3-22
+_commit=5ad9ecaff050b3417d330ea9d229679ec2511217  # gtk-3-22
 source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit;
 settings.ini
 gtk-query-immodules-3.0.hook


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

2017-10-26 Thread Alexander Rødseth
Date: Thursday, October 26, 2017 @ 13:38:16
  Author: arodseth
Revision: 264515

upgpkg: gnormalize 0.63-7

Modified:
  gnormalize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 13:33:10 UTC (rev 264514)
+++ PKGBUILD2017-10-26 13:38:16 UTC (rev 264515)
@@ -2,17 +2,17 @@
 # Maintainer: Alexander F Rødseth 
 # Contributor: Chris Brannon 
 # Contributor: Corrado Primier 
-# Contributor:JZsolt Varadi (karmaxxl) 
+# Contributor: JZsolt Varadi (karmaxxl) 
 
 pkgname=gnormalize
 pkgver=0.63
-pkgrel=6
+pkgrel=7
 pkgdesc='Audio normalizer, converter, encoder/decoder, ripper, tagger and 
player'
 arch=('any')
-url='http://gnormalize.sourceforge.net/'
+url='https://gnormalize.sourceforge.net/'
 license=('GPL')
-depends=('perl' 'cddb_get' 'desktop-file-utils' 'gtk2-perl' 
'hicolor-icon-theme')
-makedepends=('xz' 'gendesk')
+depends=('cddb_get' 'gtk2-perl')
+makedepends=('gendesk')
 optdepends=('faac: full MP4 format'
 'flac: FLAC encoding, FLAC playing in conjunction with mplayer'
 'lame: MP3 encoding'
@@ -26,15 +26,17 @@
 'cdparanoia: CD ripping'
 'cdrkit: CD ripping - alternative to cdparanoia'
 'wavegain: sound normalization')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
 sha256sums=('80fd9aa2da8d7fcc88bd180be2adce1aed863bedba7d715144029bd95b61ccb6')
 
 prepare() {
   cd "$pkgname-$pkgver"
 
-  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --mimetypes \
-  'audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg'
   lzma -qd gnormalize.1.lzma
+  gendesk -f -n \
+--pkgname "$pkgname" \
+--pkgdesc "$pkgdesc" \
+--mimetypes 
'audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg'
 } 
 
 package() {
@@ -45,14 +47,13 @@
   install -d "$pkgdir/usr/share/$pkgname/animations"
   install -m644 animations/*.gif "$pkgdir/usr/share/$pkgname/animations/"
   install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-  install -Dm644 "icons/$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "icons/$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
   for i in 16 32 48 ; do
 install -Dm644 "icons/gnormalize-$i.png" \
   "$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/$pkgname.png"
   done
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2017-10-26 Thread Alexander Rødseth
Date: Thursday, October 26, 2017 @ 13:33:10
  Author: arodseth
Revision: 264514

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

Added:
  tinyxml/repos/community-i686/PKGBUILD
(from rev 264513, tinyxml/trunk/PKGBUILD)
  tinyxml/repos/community-i686/entity.patch
(from rev 264513, tinyxml/trunk/entity.patch)
  tinyxml/repos/community-i686/tinyxml-2.5.3-stl.patch
(from rev 264513, tinyxml/trunk/tinyxml-2.5.3-stl.patch)
  tinyxml/repos/community-i686/tinyxml.pc
(from rev 264513, tinyxml/trunk/tinyxml.pc)
  tinyxml/repos/community-x86_64/PKGBUILD
(from rev 264513, tinyxml/trunk/PKGBUILD)
  tinyxml/repos/community-x86_64/entity.patch
(from rev 264513, tinyxml/trunk/entity.patch)
  tinyxml/repos/community-x86_64/tinyxml-2.5.3-stl.patch
(from rev 264513, tinyxml/trunk/tinyxml-2.5.3-stl.patch)
  tinyxml/repos/community-x86_64/tinyxml.pc
(from rev 264513, tinyxml/trunk/tinyxml.pc)
Deleted:
  tinyxml/repos/community-i686/PKGBUILD
  tinyxml/repos/community-i686/entity.patch
  tinyxml/repos/community-i686/tinyxml-2.5.3-stl.patch
  tinyxml/repos/community-i686/tinyxml.pc
  tinyxml/repos/community-x86_64/PKGBUILD
  tinyxml/repos/community-x86_64/entity.patch
  tinyxml/repos/community-x86_64/tinyxml-2.5.3-stl.patch
  tinyxml/repos/community-x86_64/tinyxml.pc

--+
 /PKGBUILD|  120 +++
 /entity.patch|  128 +
 /tinyxml-2.5.3-stl.patch |   24 +
 /tinyxml.pc  |   20 
 community-i686/PKGBUILD  |   61 -
 community-i686/entity.patch  |   64 --
 community-i686/tinyxml-2.5.3-stl.patch   |   12 --
 community-i686/tinyxml.pc|   10 --
 community-x86_64/PKGBUILD|   61 -
 community-x86_64/entity.patch|   64 --
 community-x86_64/tinyxml-2.5.3-stl.patch |   12 --
 community-x86_64/tinyxml.pc  |   10 --
 12 files changed, 292 insertions(+), 294 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-26 13:32:48 UTC (rev 264513)
+++ community-i686/PKGBUILD 2017-10-26 13:33:10 UTC (rev 264514)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Larry Hajali 
-# Contributor: Hubert Grzeskowiak 
-
-pkgname=tinyxml
-pkgver=2.6.2
-pkgrel=5
-pkgdesc='Simple, small, C++ XML parser that can be easily integrated into 
other programs'
-url='http://www.grinninglizard.com/tinyxml/'
-arch=('x86_64' 'i686')
-license=('zlib')
-depends=('gcc-libs')
-makedepends=('setconf')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}_${pkgver//./_}.tar.gz;
-'entity.patch'
-"$pkgname-2.5.3-stl.patch"
-"$pkgname.pc")
-sha256sums=('15bdfdcec58a7da30adc87ac2b078e4417dbe5392f3afb719f9ba6d062645593'
-'ef493209b0a51160171fd834a7ec02679463b85fb89a2ea254213e47f99b'
-'3baf2c4dbc2c8f54a151dac8860113d2f549174f83ed85d552b094dfaebb52af'
-'0e37a568eaebb8f0644f148a3d3efa921ac518217e1c0de46c2859d26516bcc4')
-
-prepare() {
-  cd "$pkgname"
-
-  # Fix entity encoding.
-  patch -p0 -i "$srcdir/entity.patch"
-
-  # Make TINYXML_USE_STL permanently defined in tinyxml.h
-  patch -p1 -i "$srcdir/$pkgname-2.5.3-stl.patch"
-
-  # Fix Makefile
-  setconf Makefile TINYXML_USE_STL YES
-  setconf Makefile RELEASE_CFLAGS "$CXXFLAGS -fPIC"
-}
-
-build() {
-  cd "$pkgname"
-
-  make
-  g++ -fPIC "$CXXFLAGS" -shared -o "lib${pkgname}.so.0.$pkgver" \
-  -Wl,-soname,"lib${pkgname}.so.0" $(ls *.o | grep -v xmltest)
-}
-
-package() {
-  cd "$pkgname"
-
-  install -d -m 0755 "$pkgdir"/usr/{lib,include}
-  install -m 0755 "lib${pkgname}.so.0.$pkgver" "$pkgdir"/usr/lib/
-  install -m 0644 "$pkgname.h" tinystr.h "$pkgdir"/usr/include
-  install -Dm644 readme.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/$pkgname.pc" "$pkgdir/usr/lib/pkgconfig/$pkgname.pc"
-
-  cd "$pkgdir/usr/lib"
-  ln -s "lib${pkgname}.so.0.$pkgver" "lib${pkgname}.so.0"
-  ln -s "lib${pkgname}.so.0.$pkgver" "lib${pkgname}.so"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tinyxml/repos/community-i686/PKGBUILD (from rev 264513, 
tinyxml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-26 13:33:10 UTC (rev 264514)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Larry Hajali 
+# Contributor: Hubert Grzeskowiak 
+
+pkgname=tinyxml
+pkgver=2.6.2

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

2017-10-26 Thread Alexander Rødseth
Date: Thursday, October 26, 2017 @ 13:32:48
  Author: arodseth
Revision: 264513

upgpkg: tinyxml 2.6.2-6

Modified:
  tinyxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 13:25:39 UTC (rev 264512)
+++ PKGBUILD2017-10-26 13:32:48 UTC (rev 264513)
@@ -6,14 +6,13 @@
 
 pkgname=tinyxml
 pkgver=2.6.2
-pkgrel=5
-pkgdesc='Simple, small, C++ XML parser that can be easily integrated into 
other programs'
-url='http://www.grinninglizard.com/tinyxml/'
+pkgrel=6
+pkgdesc='Simple, small XML parser'
+url='http://grinninglizard.com/tinyxml/'
 arch=('x86_64' 'i686')
 license=('zlib')
-depends=('gcc-libs')
 makedepends=('setconf')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}_${pkgver//./_}.tar.gz;
+source=("https://downloads.sourceforge.net/$pkgname/${pkgname}_${pkgver//./_}.tar.gz;
 'entity.patch'
 "$pkgname-2.5.3-stl.patch"
 "$pkgname.pc")
@@ -25,7 +24,7 @@
 prepare() {
   cd "$pkgname"
 
-  # Fix entity encoding.
+  # Fix entity encoding
   patch -p0 -i "$srcdir/entity.patch"
 
   # Make TINYXML_USE_STL permanently defined in tinyxml.h
@@ -58,4 +57,4 @@
   ln -s "lib${pkgname}.so.0.$pkgver" "lib${pkgname}.so"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2017-10-26 Thread Alexander Rødseth
Date: Thursday, October 26, 2017 @ 13:25:39
  Author: arodseth
Revision: 264512

archrelease: copy trunk to community-x86_64

Added:
  grumpy/repos/community-x86_64/PKGBUILD
(from rev 264511, grumpy/trunk/PKGBUILD)
Deleted:
  grumpy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-26 13:25:28 UTC (rev 264511)
+++ PKGBUILD2017-10-26 13:25:39 UTC (rev 264512)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=grumpy
-pkgver=0.1
-pkgrel=2
-pkgdesc='Python to Go transpiler and Python interpreter'
-arch=('x86_64' 'i686')
-url='https://github.com/google/grumpy'
-depends=('go' 'python2')
-makedepends=('go' 'python2' 'git')
-license=('Apache')
-options=('!strip')
-source=("git+https://github.com/google/grumpy.git#commit=401813edf5da8807418711122eaf12a18fb6bd64;)
-md5sums=('SKIP')
-
-build() {
-  make -C grumpy
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C grumpy install
-}
-
-# vim: ts=2 sw=2 et:

Copied: grumpy/repos/community-x86_64/PKGBUILD (from rev 264511, 
grumpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-26 13:25:39 UTC (rev 264512)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=grumpy
+pkgver=0.1
+pkgrel=3
+pkgdesc='Python to Go transpiler and Python interpreter'
+arch=('x86_64')
+license=('Apache')
+url='https://github.com/google/grumpy'
+options=('!strip')
+depends=('python2')
+makedepends=('go-pie' 'git')
+optdepend=('go: compile sources with Go'
+   'go-pie: compile sources with Go (PIE)'
+   'gcc-go: compile sources with gcc-go')
+source=("git+https://github.com/google/grumpy.git#commit=2c8ff4b377ebb6455cf81ef8b7a4ec6cd435ed61;)
+md5sums=('SKIP')
+
+prepare() {
+  # https://github.com/google/grumpy/issues/378
+  find "$srcdir" -type f -name "*.go" -exec sed -i 's:const _ =:const _x =:g' 
'{}' \;
+}
+
+build() {
+  make -C grumpy
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C grumpy install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-26 Thread Alexander Rødseth
Date: Thursday, October 26, 2017 @ 13:25:28
  Author: arodseth
Revision: 264511

upgpkg: grumpy 0.1-3

Modified:
  grumpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 13:25:11 UTC (rev 264510)
+++ PKGBUILD2017-10-26 13:25:28 UTC (rev 264511)
@@ -3,17 +3,25 @@
 
 pkgname=grumpy
 pkgver=0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Python to Go transpiler and Python interpreter'
-arch=('x86_64' 'i686')
+arch=('x86_64')
+license=('Apache')
 url='https://github.com/google/grumpy'
-depends=('go' 'python2')
-makedepends=('go' 'python2' 'git')
-license=('Apache')
 options=('!strip')
-source=("git+https://github.com/google/grumpy.git#commit=401813edf5da8807418711122eaf12a18fb6bd64;)
+depends=('python2')
+makedepends=('go-pie' 'git')
+optdepend=('go: compile sources with Go'
+   'go-pie: compile sources with Go (PIE)'
+   'gcc-go: compile sources with gcc-go')
+source=("git+https://github.com/google/grumpy.git#commit=2c8ff4b377ebb6455cf81ef8b7a4ec6cd435ed61;)
 md5sums=('SKIP')
 
+prepare() {
+  # https://github.com/google/grumpy/issues/378
+  find "$srcdir" -type f -name "*.go" -exec sed -i 's:const _ =:const _x =:g' 
'{}' \;
+}
+
 build() {
   make -C grumpy
 }


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

2017-10-26 Thread Alexander Rødseth
Date: Thursday, October 26, 2017 @ 12:54:10
  Author: arodseth
Revision: 264509

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-26 12:53:56 UTC (rev 264508)
+++ community-i686/PKGBUILD 2017-10-26 12:54:10 UTC (rev 264509)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=33
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-makedepends=('gcc-go' 'gendesk' 'git' 'mercurial' 'setconf')
-depends=('go-tools' 'qt5-webkit')
-optdepends=('go: go compiler'
-'gcc-go: go compiler')
-options=('!strip' '!emptydirs')
-source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#commit=34d5902698b684fe21e831e086ac9987b36eff63;)
-md5sums=('SKIP')
-
-prepare() {
-  gendesk -f -n --name LiteIDE --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  # Fix for FS#4662 until fixed by upstream
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  sed -i 's|^GOROOT|#GOROOT|g' linux32.env
-  sed -i 's|^GOROOT|#GOROOT|g' linux64.env
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH="$(pwd)/go"
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-
-  # https://github.com/visualfc/liteide/issues/633
-  go get -u github.com/visualfc/gotools
-  go get -u github.com/nsf/gocode
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd "$srcdir"
-
-  msg2 'Packaging desktop shortcut...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -d "$pkgdir/usr/share/pixmaps"
-  ln -s /usr/share/liteide/welcome/images/liteide400.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim: ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 264508, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-26 12:54:10 UTC (rev 264509)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=33
+pkgrel=3
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+makedepends=('gcc-go' 'gendesk' 'git' 'imagemagick' 'mercurial' 'setconf')
+depends=('go-tools' 'qt5-webkit')
+optdepends=('go: go compiler'
+'gcc-go: go compiler')
+options=('!strip' '!emptydirs')
+source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#commit=34d5902698b684fe21e831e086ac9987b36eff63;)
+md5sums=('SKIP')
+
+prepare() {
+  gendesk -f -n --name LiteIDE --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+  chmod +x 

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

2017-10-26 Thread Alexander Rødseth
Date: Thursday, October 26, 2017 @ 12:53:56
  Author: arodseth
Revision: 264508

upgpkg: liteide 33-3

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 12:49:24 UTC (rev 264507)
+++ PKGBUILD2017-10-26 12:53:56 UTC (rev 264508)
@@ -6,12 +6,12 @@
 
 pkgname=liteide
 pkgver=33
-pkgrel=2
+pkgrel=3
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=('LGPL')
 arch=('x86_64' 'i686')
 url='https://github.com/visualfc/liteide'
-makedepends=('gcc-go' 'gendesk' 'git' 'mercurial' 'setconf')
+makedepends=('gcc-go' 'gendesk' 'git' 'imagemagick' 'mercurial' 'setconf')
 depends=('go-tools' 'qt5-webkit')
 optdepends=('go: go compiler'
 'gcc-go: go compiler')
@@ -27,6 +27,9 @@
   cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
   sed -i 's|^GOROOT|#GOROOT|g' linux32.env
   sed -i 's|^GOROOT|#GOROOT|g' linux64.env
+
+  # Fix the libpng warning: iCCP: known incorrect sRGB profile
+  find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
 }
 
 build() {


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

2017-10-26 Thread Evgeniy Alekseev
Date: Thursday, October 26, 2017 @ 12:49:24
  Author: arcanis
Revision: 264507

archrelease: copy trunk to community-any

Added:
  pdfsam/repos/community-any/PKGBUILD
(from rev 264506, pdfsam/trunk/PKGBUILD)
  pdfsam/repos/community-any/pdfsam
(from rev 264506, pdfsam/trunk/pdfsam)
  pdfsam/repos/community-any/pdfsam.png
(from rev 264506, pdfsam/trunk/pdfsam.png)
Deleted:
  pdfsam/repos/community-any/PKGBUILD
  pdfsam/repos/community-any/pdfsam
  pdfsam/repos/community-any/pdfsam.png

--+
 PKGBUILD |   96 ++---
 pdfsam   |   72 ++---
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-26 12:49:04 UTC (rev 264506)
+++ PKGBUILD2017-10-26 12:49:24 UTC (rev 264507)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Tom 
-
-pkgname=pdfsam
-pkgver=3.3.3
-pkgrel=1
-pkgdesc="A free open source tool to split and merge pdf documents"
-arch=('any')
-url="http://www.pdfsam.org/;
-license=('AGPL3')
-depends=('java-environment>=8' 'java-openjfx>=8' 'sh')
-makedepends=('desktop-file-utils' 'gendesk')
-source=("https://github.com/torakiki/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-bin.zip;
-"pdfsam"
-"pdfsam.png")
-
-prepare() {
-  # create *.desktop file
-  gendesk -f -n \
-  --pkgname="${pkgname}" \
-  --pkgdesc="${pkgdesk}" \
-  --name="PDFsam" \
-  --categories="Office"
-}
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/modules"
-  install -Dm644 "${pkgname}-${pkgver}/pdfsam-community-${pkgver}.jar" \
- "${pkgdir}/usr/share/java/${pkgname}/"
-  install -Dm755 "${pkgname}-${pkgver}/bin/pdfsam.sh" \
- "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
-  install -Dm755 "${pkgname}-${pkgver}/etc/logback.xml" \
- "${pkgdir}/usr/share/java/${pkgname}/etc/logback.xml"
-  install -Dm755 "${pkgname}-${pkgver}/resources/splash.gif" \
- "${pkgdir}/usr/share/java/${pkgname}/resources/splash.gif"
-
-  # exec
-  install -Dm755 "pdfsam" "${pkgdir}/usr/bin/pdfsam"
-
-  # desktop
-  install -Dm644 "pdfsam.png" "${pkgdir}/usr/share/pixmaps/pdfsam.png"
-  install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}
-
-sha512sums=('4d031f7165622cf16afebcf5acd5e3948845b183cf3b09f9f384c3c47ccb2c613d55526da36ee438547988293b96f76ab76a48a431b6c160995d7c6ead34c260'
-
'2e797fe4d7b8ae18003cd3098cffd97b1a6025c32603bfda7fd53a12e9664198f69d90e6802f7aff79c7d629008b4d00978f9266bc2ae75ba48af64161ad4641'
-
'219c3b78b1246103ca6c0b4b50f23a38f994458f54ddfdd37058df33587e258bbe0c3b7f0866dc3d10e657c9425a8b3be915ef6a09a2401e937ac50315653dfb')

Copied: pdfsam/repos/community-any/PKGBUILD (from rev 264506, 
pdfsam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-26 12:49:24 UTC (rev 264507)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Tom 
+
+pkgname=pdfsam
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="A free open source tool to split and merge pdf documents"
+arch=('any')
+url="http://www.pdfsam.org/;
+license=('AGPL3')
+depends=('java-environment>=8' 'java-openjfx>=8' 'sh')
+makedepends=('desktop-file-utils' 'gendesk')
+source=("https://github.com/torakiki/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-bin.zip;
+"pdfsam"
+"pdfsam.png")
+
+prepare() {
+  # create *.desktop file
+  gendesk -f -n \
+  --pkgname="${pkgname}" \
+  --pkgdesc="${pkgdesk}" \
+  --name="PDFsam" \
+  --categories="Office"
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/modules"
+  install -Dm644 "${pkgname}-${pkgver}/pdfsam-community-${pkgver}.jar" \
+ "${pkgdir}/usr/share/java/${pkgname}/"
+  install -Dm755 "${pkgname}-${pkgver}/bin/pdfsam.sh" \
+ "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
+  install -Dm755 "${pkgname}-${pkgver}/etc/logback.xml" \
+ "${pkgdir}/usr/share/java/${pkgname}/etc/logback.xml"
+  install -Dm755 "${pkgname}-${pkgver}/resources/splash.gif" \
+ "${pkgdir}/usr/share/java/${pkgname}/resources/splash.gif"
+
+  # exec
+  install -Dm755 "pdfsam" "${pkgdir}/usr/bin/pdfsam"
+
+  # desktop
+  install -Dm644 "pdfsam.png" "${pkgdir}/usr/share/pixmaps/pdfsam.png"
+  install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}
+
+sha512sums=('4e3e5c61ed828a9a140c4bbaf8e28fecbb17cb8f721879f35393e7d30c3869c0403b8d56f0eff77a2608f30933c3a4deb5e018a484f670df5057ebd18f9fbfd8'
+

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

2017-10-26 Thread Evgeniy Alekseev
Date: Thursday, October 26, 2017 @ 12:49:04
  Author: arcanis
Revision: 264506

upgpkg: pdfsam 3.3.4-1

Modified:
  pdfsam/trunk/PKGBUILD
  pdfsam/trunk/pdfsam

--+
 PKGBUILD |6 +++---
 pdfsam   |8 
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 12:15:12 UTC (rev 264505)
+++ PKGBUILD2017-10-26 12:49:04 UTC (rev 264506)
@@ -3,7 +3,7 @@
 # Contributor: Tom 
 
 pkgname=pdfsam
-pkgver=3.3.3
+pkgver=3.3.4
 pkgrel=1
 pkgdesc="A free open source tool to split and merge pdf documents"
 arch=('any')
@@ -43,6 +43,6 @@
   install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
 }
 
-sha512sums=('4d031f7165622cf16afebcf5acd5e3948845b183cf3b09f9f384c3c47ccb2c613d55526da36ee438547988293b96f76ab76a48a431b6c160995d7c6ead34c260'
-
'2e797fe4d7b8ae18003cd3098cffd97b1a6025c32603bfda7fd53a12e9664198f69d90e6802f7aff79c7d629008b4d00978f9266bc2ae75ba48af64161ad4641'
+sha512sums=('4e3e5c61ed828a9a140c4bbaf8e28fecbb17cb8f721879f35393e7d30c3869c0403b8d56f0eff77a2608f30933c3a4deb5e018a484f670df5057ebd18f9fbfd8'
+
'89b66081b761fd392550339c3ca04c9af828528355ded8aa4a8c6f94988010a5b44c3c1bfb2042c37113a1c764344ffba9ebf888a528d02ba36cbac29ad1a936'
 
'219c3b78b1246103ca6c0b4b50f23a38f994458f54ddfdd37058df33587e258bbe0c3b7f0866dc3d10e657c9425a8b3be915ef6a09a2401e937ac50315653dfb')

Modified: pdfsam
===
--- pdfsam  2017-10-26 12:15:12 UTC (rev 264505)
+++ pdfsam  2017-10-26 12:49:04 UTC (rev 264506)
@@ -2,7 +2,7 @@
 # run application with java env >= 8
 
 PDFSAM_EXECUTABLE="/usr/share/java/pdfsam/bin/pdfsam.sh"
-PDFSAM_JAVA_VERSION="8"
+PDFSAM_JAVA_VERSION="8\|9"
 
 run_pdfsam() {
 exec "${PDFSAM_EXECUTABLE}"
@@ -10,8 +10,8 @@
 }
 
 # check JAVA_HOME first
-if test ! -z "${JAVA_HOME}"; then
-if test "${JAVA_HOME#*$PDFSAM_JAVA_VERSION}" != "${JAVA_HOME}"; then
+if test -n "${JAVA_HOME}"; then
+if echo ${JAVA_HOME} | grep -q "${PDFSAM_JAVA_VERSION}"; then
 # system environment variable set to required, do nothing
 echo "Using java environment from JAVA_HOME: ${JAVA_HOME}" >&2
 run_pdfsam
@@ -31,6 +31,6 @@
 
 # find valid environment
 PDFSAM_JAVA_ENV="`archlinux-java status | grep "${PDFSAM_JAVA_VERSION}" | awk 
'{ print $1 }'`"
-export PATH="/usr/lib/jvm/${PDFSAM_JAVA_ENV}/jre/bin/:${PATH}"
+export PATH="/usr/lib/jvm/${PDFSAM_JAVA_ENV%/*}/jre/bin/:${PATH}"
 echo "Run with exported ${PDFSAM_JAVA_ENV}" >&2
 run_pdfsam


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

2017-10-26 Thread Evgeniy Alekseev
Date: Thursday, October 26, 2017 @ 12:12:23
  Author: arcanis
Revision: 264502

upgpkg: vtk 8.0.1-1

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 11:52:48 UTC (rev 264501)
+++ PKGBUILD2017-10-26 12:12:23 UTC (rev 264502)
@@ -5,7 +5,7 @@
 # Contributor: Thomas Dziedzic 
 
 pkgname=vtk
-pkgver=8.0.0
+pkgver=8.0.1
 _majorver=8.0
 pkgrel=1
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
@@ -43,9 +43,9 @@
 
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
 
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;)
 options=(staticlibs)
-sha512sums=('6ffb3ed94f2e06a92aac4c13143774e4ade2341c8d8eba23d4ff60a7ead932c20593d388d11fa026edda58ab7655237784ff70e89613e6fab88f1848683bcca0'
-
'dcd7e5f87be7f9d25380518eea7f21d48d757c0c8cb83dba3f72cef829f25df8e718bd8076ce8a05431b1607dcb57cbbd446bca6863bd481d6613c8aa86549e7'
-
'e1c8c67f56919359e817f8c8ed360f8830f6e824e078aac2da894edca0e686399003cf5886c861dbdb9cadda39a7a69c72d6537d117dcd17d7698421b6cbe5c9')
+sha512sums=('dd68b5218d3d94179446eb73015dce8ff7d42751acf425c10e2b8a7928ee3c3c217bc671af5c9e1b13bdc459ea1c3cd897a18aac189caffbf6bca6b46faac7c2'
+
'3160123e6165c2b6bb474f957ab48f20db7c0820117f819e74816379a4ec493d4f1555b83860322727732e24d54968184b51969eae42bba6074fb10e51e77afa'
+
'b5b412e346ec0f1b402b67b631afdc81ec4064d99515fc011e9834abed64931e62f2c9808f8374ddb46adcb963a100f3d23981ffa905b97f0cffb73116acf53b')
 
 prepare() {
   rm -rf "build"


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

2017-10-26 Thread Evgeniy Alekseev
Date: Thursday, October 26, 2017 @ 12:12:45
  Author: arcanis
Revision: 264503

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

Added:
  vtk/repos/community-staging-i686/.contrib
(from rev 264502, vtk/trunk/.contrib)
  vtk/repos/community-staging-i686/PKGBUILD
(from rev 264502, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-x86_64/.contrib
(from rev 264502, vtk/trunk/.contrib)
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 264502, vtk/trunk/PKGBUILD)
Deleted:
  vtk/repos/community-staging-i686/.contrib
  vtk/repos/community-staging-i686/PKGBUILD
  vtk/repos/community-staging-x86_64/.contrib
  vtk/repos/community-staging-x86_64/PKGBUILD

---+
 /.contrib |   12 +
 /PKGBUILD |  250 
 community-staging-i686/.contrib   |6 
 community-staging-i686/PKGBUILD   |  125 --
 community-staging-x86_64/.contrib |6 
 community-staging-x86_64/PKGBUILD |  125 --
 6 files changed, 262 insertions(+), 262 deletions(-)

Deleted: community-staging-i686/.contrib
===
--- community-staging-i686/.contrib 2017-10-26 12:12:23 UTC (rev 264502)
+++ community-staging-i686/.contrib 2017-10-26 12:12:45 UTC (rev 264503)
@@ -1,6 +0,0 @@
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl

Copied: vtk/repos/community-staging-i686/.contrib (from rev 264502, 
vtk/trunk/.contrib)
===
--- community-staging-i686/.contrib (rev 0)
+++ community-staging-i686/.contrib 2017-10-26 12:12:45 UTC (rev 264503)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-10-26 12:12:23 UTC (rev 264502)
+++ community-staging-i686/PKGBUILD 2017-10-26 12:12:45 UTC (rev 264503)
@@ -1,125 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Ray Rashif 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic 
-
-pkgname=vtk
-pkgver=8.0.0
-_majorver=8.0
-pkgrel=1
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
-arch=('i686' 'x86_64')
-url='http://www.vtk.org/'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('boost' 'cmake' 'doxygen' 'ffmpeg' 'gdal' 'glew' 'gnuplot'
- 'hdf5' 'java-environment' 'jsoncpp' 'libharu'
- 'mariadb' 'openmpi' 'proj' 'python-autobahn' 'python-matplotlib'
- 'python-mpi4py' 'python-twisted' 'qt5-base' 'qt5-tools'
- 'qt5-webkit' 'qt5-x11extras' 'tk' 'unixodbc' 'wget')
-optdepends=('python: python bindings'
-'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools'
-'python-matplotlib: for Matplotlib rendering'
-'python-twisted: for vtkWeb'
-'python-autobahn: for vtkWeb'
-'python-mpi4py: OpenMPI python support'
-'openmpi: OpenMPI support'
-'qt5-x11extras'
-'qt5-webkit: WebKit support'
-'ffmpeg'
-'gdal'
-'glew'
-'hdf5'
-'jsoncpp'
-'libharu'
-'mariadb'
-'proj'
-'unixodbc')
-source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;)
-options=(staticlibs)
-sha512sums=('6ffb3ed94f2e06a92aac4c13143774e4ade2341c8d8eba23d4ff60a7ead932c20593d388d11fa026edda58ab7655237784ff70e89613e6fab88f1848683bcca0'
-
'dcd7e5f87be7f9d25380518eea7f21d48d757c0c8cb83dba3f72cef829f25df8e718bd8076ce8a05431b1607dcb57cbbd446bca6863bd481d6613c8aa86549e7'
-
'e1c8c67f56919359e817f8c8ed360f8830f6e824e078aac2da894edca0e686399003cf5886c861dbdb9cadda39a7a69c72d6537d117dcd17d7698421b6cbe5c9')
-
-prepare() {
-  rm -rf "build"
-  mkdir "build"
-}
-
-build() {
-  cd "build"
-
-  # to help cmake find java
-  export JAVA_HOME=/usr/lib/jvm/default
-
-  # flags to enable using system libs
-  local cmake_system_flags=""
-  # TODO: try to use system provided XDMF2, XDMF3, NETCDF, GL2PS
-  # VTK fails to compile with recent netcdf-cxx package, VTK should be ported 
to the latest API
-  # VTK does not work with XDMF2 compiled from git. TODO: make vtk compatible 
with system XDMF library.
-  # Note: VTK 

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

2017-10-26 Thread Evgeniy Alekseev
Date: Thursday, October 26, 2017 @ 12:15:12
  Author: arcanis
Revision: 264505

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

Added:
  libasl/repos/community-staging-i686/PKGBUILD
(from rev 264504, libasl/trunk/PKGBUILD)
  libasl/repos/community-staging-i686/suppress-deprecated-warnings.patch
(from rev 264504, libasl/trunk/suppress-deprecated-warnings.patch)
  libasl/repos/community-staging-i686/vtk-8.0.patch
(from rev 264504, libasl/trunk/vtk-8.0.patch)
  libasl/repos/community-staging-x86_64/PKGBUILD
(from rev 264504, libasl/trunk/PKGBUILD)
  libasl/repos/community-staging-x86_64/suppress-deprecated-warnings.patch
(from rev 264504, libasl/trunk/suppress-deprecated-warnings.patch)
  libasl/repos/community-staging-x86_64/vtk-8.0.patch
(from rev 264504, libasl/trunk/vtk-8.0.patch)
Deleted:
  libasl/repos/community-staging-i686/PKGBUILD
  libasl/repos/community-staging-i686/suppress-deprecated-warnings.patch
  libasl/repos/community-staging-i686/vtk-8.0.patch
  libasl/repos/community-staging-x86_64/PKGBUILD
  libasl/repos/community-staging-x86_64/suppress-deprecated-warnings.patch
  libasl/repos/community-staging-x86_64/vtk-8.0.patch

-+
 /PKGBUILD   |  102 ++
 /suppress-deprecated-warnings.patch |   24 ++
 /vtk-8.0.patch  |   58 +
 community-staging-i686/PKGBUILD |   51 -
 community-staging-i686/suppress-deprecated-warnings.patch   |   12 -
 community-staging-i686/vtk-8.0.patch|   29 --
 community-staging-x86_64/PKGBUILD   |   51 -
 community-staging-x86_64/suppress-deprecated-warnings.patch |   12 -
 community-staging-x86_64/vtk-8.0.patch  |   29 --
 9 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-10-26 12:14:52 UTC (rev 264504)
+++ community-staging-i686/PKGBUILD 2017-10-26 12:15:12 UTC (rev 264505)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Andrejs Mivreņiks 
-
-pkgname=libasl
-pkgver=0.1.7
-pkgrel=6
-pkgdesc='Free and open source hardware accelerated multiphysics simulation 
platform (Advanced Simulation Library)'
-arch=('i686' 'x86_64')
-url='http://asl.org.il/'
-license=('AGPL3')
-depends=('boost-libs' 'opencl-icd-loader' 'libmatio' 'vtk' 'libjpeg' 'libpng' 
'libtiff'
- 'freetype2' 'libgl')
-makedepends=('cmake' 'opencl-headers' 'boost' 'mesa-libgl')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AvtechScientific/ASL/archive/v${pkgver}.tar.gz;
-'suppress-deprecated-warnings.patch'
-'vtk-8.0.patch')
-sha512sums=('337754adefa8619bbc2ab0e06fc811dd1cc550252b165241a265f87224aa84c5ee69fb3bf60324093df5b21aa87712e2210d4bcdd8593f0740183574528a30bd'
-
'6aecf660790ea2ba0d9de48aef4c4a1058b07d04cbc74ad6a9f127a51f02b39fdab5f8faa269d0bbbc003ea5cea6910f54a7d980fbf5e641629869e20528f70a'
-
'1e1e679003ae0f750db1728196b7e4a8703304592f05698f24c359f185d8873e2c623b8152a63737b000109d88de38618b984865669652eb23b27396dd7dad79')
-
-prepare() {
-  rm -rf "build"
-  mkdir "build"
-
-  # patch to suppress 'deprecated' warning messages
-  # caused by 'opencl-headers' since update to 2.0
-  cd "ASL-${pkgver}"
-  patch -p1 -i "${srcdir}/suppress-deprecated-warnings.patch"
-  # update cmake to allow vtk>=8.0
-  patch -p1 -i "${srcdir}/vtk-8.0.patch"
-}
-
-build() {
-  cd "build"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_SHARED_LIBS=ON \
--DWITH_EXAMPLES=ON \
--DWITH_MATIO=ON \
--DWITH_API_DOC=OFF \
--DWITH_TESTS=OFF \
-"../ASL-${pkgver}"
-  make
-}
-
-package() {
-  cd "build"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: libasl/repos/community-staging-i686/PKGBUILD (from rev 264504, 
libasl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-26 12:15:12 UTC (rev 264505)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Andrejs Mivreņiks 
+
+pkgname=libasl
+pkgver=0.1.7
+pkgrel=7
+pkgdesc='Free and open source hardware accelerated multiphysics simulation 
platform (Advanced Simulation Library)'
+arch=('i686' 'x86_64')
+url='http://asl.org.il/'
+license=('AGPL3')
+depends=('boost-libs' 'opencl-icd-loader' 'libmatio' 'vtk' 'libjpeg' 'libpng' 
'libtiff'
+ 'freetype2' 'libgl')
+makedepends=('cmake' 'opencl-headers' 'boost' 'mesa-libgl')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AvtechScientific/ASL/archive/v${pkgver}.tar.gz;
+

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

2017-10-26 Thread Evgeniy Alekseev
Date: Thursday, October 26, 2017 @ 12:14:52
  Author: arcanis
Revision: 264504

upgpkg: libasl 0.1.7-7

vtk-8.0.1 rebuild

Modified:
  libasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 12:12:45 UTC (rev 264503)
+++ PKGBUILD2017-10-26 12:14:52 UTC (rev 264504)
@@ -4,7 +4,7 @@
 
 pkgname=libasl
 pkgver=0.1.7
-pkgrel=6
+pkgrel=7
 pkgdesc='Free and open source hardware accelerated multiphysics simulation 
platform (Advanced Simulation Library)'
 arch=('i686' 'x86_64')
 url='http://asl.org.il/'


  1   2   >