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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:07:12
  Author: foutrelis
Revision: 252675

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

Added:
  libqzeitgeist/repos/staging-i686/
  libqzeitgeist/repos/staging-i686/PKGBUILD
(from rev 252674, libqzeitgeist/trunk/PKGBUILD)
  libqzeitgeist/repos/staging-i686/set-declarative-installation-dir.patch
(from rev 252674, 
libqzeitgeist/trunk/set-declarative-installation-dir.patch)
  libqzeitgeist/repos/staging-x86_64/
  libqzeitgeist/repos/staging-x86_64/PKGBUILD
(from rev 252674, libqzeitgeist/trunk/PKGBUILD)
  libqzeitgeist/repos/staging-x86_64/set-declarative-installation-dir.patch
(from rev 252674, 
libqzeitgeist/trunk/set-declarative-installation-dir.patch)

---+
 staging-i686/PKGBUILD |   41 
 staging-i686/set-declarative-installation-dir.patch   |   14 +
 staging-x86_64/PKGBUILD   |   41 
 staging-x86_64/set-declarative-installation-dir.patch |   14 +
 4 files changed, 110 insertions(+)

Copied: libqzeitgeist/repos/staging-i686/PKGBUILD (from rev 252674, 
libqzeitgeist/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 09:07:12 UTC (rev 252675)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libqzeitgeist
+pkgver=0.8.0
+pkgrel=5
+pkgdesc="A Qt interface to the Zeitgeist event tracking system"
+url='https://projects.kde.org/projects/kdesupport/libqzeitgeist'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake' 'automoc4' 'python2' 'zeitgeist')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+'set-declarative-installation-dir.patch')
+md5sums=('97bdea6a1865db7d5f29c93e3a492f24'
+ '712013e582acb73296e41ad842d0da01')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/set-declarative-installation-dir.patch
+
+  # Fix python2 path
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+scripts/onto2cpp.py
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDECLARATIVE_IMPORT_PREFIX=/usr/lib/qt4/imports
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libqzeitgeist/repos/staging-i686/set-declarative-installation-dir.patch 
(from rev 252674, libqzeitgeist/trunk/set-declarative-installation-dir.patch)
===
--- staging-i686/set-declarative-installation-dir.patch 
(rev 0)
+++ staging-i686/set-declarative-installation-dir.patch 2015-12-06 09:07:12 UTC 
(rev 252675)
@@ -0,0 +1,14 @@
+--- libqzeitgeist-0.8.0/declarative/CMakeLists.txt~2012-01-28 
10:55:56.178972521 +
 libqzeitgeist-0.8.0/declarative/CMakeLists.txt 2012-01-28 
10:57:29.601561527 +
+@@ -14,7 +14,9 @@
+ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../src/)
+ automoc4_add_library(QZeitgeistDeclarativePlugin MODULE ${declarative_SRCS})
+ 
+-target_link_libraries(QZeitgeistDeclarativePlugin ${QT_LIBRARIES} qzeitgeist)
++target_link_libraries(QZeitgeistDeclarativePlugin 
${QT_QTDECLARATIVE_LIBRARIES} qzeitgeist)
+ 
+-install(TARGETS QZeitgeistDeclarativePlugin DESTINATION 
lib${LIB_SUFFIX}/qt4/imports/org/gnome/zeitgeist)
++set(DECLARATIVE_IMPORT_PREFIX ${QT_IMPORTS_DIR} CACHE PATH "Location to 
install declarative bindings")
++
++install(TARGETS QZeitgeistDeclarativePlugin DESTINATION 
${DECLARATIVE_IMPORT_PREFIX}/org/gnome/zeitgeist)
+ install(FILES qmldir DESTINATION ${QT_IMPORTS_DIR}/org/gnome/zeitgeist)

Copied: libqzeitgeist/repos/staging-x86_64/PKGBUILD (from rev 252674, 
libqzeitgeist/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 09:07:12 UTC (rev 252675)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libqzeitgeist
+pkgver=0.8.0
+pkgrel=5
+pkgdesc="A Qt interface to the Zeitgeist event tracking system"
+url='https://projects.kde.org/projects/kdesupport/libqzeitgeist'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake' 'automoc4' 'python2' 'zeitgeist')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+'set-declarative-installation-dir.patch')
+md5sums=('97bdea6a1865db7d5f29c93e3a492f24'
+ '712013e582acb73296e41ad842d0da01')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/set-declarative-installation-dir.patch
+
+  # Fix python2 path
+  sed -i 's|/usr/bin/env python|/usr/bin/env 

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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:07:04
  Author: foutrelis
Revision: 252674

C++11 ABI rebuild

Modified:
  libqzeitgeist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:05:57 UTC (rev 252673)
+++ PKGBUILD2015-12-06 09:07:04 UTC (rev 252674)
@@ -3,7 +3,7 @@
 
 pkgname=libqzeitgeist
 pkgver=0.8.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A Qt interface to the Zeitgeist event tracking system"
 url='https://projects.kde.org/projects/kdesupport/libqzeitgeist'
 arch=('i686' 'x86_64')


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 10:44:08
  Author: bluewind
Revision: 252701

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

Added:
  qjson/repos/staging-i686/
  qjson/repos/staging-i686/PKGBUILD
(from rev 252700, qjson/trunk/PKGBUILD)
  qjson/repos/staging-x86_64/
  qjson/repos/staging-x86_64/PKGBUILD
(from rev 252700, qjson/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: qjson/repos/staging-i686/PKGBUILD (from rev 252700, 
qjson/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 09:44:08 UTC (rev 252701)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=qjson
+pkgver=0.8.1
+pkgrel=4
+pkgdesc="A qt-based library that maps JSON data to QVariant objects"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://qjson.sourceforge.net;
+depends=('qt4')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('4eef13da988edf8f91c260a3e1baeea9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: qjson/repos/staging-x86_64/PKGBUILD (from rev 252700, 
qjson/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 09:44:08 UTC (rev 252701)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=qjson
+pkgver=0.8.1
+pkgrel=4
+pkgdesc="A qt-based library that maps JSON data to QVariant objects"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://qjson.sourceforge.net;
+depends=('qt4')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('4eef13da988edf8f91c260a3e1baeea9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 10:44:03
  Author: bluewind
Revision: 252700

C++11 ABI rebuild

Modified:
  qjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:43:49 UTC (rev 252699)
+++ PKGBUILD2015-12-06 09:44:03 UTC (rev 252700)
@@ -3,7 +3,7 @@
 
 pkgname=qjson
 pkgver=0.8.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A qt-based library that maps JSON data to QVariant objects"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:43:49
  Author: foutrelis
Revision: 252699

C++11 ABI rebuild

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:42:13 UTC (rev 252698)
+++ PKGBUILD2015-12-06 09:43:49 UTC (rev 252699)
@@ -24,7 +24,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=5.6.16
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 10:42:13
  Author: bluewind
Revision: 252698

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

Added:
  phonon-gstreamer/repos/staging-i686/
  phonon-gstreamer/repos/staging-i686/PKGBUILD
(from rev 252697, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/staging-i686/phonon-gstreamer-gst15_include_dirs.patch
(from rev 252697, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
  phonon-gstreamer/repos/staging-i686/phonon-qt4-gstreamer.install
(from rev 252697, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
  phonon-gstreamer/repos/staging-x86_64/
  phonon-gstreamer/repos/staging-x86_64/PKGBUILD
(from rev 252697, phonon-gstreamer/trunk/PKGBUILD)
  
phonon-gstreamer/repos/staging-x86_64/phonon-gstreamer-gst15_include_dirs.patch
(from rev 252697, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
  phonon-gstreamer/repos/staging-x86_64/phonon-qt4-gstreamer.install
(from rev 252697, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)

--+
 staging-i686/PKGBUILD|   74 ++
 staging-i686/phonon-gstreamer-gst15_include_dirs.patch   |   95 +
 staging-i686/phonon-qt4-gstreamer.install|   11 +
 staging-x86_64/PKGBUILD  |   74 ++
 staging-x86_64/phonon-gstreamer-gst15_include_dirs.patch |   95 +
 staging-x86_64/phonon-qt4-gstreamer.install  |   11 +
 6 files changed, 360 insertions(+)

Copied: phonon-gstreamer/repos/staging-i686/PKGBUILD (from rev 252697, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 09:42:13 UTC (rev 252698)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=phonon-gstreamer
+pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
+pkgver=4.8.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
+source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;
+"phonon-gstreamer-gst15_include_dirs.patch")
+md5sums=('ce441035dc5a00ffaac9a64518ab5c62'
+ 'c4a3d5230b07d4d84a8f05a8575c69aa')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+
+  cd phonon-backend-gstreamer-${pkgver}
+
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1239790
+  patch -Np1 -i ../phonon-gstreamer-gst15_include_dirs.patch
+}
+
+build() {
+  cd build-qt4
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-gstreamer() {
+  pkgdesc="Phonon GStreamer backend for Qt4"
+  depends=('gst-plugins-base')
+  optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support')
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+  install="phonon-qt4-gstreamer.install"
+
+  cd build-qt4
+  make DESTDIR="${pkgdir}" install
+}
+
+package_phonon-qt5-gstreamer() {
+  pkgdesc="Phonon GStreamer backend for Qt5"
+  depends=('gst-plugins-base')
+  optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support')
+  provides=('phonon-qt5-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+
+  cd build-qt5
+  make DESTDIR="${pkgdir}" install
+
+  # Those are not needed
+  rm -rf "${pkgdir}"/usr/share
+}

Copied: 
phonon-gstreamer/repos/staging-i686/phonon-gstreamer-gst15_include_dirs.patch 
(from rev 252697, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
===
--- staging-i686/phonon-gstreamer-gst15_include_dirs.patch  
(rev 0)
+++ staging-i686/phonon-gstreamer-gst15_include_dirs.patch  2015-12-06 
09:42:13 UTC (rev 252698)
@@ -0,0 +1,95 @@
+diff -up phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake.gst15 
phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake
+--- phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake.gst15 
2014-12-27 08:05:27.0 -0600
 phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake   2015-07-06 
08:46:39.288178885 -0500
+@@ -2,7 +2,7 @@
+ # Once done this will define
+ #
+ #  GSTREAMER_FOUND - 

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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 10:42:07
  Author: bluewind
Revision: 252697

C++11 ABI rebuild

Modified:
  phonon-gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:35:11 UTC (rev 252696)
+++ PKGBUILD2015-12-06 09:42:07 UTC (rev 252697)
@@ -4,7 +4,7 @@
 pkgbase=phonon-gstreamer
 pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
 pkgver=4.8.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:44:19
  Author: foutrelis
Revision: 252702

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

Added:
  php/repos/staging-i686/
  php/repos/staging-i686/PKGBUILD
(from rev 252699, php/trunk/PKGBUILD)
  php/repos/staging-i686/apache.conf
(from rev 252699, php/trunk/apache.conf)
  php/repos/staging-i686/logrotate.d.php-fpm
(from rev 252699, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-i686/php-fpm.conf.in.patch
(from rev 252699, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-i686/php-fpm.install
(from rev 252699, php/trunk/php-fpm.install)
  php/repos/staging-i686/php-fpm.service
(from rev 252699, php/trunk/php-fpm.service)
  php/repos/staging-i686/php-fpm.tmpfiles
(from rev 252699, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-i686/php.ini.patch
(from rev 252699, php/trunk/php.ini.patch)
  php/repos/staging-x86_64/
  php/repos/staging-x86_64/PKGBUILD
(from rev 252700, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 252700, php/trunk/apache.conf)
  php/repos/staging-x86_64/logrotate.d.php-fpm
(from rev 252701, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-x86_64/php-fpm.conf.in.patch
(from rev 252701, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-x86_64/php-fpm.install
(from rev 252701, php/trunk/php-fpm.install)
  php/repos/staging-x86_64/php-fpm.service
(from rev 252701, php/trunk/php-fpm.service)
  php/repos/staging-x86_64/php-fpm.tmpfiles
(from rev 252701, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-x86_64/php.ini.patch
(from rev 252701, php/trunk/php.ini.patch)

--+
 staging-i686/PKGBUILD|  416 +
 staging-i686/apache.conf |   13 +
 staging-i686/logrotate.d.php-fpm |8 
 staging-i686/php-fpm.conf.in.patch   |   52 
 staging-i686/php-fpm.install |9 
 staging-i686/php-fpm.service |   13 +
 staging-i686/php-fpm.tmpfiles|1 
 staging-i686/php.ini.patch   |  120 +
 staging-x86_64/PKGBUILD  |  416 +
 staging-x86_64/apache.conf   |   13 +
 staging-x86_64/logrotate.d.php-fpm   |8 
 staging-x86_64/php-fpm.conf.in.patch |   52 
 staging-x86_64/php-fpm.install   |9 
 staging-x86_64/php-fpm.service   |   13 +
 staging-x86_64/php-fpm.tmpfiles  |1 
 staging-x86_64/php.ini.patch |  120 +
 16 files changed, 1264 insertions(+)

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


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 10:45:07
  Author: bpiotrowski
Revision: 252703

C++11 ABI rebuild

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:44:19 UTC (rev 252702)
+++ PKGBUILD2015-12-06 09:45:07 UTC (rev 252703)
@@ -5,7 +5,7 @@
 
 pkgname=swig
 pkgver=3.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Generate scripting interfaces to C/C++ code"
 arch=('i686' 'x86_64')
 url="http://www.swig.org/;


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 11:57:38
  Author: bpiotrowski
Revision: 252716

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-06 10:57:15 UTC (rev 252715)
+++ extra-i686/PKGBUILD 2015-12-06 10:57:38 UTC (rev 252716)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrew Cook 
-
-pkgname=libbluray
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Library to access Blu-Ray disks for video playback'
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/libbluray.html'
-license=('LGPL2.1')
-depends=('libxml2' 'freetype2' 'fontconfig')
-makedepends=('apache-ant')
-optdepends=('java-environment: for BD-J library')
-provides=('libbluray.so')
-source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('9c1693c22c2b0c8cad29ec6dd97518bc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C $pkgname-$pkgver install
-}

Copied: libbluray/repos/extra-i686/PKGBUILD (from rev 252715, 
libbluray/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-06 10:57:38 UTC (rev 252716)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrew Cook 
+
+pkgname=libbluray
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Library to access Blu-Ray disks for video playback'
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/libbluray.html'
+license=('LGPL2.1')
+depends=('libxml2' 'freetype2' 'fontconfig')
+makedepends=('apache-ant')
+optdepends=('java-environment: for BD-J library')
+provides=('libbluray.so')
+source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('836b2de16547776bf2726166cf796f13')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C $pkgname-$pkgver install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-06 10:57:15 UTC (rev 252715)
+++ extra-x86_64/PKGBUILD   2015-12-06 10:57:38 UTC (rev 252716)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrew Cook 
-
-pkgname=libbluray
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Library to access Blu-Ray disks for video playback'
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/libbluray.html'
-license=('LGPL2.1')
-depends=('libxml2' 'freetype2' 'fontconfig')
-makedepends=('apache-ant')
-optdepends=('java-environment: for BD-J library')
-provides=('libbluray.so')
-source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('9c1693c22c2b0c8cad29ec6dd97518bc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C $pkgname-$pkgver install
-}

Copied: libbluray/repos/extra-x86_64/PKGBUILD (from rev 252715, 
libbluray/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-06 10:57:38 UTC (rev 252716)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrew Cook 
+
+pkgname=libbluray
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Library to access Blu-Ray disks for video playback'
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/libbluray.html'
+license=('LGPL2.1')
+depends=('libxml2' 'freetype2' 'fontconfig')
+makedepends=('apache-ant')
+optdepends=('java-environment: for BD-J library')
+provides=('libbluray.so')
+source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('836b2de16547776bf2726166cf796f13')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C 

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 11:57:15
  Author: bpiotrowski
Revision: 252715

upgpkg: libbluray 0.9.2-1

new upstream release

Modified:
  libbluray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 10:42:03 UTC (rev 252714)
+++ PKGBUILD2015-12-06 10:57:15 UTC (rev 252715)
@@ -4,7 +4,7 @@
 # Contributor: Andrew Cook 
 
 pkgname=libbluray
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc='Library to access Blu-Ray disks for video playback'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('java-environment: for BD-J library')
 provides=('libbluray.so')
 
source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('9c1693c22c2b0c8cad29ec6dd97518bc')
+md5sums=('836b2de16547776bf2726166cf796f13')
 
 build() {
   cd $pkgname-$pkgver


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

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 12:50:15
  Author: arojas
Revision: 252754

C++11 ABI rebuild

Modified:
  phonon-vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:46:32 UTC (rev 252753)
+++ PKGBUILD2015-12-06 11:50:15 UTC (rev 252754)
@@ -5,7 +5,7 @@
 pkgbase=phonon-vlc
 pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
 pkgver=0.8.2
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')


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

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 12:50:29
  Author: arojas
Revision: 252755

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

Added:
  phonon-vlc/repos/staging-i686/PKGBUILD
(from rev 252754, phonon-vlc/trunk/PKGBUILD)
  phonon-vlc/repos/staging-x86_64/PKGBUILD
(from rev 252754, phonon-vlc/trunk/PKGBUILD)
Deleted:
  phonon-vlc/repos/staging-i686/PKGBUILD
  phonon-vlc/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:50:15 UTC (rev 252754)
+++ staging-i686/PKGBUILD   2015-12-06 11:50:29 UTC (rev 252755)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=phonon-vlc
-pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
-pkgver=0.8.2
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('vlc' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
-source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz;)
-md5sums=('3937517ce4929dea4398ad9834507f97')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-}
-
-build() {
-  cd build-qt4
-  cmake ../phonon-backend-vlc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DPLUGIN_INSTALL_DIR=/usr/lib/kde4
-  make
-
-  cd ../build-qt5
-  cmake ../phonon-backend-vlc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DPHONON_BUILD_PHONON4QT5=ON
-  make
-}
-
-package_phonon-qt4-vlc() {
-  pkgdesc="Phonon VLC backend for Qt4"
-  depends=('vlc')
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-vlc')
-  conflicts=('phonon-vlc')
-
-  cd build-qt4
-  make DESTDIR="${pkgdir}" install
-}
-
-package_phonon-qt5-vlc() {
-  pkgdesc="Phonon VLC backend for Qt5"
-  depends=('vlc')
-  provides=('phonon-qt5-backend')
-
-  cd build-qt5
-  make DESTDIR="${pkgdir}" install
-}

Copied: phonon-vlc/repos/staging-i686/PKGBUILD (from rev 252754, 
phonon-vlc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 11:50:29 UTC (rev 252755)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=phonon-vlc
+pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
+pkgver=0.8.2
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('vlc' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
+source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz;)
+md5sums=('3937517ce4929dea4398ad9834507f97')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../phonon-backend-vlc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DPLUGIN_INSTALL_DIR=/usr/lib/kde4
+  make
+
+  cd ../build-qt5
+  cmake ../phonon-backend-vlc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-vlc() {
+  pkgdesc="Phonon VLC backend for Qt4"
+  depends=('vlc')
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-vlc')
+  conflicts=('phonon-vlc')
+
+  cd build-qt4
+  make DESTDIR="${pkgdir}" install
+}
+
+package_phonon-qt5-vlc() {
+  pkgdesc="Phonon VLC backend for Qt5"
+  depends=('vlc')
+  provides=('phonon-qt5-backend')
+
+  cd build-qt5
+  make DESTDIR="${pkgdir}" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-12-06 11:50:15 UTC (rev 252754)
+++ staging-x86_64/PKGBUILD 2015-12-06 11:50:29 UTC (rev 252755)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=phonon-vlc
-pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
-pkgver=0.8.2
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('vlc' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')

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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 12:51:18
  Author: fyan
Revision: 252756

C++11 ABI rebuild

Modified:
  libqzeitgeist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:50:29 UTC (rev 252755)
+++ PKGBUILD2015-12-06 11:51:18 UTC (rev 252756)
@@ -3,7 +3,7 @@
 
 pkgname=libqzeitgeist
 pkgver=0.8.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A Qt interface to the Zeitgeist event tracking system"
 url='https://projects.kde.org/projects/kdesupport/libqzeitgeist'
 arch=('i686' 'x86_64')


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:14:00
  Author: foutrelis
Revision: 252783

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

Added:
  qjson/repos/staging-i686/PKGBUILD
(from rev 252782, qjson/trunk/PKGBUILD)
  qjson/repos/staging-x86_64/PKGBUILD
(from rev 252782, qjson/trunk/PKGBUILD)
Deleted:
  qjson/repos/staging-i686/PKGBUILD
  qjson/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:13:52 UTC (rev 252782)
+++ staging-i686/PKGBUILD   2015-12-06 12:14:00 UTC (rev 252783)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=qjson
-pkgver=0.8.1
-pkgrel=4
-pkgdesc="A qt-based library that maps JSON data to QVariant objects"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://qjson.sourceforge.net;
-depends=('qt4')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('4eef13da988edf8f91c260a3e1baeea9')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: qjson/repos/staging-i686/PKGBUILD (from rev 252782, 
qjson/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 12:14:00 UTC (rev 252783)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=qjson
+pkgver=0.8.1
+pkgrel=5
+pkgdesc="A qt-based library that maps JSON data to QVariant objects"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://qjson.sourceforge.net;
+depends=('qt4')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('4eef13da988edf8f91c260a3e1baeea9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-12-06 12:13:52 UTC (rev 252782)
+++ staging-x86_64/PKGBUILD 2015-12-06 12:14:00 UTC (rev 252783)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=qjson
-pkgver=0.8.1
-pkgrel=4
-pkgdesc="A qt-based library that maps JSON data to QVariant objects"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://qjson.sourceforge.net;
-depends=('qt4')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('4eef13da988edf8f91c260a3e1baeea9')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: qjson/repos/staging-x86_64/PKGBUILD (from rev 252782, 
qjson/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 12:14:00 UTC (rev 252783)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=qjson
+pkgver=0.8.1
+pkgrel=5
+pkgdesc="A qt-based library that maps JSON data to QVariant objects"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://qjson.sourceforge.net;
+depends=('qt4')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('4eef13da988edf8f91c260a3e1baeea9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:13:52
  Author: foutrelis
Revision: 252782

C++11 ABI rebuild

Modified:
  qjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:11:39 UTC (rev 252781)
+++ PKGBUILD2015-12-06 12:13:52 UTC (rev 252782)
@@ -3,7 +3,7 @@
 
 pkgname=qjson
 pkgver=0.8.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A qt-based library that maps JSON data to QVariant objects"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:34:53
  Author: foutrelis
Revision: 252794

C++11 ABI rebuild

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:33:10 UTC (rev 252793)
+++ PKGBUILD2015-12-06 12:34:53 UTC (rev 252794)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=10
+pkgrel=11
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/;


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:35:06
  Author: foutrelis
Revision: 252795

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

Added:
  vlc/repos/staging-i686/PKGBUILD
(from rev 252794, vlc/trunk/PKGBUILD)
  vlc/repos/staging-i686/lua53_compat.patch
(from rev 252794, vlc/trunk/lua53_compat.patch)
  vlc/repos/staging-i686/vlc.install
(from rev 252794, vlc/trunk/vlc.install)
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 252794, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/lua53_compat.patch
(from rev 252794, vlc/trunk/lua53_compat.patch)
  vlc/repos/staging-x86_64/vlc.install
(from rev 252794, vlc/trunk/vlc.install)
Deleted:
  vlc/repos/staging-i686/PKGBUILD
  vlc/repos/staging-i686/lua53_compat.patch
  vlc/repos/staging-i686/vlc.install
  vlc/repos/staging-x86_64/PKGBUILD
  vlc/repos/staging-x86_64/lua53_compat.patch
  vlc/repos/staging-x86_64/vlc.install

---+
 /PKGBUILD |  212 
 /lua53_compat.patch   |   60 ++
 /vlc.install  |   36 ++
 staging-i686/PKGBUILD |  106 --
 staging-i686/lua53_compat.patch   |   30 -
 staging-i686/vlc.install  |   18 ---
 staging-x86_64/PKGBUILD   |  106 --
 staging-x86_64/lua53_compat.patch |   30 -
 staging-x86_64/vlc.install|   18 ---
 9 files changed, 308 insertions(+), 308 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:34:53 UTC (rev 252794)
+++ staging-i686/PKGBUILD   2015-12-06 12:35:06 UTC (rev 252795)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=2.2.1
-pkgrel=10
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/;
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
- 'libxinerama')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2'
- 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
- 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
- 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'gtk2: for notify plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support'
-'lua-socket: for http interface')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!emptydirs')
-install=vlc.install
-source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-"lua53_compat.patch")
-md5sums=('42273945758b521c408fabc7fd6d9946'
- '96d3b346d9149ffb1b430066dfb6249a')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
-  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
-
-  patch -p1 < "${srcdir}/lua53_compat.patch"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-

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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:33:10
  Author: foutrelis
Revision: 252793

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

Added:
  pyqt4/repos/staging-i686/PKGBUILD
(from rev 252792, pyqt4/trunk/PKGBUILD)
  pyqt4/repos/staging-x86_64/PKGBUILD
(from rev 252792, pyqt4/trunk/PKGBUILD)
Deleted:
  pyqt4/repos/staging-i686/PKGBUILD
  pyqt4/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:33:00 UTC (rev 252792)
+++ staging-i686/PKGBUILD   2015-12-06 12:33:10 UTC (rev 252793)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt4
-pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
-pkgver=4.11.4
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://www.riverbankcomputing.com/software/pyqt/intro'
-license=('GPL')
-makedepends=('python-sip' 'python-dbus' 'python2-sip' 'phonon-qt4' 'mesa'
- 'python2-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
-source=("http://downloads.sourceforge.net/pyqt/PyQt-x11-gpl-${pkgver}.tar.gz;)
-md5sums=('2fe8265b2ae2fc593241c2c84d09d481')
-
-build() {
-  cp -a PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
-
-  cd PyQt-x11-gpl-${pkgver}
-  python configure-ng.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt4
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  ### Python2 version ###
-  cd ../Py2Qt-x11-gpl-${pkgver}
-  python2 configure-ng.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt4
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt4-common(){
-  pkgdesc="Common PyQt files shared between python-pyqt4 and python2-pyqt4"
-  depends=('qt4')
-  replaces=('pyqt-common')
-  conflicts=('pyqt-common')
-  provides=("pyqt-common=${pkgver}")
-
-  cd PyQt-x11-gpl-${pkgver}
-  make -C pyrcc INSTALL_ROOT="${pkgdir}" install
-  make -C pylupdate INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 PyQt4.api "${pkgdir}"/usr/share/qt4/qsci/api/python/PyQt4.api
-
-  install -d "${pkgdir}"/usr/share/sip/PyQt4
-  cp -r sip/* "${pkgdir}"/usr/share/sip/PyQt4
-}
-
-package_python-pyqt4(){
-  pkgdesc="A set of Python 3.x bindings for the Qt toolkit"
-  depends=('qtwebkit' 'python-sip' 'python-dbus' 'pyqt4-common')
-  optdepends=('phonon-qt4: enable audio and video in PyQt applications'
-  'qscintilla: QScintilla API'
-  'qt-assistant-compat: add PyQt online help in Qt Assistant')
-  replaces=('pyqt')
-  conflicts=('pyqt')
-  provides=("pyqt=${pkgver}")
-
-  cd PyQt-x11-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  # Provided by pyqt-common
-  rm "${pkgdir}"/usr/bin/{pylupdate4,pyrcc4}
-  rm "${pkgdir}"/usr/share/qt4/qsci/api/python/PyQt4.api
-}
-
-package_python2-pyqt4(){
-  pkgdesc="A set of Python 2.x bindings for the Qt toolkit"
-  depends=('qtwebkit' 'python2-sip' 'python2-dbus' 'pyqt4-common')
-  optdepends=('phonon-qt4: enable audio and video in PyQt applications'
-  'python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'qscintilla: QScintilla API'
-  'qt-assistant-compat: add PyQt online help in Qt Assistant')
-  replaces=('python2-pyqt')
-  conflicts=('python2-pyqt')
-  provides=("python2-pyqt=${pkgver}")
-
-  cd Py2Qt-x11-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  # Fix conflicts with python-pyqt4
-  mv "${pkgdir}"/usr/bin/{,python2-}pyuic4
-
-  # Provided by python-pyqt4
-  rm "${pkgdir}"/usr/bin/{pylupdate4,pyrcc4}
-  rm "${pkgdir}"/usr/lib/qt4/plugins/designer/libpyqt4.so
-  rm "${pkgdir}"/usr/share/qt4/qsci/api/python/PyQt4.api
-}

Copied: pyqt4/repos/staging-i686/PKGBUILD (from rev 252792, 
pyqt4/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 12:33:10 UTC (rev 252793)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:56:23
  Author: bpiotrowski
Revision: 252817

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

Added:
  kdelibs/repos/staging-i686/PKGBUILD
(from rev 252816, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/staging-i686/archlinux-menu.patch
(from rev 252816, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/staging-i686/kde-applications-menu.patch
(from rev 252816, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/staging-i686/kdelibs.install
(from rev 252816, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/staging-i686/qt4.patch
(from rev 252816, kdelibs/trunk/qt4.patch)
  kdelibs/repos/staging-i686/taglib-1.10.patch
(from rev 252816, kdelibs/trunk/taglib-1.10.patch)
  kdelibs/repos/staging-x86_64/PKGBUILD
(from rev 252816, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/staging-x86_64/archlinux-menu.patch
(from rev 252816, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/staging-x86_64/kde-applications-menu.patch
(from rev 252816, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/staging-x86_64/kdelibs.install
(from rev 252816, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/staging-x86_64/qt4.patch
(from rev 252816, kdelibs/trunk/qt4.patch)
  kdelibs/repos/staging-x86_64/taglib-1.10.patch
(from rev 252816, kdelibs/trunk/taglib-1.10.patch)
Deleted:
  kdelibs/repos/staging-i686/PKGBUILD
  kdelibs/repos/staging-i686/archlinux-menu.patch
  kdelibs/repos/staging-i686/kde-applications-menu.patch
  kdelibs/repos/staging-i686/kdelibs.install
  kdelibs/repos/staging-i686/qt4.patch
  kdelibs/repos/staging-i686/taglib-1.10.patch
  kdelibs/repos/staging-x86_64/PKGBUILD
  kdelibs/repos/staging-x86_64/archlinux-menu.patch
  kdelibs/repos/staging-x86_64/kde-applications-menu.patch
  kdelibs/repos/staging-x86_64/kdelibs.install
  kdelibs/repos/staging-x86_64/qt4.patch
  kdelibs/repos/staging-x86_64/taglib-1.10.patch

+
 /PKGBUILD  |  130 +++
 /archlinux-menu.patch  |   44 +
 /kde-applications-menu.patch   |   44 +
 /kdelibs.install   |   26 +
 /qt4.patch |   22 
 /taglib-1.10.patch |   64 +
 staging-i686/PKGBUILD  |   65 -
 staging-i686/archlinux-menu.patch  |   22 
 staging-i686/kde-applications-menu.patch   |   22 
 staging-i686/kdelibs.install   |   13 --
 staging-i686/qt4.patch |   11 --
 staging-i686/taglib-1.10.patch |   32 --
 staging-x86_64/PKGBUILD|   65 -
 staging-x86_64/archlinux-menu.patch|   22 
 staging-x86_64/kde-applications-menu.patch |   22 
 staging-x86_64/kdelibs.install |   13 --
 staging-x86_64/qt4.patch   |   11 --
 staging-x86_64/taglib-1.10.patch   |   32 --
 18 files changed, 330 insertions(+), 330 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:56:07 UTC (rev 252816)
+++ staging-i686/PKGBUILD   2015-12-06 12:56:23 UTC (rev 252817)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdelibs
-pkgver=4.14.14
-_kdeappver=15.08.3
-pkgrel=3
-pkgdesc="KDE Core Libraries"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs'
-license=('GPL' 'LGPL' 'FDL')
-depends=('attica-qt4' 'libxss' 'krb5' 'qca-qt4' 'libdbusmenu-qt4' 'polkit-qt4'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'strigi'
-'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
-'media-player-info' 'libxtst' 'libutempter' 'qtwebkit' 'icu')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch' 
'taglib-1.10.patch')
-sha1sums=('6d40602f048bcec658e86094abc17602d63c17f0'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'ed1f57ee661e5c7440efcaba7e51d2554709701c'
-  '8aba7252966f68d4b2eae2a6300031fefbea6300')
-
-prepare() {
-   mkdir -p build
-   cd ${pkgname}-${pkgver}
-   # avoid file conflict with gnome-menus
-   patch -p1 -i "${srcdir}"/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i "${srcdir}"/archlinux-menu.patch
-   # qmake refers to Qt5
-   patch -p1 -i "${srcdir}"/qt4.patch
-   # Fix taglib 1.10 detection (Fedora)
-   patch -p1 -i 

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:56:07
  Author: bpiotrowski
Revision: 252816

C++11 ABI rebuild

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:51:24 UTC (rev 252815)
+++ PKGBUILD2015-12-06 12:56:07 UTC (rev 252816)
@@ -6,7 +6,7 @@
 pkgname=kdelibs
 pkgver=4.14.14
 _kdeappver=15.08.3
-pkgrel=3
+pkgrel=4
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 17:28:12
  Author: foutrelis
Revision: 148877

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

Added:
  marsyas/repos/community-staging-i686/
  marsyas/repos/community-staging-i686/PKGBUILD
(from rev 148876, marsyas/trunk/PKGBUILD)
  marsyas/repos/community-staging-x86_64/
  marsyas/repos/community-staging-x86_64/PKGBUILD
(from rev 148876, marsyas/trunk/PKGBUILD)

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

Copied: marsyas/repos/community-staging-i686/PKGBUILD (from rev 148876, 
marsyas/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 16:28:12 UTC (rev 148877)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: MeMi69 
+
+pkgname=marsyas
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://marsyas.info;
+depends=('jack2' 'alsa-lib' 'gcc-libs' 'libvorbis' 'libmad' 'lame')
+optdepends=('qt5-declarative: for marsyas-inspector')
+makedepends=('cmake' 'qt5-declarative' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marsyas/marsyas/archive/version-$pkgver.tar.gz;)
+md5sums=('2ef63105ddd9e6095a1e2d697acb49aa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=1 \
+-DWITH_MAD=1 \
+-DWITH_LAME=1 \
+-DWITH_VORBIS=1 \
+../$pkgname-version-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install 
+}

Copied: marsyas/repos/community-staging-x86_64/PKGBUILD (from rev 148876, 
marsyas/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 16:28:12 UTC (rev 148877)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: MeMi69 
+
+pkgname=marsyas
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://marsyas.info;
+depends=('jack2' 'alsa-lib' 'gcc-libs' 'libvorbis' 'libmad' 'lame')
+optdepends=('qt5-declarative: for marsyas-inspector')
+makedepends=('cmake' 'qt5-declarative' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marsyas/marsyas/archive/version-$pkgver.tar.gz;)
+md5sums=('2ef63105ddd9e6095a1e2d697acb49aa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=1 \
+-DWITH_MAD=1 \
+-DWITH_LAME=1 \
+-DWITH_VORBIS=1 \
+../$pkgname-version-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install 
+}


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 17:29:12
  Author: fyan
Revision: 148878

C++11 ABI rebuild

Modified:
  ptex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 16:28:12 UTC (rev 148877)
+++ PKGBUILD2015-12-06 16:29:12 UTC (rev 148878)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=ptex
 pkgver=2.0.62
-pkgrel=1
+pkgrel=2
 pkgdesc="Per-Face Texture Mapping for Production Rendering"
 arch=(i686 x86_64)
 url="http://ptex.us/;


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 17:28:03
  Author: foutrelis
Revision: 148876

C++11 ABI rebuild

Modified:
  marsyas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 16:25:57 UTC (rev 148875)
+++ PKGBUILD2015-12-06 16:28:03 UTC (rev 148876)
@@ -4,7 +4,7 @@
 
 pkgname=marsyas
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 17:33:49
  Author: fyan
Revision: 148887

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

Added:
  gmrun/repos/community-staging-i686/
  gmrun/repos/community-staging-i686/PKGBUILD
(from rev 148886, gmrun/trunk/PKGBUILD)
  gmrun/repos/community-staging-i686/gcc43.patch
(from rev 148886, gmrun/trunk/gcc43.patch)
  gmrun/repos/community-staging-x86_64/
  gmrun/repos/community-staging-x86_64/PKGBUILD
(from rev 148886, gmrun/trunk/PKGBUILD)
  gmrun/repos/community-staging-x86_64/gcc43.patch
(from rev 148886, gmrun/trunk/gcc43.patch)

--+
 community-staging-i686/PKGBUILD  |   30 +++
 community-staging-i686/gcc43.patch   |   51 +
 community-staging-x86_64/PKGBUILD|   30 +++
 community-staging-x86_64/gcc43.patch |   51 +
 4 files changed, 162 insertions(+)

Copied: gmrun/repos/community-staging-i686/PKGBUILD (from rev 148886, 
gmrun/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 16:33:49 UTC (rev 148887)
@@ -0,0 +1,30 @@
+# Contributor: Jeff Mickey 
+# Contributor: Woody Gilk aka Shadowhand 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=gmrun
+pkgver=0.9.2
+pkgrel=6
+pkgdesc="A simple program which provides a run program window"
+arch=('i686' 'x86_64')
+url="http://sf.net/projects/gmrun;
+license=('GPL')
+depends=('gtk2' 'popt')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+   gcc43.patch)
+md5sums=('6cef37a968006d9496fc56a7099c603c'
+'3a0b69d8c2cac6cfb551b9d235441ecb')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   patch -p0 -i "$srcdir/gcc43.patch"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Copied: gmrun/repos/community-staging-i686/gcc43.patch (from rev 148886, 
gmrun/trunk/gcc43.patch)
===
--- community-staging-i686/gcc43.patch  (rev 0)
+++ community-staging-i686/gcc43.patch  2015-12-06 16:33:49 UTC (rev 148887)
@@ -0,0 +1,51 @@
+--- src/gtkcompletionline.cc.orig  2003-11-16 11:55:07.0 +0100
 src/gtkcompletionline.cc   2008-05-08 08:51:22.0 +0200
+@@ -29,6 +29,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ using namespace std;
+ 
+--- src/ci_string.h.orig   2001-05-16 16:39:31.0 +0200
 src/ci_string.h2008-05-08 08:51:33.0 +0200
+@@ -7,6 +7,7 @@
+ #define __CI_STRING_H__
+ 
+ #include 
++#include 
+ #include 
+ 
+ struct ci_char_traits : public std::char_traits
+--- src/prefs.cc.orig  2002-08-16 12:48:22.0 +0200
 src/prefs.cc   2008-05-08 08:51:54.0 +0200
+@@ -13,6 +13,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include 
+ 
+--- src/main.cc.orig   2003-11-16 11:55:07.0 +0100
 src/main.cc2008-05-08 09:03:11.0 +0200
+@@ -14,6 +14,7 @@
+ #include 
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+
+--- src/gtkcompletionline.cc.orig  2009-06-19 22:38:14.0 +0400
 src/gtkcompletionline.cc   2009-06-19 22:37:14.0 +0400
+@@ -376,7 +377,7 @@
+   return 0;
+ }
+ 
+-int my_alphasort(const void* va, const void* vb) {
++int my_alphasort(const dirent** va, const dirent** vb) {
+   const struct dirent** a = (const struct dirent**)va;
+   const struct dirent** b = (const struct dirent**)vb;

Copied: gmrun/repos/community-staging-x86_64/PKGBUILD (from rev 148886, 
gmrun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 16:33:49 UTC (rev 148887)
@@ -0,0 +1,30 @@
+# Contributor: Jeff Mickey 
+# Contributor: Woody Gilk aka Shadowhand 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=gmrun
+pkgver=0.9.2
+pkgrel=6
+pkgdesc="A simple program which provides a run program window"
+arch=('i686' 'x86_64')
+url="http://sf.net/projects/gmrun;
+license=('GPL')
+depends=('gtk2' 'popt')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+   gcc43.patch)
+md5sums=('6cef37a968006d9496fc56a7099c603c'
+'3a0b69d8c2cac6cfb551b9d235441ecb')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   patch -p0 -i "$srcdir/gcc43.patch"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Copied: 

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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 17:33:12
  Author: foutrelis
Revision: 252848

C++11 ABI rebuild

Modified:
  kdecoration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 16:31:59 UTC (rev 252847)
+++ PKGBUILD2015-12-06 16:33:12 UTC (rev 252848)
@@ -5,7 +5,7 @@
 
 pkgname=kdecoration
 pkgver=5.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugin based library to create window decorations'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kdecoration'


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 17:33:40
  Author: foutrelis
Revision: 252849

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

Added:
  kdecoration/repos/staging-i686/
  kdecoration/repos/staging-i686/PKGBUILD
(from rev 252848, kdecoration/trunk/PKGBUILD)
  kdecoration/repos/staging-x86_64/
  kdecoration/repos/staging-x86_64/PKGBUILD
(from rev 252848, kdecoration/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kdecoration/repos/staging-i686/PKGBUILD (from rev 252848, 
kdecoration/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 16:33:40 UTC (rev 252849)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kdecoration
+pkgver=5.4.3
+pkgrel=2
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdecoration'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('5a1aa0b28b3e8e870b46750898fdfd9c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdecoration/repos/staging-x86_64/PKGBUILD (from rev 252848, 
kdecoration/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 16:33:40 UTC (rev 252849)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kdecoration
+pkgver=5.4.3
+pkgrel=2
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdecoration'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('5a1aa0b28b3e8e870b46750898fdfd9c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 17:33:24
  Author: fyan
Revision: 148886

C++11 ABI rebuild

Modified:
  gmrun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 16:32:07 UTC (rev 148885)
+++ PKGBUILD2015-12-06 16:33:24 UTC (rev 148886)
@@ -4,7 +4,7 @@
 
 pkgname=gmrun
 pkgver=0.9.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A simple program which provides a run program window"
 arch=('i686' 'x86_64')
 url="http://sf.net/projects/gmrun;


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 17:43:41
  Author: foutrelis
Revision: 148900

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

Added:
  box2d/repos/community-staging-i686/
  box2d/repos/community-staging-i686/PKGBUILD
(from rev 148899, box2d/trunk/PKGBUILD)
  box2d/repos/community-staging-x86_64/
  box2d/repos/community-staging-x86_64/PKGBUILD
(from rev 148899, box2d/trunk/PKGBUILD)

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

Copied: box2d/repos/community-staging-i686/PKGBUILD (from rev 148899, 
box2d/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 16:43:41 UTC (rev 148900)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=box2d
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="2D rigid body simulation library for games"
+url="http://www.box2d.org/;
+license=('zlib')
+arch=('i686' 'x86_64')
+#depends=('freeglut')
+makedepends=('cmake' 'doxygen' 'subversion')
+optdepends=()
+source=("${pkgname}-${pkgver}::svn+http://box2d.googlecode.com/svn/tags/v${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/Box2D
+ 
+  msg "Starting build"
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build 
+   cmake .. \
+-DBOX2D_INSTALL=ON \
+-DBOX2D_INSTALL_DOC=ON \
+-DBOX2D_BUILD_SHARED=ON \
+-DBOX2D_BUILD_STATIC=OFF \
+-DBOX2D_BUILD_EXAMPLES=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/Box2D
+
+  cd Documentation
+  doxygen
+
+  cd ../build
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/Box2D/License.txt 
${pkgdir}/usr/share/licenses/box2d/LICENSE
+}
+# vim: sw=2 ts=2 et:

Copied: box2d/repos/community-staging-x86_64/PKGBUILD (from rev 148899, 
box2d/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 16:43:41 UTC (rev 148900)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=box2d
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="2D rigid body simulation library for games"
+url="http://www.box2d.org/;
+license=('zlib')
+arch=('i686' 'x86_64')
+#depends=('freeglut')
+makedepends=('cmake' 'doxygen' 'subversion')
+optdepends=()
+source=("${pkgname}-${pkgver}::svn+http://box2d.googlecode.com/svn/tags/v${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/Box2D
+ 
+  msg "Starting build"
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build 
+   cmake .. \
+-DBOX2D_INSTALL=ON \
+-DBOX2D_INSTALL_DOC=ON \
+-DBOX2D_BUILD_SHARED=ON \
+-DBOX2D_BUILD_STATIC=OFF \
+-DBOX2D_BUILD_EXAMPLES=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/Box2D
+
+  cd Documentation
+  doxygen
+
+  cd ../build
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/Box2D/License.txt 
${pkgdir}/usr/share/licenses/box2d/LICENSE
+}
+# vim: sw=2 ts=2 et:


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:01:38
  Author: bpiotrowski
Revision: 252861

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

Added:
  polkit-kde/repos/staging-i686/
  polkit-kde/repos/staging-i686/PKGBUILD
(from rev 252860, polkit-kde/trunk/PKGBUILD)
  polkit-kde/repos/staging-x86_64/
  polkit-kde/repos/staging-x86_64/PKGBUILD
(from rev 252860, polkit-kde/trunk/PKGBUILD)

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

Copied: polkit-kde/repos/staging-i686/PKGBUILD (from rev 252860, 
polkit-kde/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 17:01:38 UTC (rev 252861)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=polkit-kde
+pkgver=0.99.0
+pkgrel=6
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1'
+license=('GPL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-agent-1-${pkgver}.tar.bz2;)
+md5sums=('a02d3fddc6270a88bceaf3ba604c92f8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-agent-1-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: polkit-kde/repos/staging-x86_64/PKGBUILD (from rev 252860, 
polkit-kde/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 17:01:38 UTC (rev 252861)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=polkit-kde
+pkgver=0.99.0
+pkgrel=6
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1'
+license=('GPL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-agent-1-${pkgver}.tar.bz2;)
+md5sums=('a02d3fddc6270a88bceaf3ba604c92f8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-agent-1-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 17:59:46
  Author: bpiotrowski
Revision: 252858

C++11 ABI rebuild

Modified:
  kimageformats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 16:58:18 UTC (rev 252857)
+++ PKGBUILD2015-12-06 16:59:46 UTC (rev 252858)
@@ -4,7 +4,7 @@
 
 pkgname=kimageformats
 pkgver=5.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Image format plugins for Qt5'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kimageformats'


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 17:59:54
  Author: bpiotrowski
Revision: 252859

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

Added:
  kimageformats/repos/staging-i686/
  kimageformats/repos/staging-i686/PKGBUILD
(from rev 252858, kimageformats/trunk/PKGBUILD)
  kimageformats/repos/staging-x86_64/
  kimageformats/repos/staging-x86_64/PKGBUILD
(from rev 252858, kimageformats/trunk/PKGBUILD)

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

Copied: kimageformats/repos/staging-i686/PKGBUILD (from rev 252858, 
kimageformats/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 16:59:54 UTC (rev 252859)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.16.0
+pkgrel=2
+pkgdesc='Image format plugins for Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kimageformats'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('248134d418032944e26b634fa9422632')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kimageformats/repos/staging-x86_64/PKGBUILD (from rev 252858, 
kimageformats/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 16:59:54 UTC (rev 252859)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.16.0
+pkgrel=2
+pkgdesc='Image format plugins for Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kimageformats'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('248134d418032944e26b634fa9422632')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:12:33
  Author: bpiotrowski
Revision: 148944

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

Added:
  libgig/repos/community-staging-i686/
  libgig/repos/community-staging-i686/PKGBUILD
(from rev 148943, libgig/trunk/PKGBUILD)
  libgig/repos/community-staging-x86_64/
  libgig/repos/community-staging-x86_64/PKGBUILD
(from rev 148943, libgig/trunk/PKGBUILD)

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

Copied: libgig/repos/community-staging-i686/PKGBUILD (from rev 148943, 
libgig/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:12:33 UTC (rev 148944)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: svoufff 
+# Contributor: Shinlun Hsieh 
+
+pkgname=libgig
+pkgver=4.0.0
+pkgrel=2
+pkgdesc="C++ library for loading Gigasampler and DLS files"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/libgig/;
+license=('GPL')
+depends=('util-linux' 'libsndfile')
+#options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2;)
+md5sums=('b194239f5a64822d700fd7e9bc55db69')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # add libgig library path to ld.so.conf.d (thanks to libgig-svn for the 
heads-up)
+  install -m0755 -d "$pkgdir/etc/ld.so.conf.d"
+  echo "/usr/lib/$pkgname" > "$pkgdir/etc/ld.so.conf.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libgig/repos/community-staging-x86_64/PKGBUILD (from rev 148943, 
libgig/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:12:33 UTC (rev 148944)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: svoufff 
+# Contributor: Shinlun Hsieh 
+
+pkgname=libgig
+pkgver=4.0.0
+pkgrel=2
+pkgdesc="C++ library for loading Gigasampler and DLS files"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/libgig/;
+license=('GPL')
+depends=('util-linux' 'libsndfile')
+#options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2;)
+md5sums=('b194239f5a64822d700fd7e9bc55db69')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # add libgig library path to ld.so.conf.d (thanks to libgig-svn for the 
heads-up)
+  install -m0755 -d "$pkgdir/etc/ld.so.conf.d"
+  echo "/usr/lib/$pkgname" > "$pkgdir/etc/ld.so.conf.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:13:38
  Author: bpiotrowski
Revision: 252878

C++11 ABI rebuild

Modified:
  kdnssd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:10:53 UTC (rev 252877)
+++ PKGBUILD2015-12-06 17:13:38 UTC (rev 252878)
@@ -4,7 +4,7 @@
 
 pkgname=kdnssd
 pkgver=5.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstraction to system DNSSD features'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdnssd'


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:12:24
  Author: bpiotrowski
Revision: 148943

C++11 ABI rebuild

Modified:
  libgig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:11:36 UTC (rev 148942)
+++ PKGBUILD2015-12-06 17:12:24 UTC (rev 148943)
@@ -5,7 +5,7 @@
 
 pkgname=libgig
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="C++ library for loading Gigasampler and DLS files"
 arch=('i686' 'x86_64')
 url="http://www.linuxsampler.org/libgig/;


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 18:21:11
  Author: foutrelis
Revision: 148964

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

Added:
  pyzy/repos/community-staging-i686/
  pyzy/repos/community-staging-i686/PKGBUILD
(from rev 148963, pyzy/trunk/PKGBUILD)
  pyzy/repos/community-staging-x86_64/
  pyzy/repos/community-staging-x86_64/PKGBUILD
(from rev 148963, pyzy/trunk/PKGBUILD)

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

Copied: pyzy/repos/community-staging-i686/PKGBUILD (from rev 148963, 
pyzy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:21:11 UTC (rev 148964)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kerrick Staley 
+
+pkgname=pyzy
+pkgver=1.0
+_commit="d7747466562cb8b4bc2934708e29b7643c7bedbc"
+pkgrel=3
+pkgdesc='The Chinese PinYin and Bopomofo conversion library'
+arch=('i686' 'x86_64')
+url='https://github.com/pyzy/pyzy'
+license=('LGPL')
+depends=('glib2' 'sqlite' 'util-linux')
+makedepends=('git' 'doxygen' 'gnome-common' 'python2')
+source=("git://github.com/pyzy/pyzy.git#commit=$_commit")
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  # replace python with python2; see 
https://github.com/hsumita/libpyzy/issues/1
+  find . -name '*.py' -exec sed -ri '1s#(bin/|env )python#\1python2#' '{}' \;
+
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: pyzy/repos/community-staging-x86_64/PKGBUILD (from rev 148963, 
pyzy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:21:11 UTC (rev 148964)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kerrick Staley 
+
+pkgname=pyzy
+pkgver=1.0
+_commit="d7747466562cb8b4bc2934708e29b7643c7bedbc"
+pkgrel=3
+pkgdesc='The Chinese PinYin and Bopomofo conversion library'
+arch=('i686' 'x86_64')
+url='https://github.com/pyzy/pyzy'
+license=('LGPL')
+depends=('glib2' 'sqlite' 'util-linux')
+makedepends=('git' 'doxygen' 'gnome-common' 'python2')
+source=("git://github.com/pyzy/pyzy.git#commit=$_commit")
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  # replace python with python2; see 
https://github.com/hsumita/libpyzy/issues/1
+  find . -name '*.py' -exec sed -ri '1s#(bin/|env )python#\1python2#' '{}' \;
+
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:20:12
  Author: bpiotrowski
Revision: 148961

C++11 ABI rebuild

Modified:
  qstardict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:19:50 UTC (rev 148960)
+++ PKGBUILD2015-12-06 17:20:12 UTC (rev 148961)
@@ -5,7 +5,7 @@
 #pkgbase=qstardict
 pkgname=('qstardict' 'kdeplasma-applets-qstardict')
 pkgver=1.0.1
-pkgrel=3
+pkgrel=4
 makedepends=('cmake' 'automoc4' 'kdelibs')
 arch=('i686' 'x86_64')
 url="http://qstardict.ylsoftware.com/index.php;


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:20:20
  Author: bpiotrowski
Revision: 148962

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

Added:
  qstardict/repos/community-staging-i686/
  qstardict/repos/community-staging-i686/PKGBUILD
(from rev 148961, qstardict/trunk/PKGBUILD)
  qstardict/repos/community-staging-i686/qstardict.changelog
(from rev 148961, qstardict/trunk/qstardict.changelog)
  qstardict/repos/community-staging-x86_64/
  qstardict/repos/community-staging-x86_64/PKGBUILD
(from rev 148961, qstardict/trunk/PKGBUILD)
  qstardict/repos/community-staging-x86_64/qstardict.changelog
(from rev 148961, qstardict/trunk/qstardict.changelog)

--+
 community-staging-i686/PKGBUILD  |   48 +
 community-staging-i686/qstardict.changelog   |   14 +++
 community-staging-x86_64/PKGBUILD|   48 +
 community-staging-x86_64/qstardict.changelog |   14 +++
 4 files changed, 124 insertions(+)

Copied: qstardict/repos/community-staging-i686/PKGBUILD (from rev 148961, 
qstardict/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:20:20 UTC (rev 148962)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+#pkgbase=qstardict
+pkgname=('qstardict' 'kdeplasma-applets-qstardict')
+pkgver=1.0.1
+pkgrel=4
+makedepends=('cmake' 'automoc4' 'kdelibs')
+arch=('i686' 'x86_64')
+url="http://qstardict.ylsoftware.com/index.php;
+license=('GPL2')
+changelog=$pkgname.changelog
+source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' 
plugins/stardict/stardict.cpp
+
+  qmake-qt4 ENABLED_PLUGINS="stardict web swac"
+  make
+
+
+  cd "${srcdir}/$pkgname-$pkgver/kdeplasma"
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_qstardict() {
+pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
+provides=('stardict')
+depends=('qt4')
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="${pkgdir}" install
+}
+
+package_kdeplasma-applets-qstardict(){
+pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
+depends=('kdelibs' 'qt4' 'qstardict')
+  cd "${srcdir}/qstardict-$pkgver/kdeplasma/build"
+
+   make DESTDIR=${pkgdir} install
+}
+

Copied: qstardict/repos/community-staging-i686/qstardict.changelog (from rev 
148961, qstardict/trunk/qstardict.changelog)
===
--- community-staging-i686/qstardict.changelog  (rev 0)
+++ community-staging-i686/qstardict.changelog  2015-12-06 17:20:20 UTC (rev 
148962)
@@ -0,0 +1,14 @@
+2012-02-24 Jaroslav Lichtblau 
+   * qstardict 1.0.1-1
+
+2011-08-20 Jaroslav Lichtblau 
+   * qstardict 1.0-1
+
+2008-02-15 Jaroslav Lichtblau 
+   * Update to major release 0.13.1
+
+2008-02-04 Jaroslav Lichtblau 
+   * Update to major release 0.13.0
+
+2008-10-05 Jaroslav Lichtblau 
+   * Moved to [community]

Copied: qstardict/repos/community-staging-x86_64/PKGBUILD (from rev 148961, 
qstardict/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:20:20 UTC (rev 148962)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+#pkgbase=qstardict
+pkgname=('qstardict' 'kdeplasma-applets-qstardict')
+pkgver=1.0.1
+pkgrel=4
+makedepends=('cmake' 'automoc4' 'kdelibs')
+arch=('i686' 'x86_64')
+url="http://qstardict.ylsoftware.com/index.php;
+license=('GPL2')
+changelog=$pkgname.changelog
+source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' 
plugins/stardict/stardict.cpp
+
+  qmake-qt4 ENABLED_PLUGINS="stardict web swac"
+  make
+
+
+  cd "${srcdir}/$pkgname-$pkgver/kdeplasma"
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_qstardict() {
+pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
+provides=('stardict')
+depends=('qt4')
+  cd 

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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 18:21:04
  Author: foutrelis
Revision: 148963

C++11 ABI rebuild

Modified:
  pyzy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:20:20 UTC (rev 148962)
+++ PKGBUILD2015-12-06 17:21:04 UTC (rev 148963)
@@ -5,7 +5,7 @@
 pkgname=pyzy
 pkgver=1.0
 _commit="d7747466562cb8b4bc2934708e29b7643c7bedbc"
-pkgrel=2
+pkgrel=3
 pkgdesc='The Chinese PinYin and Bopomofo conversion library'
 arch=('i686' 'x86_64')
 url='https://github.com/pyzy/pyzy'


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 18:21:16
  Author: fyan
Revision: 148965

C++11 ABI rebuild

Modified:
  ibus-unikey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:21:11 UTC (rev 148964)
+++ PKGBUILD2015-12-06 17:21:16 UTC (rev 148965)
@@ -5,7 +5,7 @@
 
 pkgname=ibus-unikey
 pkgver=0.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc='IBus module for Vietnamese Keyboard'
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:37:53
  Author: bpiotrowski
Revision: 252893

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

Added:
  kitemviews/repos/staging-i686/
  kitemviews/repos/staging-i686/PKGBUILD
(from rev 252892, kitemviews/trunk/PKGBUILD)
  kitemviews/repos/staging-x86_64/
  kitemviews/repos/staging-x86_64/PKGBUILD
(from rev 252892, kitemviews/trunk/PKGBUILD)

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

Copied: kitemviews/repos/staging-i686/PKGBUILD (from rev 252892, 
kitemviews/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 17:37:53 UTC (rev 252893)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemviews
+pkgver=5.16.0
+pkgrel=2
+pkgdesc='Widget addons for Qt Model/View'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kitemviews'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('01350a212b26d0d79d353b4f839ad026')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kitemviews/repos/staging-x86_64/PKGBUILD (from rev 252892, 
kitemviews/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 17:37:53 UTC (rev 252893)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemviews
+pkgver=5.16.0
+pkgrel=2
+pkgdesc='Widget addons for Qt Model/View'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kitemviews'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('01350a212b26d0d79d353b4f839ad026')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 18:37:10
  Author: bluewind
Revision: 148986

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

Added:
  splix/repos/community-staging-i686/
  splix/repos/community-staging-i686/PKGBUILD
(from rev 148985, splix/trunk/PKGBUILD)
  splix/repos/community-staging-i686/splix-deviceID.patch
(from rev 148985, splix/trunk/splix-deviceID.patch)
  splix/repos/community-staging-i686/splix.install
(from rev 148985, splix/trunk/splix.install)
  splix/repos/community-staging-x86_64/
  splix/repos/community-staging-x86_64/PKGBUILD
(from rev 148985, splix/trunk/PKGBUILD)
  splix/repos/community-staging-x86_64/splix-deviceID.patch
(from rev 148985, splix/trunk/splix-deviceID.patch)
  splix/repos/community-staging-x86_64/splix.install
(from rev 148985, splix/trunk/splix.install)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/splix-deviceID.patch   |  105 
 community-staging-i686/splix.install  |   15 +++
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/splix-deviceID.patch |  105 
 community-staging-x86_64/splix.install|   15 +++
 6 files changed, 312 insertions(+)

Copied: splix/repos/community-staging-i686/PKGBUILD (from rev 148985, 
splix/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:37:10 UTC (rev 148986)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Angel 'angvp' Velasquez 
+# Contributor: Francis Carroll (franciscarroll at gmail dot com)
+
+pkgname=splix
+pkgver=2.0.0
+pkgrel=13
+pkgdesc="CUPS drivers for SPL (Samsung Printer Language) printers"
+arch=('i686' 'x86_64')
+url="http://splix.ap2c.org/;
+license=('GPL')
+depends=('libcups' 'gcc-libs' 'ghostscript')
+makedepends=('libcups' 'jbigkit' 'krb5' 'subversion')
+install=splix.install
+source=(svn://svn.code.sf.net/p/splix/code/splix#revision=315
+splix-deviceID.patch)
+md5sums=('SKIP'
+ '674b6880dcee844e0e7f50baae0dc09f')
+
+prepare() {
+  cd splix
+  patch -Np1 -i ../splix-deviceID.patch
+}
+
+build() {
+  cd splix
+  CXXFLAGS+=" -fno-strict-aliasing"
+  make drv
+  make all DRV_ONLY=1
+}
+
+package() {
+  cd splix
+  make DESTDIR="$pkgdir" install DRV_ONLY=1
+}

Copied: splix/repos/community-staging-i686/splix-deviceID.patch (from rev 
148985, splix/trunk/splix-deviceID.patch)
===
--- community-staging-i686/splix-deviceID.patch (rev 0)
+++ community-staging-i686/splix-deviceID.patch 2015-12-06 17:37:10 UTC (rev 
148986)
@@ -0,0 +1,105 @@
+diff -up splix/ppd/samsung.drv.in.deviceID splix/ppd/samsung.drv.in
+--- splix/ppd/samsung.drv.in.deviceID  2013-08-26 21:45:31.0 +0200
 splix/ppd/samsung.drv.in   2013-09-02 13:56:57.002669362 +0200
+@@ -39,6 +39,7 @@ Manufacturer "Samsung"
+ Resolution k 1 0 0 0 "300dpi/300 DPI"
+  
+ ModelName "SCX-4200"
++Attribute "1284DeviceID" "" "MFG:Samsung;MDL:SCX-4200 
Series;CMD:GDI;"
+ PCFileName "scx4200.ppd"
+ } {
+ Resolution k 1 0 0 0 "300dpi/300 DPI"
+@@ -83,6 +84,7 @@ Manufacturer "Samsung"
+ PCFileName "ml1520.ppd"
+ } {
+ ModelName "ML-1610"
++Attribute "1284DeviceID" "" 
"MFG:Samsung;MDL:ML-1610;CMD:GDI;"
+ PCFileName "ml1610.ppd"
+ } {
+ ModelName "ML-1710"
+@@ -121,6 +123,7 @@ Manufacturer "Samsung"
+ Throughput 22
+   {
+   ModelName "ML-2250"
++Attribute "1284DeviceID" "" "MFG:Samsung;MDL:ML-2250;"
+   PCFileName "ml2250.ppd"
+   } {
+   ModelName "ML-2251"
+@@ -166,6 +169,7 @@ Manufacturer "Samsung"
+ PCFileName "ml1640.ppd"
+ } {
+ ModelName "ML-2010"
++Attribute "1284DeviceID" "" 
"MFG:Samsung;MDL:ML-2010;CMD:GDI;"
+ PCFileName "ml2010.ppd"
+ } {
+ ModelName "ML-2015"
+@@ -177,6 +181,7 @@ Manufacturer "Samsung"
+ #import "srtmode.defs"
+ 
+ ModelName "ML-2510"
++Attribute "1284DeviceID" "" "MFG:Samsung;MDL:ML-2510 
Series;CMD:GDI;"
+ PCFileName "ml2510.ppd"
+ }
+ }
+@@ -193,15 +198,18 @@ Manufacturer "Samsung"
+ 
+ {
+ ModelName "ML-1660"
++Attribute "1284DeviceID" "" 

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:36:40
  Author: bpiotrowski
Revision: 252891

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

Added:
  qjackctl/repos/staging-i686/
  qjackctl/repos/staging-i686/PKGBUILD
(from rev 252890, qjackctl/trunk/PKGBUILD)
  qjackctl/repos/staging-i686/qjackctl.install
(from rev 252890, qjackctl/trunk/qjackctl.install)
  qjackctl/repos/staging-x86_64/
  qjackctl/repos/staging-x86_64/PKGBUILD
(from rev 252890, qjackctl/trunk/PKGBUILD)
  qjackctl/repos/staging-x86_64/qjackctl.install
(from rev 252890, qjackctl/trunk/qjackctl.install)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-i686/qjackctl.install   |7 +++
 staging-x86_64/PKGBUILD |   38 ++
 staging-x86_64/qjackctl.install |7 +++
 4 files changed, 90 insertions(+)

Copied: qjackctl/repos/staging-i686/PKGBUILD (from rev 252890, 
qjackctl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 17:36:40 UTC (rev 252891)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Kieslich 
+
+pkgname=qjackctl
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="A Qt front-end for the JACK low-latency audio server"
+url="http://qjackctl.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('jack' 'qt5-x11extras' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('6a0a4245e2b9e470e04009e1d0f29f08')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: qjackctl/repos/staging-i686/qjackctl.install (from rev 252890, 
qjackctl/trunk/qjackctl.install)
===
--- staging-i686/qjackctl.install   (rev 0)
+++ staging-i686/qjackctl.install   2015-12-06 17:36:40 UTC (rev 252891)
@@ -0,0 +1,7 @@
+post_install() {
+   gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}

Copied: qjackctl/repos/staging-x86_64/PKGBUILD (from rev 252890, 
qjackctl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 17:36:40 UTC (rev 252891)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Kieslich 
+
+pkgname=qjackctl
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="A Qt front-end for the JACK low-latency audio server"
+url="http://qjackctl.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('jack' 'qt5-x11extras' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('6a0a4245e2b9e470e04009e1d0f29f08')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: qjackctl/repos/staging-x86_64/qjackctl.install (from rev 252890, 
qjackctl/trunk/qjackctl.install)
===
--- staging-x86_64/qjackctl.install (rev 0)
+++ staging-x86_64/qjackctl.install 2015-12-06 17:36:40 UTC (rev 252891)
@@ -0,0 +1,7 @@
+post_install() {
+   gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:37:44
  Author: bpiotrowski
Revision: 252892

C++11 ABI rebuild

Modified:
  kitemviews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:36:40 UTC (rev 252891)
+++ PKGBUILD2015-12-06 17:37:44 UTC (rev 252892)
@@ -4,7 +4,7 @@
 
 pkgname=kitemviews
 pkgver=5.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Widget addons for Qt Model/View'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kitemviews'


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:36:33
  Author: bpiotrowski
Revision: 252890

C++11 ABI rebuild

Modified:
  qjackctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:35:23 UTC (rev 252889)
+++ PKGBUILD2015-12-06 17:36:33 UTC (rev 252890)
@@ -4,7 +4,7 @@
 
 pkgname=qjackctl
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Qt front-end for the JACK low-latency audio server"
 url="http://qjackctl.sourceforge.net/;
 arch=('i686' 'x86_64')


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 18:37:04
  Author: bluewind
Revision: 148985

C++11 ABI rebuild

Modified:
  splix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:32:45 UTC (rev 148984)
+++ PKGBUILD2015-12-06 17:37:04 UTC (rev 148985)
@@ -5,7 +5,7 @@
 
 pkgname=splix
 pkgver=2.0.0
-pkgrel=12
+pkgrel=13
 pkgdesc="CUPS drivers for SPL (Samsung Printer Language) printers"
 arch=('i686' 'x86_64')
 url="http://splix.ap2c.org/;


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

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 18:46:10
  Author: arojas
Revision: 149000

Use C++11, needed by latest libsigc++

Modified:
  stardict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:45:21 UTC (rev 148999)
+++ PKGBUILD2015-12-06 17:46:10 UTC (rev 149000)
@@ -28,6 +28,8 @@
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  export CXXFLAGS+="-std=gnu++11"
   ./autogen.sh
   ./configure \
 --prefix=/usr \


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 18:48:15
  Author: bluewind
Revision: 149008

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

Added:
  opendbx/repos/community-staging-i686/
  opendbx/repos/community-staging-i686/PKGBUILD
(from rev 149007, opendbx/trunk/PKGBUILD)
  opendbx/repos/community-staging-i686/opendbx.patch
(from rev 149007, opendbx/trunk/opendbx.patch)
  opendbx/repos/community-staging-x86_64/
  opendbx/repos/community-staging-x86_64/PKGBUILD
(from rev 149007, opendbx/trunk/PKGBUILD)
  opendbx/repos/community-staging-x86_64/opendbx.patch
(from rev 149007, opendbx/trunk/opendbx.patch)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/opendbx.patch   |   11 +++
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/opendbx.patch |   11 +++
 4 files changed, 108 insertions(+)

Copied: opendbx/repos/community-staging-i686/PKGBUILD (from rev 149007, 
opendbx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:48:15 UTC (rev 149008)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Leonard de Ruijter 
+# Contributor: Hubert Kario 
+# Contributor: Artyom Smirnov 
+
+pkgname=opendbx
+pkgver=1.4.6
+pkgrel=2
+pkgdesc="Extremely lightweight but extensible database access library written 
in C."
+arch=('i686' 'x86_64')
+url="http://www.linuxnetworks.de/doc/index.php/OpenDBX;
+license=('LGPL')
+options=(!libtool)
+depends=('libfbclient' 'libmariadbclient' 'postgresql-libs' 'sqlite' 'freetds')
+source=(http://linuxnetworks.de/opendbx/download/${pkgname}-${pkgver}.tar.gz
+'opendbx.patch')
+sha256sums=('2246a03812c7d90f10194ad01c2213a7646e383000a800277c6fb8d2bf81497c'
+'786f9622791de113bfe1ee9fc2fdc42ea4a58d31a006db1dc91ffd7fb8b6deeb')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -up1 <"$srcdir/opendbx.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS=${CPPFLAGS}" -I/usr/include/mysql"\
+  ./configure --with-backends="firebird mysql mssql odbc pgsql sqlite3 sqlite3 
sybase" \
+  --prefix=/usr
+  make all -j1
+}
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opendbx/repos/community-staging-i686/opendbx.patch (from rev 149007, 
opendbx/trunk/opendbx.patch)
===
--- community-staging-i686/opendbx.patch(rev 0)
+++ community-staging-i686/opendbx.patch2015-12-06 17:48:15 UTC (rev 
149008)
@@ -0,0 +1,11 @@
+--- opendbx-1.4.5/backends/mssql/mssql_basic.c 2010-04-19 10:55:58.0 
+0200
 opendbx-1.4.5-2/backends/mssql/mssql_basic.c   2012-01-24 
16:03:09.560260177 +0100
+@@ -454,7 +454,7 @@
+ 
+   DBINT i, dlen;
+   BYTE* data;
+-  DBDATEREC di;
++  struct tds_sybase_dbdaterec di;
+   struct tdsgres* gres = (struct tdsgres*) result->generic;
+   struct tdsares* ares = (struct tdsares*) result->aux;
+ 

Copied: opendbx/repos/community-staging-x86_64/PKGBUILD (from rev 149007, 
opendbx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:48:15 UTC (rev 149008)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Leonard de Ruijter 
+# Contributor: Hubert Kario 
+# Contributor: Artyom Smirnov 
+
+pkgname=opendbx
+pkgver=1.4.6
+pkgrel=2
+pkgdesc="Extremely lightweight but extensible database access library written 
in C."
+arch=('i686' 'x86_64')
+url="http://www.linuxnetworks.de/doc/index.php/OpenDBX;
+license=('LGPL')
+options=(!libtool)
+depends=('libfbclient' 'libmariadbclient' 'postgresql-libs' 'sqlite' 'freetds')
+source=(http://linuxnetworks.de/opendbx/download/${pkgname}-${pkgver}.tar.gz
+'opendbx.patch')
+sha256sums=('2246a03812c7d90f10194ad01c2213a7646e383000a800277c6fb8d2bf81497c'
+'786f9622791de113bfe1ee9fc2fdc42ea4a58d31a006db1dc91ffd7fb8b6deeb')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -up1 <"$srcdir/opendbx.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS=${CPPFLAGS}" -I/usr/include/mysql"\
+  ./configure --with-backends="firebird mysql mssql odbc pgsql sqlite3 sqlite3 
sybase" \
+  --prefix=/usr
+  make all -j1
+}
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  

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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 18:46:44
  Author: foutrelis
Revision: 149003

C++11 ABI rebuild

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:46:30 UTC (rev 149002)
+++ PKGBUILD2015-12-06 17:46:44 UTC (rev 149003)
@@ -6,7 +6,7 @@
 
 pkgname=openscenegraph
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open Source, high performance real-time graphics toolkit"
 arch=('i686' 'x86_64')
 license=('custom:OSGPL')


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 18:46:30
  Author: bluewind
Revision: 149002

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

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

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-i686/love.install   |   13 +
 community-staging-x86_64/PKGBUILD |   30 ++
 community-staging-x86_64/love.install |   13 +
 4 files changed, 86 insertions(+)

Copied: love/repos/community-staging-i686/PKGBUILD (from rev 149001, 
love/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:46:30 UTC (rev 149002)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Linus Sjögren 
+# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
+pkgname=love
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting 
language to create dynamic gaming experiences"
+arch=(i686 x86_64)
+url="http://love2d.org/;
+license=('zlib')
+depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 
'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils')
+install=love.install
+source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz;)
+md5sums=('9b84711bc5842d3cc985a2062da437ad')
+
+build() {
+  cd "$srcdir"/love-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/love-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: love/repos/community-staging-i686/love.install (from rev 149001, 
love/trunk/love.install)
===
--- community-staging-i686/love.install (rev 0)
+++ community-staging-i686/love.install 2015-12-06 17:46:30 UTC (rev 149002)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+  post_install 
+}
+
+post_upgrade() {
+  post_install
+}

Copied: love/repos/community-staging-x86_64/PKGBUILD (from rev 149001, 
love/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:46:30 UTC (rev 149002)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Linus Sjögren 
+# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
+pkgname=love
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting 
language to create dynamic gaming experiences"
+arch=(i686 x86_64)
+url="http://love2d.org/;
+license=('zlib')
+depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 
'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils')
+install=love.install
+source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz;)
+md5sums=('9b84711bc5842d3cc985a2062da437ad')
+
+build() {
+  cd "$srcdir"/love-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/love-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: love/repos/community-staging-x86_64/love.install (from rev 149001, 
love/trunk/love.install)
===
--- community-staging-x86_64/love.install   (rev 0)
+++ community-staging-x86_64/love.install   2015-12-06 17:46:30 UTC (rev 
149002)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+  post_install 
+}
+
+post_upgrade() {
+  post_install
+}


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 18:47:50
  Author: fyan
Revision: 149006

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

Added:
  kvirc/repos/community-staging-i686/
  kvirc/repos/community-staging-i686/PKGBUILD
(from rev 149005, kvirc/trunk/PKGBUILD)
  kvirc/repos/community-staging-i686/kvirc-4.0.4-gcc-4.7.0.patch
(from rev 149005, kvirc/trunk/kvirc-4.0.4-gcc-4.7.0.patch)
  kvirc/repos/community-staging-i686/kvirc.install
(from rev 149005, kvirc/trunk/kvirc.install)
  kvirc/repos/community-staging-x86_64/
  kvirc/repos/community-staging-x86_64/PKGBUILD
(from rev 149005, kvirc/trunk/PKGBUILD)
  kvirc/repos/community-staging-x86_64/kvirc-4.0.4-gcc-4.7.0.patch
(from rev 149005, kvirc/trunk/kvirc-4.0.4-gcc-4.7.0.patch)
  kvirc/repos/community-staging-x86_64/kvirc.install
(from rev 149005, kvirc/trunk/kvirc.install)

--+
 community-staging-i686/PKGBUILD  |   39 ++
 community-staging-i686/kvirc-4.0.4-gcc-4.7.0.patch   |   62 +
 community-staging-i686/kvirc.install |   13 +++
 community-staging-x86_64/PKGBUILD|   39 ++
 community-staging-x86_64/kvirc-4.0.4-gcc-4.7.0.patch |   62 +
 community-staging-x86_64/kvirc.install   |   13 +++
 6 files changed, 228 insertions(+)

Copied: kvirc/repos/community-staging-i686/PKGBUILD (from rev 149005, 
kvirc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:47:50 UTC (rev 149006)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=kvirc
+pkgver=4.2.0
+pkgrel=6
+pkgdesc="Qt-based IRC client"
+url="http://www.kvirc.net;
+depends=('python2' 'libxss' 'qtwebkit')
+arch=(i686 x86_64)
+makedepends=('cmake')
+license=('GPL')
+install=kvirc.install
+source=(ftp://ftp.kvirc.de/pub/kvirc/$pkgver/source/$pkgname-$pkgver.tar.bz2)
+md5sums=('bf7229aaae132933a18b6a35125a2328')
+
+build() {
+  cd $srcdir
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DWANT_KDE4=OFF \
+-DWANT_PERL=ON \
+-DWANT_PHONON=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=$pkgdir install
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Copied: kvirc/repos/community-staging-i686/kvirc-4.0.4-gcc-4.7.0.patch (from 
rev 149005, kvirc/trunk/kvirc-4.0.4-gcc-4.7.0.patch)
===
--- community-staging-i686/kvirc-4.0.4-gcc-4.7.0.patch  
(rev 0)
+++ community-staging-i686/kvirc-4.0.4-gcc-4.7.0.patch  2015-12-06 17:47:50 UTC 
(rev 149006)
@@ -0,0 +1,62 @@
+Index: /branches/kvirc/4.0/src/modules/mediaplayer/mp_mprisinterface.cpp
+===
+--- /branches/kvirc/4.0/src/modules/mediaplayer/mp_mprisinterface.cpp  
(revision 4667)
 /branches/kvirc/4.0/src/modules/mediaplayer/mp_mprisinterface.cpp  
(revision 6024)
+@@ -190,6 +190,6 @@
+   QString artist;
+   QString title;
+-  foreach (QVariant v, reply.arguments()) {
+-  QDBusArgument arg = qvariant_cast(v);
++  foreach (QVariant w, reply.arguments()) {
++  QDBusArgument arg = qvariant_cast(w);
+   QVariant v = qdbus_cast(arg);
+   if (v.userType() == QVariant::Map) {
+Index: /branches/kvirc/4.0/src/modules/mediaplayer/mp_mprisinterface.cpp
+===
+--- /branches/kvirc/4.0/src/modules/mediaplayer/mp_mprisinterface.cpp  
(revision 6024)
 /branches/kvirc/4.0/src/modules/mediaplayer/mp_mprisinterface.cpp  
(revision 6025)
+@@ -139,6 +139,6 @@
+   return __return_if_fail; \
+   MPRIS_CALL_METHOD("GetMetadata", __return_if_fail) \
+-  foreach (QVariant v, reply.arguments()) { \
+-  QDBusArgument arg = qvariant_cast(v); \
++  foreach (QVariant w, reply.arguments()) { \
++  QDBusArgument arg = qvariant_cast(w); \
+   QVariant v = qdbus_cast(arg); \
+   if (v.userType() == QVariant::Map) { \
+@@ -214,6 +214,6 @@
+   MPRIS_CALL_METHOD("GetMetadata", "")
+ 
+-  foreach (QVariant v, reply.arguments()) {
+-  QDBusArgument arg = qvariant_cast(v);
++  foreach (QVariant w, reply.arguments()) {
++  QDBusArgument arg = qvariant_cast(w);
+   QVariant v = qdbus_cast(arg);
+  

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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 18:46:24
  Author: bluewind
Revision: 149001

C++11 ABI rebuild

Modified:
  love/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:46:10 UTC (rev 149000)
+++ PKGBUILD2015-12-06 17:46:24 UTC (rev 149001)
@@ -3,7 +3,7 @@
 # Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
 pkgname=love
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting 
language to create dynamic gaming experiences"
 arch=(i686 x86_64)
 url="http://love2d.org/;


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 18:46:52
  Author: foutrelis
Revision: 149004

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

Added:
  openscenegraph/repos/community-staging-i686/
  openscenegraph/repos/community-staging-i686/PKGBUILD
(from rev 149003, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-x86_64/
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
(from rev 149003, openscenegraph/trunk/PKGBUILD)

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

Copied: openscenegraph/repos/community-staging-i686/PKGBUILD (from rev 149003, 
openscenegraph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:46:52 UTC (rev 149004)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="An Open Source, high performance real-time graphics toolkit"
+arch=('i686' 'x86_64')
+license=('custom:OSGPL')
+url="http://www.openscenegraph.org;
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 'qt5-base' 'ffmpeg' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt5-base' 'ffmpeg')
+conflicts=('openthreads')
+provides=('openthreads')
+source=(http://trac.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip)
+md5sums=('a5e762c64373a46932e444f6f7332496')
+
+build() {
+  cd OpenSceneGraph-$pkgver
+  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
+  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
+  [ $NOEXTRACT -eq 1 ] || cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd OpenSceneGraph-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  [ -d "$pkgdir/usr/lib64" ] && mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib" || 
true
+}

Copied: openscenegraph/repos/community-staging-x86_64/PKGBUILD (from rev 
149003, openscenegraph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:46:52 UTC (rev 149004)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="An Open Source, high performance real-time graphics toolkit"
+arch=('i686' 'x86_64')
+license=('custom:OSGPL')
+url="http://www.openscenegraph.org;
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 'qt5-base' 'ffmpeg' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt5-base' 'ffmpeg')
+conflicts=('openthreads')
+provides=('openthreads')
+source=(http://trac.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip)
+md5sums=('a5e762c64373a46932e444f6f7332496')
+
+build() {
+  cd OpenSceneGraph-$pkgver
+  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
+  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
+  [ $NOEXTRACT -eq 1 ] || cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd OpenSceneGraph-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  [ -d "$pkgdir/usr/lib64" ] && mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib" || 
true
+}


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 18:47:17
  Author: fyan
Revision: 149005

C++11 ABI rebuild

Modified:
  kvirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:46:52 UTC (rev 149004)
+++ PKGBUILD2015-12-06 17:47:17 UTC (rev 149005)
@@ -3,7 +3,7 @@
 
 pkgname=kvirc
 pkgver=4.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Qt-based IRC client"
 url="http://www.kvirc.net;
 depends=('python2' 'libxss' 'qtwebkit')


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 19:10:48
  Author: fyan
Revision: 149033

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

Added:
  gwenhywfar/repos/community-staging-i686/
  gwenhywfar/repos/community-staging-i686/PKGBUILD
(from rev 149032, gwenhywfar/trunk/PKGBUILD)
  gwenhywfar/repos/community-staging-i686/gnutls.patch
(from rev 149032, gwenhywfar/trunk/gnutls.patch)
  gwenhywfar/repos/community-staging-x86_64/
  gwenhywfar/repos/community-staging-x86_64/PKGBUILD
(from rev 149032, gwenhywfar/trunk/PKGBUILD)
  gwenhywfar/repos/community-staging-x86_64/gnutls.patch
(from rev 149032, gwenhywfar/trunk/gnutls.patch)

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-i686/gnutls.patch   |   12 ++
 community-staging-x86_64/PKGBUILD |   37 
 community-staging-x86_64/gnutls.patch |   12 ++
 4 files changed, 98 insertions(+)

Copied: gwenhywfar/repos/community-staging-i686/PKGBUILD (from rev 149032, 
gwenhywfar/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 18:10:48 UTC (rev 149033)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gwenhywfar
+pkgver=4.13.1
+_dnrel=78
+pkgrel=3
+pkgdesc="OS abstraction functions for various projects"
+arch=(i686 x86_64)
+url="http://www.aquamaniac.de;
+license=("LGPL")
+depends=('openssl' 'gnutls' 'libgcrypt')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2' 'qt4')
+source=("gwenhywfar-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=01=gwenhywfar-$pkgver.tar.gz;
+   "gnutls.patch")
+md5sums=('231b4af546c791a85d0f042773e6bd82'
+ '1197ac1f8378b3b3a8ed12169fcb57f9')
+
+prepare() {
+  cd $srcdir/gwenhywfar-$pkgver
+  patch -p1 <$srcdir/gnutls.patch
+}
+
+build() {
+  pacman -Q gwenhywfar && return 1
+  cd $srcdir/gwenhywfar-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl
+  sed -i 's|gnutls_transport_set_lowat||g' src/sio/syncio_tls.c
+  make
+}
+
+package() {
+  cd $srcdir/gwenhywfar-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gwenhywfar/repos/community-staging-i686/gnutls.patch (from rev 149032, 
gwenhywfar/trunk/gnutls.patch)
===
--- community-staging-i686/gnutls.patch (rev 0)
+++ community-staging-i686/gnutls.patch 2015-12-06 18:10:48 UTC (rev 149033)
@@ -0,0 +1,12 @@
+diff -wbBur gwenhywfar-4.13.1/src/sio/syncio_tls.c 
gwenhywfar-4.13.1.my/src/sio/syncio_tls.c
+--- gwenhywfar-4.13.1/src/sio/syncio_tls.c 2014-10-12 17:12:22.0 
+0400
 gwenhywfar-4.13.1.my/src/sio/syncio_tls.c  2015-04-16 14:54:53.288513328 
+0300
+@@ -350,7 +350,7 @@
+   }
+ 
+   /* set default priority */
+-#if 1 /* old code */
++#if 0 /* old code */
+   GWEN_Gui_ProgressLog(0, GWEN_LoggerLevel_Error, I18N("Using old SSL 
preparation code."));
+   rv=gnutls_set_default_priority(xio->session);
+   if (rv) {

Copied: gwenhywfar/repos/community-staging-x86_64/PKGBUILD (from rev 149032, 
gwenhywfar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 18:10:48 UTC (rev 149033)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gwenhywfar
+pkgver=4.13.1
+_dnrel=78
+pkgrel=3
+pkgdesc="OS abstraction functions for various projects"
+arch=(i686 x86_64)
+url="http://www.aquamaniac.de;
+license=("LGPL")
+depends=('openssl' 'gnutls' 'libgcrypt')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2' 'qt4')
+source=("gwenhywfar-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=01=${_dnrel}=01=gwenhywfar-$pkgver.tar.gz;
+   "gnutls.patch")
+md5sums=('231b4af546c791a85d0f042773e6bd82'
+ '1197ac1f8378b3b3a8ed12169fcb57f9')
+
+prepare() {
+  cd $srcdir/gwenhywfar-$pkgver
+  patch -p1 <$srcdir/gnutls.patch
+}
+
+build() {
+  pacman -Q gwenhywfar && return 1
+  cd $srcdir/gwenhywfar-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl
+  sed -i 's|gnutls_transport_set_lowat||g' src/sio/syncio_tls.c
+  make
+}
+
+package() {
+  cd $srcdir/gwenhywfar-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gwenhywfar/repos/community-staging-x86_64/gnutls.patch (from rev 
149032, gwenhywfar/trunk/gnutls.patch)
===
--- community-staging-x86_64/gnutls.patch   (rev 0)
+++ community-staging-x86_64/gnutls.patch   2015-12-06 18:10:48 UTC (rev 

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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 19:10:22
  Author: fyan
Revision: 149032

C++11 ABI rebuild

Modified:
  gwenhywfar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 18:02:12 UTC (rev 149031)
+++ PKGBUILD2015-12-06 18:10:22 UTC (rev 149032)
@@ -5,7 +5,7 @@
 pkgname=gwenhywfar
 pkgver=4.13.1
 _dnrel=78
-pkgrel=2
+pkgrel=3
 pkgdesc="OS abstraction functions for various projects"
 arch=(i686 x86_64)
 url="http://www.aquamaniac.de;


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 19:19:45
  Author: fyan
Revision: 149034

C++11 ABI rebuild

Modified:
  fox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 18:10:48 UTC (rev 149033)
+++ PKGBUILD2015-12-06 18:19:45 UTC (rev 149034)
@@ -5,7 +5,7 @@
 pkgname=fox
 epoch=1
 pkgver=1.6.50
-pkgrel=1
+pkgrel=2
 pkgdesc="Free Objects for X: GUI Toolkit for C++"
 arch=('i686' 'x86_64')
 url="http://www.fox-toolkit.org/;


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 19:27:43
  Author: foutrelis
Revision: 149039

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

Added:
  xulrunner/repos/community-staging-i686/
  xulrunner/repos/community-staging-i686/PKGBUILD
(from rev 149038, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-staging-i686/freetype261.patch
(from rev 149038, xulrunner/trunk/freetype261.patch)
  xulrunner/repos/community-staging-i686/mozconfig
(from rev 149038, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-staging-i686/mozilla-pkgconfig.patch
(from rev 149038, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-staging-i686/shared-libs.patch
(from rev 149038, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-staging-i686/unbreak-plugin-build.patch
(from rev 149038, xulrunner/trunk/unbreak-plugin-build.patch)
  xulrunner/repos/community-staging-x86_64/
  xulrunner/repos/community-staging-x86_64/PKGBUILD
(from rev 149038, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-staging-x86_64/freetype261.patch
(from rev 149038, xulrunner/trunk/freetype261.patch)
  xulrunner/repos/community-staging-x86_64/mozconfig
(from rev 149038, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-staging-x86_64/mozilla-pkgconfig.patch
(from rev 149038, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-staging-x86_64/shared-libs.patch
(from rev 149038, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-staging-x86_64/unbreak-plugin-build.patch
(from rev 149038, xulrunner/trunk/unbreak-plugin-build.patch)

-+
 community-staging-i686/PKGBUILD |   77 ++
 community-staging-i686/freetype261.patch|   31 +++
 community-staging-i686/mozconfig|   32 +++
 community-staging-i686/mozilla-pkgconfig.patch  |   40 +
 community-staging-i686/shared-libs.patch|   12 ++
 community-staging-i686/unbreak-plugin-build.patch   |   76 +
 community-staging-x86_64/PKGBUILD   |   77 ++
 community-staging-x86_64/freetype261.patch  |   31 +++
 community-staging-x86_64/mozconfig  |   32 +++
 community-staging-x86_64/mozilla-pkgconfig.patch|   40 +
 community-staging-x86_64/shared-libs.patch  |   12 ++
 community-staging-x86_64/unbreak-plugin-build.patch |   76 +
 12 files changed, 536 insertions(+)

Copied: xulrunner/repos/community-staging-i686/PKGBUILD (from rev 149038, 
xulrunner/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 18:27:43 UTC (rev 149039)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Connor Behan 
+# Contributor: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xulrunner
+pkgver=41.0.2
+pkgrel=3
+pkgdesc="Mozilla Runtime Environment"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss>3.18' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 
'icu' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 'gconf' 
'autoconf2.13' 'gst-plugins-base-libs')
+url="http://wiki.mozilla.org/XUL:Xul_Runner;
+source=(https://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.xz
+mozconfig
+freetype261.patch
+mozilla-pkgconfig.patch
+shared-libs.patch)
+options=('!emptydirs' '!makeflags' 'staticlibs')
+replaces=('xulrunner-oss')
+sha256sums=('f7abb2e2989779305ab1f80d30caf9fc55d96c7e66d1394e2cc9639442e2b864'
+'df0e663e7f9246b84936882e564270fac541c6bb39450b759abe686e5c27a052'
+'3aea9a83bf304da5525f34a911712cf42f8ded1c8b6becf0a2cf8a4b4f7facd6'
+'1aa9ebe67542a2b8c28905d070829ada5b29438c6a7961f2b0cdd6b92d8b9f5c'
+'59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40')
+
+prepare() {
+  cd "$srcdir/mozilla-release"
+  cp "$srcdir/mozconfig" .mozconfig
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1194520
+  patch -Np1 -i ../freetype261.patch
+
+  # fix libdir/sdkdir - fedora
+  patch -Np1 -i ../mozilla-pkgconfig.patch
+  patch -Np1 -i ../shared-libs.patch
+
+  # WebRTC build tries to execute "python" and expects Python 2
+  # Workaround taken from chromium PKGBUILD
+  mkdir "$srcdir/python2-path"
+  ln -s /usr/bin/python2 "$srcdir/python2-path/python"
+
+  # configure script misdetects the preprocessor without an optimization level
+  # https://bugs.archlinux.org/task/34644
+  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
+}
+
+build() {
+  cd "$srcdir/mozilla-release"
+
+  export 

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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 19:28:52
  Author: bluewind
Revision: 149041

C++11 ABI rebuild

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 18:28:38 UTC (rev 149040)
+++ PKGBUILD2015-12-06 18:28:52 UTC (rev 149041)
@@ -6,7 +6,7 @@
 pkgname=rethinkdb
 pkgver=2.2.1
 _tag=rethinkdb-$pkgver
-pkgrel=1
+pkgrel=2
 pkgdesc='Distributed powerful and scalable NoSQL database'
 arch=(i686 x86_64)
 url='http://www.rethinkdb.com/'


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 19:28:38
  Author: fyan
Revision: 149040

C++11 ABI rebuild

Modified:
  pacmanlogviewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 18:27:43 UTC (rev 149039)
+++ PKGBUILD2015-12-06 18:28:38 UTC (rev 149040)
@@ -4,7 +4,7 @@
  
 pkgname=pacmanlogviewer
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Inspect pacman log files"
 arch=('i686' 'x86_64')
 url=('https://opendesktop.org/content/show.php?content=150484')


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 19:29:04
  Author: fyan
Revision: 149043

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

Added:
  pacmanlogviewer/repos/community-staging-i686/
  pacmanlogviewer/repos/community-staging-i686/PKGBUILD
(from rev 149040, pacmanlogviewer/trunk/PKGBUILD)
  pacmanlogviewer/repos/community-staging-i686/pacmanlogviewer.install
(from rev 149040, pacmanlogviewer/trunk/pacmanlogviewer.install)
  pacmanlogviewer/repos/community-staging-x86_64/
  pacmanlogviewer/repos/community-staging-x86_64/PKGBUILD
(from rev 149041, pacmanlogviewer/trunk/PKGBUILD)
  pacmanlogviewer/repos/community-staging-x86_64/pacmanlogviewer.install
(from rev 149041, pacmanlogviewer/trunk/pacmanlogviewer.install)

--+
 community-staging-i686/PKGBUILD  |   27 +
 community-staging-i686/pacmanlogviewer.install   |   11 
 community-staging-x86_64/PKGBUILD|   27 +
 community-staging-x86_64/pacmanlogviewer.install |   11 
 4 files changed, 76 insertions(+)

Copied: pacmanlogviewer/repos/community-staging-i686/PKGBUILD (from rev 149040, 
pacmanlogviewer/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 18:29:04 UTC (rev 149043)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Giuseppe Calà 
+ 
+pkgname=pacmanlogviewer
+pkgver=1.3.1
+pkgrel=4
+pkgdesc="Inspect pacman log files"
+arch=('i686' 'x86_64')
+url=('https://opendesktop.org/content/show.php?content=150484')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake')
+source=("${pkgname}-${pkgver}.tar.gz"::"http://qt-apps.org/CONTENT/content-files/150484-${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c75ee4974983f090b0d0dd84cc6358bab4085ec20e3dfcb84513153562f344b4')
+install="${pkgname}.install"
+ 
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+} 

Copied: pacmanlogviewer/repos/community-staging-i686/pacmanlogviewer.install 
(from rev 149040, pacmanlogviewer/trunk/pacmanlogviewer.install)
===
--- community-staging-i686/pacmanlogviewer.install  
(rev 0)
+++ community-staging-i686/pacmanlogviewer.install  2015-12-06 18:29:04 UTC 
(rev 149043)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -f -q /usr/share/icons/hicolor/
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: pacmanlogviewer/repos/community-staging-x86_64/PKGBUILD (from rev 
149041, pacmanlogviewer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 18:29:04 UTC (rev 149043)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Giuseppe Calà 
+ 
+pkgname=pacmanlogviewer
+pkgver=1.3.1
+pkgrel=4
+pkgdesc="Inspect pacman log files"
+arch=('i686' 'x86_64')
+url=('https://opendesktop.org/content/show.php?content=150484')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake')
+source=("${pkgname}-${pkgver}.tar.gz"::"http://qt-apps.org/CONTENT/content-files/150484-${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c75ee4974983f090b0d0dd84cc6358bab4085ec20e3dfcb84513153562f344b4')
+install="${pkgname}.install"
+ 
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+} 

Copied: pacmanlogviewer/repos/community-staging-x86_64/pacmanlogviewer.install 
(from rev 149041, pacmanlogviewer/trunk/pacmanlogviewer.install)
===
--- community-staging-x86_64/pacmanlogviewer.install
(rev 0)
+++ community-staging-x86_64/pacmanlogviewer.install2015-12-06 18:29:04 UTC 
(rev 149043)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -f -q /usr/share/icons/hicolor/
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 19:27:23
  Author: foutrelis
Revision: 149038

C++11 ABI rebuild

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 18:23:45 UTC (rev 149037)
+++ PKGBUILD2015-12-06 18:27:23 UTC (rev 149038)
@@ -5,7 +5,7 @@
 
 pkgname=xulrunner
 pkgver=41.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Mozilla Runtime Environment"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 19:42:59
  Author: bluewind
Revision: 149050

C++11 ABI rebuild

Modified:
  abuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 18:37:05 UTC (rev 149049)
+++ PKGBUILD2015-12-06 18:42:59 UTC (rev 149050)
@@ -6,7 +6,7 @@
 
 pkgname=abuse
 pkgver=0.8
-pkgrel=4
+pkgrel=5
 pkgdesc='Side-scroller action game that pits you against ruthless alien 
killers'
 arch=('x86_64' 'i686')
 url='http://abuse.zoy.org/'


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 19:43:08
  Author: bluewind
Revision: 149051

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

Added:
  abuse/repos/community-staging-i686/
  abuse/repos/community-staging-i686/PKGBUILD
(from rev 149050, abuse/trunk/PKGBUILD)
  abuse/repos/community-staging-i686/abuse.install
(from rev 149050, abuse/trunk/abuse.install)
  abuse/repos/community-staging-i686/abuse.sh
(from rev 149050, abuse/trunk/abuse.sh)
  abuse/repos/community-staging-i686/default.abuserc
(from rev 149050, abuse/trunk/default.abuserc)
  abuse/repos/community-staging-i686/default.gamma.lsp
(from rev 149050, abuse/trunk/default.gamma.lsp)
  abuse/repos/community-staging-x86_64/
  abuse/repos/community-staging-x86_64/PKGBUILD
(from rev 149050, abuse/trunk/PKGBUILD)
  abuse/repos/community-staging-x86_64/abuse.install
(from rev 149050, abuse/trunk/abuse.install)
  abuse/repos/community-staging-x86_64/abuse.sh
(from rev 149050, abuse/trunk/abuse.sh)
  abuse/repos/community-staging-x86_64/default.abuserc
(from rev 149050, abuse/trunk/default.abuserc)
  abuse/repos/community-staging-x86_64/default.gamma.lsp
(from rev 149050, abuse/trunk/default.gamma.lsp)

+
 community-staging-i686/PKGBUILD|   62 +++
 community-staging-i686/abuse.install   |   13 +
 community-staging-i686/abuse.sh|   15 ++
 community-staging-i686/default.abuserc |   37 
 community-staging-i686/default.gamma.lsp   |1 
 community-staging-x86_64/PKGBUILD  |   62 +++
 community-staging-x86_64/abuse.install |   13 +
 community-staging-x86_64/abuse.sh  |   15 ++
 community-staging-x86_64/default.abuserc   |   37 
 community-staging-x86_64/default.gamma.lsp |1 
 10 files changed, 256 insertions(+)

Copied: abuse/repos/community-staging-i686/PKGBUILD (from rev 149050, 
abuse/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 18:43:08 UTC (rev 149051)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: jlvsimoes 
+# Contributor: kevin 
+
+pkgname=abuse
+pkgver=0.8
+pkgrel=5
+pkgdesc='Side-scroller action game that pits you against ruthless alien 
killers'
+arch=('x86_64' 'i686')
+url='http://abuse.zoy.org/'
+license=('GPL' 'custom')
+depends=('gcc-libs' 'libgl' 'sdl_mixer' 'glu' 'desktop-file-utils')
+makedepends=('gendesk' 'mesa-libgl' 'glu')
+install="$pkgname.install"
+source=("http://abuse.zoy.org/raw-attachment/wiki/download/$pkgname-$pkgver.tar.gz;
+'abuse.sh'
+'default.abuserc'
+'default.gamma.lsp')
+sha256sums=('0104db5fd2695c9518583783f7aaa7e5c0355e27c5a803840a05aef97f9d3488'
+'a5ddac71ca9b8c4bb42bdf91393a5fbe3d839ab9a9e9a6362a75dafc2aab122e'
+'6ea2fa9e65c10bbcab4432f40d0c7284cb3970835c40c5c00ced14b39ce1b00f'
+'13df83fea60918d29d5141cdfbd8d56147c053e88d3701209ae676f46447c2f6')
+
+prepare() {
+  cd "abuse-$pkgver"
+
+  gendesk -n -f --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+}
+
+build() {
+  cd "abuse-$pkgver"
+
+  ./configure --prefix=/usr --with-assetdir="/usr/share/$pkgname/orig" --with-x
+  make
+}
+
+package() {
+  cd "abuse-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Desktop shortcut and icon
+  install -Dm644 "$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "doc/$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  # Sane defaults
+  mv "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
+  install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$srcdir/default.${pkgname}rc" \
+"$pkgdir/usr/share/$pkgname/default.${pkgname}rc"
+  install -Dm644 "$srcdir/default.gamma.lsp" \
+"$pkgdir/usr/share/$pkgname/default.gamma.lsp"
+
+  # License (for the original source code)
+  install -d "$pkgdir/usr/share/licenses/abuse"
+  sed -n '1,/^$/p' src/view.cpp > "$pkgdir/usr/share/licenses/abuse/original"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: abuse/repos/community-staging-i686/abuse.install (from rev 149050, 
abuse/trunk/abuse.install)
===
--- community-staging-i686/abuse.install(rev 0)
+++ community-staging-i686/abuse.install2015-12-06 18:43:08 UTC (rev 
149051)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: abuse/repos/community-staging-i686/abuse.sh (from rev 149050, 
abuse/trunk/abuse.sh)

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

2015-12-06 Thread Gaetan Bisson
Date: Sunday, December 6, 2015 @ 19:46:47
  Author: bisson
Revision: 252944

upstream update

Modified:
  libspiro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 18:40:18 UTC (rev 252943)
+++ PKGBUILD2015-12-06 18:46:47 UTC (rev 252944)
@@ -4,7 +4,7 @@
 
 pkgname=libspiro
 epoch=1
-pkgver=0.3.20150131
+pkgver=0.5.20150702
 pkgrel=1
 pkgdesc='Simplifies the drawing of beautiful curves'
 url='https://github.com/fontforge/libspiro'
@@ -11,7 +11,7 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fontforge/libspiro/archive/${pkgver}.tar.gz;)
-sha1sums=('fd897b4ae9640de9d395f4c037dd6ff779c1e8ca')
+sha1sums=('2a1614b1762e3984ab0d629cf5b41a0f4c12f850')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-12-06 Thread Gaetan Bisson
Date: Sunday, December 6, 2015 @ 19:47:16
  Author: bisson
Revision: 252945

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-06 18:46:47 UTC (rev 252944)
+++ extra-i686/PKGBUILD 2015-12-06 18:47:16 UTC (rev 252945)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Rémy Oudompheng 
-
-pkgname=libspiro
-epoch=1
-pkgver=0.3.20150131
-pkgrel=1
-pkgdesc='Simplifies the drawing of beautiful curves'
-url='https://github.com/fontforge/libspiro'
-license=('GPL')
-arch=('i686' 'x86_64')
-source=("https://github.com/fontforge/libspiro/archive/${pkgver}.tar.gz;)
-sha1sums=('fd897b4ae9640de9d395f4c037dd6ff779c1e8ca')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   autoreconf -i
-   automake --foreign -Wall
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LDFLAGS=
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 libspiro.pc "${pkgdir}"/usr/lib/pkgconfig/libspiro.pc
-}

Copied: libspiro/repos/extra-i686/PKGBUILD (from rev 252944, 
libspiro/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-06 18:47:16 UTC (rev 252945)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Rémy Oudompheng 
+
+pkgname=libspiro
+epoch=1
+pkgver=0.5.20150702
+pkgrel=1
+pkgdesc='Simplifies the drawing of beautiful curves'
+url='https://github.com/fontforge/libspiro'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fontforge/libspiro/archive/${pkgver}.tar.gz;)
+sha1sums=('2a1614b1762e3984ab0d629cf5b41a0f4c12f850')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   autoreconf -i
+   automake --foreign -Wall
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LDFLAGS=
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 libspiro.pc "${pkgdir}"/usr/lib/pkgconfig/libspiro.pc
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-06 18:46:47 UTC (rev 252944)
+++ extra-x86_64/PKGBUILD   2015-12-06 18:47:16 UTC (rev 252945)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Rémy Oudompheng 
-
-pkgname=libspiro
-epoch=1
-pkgver=0.3.20150131
-pkgrel=1
-pkgdesc='Simplifies the drawing of beautiful curves'
-url='https://github.com/fontforge/libspiro'
-license=('GPL')
-arch=('i686' 'x86_64')
-source=("https://github.com/fontforge/libspiro/archive/${pkgver}.tar.gz;)
-sha1sums=('fd897b4ae9640de9d395f4c037dd6ff779c1e8ca')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   autoreconf -i
-   automake --foreign -Wall
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LDFLAGS=
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 libspiro.pc "${pkgdir}"/usr/lib/pkgconfig/libspiro.pc
-}

Copied: libspiro/repos/extra-x86_64/PKGBUILD (from rev 252944, 
libspiro/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-06 18:47:16 UTC (rev 252945)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Rémy Oudompheng 
+
+pkgname=libspiro
+epoch=1
+pkgver=0.5.20150702
+pkgrel=1
+pkgdesc='Simplifies the drawing of beautiful curves'
+url='https://github.com/fontforge/libspiro'
+license=('GPL')
+arch=('i686' 'x86_64')

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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 19:47:31
  Author: bluewind
Revision: 149055

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

Added:
  epdfview/repos/community-staging-i686/
  epdfview/repos/community-staging-i686/PKGBUILD
(from rev 149054, epdfview/trunk/PKGBUILD)
  epdfview/repos/community-staging-i686/epdfview-0.1.8-glib2-headers.patch
(from rev 149054, epdfview/trunk/epdfview-0.1.8-glib2-headers.patch)
  epdfview/repos/community-staging-i686/epdfview-0.1.8-modern-cups.patch
(from rev 149054, epdfview/trunk/epdfview-0.1.8-modern-cups.patch)
  epdfview/repos/community-staging-i686/epdfview-0.1.8-pictures.patch
(from rev 149054, epdfview/trunk/epdfview-0.1.8-pictures.patch)
  
epdfview/repos/community-staging-i686/epdfview-0.1.8-swap-the-blue-and-red-channel.patch
(from rev 149054, 
epdfview/trunk/epdfview-0.1.8-swap-the-blue-and-red-channel.patch)
  epdfview/repos/community-staging-i686/epdfview.install
(from rev 149054, epdfview/trunk/epdfview.install)
  epdfview/repos/community-staging-x86_64/
  epdfview/repos/community-staging-x86_64/PKGBUILD
(from rev 149054, epdfview/trunk/PKGBUILD)
  epdfview/repos/community-staging-x86_64/epdfview-0.1.8-glib2-headers.patch
(from rev 149054, epdfview/trunk/epdfview-0.1.8-glib2-headers.patch)
  epdfview/repos/community-staging-x86_64/epdfview-0.1.8-modern-cups.patch
(from rev 149054, epdfview/trunk/epdfview-0.1.8-modern-cups.patch)
  epdfview/repos/community-staging-x86_64/epdfview-0.1.8-pictures.patch
(from rev 149054, epdfview/trunk/epdfview-0.1.8-pictures.patch)
  
epdfview/repos/community-staging-x86_64/epdfview-0.1.8-swap-the-blue-and-red-channel.patch
(from rev 149054, 
epdfview/trunk/epdfview-0.1.8-swap-the-blue-and-red-channel.patch)
  epdfview/repos/community-staging-x86_64/epdfview.install
(from rev 149054, epdfview/trunk/epdfview.install)

-+
 community-staging-i686/PKGBUILD |  
 53 +++
 community-staging-i686/epdfview-0.1.8-glib2-headers.patch   |  
 13 +
 community-staging-i686/epdfview-0.1.8-modern-cups.patch |  
 74 ++
 community-staging-i686/epdfview-0.1.8-pictures.patch|  
 13 +
 community-staging-i686/epdfview-0.1.8-swap-the-blue-and-red-channel.patch   |  
 60 
 community-staging-i686/epdfview.install |  
 12 +
 community-staging-x86_64/PKGBUILD   |  
 53 +++
 community-staging-x86_64/epdfview-0.1.8-glib2-headers.patch |  
 13 +
 community-staging-x86_64/epdfview-0.1.8-modern-cups.patch   |  
 74 ++
 community-staging-x86_64/epdfview-0.1.8-pictures.patch  |  
 13 +
 community-staging-x86_64/epdfview-0.1.8-swap-the-blue-and-red-channel.patch |  
 60 
 community-staging-x86_64/epdfview.install   |  
 12 +
 12 files changed, 450 insertions(+)

Copied: epdfview/repos/community-staging-i686/PKGBUILD (from rev 149054, 
epdfview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 18:47:31 UTC (rev 149055)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:  Kyle Keen 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: schuay 
+# Contributor: Tom K 
+# Contributor: Thayer Williams 
+
+pkgname=epdfview
+pkgver=0.1.8
+pkgrel=7
+pkgdesc='Lightweight PDF document viewer'
+url='http://freecode.com/projects/epdfview'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('poppler-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'gtk2')
+makedepends=('pkgconfig')
+install=epdfview.install
+source=(ftp://ftp.slackware.com/.1/blfs/conglomeration/epdfview/$pkgname-$pkgver.tar.bz2
+epdfview-0.1.8-swap-the-blue-and-red-channel.patch
+epdfview-0.1.8-glib2-headers.patch
+epdfview-0.1.8-modern-cups.patch
+epdfview-0.1.8-pictures.patch)
+md5sums=('e50285b01612169b2594fea375f53ae4'
+ '7f9ea101a41f5b4e999fd024f423d41f'
+ '2fffa9c7cd4c5f0744803591c2f162a3'
+ '5c2cf5612d2a7dfe6cf005b94aeb5ada'
+ '60064c976f273d86d6254c71b583cf4d')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/icon_epdfview-48/epdfview/' data/epdfview.desktop
+
+  patch -p1 -i ../epdfview-0.1.8-swap-the-blue-and-red-channel.patch
+  patch -p1 -i ../epdfview-0.1.8-glib2-headers.patch # FS#30116
+  patch -p1 -i ../epdfview-0.1.8-modern-cups.patch   # FS#32511
+  patch -p1 -i ../epdfview-0.1.8-pictures.patch  # FS#44936
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+

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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 19:47:22
  Author: bluewind
Revision: 149054

C++11 ABI rebuild

Modified:
  epdfview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 18:45:30 UTC (rev 149053)
+++ PKGBUILD2015-12-06 18:47:22 UTC (rev 149054)
@@ -7,7 +7,7 @@
 
 pkgname=epdfview
 pkgver=0.1.8
-pkgrel=6
+pkgrel=7
 pkgdesc='Lightweight PDF document viewer'
 url='http://freecode.com/projects/epdfview'
 arch=('i686' 'x86_64')


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 15:31:24
  Author: foutrelis
Revision: 252829

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

Added:
  doxygen/repos/staging-i686/PKGBUILD
(from rev 252828, doxygen/trunk/PKGBUILD)
  doxygen/repos/staging-x86_64/PKGBUILD
(from rev 252828, doxygen/trunk/PKGBUILD)
Deleted:
  doxygen/repos/staging-i686/PKGBUILD
  doxygen/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |  146 ++
 staging-i686/PKGBUILD   |   73 ---
 staging-x86_64/PKGBUILD |   73 ---
 3 files changed, 146 insertions(+), 146 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 14:30:22 UTC (rev 252828)
+++ staging-i686/PKGBUILD   2015-12-06 14:31:24 UTC (rev 252829)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgbase=doxygen
-pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.10
-pkgrel=2
-license=('GPL')
-arch=(i686 x86_64)
-url="http://www.doxygen.org/;
-makedepends=('cmake' 'gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
- 'texlive-latexextra' 'graphviz' 'python2')
-source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz
-   
flex-2.6.patch::"https://github.com/heirecka/doxygen/commit/5fcb1357.patch;)
-md5sums=('79767ccd986f12a0f949015efb5f058f'
- 'b282c91bac1888f607a3676a236d2828')
-sha1sums=('6bad93cbdb1b2efacba14769d39bcc7bc9c0753b'
-  'aeeb45547de0f659789588b563210d9511c6a291')
-
-prepare() {
-  mkdir build
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # Install the man pages in the right place
-  sed -i 's:DESTINATION man/man1:DESTINATION 
"${CMAKE_INSTALL_PREFIX}/share/man/man1":g' \
-doc/CMakeLists.txt
-
-  # Fix build with flex 2.6
-  patch -p1 -i ../flex-2.6.patch
-}
-
-build() {
-  cd build
-
-  cmake "../${pkgbase}-${pkgver}" \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DDOC_INSTALL_DIR:PATH=share/doc/doxygen \
--DQT_QMAKE_EXECUTABLE:FILE=/usr/lib/qt4/bin/qmake \
--DPYTHON_EXECUTABLE:FILE=/usr/bin/python2 \
--Dbuild_doc:BOOL=ON \
--Dbuild_wizard:BOOL=ON
-
-  make
-  make docs
-}
-
-check(){
-  cd build
-  make tests
-}
-
-package_doxygen() {
-  pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
-  depends=('gcc-libs')
-  optdepends=('graphviz: for caller/callee graph generation'
-  'qt4: for doxywizard')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Docs are in 'doxygen-docs'
-  rm -rf "${pkgdir}/usr/share/doc"
-}
-
-package_doxygen-docs() {
-  pkgdesc="Developer documentation for doxygen"
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/bin"
-  rm -rf "${pkgdir}/usr/share/man"
-}

Copied: doxygen/repos/staging-i686/PKGBUILD (from rev 252828, 
doxygen/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 14:31:24 UTC (rev 252829)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgbase=doxygen
+pkgname=('doxygen' 'doxygen-docs')
+pkgver=1.8.10
+pkgrel=3
+license=('GPL')
+arch=(i686 x86_64)
+url="http://www.doxygen.org/;
+makedepends=('cmake' 'gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
+ 'texlive-latexextra' 'graphviz' 'python2')
+source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz
+   
flex-2.6.patch::"https://github.com/heirecka/doxygen/commit/5fcb1357.patch;)
+md5sums=('79767ccd986f12a0f949015efb5f058f'
+ 'b282c91bac1888f607a3676a236d2828')
+sha1sums=('6bad93cbdb1b2efacba14769d39bcc7bc9c0753b'
+  'aeeb45547de0f659789588b563210d9511c6a291')
+
+prepare() {
+  mkdir build
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # Install the man pages in the right place
+  sed -i 's:DESTINATION man/man1:DESTINATION 
"${CMAKE_INSTALL_PREFIX}/share/man/man1":g' \
+doc/CMakeLists.txt
+
+  # Fix build with flex 2.6
+  patch -p1 -i ../flex-2.6.patch
+}
+
+build() {
+  cd build
+
+  cmake "../${pkgbase}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DDOC_INSTALL_DIR:PATH=share/doc/doxygen \
+-DQT_QMAKE_EXECUTABLE:FILE=/usr/lib/qt4/bin/qmake \
+-DPYTHON_EXECUTABLE:FILE=/usr/bin/python2 \
+-Dbuild_doc:BOOL=ON \
+-Dbuild_wizard:BOOL=ON
+
+  make
+  make docs
+}
+
+check(){
+  cd build
+  make tests
+}
+
+package_doxygen() {
+  pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
+  depends=('gcc-libs')
+  optdepends=('graphviz: for caller/callee graph generation'
+  'qt4: for doxywizard')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Docs are in 'doxygen-docs'
+  rm -rf "${pkgdir}/usr/share/doc"
+}
+
+package_doxygen-docs() {
+  pkgdesc="Developer documentation for doxygen"
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  

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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 16:26:56
  Author: foutrelis
Revision: 252834

C++11 ABI rebuild

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 15:15:36 UTC (rev 252833)
+++ PKGBUILD2015-12-06 15:26:56 UTC (rev 252834)
@@ -30,7 +30,7 @@
  'qt5-x11extras'
  'qt5-xmlpatterns')
 pkgver=5.5.1
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://www.qt.io/developers'
 license=('GPL3' 'LGPL' 'FDL' 'custom')


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 17:32:07
  Author: foutrelis
Revision: 148885

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

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

-+
 community-staging-i686/PKGBUILD |   32 ++
 community-staging-i686/converseen.install   |   11 
 community-staging-x86_64/PKGBUILD   |   32 ++
 community-staging-x86_64/converseen.install |   11 
 4 files changed, 86 insertions(+)

Copied: converseen/repos/community-staging-i686/PKGBUILD (from rev 148884, 
converseen/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 16:32:07 UTC (rev 148885)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: archtux 
+
+pkgname=converseen
+pkgver=0.9.2
+pkgrel=3
+pkgdesc="The batch image converter and resizer"
+arch=('i686' 'x86_64')
+url="http://converseen.fasterland.net/;
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
+makedepends=('cmake')
+install=converseen.install
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('d08caf7a00ee7761dc1f0551527b56ee')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: converseen/repos/community-staging-i686/converseen.install (from rev 
148884, converseen/trunk/converseen.install)
===
--- community-staging-i686/converseen.install   (rev 0)
+++ community-staging-i686/converseen.install   2015-12-06 16:32:07 UTC (rev 
148885)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}

Copied: converseen/repos/community-staging-x86_64/PKGBUILD (from rev 148884, 
converseen/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 16:32:07 UTC (rev 148885)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: archtux 
+
+pkgname=converseen
+pkgver=0.9.2
+pkgrel=3
+pkgdesc="The batch image converter and resizer"
+arch=('i686' 'x86_64')
+url="http://converseen.fasterland.net/;
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
+makedepends=('cmake')
+install=converseen.install
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('d08caf7a00ee7761dc1f0551527b56ee')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: converseen/repos/community-staging-x86_64/converseen.install (from rev 
148884, converseen/trunk/converseen.install)
===
--- community-staging-x86_64/converseen.install (rev 0)
+++ community-staging-x86_64/converseen.install 2015-12-06 16:32:07 UTC (rev 
148885)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 17:31:59
  Author: foutrelis
Revision: 252847

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

Added:
  celestia/repos/staging-i686/
  celestia/repos/staging-i686/PKGBUILD
(from rev 252846, celestia/trunk/PKGBUILD)
  celestia/repos/staging-i686/celestia-1.5.1-gcc44.patch
(from rev 252846, celestia/trunk/celestia-1.5.1-gcc44.patch)
  celestia/repos/staging-i686/celestia-1.6.1-gcc46.patch
(from rev 252846, celestia/trunk/celestia-1.6.1-gcc46.patch)
  celestia/repos/staging-i686/celestia-1.6.1-gentoo.patch
(from rev 252846, celestia/trunk/celestia-1.6.1-gentoo.patch)
  celestia/repos/staging-i686/celestia-1.6.1-libpng15.patch
(from rev 252846, celestia/trunk/celestia-1.6.1-libpng15.patch)
  celestia/repos/staging-i686/celestia-1.6.1-libpng16.patch
(from rev 252846, celestia/trunk/celestia-1.6.1-libpng16.patch)
  celestia/repos/staging-i686/celestia-1.6.1-linking.patch
(from rev 252846, celestia/trunk/celestia-1.6.1-linking.patch)
  celestia/repos/staging-i686/gcc-4.7-fixes.diff
(from rev 252846, celestia/trunk/gcc-4.7-fixes.diff)
  celestia/repos/staging-x86_64/
  celestia/repos/staging-x86_64/PKGBUILD
(from rev 252846, celestia/trunk/PKGBUILD)
  celestia/repos/staging-x86_64/celestia-1.5.1-gcc44.patch
(from rev 252846, celestia/trunk/celestia-1.5.1-gcc44.patch)
  celestia/repos/staging-x86_64/celestia-1.6.1-gcc46.patch
(from rev 252846, celestia/trunk/celestia-1.6.1-gcc46.patch)
  celestia/repos/staging-x86_64/celestia-1.6.1-gentoo.patch
(from rev 252846, celestia/trunk/celestia-1.6.1-gentoo.patch)
  celestia/repos/staging-x86_64/celestia-1.6.1-libpng15.patch
(from rev 252846, celestia/trunk/celestia-1.6.1-libpng15.patch)
  celestia/repos/staging-x86_64/celestia-1.6.1-libpng16.patch
(from rev 252846, celestia/trunk/celestia-1.6.1-libpng16.patch)
  celestia/repos/staging-x86_64/celestia-1.6.1-linking.patch
(from rev 252846, celestia/trunk/celestia-1.6.1-linking.patch)
  celestia/repos/staging-x86_64/gcc-4.7-fixes.diff
(from rev 252846, celestia/trunk/gcc-4.7-fixes.diff)

--+
 staging-i686/PKGBUILD|   63 +
 staging-i686/celestia-1.5.1-gcc44.patch  |   20 +++
 staging-i686/celestia-1.6.1-gcc46.patch  |   13 +
 staging-i686/celestia-1.6.1-gentoo.patch |   23 +
 staging-i686/celestia-1.6.1-libpng15.patch   |   14 +
 staging-i686/celestia-1.6.1-libpng16.patch   |   25 +
 staging-i686/celestia-1.6.1-linking.patch|   54 +
 staging-i686/gcc-4.7-fixes.diff  |   10 +++
 staging-x86_64/PKGBUILD  |   63 +
 staging-x86_64/celestia-1.5.1-gcc44.patch|   20 +++
 staging-x86_64/celestia-1.6.1-gcc46.patch|   13 +
 staging-x86_64/celestia-1.6.1-gentoo.patch   |   23 +
 staging-x86_64/celestia-1.6.1-libpng15.patch |   14 +
 staging-x86_64/celestia-1.6.1-libpng16.patch |   25 +
 staging-x86_64/celestia-1.6.1-linking.patch  |   54 +
 staging-x86_64/gcc-4.7-fixes.diff|   10 +++
 16 files changed, 444 insertions(+)

Copied: celestia/repos/staging-i686/PKGBUILD (from rev 252846, 
celestia/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 16:31:59 UTC (rev 252847)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : Damir Perisa 
+
+pkgname=celestia
+pkgver=1.6.1
+pkgrel=6
+pkgdesc="Real-time space simulation"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.shatters.net/celestia/;
+depends=('gtk2' 'libtheora' 'lua51' 'gtkglext' 'glut' 'libxmu' 'glu' 'libjpeg' 
'mesa')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/celestia/${pkgname}-${pkgver}.tar.gz;
+'celestia-1.6.1-gcc46.patch'
+'celestia-1.6.1-libpng15.patch'
+'celestia-1.6.1-libpng16.patch'
+'celestia-1.6.1-linking.patch'
+'gcc-4.7-fixes.diff')
+sha1sums=('1f0fdf4525a8b9d6c708e1f6383babed670d18e7'
+  '7c08ca391603806d788cb8f3342acedafc924eef'
+  '46ecc4e10b24191384bc848c206652498843adf0'
+  '6f357bd319cdac0776206726e0743b90d4d8127b'
+  '534c8eee18d13a868c91f0b870ebecc05f3e7ae1'
+  '582f9eed93eca02a16350f02c29e2ea6f69aa869')
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+# build patch
+patch -Np0 -i "${srcdir}/celestia-1.6.1-gcc46.patch"
+patch -Np0 -i "${srcdir}/celestia-1.6.1-libpng15.patch"
+patch -Np2 -i "${srcdir}/celestia-1.6.1-libpng16.patch"
+patch -Np1 -i "${srcdir}/celestia-1.6.1-linking.patch"
+patch -Np1 -i "${srcdir}/gcc-4.7-fixes.diff"
+
+sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
+
+autoreconf -vi
+}
+
+build() {
+cd 

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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 17:31:38
  Author: foutrelis
Revision: 252846

C++11 ABI rebuild

Modified:
  celestia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 16:26:01 UTC (rev 252845)
+++ PKGBUILD2015-12-06 16:31:38 UTC (rev 252846)
@@ -4,7 +4,7 @@
 
 pkgname=celestia
 pkgver=1.6.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Real-time space simulation"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 17:30:58
  Author: foutrelis
Revision: 148883

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

Added:
  qtkeychain/repos/community-staging-i686/
  qtkeychain/repos/community-staging-i686/PKGBUILD
(from rev 148882, qtkeychain/trunk/PKGBUILD)
  qtkeychain/repos/community-staging-x86_64/
  qtkeychain/repos/community-staging-x86_64/PKGBUILD
(from rev 148882, qtkeychain/trunk/PKGBUILD)

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

Copied: qtkeychain/repos/community-staging-i686/PKGBUILD (from rev 148882, 
qtkeychain/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 16:30:58 UTC (rev 148883)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Kuba Serafinowski 
+# Contributor: Teo Mrnjavac 
+
+pkgbase=qtkeychain
+pkgname=(qtkeychain-qt4 qtkeychain-qt5)
+pkgver=0.5
+pkgrel=2
+pkgdesc='Provides support for secure credentials storage'
+arch=(i686 x86_64)
+url='https://github.com/frankosterfeld/qtkeychain'
+license=(BSD)
+makedepends=(cmake icu qt5-tools qt4)
+source=("$pkgbase-$pkgver.zip::https://github.com/frankosterfeld/qtkeychain/archive/${pkgver}.zip;)
+md5sums=('fb4f9d990201d0ba0114c3b97c7753e9')
+
+prepare() {
+mkdir -p build{4,5}
+}
+
+build() {
+cd build4
+cmake ../$pkgbase-$pkgver \
+  -DBUILD_WITH_QT4=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_INSTALL_LIBEXECDIR=lib/${pkgname} \
+  -DCMAKE_BUILD_TYPE=Release
+make
+
+cd ../build5
+cmake ../$pkgbase-$pkgver \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_INSTALL_LIBEXECDIR=lib/${pkgname} \
+  -DCMAKE_BUILD_TYPE=Release
+make
+}
+
+package_qtkeychain-qt4() {
+depends=(qt4)
+optdepends=('gnome-keyring: GNOME password manager')
+provides=(qtkeychain)
+replaces=(qtkeychain)
+
+cd build4
+make DESTDIR="$pkgdir" install
+install -Dm644 "$srcdir"/$pkgbase-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_qtkeychain-qt5() {
+depends=(qt5-base)
+
+cd build5
+make DESTDIR="$pkgdir" install
+install -Dm644 "$srcdir"/$pkgbase-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: qtkeychain/repos/community-staging-x86_64/PKGBUILD (from rev 148882, 
qtkeychain/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 16:30:58 UTC (rev 148883)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Kuba Serafinowski 
+# Contributor: Teo Mrnjavac 
+
+pkgbase=qtkeychain
+pkgname=(qtkeychain-qt4 qtkeychain-qt5)
+pkgver=0.5
+pkgrel=2
+pkgdesc='Provides support for secure credentials storage'
+arch=(i686 x86_64)
+url='https://github.com/frankosterfeld/qtkeychain'
+license=(BSD)
+makedepends=(cmake icu qt5-tools qt4)
+source=("$pkgbase-$pkgver.zip::https://github.com/frankosterfeld/qtkeychain/archive/${pkgver}.zip;)
+md5sums=('fb4f9d990201d0ba0114c3b97c7753e9')
+
+prepare() {
+mkdir -p build{4,5}
+}
+
+build() {
+cd build4
+cmake ../$pkgbase-$pkgver \
+  -DBUILD_WITH_QT4=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_INSTALL_LIBEXECDIR=lib/${pkgname} \
+  -DCMAKE_BUILD_TYPE=Release
+make
+
+cd ../build5
+cmake ../$pkgbase-$pkgver \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_INSTALL_LIBEXECDIR=lib/${pkgname} \
+  -DCMAKE_BUILD_TYPE=Release
+make
+}
+
+package_qtkeychain-qt4() {
+depends=(qt4)
+optdepends=('gnome-keyring: GNOME password manager')
+provides=(qtkeychain)
+replaces=(qtkeychain)
+
+cd build4
+make DESTDIR="$pkgdir" install
+install -Dm644 "$srcdir"/$pkgbase-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_qtkeychain-qt5() {
+depends=(qt5-base)
+
+cd build5
+make DESTDIR="$pkgdir" install
+install -Dm644 "$srcdir"/$pkgbase-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 17:31:55
  Author: foutrelis
Revision: 148884

C++11 ABI rebuild

Modified:
  converseen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 16:30:58 UTC (rev 148883)
+++ PKGBUILD2015-12-06 16:31:55 UTC (rev 148884)
@@ -4,7 +4,7 @@
 
 pkgname=converseen
 pkgver=0.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="The batch image converter and resizer"
 arch=('i686' 'x86_64')
 url="http://converseen.fasterland.net/;


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 18:02:45
  Author: fyan
Revision: 252862

C++11 ABI rebuild

Modified:
  libkcompactdisc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:01:38 UTC (rev 252861)
+++ PKGBUILD2015-12-06 17:02:45 UTC (rev 252862)
@@ -4,7 +4,7 @@
 
 pkgname=libkcompactdisc
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for interfacing with CDs"
 url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
 arch=('i686' 'x86_64')


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

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 18:02:20
  Author: arojas
Revision: 148918

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

Added:
  openssh-askpass/repos/community-staging-i686/
  openssh-askpass/repos/community-staging-i686/PKGBUILD
(from rev 148917, openssh-askpass/trunk/PKGBUILD)
  openssh-askpass/repos/community-staging-i686/openssh-askpass.sh
(from rev 148917, openssh-askpass/trunk/openssh-askpass.sh)
  openssh-askpass/repos/community-staging-x86_64/
  openssh-askpass/repos/community-staging-x86_64/PKGBUILD
(from rev 148917, openssh-askpass/trunk/PKGBUILD)
  openssh-askpass/repos/community-staging-x86_64/openssh-askpass.sh
(from rev 148917, openssh-askpass/trunk/openssh-askpass.sh)

-+
 community-staging-i686/PKGBUILD |   36 ++
 community-staging-i686/openssh-askpass.sh   |1 
 community-staging-x86_64/PKGBUILD   |   36 ++
 community-staging-x86_64/openssh-askpass.sh |1 
 4 files changed, 74 insertions(+)

Copied: openssh-askpass/repos/community-staging-i686/PKGBUILD (from rev 148917, 
openssh-askpass/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:02:20 UTC (rev 148918)
@@ -0,0 +1,36 @@
+# Maintainer: schuay 
+# Previous Maintainer:  TDY 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=openssh-askpass
+pkgver=2.0.3
+pkgrel=2
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('i686' 'x86_64')
+url='http://hugo.pereira.free.fr/software/index.php?page=package_list=software_list_qt4=openssh-askpass=0'
+license=('GPL')
+depends=('openssh' 'qt4' 'xcb-util-keysyms')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz;
+"$pkgname.sh")
+ 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
+}
+
+md5sums=('b5abdeef5f09256545f8643aca111426'
+ 'baec3f0499b851aca6705968fa9e0df7')

Copied: openssh-askpass/repos/community-staging-i686/openssh-askpass.sh (from 
rev 148917, openssh-askpass/trunk/openssh-askpass.sh)
===
--- community-staging-i686/openssh-askpass.sh   (rev 0)
+++ community-staging-i686/openssh-askpass.sh   2015-12-06 17:02:20 UTC (rev 
148918)
@@ -0,0 +1 @@
+export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass

Copied: openssh-askpass/repos/community-staging-x86_64/PKGBUILD (from rev 
148917, openssh-askpass/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:02:20 UTC (rev 148918)
@@ -0,0 +1,36 @@
+# Maintainer: schuay 
+# Previous Maintainer:  TDY 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=openssh-askpass
+pkgver=2.0.3
+pkgrel=2
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('i686' 'x86_64')
+url='http://hugo.pereira.free.fr/software/index.php?page=package_list=software_list_qt4=openssh-askpass=0'
+license=('GPL')
+depends=('openssh' 'qt4' 'xcb-util-keysyms')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz;
+"$pkgname.sh")
+ 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
+}
+
+md5sums=('b5abdeef5f09256545f8643aca111426'
+ 'baec3f0499b851aca6705968fa9e0df7')

Copied: openssh-askpass/repos/community-staging-x86_64/openssh-askpass.sh (from 
rev 148917, openssh-askpass/trunk/openssh-askpass.sh)
===
--- community-staging-x86_64/openssh-askpass.sh (rev 0)
+++ community-staging-x86_64/openssh-askpass.sh 2015-12-06 17:02:20 UTC (rev 
148918)
@@ -0,0 +1 @@
+export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass


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

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 18:02:09
  Author: arojas
Revision: 148917

C++11 ABI rebuild

Modified:
  openssh-askpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 16:58:33 UTC (rev 148916)
+++ PKGBUILD2015-12-06 17:02:09 UTC (rev 148917)
@@ -4,7 +4,7 @@
 
 pkgname=openssh-askpass
 pkgver=2.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A plasma-like passphrase dialog for ssh'
 arch=('i686' 'x86_64')
 
url='http://hugo.pereira.free.fr/software/index.php?page=package_list=software_list_qt4=openssh-askpass=0'


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:03:46
  Author: bpiotrowski
Revision: 148922

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

Added:
  ibus-qt/repos/community-staging-i686/
  ibus-qt/repos/community-staging-i686/PKGBUILD
(from rev 148920, ibus-qt/trunk/PKGBUILD)
  ibus-qt/repos/community-staging-x86_64/
  ibus-qt/repos/community-staging-x86_64/PKGBUILD
(from rev 148921, ibus-qt/trunk/PKGBUILD)

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

Copied: ibus-qt/repos/community-staging-i686/PKGBUILD (from rev 148920, 
ibus-qt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:03:46 UTC (rev 148922)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: garion < garion @ mailoo.org >
+# Contributor: leemars
+
+pkgname=ibus-qt
+pkgver=1.3.3
+pkgrel=5
+pkgdesc='IBus qt library and IBus qt input method plugin'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('qt4' 'ibus' 'icu')
+makedepends=('cmake' 'automoc4' 'doxygen' 'git')
+source=("git+https://github.com/ibus/ibus-qt.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: ibus-qt/repos/community-staging-x86_64/PKGBUILD (from rev 148921, 
ibus-qt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:03:46 UTC (rev 148922)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: garion < garion @ mailoo.org >
+# Contributor: leemars
+
+pkgname=ibus-qt
+pkgver=1.3.3
+pkgrel=5
+pkgdesc='IBus qt library and IBus qt input method plugin'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('qt4' 'ibus' 'icu')
+makedepends=('cmake' 'automoc4' 'doxygen' 'git')
+source=("git+https://github.com/ibus/ibus-qt.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+}
+


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:03:37
  Author: bpiotrowski
Revision: 148920

C++11 ABI rebuild

Modified:
  ibus-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:03:37 UTC (rev 148919)
+++ PKGBUILD2015-12-06 17:03:37 UTC (rev 148920)
@@ -6,7 +6,7 @@
 
 pkgname=ibus-qt
 pkgver=1.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc='IBus qt library and IBus qt input method plugin'
 arch=('i686' 'x86_64')
 license=('LGPL')


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 18:03:37
  Author: bluewind
Revision: 148919

C++11 ABI rebuild

Modified:
  libplatform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:02:20 UTC (rev 148918)
+++ PKGBUILD2015-12-06 17:03:37 UTC (rev 148919)
@@ -4,7 +4,7 @@
 
 pkgname=libplatform
 pkgver=1.0.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi"
 arch=('i686' 'x86_64')
 url="https://github.com/Pulse-Eight/platform;


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:01:28
  Author: bpiotrowski
Revision: 252860

C++11 ABI rebuild

Modified:
  polkit-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 16:59:54 UTC (rev 252859)
+++ PKGBUILD2015-12-06 17:01:28 UTC (rev 252860)
@@ -4,7 +4,7 @@
 
 pkgname=polkit-kde
 pkgver=0.99.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Daemon providing a polkit authentication UI for KDE'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1'


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 18:16:00
  Author: fyan
Revision: 148948

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

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

+
 community-staging-i686/PKGBUILD|   30 +++
 community-staging-i686/linuxdcpp.install   |   12 ++
 community-staging-x86_64/PKGBUILD  |   30 +++
 community-staging-x86_64/linuxdcpp.install |   12 ++
 4 files changed, 84 insertions(+)

Copied: linuxdcpp/repos/community-staging-i686/PKGBUILD (from rev 148947, 
linuxdcpp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:16:00 UTC (rev 148948)
@@ -0,0 +1,30 @@
+# Maintainer: Jelle van der waa 
+# Contributor: SpepS 
+# Contributor: Andrea Scarpino 
+# Contributor: Tom K 
+
+pkgname=linuxdcpp
+pkgver=1.1.0
+pkgrel=5
+pkgdesc="A Gtk+ Direct Connect client based on DC++."
+url="https://launchpad.net/linuxdcpp/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('openssl' 'glib2' 'libglade' 'bzip2' 'libnotify' 'hicolor-icon-theme')
+makedepends=('scons' 'boost')
+conflicts=('linuxdcpp-bzr')
+install=$pkgname.install
+source=("$url${pkgver%%.?}/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
+md5sums=('037de708bdb1e5dd7ac6c359b0e2c1a0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  scons PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  scons install FAKE_ROOT="$pkgdir/"
+}

Copied: linuxdcpp/repos/community-staging-i686/linuxdcpp.install (from rev 
148947, linuxdcpp/trunk/linuxdcpp.install)
===
--- community-staging-i686/linuxdcpp.install(rev 0)
+++ community-staging-i686/linuxdcpp.install2015-12-06 17:16:00 UTC (rev 
148948)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: linuxdcpp/repos/community-staging-x86_64/PKGBUILD (from rev 148947, 
linuxdcpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:16:00 UTC (rev 148948)
@@ -0,0 +1,30 @@
+# Maintainer: Jelle van der waa 
+# Contributor: SpepS 
+# Contributor: Andrea Scarpino 
+# Contributor: Tom K 
+
+pkgname=linuxdcpp
+pkgver=1.1.0
+pkgrel=5
+pkgdesc="A Gtk+ Direct Connect client based on DC++."
+url="https://launchpad.net/linuxdcpp/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('openssl' 'glib2' 'libglade' 'bzip2' 'libnotify' 'hicolor-icon-theme')
+makedepends=('scons' 'boost')
+conflicts=('linuxdcpp-bzr')
+install=$pkgname.install
+source=("$url${pkgver%%.?}/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
+md5sums=('037de708bdb1e5dd7ac6c359b0e2c1a0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  scons PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  scons install FAKE_ROOT="$pkgdir/"
+}

Copied: linuxdcpp/repos/community-staging-x86_64/linuxdcpp.install (from rev 
148947, linuxdcpp/trunk/linuxdcpp.install)
===
--- community-staging-x86_64/linuxdcpp.install  (rev 0)
+++ community-staging-x86_64/linuxdcpp.install  2015-12-06 17:16:00 UTC (rev 
148948)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 18:15:36
  Author: fyan
Revision: 148947

C++11 ABI rebuild

Modified:
  linuxdcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:14:42 UTC (rev 148946)
+++ PKGBUILD2015-12-06 17:15:36 UTC (rev 148947)
@@ -5,7 +5,7 @@
 
 pkgname=linuxdcpp
 pkgver=1.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A Gtk+ Direct Connect client based on DC++."
 url="https://launchpad.net/linuxdcpp/;
 license=('GPL')


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 18:26:53
  Author: foutrelis
Revision: 148974

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

Added:
  assimp/repos/community-staging-i686/
  assimp/repos/community-staging-i686/PKGBUILD
(from rev 148973, assimp/trunk/PKGBUILD)
  assimp/repos/community-staging-x86_64/
  assimp/repos/community-staging-x86_64/PKGBUILD
(from rev 148973, assimp/trunk/PKGBUILD)

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

Copied: assimp/repos/community-staging-i686/PKGBUILD (from rev 148973, 
assimp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:26:53 UTC (rev 148974)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: jepaan 
+
+pkgname=assimp
+pkgver=3.1.1
+pkgrel=2
+pkgdesc="Portable Open Source library to import various well-known 3D model 
formats in an uniform manner"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'gcc-libs' 'boost-libs')
+makedepends=('cmake' 'boost')
+url=('http://assimp.sourceforge.net/index.html')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
+md5sums=('ab9977edf95e9b2910d7cca286926e85')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   mkdir build && cd build
+   cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
+-DASSIMP_BUILD_SAMPLES=OFF
+   make 
+}
+
+package()  {
+   cd ${srcdir}/${pkgname}-${pkgver}/build
+
+   make DESTDIR=$pkgdir install
+   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: assimp/repos/community-staging-x86_64/PKGBUILD (from rev 148973, 
assimp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:26:53 UTC (rev 148974)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: jepaan 
+
+pkgname=assimp
+pkgver=3.1.1
+pkgrel=2
+pkgdesc="Portable Open Source library to import various well-known 3D model 
formats in an uniform manner"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'gcc-libs' 'boost-libs')
+makedepends=('cmake' 'boost')
+url=('http://assimp.sourceforge.net/index.html')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
+md5sums=('ab9977edf95e9b2910d7cca286926e85')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   mkdir build && cd build
+   cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
+-DASSIMP_BUILD_SAMPLES=OFF
+   make 
+}
+
+package()  {
+   cd ${srcdir}/${pkgname}-${pkgver}/build
+
+   make DESTDIR=$pkgdir install
+   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:26:51
  Author: bpiotrowski
Revision: 252881

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

Added:
  vice/repos/staging-i686/
  vice/repos/staging-i686/PKGBUILD
(from rev 252880, vice/trunk/PKGBUILD)
  vice/repos/staging-i686/vice-2.4-giflib-5.1.0.patch
(from rev 252880, vice/trunk/vice-2.4-giflib-5.1.0.patch)
  vice/repos/staging-i686/vice-2.4-no-fc-cache-no-lib64.patch
(from rev 252880, vice/trunk/vice-2.4-no-fc-cache-no-lib64.patch)
  vice/repos/staging-i686/vice-2.4-notexi-notxt.patch
(from rev 252880, vice/trunk/vice-2.4-notexi-notxt.patch)
  vice/repos/staging-i686/vice-2.4-x11video.patch
(from rev 252880, vice/trunk/vice-2.4-x11video.patch)
  vice/repos/staging-i686/vice-2.4-zlib-1.2.7.patch
(from rev 252880, vice/trunk/vice-2.4-zlib-1.2.7.patch)
  vice/repos/staging-i686/vice.install
(from rev 252880, vice/trunk/vice.install)
  vice/repos/staging-x86_64/
  vice/repos/staging-x86_64/PKGBUILD
(from rev 252880, vice/trunk/PKGBUILD)
  vice/repos/staging-x86_64/vice-2.4-giflib-5.1.0.patch
(from rev 252880, vice/trunk/vice-2.4-giflib-5.1.0.patch)
  vice/repos/staging-x86_64/vice-2.4-no-fc-cache-no-lib64.patch
(from rev 252880, vice/trunk/vice-2.4-no-fc-cache-no-lib64.patch)
  vice/repos/staging-x86_64/vice-2.4-notexi-notxt.patch
(from rev 252880, vice/trunk/vice-2.4-notexi-notxt.patch)
  vice/repos/staging-x86_64/vice-2.4-x11video.patch
(from rev 252880, vice/trunk/vice-2.4-x11video.patch)
  vice/repos/staging-x86_64/vice-2.4-zlib-1.2.7.patch
(from rev 252880, vice/trunk/vice-2.4-zlib-1.2.7.patch)
  vice/repos/staging-x86_64/vice.install
(from rev 252880, vice/trunk/vice.install)

+
 staging-i686/PKGBUILD  |   61 +++
 staging-i686/vice-2.4-giflib-5.1.0.patch   |   39 
 staging-i686/vice-2.4-no-fc-cache-no-lib64.patch   |   25 +++
 staging-i686/vice-2.4-notexi-notxt.patch   |   28 
 staging-i686/vice-2.4-x11video.patch   |   11 +++
 staging-i686/vice-2.4-zlib-1.2.7.patch |   37 +++
 staging-i686/vice.install  |   18 +
 staging-x86_64/PKGBUILD|   61 +++
 staging-x86_64/vice-2.4-giflib-5.1.0.patch |   39 
 staging-x86_64/vice-2.4-no-fc-cache-no-lib64.patch |   25 +++
 staging-x86_64/vice-2.4-notexi-notxt.patch |   28 
 staging-x86_64/vice-2.4-x11video.patch |   11 +++
 staging-x86_64/vice-2.4-zlib-1.2.7.patch   |   37 +++
 staging-x86_64/vice.install|   18 +
 14 files changed, 438 insertions(+)

Copied: vice/repos/staging-i686/PKGBUILD (from rev 252880, vice/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 17:26:51 UTC (rev 252881)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=vice
+pkgver=2.4
+pkgrel=8
+pkgdesc="The Versatile Commodore 8-bit Emulator"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://vice-emu.sourceforge.net/;
+depends=('alsa-lib' 'pulseaudio' 'giflib' 'libxxf86vm' 'vte' 'libnet' 
'libpcap')
+makedepends=('xorg-font-utils')
+options=('!makeflags')
+install=vice.install
+source=("http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz;
+'vice-2.4-x11video.patch'
+'vice-2.4-no-fc-cache-no-lib64.patch'
+'vice-2.4-notexi-notxt.patch'
+'vice-2.4-zlib-1.2.7.patch'
+'vice-2.4-giflib-5.1.0.patch')
+md5sums=('b017647a0c159bbe43cdb81762d1c577'
+ '99931efcb779734c9df069e94f0b38a5'
+ 'b0d1392664decd3169740baf90661710'
+ '877f93db1550ea81386aae7c3b578442'
+ '9d9f62f05a967a5926df496e86404148'
+ '94563e3023d804341f1d252c0e6d1384')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 -i "${srcdir}/vice-2.4-x11video.patch"
+  patch -Np1 -i "${srcdir}/vice-2.4-no-fc-cache-no-lib64.patch"
+  patch -Np1 -i "${srcdir}/vice-2.4-notexi-notxt.patch"
+  patch -Np1 -i "${srcdir}/vice-2.4-zlib-1.2.7.patch"
+  patch -Np1 -i "${srcdir}/vice-2.4-giflib-5.1.0.patch"
+
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
+
+  autoreconf -vi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-ethernet \
+  --with-alsa \
+  --with-pulse \
+  --enable-fullscreen \
+  --enable-gnomeui \
+  --disable-ffmpeg
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" realdocdir="/usr/share/doc/vice" install
+  ln -s /usr/share/doc/vice "${pkgdir}/usr/lib/vice/doc"
+}

Copied: 

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:26:30
  Author: bpiotrowski
Revision: 252880

C++11 ABI rebuild

Modified:
  vice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:13:48 UTC (rev 252879)
+++ PKGBUILD2015-12-06 17:26:30 UTC (rev 252880)
@@ -4,7 +4,7 @@
 
 pkgname=vice
 pkgver=2.4
-pkgrel=7
+pkgrel=8
 pkgdesc="The Versatile Commodore 8-bit Emulator"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 18:26:44
  Author: foutrelis
Revision: 148973

C++11 ABI rebuild

Modified:
  assimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:24:32 UTC (rev 148972)
+++ PKGBUILD2015-12-06 17:26:44 UTC (rev 148973)
@@ -3,7 +3,7 @@
 
 pkgname=assimp
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable Open Source library to import various well-known 3D model 
formats in an uniform manner"
 arch=('i686' 'x86_64')
 license=('BSD')


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:35:12
  Author: bpiotrowski
Revision: 252888

C++11 ABI rebuild

Modified:
  mjpegtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:33:51 UTC (rev 252887)
+++ PKGBUILD2015-12-06 17:35:12 UTC (rev 252888)
@@ -4,7 +4,7 @@
 
 pkgname=mjpegtools
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Set of tools that can do recording of videos and playback, simple 
cut-and-paste editing and the MPEG compression of audio and video"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:35:23
  Author: bpiotrowski
Revision: 252889

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

Added:
  mjpegtools/repos/staging-i686/
  mjpegtools/repos/staging-i686/PKGBUILD
(from rev 252888, mjpegtools/trunk/PKGBUILD)
  mjpegtools/repos/staging-i686/mjpegtools-2.0.0-gcc470.patch
(from rev 252888, mjpegtools/trunk/mjpegtools-2.0.0-gcc470.patch)
  mjpegtools/repos/staging-i686/mjpegtools-v4l-2.6.38.patch
(from rev 252888, mjpegtools/trunk/mjpegtools-v4l-2.6.38.patch)
  mjpegtools/repos/staging-i686/mjpegtools.install
(from rev 252888, mjpegtools/trunk/mjpegtools.install)
  mjpegtools/repos/staging-x86_64/
  mjpegtools/repos/staging-x86_64/PKGBUILD
(from rev 252888, mjpegtools/trunk/PKGBUILD)
  mjpegtools/repos/staging-x86_64/mjpegtools-2.0.0-gcc470.patch
(from rev 252888, mjpegtools/trunk/mjpegtools-2.0.0-gcc470.patch)
  mjpegtools/repos/staging-x86_64/mjpegtools-v4l-2.6.38.patch
(from rev 252888, mjpegtools/trunk/mjpegtools-v4l-2.6.38.patch)
  mjpegtools/repos/staging-x86_64/mjpegtools.install
(from rev 252888, mjpegtools/trunk/mjpegtools.install)

--+
 staging-i686/PKGBUILD|   35 
 staging-i686/mjpegtools-2.0.0-gcc470.patch   |   11 ++
 staging-i686/mjpegtools-v4l-2.6.38.patch |  100 +
 staging-i686/mjpegtools.install  |   16 
 staging-x86_64/PKGBUILD  |   35 
 staging-x86_64/mjpegtools-2.0.0-gcc470.patch |   11 ++
 staging-x86_64/mjpegtools-v4l-2.6.38.patch   |  100 +
 staging-x86_64/mjpegtools.install|   16 
 8 files changed, 324 insertions(+)

Copied: mjpegtools/repos/staging-i686/PKGBUILD (from rev 252888, 
mjpegtools/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 17:35:23 UTC (rev 252889)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa 
+# Maintainer: Roberto Carvajal 
+
+pkgname=mjpegtools
+pkgver=2.1.0
+pkgrel=2
+pkgdesc="Set of tools that can do recording of videos and playback, simple 
cut-and-paste editing and the MPEG compression of audio and video"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://mjpeg.sourceforge.net/;
+depends=('libjpeg' 'libpng' 'sdl' 'gcc-libs' 'libdv')
+makedepends=('gtk2' 'v4l-utils')
+optdepends=('gtk2: glav GUI')
+options=('!makeflags')
+install=mjpegtools.install
+source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz)
+md5sums=('57bf5dd78976ca9bac972a6511b236f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e '/ARCHFLAGS=/s:=.*:=:' configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-largefile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m644 mpeg2enc/mpeg2syntaxcodes.h 
"${pkgdir}/usr/include/mjpegtools/mpeg2enc/"
+}

Copied: mjpegtools/repos/staging-i686/mjpegtools-2.0.0-gcc470.patch (from rev 
252888, mjpegtools/trunk/mjpegtools-2.0.0-gcc470.patch)
===
--- staging-i686/mjpegtools-2.0.0-gcc470.patch  (rev 0)
+++ staging-i686/mjpegtools-2.0.0-gcc470.patch  2015-12-06 17:35:23 UTC (rev 
252889)
@@ -0,0 +1,11 @@
+--- a/y4mdenoise/MotionSearcher.hh
 b/y4mdenoise/MotionSearcher.hh
+@@ -2196,7 +2196,7 @@
+   {
+   // This region is too small to be bothered with.
+   // Just get rid of it.
+-  DeleteRegion (a_pRegion);
++  this->DeleteRegion (a_pRegion);
+   }
+   else
+   {

Copied: mjpegtools/repos/staging-i686/mjpegtools-v4l-2.6.38.patch (from rev 
252888, mjpegtools/trunk/mjpegtools-v4l-2.6.38.patch)
===
--- staging-i686/mjpegtools-v4l-2.6.38.patch(rev 0)
+++ staging-i686/mjpegtools-v4l-2.6.38.patch2015-12-06 17:35:23 UTC (rev 
252889)
@@ -0,0 +1,100 @@
+Index: lavtools/lavvideo.c
+===
+--- lavtools/lavvideo.c.orig
 lavtools/lavvideo.c
+@@ -63,7 +63,7 @@ Copyright by Gernot Ziegler.
+  * errors here, check your linux/time.h && sys/time.h header setup.
+  */
+ #define _LINUX_TIME_H
+-#include 
++#include 
+ 
+ #include 
+ #include 
+Index: lavtools/liblavplay.c
+===
+--- lavtools/liblavplay.c.orig
 lavtools/liblavplay.c
+@@ -68,7 +68,8 @@
+  * errors here, check your linux/time.h && sys/time.h header setup.
+  */
+ #define _LINUX_TIME_H
+-#include 
++#include 
++#define BASE_VIDIOCPRIVATE  192 /* 192-255 are private */
+ #else
+ #define VIDEO_MODE_PAL0
+ #define 

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:44:02
  Author: bpiotrowski
Revision: 148997

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

Added:
  cuneiform/repos/community-staging-i686/
  cuneiform/repos/community-staging-i686/PKGBUILD
(from rev 148996, cuneiform/trunk/PKGBUILD)
  cuneiform/repos/community-staging-x86_64/
  cuneiform/repos/community-staging-x86_64/PKGBUILD
(from rev 148996, cuneiform/trunk/PKGBUILD)

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

Copied: cuneiform/repos/community-staging-i686/PKGBUILD (from rev 148996, 
cuneiform/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:44:02 UTC (rev 148997)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Maxim Vuets 
+
+pkgname=cuneiform
+pkgver=1.1.0
+_dpkgver=1.1
+pkgrel=14
+pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 
20 languages."
+arch=('i686' 'x86_64')
+url="https://launchpad.net/cuneiform-linux;
+license=('BSD')
+depends=('imagemagick')
+makedepends=('cmake')
+source=(http://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
+md5sums=('09fd160cdfc512f26442a7e91246598d')
+
+build() {
+  cd "${srcdir}/${pkgname}-linux-${pkgver}"
+  sed -i 's#lib64#lib#' install_files.cmake
+  mkdir -p builddir
+  cd builddir
+
+  LMAGICK=`ls -1 /usr/lib/libMagick++*.so.?`
+
+  cmake \
+   -DCMAKE_BUILD_TYPE=release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DImageMagick_Magick++_LIBRARY=$LMAGICK \
+   -DImageMagick_Magick++_INCLUDE_DIR=/usr/include/ImageMagick-6 \
+   ..
+  make
+}
+
+check() {
+  ldd "${srcdir}/${pkgname}-linux-${pkgver}/builddir/cuneiform" | grep Magick 
>/dev/null
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-linux-${pkgver}"/builddir
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 
"${srcdir}/${pkgname}-linux-${pkgver}/cuneiform_src/Kern/license.txt" \
+"${pkgdir}/usr/share/licenses/cuneiform/license.txt"
+}

Copied: cuneiform/repos/community-staging-x86_64/PKGBUILD (from rev 148996, 
cuneiform/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:44:02 UTC (rev 148997)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Maxim Vuets 
+
+pkgname=cuneiform
+pkgver=1.1.0
+_dpkgver=1.1
+pkgrel=14
+pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 
20 languages."
+arch=('i686' 'x86_64')
+url="https://launchpad.net/cuneiform-linux;
+license=('BSD')
+depends=('imagemagick')
+makedepends=('cmake')
+source=(http://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
+md5sums=('09fd160cdfc512f26442a7e91246598d')
+
+build() {
+  cd "${srcdir}/${pkgname}-linux-${pkgver}"
+  sed -i 's#lib64#lib#' install_files.cmake
+  mkdir -p builddir
+  cd builddir
+
+  LMAGICK=`ls -1 /usr/lib/libMagick++*.so.?`
+
+  cmake \
+   -DCMAKE_BUILD_TYPE=release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DImageMagick_Magick++_LIBRARY=$LMAGICK \
+   -DImageMagick_Magick++_INCLUDE_DIR=/usr/include/ImageMagick-6 \
+   ..
+  make
+}
+
+check() {
+  ldd "${srcdir}/${pkgname}-linux-${pkgver}/builddir/cuneiform" | grep Magick 
>/dev/null
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-linux-${pkgver}"/builddir
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 
"${srcdir}/${pkgname}-linux-${pkgver}/cuneiform_src/Kern/license.txt" \
+"${pkgdir}/usr/share/licenses/cuneiform/license.txt"
+}


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:43:52
  Author: bpiotrowski
Revision: 148996

C++11 ABI rebuild

Modified:
  cuneiform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:43:32 UTC (rev 148995)
+++ PKGBUILD2015-12-06 17:43:52 UTC (rev 148996)
@@ -5,7 +5,7 @@
 pkgname=cuneiform
 pkgver=1.1.0
 _dpkgver=1.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 
20 languages."
 arch=('i686' 'x86_64')
 url="https://launchpad.net/cuneiform-linux;


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 18:49:58
  Author: bluewind
Revision: 252899

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

Added:
  audiofile/repos/staging-i686/
  audiofile/repos/staging-i686/PKGBUILD
(from rev 252898, audiofile/trunk/PKGBUILD)
  audiofile/repos/staging-x86_64/
  audiofile/repos/staging-x86_64/PKGBUILD
(from rev 252898, audiofile/trunk/PKGBUILD)

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

Copied: audiofile/repos/staging-i686/PKGBUILD (from rev 252898, 
audiofile/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 17:49:58 UTC (rev 252899)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: dorphell 
+
+pkgname=audiofile
+pkgver=0.3.6
+pkgrel=3
+pkgdesc="Silicon Graphics Audio File Library"
+arch=('i686' 'x86_64')
+url="http://www.68k.org/~michael/audiofile/;
+license=('LGPL')
+depends=('gcc-libs' 'alsa-lib' 'flac')
+source=("http://audiofile.68k.org/$pkgname-$pkgver.tar.gz;)
+md5sums=('2731d79bec0acef3d30d2fc86b0b72fd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: audiofile/repos/staging-x86_64/PKGBUILD (from rev 252898, 
audiofile/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 17:49:58 UTC (rev 252899)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: dorphell 
+
+pkgname=audiofile
+pkgver=0.3.6
+pkgrel=3
+pkgdesc="Silicon Graphics Audio File Library"
+arch=('i686' 'x86_64')
+url="http://www.68k.org/~michael/audiofile/;
+license=('LGPL')
+depends=('gcc-libs' 'alsa-lib' 'flac')
+source=("http://audiofile.68k.org/$pkgname-$pkgver.tar.gz;)
+md5sums=('2731d79bec0acef3d30d2fc86b0b72fd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 18:49:25
  Author: foutrelis
Revision: 149011

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

Added:
  julia/repos/community-staging-i686/
  julia/repos/community-staging-i686/PKGBUILD
(from rev 149009, julia/trunk/PKGBUILD)
  julia/repos/community-staging-i686/sysfix.install
(from rev 149009, julia/trunk/sysfix.install)
  julia/repos/community-staging-x86_64/
  julia/repos/community-staging-x86_64/PKGBUILD
(from rev 149009, julia/trunk/PKGBUILD)
  julia/repos/community-staging-x86_64/sysfix.install
(from rev 149009, julia/trunk/sysfix.install)

-+
 community-staging-i686/PKGBUILD |  118 ++
 community-staging-i686/sysfix.install   |   10 ++
 community-staging-x86_64/PKGBUILD   |  118 ++
 community-staging-x86_64/sysfix.install |   10 ++
 4 files changed, 256 insertions(+)

Copied: julia/repos/community-staging-i686/PKGBUILD (from rev 149009, 
julia/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:49:25 UTC (rev 149011)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Lex Black 
+# Contributor: Michael Jakl 
+# Contributor: devmotion 
+# Contributor: Valentin Churavy 
+
+pkgbase=julia
+pkgname=('julia' 'julia-docs')
+pkgver=0.4.1
+pkgrel=2
+epoch=2
+arch=('x86_64' 'i686')
+pkgdesc='High-level, high-performance, dynamic programming language'
+url='http://julialang.org/'
+license=('MIT')
+makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas' 'lapack' 'arpack' 
'libunwind' 'fftw' 'gmp' 'mpfr' 'pcre' 'zlib' 'suitesparse' 'patchelf' 'cmake' 
'pcre2')
+optdepends=('gnuplot: If using the Gaston Package from julia')
+options=('!emptydirs' 'staticlibs')
+source=("git://github.com/JuliaLang/julia.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  # For /etc/ld.so.conf.d/
+  echo '/usr/lib/julia' > julia.conf
+}
+
+build() {
+  # SSE2 is a requirement for Julia on 32-bit x86
+  if [[ $CARCH == i686 ]]; then
+export JULIA_CPU_TARGET=pentium4
+  fi
+
+  make -C "$pkgname" prefix=/usr sysconfdir=/etc \
+MARCH=${CARCH/_/-} \
+USE_SYSTEM_LLVM=0 \
+USE_SYSTEM_LIBUNWIND=1 \
+USE_SYSTEM_READLINE=0 \
+USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_LIBM=1 \
+USE_SYSTEM_OPENLIBM=0 \
+USE_SYSTEM_OPENSPECFUN=0 \
+USE_SYSTEM_BLAS=0 \
+USE_SYSTEM_LAPACK=1 \
+USE_SYSTEM_FFTW=1 \
+USE_SYSTEM_GMP=1 \
+USE_SYSTEM_MPFR=1 \
+USE_SYSTEM_ARPACK=1 \
+USE_SYSTEM_SUITESPARSE=1 \
+USE_SYSTEM_ZLIB=1 \
+USE_SYSTEM_GRISU=0 \
+USE_SYSTEM_RMATH=0 \
+USE_SYSTEM_LIBUV=0 \
+USE_SYSTEM_UTF8PROC=0 \
+USE_MKL=0 \
+USE_BLAS64=0 \
+USE_LLVM_SHLIB=0
+}
+
+package_julia() {
+  backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
+  depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib' 
'lapack' 'suitesparse' 'pcre2')
+  install='sysfix.install'
+
+  make -C "$pkgname" DESTDIR="$pkgdir" \
+prefix=/usr sysconfdir=/etc  \
+MARCH=${CARCH/_/-} \
+USE_SYSTEM_LLVM=0 \
+USE_SYSTEM_LIBUNWIND=1 \
+USE_SYSTEM_READLINE=0 \
+USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_LIBM=1 \
+USE_SYSTEM_OPENLIBM=0 \
+USE_SYSTEM_OPENSPECFUN=0 \
+USE_SYSTEM_BLAS=0 \
+USE_SYSTEM_LAPACK=1 \
+USE_SYSTEM_FFTW=1 \
+USE_SYSTEM_GMP=1 \
+USE_SYSTEM_MPFR=1 \
+USE_SYSTEM_ARPACK=1 \
+USE_SYSTEM_SUITESPARSE=1 \
+USE_SYSTEM_ZLIB=1 \
+USE_SYSTEM_GRISU=0 \
+USE_SYSTEM_RMATH=0 \
+USE_SYSTEM_LIBUV=0 \
+USE_SYSTEM_UTF8PROC=0 \
+USE_MKL=0 \
+USE_BLAS64=0 \
+USE_LLVM_SHLIB=0 \
+install
+
+  # Remove duplicate man-page from julia/doc
+  rm -rvf "$pkgdir/usr/share/julia/doc/man"
+
+  # For /etc/ld.so.conf.d, FS#41731
+  install -Dm644 julia.conf "$pkgdir/etc/ld.so.conf.d/julia.conf"
+
+  # Documentation and examples are in the julia-docs package
+  rm -rvf "$pkgdir/usr/share/doc/"
+  rm -rvf "$pkgdir/usr/share/julia/doc/"
+  rm -rvf "$pkgdir/usr/share/julia/examples/"
+
+  cd "$pkgname"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+package_julia-docs() {
+  pkgdesc='Documentation and examples for Julia'
+  cd "$pkgbase"
+
+  install -d "$pkgdir/usr/share/doc"
+  cp -rv doc "$pkgdir/usr/share/doc/$pkgbase"
+  cp -rv examples "$pkgdir/usr/share/doc/$pkgbase/examples"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# getver: julialang.org/downloads
+# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-staging-i686/sysfix.install (from rev 149009, 
julia/trunk/sysfix.install)
===
--- 

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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 18:48:09
  Author: bluewind
Revision: 149007

C++11 ABI rebuild

Modified:
  opendbx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:47:50 UTC (rev 149006)
+++ PKGBUILD2015-12-06 17:48:09 UTC (rev 149007)
@@ -6,7 +6,7 @@
 
 pkgname=opendbx
 pkgver=1.4.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Extremely lightweight but extensible database access library written 
in C."
 arch=('i686' 'x86_64')
 url="http://www.linuxnetworks.de/doc/index.php/OpenDBX;


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 18:49:06
  Author: foutrelis
Revision: 149009

C++11 ABI rebuild

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:48:15 UTC (rev 149008)
+++ PKGBUILD2015-12-06 17:49:06 UTC (rev 149009)
@@ -8,7 +8,7 @@
 pkgbase=julia
 pkgname=('julia' 'julia-docs')
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 epoch=2
 arch=('x86_64' 'i686')
 pkgdesc='High-level, high-performance, dynamic programming language'


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

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 18:49:22
  Author: arojas
Revision: 149010

Add missing space

Modified:
  stardict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:49:06 UTC (rev 149009)
+++ PKGBUILD2015-12-06 17:49:22 UTC (rev 149010)
@@ -29,7 +29,7 @@
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
 
-  export CXXFLAGS+="-std=gnu++11"
+  CXXFLAGS+=" -std=gnu++11"
   ./autogen.sh
   ./configure \
 --prefix=/usr \


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 19:07:35
  Author: bluewind
Revision: 252923

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

Added:
  kitemmodels/repos/staging-i686/
  kitemmodels/repos/staging-i686/PKGBUILD
(from rev 252922, kitemmodels/trunk/PKGBUILD)
  kitemmodels/repos/staging-x86_64/
  kitemmodels/repos/staging-x86_64/PKGBUILD
(from rev 252922, kitemmodels/trunk/PKGBUILD)

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

Copied: kitemmodels/repos/staging-i686/PKGBUILD (from rev 252922, 
kitemmodels/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 18:07:35 UTC (rev 252923)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.16.0
+pkgrel=2
+pkgdesc='Models for Qt Model/View system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kitemmodels'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('2337d793a0b50a3ecc5d8c6fba073f5d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kitemmodels/repos/staging-x86_64/PKGBUILD (from rev 252922, 
kitemmodels/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 18:07:35 UTC (rev 252923)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.16.0
+pkgrel=2
+pkgdesc='Models for Qt Model/View system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kitemmodels'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('2337d793a0b50a3ecc5d8c6fba073f5d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 19:07:30
  Author: bluewind
Revision: 252922

C++11 ABI rebuild

Modified:
  kitemmodels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 18:05:54 UTC (rev 252921)
+++ PKGBUILD2015-12-06 18:07:30 UTC (rev 252922)
@@ -4,7 +4,7 @@
 
 pkgname=kitemmodels
 pkgver=5.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Models for Qt Model/View system'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kitemmodels'


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

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 19:20:10
  Author: fyan
Revision: 149035

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

Added:
  fox/repos/community-staging-i686/
  fox/repos/community-staging-i686/PKGBUILD
(from rev 149034, fox/trunk/PKGBUILD)
  fox/repos/community-staging-x86_64/
  fox/repos/community-staging-x86_64/PKGBUILD
(from rev 149034, fox/trunk/PKGBUILD)

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

Copied: fox/repos/community-staging-i686/PKGBUILD (from rev 149034, 
fox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 18:20:10 UTC (rev 149035)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Ben 
+
+pkgname=fox
+epoch=1
+pkgver=1.6.50
+pkgrel=2
+pkgdesc="Free Objects for X: GUI Toolkit for C++"
+arch=('i686' 'x86_64')
+url="http://www.fox-toolkit.org/;
+license=('LGPL' 'custom')
+depends=('bzip2' 'libxcursor' 'libxft' 'libxrandr' 'libxi' 'libpng' 'libtiff' 
'glu')
+makedepends=('mesa' 'gendesk' 'imagemagick')
+optdepends=('perl')
+source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz)
+md5sums=('f68c2219318ecb0b838387ae85d3220d')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  gendesk -n -f --pkgname=adie --pkgdesc="Fast and convenient programming text 
editor" --categories="Utility;TextEditor"
+  gendesk -n -f --pkgname=calculator --name="FOX Calculator" --pkgdesc="Simple 
desktop calculator" --categories="Utility;Calculator"
+  gendesk -n -f --pkgname=ControlPanel --name="FOX Desktop Setup" 
--pkgdesc="Setup desktop appearance for FOX applications" 
--categories="Settings;DesktopSettings"
+  gendesk -n -f --pkgname=PathFinder --pkgdesc="File browser" 
--categories="System;FileTools;FileManager"
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  convert adie/big_gif.gif adie.png
+  convert calculator/bigcalc.gif calculator.png
+  convert pathfinder/file_gif.gif PathFinder.png
+
+  export CPPFLAGS="$CPPFLAGS -I/usr/include/freetype2"
+  ./configure   --prefix=/usr \
+--enable-release \
+--with-xft=yes \
+--with-opengl=yes \
+--with-xim \
+--with-xshm \
+--with-shape \
+--with-xcursor \
+--with-xrender \
+--with-xrandr \
+--with-xfixes \
+--with-xinput
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  pushd tests
+  make ControlPanel
+  install -m755 .libs/ControlPanel ${pkgdir}/usr/bin/
+  popd
+
+  install -Dm644 LICENSE_ADDENDUM ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm755 ${pkgdir}/usr/share/{applications,pixmaps}
+  install -m644 *.png ${pkgdir}/usr/share/pixmaps/
+  install -m644 *.desktop ${pkgdir}/usr/share/applications/
+}

Copied: fox/repos/community-staging-x86_64/PKGBUILD (from rev 149034, 
fox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 18:20:10 UTC (rev 149035)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Ben 
+
+pkgname=fox
+epoch=1
+pkgver=1.6.50
+pkgrel=2
+pkgdesc="Free Objects for X: GUI Toolkit for C++"
+arch=('i686' 'x86_64')
+url="http://www.fox-toolkit.org/;
+license=('LGPL' 'custom')
+depends=('bzip2' 'libxcursor' 'libxft' 'libxrandr' 'libxi' 'libpng' 'libtiff' 
'glu')
+makedepends=('mesa' 'gendesk' 'imagemagick')
+optdepends=('perl')
+source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz)
+md5sums=('f68c2219318ecb0b838387ae85d3220d')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  gendesk -n -f --pkgname=adie --pkgdesc="Fast and convenient programming text 
editor" --categories="Utility;TextEditor"
+  gendesk -n -f --pkgname=calculator --name="FOX Calculator" --pkgdesc="Simple 
desktop calculator" --categories="Utility;Calculator"
+  gendesk -n -f --pkgname=ControlPanel --name="FOX Desktop Setup" 
--pkgdesc="Setup desktop appearance for FOX applications" 
--categories="Settings;DesktopSettings"
+  gendesk -n -f --pkgname=PathFinder --pkgdesc="File browser" 
--categories="System;FileTools;FileManager"
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  convert adie/big_gif.gif adie.png
+  convert calculator/bigcalc.gif calculator.png
+  convert pathfinder/file_gif.gif PathFinder.png
+
+  export CPPFLAGS="$CPPFLAGS -I/usr/include/freetype2"
+  ./configure   --prefix=/usr \
+--enable-release \
+

  1   2   3   4   5   6   7   8   9   10   >