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

2015-11-18 Thread Timothy Redaelli
Date: Wednesday, November 18, 2015 @ 18:17:51
  Author: tredaelli
Revision: 147089

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

Added:
  argyllcms/repos/community-i686/PKGBUILD
(from rev 147088, argyllcms/trunk/PKGBUILD)
  argyllcms/repos/community-i686/argyllcms-1.8.0-gcc5.patch
(from rev 147088, argyllcms/trunk/argyllcms-1.8.0-gcc5.patch)
  argyllcms/repos/community-i686/argyllcms.install
(from rev 147088, argyllcms/trunk/argyllcms.install)
  argyllcms/repos/community-x86_64/PKGBUILD
(from rev 147088, argyllcms/trunk/PKGBUILD)
  argyllcms/repos/community-x86_64/argyllcms-1.8.0-gcc5.patch
(from rev 147088, argyllcms/trunk/argyllcms-1.8.0-gcc5.patch)
  argyllcms/repos/community-x86_64/argyllcms.install
(from rev 147088, argyllcms/trunk/argyllcms.install)
Deleted:
  argyllcms/repos/community-i686/PKGBUILD
  argyllcms/repos/community-i686/argyllcms-1.8.0-gcc5.patch
  argyllcms/repos/community-i686/argyllcms.install
  argyllcms/repos/community-x86_64/PKGBUILD
  argyllcms/repos/community-x86_64/argyllcms-1.8.0-gcc5.patch
  argyllcms/repos/community-x86_64/argyllcms.install

-+
 /PKGBUILD   |  122 ++
 /argyllcms-1.8.0-gcc5.patch |   40 
 /argyllcms.install  |   78 
 community-i686/PKGBUILD |   61 -
 community-i686/argyllcms-1.8.0-gcc5.patch   |   20 
 community-i686/argyllcms.install|   39 
 community-x86_64/PKGBUILD   |   61 -
 community-x86_64/argyllcms-1.8.0-gcc5.patch |   20 
 community-x86_64/argyllcms.install  |   39 
 9 files changed, 240 insertions(+), 240 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 17:16:10 UTC (rev 147088)
+++ community-i686/PKGBUILD 2015-11-18 17:17:51 UTC (rev 147089)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
-
-pkgname=argyllcms
-_pkgname=Argyll
-pkgver=1.8.3
-_pkgver="V${pkgver}"
-pkgrel=1
-pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
-arch=(i686 x86_64)
-depends=('libtiff' 'libxss' 'libxinerama' 'libxxf86vm' 'libxrandr' 'openssl')
-makedepends=('ftjam' 'zip' 'unzip')
-# You need to fake an UserAgent or it doesn't download
-DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A 
"Mozilla/4.0" -o %o %u')
-source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip
-argyllcms-1.8.0-gcc5.patch)
-url="http://www.argyllcms.com/;
-license=("GPL" "AGPL")
-install=${pkgname}.install
-sha256sums=('60494176785f6c2e4e4daefb9452d83859880449040b2a843ed81de3bd0c558e'
-'de9b8a90e249070d457291c29ae3c732f89c51bc6f6296cb6aa7e800ba31a0e5')
-
-prepare() {
-  cd ${_pkgname}_${_pkgver}
-  sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules
-  patch -Np1 -i "$srcdir"/argyllcms-1.8.0-gcc5.patch
-
-  sed -i 's/-j${NUMBER_OF_PROCESSORS:-2}/$MAKEFLAGS/' makeall.sh
-
-  # From Gentoo argyllcms ebuild
-  echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
-  echo "STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau 
-lXdmcp -lXss -ltiff -ljpeg ;" >> Jamtop
-}
-
-build() {
-  cd ${_pkgname}_${_pkgver}
-
-  CCOPTFLAG="$CFLAGS" ./makeall.sh
-  ./makeinstall.sh
-  ./makepackagebin.sh
-  rm {bin,ref}/License.txt
-  rm {doc,ref}/afiles
-}
-
-package() {
-  mkdir -p "${pkgdir}"/usr/bin
-  install -m755 ${_pkgname}_${_pkgver}/bin/* "${pkgdir}"/usr/bin
-  mkdir -p "${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/ref/*.* 
"${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/profile/*.sp 
"${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/scanin/*.c?? 
"${pkgdir}"/usr/share/${pkgname}/ref
-  # Because there is just html documentation we have to move it
-  mkdir -p "${pkgdir}"/usr/share/${pkgname}/doc/ccmxs
-  install -m644 ${_pkgname}_${_pkgver}/doc/ccmxs/*.ccmx 
"${pkgdir}"/usr/share/${pkgname}/doc/ccmxs
-  install -m644 ${_pkgname}_${_pkgver}/doc/*.* 
"${pkgdir}"/usr/share/${pkgname}/doc
-  mkdir -p "${pkgdir}"/usr/lib/udev/rules.d
-  install -m644 ${_pkgname}_${_pkgver}/usb/55-Argyll.rules 
"${pkgdir}"/usr/lib/udev/rules.d/55-Argyll.rules
-}
-
-# vim:set ts=2 sw=2 et:

Copied: argyllcms/repos/community-i686/PKGBUILD (from rev 147088, 
argyllcms/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 17:17:51 UTC (rev 147089)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Timothy Redaelli 

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

2015-11-18 Thread Timothy Redaelli
Date: Wednesday, November 18, 2015 @ 18:17:53
  Author: tredaelli
Revision: 147090

upgpkg: dispcalgui 3.0.4.3-1

Modified:
  dispcalgui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 17:17:51 UTC (rev 147089)
+++ PKGBUILD2015-11-18 17:17:53 UTC (rev 147090)
@@ -4,7 +4,7 @@
 # Contributor: foxbunny 
 
 pkgname=dispcalgui
-pkgver=3.0.4.2
+pkgver=3.0.4.3
 pkgrel=1
 pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('gksu: For running as root')
 install=${pkgname}.install
 
source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('718f82fd04461cf271406b182cb1a419')
+md5sums=('8cf05bb4d0c92e3a6a4742c2c871ca68')
 
 prepare() {
   cd dispcalGUI-${pkgver}


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

2015-11-18 Thread Sven-Hendrik Haase
Date: Wednesday, November 18, 2015 @ 18:40:25
  Author: svenstaro
Revision: 147095

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 147094, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 147094, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 147094, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 147094, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 147094, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 147094, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 17:40:13 UTC (rev 147094)
+++ community-i686/PKGBUILD 2015-11-18 17:40:25 UTC (rev 147095)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.35.8
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure (optimized builds)'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha256sums=('7ef531bab87a8f2b2643f82cf56b857c399b7be2ba1beb14164f6d11cdd4b8ff'
-'9292bd492dc3e6d8d2541cb80d5ad0ba4adbb423d25bad39c097bff48bc294a4'
-'41b6ecbaccdce94f4d4054ade1d190a64937782c7a8b75d96c079ed22e7c35dc'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat

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

2015-11-18 Thread Sven-Hendrik Haase
Date: Wednesday, November 18, 2015 @ 18:40:13
  Author: svenstaro
Revision: 147094

upgpkg: emscripten 1.35.9-1

upstream release 1.35.9

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 17:25:15 UTC (rev 147093)
+++ PKGBUILD2015-11-18 17:40:13 UTC (rev 147094)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.35.8
+pkgver=1.35.9
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha256sums=('7ef531bab87a8f2b2643f82cf56b857c399b7be2ba1beb14164f6d11cdd4b8ff'
-'9292bd492dc3e6d8d2541cb80d5ad0ba4adbb423d25bad39c097bff48bc294a4'
-'41b6ecbaccdce94f4d4054ade1d190a64937782c7a8b75d96c079ed22e7c35dc'
+sha256sums=('bc6966366d1d7720d362bf00f4c98de49ad0b7078909123a06cb02f764d4db3c'
+'87e1ea01868e775227a57f23ea21be9d47d1fe0e73682bd4a9ef4ae73cf3a2e4'
+'df55066375dd778186c7647a465bab5b09c5506a1c4cb90727fb1798a016b1bb'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


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

2015-11-18 Thread Timothy Redaelli
Date: Wednesday, November 18, 2015 @ 18:15:57
  Author: tredaelli
Revision: 147087

upgpkg: argyllcms 1.8.3-1

Modified:
  argyllcms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 15:53:50 UTC (rev 147086)
+++ PKGBUILD2015-11-18 17:15:57 UTC (rev 147087)
@@ -4,7 +4,7 @@
 
 pkgname=argyllcms
 _pkgname=Argyll
-pkgver=1.8.2
+pkgver=1.8.3
 _pkgver="V${pkgver}"
 pkgrel=1
 pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
@@ -18,7 +18,7 @@
 url="http://www.argyllcms.com/;
 license=("GPL" "AGPL")
 install=${pkgname}.install
-sha256sums=('59bdfaeace35d2007c90fc53234ba33bf8a64cffc08f7b27a297fc5f85455377'
+sha256sums=('60494176785f6c2e4e4daefb9452d83859880449040b2a843ed81de3bd0c558e'
 'de9b8a90e249070d457291c29ae3c732f89c51bc6f6296cb6aa7e800ba31a0e5')
 
 prepare() {


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

2015-11-18 Thread Timothy Redaelli
Date: Wednesday, November 18, 2015 @ 18:18:04
  Author: tredaelli
Revision: 147091

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 147090, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 147090, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 147090, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 147090, dispcalgui/trunk/dispcalgui.install)
Deleted:
  dispcalgui/repos/community-i686/PKGBUILD
  dispcalgui/repos/community-i686/dispcalgui.install
  dispcalgui/repos/community-x86_64/PKGBUILD
  dispcalgui/repos/community-x86_64/dispcalgui.install

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   32 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 17:17:53 UTC (rev 147090)
+++ community-i686/PKGBUILD 2015-11-18 17:18:04 UTC (rev 147091)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-pkgname=dispcalgui
-pkgver=3.0.4.2
-pkgrel=1
-pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
-arch=('i686' 'x86_64')
-url="http://hoech.net/dispcalGUI/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('718f82fd04461cf271406b182cb1a419')
-
-prepare() {
-  cd dispcalGUI-${pkgver}
-  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd dispcalGUI-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/PKGBUILD (from rev 147090, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 17:18:04 UTC (rev 147091)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+pkgname=dispcalgui
+pkgver=3.0.4.3
+pkgrel=1
+pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
+arch=('i686' 'x86_64')
+url="http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+md5sums=('8cf05bb4d0c92e3a6a4742c2c871ca68')
+
+prepare() {
+  cd dispcalGUI-${pkgver}
+  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd dispcalGUI-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  #udev rules are shipped with argyllcms
+  rm -rf "${pkgdir}"/etc/udev/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2015-11-18 17:17:53 UTC (rev 147090)
+++ community-i686/dispcalgui.install   2015-11-18 17:18:04 UTC (rev 147091)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 147090, 
dispcalgui/trunk/dispcalgui.install)

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

2015-11-18 Thread Jonathan Steel
Date: Wednesday, November 18, 2015 @ 18:46:54
  Author: jsteel
Revision: 147099

archrelease: copy trunk to community-testing-any

Added:
  hiera/repos/community-testing-any/
  hiera/repos/community-testing-any/PKGBUILD
(from rev 147098, hiera/trunk/PKGBUILD)

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

Copied: hiera/repos/community-testing-any/PKGBUILD (from rev 147098, 
hiera/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-11-18 17:46:54 UTC (rev 147099)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+
+pkgname=hiera
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="Lightweight pluggable hierarchical database"
+arch=('any')
+url="http://projects.puppetlabs.com/projects/hiera;
+license=('APACHE')
+depends=('ruby')
+backup=('etc/hiera.yaml')
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('3f56853806c12d87f9bfbb12fd081030')
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )" --mandir=/
+
+  install -d "$pkgdir"/var/lib/hiera/
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-11-18 Thread Jonathan Steel
Date: Wednesday, November 18, 2015 @ 18:46:42
  Author: jsteel
Revision: 147098

upgpkg: hiera 3.0.5-1

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 17:44:01 UTC (rev 147097)
+++ PKGBUILD2015-11-18 17:46:42 UTC (rev 147098)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.0.1
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a9c8884705d7f32e51ce357553487b93')
+md5sums=('3f56853806c12d87f9bfbb12fd081030')
 
 package() {
   cd $pkgname-$pkgver


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

2015-11-18 Thread Timothy Redaelli
Date: Wednesday, November 18, 2015 @ 18:43:48
  Author: tredaelli
Revision: 147096

upgpkg: miniupnpc 1.9.20151026-1

Modified:
  miniupnpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 17:40:25 UTC (rev 147095)
+++ PKGBUILD2015-11-18 17:43:48 UTC (rev 147096)
@@ -2,7 +2,7 @@
 # Maintainer: Timothy Redaelli 
 # Contributor: Florian Loitsch 
 pkgname=miniupnpc
-pkgver=1.9.20151008
+pkgver=1.9.20151026
 pkgrel=1
 pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('sh')
 source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e444ac3b587ce82709c4d0cfca1fe71f44f9fc433e9f946b12b9e1bfe667a633')
+sha256sums=('f3cf9a5a31588a917d4d9237e5bc50f84d00c5aa48e27ed50d9b88dfa6a25d47')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-11-18 Thread Timothy Redaelli
Date: Wednesday, November 18, 2015 @ 18:16:10
  Author: tredaelli
Revision: 147088

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

Added:
  argyllcms/repos/community-i686/PKGBUILD
(from rev 147087, argyllcms/trunk/PKGBUILD)
  argyllcms/repos/community-i686/argyllcms-1.8.0-gcc5.patch
(from rev 147087, argyllcms/trunk/argyllcms-1.8.0-gcc5.patch)
  argyllcms/repos/community-i686/argyllcms.install
(from rev 147087, argyllcms/trunk/argyllcms.install)
  argyllcms/repos/community-x86_64/PKGBUILD
(from rev 147087, argyllcms/trunk/PKGBUILD)
  argyllcms/repos/community-x86_64/argyllcms-1.8.0-gcc5.patch
(from rev 147087, argyllcms/trunk/argyllcms-1.8.0-gcc5.patch)
  argyllcms/repos/community-x86_64/argyllcms.install
(from rev 147087, argyllcms/trunk/argyllcms.install)
Deleted:
  argyllcms/repos/community-i686/PKGBUILD
  argyllcms/repos/community-i686/argyllcms-1.8.0-gcc5.patch
  argyllcms/repos/community-i686/argyllcms.install
  argyllcms/repos/community-x86_64/PKGBUILD
  argyllcms/repos/community-x86_64/argyllcms-1.8.0-gcc5.patch
  argyllcms/repos/community-x86_64/argyllcms.install

-+
 /PKGBUILD   |  122 ++
 /argyllcms-1.8.0-gcc5.patch |   40 
 /argyllcms.install  |   78 
 community-i686/PKGBUILD |   61 -
 community-i686/argyllcms-1.8.0-gcc5.patch   |   20 
 community-i686/argyllcms.install|   39 
 community-x86_64/PKGBUILD   |   61 -
 community-x86_64/argyllcms-1.8.0-gcc5.patch |   20 
 community-x86_64/argyllcms.install  |   39 
 9 files changed, 240 insertions(+), 240 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 17:15:57 UTC (rev 147087)
+++ community-i686/PKGBUILD 2015-11-18 17:16:10 UTC (rev 147088)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
-
-pkgname=argyllcms
-_pkgname=Argyll
-pkgver=1.8.2
-_pkgver="V${pkgver}"
-pkgrel=1
-pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
-arch=(i686 x86_64)
-depends=('libtiff' 'libxss' 'libxinerama' 'libxxf86vm' 'libxrandr' 'openssl')
-makedepends=('ftjam' 'zip' 'unzip')
-# You need to fake an UserAgent or it doesn't download
-DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A 
"Mozilla/4.0" -o %o %u')
-source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip
-argyllcms-1.8.0-gcc5.patch)
-url="http://www.argyllcms.com/;
-license=("GPL" "AGPL")
-install=${pkgname}.install
-sha256sums=('59bdfaeace35d2007c90fc53234ba33bf8a64cffc08f7b27a297fc5f85455377'
-'de9b8a90e249070d457291c29ae3c732f89c51bc6f6296cb6aa7e800ba31a0e5')
-
-prepare() {
-  cd ${_pkgname}_${_pkgver}
-  sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules
-  patch -Np1 -i "$srcdir"/argyllcms-1.8.0-gcc5.patch
-
-  sed -i 's/-j${NUMBER_OF_PROCESSORS:-2}/$MAKEFLAGS/' makeall.sh
-
-  # From Gentoo argyllcms ebuild
-  echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
-  echo "STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau 
-lXdmcp -lXss -ltiff -ljpeg ;" >> Jamtop
-}
-
-build() {
-  cd ${_pkgname}_${_pkgver}
-
-  CCOPTFLAG="$CFLAGS" ./makeall.sh
-  ./makeinstall.sh
-  ./makepackagebin.sh
-  rm {bin,ref}/License.txt
-  rm {doc,ref}/afiles
-}
-
-package() {
-  mkdir -p "${pkgdir}"/usr/bin
-  install -m755 ${_pkgname}_${_pkgver}/bin/* "${pkgdir}"/usr/bin
-  mkdir -p "${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/ref/*.* 
"${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/profile/*.sp 
"${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/scanin/*.c?? 
"${pkgdir}"/usr/share/${pkgname}/ref
-  # Because there is just html documentation we have to move it
-  mkdir -p "${pkgdir}"/usr/share/${pkgname}/doc/ccmxs
-  install -m644 ${_pkgname}_${_pkgver}/doc/ccmxs/*.ccmx 
"${pkgdir}"/usr/share/${pkgname}/doc/ccmxs
-  install -m644 ${_pkgname}_${_pkgver}/doc/*.* 
"${pkgdir}"/usr/share/${pkgname}/doc
-  mkdir -p "${pkgdir}"/usr/lib/udev/rules.d
-  install -m644 ${_pkgname}_${_pkgver}/usb/55-Argyll.rules 
"${pkgdir}"/usr/lib/udev/rules.d/55-Argyll.rules
-}
-
-# vim:set ts=2 sw=2 et:

Copied: argyllcms/repos/community-i686/PKGBUILD (from rev 147087, 
argyllcms/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 17:16:10 UTC (rev 147088)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Timothy Redaelli 

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

2015-11-18 Thread Timothy Redaelli
Date: Wednesday, November 18, 2015 @ 18:25:15
  Author: tredaelli
Revision: 147093

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 147092, electrum/trunk/PKGBUILD)
  electrum/repos/community-any/electrum.install
(from rev 147092, electrum/trunk/electrum.install)
Deleted:
  electrum/repos/community-any/PKGBUILD
  electrum/repos/community-any/electrum.install

--+
 PKGBUILD |   96 ++---
 electrum.install |   22 ++--
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-18 17:25:08 UTC (rev 147092)
+++ PKGBUILD2015-11-18 17:25:15 UTC (rev 147093)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.5.2
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=('GPL3')
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('16bb505d4ec610c229fc902d477f5719'
- 'SKIP')
-sha256sums=('99374f78b6ae87297405b04f5c8987b46095cf5a923d0e9227543fe5b753dcc0'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-install=electrum.install
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 147092, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-18 17:25:15 UTC (rev 147093)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.5.4
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=('GPL3')
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('a36929bf236c22095e656a3b34003af2'
+ 'SKIP')
+sha256sums=('c0b00f440884fe3f087e842c44914e1c5f1139d0288ecb74ba6e1ff0b2504aa3'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+install=electrum.install
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: electrum.install
===
--- electrum.install2015-11-18 17:25:08 UTC (rev 147092)
+++ electrum.install2015-11-18 17:25:15 UTC (rev 147093)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: electrum/repos/community-any/electrum.install (from rev 147092, 
electrum/trunk/electrum.install)

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

2015-11-18 Thread Timothy Redaelli
Date: Wednesday, November 18, 2015 @ 18:44:01
  Author: tredaelli
Revision: 147097

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 17:43:48 UTC (rev 147096)
+++ community-i686/PKGBUILD 2015-11-18 17:44:01 UTC (rev 147097)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Florian Loitsch 
-pkgname=miniupnpc
-pkgver=1.9.20151008
-pkgrel=1
-pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
-arch=('i686' 'x86_64')
-url="http://miniupnp.free.fr;
-license=('BSD')
-depends=('sh')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e444ac3b587ce82709c4d0cfca1fe71f44f9fc433e9f946b12b9e1bfe667a633')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="$pkgdir/" install
-  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: miniupnpc/repos/community-i686/PKGBUILD (from rev 147096, 
miniupnpc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 17:44:01 UTC (rev 147097)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Florian Loitsch 
+pkgname=miniupnpc
+pkgver=1.9.20151026
+pkgrel=1
+pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f3cf9a5a31588a917d4d9237e5bc50f84d00c5aa48e27ed50d9b88dfa6a25d47')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="$pkgdir/" install
+  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-18 17:43:48 UTC (rev 147096)
+++ community-x86_64/PKGBUILD   2015-11-18 17:44:01 UTC (rev 147097)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Florian Loitsch 
-pkgname=miniupnpc
-pkgver=1.9.20151008
-pkgrel=1
-pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
-arch=('i686' 'x86_64')
-url="http://miniupnp.free.fr;
-license=('BSD')
-depends=('sh')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e444ac3b587ce82709c4d0cfca1fe71f44f9fc433e9f946b12b9e1bfe667a633')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="$pkgdir/" install
-  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: miniupnpc/repos/community-x86_64/PKGBUILD (from rev 147096, 
miniupnpc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-18 17:44:01 UTC (rev 147097)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Florian Loitsch 
+pkgname=miniupnpc
+pkgver=1.9.20151026
+pkgrel=1
+pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f3cf9a5a31588a917d4d9237e5bc50f84d00c5aa48e27ed50d9b88dfa6a25d47')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="$pkgdir/" install
+  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-11-18 Thread Jan Steffens
Date: Wednesday, November 18, 2015 @ 16:12:32
  Author: heftig
Revision: 251222

1.10.4

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 12:56:09 UTC (rev 251221)
+++ PKGBUILD2015-11-18 15:12:32 UTC (rev 251222)
@@ -5,7 +5,7 @@
 
 pkgbase=dbus
 pkgname=('dbus' 'libdbus')
-pkgver=1.10.2
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system"
 url="http://www.freedesktop.org/Software/dbus;
@@ -13,9 +13,10 @@
 license=('GPL' 'custom')
 makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc})
-md5sums=('2428919cc77b8d0028d65ee4d5dbef31'
+md5sums=('27b8e99ffad603b8acfa25201c6e3d5c'
  'SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 

+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

+  '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

 
 prepare() {
   cd dbus-$pkgver


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

2015-11-18 Thread Evangelos Foutras
Date: Wednesday, November 18, 2015 @ 17:10:56
  Author: foutrelis
Revision: 251224

upgpkg: systemd 228-1

- New upstream release.
- Enable ELFUTILS support.

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 15:13:47 UTC (rev 251223)
+++ PKGBUILD2015-11-18 16:10:56 UTC (rev 251224)
@@ -3,11 +3,11 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
-pkgver=227
+pkgver=228
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd;
-makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
+makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
  'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
  'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
  'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git')
@@ -58,7 +58,7 @@
   pkgdesc="system and service manager"
   license=('GPL2' 'LGPL2.1')
   depends=('acl' 'bash' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
-   'libgcrypt' 'libsystemd' 'libidn' 'lz4' 'pam' 'libseccomp'
+   'libgcrypt' 'libsystemd' 'libidn' 'lz4' 'pam' 'libelf' 'libseccomp'
'util-linux' 'xz')
   provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
   replaces=('nss-myhostname' 'systemd-tools' 'udev')


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

2015-11-18 Thread Evangelos Foutras
Date: Wednesday, November 18, 2015 @ 17:11:15
  Author: foutrelis
Revision: 251225

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 251224, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 251224, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 251224, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 251224, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 251224, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 251224, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 251224, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd.install
(from rev 251224, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 251224, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 251224, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 251224, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 251224, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 251224, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 251224, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 251224, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd.install
(from rev 251224, systemd/trunk/systemd.install)

-+
 testing-i686/PKGBUILD   |  173 +
 testing-i686/arch.conf  |7 +
 testing-i686/initcpio-hook-udev |   22 +++
 testing-i686/initcpio-install-systemd   |  170 
 testing-i686/initcpio-install-udev  |   28 
 testing-i686/loader.conf|1 
 testing-i686/systemd.install|  205 ++
 testing-x86_64/PKGBUILD |  173 +
 testing-x86_64/arch.conf|7 +
 testing-x86_64/initcpio-hook-udev   |   22 +++
 testing-x86_64/initcpio-install-systemd |  170 
 testing-x86_64/initcpio-install-udev|   28 
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd.install  |  205 ++
 14 files changed, 1212 insertions(+)

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


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

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 16:31:53
  Author: fyan
Revision: 147084

upgpkg: deepin-api 2.92.0-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 14:58:08 UTC (rev 147083)
+++ PKGBUILD2015-11-18 15:31:53 UTC (rev 147084)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=2.91.0
-pkgrel=2
+pkgver=2.92.0
+pkgrel=1
 pkgdesc='Go-lang bingdings for dde-daemon'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/dde-api;
@@ -20,13 +20,13 @@
 'SKIP')
 
 prepare() {
+  sed -i '/LDFLAGS/ s/)/ xfixes xcursor)/' dde-api/Makefile
+
   export GOPATH="$srcdir/build"
   mkdir -p build/src/pkg.deepin.io/lib
   cp -a go-lib/* build/src/pkg.deepin.io/lib
 
   cd "$srcdir/dde-api"
-  sed -i '/LDFLAGS/ s/)/ gtk+-3.0 librsvg-2.0 libmetacity-private)/' Makefile
-
   make build-dep
   go get gopkg.in/alecthomas/kingpin.v2
 }


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

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 16:32:36
  Author: fyan
Revision: 147085

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 15:31:53 UTC (rev 147084)
+++ community-i686/PKGBUILD 2015-11-18 15:32:36 UTC (rev 147085)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=2.91.0
-pkgrel=2
-pkgdesc='Go-lang bingdings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'gcc-go' 'poppler-glib' 'metacity')
-makedepends=('git' 'deepin-dbus-generator' 'bzr')
-source=("git+https://github.com/linuxdeepin/dde-api.git#tag=$pkgver;
-"git+https://github.com/linuxdeepin/go-lib.git;
-"git+https://github.com/linuxdeepin/dbus-factory.git;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/lib
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-
-  cd "$srcdir/dde-api"
-  sed -i '/LDFLAGS/ s/)/ gtk+-3.0 librsvg-2.0 libmetacity-private)/' Makefile
-
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-build(){
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/dde-api"
-  make USE_GCCGO=1
-}
-
-package() {
-  cd dde-api
-  make DESTDIR="${pkgdir}" install-binary
-}

Copied: deepin-api/repos/community-i686/PKGBUILD (from rev 147084, 
deepin-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 15:32:36 UTC (rev 147085)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=2.92.0
+pkgrel=1
+pkgdesc='Go-lang bingdings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'gcc-go' 'poppler-glib' 'metacity')
+makedepends=('git' 'deepin-dbus-generator' 'bzr')
+source=("git+https://github.com/linuxdeepin/dde-api.git#tag=$pkgver;
+"git+https://github.com/linuxdeepin/go-lib.git;
+"git+https://github.com/linuxdeepin/dbus-factory.git;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i '/LDFLAGS/ s/)/ xfixes xcursor)/' dde-api/Makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/lib
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/dde-api"
+  make USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="${pkgdir}" install-binary
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-18 15:31:53 UTC (rev 147084)
+++ community-x86_64/PKGBUILD   2015-11-18 15:32:36 UTC (rev 147085)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=2.91.0
-pkgrel=2
-pkgdesc='Go-lang bingdings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'gcc-go' 'poppler-glib' 'metacity')
-makedepends=('git' 'deepin-dbus-generator' 'bzr')
-source=("git+https://github.com/linuxdeepin/dde-api.git#tag=$pkgver;
-"git+https://github.com/linuxdeepin/go-lib.git;
-"git+https://github.com/linuxdeepin/dbus-factory.git;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/lib
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-
-  cd "$srcdir/dde-api"
-  sed -i '/LDFLAGS/ s/)/ gtk+-3.0 librsvg-2.0 libmetacity-private)/' Makefile
-
-  make 

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

2015-11-18 Thread Florian Pritz
Date: Wednesday, November 18, 2015 @ 16:53:50
  Author: bluewind
Revision: 147086

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

Added:
  python-pyside/repos/community-i686/PKGBUILD
(from rev 147085, python-pyside/trunk/PKGBUILD)
  python-pyside/repos/community-x86_64/PKGBUILD
(from rev 147085, python-pyside/trunk/PKGBUILD)
Deleted:
  python-pyside/repos/community-i686/PKGBUILD
  python-pyside/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  180 
 community-i686/PKGBUILD   |   85 
 community-x86_64/PKGBUILD |   85 
 3 files changed, 180 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 15:32:36 UTC (rev 147085)
+++ community-i686/PKGBUILD 2015-11-18 15:53:50 UTC (rev 147086)
@@ -1,85 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: lilydjwg 
-# Contributor: Matthias Maennich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jan-Erik Meyer-Luetgens 
-pkgbase=python-pyside
-pkgname=(python-pyside-common python2-pyside python-pyside)
-_pkgrealname=pyside
-pkgver=1.2.4
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://qt-project.org/wiki/PySide;
-_qtver=4.8
-makedepends=('python' 'python2' "qt4>=${_qtver}" 
"python"{,2}"-shiboken>=$pkgver"
- 'cmake' 'qtwebkit' 'phonon')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PySide/PySide/archive/$pkgver.tar.gz;)
-md5sums=('c28563e1f3c3ce269a7cc634f97d271c')
-
-build(){
-   cd "$srcdir/PySide-$pkgver"
-mkdir -p build_py3
-cd build_py3
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_TESTS=OFF \
-  -DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4
-make
-
-   cd "$srcdir/PySide-$pkgver"
-mkdir -p build_py2
-cd build_py2
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_TESTS=OFF \
-  -DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-  -DPYTHON_SUFFIX=-python2.7
-make
-}
-
-package_python-pyside-common(){
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Common Files)"
-# cmake will use Python 3 version by default
-   cd "$srcdir/PySide-$pkgver/build_py3"
-make DESTDIR="$pkgdir" install
-
-rm -rf "$pkgdir"/usr/lib/pkgconfig
-rm -rf "$pkgdir"/usr/lib/python* "$pkgdir"/usr/lib/libpyside.*
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig*python*.cmake
-}
-
-package_python-pyside(){
-depends=('python' "qt4>=${_qtver}" "python-shiboken>=$pkgver" 
"python-pyside-common=$pkgver-$pkgrel")
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Python 3 version)"
-optdepends=('qtwebkit: for PySide.QtWebKit'
-'phonon: for PySide.phonon')
-
-   cd "$srcdir/PySide-$pkgver/build_py3"
-make DESTDIR="$pkgdir" install
-
-mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
-  "$pkgdir"/usr/lib/pkgconfig/pyside-py3.pc
-
-rm -rf "$pkgdir"/usr/include
-rm -rf "$pkgdir"/usr/share
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake
-}
-
-package_python2-pyside(){
-depends=('python2' "qt4>=${_qtver}" "python2-shiboken>=$pkgver" 
"python-pyside-common=$pkgver-$pkgrel")
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Python 2 version)"
-optdepends=('qtwebkit: for PySide.QtWebKit'
-'phonon: for PySide.phonon')
-
-   cd "$srcdir/PySide-$pkgver/build_py2"
-make DESTDIR="$pkgdir" install
-
-mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
-  "$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
-
-sed -i 's#^Requires: shiboken$#Requires: shiboken-py2#' 
"$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
-
-rm -rf "$pkgdir"/usr/include
-rm -rf "$pkgdir"/usr/share
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake
-}
-

Copied: python-pyside/repos/community-i686/PKGBUILD (from rev 147085, 
python-pyside/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 15:53:50 UTC (rev 147086)
@@ -0,0 +1,90 @@
+# Maintainer: Florian Pritz 
+# Contributor: lilydjwg 
+# Contributor: Matthias Maennich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jan-Erik Meyer-Luetgens 
+pkgbase=python-pyside

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

2015-11-18 Thread Jan Steffens
Date: Wednesday, November 18, 2015 @ 16:13:47
  Author: heftig
Revision: 251223

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/PKGBUILD
(from rev 251222, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 251222, dbus/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   68 ++
 testing-x86_64/PKGBUILD |   68 ++
 2 files changed, 136 insertions(+)

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 251222, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-18 15:13:47 UTC (rev 251223)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Jan de Groot 
+# Contributor: Link Dupont 
+
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc})
+md5sums=('27b8e99ffad603b8acfa25201c6e3d5c'
+ 'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

+  '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

+
+prepare() {
+  cd dbus-$pkgver
+}
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd --enable-user-session
+  make
+}
+
+package_dbus(){
+  depends=('libdbus' 'expat')
+  optdepends=('libx11: dbus-launch support')
+  provides=('dbus-core')
+  conflicts=('dbus-core')
+  replaces=('dbus-core')
+
+  cd dbus-$pkgver
+
+  # Disable installation of libdbus
+  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "${pkgdir}/var/run"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/dbus/COPYING"
+}
+
+package_libdbus(){
+  pkgdesc="DBus library"
+  depends=('libsystemd')
+
+  cd dbus-$pkgver
+  make DESTDIR="$pkgdir" -C dbus install
+  make DESTDIR="$pkgdir" install-data-am
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/libdbus/COPYING"
+}

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 251222, 
dbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-18 15:13:47 UTC (rev 251223)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Jan de Groot 
+# Contributor: Link Dupont 
+
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc})
+md5sums=('27b8e99ffad603b8acfa25201c6e3d5c'
+ 'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

+  '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

+
+prepare() {
+  cd dbus-$pkgver
+}
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd --enable-user-session
+  make
+}
+
+package_dbus(){
+  depends=('libdbus' 'expat')
+  optdepends=('libx11: dbus-launch support')
+  provides=('dbus-core')
+  conflicts=('dbus-core')
+  replaces=('dbus-core')
+
+  cd dbus-$pkgver
+
+  # Disable installation of libdbus
+  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "${pkgdir}/var/run"
+  rm -r 

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

2015-11-18 Thread Jonathan Steel
Date: Wednesday, November 18, 2015 @ 18:57:23
  Author: jsteel
Revision: 147102

upgpkg: puppet 4.3.0-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 17:54:06 UTC (rev 147101)
+++ PKGBUILD2015-11-18 17:57:23 UTC (rev 147102)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=puppet
-pkgver=4.2.3
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
@@ -21,7 +21,7 @@
 'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('4e58475a5370a91c21397ac54fe427db')
+md5sums=('bec0b050fbc683dc70041b9d1175eb74')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -57,5 +57,9 @@
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
+  # Match permissions that puppet sets when running
+  chmod 775 "$pkgdir"/var/lib/puppet
+  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
+
   rm -r "$pkgdir"/var/run
 }


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

2015-11-18 Thread Jonathan Steel
Date: Wednesday, November 18, 2015 @ 18:57:31
  Author: jsteel
Revision: 147103

archrelease: copy trunk to community-testing-any

Added:
  puppet/repos/community-testing-any/
  puppet/repos/community-testing-any/PKGBUILD
(from rev 147102, puppet/trunk/PKGBUILD)
  puppet/repos/community-testing-any/puppet.install
(from rev 147102, puppet/trunk/puppet.install)

+
 PKGBUILD   |   65 +++
 puppet.install |   20 
 2 files changed, 85 insertions(+)

Copied: puppet/repos/community-testing-any/PKGBUILD (from rev 147102, 
puppet/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-11-18 17:57:31 UTC (rev 147103)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="http://puppetlabs.com/puppet/puppet-open-source;
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('bec0b050fbc683dc70041b9d1175eb74')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+
+  # vim and emacs
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
+"$pkgdir"/usr/share/emacs/site-lisp/$pkgname-mode.el
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
+"$pkgdir"/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Match permissions that puppet sets when running
+  chmod 775 "$pkgdir"/var/lib/puppet
+  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
+
+  rm -r "$pkgdir"/var/run
+}

Copied: puppet/repos/community-testing-any/puppet.install (from rev 147102, 
puppet/trunk/puppet.install)
===
--- community-testing-any/puppet.install(rev 0)
+++ community-testing-any/puppet.install2015-11-18 17:57:31 UTC (rev 
147103)
@@ -0,0 +1,20 @@
+pre_install() {
+  getent group puppet &>/dev/null || groupadd -r puppet -g 52
+  getent passwd puppet &>/dev/null || useradd -r -u 52 -g puppet \
+-d /var/lib/puppet -s /usr/bin/nologin -c "Puppet" puppet
+}
+
+pre_upgrade() {
+  pre_install
+
+  # puppetmaster has been dropped
+  if [[ -f /run/puppetlabs/master.pid ]]; then
+systemctl stop puppetmaster
+  fi
+}
+
+pre_remove() {
+  if [[ -f /run/puppetlabs/agent.pid ]]; then
+systemctl stop puppet
+  fi
+}


[arch-commits] Commit in facter/trunk (PKGBUILD gemspec.in)

2015-11-18 Thread Jonathan Steel
Date: Wednesday, November 18, 2015 @ 18:53:53
  Author: jsteel
Revision: 147100

upgpkg: facter 3.1.2-1

Modified:
  facter/trunk/PKGBUILD
Deleted:
  facter/trunk/gemspec.in

+
 PKGBUILD   |   12 +++-
 gemspec.in |   21 -
 2 files changed, 3 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 17:46:54 UTC (rev 147099)
+++ PKGBUILD2015-11-18 17:53:53 UTC (rev 147100)
@@ -7,7 +7,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=facter
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('i686' 'x86_64')
@@ -16,15 +16,9 @@
 depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
 makedepends=('boost' 'cmake')
 replaces=('cfacter')
-source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz
-gemspec.in)
-md5sums=('2e1e359103b507090e28da1065940a10'
- '8eb61d40e280c90608c11a0e328abe1e')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('16d8c27e99377e0cc86f96894f001f8b')
 
-prepare() {
-  cp gemspec.in $pkgname-$pkgver/lib/.gemspec.in
-}
-
 build() {
   cd $pkgname-$pkgver
 

Deleted: gemspec.in
===
--- gemspec.in  2015-11-18 17:46:54 UTC (rev 147099)
+++ gemspec.in  2015-11-18 17:53:53 UTC (rev 147100)
@@ -1,21 +0,0 @@
-# -*- encoding: utf-8 -*-
-
-Gem::Specification.new do |s|
-  s.name = "facter"
-  version = 
"@LIBFACTER_VERSION_MAJOR@.@LIBFACTER_VERSION_MINOR@.@LIBFACTER_VERSION_PATCH@"
-  mdata = version.match(/(\d+\.\d+\.\d+)/)
-  s.version = mdata ? mdata[1] : version
-
-  s.required_rubygems_version = Gem::Requirement.new(">= 0")
-  s.authors = ["Puppet Labs"]
-  s.date = "2015-10-22"
-  s.description = "You can prove anything with facts!"
-  s.email = "i...@puppetlabs.com"
-  s.files = ["bin/facter"]
-  s.homepage = "https://puppetlabs.com;
-  s.require_paths = ["lib"]
-  s.summary = "Facter, a system inventory tool"
-  s.specification_version = 3
-  s.required_ruby_version = '~> 2.1.7'
-
-end


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

2015-11-18 Thread Jonathan Steel
Date: Wednesday, November 18, 2015 @ 18:54:06
  Author: jsteel
Revision: 147101

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

Added:
  facter/repos/community-testing-i686/
  facter/repos/community-testing-i686/PKGBUILD
(from rev 147100, facter/trunk/PKGBUILD)
  facter/repos/community-testing-x86_64/
  facter/repos/community-testing-x86_64/PKGBUILD
(from rev 147100, facter/trunk/PKGBUILD)

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

Copied: facter/repos/community-testing-i686/PKGBUILD (from rev 147100, 
facter/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-18 17:54:06 UTC (rev 147101)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('16d8c27e99377e0cc86f96894f001f8b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: facter/repos/community-testing-x86_64/PKGBUILD (from rev 147100, 
facter/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-18 17:54:06 UTC (rev 147101)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('16d8c27e99377e0cc86f96894f001f8b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-11-18 Thread Jaroslav Lichtblau
Date: Wednesday, November 18, 2015 @ 19:35:07
  Author: jlichtblau
Revision: 147108

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

Added:
  tilda/repos/community-i686/PKGBUILD
(from rev 147107, tilda/trunk/PKGBUILD)
  tilda/repos/community-i686/tilda.changelog
(from rev 147107, tilda/trunk/tilda.changelog)
  tilda/repos/community-x86_64/PKGBUILD
(from rev 147107, tilda/trunk/PKGBUILD)
  tilda/repos/community-x86_64/tilda.changelog
(from rev 147107, tilda/trunk/tilda.changelog)
Deleted:
  tilda/repos/community-i686/PKGBUILD
  tilda/repos/community-i686/tilda.changelog
  tilda/repos/community-x86_64/PKGBUILD
  tilda/repos/community-x86_64/tilda.changelog

--+
 /PKGBUILD|   60 ++
 /tilda.changelog |   98 +
 community-i686/PKGBUILD  |   30 ---
 community-i686/tilda.changelog   |   49 --
 community-x86_64/PKGBUILD|   30 ---
 community-x86_64/tilda.changelog |   49 --
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 18:29:05 UTC (rev 147107)
+++ community-i686/PKGBUILD 2015-11-18 18:35:07 UTC (rev 147108)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgname=tilda
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="A Gtk based drop down terminal for Linux and Unix"
-arch=('i686' 'x86_64')
-url="https://github.com/lanoxx/tilda;
-license=('GPL')
-depends=('vte3' 'confuse')
-changelog=$pkgname.changelog
-source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('bd59481122baf5cde5c77a002f18373cd89def7fdf6ead5178a03f4b9d1376ad')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: tilda/repos/community-i686/PKGBUILD (from rev 147107, 
tilda/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 18:35:07 UTC (rev 147108)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=tilda
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A Gtk based drop down terminal for Linux and Unix"
+arch=('i686' 'x86_64')
+url="https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte3' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('bd59481122baf5cde5c77a002f18373cd89def7fdf6ead5178a03f4b9d1376ad')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/tilda.changelog
===
--- community-i686/tilda.changelog  2015-11-18 18:29:05 UTC (rev 147107)
+++ community-i686/tilda.changelog  2015-11-18 18:35:07 UTC (rev 147108)
@@ -1,49 +0,0 @@
-2015-11-18 Jaroslav Lichtblau 
-  * tilda 1.3.0-1
-
-2015-06-28 Jaroslav Lichtblau 
-  * tilda 1.2.4-1
-
-2014-10-31 Jaroslav Lichtblau 
-  * tilda 1.2.2-1
-
-2014-10-17 Jaroslav Lichtblau 
-  * tilda 1.2.1-1
-
-2014-10-16 Jaroslav Lichtblau 
-  * tilda 1.2-1
-
-2014-09-26 Jaroslav Lichtblau 
-  * tilda 1.1.13-1
-
-2014-06-05 Jaroslav Lichtblau 
-  * tilda 1.1.12-1
-
-2013-12-14 Jaroslav Lichtblau 
-  * tilda 1.1.10-1
-
-2013-11-17 Jaroslav Lichtblau 
-  * tilda 1.1.8-1
-
-2013-08-22 Maxime Gauduin 
-  * tilda 1.1.7-3
-  * Fixes FS#36542, FS#36516 and FS#36543
-
-2013-08-08 Jaroslav Lichtblau 
-  * tilda 1.1.7-1
-
-2012-06-02 Jaroslav Lichtblau 
-  * FS#29754 fixed
-
-2011-08-28 Jaroslav Lichtblau 
-  * FS#25762 fixed
-
-2008-04-29 Mateusz Herych 
-  * Updated for x86_64 - 0.9.6
-
-2008-04-28 Douglas Soares de Andrade 
-  * Updated for i686 - 0.9.6
-
-2007-12-30 Douglas Soares de Andrade 
-  * Updated to newer version - 0.9.5
-

Copied: tilda/repos/community-i686/tilda.changelog (from rev 147107, 

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

2015-11-18 Thread Jaroslav Lichtblau
Date: Wednesday, November 18, 2015 @ 19:19:16
  Author: jlichtblau
Revision: 147104

upgpkg: impressive 0.11.1-1 - new upstream release

Modified:
  impressive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 17:57:31 UTC (rev 147103)
+++ PKGBUILD2015-11-18 18:19:16 UTC (rev 147104)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=impressive
-pkgver=0.11.0b
+pkgver=0.11.1
 pkgrel=1
 pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF 
documents'
 'mplayer: for sound and video playback')
 
source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz)
-sha256sums=('a96735cbd5f0c36dd9e499c068b3a991a852fda71b73acd36da6b764ea198ad9')
+sha256sums=('593f616eb72a18a826bc7687c9952a2ae5dded5483d2688bab5b5ca68caf792c')
 
 prepare() {
   cd "${srcdir}"/Impressive-${pkgver}


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

2015-11-18 Thread Jaroslav Lichtblau
Date: Wednesday, November 18, 2015 @ 19:19:29
  Author: jlichtblau
Revision: 147105

archrelease: copy trunk to community-any

Added:
  impressive/repos/community-any/PKGBUILD
(from rev 147104, impressive/trunk/PKGBUILD)
Deleted:
  impressive/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-18 18:19:16 UTC (rev 147104)
+++ PKGBUILD2015-11-18 18:19:29 UTC (rev 147105)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-# Contributor: G_Syme 
-# Contributor: Daniel J Griffiths 
-
-pkgname=impressive
-pkgver=0.11.0b
-pkgrel=1
-pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
-arch=('any')
-url='http://impressive.sourceforge.net'
-license=('GPL2')
-depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript')
-optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF 
documents'
-'mplayer: for sound and video playback')
-source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz)
-sha256sums=('a96735cbd5f0c36dd9e499c068b3a991a852fda71b73acd36da6b764ea198ad9')
-
-prepare() {
-  cd "${srcdir}"/Impressive-${pkgver}
-
-# python2 fix
-  for file in $(find . -name '*.py' -print); do
-  sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-  sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd "${srcdir}"/Impressive-${pkgver}
-
-  install -d -m755 "${pkgdir}"/usr/{bin,share/{doc/${pkgname},man/man1}}
-  install -m755 ${pkgname}.py "${pkgdir}"/usr/bin/$pkgname
-  install -m644 ${pkgname}.html demo.pdf changelog.txt 
"${pkgdir}"/usr/share/doc/$pkgname/
-  install -m644 ${pkgname}.1 "${pkgdir}"/usr/share/man/man1/
-}

Copied: impressive/repos/community-any/PKGBUILD (from rev 147104, 
impressive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-18 18:19:29 UTC (rev 147105)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: G_Syme 
+# Contributor: Daniel J Griffiths 
+
+pkgname=impressive
+pkgver=0.11.1
+pkgrel=1
+pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
+arch=('any')
+url='http://impressive.sourceforge.net'
+license=('GPL2')
+depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript')
+optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF 
documents'
+'mplayer: for sound and video playback')
+source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz)
+sha256sums=('593f616eb72a18a826bc7687c9952a2ae5dded5483d2688bab5b5ca68caf792c')
+
+prepare() {
+  cd "${srcdir}"/Impressive-${pkgver}
+
+# python2 fix
+  for file in $(find . -name '*.py' -print); do
+  sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+  sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}"/Impressive-${pkgver}
+
+  install -d -m755 "${pkgdir}"/usr/{bin,share/{doc/${pkgname},man/man1}}
+  install -m755 ${pkgname}.py "${pkgdir}"/usr/bin/$pkgname
+  install -m644 ${pkgname}.html demo.pdf changelog.txt 
"${pkgdir}"/usr/share/doc/$pkgname/
+  install -m644 ${pkgname}.1 "${pkgdir}"/usr/share/man/man1/
+}


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

2015-11-18 Thread Jaroslav Lichtblau
Date: Wednesday, November 18, 2015 @ 19:29:05
  Author: jlichtblau
Revision: 147107

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

Added:
  tilda/repos/community-i686/PKGBUILD
(from rev 147106, tilda/trunk/PKGBUILD)
  tilda/repos/community-i686/tilda.changelog
(from rev 147106, tilda/trunk/tilda.changelog)
  tilda/repos/community-x86_64/PKGBUILD
(from rev 147106, tilda/trunk/PKGBUILD)
  tilda/repos/community-x86_64/tilda.changelog
(from rev 147106, tilda/trunk/tilda.changelog)
Deleted:
  tilda/repos/community-i686/PKGBUILD
  tilda/repos/community-i686/tilda.changelog
  tilda/repos/community-x86_64/PKGBUILD
  tilda/repos/community-x86_64/tilda.changelog

--+
 /PKGBUILD|   60 ++
 /tilda.changelog |   98 +
 community-i686/PKGBUILD  |   30 ---
 community-i686/tilda.changelog   |   46 -
 community-x86_64/PKGBUILD|   30 ---
 community-x86_64/tilda.changelog |   46 -
 6 files changed, 158 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 18:28:47 UTC (rev 147106)
+++ community-i686/PKGBUILD 2015-11-18 18:29:05 UTC (rev 147107)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgname=tilda
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="A Gtk based drop down terminal for Linux and Unix"
-arch=('i686' 'x86_64')
-url="https://github.com/lanoxx/tilda;
-license=('GPL')
-depends=('vte290' 'confuse')
-changelog=$pkgname.changelog
-source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f7b52c5d8cfd9038ad2e41fc633fce935f420fa657ed15e3942722c8570751e')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: tilda/repos/community-i686/PKGBUILD (from rev 147106, 
tilda/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 18:29:05 UTC (rev 147107)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=tilda
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A Gtk based drop down terminal for Linux and Unix"
+arch=('i686' 'x86_64')
+url="https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte3' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('bd59481122baf5cde5c77a002f18373cd89def7fdf6ead5178a03f4b9d1376ad')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/tilda.changelog
===
--- community-i686/tilda.changelog  2015-11-18 18:28:47 UTC (rev 147106)
+++ community-i686/tilda.changelog  2015-11-18 18:29:05 UTC (rev 147107)
@@ -1,46 +0,0 @@
-2015-06-28 Jaroslav Lichtblau 
-  * tilda 1.2.4-1
-
-2014-10-31 Jaroslav Lichtblau 
-  * tilda 1.2.2-1
-
-2014-10-17 Jaroslav Lichtblau 
-  * tilda 1.2.1-1
-
-2014-10-16 Jaroslav Lichtblau 
-  * tilda 1.2-1
-
-2014-09-26 Jaroslav Lichtblau 
-  * tilda 1.1.13-1
-
-2014-06-05 Jaroslav Lichtblau 
-  * tilda 1.1.12-1
-
-2013-12-14 Jaroslav Lichtblau 
-  * tilda 1.1.10-1
-
-2013-11-17 Jaroslav Lichtblau 
-  * tilda 1.1.8-1
-
-2013-08-22 Maxime Gauduin 
-  * tilda 1.1.7-3
-  * Fixes FS#36542, FS#36516 and FS#36543
-
-2013-08-08 Jaroslav Lichtblau 
-  * tilda 1.1.7-1
-
-2012-06-02 Jaroslav Lichtblau 
-  * FS#29754 fixed
-
-2011-08-28 Jaroslav Lichtblau 
-  * FS#25762 fixed
-
-2008-04-29 Mateusz Herych 
-  * Updated for x86_64 - 0.9.6
-
-2008-04-28 Douglas Soares de Andrade 
-  * Updated for i686 - 0.9.6
-
-2007-12-30 Douglas Soares de Andrade 
-  * Updated to newer version - 0.9.5
-

Copied: tilda/repos/community-i686/tilda.changelog (from rev 147106, 
tilda/trunk/tilda.changelog)
===
--- 

[arch-commits] Commit in tilda/trunk (PKGBUILD tilda.changelog)

2015-11-18 Thread Jaroslav Lichtblau
Date: Wednesday, November 18, 2015 @ 19:28:47
  Author: jlichtblau
Revision: 147106

upgpkg: tilda 1.3.0-1 - new upstream release

Modified:
  tilda/trunk/PKGBUILD
  tilda/trunk/tilda.changelog

-+
 PKGBUILD|6 +++---
 tilda.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 18:19:29 UTC (rev 147105)
+++ PKGBUILD2015-11-18 18:28:47 UTC (rev 147106)
@@ -4,16 +4,16 @@
 # Contributor: William Rea 
 
 pkgname=tilda
-pkgver=1.2.4
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="A Gtk based drop down terminal for Linux and Unix"
 arch=('i686' 'x86_64')
 url="https://github.com/lanoxx/tilda;
 license=('GPL')
-depends=('vte290' 'confuse')
+depends=('vte3' 'confuse')
 changelog=$pkgname.changelog
 source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f7b52c5d8cfd9038ad2e41fc633fce935f420fa657ed15e3942722c8570751e')
+sha256sums=('bd59481122baf5cde5c77a002f18373cd89def7fdf6ead5178a03f4b9d1376ad')
 
 build() {
   cd $pkgname-$pkgname-$pkgver

Modified: tilda.changelog
===
--- tilda.changelog 2015-11-18 18:19:29 UTC (rev 147105)
+++ tilda.changelog 2015-11-18 18:28:47 UTC (rev 147106)
@@ -1,3 +1,6 @@
+2015-11-18 Jaroslav Lichtblau 
+  * tilda 1.3.0-1
+
 2015-06-28 Jaroslav Lichtblau 
   * tilda 1.2.4-1
 


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

2015-11-18 Thread Jelle van der Waa
Date: Wednesday, November 18, 2015 @ 20:46:50
  Author: jelle
Revision: 147110

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 19:46:37 UTC (rev 147109)
+++ community-i686/PKGBUILD 2015-11-18 19:46:50 UTC (rev 147110)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.70
-pkgrel=2
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.wiki.sourceforge.net/;
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools' 'python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('d38cf82ce59b6233502c280983959c8a0c150143')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   # Unicode fix
-   
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
-
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
-
-   cd gui
-   lrelease gui.pro
-   qmake HAVE_RULES=yes
-   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-
-   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
-   # GUI
-   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg
-   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
-   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
-}

Copied: cppcheck/repos/community-i686/PKGBUILD (from rev 147109, 
cppcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 19:46:50 UTC (rev 147110)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=1.71
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('i686' 'x86_64')
+url="http://cppcheck.wiki.sourceforge.net/;
+license=('GPL')
+depends=('qt5-base' 'python-pygments')
+makedepends=('docbook-xsl' 'qt5-tools' 'python')
+source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('d2ce4d0955148e3511a527a9c4a7efa9d467015c')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   # Unicode fix
+   
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
+
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
+
+   cd gui
+   lrelease gui.pro
+   qmake HAVE_RULES=yes
+   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+
+   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
+
+   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+   # GUI
+   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg
+   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
+   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-18 19:46:37 UTC (rev 147109)
+++ community-x86_64/PKGBUILD   2015-11-18 19:46:50 UTC (rev 147110)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.70
-pkgrel=2
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('i686' 'x86_64')
-url="http://cppcheck.wiki.sourceforge.net/;
-license=('GPL')
-depends=('qt5-base' 'python-pygments')

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

2015-11-18 Thread Jelle van der Waa
Date: Wednesday, November 18, 2015 @ 20:46:37
  Author: jelle
Revision: 147109

upgpkg: cppcheck 1.71-1

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 18:35:07 UTC (rev 147108)
+++ PKGBUILD2015-11-18 19:46:37 UTC (rev 147109)
@@ -2,8 +2,8 @@
 # Maintainer: Stéphane Gaudreault 
 
 pkgname=cppcheck
-pkgver=1.70
-pkgrel=2
+pkgver=1.71
+pkgrel=1
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('i686' 'x86_64')
 url="http://cppcheck.wiki.sourceforge.net/;
@@ -11,7 +11,7 @@
 depends=('qt5-base' 'python-pygments')
 makedepends=('docbook-xsl' 'qt5-tools' 'python')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('d38cf82ce59b6233502c280983959c8a0c150143')
+sha1sums=('d2ce4d0955148e3511a527a9c4a7efa9d467015c')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2015-11-18 Thread Anatol Pomozov
Date: Wednesday, November 18, 2015 @ 21:40:48
  Author: anatolik
Revision: 147113

upgpkg: rethinkdb 2.2.1-1

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 20:28:28 UTC (rev 147112)
+++ PKGBUILD2015-11-18 20:40:48 UTC (rev 147113)
@@ -4,7 +4,7 @@
 # Contributor: Sigmund Lahn 
 
 pkgname=rethinkdb
-pkgver=2.2.0
+pkgver=2.2.1
 _tag=rethinkdb-$pkgver
 pkgrel=1
 pkgdesc='Distributed powerful and scalable NoSQL database'
@@ -21,7 +21,7 @@
   rethinkdb-tmpfile.conf
   rethinkdb.service
 )
-sha256sums=('5f51cecbb05282fff084bf838f9258a1d7171157c09e5f669f54b50f08489676'
+sha256sums=('6611b4e62020a68c23e0a1f0a517b97677e0358c261a3e188d14b02b014a2c9e'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 


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

2015-11-18 Thread Antonio Rojas
Date: Wednesday, November 18, 2015 @ 21:27:54
  Author: arojas
Revision: 147111

New tarball with translations

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 19:46:50 UTC (rev 147110)
+++ PKGBUILD2015-11-18 20:27:54 UTC (rev 147111)
@@ -5,7 +5,7 @@
 
 pkgname=kdeconnect
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://community.kde.org/KDEConnect'
 license=(GPL)
@@ -14,8 +14,8 @@
 makedepends=(extra-cmake-modules)
 optdepends=('sshfs: remote filesystem browser')
 install=$pkgname.install
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz;)
-md5sums=('e632378ffbb4d6a84f695f68b0274cd8')
+source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-kde-${pkgver}f.tar.xz;)
+md5sums=('8574467d0d905a7267f79ffc80ca0934')
 
 prepare() {
   mkdir -p build


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

2015-11-18 Thread Antonio Rojas
Date: Wednesday, November 18, 2015 @ 21:28:28
  Author: arojas
Revision: 147112

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

Added:
  kdeconnect/repos/community-i686/PKGBUILD
(from rev 147111, kdeconnect/trunk/PKGBUILD)
  kdeconnect/repos/community-i686/kdeconnect.install
(from rev 147111, kdeconnect/trunk/kdeconnect.install)
  kdeconnect/repos/community-x86_64/PKGBUILD
(from rev 147111, kdeconnect/trunk/PKGBUILD)
  kdeconnect/repos/community-x86_64/kdeconnect.install
(from rev 147111, kdeconnect/trunk/kdeconnect.install)
Deleted:
  kdeconnect/repos/community-i686/PKGBUILD
  kdeconnect/repos/community-i686/kdeconnect.install
  kdeconnect/repos/community-x86_64/PKGBUILD
  kdeconnect/repos/community-x86_64/kdeconnect.install

-+
 /PKGBUILD   |   78 ++
 /kdeconnect.install |   22 +
 community-i686/PKGBUILD |   39 -
 community-i686/kdeconnect.install   |   11 
 community-x86_64/PKGBUILD   |   39 -
 community-x86_64/kdeconnect.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 20:27:54 UTC (rev 147111)
+++ community-i686/PKGBUILD 2015-11-18 20:28:28 UTC (rev 147112)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Kuba Serafinowski 
-
-pkgname=kdeconnect
-pkgver=0.9
-pkgrel=1
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://community.kde.org/KDEConnect'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
-makedepends=(extra-cmake-modules)
-optdepends=('sshfs: remote filesystem browser')
-install=$pkgname.install
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz;)
-md5sums=('e632378ffbb4d6a84f695f68b0274cd8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-kde-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeconnect/repos/community-i686/PKGBUILD (from rev 147111, 
kdeconnect/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 20:28:28 UTC (rev 147112)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Kuba Serafinowski 
+
+pkgname=kdeconnect
+pkgver=0.9
+pkgrel=2
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://community.kde.org/KDEConnect'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
+makedepends=(extra-cmake-modules)
+optdepends=('sshfs: remote filesystem browser')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-kde-${pkgver}f.tar.xz;)
+md5sums=('8574467d0d905a7267f79ffc80ca0934')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-kde-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/kdeconnect.install
===
--- community-i686/kdeconnect.install   2015-11-18 20:27:54 UTC (rev 147111)
+++ community-i686/kdeconnect.install   2015-11-18 20:28:28 UTC (rev 147112)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeconnect/repos/community-i686/kdeconnect.install (from rev 147111, 
kdeconnect/trunk/kdeconnect.install)
===
--- community-i686/kdeconnect.install   (rev 0)
+++ community-i686/kdeconnect.install   2015-11-18 20:28:28 UTC (rev 147112)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- 

[arch-commits] Commit in rethinkdb/repos (10 files)

2015-11-18 Thread Anatol Pomozov
Date: Wednesday, November 18, 2015 @ 21:41:38
  Author: anatolik
Revision: 147114

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

Added:
  rethinkdb/repos/community-testing-i686/
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 147113, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 147113, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 147113, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 147113, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 147113, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 147113, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 147113, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 147113, rethinkdb/trunk/rethinkdb.service)

-+
 community-testing-i686/PKGBUILD |   69 ++
 community-testing-i686/rethinkdb-tmpfile.conf   |1 
 community-testing-i686/rethinkdb.install|   22 +++
 community-testing-i686/rethinkdb.service|   12 +++
 community-testing-x86_64/PKGBUILD   |   69 ++
 community-testing-x86_64/rethinkdb-tmpfile.conf |1 
 community-testing-x86_64/rethinkdb.install  |   22 +++
 community-testing-x86_64/rethinkdb.service  |   12 +++
 8 files changed, 208 insertions(+)

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 147113, 
rethinkdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-18 20:41:38 UTC (rev 147114)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Sigmund Lahn 
+
+pkgname=rethinkdb
+pkgver=2.2.1
+_tag=rethinkdb-$pkgver
+pkgrel=1
+pkgdesc='Distributed powerful and scalable NoSQL database'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses curl)
+makedepends=(boost python2 wget)
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/$_tag.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+)
+sha256sums=('6611b4e62020a68c23e0a1f0a517b97677e0358c261a3e188d14b02b014a2c9e'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
+
+prepare() {
+  cd $_tag
+
+  sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scripts/*.py external/v8_*/tools/*.py
+  sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp
+  sed -e 's|\bpython\b|python2|g' -i 
external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp}
+}
+
+build() {
+  cd $_tag
+  export PYTHON=/usr/bin/python2
+  ./configure --fetch v8 --fetch jemalloc --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make ALLOW_WARNINGS=1
+}
+
+check() {
+  cd $_tag
+
+  # these tests are flaky and extremely slow in Arch chroot
+  # make build/release/rethinkdb-unittest
+  # ./build/release/rethinkdb-unittest 
--gtest_filter=-RDBBtree.*:RDBInterrupt.*
+  # some tests might be flaky on btrfs filesystem
+}
+
+package() {
+  cd $_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 "$srcdir"/rethinkdb.service 
"$pkgdir"/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  mv "$pkgdir"/etc/rethinkdb/default.conf.sample 
"$pkgdir"/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -i "$pkgdir"/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r "$pkgdir"/etc/init.d
+}

Copied: rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf (from rev 
147113, rethinkdb/trunk/rethinkdb-tmpfile.conf)
===
--- community-testing-i686/rethinkdb-tmpfile.conf   
(rev 0)
+++ community-testing-i686/rethinkdb-tmpfile.conf   2015-11-18 20:41:38 UTC 
(rev 147114)
@@ -0,0 +1 @@
+d /run/rethinkdb 0755 rethinkdb rethinkdb -
\ No newline at end of file

Copied: 

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

2015-11-18 Thread Sergej Pupykin
Date: Wednesday, November 18, 2015 @ 12:46:11
  Author: spupykin
Revision: 147063

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 11:45:20 UTC (rev 147062)
+++ community-i686/PKGBUILD 2015-11-18 11:46:11 UTC (rev 147063)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Gregory Haynes 
-
-pkgname=libinfinity
-pkgver=0.6.4
-pkgrel=2
-pkgdesc="An implementation of the Infininote protocol written in GObject-based 
C"
-arch=('i686' 'x86_64')
-url="http://gobby.github.io/;
-license=('GPL')
-depends=('gnutls>=1.7.2' 'gsasl>=0.2.21' 'glib2>=2.16' 'libxml2>=2.0' 'gtk2')
-makedepends=('gtk-doc' 'pkgconfig')
-optdepends=('avahi: zeroconf support'
-'gtk2: gtk support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gobby/libinfinity/archive/${pkgver}.tar.gz;)
-md5sums=('4a7bdac64c24ea4fe003fe43ffd4cf6d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -rf $pkgdir/var
-}

Copied: libinfinity/repos/community-i686/PKGBUILD (from rev 147062, 
libinfinity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 11:46:11 UTC (rev 147063)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Gregory Haynes 
+
+pkgname=libinfinity
+pkgver=0.6.7
+pkgrel=1
+pkgdesc="An implementation of the Infininote protocol written in GObject-based 
C"
+arch=('i686' 'x86_64')
+url="http://gobby.github.io/;
+license=('GPL')
+depends=('gnutls>=1.7.2' 'gsasl>=0.2.21' 'glib2>=2.16' 'libxml2>=2.0' 'gtk2')
+makedepends=('gtk-doc' 'pkgconfig')
+optdepends=('avahi: zeroconf support'
+'gtk2: gtk support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gobby/libinfinity/archive/${pkgver}.tar.gz;)
+md5sums=('eb01f715b12d0698ccbc0b03c0ce079c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf $pkgdir/var
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-18 11:45:20 UTC (rev 147062)
+++ community-x86_64/PKGBUILD   2015-11-18 11:46:11 UTC (rev 147063)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Gregory Haynes 
-
-pkgname=libinfinity
-pkgver=0.6.4
-pkgrel=2
-pkgdesc="An implementation of the Infininote protocol written in GObject-based 
C"
-arch=('i686' 'x86_64')
-url="http://gobby.github.io/;
-license=('GPL')
-depends=('gnutls>=1.7.2' 'gsasl>=0.2.21' 'glib2>=2.16' 'libxml2>=2.0' 'gtk2')
-makedepends=('gtk-doc' 'pkgconfig')
-optdepends=('avahi: zeroconf support'
-'gtk2: gtk support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gobby/libinfinity/archive/${pkgver}.tar.gz;)
-md5sums=('4a7bdac64c24ea4fe003fe43ffd4cf6d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -rf $pkgdir/var
-}

Copied: libinfinity/repos/community-x86_64/PKGBUILD (from rev 147062, 
libinfinity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-18 11:46:11 UTC (rev 147063)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Gregory Haynes 
+
+pkgname=libinfinity
+pkgver=0.6.7
+pkgrel=1

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

2015-11-18 Thread Sergej Pupykin
Date: Wednesday, November 18, 2015 @ 12:46:17
  Author: spupykin
Revision: 147064

upgpkg: zynaddsubfx 2.5.2-1

upd

Modified:
  zynaddsubfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 11:46:11 UTC (rev 147063)
+++ PKGBUILD2015-11-18 11:46:17 UTC (rev 147064)
@@ -5,8 +5,8 @@
 # Contributor: DonVla 
 
 pkgname=zynaddsubfx
-pkgver=2.5.1
-pkgrel=3
+pkgver=2.5.2
+pkgrel=1
 pkgdesc="Opensource software synthesizer capable of making a countless number 
of instruments."
 arch=('i686' 'x86_64')
 url="http://zynaddsubfx.sourceforge.net;
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
"$pkgname.svg")
-md5sums=('ea5df4198e8b0ebc336d52e689cf30c3'
+md5sums=('c0d09b8e8d79691e79e7d424bc4f0263'
  '6f7e9c3ce3947088a10c99c46a65431f')
 
 build() {


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

2015-11-18 Thread Guillaume Alaux
Date: Wednesday, November 18, 2015 @ 13:55:22
  Author: guillaume
Revision: 251220

Upstream release 7.u91_2.6.3-1

Modified:
  java7-openjdk/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 12:06:48 UTC (rev 251219)
+++ PKGBUILD2015-11-18 12:55:22 UTC (rev 251220)
@@ -6,7 +6,7 @@
 pkgname=('jre7-openjdk-headless' 'jre7-openjdk' 'jdk7-openjdk' 'openjdk7-src' 
'openjdk7-doc')
 pkgbase=java7-openjdk
 _java_ver=7
-_icedtea_ver=2.6.2
+_icedtea_ver=2.6.3
 #pkgver() {
 #  _updatever=$(grep -E "^JDK_UPDATE_VERSION = (.)+" 
${srcdir}/icedtea-${_icedtea_ver}/Makefile.am \
 #| sed -r 's/^JDK_UPDATE_VERSION = (.+)$/\1/')
@@ -310,3 +310,13 @@
 cp -a $i "${pkgdir}/usr/share/doc/openjdk7-doc/"
   done
 }
+sha256sums=('89183993d3dd794b4e2a428a8a0a35f1ce77c4ae64563e53f3a08c058ea134cc'
+'9e5d26bb1888a8a1378e078953aa04314d4fb4f263ebbaf7f459110c21f8d46d'
+'1052ae3c70908aa3374818ada320685cb7abdc7bd7bbd3cfb4f26fbbe7435ec6'
+'a0e978bc07371901560a746cae492edf0bcb22ddbb9e47b77319ffda1351806b'
+'55897d92e368ac7df3e04d4f235e9dba12ea8264e20d4bd6b68e8c13e5addc1e'
+'583898549b52e958521474db34f2ce535b6a0926c7df1fa99a3f0321b3a109f5'
+'f14716df84e047b19884ac5b0830e87b6cdf1925d0951195255c9124e89df27e'
+'dd8f3771439b4d51fa84e3f9b384b80e6656cf1a19ee3492b4f2fe09b37eef0e'
+'9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
+'56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b')


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

2015-11-18 Thread Guillaume Alaux
Date: Wednesday, November 18, 2015 @ 13:56:09
  Author: guillaume
Revision: 251221

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

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

--+
 /PKGBUILD|  644 +
 /fontconfig-paths.diff   |  268 ++
 /jdk7-openjdk.install|  100 +++
 /jre7-openjdk-headless.install   |   96 +++
 /jre7-openjdk.install|  110 
 /openjdk7_nonreparenting-wm.diff |  116 
 extra-i686/PKGBUILD  |  312 
 extra-i686/fontconfig-paths.diff |  134 -
 extra-i686/i586-fix.diff |   21 
 extra-i686/jdk7-openjdk.install  |   50 -
 extra-i686/jre7-openjdk-headless.install |   48 -
 extra-i686/jre7-openjdk.install  |   55 --
 extra-i686/openjdk7_nonreparenting-wm.diff   |   58 --
 extra-x86_64/PKGBUILD|  312 
 extra-x86_64/fontconfig-paths.diff   |  134 -
 extra-x86_64/i586-fix.diff   |   21 
 extra-x86_64/jdk7-openjdk.install|   50 -
 extra-x86_64/jre7-openjdk-headless.install   |   48 -
 extra-x86_64/jre7-openjdk.install|   55 --
 extra-x86_64/openjdk7_nonreparenting-wm.diff |   58 --
 20 files changed, 1334 insertions(+), 1356 deletions(-)

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


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

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 14:15:58
  Author: fyan
Revision: 147076

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

Added:
  deepin-notifications/repos/community-i686/
  deepin-notifications/repos/community-i686/PKGBUILD
(from rev 147075, deepin-notifications/trunk/PKGBUILD)
  deepin-notifications/repos/community-x86_64/
  deepin-notifications/repos/community-x86_64/PKGBUILD
(from rev 147075, deepin-notifications/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   29 +
 community-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: deepin-notifications/repos/community-i686/PKGBUILD (from rev 147075, 
deepin-notifications/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 13:15:58 UTC (rev 147076)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-notifications
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-notifications;
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-svg')
+makedepends=('git')
+groups=('deepin')
+conflicts=('notify-osd')
+source=("git+https://github.com/linuxdeepin/deepin-notifications.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-notifications/repos/community-x86_64/PKGBUILD (from rev 147075, 
deepin-notifications/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-18 13:15:58 UTC (rev 147076)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-notifications
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-notifications;
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-svg')
+makedepends=('git')
+groups=('deepin')
+conflicts=('notify-osd')
+source=("git+https://github.com/linuxdeepin/deepin-notifications.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2015-11-18 Thread Christian Hesse
Date: Wednesday, November 18, 2015 @ 11:39:02
  Author: eworm
Revision: 147060

allow to stick icon to the gnome dash

fix FS#47107

Modified:
  mysql-workbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 10:23:36 UTC (rev 147059)
+++ PKGBUILD2015-11-18 10:39:02 UTC (rev 147060)
@@ -76,6 +76,9 @@
backend/wbpublic/grtui/geom_draw_box.h \
backend/wbpublic/grt/spatial_handler.h
 
+   # allow to stick icon to the gnome dash
+   echo "StartupWMClass=mysql-workbench-bin" >> mysql-workbench.desktop.in
+
# put antlr into place
install -D ${srcdir}/antlr-3.4-complete.jar 
${srcdir}/linux-res/bin/antlr-3.4-complete.jar
 }


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

2015-11-18 Thread Martin Wimpress
Date: Wednesday, November 18, 2015 @ 14:11:24
  Author: flexiondotorg
Revision: 147073

upgpkg: libopenshot 0.0.6-1 - New upstream release

Modified:
  libopenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 12:59:50 UTC (rev 147072)
+++ PKGBUILD2015-11-18 13:11:24 UTC (rev 147073)
@@ -4,16 +4,16 @@
 # Contributor: Jonathan Thomas 
 
 pkgname=libopenshot
-pkgver=0.0.4
-pkgrel=2
+pkgver=0.0.6
+pkgrel=1
 pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
 arch=('i686' 'x86_64')
 url="http://openshot.org/;
 license=('LGPL3')
-depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'qt5-base' 
'qt5-multimedia')
-makedepends=('cmake' 'swig' 'unittestpp')
+depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'qt5-base' 'qt5-multimedia' 'ruby')
+makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
 
source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('dea39632719a507d9b57daa9b384c29efb6583b7bd06b3ca1b449b6b7f4838ba')
+sha256sums=('8b1009b146ae5fab50a784534f32ef796cf5b4e59617dde7633fa5995e4ef0f9')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-11-18 Thread Martin Wimpress
Date: Wednesday, November 18, 2015 @ 14:11:35
  Author: flexiondotorg
Revision: 147074

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

Added:
  libopenshot/repos/community-i686/PKGBUILD
(from rev 147073, libopenshot/trunk/PKGBUILD)
  libopenshot/repos/community-x86_64/PKGBUILD
(from rev 147073, libopenshot/trunk/PKGBUILD)
Deleted:
  libopenshot/repos/community-i686/PKGBUILD
  libopenshot/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 2015-11-18 13:11:24 UTC (rev 147073)
+++ community-i686/PKGBUILD 2015-11-18 13:11:35 UTC (rev 147074)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot
-pkgver=0.0.4
-pkgrel=2
-pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
-arch=('i686' 'x86_64')
-url="http://openshot.org/;
-license=('LGPL3')
-depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'qt5-base' 
'qt5-multimedia')
-makedepends=('cmake' 'swig' 'unittestpp')
-source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('dea39632719a507d9b57daa9b384c29efb6583b7bd06b3ca1b449b6b7f4838ba')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   mkdir build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 ../
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   make DESTDIR="${pkgdir}" install
-}
-

Copied: libopenshot/repos/community-i686/PKGBUILD (from rev 147073, 
libopenshot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 13:11:35 UTC (rev 147074)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot
+pkgver=0.0.6
+pkgrel=1
+pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
+arch=('i686' 'x86_64')
+url="http://openshot.org/;
+license=('LGPL3')
+depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python' 
'qt5-base' 'qt5-multimedia' 'ruby')
+makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
+source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('8b1009b146ae5fab50a784534f32ef796cf5b4e59617dde7633fa5995e4ef0f9')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 ../
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   make DESTDIR="${pkgdir}" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-18 13:11:24 UTC (rev 147073)
+++ community-x86_64/PKGBUILD   2015-11-18 13:11:35 UTC (rev 147074)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot
-pkgver=0.0.4
-pkgrel=2
-pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
-arch=('i686' 'x86_64')
-url="http://openshot.org/;
-license=('LGPL3')
-depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'qt5-base' 
'qt5-multimedia')
-makedepends=('cmake' 'swig' 'unittestpp')
-source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('dea39632719a507d9b57daa9b384c29efb6583b7bd06b3ca1b449b6b7f4838ba')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   mkdir build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 ../
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   make DESTDIR="${pkgdir}" install
-}
-

Copied: libopenshot/repos/community-x86_64/PKGBUILD (from rev 147073, 
libopenshot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-18 13:11:35 UTC 

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

2015-11-18 Thread Sergej Pupykin
Date: Wednesday, November 18, 2015 @ 12:24:21
  Author: spupykin
Revision: 147061

rm gconf from deps

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 10:39:02 UTC (rev 147060)
+++ PKGBUILD2015-11-18 11:24:21 UTC (rev 147061)
@@ -38,7 +38,7 @@
   depends=('virt-install'
'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
'dbus-python' 'gtk-vnc' 'rarian'
-   'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
+   'yajl' 'librsvg' 'libuser'
'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
'graphite' 'spice-gtk3'
'libvirt-glib' 'vte3')


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

2015-11-18 Thread Martin Wimpress
Date: Wednesday, November 18, 2015 @ 13:59:50
  Author: flexiondotorg
Revision: 147072

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

Added:
  libopenshot-audio/repos/community-i686/PKGBUILD
(from rev 147071, libopenshot-audio/trunk/PKGBUILD)
  libopenshot-audio/repos/community-x86_64/PKGBUILD
(from rev 147071, libopenshot-audio/trunk/PKGBUILD)
Deleted:
  libopenshot-audio/repos/community-i686/PKGBUILD
  libopenshot-audio/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 12:59:40 UTC (rev 147071)
+++ community-i686/PKGBUILD 2015-11-18 12:59:50 UTC (rev 147072)
@@ -1,29 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot-audio
-pkgver=0.0.4
-pkgrel=1
-pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
-arch=('i686' 'x86_64')
-url="http://openshot.org/;
-license=('GPL3')
-depends=('alsa-lib' 'freetype2' 'libx11' 'libxcursor' 'libxinerama')
-makedepends=('cmake')
-source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('66086c5ff1cb5cc6a499f84888d07ad03a31b30105213fb5b578909707acbb2b')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   mkdir build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ../
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libopenshot-audio/repos/community-i686/PKGBUILD (from rev 147071, 
libopenshot-audio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 12:59:50 UTC (rev 147072)
@@ -0,0 +1,29 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot-audio
+pkgver=0.0.6
+pkgrel=1
+pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
+arch=('i686' 'x86_64')
+url="http://openshot.org/;
+license=('GPL3')
+depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
+makedepends=('cmake' 'doxygen')
+source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('60abba3609a8c67c621a268be7ba8afd1225f81d74142d808173fb441564e2db')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ../
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-18 12:59:40 UTC (rev 147071)
+++ community-x86_64/PKGBUILD   2015-11-18 12:59:50 UTC (rev 147072)
@@ -1,29 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot-audio
-pkgver=0.0.4
-pkgrel=1
-pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
-arch=('i686' 'x86_64')
-url="http://openshot.org/;
-license=('GPL3')
-depends=('alsa-lib' 'freetype2' 'libx11' 'libxcursor' 'libxinerama')
-makedepends=('cmake')
-source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('66086c5ff1cb5cc6a499f84888d07ad03a31b30105213fb5b578909707acbb2b')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   mkdir build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ../
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libopenshot-audio/repos/community-x86_64/PKGBUILD (from rev 147071, 
libopenshot-audio/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-18 12:59:50 UTC (rev 147072)
@@ -0,0 +1,29 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot-audio
+pkgver=0.0.6
+pkgrel=1
+pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."

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

2015-11-18 Thread Martin Wimpress
Date: Wednesday, November 18, 2015 @ 13:59:40
  Author: flexiondotorg
Revision: 147071

upgpkg: libopenshot-audio 0.0.6-1 - New upstream release

Modified:
  libopenshot-audio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 12:55:11 UTC (rev 147070)
+++ PKGBUILD2015-11-18 12:59:40 UTC (rev 147071)
@@ -4,16 +4,16 @@
 # Contributor: Jonathan Thomas 
 
 pkgname=libopenshot-audio
-pkgver=0.0.4
+pkgver=0.0.6
 pkgrel=1
 pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
 arch=('i686' 'x86_64')
 url="http://openshot.org/;
 license=('GPL3')
-depends=('alsa-lib' 'freetype2' 'libx11' 'libxcursor' 'libxinerama')
-makedepends=('cmake')
+depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
+makedepends=('cmake' 'doxygen')
 
source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('66086c5ff1cb5cc6a499f84888d07ad03a31b30105213fb5b578909707acbb2b')
+sha256sums=('60abba3609a8c67c621a268be7ba8afd1225f81d74142d808173fb441564e2db')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-11-18 Thread Sergej Pupykin
Date: Wednesday, November 18, 2015 @ 12:46:57
  Author: spupykin
Revision: 147065

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

Added:
  zynaddsubfx/repos/community-i686/PKGBUILD
(from rev 147064, zynaddsubfx/trunk/PKGBUILD)
  zynaddsubfx/repos/community-i686/zynaddsubfx.svg
(from rev 147064, zynaddsubfx/trunk/zynaddsubfx.svg)
  zynaddsubfx/repos/community-x86_64/PKGBUILD
(from rev 147064, zynaddsubfx/trunk/PKGBUILD)
  zynaddsubfx/repos/community-x86_64/zynaddsubfx.svg
(from rev 147064, zynaddsubfx/trunk/zynaddsubfx.svg)
Deleted:
  zynaddsubfx/repos/community-i686/PKGBUILD
  zynaddsubfx/repos/community-i686/zynaddsubfx.svg
  zynaddsubfx/repos/community-x86_64/PKGBUILD
  zynaddsubfx/repos/community-x86_64/zynaddsubfx.svg

--+
 /PKGBUILD|  126 +++
 /zynaddsubfx.svg |  626 +
 community-i686/PKGBUILD  |   63 ---
 community-i686/zynaddsubfx.svg   |  313 --
 community-x86_64/PKGBUILD|   63 ---
 community-x86_64/zynaddsubfx.svg |  313 --
 6 files changed, 752 insertions(+), 752 deletions(-)

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


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

2015-11-18 Thread Antonio Rojas
Date: Wednesday, November 18, 2015 @ 13:06:48
  Author: arojas
Revision: 251219

Fix typo

Modified:
  oxygen-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 11:11:56 UTC (rev 251218)
+++ PKGBUILD2015-11-18 12:06:48 UTC (rev 251219)
@@ -13,7 +13,6 @@
 arch=('any')
 url='http://www.oxygen-icons.org/'
 license=('LGPL')
-group=('kf5')
 makedepends=('cmake')
 
source=("http://download.kde.org/stable/frameworks/${pkgver}/src/${pkgname}5-${pkgver}.tar.xz;)
 sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
@@ -31,6 +30,8 @@
 }
 
 package_oxygen-icons() {
+  groups=('kf5')
+
   cd build
   make DESTDIR="$pkgdir" install
 }


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

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 13:54:43
  Author: fyan
Revision: 147069

upgpkg: letshelp-letsencrypt 0.0.0.dev20151114-2

fix pkgdesc

Modified:
  letshelp-letsencrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 12:13:00 UTC (rev 147068)
+++ PKGBUILD2015-11-18 12:54:43 UTC (rev 147069)
@@ -4,8 +4,8 @@
 
 pkgname=letshelp-letsencrypt
 pkgver=0.0.0.dev20151114
-pkgrel=1
-pkgdesc="Apache plugin for Let’s Encrypt client"
+pkgrel=2
+pkgdesc="Let's help Let's Encrypt client"
 arch=('any')
 license=('Apache')
 url="https://pypi.python.org/pypi/${pkgname};


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

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 13:55:11
  Author: fyan
Revision: 147070

archrelease: copy trunk to community-any

Added:
  letshelp-letsencrypt/repos/community-any/PKGBUILD
(from rev 147069, letshelp-letsencrypt/trunk/PKGBUILD)
Deleted:
  letshelp-letsencrypt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-18 12:54:43 UTC (rev 147069)
+++ PKGBUILD2015-11-18 12:55:11 UTC (rev 147070)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=letshelp-letsencrypt
-pkgver=0.0.0.dev20151114
-pkgrel=1
-pkgdesc="Apache plugin for Let’s Encrypt client"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/${pkgname};
-depends=('python2-setuptools' 'python2-mock')
-checkdepends=('python2-nose')
-source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
-md5sums=('dbd36c6d391282c9d77ee9a270ff259a'
- 'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  nosetests2
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}"
-}

Copied: letshelp-letsencrypt/repos/community-any/PKGBUILD (from rev 147069, 
letshelp-letsencrypt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-18 12:55:11 UTC (rev 147070)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letshelp-letsencrypt
+pkgver=0.0.0.dev20151114
+pkgrel=2
+pkgdesc="Let's help Let's Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/${pkgname};
+depends=('python2-setuptools' 'python2-mock')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
+md5sums=('dbd36c6d391282c9d77ee9a270ff259a'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  nosetests2
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}


[arch-commits] Commit in (4 files)

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 14:14:59
  Author: fyan
Revision: 147075

addpkg: deepin-notifications 2.3.2-1

Added:
  deepin-notifications/
  deepin-notifications/repos/
  deepin-notifications/trunk/
  deepin-notifications/trunk/PKGBUILD

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

Added: deepin-notifications/trunk/PKGBUILD
===
--- deepin-notifications/trunk/PKGBUILD (rev 0)
+++ deepin-notifications/trunk/PKGBUILD 2015-11-18 13:14:59 UTC (rev 147075)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-notifications
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-notifications;
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-svg')
+makedepends=('git')
+groups=('deepin')
+conflicts=('notify-osd')
+source=("git+https://github.com/linuxdeepin/deepin-notifications.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make INSTALL_ROOT="${pkgdir}" install
+}


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


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

2015-11-18 Thread Guillaume Alaux
Date: Wednesday, November 18, 2015 @ 12:11:56
  Author: guillaume
Revision: 251218

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

Added:
  java8-openjdk/repos/extra-i686/PKGBUILD
(from rev 251217, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
(from rev 251217, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
(from rev 251217, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
(from rev 251217, java8-openjdk/trunk/install_jre8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 251217, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
(from rev 251217, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
(from rev 251217, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh
(from rev 251217, java8-openjdk/trunk/install_jre8-openjdk.sh)
Deleted:
  java8-openjdk/repos/extra-i686/PKGBUILD
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/PKGBUILD
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh

---+
 /PKGBUILD |  566 
 /install_jdk8-openjdk.sh  |  100 
 /install_jre8-openjdk-headless.sh |   96 
 /install_jre8-openjdk.sh  |  110 
 extra-i686/PKGBUILD   |  283 
 extra-i686/install_jdk8-openjdk.sh|   50 --
 extra-i686/install_jre8-openjdk-headless.sh   |   48 --
 extra-i686/install_jre8-openjdk.sh|   55 --
 extra-x86_64/PKGBUILD |  283 
 extra-x86_64/install_jdk8-openjdk.sh  |   50 --
 extra-x86_64/install_jre8-openjdk-headless.sh |   48 --
 extra-x86_64/install_jre8-openjdk.sh  |   55 --
 12 files changed, 872 insertions(+), 872 deletions(-)

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


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

2015-11-18 Thread Guillaume Alaux
Date: Wednesday, November 18, 2015 @ 12:11:16
  Author: guillaume
Revision: 251217

Upstream release 8.u66-1

Modified:
  java8-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 08:13:27 UTC (rev 251216)
+++ PKGBUILD2015-11-18 11:11:16 UTC (rev 251217)
@@ -11,7 +11,7 @@
 pkgbase=java8-openjdk
 _java_ver=8
 # Found @ 
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
-_jdk_update=65
+_jdk_update=66
 _jdk_build=17
 pkgver=${_java_ver}.u${_jdk_update}
 _repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
@@ -31,14 +31,14 @@
 
langtools-${_repo_ver}.tar.gz::${_url_src}/langtools/archive/${_repo_ver}.tar.gz
 
nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz)
 
-sha256sums=('472c8cd32a52a7f84d28439d2364696e82abd1b438fd43609c463c3727123e52'
-'3491c94851b72c5569e76cb18706025c20dca4b9f26843f8ad0f31ca5df1e0b6'
-'7ef89c932bb829d3a69ff827493254657cdc98724f3a16956027922b3604e82e'
-'53782fadf27e8dac8f778016c8e6e59363556e0bc4d9f349526f7779fe9f0722'
-'def69c47603258bdc638ce0d3bd888bb83f5dce04452e0d14284814dc75343fa'
-'91004628ceb2b52f9a9121301ec74d3e02181787d972f06a46390184703d89ce'
-'047b3390680fe8fb03c5d63f9582cae2216cbe1d912eff480613b051c97d29c6'
-'64e966d7774a4134ae489992017ce791091ff57ecb0fc928d0f6c3fb82dbe510')
+sha256sums=('7bd68bbe99094c46744dbaf5563e3e49b08adc8ed7a8e24d8f10520d42b1a63b'
+'1dfa95d3e5747a48f2acf91b4c3f3b7233f65fd37078c096015ade80ceb5d93d'
+'f552ab7216d233296f64cb2551f43090b4ff1c0383bec365c910a913e25e61bb'
+'a6368996acc5f914acab7b000ce70f387b7994776fb00dc82882bdefc676c77b'
+'317f85ae5af4d2be44b8b5a4318512d344895e978530cc87544bf9987860b0cb'
+'e4a95401c4e45fc0471e42b2b62bdfad025eee57715583ce58b0da785159e2eb'
+'b58d81b7e873c2ebd9f96a6bbd538f68c1f457e4dfea3b262e52973a33f2e6f7'
+'ad5c17b67999179966175caa35684056a48eb74186191e8f1b8ff900b580b25a')
 
 case "${CARCH}" in
   'x86_64') _JARCH=amd64 ; _DOC_ARCH=x86_64 ;;


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

2015-11-18 Thread Sergej Pupykin
Date: Wednesday, November 18, 2015 @ 12:45:20
  Author: spupykin
Revision: 147062

upgpkg: libinfinity 0.6.7-1

upd

Modified:
  libinfinity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 11:24:21 UTC (rev 147061)
+++ PKGBUILD2015-11-18 11:45:20 UTC (rev 147062)
@@ -4,8 +4,8 @@
 # Contributor: Gregory Haynes 
 
 pkgname=libinfinity
-pkgver=0.6.4
-pkgrel=2
+pkgver=0.6.7
+pkgrel=1
 pkgdesc="An implementation of the Infininote protocol written in GObject-based 
C"
 arch=('i686' 'x86_64')
 url="http://gobby.github.io/;
@@ -15,7 +15,7 @@
 optdepends=('avahi: zeroconf support'
 'gtk2: gtk support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/gobby/libinfinity/archive/${pkgver}.tar.gz;)
-md5sums=('4a7bdac64c24ea4fe003fe43ffd4cf6d')
+md5sums=('eb01f715b12d0698ccbc0b03c0ce079c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 12:52:40
  Author: fyan
Revision: 147066

upgpkg: ibus-table 1.9.9-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 11:46:57 UTC (rev 147065)
+++ PKGBUILD2015-11-18 11:52:40 UTC (rev 147066)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=ibus-table
-pkgver=1.9.8
+pkgver=1.9.9
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')


[arch-commits] Commit in ibus-table/repos/community-any (4 files)

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 12:53:27
  Author: fyan
Revision: 147067

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 147066, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-any/sgml_fix.patch
(from rev 147066, ibus-table/trunk/sgml_fix.patch)
Deleted:
  ibus-table/repos/community-any/PKGBUILD
  ibus-table/repos/community-any/sgml_fix.patch

+
 PKGBUILD   |   82 +++
 sgml_fix.patch |   48 
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-18 11:52:40 UTC (rev 147066)
+++ PKGBUILD2015-11-18 11:53:27 UTC (rev 147067)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: coderoar 
-# Contributor: leemars 
-# Contributor: Daniel J Griffiths 
-
-pkgname=ibus-table
-pkgver=1.9.8
-pkgrel=1
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
-arch=('any')
-url="https://github.com/kaio/ibus-table;
-license=('LGPL')
-makedepends=('git' 'docbook2x' 'docbook-sgml')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=("git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
-sgml_fix.patch)
-sha512sums=('SKIP'
-
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -p1 -i ../sgml_fix.patch
-}
-
-build() {
-  cd $pkgname
-
-  PYTHON=/usr/bin/python3 ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 147066, 
ibus-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-18 11:53:27 UTC (rev 147067)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: coderoar 
+# Contributor: leemars 
+# Contributor: Daniel J Griffiths 
+
+pkgname=ibus-table
+pkgver=1.9.9
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url="https://github.com/kaio/ibus-table;
+license=('LGPL')
+makedepends=('git' 'docbook2x' 'docbook-sgml')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=("git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
+sgml_fix.patch)
+sha512sums=('SKIP'
+
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
+
+prepare() {
+  cd ${pkgname}
+
+  patch -p1 -i ../sgml_fix.patch
+}
+
+build() {
+  cd $pkgname
+
+  PYTHON=/usr/bin/python3 ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: sgml_fix.patch
===
--- sgml_fix.patch  2015-11-18 11:52:40 UTC (rev 147066)
+++ sgml_fix.patch  2015-11-18 11:53:27 UTC (rev 147067)
@@ -1,24 +0,0 @@
-diff --git a/engine/Makefile.am b/engine/Makefile.am
-index 1334876..1836439 100644
 a/engine/Makefile.am
-+++ b/engine/Makefile.am
-@@ -21,6 +21,7 @@
- 
- DOC2MAN = docbook2man
- SGML = ibus-table-createdb.sgml
-+XML = ibus-table-createdb.xml
- BUILT_MANS = ibus-table-createdb.1
- man_MANS = $(BUILT_MANS)
- 
-@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
- 
- ${man_MANS}: ${SGML}
-   $(AM_V_GEN) $(RM) $@; \
--  $(DOC2MAN) ${SGML}; \
--  $(RM) manpage.*
-+  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML} > 
${XML}; \
-+  $(DOC2MAN) ${XML}; \
-+  $(RM) manpage.* ${XML}
- 
- table.xml: table.xml.in
-   ( \

Copied: ibus-table/repos/community-any/sgml_fix.patch (from rev 147066, 
ibus-table/trunk/sgml_fix.patch)
===
--- sgml_fix.patch  (rev 0)
+++ sgml_fix.patch  2015-11-18 11:53:27 UTC (rev 147067)
@@ -0,0 +1,24 @@
+diff --git a/engine/Makefile.am b/engine/Makefile.am
+index 1334876..1836439 100644
+--- a/engine/Makefile.am
 b/engine/Makefile.am
+@@ -21,6 +21,7 @@
+ 
+ DOC2MAN = docbook2man
+ SGML = ibus-table-createdb.sgml
++XML = ibus-table-createdb.xml
+ BUILT_MANS = ibus-table-createdb.1
+ man_MANS = $(BUILT_MANS)
+ 
+@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
+ 
+ ${man_MANS}: ${SGML}
+   $(AM_V_GEN) $(RM) $@; \
+-  $(DOC2MAN) ${SGML}; \
+-  $(RM) manpage.*
++  SGML_CATALOG_FILES=/etc/sgml/catalog 

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

2015-11-18 Thread Laurent Carlier
Date: Wednesday, November 18, 2015 @ 09:13:13
  Author: lcarlier
Revision: 251215

upgpkg: xorg-server 1.18.0-3

now all packages are in the xorg group

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 07:37:14 UTC (rev 251214)
+++ PKGBUILD2015-11-18 08:13:13 UTC (rev 251215)
@@ -5,9 +5,10 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
 pkgver=1.18.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('custom')
+groups=('xorg')
 url="http://xorg.freedesktop.org;
 makedepends=('pixman' 'libx11' 'mesa' 'mesa-libgl' 'xf86driproto' 
'xcmiscproto' 'xtrans' 'bigreqsproto' 'randrproto' 
  'inputproto' 'fontsproto' 'videoproto' 'presentproto' 
'compositeproto' 'recordproto' 'scrnsaverproto'
@@ -115,7 +116,6 @@
   # see xorg-server-*/hw/xfree86/common/xf86Module.h for ABI versions - we 
provide major numbers that drivers can depend on
   # and /usr/lib/pkgconfig/xorg-server.pc in xorg-server-devel pkg
   provides=('X-ABI-VIDEODRV_VERSION=20' 'X-ABI-XINPUT_VERSION=22.1' 
'X-ABI-EXTENSION_VERSION=9.0' 'x-server')
-  groups=('xorg')
   conflicts=('nvidia-utils<=331.20' 'glamor-egl' 'xf86-video-modesetting')
   replaces=('glamor-egl' 'xf86-video-modesetting')
   install=xorg-server.install


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

2015-11-18 Thread Laurent Carlier
Date: Wednesday, November 18, 2015 @ 09:13:27
  Author: lcarlier
Revision: 251216

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

Added:
  
xorg-server/repos/testing-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch
(from rev 251215, 
xorg-server/trunk/0001-systemd-logind-do-not-rely-on-directed-signals.patch)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 251215, xorg-server/trunk/PKGBUILD)
  
xorg-server/repos/testing-i686/v2-Xorg.wrap-activate-libdrm-based-detection-for-KMS-drivers.patch
(from rev 251215, 
xorg-server/trunk/v2-Xorg.wrap-activate-libdrm-based-detection-for-KMS-drivers.patch)
  xorg-server/repos/testing-i686/xorg-server.install
(from rev 251215, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 251215, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 251215, xorg-server/trunk/xvfb-run.1)
  
xorg-server/repos/testing-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch
(from rev 251215, 
xorg-server/trunk/0001-systemd-logind-do-not-rely-on-directed-signals.patch)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 251215, xorg-server/trunk/PKGBUILD)
  
xorg-server/repos/testing-x86_64/v2-Xorg.wrap-activate-libdrm-based-detection-for-KMS-drivers.patch
(from rev 251215, 
xorg-server/trunk/v2-Xorg.wrap-activate-libdrm-based-detection-for-KMS-drivers.patch)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 251215, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 251215, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 251215, xorg-server/trunk/xvfb-run.1)
Deleted:
  
xorg-server/repos/testing-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch
  xorg-server/repos/testing-i686/PKGBUILD
  
xorg-server/repos/testing-i686/v2-Xorg.wrap-activate-libdrm-based-detection-for-KMS-drivers.patch
  xorg-server/repos/testing-i686/xorg-server.install
  xorg-server/repos/testing-i686/xvfb-run
  xorg-server/repos/testing-i686/xvfb-run.1
  
xorg-server/repos/testing-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch
  xorg-server/repos/testing-x86_64/PKGBUILD
  
xorg-server/repos/testing-x86_64/v2-Xorg.wrap-activate-libdrm-based-detection-for-KMS-drivers.patch
  xorg-server/repos/testing-x86_64/xorg-server.install
  xorg-server/repos/testing-x86_64/xvfb-run
  xorg-server/repos/testing-x86_64/xvfb-run.1

---+
 /0001-systemd-logind-do-not-rely-on-directed-signals.patch 
   |  110 +
 /PKGBUILD  
   |  456 
 /v2-Xorg.wrap-activate-libdrm-based-detection-for-KMS-drivers.patch
   |   24 
 /xorg-server.install   
   |   36 
 /xvfb-run  
   |  360 ++
 /xvfb-run.1
   |  564 ++
 testing-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch 
   |   55 
 testing-i686/PKGBUILD  
   |  228 
 
testing-i686/v2-Xorg.wrap-activate-libdrm-based-detection-for-KMS-drivers.patch 
  |   12 
 testing-i686/xorg-server.install   
   |   18 
 testing-i686/xvfb-run  
   |  180 ---
 testing-i686/xvfb-run.1
   |  282 -
 testing-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch   
   |   55 
 testing-x86_64/PKGBUILD
   |  228 
 
testing-x86_64/v2-Xorg.wrap-activate-libdrm-based-detection-for-KMS-drivers.patch
 |   12 
 testing-x86_64/xorg-server.install 
   |   18 
 testing-x86_64/xvfb-run
   |  180 ---
 testing-x86_64/xvfb-run.1  
   |  282 -
 18 files changed, 1550 insertions(+), 1550 deletions(-)

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


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

2015-11-18 Thread Timothy Redaelli
Date: Wednesday, November 18, 2015 @ 11:23:36
  Author: tredaelli
Revision: 147059

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

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 147058, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 147058, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 147058, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 147058, bitcoin/trunk/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 /PKGBUILD   |  160 ++
 /bitcoin-qt.install |   22 
 community-i686/PKGBUILD |   87 --
 community-i686/bitcoin-qt.install   |   11 --
 community-x86_64/PKGBUILD   |   87 --
 community-x86_64/bitcoin-qt.install |   11 --
 6 files changed, 182 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 10:23:26 UTC (rev 147058)
+++ community-i686/PKGBUILD 2015-11-18 10:23:36 UTC (rev 147059)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
-pkgver=0.11.0
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
-license=('MIT')
-source=(http://bitcoin.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5
-   
https://github.com/bitcoin/bitcoin/commit/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch)
-sha256sums=('51ba1756addfa71567559e3f22331c1d908a63571891287689fff7113035d09f'
-'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
-'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
-'7b9001258d0781b8ae6fba31b7fb99d8009af8cda5a005f4854aa8b20f55b214'
-'829d5d38c8c3145b6debcb569bfa75acdfcfab5d914495b56ceb4d02060f130f'
-'9acf7f46052f6e508af4f38be4574f34bf0f57d2cf462f072606d3f177b4c957'
-'0910004577764c2251a33c4868c7358a42da68f94d6462e44bbcb1945cefd748')
-
-# Upstream should be more coherent!
-case "$pkgver" in
-*.*.*.*)
-  _pkgver=${pkgver%.*}
-  ;;
-*)
-  _pkgver=$pkgver
-  ;;
-esac
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-  patch -Np1 -i "$srcdir"/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch
-}
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  CXXFLAGS="$CXXFLAGS -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT=1 
-UUPNPDISCOVER_SUCCESS"
-  ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt4
-  make
-}
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs qt4 miniupnpc qrencode protobuf)
-  install=bitcoin-qt.install
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
-"$pkgdir"/usr/share/applications/bitcoin.desktop
-  install -Dm644 "$srcdir"/bitcoin128.png \
-"$pkgdir"/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-daemon() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs miniupnpc openssl)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
-  install -Dm644 "$srcdir"/bitcoin.conf \
-"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
-  install -Dm644 "$srcdir"/bitcoind.1 \
-"$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 "$srcdir"/bitcoin.conf.5 \
-"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-cli() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
-  depends=(boost-libs openssl)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 147058, 
bitcoin/trunk/PKGBUILD)

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

2015-11-18 Thread Timothy Redaelli
Date: Wednesday, November 18, 2015 @ 11:23:26
  Author: tredaelli
Revision: 147058

upgpkg: bitcoin 0.11.2-1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 08:20:23 UTC (rev 147057)
+++ PKGBUILD2015-11-18 10:23:26 UTC (rev 147058)
@@ -4,8 +4,8 @@
 
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
-pkgver=0.11.0
-pkgrel=4
+pkgver=0.11.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/;
 makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
@@ -15,15 +15,13 @@

https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5
-   
https://github.com/bitcoin/bitcoin/commit/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch)
-sha256sums=('51ba1756addfa71567559e3f22331c1d908a63571891287689fff7113035d09f'
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
+sha256sums=('a4d2bd642e5f7f1f82dc3f708618ac77e1e45353db7a98bf81c3bdc0e10690d3'
 'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
 'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
-'7b9001258d0781b8ae6fba31b7fb99d8009af8cda5a005f4854aa8b20f55b214'
+'30a30533cc3f2dbaea3ca1fab69e775a2b64aa0c1c510f9639a25910cb80fc4a'
 '829d5d38c8c3145b6debcb569bfa75acdfcfab5d914495b56ceb4d02060f130f'
-'9acf7f46052f6e508af4f38be4574f34bf0f57d2cf462f072606d3f177b4c957'
-'0910004577764c2251a33c4868c7358a42da68f94d6462e44bbcb1945cefd748')
+'9acf7f46052f6e508af4f38be4574f34bf0f57d2cf462f072606d3f177b4c957')
 
 # Upstream should be more coherent!
 case "$pkgver" in
@@ -35,11 +33,6 @@
   ;;
 esac
 
-prepare() {
-  cd "$pkgbase-$pkgver"
-  patch -Np1 -i "$srcdir"/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch
-}
-
 build() {
   cd "$srcdir/$pkgbase-$pkgver"
   CXXFLAGS="$CXXFLAGS -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT=1 
-UUPNPDISCOVER_SUCCESS"


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

2015-11-18 Thread Balló György
Date: Wednesday, November 18, 2015 @ 09:20:13
  Author: bgyorgy
Revision: 147056

upgpkg: polkit-gnome 0.105-3

Remove outdated post-update message (FS#47103)

Modified:
  polkit-gnome/trunk/PKGBUILD
Deleted:
  polkit-gnome/trunk/polkit-gnome.install

--+
 PKGBUILD |3 +--
 polkit-gnome.install |8 
 2 files changed, 1 insertion(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 07:34:49 UTC (rev 147055)
+++ PKGBUILD2015-11-18 08:20:13 UTC (rev 147056)
@@ -5,7 +5,7 @@
 
 pkgname=polkit-gnome
 pkgver=0.105
-pkgrel=2
+pkgrel=3
 pkgdesc="Legacy polkit authentication agent for GNOME"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/polkit/;
@@ -12,7 +12,6 @@
 license=('LGPL')
 depends=('polkit' 'gtk3')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
 polkit-gnome-authentication-agent-1.desktop)
 sha256sums=('1784494963b8bf9a00eedc6cd3a2868fb123b8a5e516e66c5eda48df17ab9369'

Deleted: polkit-gnome.install
===
--- polkit-gnome.install2015-11-18 07:34:49 UTC (rev 147055)
+++ polkit-gnome.install2015-11-18 08:20:13 UTC (rev 147056)
@@ -1,8 +0,0 @@
-post_upgrade() {
-  if [ "$(vercmp 0.105-2 "$2")" -eq 1 ]; then
-printf '==> The agent is no longer autostarted by default except in GNOME 
Flashback.\n'
-printf 'For Xfce, LXDE etc., "lxpolkit" is the suggested lightweight 
alternative.\n'
-printf 'See 
https://wiki.archlinux.org/index.php/Polkit#Authentication_agents for\n'
-printf 'more details.\n'
-  fi
-}


[arch-commits] Commit in polkit-gnome/repos (10 files)

2015-11-18 Thread Balló György
Date: Wednesday, November 18, 2015 @ 09:20:23
  Author: bgyorgy
Revision: 147057

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

Added:
  polkit-gnome/repos/community-i686/PKGBUILD
(from rev 147056, polkit-gnome/trunk/PKGBUILD)
  polkit-gnome/repos/community-i686/polkit-gnome-authentication-agent-1.desktop
(from rev 147056, 
polkit-gnome/trunk/polkit-gnome-authentication-agent-1.desktop)
  polkit-gnome/repos/community-x86_64/PKGBUILD
(from rev 147056, polkit-gnome/trunk/PKGBUILD)
  
polkit-gnome/repos/community-x86_64/polkit-gnome-authentication-agent-1.desktop
(from rev 147056, 
polkit-gnome/trunk/polkit-gnome-authentication-agent-1.desktop)
Deleted:
  polkit-gnome/repos/community-i686/PKGBUILD
  polkit-gnome/repos/community-i686/polkit-gnome-authentication-agent-1.desktop
  polkit-gnome/repos/community-i686/polkit-gnome.install
  polkit-gnome/repos/community-x86_64/PKGBUILD
  
polkit-gnome/repos/community-x86_64/polkit-gnome-authentication-agent-1.desktop
  polkit-gnome/repos/community-x86_64/polkit-gnome.install

--+
 /PKGBUILD|   66 +++
 /polkit-gnome-authentication-agent-1.desktop |  174 ++
 community-i686/PKGBUILD  |   34 -
 community-i686/polkit-gnome-authentication-agent-1.desktop   |   87 -
 community-i686/polkit-gnome.install  |8 
 community-x86_64/PKGBUILD|   34 -
 community-x86_64/polkit-gnome-authentication-agent-1.desktop |   87 -
 community-x86_64/polkit-gnome.install|8 
 8 files changed, 240 insertions(+), 258 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 08:20:13 UTC (rev 147056)
+++ community-i686/PKGBUILD 2015-11-18 08:20:23 UTC (rev 147057)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-# Contributor: onestep_ua 
-
-pkgname=polkit-gnome
-pkgver=0.105
-pkgrel=2
-pkgdesc="Legacy polkit authentication agent for GNOME"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/polkit/;
-license=('LGPL')
-depends=('polkit' 'gtk3')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
-polkit-gnome-authentication-agent-1.desktop)
-sha256sums=('1784494963b8bf9a00eedc6cd3a2868fb123b8a5e516e66c5eda48df17ab9369'
-'5074c723a4eab274830587d799ba781ff57f4fbe4ac99fbdc5aac5009c441ee7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/polkit-gnome \
-  --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/polkit-gnome-authentication-agent-1.desktop" \
-  
"$pkgdir/usr/share/applications/polkit-gnome-authentication-agent-1.desktop"
-}

Copied: polkit-gnome/repos/community-i686/PKGBUILD (from rev 147056, 
polkit-gnome/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 08:20:23 UTC (rev 147057)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+# Contributor: onestep_ua 
+
+pkgname=polkit-gnome
+pkgver=0.105
+pkgrel=3
+pkgdesc="Legacy polkit authentication agent for GNOME"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/polkit/;
+license=('LGPL')
+depends=('polkit' 'gtk3')
+makedepends=('intltool')
+source=(http://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+polkit-gnome-authentication-agent-1.desktop)
+sha256sums=('1784494963b8bf9a00eedc6cd3a2868fb123b8a5e516e66c5eda48df17ab9369'
+'5074c723a4eab274830587d799ba781ff57f4fbe4ac99fbdc5aac5009c441ee7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/polkit-gnome \
+  --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/polkit-gnome-authentication-agent-1.desktop" \
+  
"$pkgdir/usr/share/applications/polkit-gnome-authentication-agent-1.desktop"
+}

Deleted: community-i686/polkit-gnome-authentication-agent-1.desktop
===
--- community-i686/polkit-gnome-authentication-agent-1.desktop  2015-11-18 
08:20:13 UTC (rev 147056)
+++ community-i686/polkit-gnome-authentication-agent-1.desktop  

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

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 15:31:38
  Author: fyan
Revision: 147079

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 14:30:52 UTC (rev 147078)
+++ community-i686/PKGBUILD 2015-11-18 14:31:38 UTC (rev 147079)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-notifications
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="System notifications for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-notifications;
-license=('GPL3')
-depends=('qt5-declarative' 'qt5-svg')
-makedepends=('git')
-groups=('deepin')
-conflicts=('notify-osd')
-source=("git+https://github.com/linuxdeepin/deepin-notifications.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-notifications/repos/community-i686/PKGBUILD (from rev 147078, 
deepin-notifications/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 14:31:38 UTC (rev 147079)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-notifications
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-notifications;
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-svg')
+makedepends=('git')
+groups=('deepin')
+conflicts=('notify-osd')
+source=("git+https://github.com/linuxdeepin/deepin-notifications.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-18 14:30:52 UTC (rev 147078)
+++ community-x86_64/PKGBUILD   2015-11-18 14:31:38 UTC (rev 147079)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-notifications
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="System notifications for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-notifications;
-license=('GPL3')
-depends=('qt5-declarative' 'qt5-svg')
-makedepends=('git')
-groups=('deepin')
-conflicts=('notify-osd')
-source=("git+https://github.com/linuxdeepin/deepin-notifications.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-notifications/repos/community-x86_64/PKGBUILD (from rev 147078, 
deepin-notifications/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-18 14:31:38 UTC (rev 147079)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-notifications
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-notifications;
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-svg')
+makedepends=('git')
+groups=('deepin')
+conflicts=('notify-osd')
+source=("git+https://github.com/linuxdeepin/deepin-notifications.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 15:30:52
  Author: fyan
Revision: 147078

upgpkg: deepin-notifications 2.3.3-1

Modified:
  deepin-notifications/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 14:08:30 UTC (rev 147077)
+++ PKGBUILD2015-11-18 14:30:52 UTC (rev 147078)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-notifications
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="System notifications for linuxdeepin desktop environment"
 arch=('i686' 'x86_64')


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

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 15:32:07
  Author: fyan
Revision: 147080

upgpkg: deepin-terminal 1.1.0.20151104-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 14:31:38 UTC (rev 147079)
+++ PKGBUILD2015-11-18 14:32:07 UTC (rev 147080)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
  
 pkgname=deepin-terminal
-pkgver=1.1.0.20150814
-_commit=86993c2e50a83d309e9b1016362077f85d934cab
+pkgver=1.1.0.20151104
+_commit=a996a1fe5c5e50f3b43ef858553eeaae1ddd4178
 pkgrel=1
 pkgdesc='Awesome terminal for Linux Deepin'
 arch=('any')
@@ -12,7 +12,7 @@
 url="https://gitcafe.com/Deepin/deepin-terminal;
 license=('GPL3')
 depends=('python2-deepin-vte' 'desktop-file-utils' 'expect' 
'hicolor-icon-theme'
- 'python2-dbus' 'python2-deepin-ui' 'xdotool')
+ 'python2-dbus' 'python2-deepin-ui' 'xdotool' 'ttf-dejavu')
 makedepends=('deepin-gettext-tools' 'git')
 groups=('deepin-extra')
 install="${pkgname}.install"


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

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 15:08:30
  Author: fyan
Revision: 147077

fix egg-info

Modified:
  python-pyside/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 13:15:58 UTC (rev 147076)
+++ PKGBUILD2015-11-18 14:08:30 UTC (rev 147077)
@@ -57,6 +57,7 @@
cd "$srcdir/PySide-$pkgver/sources/pyside/build_py3"
 make DESTDIR="$pkgdir" install
 
+cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" 
"$pkgdir/usr/lib/python3.5/site-packages/pyside-$pkgver-py3.5.egg-info"
 mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
   "$pkgdir"/usr/lib/pkgconfig/pyside-py3.pc
 
@@ -75,7 +76,7 @@
cd "$srcdir/PySide-$pkgver/sources/pyside/build_py2"
 make DESTDIR="$pkgdir" install
 
-   cp -r "$srcdir/Pyside-$pkgver/pyside_package/PySide.egg-info" 
"$pkgdir/usr/lib/python2.7/site-packages/pyside-$pkgver-py2.7.egg-info"
+   cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" 
"$pkgdir/usr/lib/python2.7/site-packages/pyside-$pkgver-py2.7.egg-info"
 mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
   "$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
 


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

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 15:57:33
  Author: fyan
Revision: 147082

upgpkg: python-pytest-mock 0.9.0-1

Modified:
  python-pytest-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 14:32:39 UTC (rev 147081)
+++ PKGBUILD2015-11-18 14:57:33 UTC (rev 147082)
@@ -3,43 +3,44 @@
 
 pkgbase=python-pytest-mock
 pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=0.8.1
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
 arch=('any')
 license=('LGPL3')
 url="https://github.com/pytest-dev/pytest-mock/;
-makedepends=('python-pytest' 'python2-pytest' 'python2-mock')
-#checkdepends=('python-coverage' 'python2-coverage')
-source=("http://pypi.python.org/packages/source/p/pytest-mock/pytest-mock-$pkgver.zip;)
-sha512sums=('30b20e315124a1a0a2aadd548d8b6b4a4762b425e5b4807e7ac4661cdaa3e5b62876fe62a68a3e3de693d2910f8c0c24be3e82e5b24215e5692c80fedfd1f8df')
+makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
+source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=$pkgver;)
+sha512sums=('SKIP')
 
 prepare() {
-  cp -a pytest-mock-${pkgver}{,-py2}
+  cp -a pytest-mock{,-py2}
 }
 
 build() {
-  cd "$srcdir/pytest-mock-${pkgver}"
+  cd "$srcdir/pytest-mock"
   python setup.py build
 
-  cd "$srcdir/pytest-mock-${pkgver}-py2"
+  cd "$srcdir/pytest-mock-py2"
   python2 setup.py build
 }
 
 check() {
-  # Tests not included
+  # Hack entry points by installing it
 
-  cd "$srcdir/pytest-mock-${pkgver}"
-  # coverage3 run --source=pytest_mock.py runtests.py
+  cd "$srcdir/pytest-mock"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
 
-  cd "$srcdir/pytest-mock-${pkgver}-py2"
-  # coverage2 run --source=pytest_mock.py runtests.py
+  cd "$srcdir/pytest-mock-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
 }
 
 package_python-pytest-mock() {
   depends=('python-pytest')
 
-  cd pytest-mock-${pkgver}
+  cd pytest-mock
   python setup.py install --root="${pkgdir}" --optimize=1
 }
 
@@ -46,7 +47,6 @@
 package_python2-pytest-mock() {
   depends=('python2-pytest' 'python2-mock')
 
-  cd pytest-mock-${pkgver}-py2
+  cd pytest-mock-py2
   python2 setup.py install --root="${pkgdir}" --optimize=1
 }
-


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

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 15:58:08
  Author: fyan
Revision: 147083

archrelease: copy trunk to community-any

Added:
  python-pytest-mock/repos/community-any/PKGBUILD
(from rev 147082, python-pytest-mock/trunk/PKGBUILD)
Deleted:
  python-pytest-mock/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-18 14:57:33 UTC (rev 147082)
+++ PKGBUILD2015-11-18 14:58:08 UTC (rev 147083)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-mock
-pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
-arch=('any')
-license=('LGPL3')
-url="https://github.com/pytest-dev/pytest-mock/;
-makedepends=('python-pytest' 'python2-pytest' 'python2-mock')
-#checkdepends=('python-coverage' 'python2-coverage')
-source=("http://pypi.python.org/packages/source/p/pytest-mock/pytest-mock-$pkgver.zip;)
-sha512sums=('30b20e315124a1a0a2aadd548d8b6b4a4762b425e5b4807e7ac4661cdaa3e5b62876fe62a68a3e3de693d2910f8c0c24be3e82e5b24215e5692c80fedfd1f8df')
-
-prepare() {
-  cp -a pytest-mock-${pkgver}{,-py2}
-}
-
-build() {
-  cd "$srcdir/pytest-mock-${pkgver}"
-  python setup.py build
-
-  cd "$srcdir/pytest-mock-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Tests not included
-
-  cd "$srcdir/pytest-mock-${pkgver}"
-  # coverage3 run --source=pytest_mock.py runtests.py
-
-  cd "$srcdir/pytest-mock-${pkgver}-py2"
-  # coverage2 run --source=pytest_mock.py runtests.py
-}
-
-package_python-pytest-mock() {
-  depends=('python-pytest')
-
-  cd pytest-mock-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-pytest-mock() {
-  depends=('python2-pytest' 'python2-mock')
-
-  cd pytest-mock-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}
-

Copied: python-pytest-mock/repos/community-any/PKGBUILD (from rev 147082, 
python-pytest-mock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-18 14:58:08 UTC (rev 147083)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-mock
+pkgname=('python-pytest-mock' 'python2-pytest-mock')
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
+arch=('any')
+license=('LGPL3')
+url="https://github.com/pytest-dev/pytest-mock/;
+makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
+source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pytest-mock{,-py2}
+}
+
+build() {
+  cd "$srcdir/pytest-mock"
+  python setup.py build
+
+  cd "$srcdir/pytest-mock-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/pytest-mock"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+
+  cd "$srcdir/pytest-mock-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
+}
+
+package_python-pytest-mock() {
+  depends=('python-pytest')
+
+  cd pytest-mock
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-pytest-mock() {
+  depends=('python2-pytest' 'python2-mock')
+
+  cd pytest-mock-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2015-11-18 Thread Felix Yan
Date: Wednesday, November 18, 2015 @ 15:32:39
  Author: fyan
Revision: 147081

archrelease: copy trunk to community-any

Added:
  deepin-terminal/repos/community-any/PKGBUILD
(from rev 147080, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-any/deepin-terminal.install
(from rev 147080, deepin-terminal/trunk/deepin-terminal.install)
  deepin-terminal/repos/community-any/use-deepinvte.patch
(from rev 147080, deepin-terminal/trunk/use-deepinvte.patch)
Deleted:
  deepin-terminal/repos/community-any/PKGBUILD
  deepin-terminal/repos/community-any/deepin-terminal.install
  deepin-terminal/repos/community-any/use-deepinvte.patch

-+
 PKGBUILD|   84 +--
 use-deepinvte.patch |  120 +-
 2 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-18 14:32:07 UTC (rev 147080)
+++ PKGBUILD2015-11-18 14:32:39 UTC (rev 147081)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
- 
-pkgname=deepin-terminal
-pkgver=1.1.0.20150814
-_commit=86993c2e50a83d309e9b1016362077f85d934cab
-pkgrel=1
-pkgdesc='Awesome terminal for Linux Deepin'
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-terminal;
-license=('GPL3')
-depends=('python2-deepin-vte' 'desktop-file-utils' 'expect' 
'hicolor-icon-theme'
- 'python2-dbus' 'python2-deepin-ui' 'xdotool')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin-extra')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-terminal.git#commit=$_commit;
-use-deepinvte.patch)
-sha256sums=('SKIP'
-'b1d0d3a1ac3ea78d235cd721d757ad00715267775e2c219a5ba0474119c2bb3c')
- 
-prepare(){
-  cd deepin-terminal
-
-  # use deepinvte
-  patch -p1 --no-backup-if-mismatch -i ../use-deepinvte.patch
- 
-  # fix python version
-  find "${srcdir}" -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python 
*$=\1python2='
-}
- 
-build() {
-  cd deepin-terminal
-  deepin-generate-mo tools/locale_config.ini
-}
- 
-package() {
-  cd deepin-terminal
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-}

Copied: deepin-terminal/repos/community-any/PKGBUILD (from rev 147080, 
deepin-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-18 14:32:39 UTC (rev 147081)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+ 
+pkgname=deepin-terminal
+pkgver=1.1.0.20151104
+_commit=a996a1fe5c5e50f3b43ef858553eeaae1ddd4178
+pkgrel=1
+pkgdesc='Awesome terminal for Linux Deepin'
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-terminal;
+license=('GPL3')
+depends=('python2-deepin-vte' 'desktop-file-utils' 'expect' 
'hicolor-icon-theme'
+ 'python2-dbus' 'python2-deepin-ui' 'xdotool' 'ttf-dejavu')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin-extra')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-terminal.git#commit=$_commit;
+use-deepinvte.patch)
+sha256sums=('SKIP'
+'b1d0d3a1ac3ea78d235cd721d757ad00715267775e2c219a5ba0474119c2bb3c')
+ 
+prepare(){
+  cd deepin-terminal
+
+  # use deepinvte
+  patch -p1 --no-backup-if-mismatch -i ../use-deepinvte.patch
+ 
+  # fix python version
+  find "${srcdir}" -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python 
*$=\1python2='
+}
+ 
+build() {
+  cd deepin-terminal
+  deepin-generate-mo tools/locale_config.ini
+}
+ 
+package() {
+  cd deepin-terminal
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+}

Deleted: deepin-terminal.install
===
Copied: deepin-terminal/repos/community-any/deepin-terminal.install (from rev 
147080, deepin-terminal/trunk/deepin-terminal.install)
===
Deleted: use-deepinvte.patch
===
--- use-deepinvte.patch 2015-11-18 14:32:07 UTC (rev 147080)
+++ use-deepinvte.patch 2015-11-18 14:32:39 UTC (rev 147081)
@@ -1,60 +0,0 @@
-diff --git a/src/main.py b/src/main.py
-index bfb7005..3ef77ee 100755
 a/src/main.py
-+++ b/src/main.py
-@@ -57,7 +57,7 @@ import subprocess
- import sys
- import traceback
- import urllib
--import vte
-+import deepinvte
- import shlex
- 
- PROJECT_NAME = "deepin-terminal"
-@@ -1324,9 +1324,9 @@ class Terminal(object):
- 
- gtk.main()
- 
--class TerminalWrapper(vte.Terminal):
-+class TerminalWrapper(deepinvte.Terminal):
- """
--Wrapper class for vte.Terminal. Propagate keys. Make some customize as 
well.
-+Wrapper 

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

2015-11-18 Thread Sébastien Luttringer
Date: Wednesday, November 18, 2015 @ 23:52:16
  Author: seblu
Revision: 251226

upgpkg: btrfs-progs 4.3.1-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 16:11:15 UTC (rev 251225)
+++ PKGBUILD2015-11-18 22:52:16 UTC (rev 251226)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=4.3
+pkgver=4.3.1
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')


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

2015-11-18 Thread Jan Steffens
Date: Thursday, November 19, 2015 @ 00:43:00
  Author: heftig
Revision: 251230

1.17.0

Modified:
  openal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 23:24:43 UTC (rev 251229)
+++ PKGBUILD2015-11-18 23:43:00 UTC (rev 251230)
@@ -3,8 +3,9 @@
 # Contributor: Allan McRae 
 # Contributor: Jason Chu 
 
-pkgname=openal
-pkgver=1.16.0
+pkgbase=openal
+pkgname=(openal openal-examples)
+pkgver=1.17.0
 pkgrel=1
 pkgdesc="A cross-platform 3D audio library"
 arch=(i686 x86_64)
@@ -11,20 +12,35 @@
 url="http://www.openal.org/;
 license=(LGPL)
 depends=(glibc)
-makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio)
-optdepends=('qt4: alsoft-config GUI Configurator'
-'fluidsynth: MIDI rendering')
+makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio jack 
sdl2 sdl_sound ffmpeg)
 
source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
-md5sums=('14db4b0d12f07252070b4fe5eb5911f6')
+md5sums=('0b7d1e79fd57e6c9827a3bbdc97f19b6')
 
+prepare() {
+  mkdir build examples
+}
+
 build() {
-  cd $pkgname-soft-$pkgver/build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release 
../$pkgbase-soft-$pkgver
   make
 }
 
-package() {
-  cd $pkgname-soft-$pkgver
+package_openal() {
+  optdepends=('qt4: alsoft-config GUI Configurator'
+  'fluidsynth: MIDI rendering')
+
   make -C build DESTDIR="$pkgdir/" install
-  install -m644 -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt
+  install -m644 $pkgbase-soft-$pkgver/{env-vars,hrtf}.txt 
"$pkgdir/usr/share/openal/"
+
+### Split openal-examples
+  mv "$pkgdir"/usr/bin/al{ffplay,latency,loopback,reverb,stream} examples/
 }
+
+package_openal-examples() {
+  pkgdesc+=" (example programs)"
+  depends=("openal=$pkgver-$pkgrel" sdl2 sdl_sound ffmpeg)
+
+  mkdir -p "$pkgdir/usr/bin"
+  mv examples/* "$pkgdir/usr/bin/"
+}


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

2015-11-18 Thread Felix Yan
Date: Thursday, November 19, 2015 @ 03:10:56
  Author: fyan
Revision: 147116

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-19 02:10:29 UTC (rev 147115)
+++ PKGBUILD2015-11-19 02:10:56 UTC (rev 147116)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 140810 2015-09-19 13:17:30Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-pycontracts
-pkgname=(python-pycontracts python2-pycontracts)
-_pypiname=PyContracts
-pkgver=1.7.8
-pkgrel=1
-pkgdesc='Declare constraints on function parameters and return values'
-arch=('any')
-url="https://andreacensi.github.io/contracts;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
- 'python-decorator' 'python2-decorator' 'python-six' 'python2-six')
-checkdepends=('python-nose' 'python2-nose')
-source=("http://pypi.python.org/packages/source/${_pypiname:0:1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz;)
-sha256sums=('c7a6f49d509cb3a4c17386a311d25d229d5fa73062650ef9538c47846937b388')
-
-prepare() {
-  cp -a $_pypiname-$pkgver{,-py2}
-}
-
-build() {
-  cd "${srcdir}/${_pypiname}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${_pypiname}-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${_pypiname}-${pkgver}"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests3
-
-  cd "${srcdir}/${_pypiname}-${pkgver}-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2
-}
-
-package_python-pycontracts() {
-  depends=('python-pyparsing' 'python-decorator' 'python-six')
-
-  cd "${srcdir}/${_pypiname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-pycontracts() {
-  depends=('python2-pyparsing' 'python2-decorator' 'python2-six')
-
-  cd "${srcdir}/${_pypiname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-pycontracts/repos/community-any/PKGBUILD (from rev 147115, 
python-pycontracts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-19 02:10:56 UTC (rev 147116)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 140810 2015-09-19 13:17:30Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-pycontracts
+pkgname=(python-pycontracts python2-pycontracts)
+_pypiname=PyContracts
+pkgver=1.7.9
+pkgrel=1
+pkgdesc='Declare constraints on function parameters and return values'
+arch=('any')
+url="https://andreacensi.github.io/contracts;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
+ 'python-decorator' 'python2-decorator' 'python-six' 'python2-six')
+checkdepends=('python-nose' 'python2-nose')
+source=("http://pypi.python.org/packages/source/${_pypiname:0:1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz;)
+sha256sums=('0ebb8c434700d1a990bd4f53dbbf1caec297b3a783c9af26de052104fe4dac65')
+
+prepare() {
+  cp -a $_pypiname-$pkgver{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${_pypiname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_pypiname}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${_pypiname}-${pkgver}"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests3
+
+  cd "${srcdir}/${_pypiname}-${pkgver}-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2
+}
+
+package_python-pycontracts() {
+  depends=('python-pyparsing' 'python-decorator' 'python-six')
+
+  cd "${srcdir}/${_pypiname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-pycontracts() {
+  depends=('python2-pyparsing' 'python2-decorator' 'python2-six')
+
+  cd "${srcdir}/${_pypiname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2015-11-18 Thread Felix Yan
Date: Thursday, November 19, 2015 @ 03:10:29
  Author: fyan
Revision: 147115

upgpkg: python-pycontracts 1.7.9-1

Modified:
  python-pycontracts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 20:41:38 UTC (rev 147114)
+++ PKGBUILD2015-11-19 02:10:29 UTC (rev 147115)
@@ -4,7 +4,7 @@
 pkgbase=python-pycontracts
 pkgname=(python-pycontracts python2-pycontracts)
 _pypiname=PyContracts
-pkgver=1.7.8
+pkgver=1.7.9
 pkgrel=1
 pkgdesc='Declare constraints on function parameters and return values'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-decorator' 'python2-decorator' 'python-six' 'python2-six')
 checkdepends=('python-nose' 'python2-nose')
 
source=("http://pypi.python.org/packages/source/${_pypiname:0:1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz;)
-sha256sums=('c7a6f49d509cb3a4c17386a311d25d229d5fa73062650ef9538c47846937b388')
+sha256sums=('0ebb8c434700d1a990bd4f53dbbf1caec297b3a783c9af26de052104fe4dac65')
 
 prepare() {
   cp -a $_pypiname-$pkgver{,-py2}


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

2015-11-18 Thread Felix Yan
Date: Thursday, November 19, 2015 @ 03:41:13
  Author: fyan
Revision: 147117

upgpkg: dart 1.13.0-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-19 02:10:56 UTC (rev 147116)
+++ PKGBUILD2015-11-19 02:41:13 UTC (rev 147117)
@@ -7,7 +7,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=1.12.2
+pkgver=1.13.0
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,8 +17,8 @@
 options=('!strip')
 
source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
 
source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('e184ff9f4b4639d36d3e5e73d6bf1948688c6a3f57dda6b8cc76fb3fd643ab0cad202181aa3ae83bf607b3a742e6beed8eae71030df95a6249294486e86464dd')
-sha512sums_i686=('ea49c48843bde4854587ae7588dbc1a7484afb247187b5856209a0b6f6673688a16edcd618f097a9d54529daaee9936f38a2ddb657eabdaa3f6490b9a04f50f3')
+sha512sums_x86_64=('577ecdff68ccf91b35608912778d470daec83b80682ad0191440b93651732554b66390d110dfbe501334a2ed2dd503327ed107232166e691aaa77affa49a5b64')
+sha512sums_i686=('df4fe63212d09e5bff0cdde40c8f11f765e68080c7b47a11fa826b2048faf98552fc358050053193356f99b172c23bdd40ab0987b09fcea2685aae9f0a8345cc')
 
 prepare() {
   # Fix permissions
@@ -32,7 +32,6 @@
   setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
   setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
   setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
-  setconf docgen BIN_DIR "/opt/$pkgname-sdk/bin"
   setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
   setconf pub SDK_DIR "/opt/$pkgname-sdk/"
   setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
@@ -50,7 +49,7 @@
   cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
 
   # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
+  for f in dart dart2js dartanalyzer pub dartfmt; do
 ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
   done
 


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

2015-11-18 Thread Felix Yan
Date: Thursday, November 19, 2015 @ 03:41:58
  Author: fyan
Revision: 147118

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

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

---+
 /PKGBUILD |  132 
 community-i686/PKGBUILD   |   67 --
 community-x86_64/PKGBUILD |   67 --
 3 files changed, 132 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-19 02:41:13 UTC (rev 147117)
+++ community-i686/PKGBUILD 2015-11-19 02:41:58 UTC (rev 147118)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=1.12.2
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('e184ff9f4b4639d36d3e5e73d6bf1948688c6a3f57dda6b8cc76fb3fd643ab0cad202181aa3ae83bf607b3a742e6beed8eae71030df95a6249294486e86464dd')
-sha512sums_i686=('ea49c48843bde4854587ae7588dbc1a7484afb247187b5856209a0b6f6673688a16edcd618f097a9d54529daaee9936f38a2ddb657eabdaa3f6490b9a04f50f3')
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x "$pkgname-sdk/bin/"*
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
-  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
-  setconf docgen BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub SDK_DIR "/opt/$pkgname-sdk/"
-  setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 147117, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-19 02:41:58 UTC (rev 147118)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=1.13.0
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+sha512sums_x86_64=('577ecdff68ccf91b35608912778d470daec83b80682ad0191440b93651732554b66390d110dfbe501334a2ed2dd503327ed107232166e691aaa77affa49a5b64')
+sha512sums_i686=('df4fe63212d09e5bff0cdde40c8f11f765e68080c7b47a11fa826b2048faf98552fc358050053193356f99b172c23bdd40ab0987b09fcea2685aae9f0a8345cc')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec 

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

2015-11-18 Thread Jan Steffens
Date: Thursday, November 19, 2015 @ 00:24:43
  Author: heftig
Revision: 251229

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

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

---+
 /PKGBUILD |   68 
 /libinput.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libinput.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libinput.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-18 23:23:43 UTC (rev 251228)
+++ extra-i686/PKGBUILD 2015-11-18 23:24:43 UTC (rev 251229)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('673186ea2a0d2b695afaa9758834f9217b175774d9ae222e1b43ff63c663f582'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 251228, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-18 23:24:43 UTC (rev 251229)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('2de2b433ddc73ba1bfd4d309fd873d0ced6937cf1a7a94e4afbf18ddd8f8dd17'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-11-18 23:23:43 UTC (rev 251228)
+++ extra-i686/libinput.install 2015-11-18 23:24:43 UTC (rev 251229)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 251228, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-11-18 23:24:43 UTC (rev 251229)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-18 23:23:43 UTC (rev 251228)
+++ extra-x86_64/PKGBUILD   2015-11-18 23:24:43 UTC (rev 251229)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="library that handles 

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

2015-11-18 Thread Jan Steffens
Date: Thursday, November 19, 2015 @ 00:23:43
  Author: heftig
Revision: 251228

1.1.1

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 22:59:39 UTC (rev 251227)
+++ PKGBUILD2015-11-18 23:23:43 UTC (rev 251228)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=libinput.install
 options=('!libtool')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('673186ea2a0d2b695afaa9758834f9217b175774d9ae222e1b43ff63c663f582'
+sha256sums=('2de2b433ddc73ba1bfd4d309fd873d0ced6937cf1a7a94e4afbf18ddd8f8dd17'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2015-11-18 Thread Jan Steffens
Date: Thursday, November 19, 2015 @ 00:44:28
  Author: heftig
Revision: 251231

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-18 23:43:00 UTC (rev 251230)
+++ extra-i686/PKGBUILD 2015-11-18 23:44:28 UTC (rev 251231)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Jason Chu 
-
-pkgname=openal
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="A cross-platform 3D audio library"
-arch=(i686 x86_64)
-url="http://www.openal.org/;
-license=(LGPL)
-depends=(glibc)
-makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio)
-optdepends=('qt4: alsoft-config GUI Configurator'
-'fluidsynth: MIDI rendering')
-source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
-md5sums=('14db4b0d12f07252070b4fe5eb5911f6')
-
-build() {
-  cd $pkgname-soft-$pkgver/build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $pkgname-soft-$pkgver
-  make -C build DESTDIR="$pkgdir/" install
-  install -m644 -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt
-}

Copied: openal/repos/extra-i686/PKGBUILD (from rev 251230, 
openal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-18 23:44:28 UTC (rev 251231)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgbase=openal
+pkgname=(openal openal-examples)
+pkgver=1.17.0
+pkgrel=1
+pkgdesc="A cross-platform 3D audio library"
+arch=(i686 x86_64)
+url="http://www.openal.org/;
+license=(LGPL)
+depends=(glibc)
+makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio jack 
sdl2 sdl_sound ffmpeg)
+source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
+md5sums=('0b7d1e79fd57e6c9827a3bbdc97f19b6')
+
+prepare() {
+  mkdir build examples
+}
+
+build() {
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release 
../$pkgbase-soft-$pkgver
+  make
+}
+
+package_openal() {
+  optdepends=('qt4: alsoft-config GUI Configurator'
+  'fluidsynth: MIDI rendering')
+
+  make -C build DESTDIR="$pkgdir/" install
+  install -m644 $pkgbase-soft-$pkgver/{env-vars,hrtf}.txt 
"$pkgdir/usr/share/openal/"
+
+### Split openal-examples
+  mv "$pkgdir"/usr/bin/al{ffplay,latency,loopback,reverb,stream} examples/
+}
+
+package_openal-examples() {
+  pkgdesc+=" (example programs)"
+  depends=("openal=$pkgver-$pkgrel" sdl2 sdl_sound ffmpeg)
+
+  mkdir -p "$pkgdir/usr/bin"
+  mv examples/* "$pkgdir/usr/bin/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-18 23:43:00 UTC (rev 251230)
+++ extra-x86_64/PKGBUILD   2015-11-18 23:44:28 UTC (rev 251231)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Jason Chu 
-
-pkgname=openal
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="A cross-platform 3D audio library"
-arch=(i686 x86_64)
-url="http://www.openal.org/;
-license=(LGPL)
-depends=(glibc)
-makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio)
-optdepends=('qt4: alsoft-config GUI Configurator'
-'fluidsynth: MIDI rendering')
-source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
-md5sums=('14db4b0d12f07252070b4fe5eb5911f6')
-
-build() {
-  cd $pkgname-soft-$pkgver/build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $pkgname-soft-$pkgver
-  make -C build DESTDIR="$pkgdir/" install
-  install -m644 -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt
-}

Copied: openal/repos/extra-x86_64/PKGBUILD (from rev 251230, 
openal/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-18 23:44:28 UTC (rev 251231)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# 

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

2015-11-18 Thread Felix Yan
Date: Thursday, November 19, 2015 @ 04:43:12
  Author: fyan
Revision: 147119

upgpkg: python-pygit2 0.23.2-2

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-19 02:41:58 UTC (rev 147118)
+++ PKGBUILD2015-11-19 03:43:12 UTC (rev 147119)
@@ -4,7 +4,7 @@
 pkgbase=python-pygit2
 pkgname=(python-pygit2 python2-pygit2)
 pkgver=0.23.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Python bindings for libgit2'
 url="https://github.com/libgit2/pygit2;
 depends=(libgit2)


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

2015-11-18 Thread Daniel Micay
Date: Thursday, November 19, 2015 @ 05:54:01
  Author: thestinger
Revision: 147125

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

Added:
  
linux-grsec/repos/community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 147124, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 147124, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 147124, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 147124, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 147124, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 147124, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 147124, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 147124, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 147124, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 147124, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 147124, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 147124, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 147124, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 147124, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 147124, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 147124, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  
linux-grsec/repos/community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  
linux-grsec/repos/community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  
linux-grsec/repos/community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch   
  |  130 
 /0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch   
  |  206 
 /PKGBUILD  
  |  658 
 /change-default-console-loglevel.patch 
  |   22 
 /config
  |15602 ++
 /config.x86_64 
  |15000 +
 /linux-grsec.install   
  |   74 
 /linux.preset  
  |   28 
 community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch 
  |   65 
 community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch 
  |  103 
 community-i686/PKGBUILD
  |  329 
 community-i686/change-default-console-loglevel.patch   
  |   11 
 community-i686/config  
  | 7801 -
 community-i686/config.x86_64   
  | 7500 
 community-i686/linux-grsec.install 
  |   37 
 community-i686/linux.preset
  |   14 
 

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

2015-11-18 Thread Felix Yan
Date: Thursday, November 19, 2015 @ 04:16:12
  Author: fyan
Revision: 251233

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

Added:
  python-cffi/repos/staging-i686/
  python-cffi/repos/staging-i686/PKGBUILD
(from rev 251232, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/staging-i686/rebuild.list
(from rev 251232, python-cffi/trunk/rebuild.list)
  python-cffi/repos/staging-x86_64/
  python-cffi/repos/staging-x86_64/PKGBUILD
(from rev 251232, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/staging-x86_64/rebuild.list
(from rev 251232, python-cffi/trunk/rebuild.list)

-+
 staging-i686/PKGBUILD   |   53 ++
 staging-i686/rebuild.list   |1 
 staging-x86_64/PKGBUILD |   53 ++
 staging-x86_64/rebuild.list |1 
 4 files changed, 108 insertions(+)

Copied: python-cffi/repos/staging-i686/PKGBUILD (from rev 251232, 
python-cffi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-19 03:16:12 UTC (rev 251233)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: lilydjwg 
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Foreign Function Interface for Python calling C code"
+arch=('i686' 'x86_64')
+url="http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.python.org/packages/source/c/${_name}/${_name}-$pkgver.tar.gz;)
+sha512sums=('b89fe1b98a2e1492e05a9e69407104a5d5057dbe2730852fb91fae1db66751d35db53186d2f03dc950eb10dd9cecc83e44eb3e6954381dfd80d79519c7938288')
+
+prepare() {
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py build
+
+  cd "$srcdir/$_name-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/$_name-$pkgver"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
+
+  cd "$srcdir/$_name-$pkgver-py2"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd "$srcdir/$_name-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: python-cffi/repos/staging-i686/rebuild.list (from rev 251232, 
python-cffi/trunk/rebuild.list)
===
--- staging-i686/rebuild.list   (rev 0)
+++ staging-i686/rebuild.list   2015-11-19 03:16:12 UTC (rev 251233)
@@ -0,0 +1 @@
+python-pygit2

Copied: python-cffi/repos/staging-x86_64/PKGBUILD (from rev 251232, 
python-cffi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-19 03:16:12 UTC (rev 251233)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: lilydjwg 
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Foreign Function Interface for Python calling C code"
+arch=('i686' 'x86_64')
+url="http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.python.org/packages/source/c/${_name}/${_name}-$pkgver.tar.gz;)
+sha512sums=('b89fe1b98a2e1492e05a9e69407104a5d5057dbe2730852fb91fae1db66751d35db53186d2f03dc950eb10dd9cecc83e44eb3e6954381dfd80d79519c7938288')
+
+prepare() {
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py build
+
+  cd "$srcdir/$_name-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/$_name-$pkgver"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
+
+  cd "$srcdir/$_name-$pkgver-py2"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd "$srcdir/$_name-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" 

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

2015-11-18 Thread Felix Yan
Date: Thursday, November 19, 2015 @ 04:15:34
  Author: fyan
Revision: 251232

upgpkg: python-cffi 1.3.1-1

Modified:
  python-cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 23:44:28 UTC (rev 251231)
+++ PKGBUILD2015-11-19 03:15:34 UTC (rev 251232)
@@ -5,7 +5,7 @@
 _name=cffi
 pkgbase=python-$_name
 pkgname=(python-$_name python2-$_name)
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="Foreign Function Interface for Python calling C code"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://pypi.python.org/packages/source/c/${_name}/${_name}-$pkgver.tar.gz;)
-sha512sums=('2ea789d67782b2f23501bea4480f42f79e312d047e2d8c777aab8113400cfa136585aa92c0a51608a0da35cd6734bc24914fcccfc5bbdad3041aad2e9f784400')
+sha512sums=('b89fe1b98a2e1492e05a9e69407104a5d5057dbe2730852fb91fae1db66751d35db53186d2f03dc950eb10dd9cecc83e44eb3e6954381dfd80d79519c7938288')
 
 prepare() {
   cp -a $_name-$pkgver{,-py2}


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

2015-11-18 Thread Felix Yan
Date: Thursday, November 19, 2015 @ 04:45:52
  Author: fyan
Revision: 147123

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

Added:
  toxcore/repos/community-i686/PKGBUILD
(from rev 147122, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-i686/toxcore.conf
(from rev 147122, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-i686/toxcore.install
(from rev 147122, toxcore/trunk/toxcore.install)
  toxcore/repos/community-x86_64/PKGBUILD
(from rev 147122, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-x86_64/toxcore.conf
(from rev 147122, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-x86_64/toxcore.install
(from rev 147122, toxcore/trunk/toxcore.install)
Deleted:
  toxcore/repos/community-i686/PKGBUILD
  toxcore/repos/community-i686/toxcore.conf
  toxcore/repos/community-i686/toxcore.install
  toxcore/repos/community-x86_64/PKGBUILD
  toxcore/repos/community-x86_64/toxcore.conf
  toxcore/repos/community-x86_64/toxcore.install

--+
 /PKGBUILD|  120 +
 /toxcore.conf|4 +
 /toxcore.install |   22 ++
 community-i686/PKGBUILD  |   60 --
 community-i686/toxcore.conf  |2 
 community-i686/toxcore.install   |   11 ---
 community-x86_64/PKGBUILD|   60 --
 community-x86_64/toxcore.conf|2 
 community-x86_64/toxcore.install |   11 ---
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-19 03:44:58 UTC (rev 147122)
+++ community-i686/PKGBUILD 2015-11-19 03:45:52 UTC (rev 147123)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Håvard Pettersson 
-# Contributor: naxuroqa 
-# Contributor: Boohbah 
-# Contributor: Kevin MacMartin 
-
-pkgname=toxcore
-pkgver=3645
-_commit=0d0b74f5a8662a0b3b7c4da3537d1e8942f20656
-pkgrel=1
-pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
-arch=('i686' 'x86_64')
-url='https://tox.chat'
-license=('GPL3')
-depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
-makedepends=('git' 'check')
-conflicts=("tox")
-provides=("tox")
-backup=('etc/tox-bootstrapd.conf')
-install=$pkgname.install
-source=("git+https://github.com/irungentoo/toxcore.git#commit=$_commit;
-'toxcore.conf')
-sha512sums=('SKIP'
-
'71885e69f7b84955f6bdbf27b9e8196349cdd254b02b510433851bd218374d9c47aa7d3946dcc6a5cff6c8e705bc98d8a09de27039f60b8b088784cf8fa9d719')
-
-pkgver() {
-  cd $pkgname
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd $pkgname
-  sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
-}
-
-build() {
-  cd $pkgname
-  autoreconf -if
-  ./configure \
---prefix=/usr \
---enable-daemon \
---disable-ntox \
---enable-tests
-  make
-}
-
-check() {
-  cd $pkgname
-  # Tests hang as of 3638
-  # make check || warning "Tests failed"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/toxcore.conf" 
"$pkgdir/usr/lib/sysusers.d/toxcore.conf"
-  install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.service 
"$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service"
-  install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.conf 
"$pkgdir/etc/tox-bootstrapd.conf"
-}

Copied: toxcore/repos/community-i686/PKGBUILD (from rev 147122, 
toxcore/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-19 03:45:52 UTC (rev 147123)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Håvard Pettersson 
+# Contributor: naxuroqa 
+# Contributor: Boohbah 
+# Contributor: Kevin MacMartin 
+
+pkgname=toxcore
+pkgver=3652
+_commit=9fc96fae6f970fe4c80ff0ceafb20ffe155419a3
+pkgrel=1
+pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
+arch=('i686' 'x86_64')
+url='https://tox.chat'
+license=('GPL3')
+depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
+makedepends=('git' 'check')
+conflicts=("tox")
+provides=("tox")
+backup=('etc/tox-bootstrapd.conf')
+install=$pkgname.install
+source=("git+https://github.com/irungentoo/toxcore.git#commit=$_commit;
+'toxcore.conf')
+sha512sums=('SKIP'
+
'71885e69f7b84955f6bdbf27b9e8196349cdd254b02b510433851bd218374d9c47aa7d3946dcc6a5cff6c8e705bc98d8a09de27039f60b8b088784cf8fa9d719')
+
+pkgver() {
+  cd $pkgname
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd $pkgname
+  sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
+}
+
+build() {
+  cd $pkgname
+  autoreconf -if
+  ./configure \
+--prefix=/usr \
+--enable-daemon \
+--disable-ntox \
+--enable-tests
+  make

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

2015-11-18 Thread Daniel Micay
Date: Thursday, November 19, 2015 @ 05:52:51
  Author: thestinger
Revision: 147124

upgpkg: linux-grsec 4.2.6.201511182042-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-19 03:45:52 UTC (rev 147123)
+++ PKGBUILD2015-11-19 04:52:51 UTC (rev 147124)
@@ -9,7 +9,7 @@
 _srcname=linux-4.2
 _pkgver=4.2.6
 _grsecver=3.1
-_timestamp=201511141543
+_timestamp=201511182042
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -36,7 +36,7 @@
 'SKIP'
 '419f91fa4a6bb0d2c160ef6812341e5aac7e776550efe1d0958ae3b1ce0ea8ce'
 'SKIP'
-'64dc35e506f4f2f23d681d8fedbd74df9cc648a06193967ca5df4f1e57c1df3a'
+'e65024baf222e8f1f70b225af7485f70f6496d80ae51730d7d17b3f3ea173f6f'
 'SKIP'
 '2b83adabea3b0d0d70c257e041018b4024b1b7040c883b4ef2ef456acbc3d7e2'
 'ff22c57ead579fbc10f80cb36a962bb2ae2ae230813a889649259d29cc96bf42'


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

2015-11-18 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 08:19:03
  Author: arojas
Revision: 251235

Add missing extra-cmake-modules makedepends (FS#47119)

Modified:
  oxygen-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-19 03:44:30 UTC (rev 251234)
+++ PKGBUILD2015-11-19 07:19:03 UTC (rev 251235)
@@ -13,12 +13,12 @@
 arch=('any')
 url='http://www.oxygen-icons.org/'
 license=('LGPL')
-makedepends=('cmake')
+makedepends=('extra-cmake-modules')
 
source=("http://download.kde.org/stable/frameworks/${pkgver}/src/${pkgname}5-${pkgver}.tar.xz;)
 sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {


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

2015-11-18 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 08:19:27
  Author: arojas
Revision: 251236

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 251235, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   89 ++---
 1 file changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-19 07:19:03 UTC (rev 251235)
+++ PKGBUILD2015-11-19 07:19:27 UTC (rev 251236)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=5.16.0
-epoch=1
-pkgrel=1
-pkgdesc="The Oxygen Icon Theme"
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-group=('kf5')
-makedepends=('cmake')
-source=("http://download.kde.org/stable/frameworks/${pkgver}/src/${pkgname}5-${pkgver}.tar.xz;)
-sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}5-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_oxygen-icons() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_oxygen-icons-svg() {
-  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
-
-  cd ${pkgbase}5-${pkgver}
-  find scalable -type f ! -name '*.sh' -exec \
-install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 251235, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-19 07:19:27 UTC (rev 251236)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=5.16.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/frameworks/${pkgver}/src/${pkgname}5-${pkgver}.tar.xz;)
+sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}5-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  groups=('kf5')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}5-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}


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

2015-11-18 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 08:20:36
  Author: arojas
Revision: 251238

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 251237, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-19 07:20:27 UTC (rev 251237)
+++ PKGBUILD2015-11-19 07:20:36 UTC (rev 251238)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=5.16.0
-epoch=1
-pkgrel=1
-pkgdesc="The Oxygen Icon Theme"
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/frameworks/${pkgver}/src/${pkgname}5-${pkgver}.tar.xz;)
-sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}5-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_oxygen-icons() {
-  groups=('kf5')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_oxygen-icons-svg() {
-  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
-
-  cd ${pkgbase}5-${pkgver}
-  find scalable -type f ! -name '*.sh' -exec \
-install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 251237, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-19 07:20:36 UTC (rev 251238)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=5.16.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}5-${pkgver}.tar.xz;)
+sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}5-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  groups=('kf5')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}5-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}


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

2015-11-18 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 08:20:27
  Author: arojas
Revision: 251237

Fix source URL

Modified:
  oxygen-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-19 07:19:27 UTC (rev 251236)
+++ PKGBUILD2015-11-19 07:20:27 UTC (rev 251237)
@@ -14,7 +14,7 @@
 url='http://www.oxygen-icons.org/'
 license=('LGPL')
 makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/frameworks/${pkgver}/src/${pkgname}5-${pkgver}.tar.xz;)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}5-${pkgver}.tar.xz;)
 sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
 
 prepare() {


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

2015-11-18 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 08:23:05
  Author: arojas
Revision: 251240

archrelease: copy trunk to extra-any

Added:
  breeze-icons/repos/extra-any/PKGBUILD
(from rev 251239, breeze-icons/trunk/PKGBUILD)
Deleted:
  breeze-icons/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-19 07:22:57 UTC (rev 251239)
+++ PKGBUILD2015-11-19 07:23:05 UTC (rev 251240)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=breeze-icons
-pkgver=5.16.0
-pkgrel=1
-pkgdesc='Breeze icon themes'
-arch=('any')
-url='https://projects.kde.org/projects/kde/workspace/breeze'
-license=('LGPL')
-groups=('kf5')
-optdepends=('oxygen-icons: fallback icon theme')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/frameworks/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('649b3b20669d052abe3ebc639ef0c705')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: breeze-icons/repos/extra-any/PKGBUILD (from rev 251239, 
breeze-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-19 07:23:05 UTC (rev 251240)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=breeze-icons
+pkgver=5.16.0
+pkgrel=1
+pkgdesc='Breeze icon themes'
+arch=('any')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+groups=('kf5')
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+md5sums=('649b3b20669d052abe3ebc639ef0c705')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-18 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 08:22:57
  Author: arojas
Revision: 251239

Add missing qt5-base makedepends, fix source URL (FS#47118)

Modified:
  breeze-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-19 07:20:36 UTC (rev 251238)
+++ PKGBUILD2015-11-19 07:22:57 UTC (rev 251239)
@@ -11,12 +11,12 @@
 url='https://projects.kde.org/projects/kde/workspace/breeze'
 license=('LGPL')
 groups=('kf5')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/frameworks/${pkgver}/$pkgname-$pkgver.tar.xz;)
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
 md5sums=('649b3b20669d052abe3ebc639ef0c705')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {


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

2015-11-18 Thread Felix Yan
Date: Thursday, November 19, 2015 @ 04:44:58
  Author: fyan
Revision: 147122

upgpkg: toxcore 3652-1

Modified:
  toxcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-19 03:44:40 UTC (rev 147121)
+++ PKGBUILD2015-11-19 03:44:58 UTC (rev 147122)
@@ -6,8 +6,8 @@
 # Contributor: Kevin MacMartin 
 
 pkgname=toxcore
-pkgver=3645
-_commit=0d0b74f5a8662a0b3b7c4da3537d1e8942f20656
+pkgver=3652
+_commit=9fc96fae6f970fe4c80ff0ceafb20ffe155419a3
 pkgrel=1
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('i686' 'x86_64')


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

2015-11-18 Thread Felix Yan
Date: Thursday, November 19, 2015 @ 04:43:49
  Author: fyan
Revision: 147120

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

Added:
  python-pygit2/repos/community-staging-i686/
  python-pygit2/repos/community-staging-i686/PKGBUILD
(from rev 147119, python-pygit2/trunk/PKGBUILD)
  python-pygit2/repos/community-staging-x86_64/
  python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 147119, python-pygit2/trunk/PKGBUILD)

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

Copied: python-pygit2/repos/community-staging-i686/PKGBUILD (from rev 147119, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-19 03:43:49 UTC (rev 147120)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.23.2
+pkgrel=2
+pkgdesc='Python bindings for libgit2'
+url="https://github.com/libgit2/pygit2;
+depends=(libgit2)
+makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools git)
+arch=(i686 x86_64)
+license=('GPL2')
+#source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+#md5sums=('a73eaf01c42527db7673d11fb5b37654')
+source=('git+https://github.com/libgit2/pygit2.git#commit=25d02259df7b73ec220b2a0095ad4a2d7d525f96')
+sha1sums=('SKIP')
+
+package_python-pygit2() {
+  cd "pygit2"
+  depends+=(python python-cffi)
+  replaces=(python-libgit2)
+  conflicts=(python-libgit2)
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  cd "pygit2"
+  depends+=(python2 python2-cffi)
+  replaces=(python2-libgit2)
+  conflicts=(python2-libgit2)
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Copied: python-pygit2/repos/community-staging-x86_64/PKGBUILD (from rev 147119, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-19 03:43:49 UTC (rev 147120)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.23.2
+pkgrel=2
+pkgdesc='Python bindings for libgit2'
+url="https://github.com/libgit2/pygit2;
+depends=(libgit2)
+makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools git)
+arch=(i686 x86_64)
+license=('GPL2')
+#source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+#md5sums=('a73eaf01c42527db7673d11fb5b37654')
+source=('git+https://github.com/libgit2/pygit2.git#commit=25d02259df7b73ec220b2a0095ad4a2d7d525f96')
+sha1sums=('SKIP')
+
+package_python-pygit2() {
+  cd "pygit2"
+  depends+=(python python-cffi)
+  replaces=(python-libgit2)
+  conflicts=(python-libgit2)
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  cd "pygit2"
+  depends+=(python2 python2-cffi)
+  replaces=(python2-libgit2)
+  conflicts=(python2-libgit2)
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2015-11-18 Thread Kyle Keen
Date: Thursday, November 19, 2015 @ 06:05:29
  Author: kkeen
Revision: 147126

upgpkg: ngircd 23-1

Modified:
  ngircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-19 04:54:01 UTC (rev 147125)
+++ PKGBUILD2015-11-19 05:05:29 UTC (rev 147126)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ngircd
-pkgver=22.1
+pkgver=23
 pkgrel=1
 pkgdesc="Next Generation IRC Daemon"
 arch=('x86_64' 'i686')
@@ -14,7 +14,7 @@
 depends=('openssl' 'libident' 'zlib')
 source=("http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz;
 ngircd.service)
-sha256sums=('17ad08d0420c00a180b71e7284d1b6a8d2f6f39dbac756fe104f6ca59a9c66f5'
+sha256sums=('99b8b67a975a9ae9b81c96bdee02133a10f515c718825d34cedcb64f1fc95e73'
 'f02e30f6864ba1130bcc85bedc44ad782687f572c06f10e0501b0ddcf532b404')
 
 build() {


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

2015-11-18 Thread Kyle Keen
Date: Thursday, November 19, 2015 @ 06:05:51
  Author: kkeen
Revision: 147127

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

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

-+
 /PKGBUILD   |   80 ++
 /ngircd.service |   22 ++
 community-i686/PKGBUILD |   40 ---
 community-i686/ngircd.service   |   11 -
 community-x86_64/PKGBUILD   |   40 ---
 community-x86_64/ngircd.service |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-19 05:05:29 UTC (rev 147126)
+++ community-i686/PKGBUILD 2015-11-19 05:05:51 UTC (rev 147127)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Mateusz Herych 
-# Contributor: Alexander Rødseth 
-
-pkgname=ngircd
-pkgver=22.1
-pkgrel=1
-pkgdesc="Next Generation IRC Daemon"
-arch=('x86_64' 'i686')
-backup=(etc/ngircd.conf)
-url="http://ngircd.barton.de/;
-license=('GPL')
-depends=('openssl' 'libident' 'zlib')
-source=("http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz;
-ngircd.service)
-sha256sums=('17ad08d0420c00a180b71e7284d1b6a8d2f6f39dbac756fe104f6ca59a9c66f5'
-'f02e30f6864ba1130bcc85bedc44ad782687f572c06f10e0501b0ddcf532b404')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --mandir=/usr/share/man \
-   --with-ident \
-   --with-openssl \
-   --enable-ipv6
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../ngircd.service 
"$pkgdir/usr/lib/systemd/system/ngircd.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ngircd/repos/community-i686/PKGBUILD (from rev 147126, 
ngircd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-19 05:05:51 UTC (rev 147127)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Mateusz Herych 
+# Contributor: Alexander Rødseth 
+
+pkgname=ngircd
+pkgver=23
+pkgrel=1
+pkgdesc="Next Generation IRC Daemon"
+arch=('x86_64' 'i686')
+backup=(etc/ngircd.conf)
+url="http://ngircd.barton.de/;
+license=('GPL')
+depends=('openssl' 'libident' 'zlib')
+source=("http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz;
+ngircd.service)
+sha256sums=('99b8b67a975a9ae9b81c96bdee02133a10f515c718825d34cedcb64f1fc95e73'
+'f02e30f6864ba1130bcc85bedc44ad782687f572c06f10e0501b0ddcf532b404')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --mandir=/usr/share/man \
+   --with-ident \
+   --with-openssl \
+   --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../ngircd.service 
"$pkgdir/usr/lib/systemd/system/ngircd.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/ngircd.service
===
--- community-i686/ngircd.service   2015-11-19 05:05:29 UTC (rev 147126)
+++ community-i686/ngircd.service   2015-11-19 05:05:51 UTC (rev 147127)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Next Generation IRC Daemon
-After=network.target
-
-[Service]
-# don't daemonize to simplify stuff
-ExecStart=/usr/bin/ngircd -n
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: ngircd/repos/community-i686/ngircd.service (from rev 147126, 
ngircd/trunk/ngircd.service)
===
--- community-i686/ngircd.service   (rev 0)
+++ community-i686/ngircd.service   2015-11-19 05:05:51 UTC (rev 147127)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Next Generation IRC Daemon
+After=network.target
+
+[Service]
+# don't daemonize to simplify stuff
+ExecStart=/usr/bin/ngircd -n
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD

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

2015-11-18 Thread Kyle Keen
Date: Thursday, November 19, 2015 @ 06:16:52
  Author: kkeen
Revision: 147128

upgpkg: mbedtls 2.1.3-1

Modified:
  mbedtls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-19 05:05:51 UTC (rev 147127)
+++ PKGBUILD2015-11-19 05:16:52 UTC (rev 147128)
@@ -4,7 +4,7 @@
 # Contributor: carstene1ns 
 
 pkgname=mbedtls
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 #source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;
 source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
 #source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
-sha1sums=('44c4b71971a68086bb4d68b82688015812fd3962')
+sha1sums=('a68b8b68646f242bdd792a99f8ad14e175fb68ba')
 depends=('glibc')
 options=('staticlibs')
 


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

2015-11-18 Thread Kyle Keen
Date: Thursday, November 19, 2015 @ 06:17:13
  Author: kkeen
Revision: 147129

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-19 05:16:52 UTC (rev 147128)
+++ community-i686/PKGBUILD 2015-11-19 05:17:13 UTC (rev 147129)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Mihai Militaru 
-# Contributor: carstene1ns 
-
-pkgname=mbedtls
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
-arch=('i686' 'x86_64')
-url="https://tls.mbed.org;
-license=('Apache')
-provides=('polarssl')
-replaces=('polarssl')
-conflicts=('polarssl')
-#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;
-source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
-#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
-sha1sums=('44c4b71971a68086bb4d68b82688015812fd3962')
-depends=('glibc')
-options=('staticlibs')
-
-# 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
-# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
-# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # enable flags for non-embedded systems
-  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
-  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  LDFLAGS+=" -I../include " make SHARED=1 no_test
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make SHARED=1 check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/usr" install
-}

Copied: mbedtls/repos/community-i686/PKGBUILD (from rev 147128, 
mbedtls/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-19 05:17:13 UTC (rev 147129)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Mihai Militaru 
+# Contributor: carstene1ns 
+
+pkgname=mbedtls
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
+arch=('i686' 'x86_64')
+url="https://tls.mbed.org;
+license=('Apache')
+provides=('polarssl')
+replaces=('polarssl')
+conflicts=('polarssl')
+#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;
+source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
+#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
+sha1sums=('a68b8b68646f242bdd792a99f8ad14e175fb68ba')
+depends=('glibc')
+options=('staticlibs')
+
+# 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
+# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
+# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # enable flags for non-embedded systems
+  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
+  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  LDFLAGS+=" -I../include " make SHARED=1 no_test
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make SHARED=1 check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/usr" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-19 05:16:52 UTC (rev 147128)
+++ community-x86_64/PKGBUILD   2015-11-19 05:17:13 UTC (rev 147129)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Mihai Militaru 
-# Contributor: carstene1ns 
-
-pkgname=mbedtls
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
-arch=('i686' 'x86_64')
-url="https://tls.mbed.org;
-license=('Apache')
-provides=('polarssl')
-replaces=('polarssl')
-conflicts=('polarssl')
-#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;
-source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
-#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
-sha1sums=('44c4b71971a68086bb4d68b82688015812fd3962')

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

2015-11-18 Thread Sébastien Luttringer
Date: Wednesday, November 18, 2015 @ 23:59:39
  Author: seblu
Revision: 251227

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 251226, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 251226, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.service
(from rev 251226, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.timer
(from rev 251226, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 251226, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 251226, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 251226, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 251226, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 251226, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 251226, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 251226, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 251226, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   60 
 testing-i686/btrfs-progs.install  |9 
 testing-i686/btrfs-scrub@.service |7 +++
 testing-i686/btrfs-scrub@.timer   |   10 +
 testing-i686/initcpio-hook-btrfs  |7 +++
 testing-i686/initcpio-install-btrfs   |   17 +
 testing-x86_64/PKGBUILD   |   60 
 testing-x86_64/btrfs-progs.install|9 
 testing-x86_64/btrfs-scrub@.service   |7 +++
 testing-x86_64/btrfs-scrub@.timer |   10 +
 testing-x86_64/initcpio-hook-btrfs|7 +++
 testing-x86_64/initcpio-install-btrfs |   17 +
 12 files changed, 220 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 251226, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-18 22:59:39 UTC (rev 251227)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.3.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad'
+ '6988ee82cc06d8639faf16fd2d9e0bc2'
+ 'a290e0ab88b7b4675cd20f5a2befc8cb')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname
+  make prefix="$pkgdir"/usr install
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 251226, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2015-11-18 22:59:39 UTC (rev 251227)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ "$(vercmp 0.19.20121005 "$2")" -eq 1 ]; then
+echo "btrfs multi-device support now relies on linux 3.6 or later"
+  fi
+}
+
+# vim:set ts=2 sw=2 et: