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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:13:21
  Author: bpiotrowski
Revision: 253431

C++11 ABI rebuild

Modified:
  kdegames-ktuberling/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:12:09 UTC (rev 253430)
+++ PKGBUILD2015-12-07 15:13:21 UTC (rev 253431)
@@ -4,7 +4,7 @@
 
 pkgname=kdegames-ktuberling
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple constructor game suitable for children and adults alike"
 url="http://kde.org/applications/games/ktuberling/";
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 16:14:06
  Author: foutrelis
Revision: 149949

C++11 ABI rebuild

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:08:27 UTC (rev 149948)
+++ PKGBUILD2015-12-07 15:14:06 UTC (rev 149949)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=12
+pkgrel=13
 pkgdesc="Gnuradio I/Q balancing"
 arch=('i686' 'x86_64')
 url="http://cgit.osmocom.org/gr-iqbal/";


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 16:14:14
  Author: foutrelis
Revision: 149950

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

Added:
  gnuradio-iqbal/repos/community-staging-i686/
  gnuradio-iqbal/repos/community-staging-i686/PKGBUILD
(from rev 149949, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-staging-x86_64/
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD
(from rev 149949, gnuradio-iqbal/trunk/PKGBUILD)

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

Copied: gnuradio-iqbal/repos/community-staging-i686/PKGBUILD (from rev 149949, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 15:14:14 UTC (rev 149950)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=13
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/";
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD (from rev 
149949, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 15:14:14 UTC (rev 149950)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=13
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/";
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:13:35
  Author: bpiotrowski
Revision: 253434

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

Added:
  libodfgen/repos/staging-i686/
  libodfgen/repos/staging-i686/PKGBUILD
(from rev 253432, libodfgen/trunk/PKGBUILD)
  libodfgen/repos/staging-x86_64/
  libodfgen/repos/staging-x86_64/PKGBUILD
(from rev 253433, libodfgen/trunk/PKGBUILD)

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

Copied: libodfgen/repos/staging-i686/PKGBUILD (from rev 253432, 
libodfgen/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:13:35 UTC (rev 253434)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Yue
+
+pkgname=libodfgen
+pkgver=0.1.4
+pkgrel=2
+pkgdesc='Library for generating documents in Open Document Format'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/p/libwpd/wiki/libodfgen/'
+license=('MPL')
+depends=('libwpd' 'zlib' 'librevenge')
+makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
+source=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('4c78c3f7d83d5b303c68aefdf04c91a74af5ce52')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libodfgen/repos/staging-x86_64/PKGBUILD (from rev 253433, 
libodfgen/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:13:35 UTC (rev 253434)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Yue
+
+pkgname=libodfgen
+pkgver=0.1.4
+pkgrel=2
+pkgdesc='Library for generating documents in Open Document Format'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/p/libwpd/wiki/libodfgen/'
+license=('MPL')
+depends=('libwpd' 'zlib' 'librevenge')
+makedepends=('boost' 'libwpg' 'libetonyek' 'doxygen')
+source=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('4c78c3f7d83d5b303c68aefdf04c91a74af5ce52')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:13:28
  Author: bpiotrowski
Revision: 253433

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

Added:
  kdegames-ktuberling/repos/staging-i686/
  kdegames-ktuberling/repos/staging-i686/PKGBUILD
(from rev 253432, kdegames-ktuberling/trunk/PKGBUILD)
  kdegames-ktuberling/repos/staging-i686/kdegames-ktuberling.install
(from rev 253432, kdegames-ktuberling/trunk/kdegames-ktuberling.install)
  kdegames-ktuberling/repos/staging-x86_64/
  kdegames-ktuberling/repos/staging-x86_64/PKGBUILD
(from rev 253432, kdegames-ktuberling/trunk/PKGBUILD)
  kdegames-ktuberling/repos/staging-x86_64/kdegames-ktuberling.install
(from rev 253432, kdegames-ktuberling/trunk/kdegames-ktuberling.install)

+
 staging-i686/PKGBUILD  |   32 +++
 staging-i686/kdegames-ktuberling.install   |   12 ++
 staging-x86_64/PKGBUILD|   32 +++
 staging-x86_64/kdegames-ktuberling.install |   12 ++
 4 files changed, 88 insertions(+)

Copied: kdegames-ktuberling/repos/staging-i686/PKGBUILD (from rev 253432, 
kdegames-ktuberling/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:13:28 UTC (rev 253433)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-ktuberling
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="A simple constructor game suitable for children and adults alike"
+url="http://kde.org/applications/games/ktuberling/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktuberling-${pkgver}.tar.xz";)
+sha1sums=('e419d3ce0bebda85703a6e9e8f0351a3bea36663')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ktuberling-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-ktuberling/repos/staging-i686/kdegames-ktuberling.install 
(from rev 253432, kdegames-ktuberling/trunk/kdegames-ktuberling.install)
===
--- staging-i686/kdegames-ktuberling.install(rev 0)
+++ staging-i686/kdegames-ktuberling.install2015-12-07 15:13:28 UTC (rev 
253433)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-ktuberling/repos/staging-x86_64/PKGBUILD (from rev 253432, 
kdegames-ktuberling/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:13:28 UTC (rev 253433)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-ktuberling
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="A simple constructor game suitable for children and adults alike"
+url="http://kde.org/applications/games/ktuberling/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktuberling-${pkgver}.tar.xz";)
+sha1sums=('e419d3ce0bebda85703a6e9e8f0351a3bea36663')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ktuberling-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-ktuberling/repos/staging-x86_64/kdegames-ktuberling.install 
(from rev 253432, kdegames-ktuberling/trunk/kdegames-ktuberling.install)
===
--- staging-x86_64/kdegames-ktuberling.install  (rev 0)
+++ staging-x86_64/kdegames-ktuberling.install  2015-12-07 15:13:28 UTC (rev 
253433)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:13:23
  Author: bpiotrowski
Revision: 253432

C++11 ABI rebuild

Modified:
  libodfgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:13:21 UTC (rev 253431)
+++ PKGBUILD2015-12-07 15:13:23 UTC (rev 253432)
@@ -5,7 +5,7 @@
 
 pkgname=libodfgen
 pkgver=0.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for generating documents in Open Document Format'
 arch=('i686' 'x86_64')
 url='http://sourceforge.net/p/libwpd/wiki/libodfgen/'


[arch-commits] Commit in kdesdk-strigi-analyzers/trunk (PKGBUILD)

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 16:11:43
  Author: fyan
Revision: 253429

C++11 ABI rebuild

Modified:
  kdesdk-strigi-analyzers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:11:34 UTC (rev 253428)
+++ PKGBUILD2015-12-07 15:11:43 UTC (rev 253429)
@@ -4,7 +4,7 @@
 
 pkgname=kdesdk-strigi-analyzers
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Analyzer plugins for strigi'
 url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
 arch=('i686' 'x86_64')


[arch-commits] Commit in kdesdk-strigi-analyzers/repos (4 files)

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 16:12:09
  Author: fyan
Revision: 253430

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

Added:
  kdesdk-strigi-analyzers/repos/staging-i686/
  kdesdk-strigi-analyzers/repos/staging-i686/PKGBUILD
(from rev 253429, kdesdk-strigi-analyzers/trunk/PKGBUILD)
  kdesdk-strigi-analyzers/repos/staging-x86_64/
  kdesdk-strigi-analyzers/repos/staging-x86_64/PKGBUILD
(from rev 253429, kdesdk-strigi-analyzers/trunk/PKGBUILD)

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

Copied: kdesdk-strigi-analyzers/repos/staging-i686/PKGBUILD (from rev 253429, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:12:09 UTC (rev 253430)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
+sha1sums=('a6d44ca5acd5fbc7606de933dcda42c571de555e')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-strigi-analyzers/repos/staging-x86_64/PKGBUILD (from rev 253429, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:12:09 UTC (rev 253430)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
+sha1sums=('a6d44ca5acd5fbc7606de933dcda42c571de555e')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:11:28
  Author: bpiotrowski
Revision: 253427

C++11 ABI rebuild

Modified:
  kdegames-ksirk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:10:38 UTC (rev 253426)
+++ PKGBUILD2015-12-07 15:11:28 UTC (rev 253427)
@@ -4,7 +4,7 @@
 
 pkgname=kdegames-ksirk
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A computerized version of a well known strategy game"
 url="http://kde.org/applications/games/ksirk/";
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:11:34
  Author: bpiotrowski
Revision: 253428

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

Added:
  kdegames-ksirk/repos/staging-i686/
  kdegames-ksirk/repos/staging-i686/PKGBUILD
(from rev 253427, kdegames-ksirk/trunk/PKGBUILD)
  kdegames-ksirk/repos/staging-i686/kdegames-ksirk.install
(from rev 253427, kdegames-ksirk/trunk/kdegames-ksirk.install)
  kdegames-ksirk/repos/staging-x86_64/
  kdegames-ksirk/repos/staging-x86_64/PKGBUILD
(from rev 253427, kdegames-ksirk/trunk/PKGBUILD)
  kdegames-ksirk/repos/staging-x86_64/kdegames-ksirk.install
(from rev 253427, kdegames-ksirk/trunk/kdegames-ksirk.install)

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

Copied: kdegames-ksirk/repos/staging-i686/PKGBUILD (from rev 253427, 
kdegames-ksirk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:11:34 UTC (rev 253428)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-ksirk
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="A computerized version of a well known strategy game"
+url="http://kde.org/applications/games/ksirk/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz";)
+sha1sums=('08b15509dda4880793aa8a803eb51c42a5942608')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ksirk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-ksirk/repos/staging-i686/kdegames-ksirk.install (from rev 
253427, kdegames-ksirk/trunk/kdegames-ksirk.install)
===
--- staging-i686/kdegames-ksirk.install (rev 0)
+++ staging-i686/kdegames-ksirk.install 2015-12-07 15:11:34 UTC (rev 253428)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-ksirk/repos/staging-x86_64/PKGBUILD (from rev 253427, 
kdegames-ksirk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:11:34 UTC (rev 253428)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-ksirk
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="A computerized version of a well known strategy game"
+url="http://kde.org/applications/games/ksirk/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz";)
+sha1sums=('08b15509dda4880793aa8a803eb51c42a5942608')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ksirk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-ksirk/repos/staging-x86_64/kdegames-ksirk.install (from rev 
253427, kdegames-ksirk/trunk/kdegames-ksirk.install)
===
--- staging-x86_64/kdegames-ksirk.install   (rev 0)
+++ staging-x86_64/kdegames-ksirk.install   2015-12-07 15:11:34 UTC (rev 
253428)
@@ -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 kjsembed/repos (4 files)

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:08:50
  Author: bpiotrowski
Revision: 253424

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

Added:
  kjsembed/repos/staging-i686/
  kjsembed/repos/staging-i686/PKGBUILD
(from rev 253423, kjsembed/trunk/PKGBUILD)
  kjsembed/repos/staging-x86_64/
  kjsembed/repos/staging-x86_64/PKGBUILD
(from rev 253423, kjsembed/trunk/PKGBUILD)

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

Copied: kjsembed/repos/staging-i686/PKGBUILD (from rev 253423, 
kjsembed/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:08:50 UTC (rev 253424)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.16.0
+pkgrel=2
+pkgdesc='Embedded JS'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjsembed'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('484b7bb38a26c1e873ccdee63e69983f')
+
+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: kjsembed/repos/staging-x86_64/PKGBUILD (from rev 253423, 
kjsembed/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:08:50 UTC (rev 253424)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.16.0
+pkgrel=2
+pkgdesc='Embedded JS'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjsembed'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('484b7bb38a26c1e873ccdee63e69983f')
+
+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 kaudiocreator/repos (6 files)

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 16:08:27
  Author: fyan
Revision: 149948

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

Added:
  kaudiocreator/repos/community-staging-i686/
  kaudiocreator/repos/community-staging-i686/PKGBUILD
(from rev 149946, kaudiocreator/trunk/PKGBUILD)
  kaudiocreator/repos/community-staging-i686/kaudiocreator.install
(from rev 149946, kaudiocreator/trunk/kaudiocreator.install)
  kaudiocreator/repos/community-staging-x86_64/
  kaudiocreator/repos/community-staging-x86_64/PKGBUILD
(from rev 149947, kaudiocreator/trunk/PKGBUILD)
  kaudiocreator/repos/community-staging-x86_64/kaudiocreator.install
(from rev 149947, kaudiocreator/trunk/kaudiocreator.install)

+
 community-staging-i686/PKGBUILD|   35 +++
 community-staging-i686/kaudiocreator.install   |   11 +++
 community-staging-x86_64/PKGBUILD  |   35 +++
 community-staging-x86_64/kaudiocreator.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kaudiocreator/repos/community-staging-i686/PKGBUILD (from rev 149946, 
kaudiocreator/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 15:08:27 UTC (rev 149948)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Nick B 
+
+pkgname=kaudiocreator
+pkgver=1.3
+pkgrel=6
+pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from 
disk"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'taglib' 'libdiscid')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://www.kde-apps.org/CONTENT/content-files/107645-${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('6adce848d3cdc9d80a52d35144890c86')
+
+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: kaudiocreator/repos/community-staging-i686/kaudiocreator.install (from 
rev 149946, kaudiocreator/trunk/kaudiocreator.install)
===
--- community-staging-i686/kaudiocreator.install
(rev 0)
+++ community-staging-i686/kaudiocreator.install2015-12-07 15:08:27 UTC 
(rev 149948)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kaudiocreator/repos/community-staging-x86_64/PKGBUILD (from rev 149947, 
kaudiocreator/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 15:08:27 UTC (rev 149948)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Nick B 
+
+pkgname=kaudiocreator
+pkgver=1.3
+pkgrel=6
+pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from 
disk"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'taglib' 'libdiscid')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://www.kde-apps.org/CONTENT/content-files/107645-${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('6adce848d3cdc9d80a52d35144890c86')
+
+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: kaudiocreator/repos/community-staging-x86_64/kaudiocreator.install 
(from rev 149947, kaudiocreator/trunk/kaudiocreator.install)
===
--- community-staging-x86_64/kaudiocreator.install  
(rev 0)
+++ community-staging-x86_64/kaudiocreator.install  2015-12-07 15:08:27 UTC 
(rev 149948)
@@ -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 kjsembed/trunk (PKGBUILD)

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:08:42
  Author: bpiotrowski
Revision: 253423

C++11 ABI rebuild

Modified:
  kjsembed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:08:35 UTC (rev 253422)
+++ PKGBUILD2015-12-07 15:08:42 UTC (rev 253423)
@@ -4,7 +4,7 @@
 
 pkgname=kjsembed
 pkgver=5.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Embedded JS'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kjsembed'


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

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 16:08:27
  Author: bluewind
Revision: 253421

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

Added:
  kdesdk-kcachegrind/repos/staging-i686/
  kdesdk-kcachegrind/repos/staging-i686/PKGBUILD
(from rev 253420, kdesdk-kcachegrind/trunk/PKGBUILD)
  kdesdk-kcachegrind/repos/staging-i686/kdesdk-kcachegrind.install
(from rev 253420, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
  kdesdk-kcachegrind/repos/staging-x86_64/
  kdesdk-kcachegrind/repos/staging-x86_64/PKGBUILD
(from rev 253420, kdesdk-kcachegrind/trunk/PKGBUILD)
  kdesdk-kcachegrind/repos/staging-x86_64/kdesdk-kcachegrind.install
(from rev 253420, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)

---+
 staging-i686/PKGBUILD |   40 
 staging-i686/kdesdk-kcachegrind.install   |   12 
 staging-x86_64/PKGBUILD   |   40 
 staging-x86_64/kdesdk-kcachegrind.install |   12 
 4 files changed, 104 insertions(+)

Copied: kdesdk-kcachegrind/repos/staging-i686/PKGBUILD (from rev 253420, 
kdesdk-kcachegrind/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:08:27 UTC (rev 253421)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-kcachegrind
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz";)
+sha1sums=('e142d2c49bbe74ec4aa9dd36085a5744a0145e3c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/bin/hotshot2calltree
+}

Copied: kdesdk-kcachegrind/repos/staging-i686/kdesdk-kcachegrind.install (from 
rev 253420, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===
--- staging-i686/kdesdk-kcachegrind.install (rev 0)
+++ staging-i686/kdesdk-kcachegrind.install 2015-12-07 15:08:27 UTC (rev 
253421)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-kcachegrind/repos/staging-x86_64/PKGBUILD (from rev 253420, 
kdesdk-kcachegrind/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:08:27 UTC (rev 253421)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-kcachegrind
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz";)
+sha1sums=('e142d2c49bbe74ec4aa9dd36085a5744a0145e3c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/bin/hotshot2calltree
+}

Copied: kdesdk-kcachegrind/repos/staging-x86_64/kdesdk-kcachegrind.install 
(from rev 253420, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===
--- staging-x86_64/kdesdk-kcachegrind.install   (rev 0)
+++ staging-x86_64/kdesdk-kcachegrind.install   2015-12-07 15:08:27 UTC (rev 
253421)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:07:16
  Author: bpiotrowski
Revision: 149945

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

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

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

Copied: skanlite/repos/community-staging-i686/PKGBUILD (from rev 149944, 
skanlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 15:07:16 UTC (rev 149945)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: birdflesh 
+# Contributor: Pierre Schmitz 
+
+pkgname=skanlite
+pkgver=1.1
+pkgrel=6
+pkgdesc="Image Scanning Application for KDE"
+arch=('i686' 'x86_64')
+url='http://www.kde.org/applications/graphics/skanlite'
+license=('GPL')
+depends=('kdebase-runtime' 'libksane4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('21cd642d4177fff759bf4694af39b9fe')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: skanlite/repos/community-staging-x86_64/PKGBUILD (from rev 149944, 
skanlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 15:07:16 UTC (rev 149945)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: birdflesh 
+# Contributor: Pierre Schmitz 
+
+pkgname=skanlite
+pkgver=1.1
+pkgrel=6
+pkgdesc="Image Scanning Application for KDE"
+arch=('i686' 'x86_64')
+url='http://www.kde.org/applications/graphics/skanlite'
+license=('GPL')
+depends=('kdebase-runtime' 'libksane4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('21cd642d4177fff759bf4694af39b9fe')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 16:10:38
  Author: bluewind
Revision: 253426

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

Added:
  kdeaccessibility-jovie/repos/staging-i686/
  kdeaccessibility-jovie/repos/staging-i686/PKGBUILD
(from rev 253425, kdeaccessibility-jovie/trunk/PKGBUILD)
  kdeaccessibility-jovie/repos/staging-i686/kdeaccessibility-jovie.install
(from rev 253425, 
kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
  kdeaccessibility-jovie/repos/staging-x86_64/
  kdeaccessibility-jovie/repos/staging-x86_64/PKGBUILD
(from rev 253425, kdeaccessibility-jovie/trunk/PKGBUILD)
  kdeaccessibility-jovie/repos/staging-x86_64/kdeaccessibility-jovie.install
(from rev 253425, 
kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)

---+
 staging-i686/PKGBUILD |   33 
 staging-i686/kdeaccessibility-jovie.install   |   11 
 staging-x86_64/PKGBUILD   |   33 
 staging-x86_64/kdeaccessibility-jovie.install |   11 
 4 files changed, 88 insertions(+)

Copied: kdeaccessibility-jovie/repos/staging-i686/PKGBUILD (from rev 253425, 
kdeaccessibility-jovie/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:10:38 UTC (rev 253426)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-jovie
+pkgver=15.08.3
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+replaces=('kdeaccessibility-kttsd')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/jovie-${pkgver}.tar.xz";)
+sha1sums=('d6e152ed3c22e48e9cf32ec6f1328d8901387ce0')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../jovie-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-jovie/repos/staging-i686/kdeaccessibility-jovie.install (from 
rev 253425, kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
===
--- staging-i686/kdeaccessibility-jovie.install (rev 0)
+++ staging-i686/kdeaccessibility-jovie.install 2015-12-07 15:10:38 UTC (rev 
253426)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-jovie/repos/staging-x86_64/PKGBUILD (from rev 253425, 
kdeaccessibility-jovie/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:10:38 UTC (rev 253426)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-jovie
+pkgver=15.08.3
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+replaces=('kdeaccessibility-kttsd')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/jovie-${pkgver}.tar.xz";)
+sha1sums=('d6e152ed3c22e48e9cf32ec6f1328d8901387ce0')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../jovie-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-jovie/repos/staging-x86_64/kdeaccessibility-jovie.install 
(from rev 253425, kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
===
--- staging-x86_64/kdeaccessibility-jovie.install   
(rev 0)
+++ staging-x86_64/kdeaccessibility-jovie.install   2015-12-07 15:10:38 UTC 
(rev 253426)
@@ -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 kdeaccessibility-jovie/trunk (PKGBUILD)

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 16:10:32
  Author: bluewind
Revision: 253425

C++11 ABI rebuild

Modified:
  kdeaccessibility-jovie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:08:50 UTC (rev 253424)
+++ PKGBUILD2015-12-07 15:10:32 UTC (rev 253425)
@@ -4,7 +4,7 @@
 
 pkgname=kdeaccessibility-jovie
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='A text to speech application'
 url='http://kde.org/applications/utilities/jovie/'


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 15:59:55
  Author: bpiotrowski
Revision: 253400

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 253399, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 253399, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 253399, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 253399, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   35 +
 staging-i686/kdeedu-ktouch.install   |   11 ++
 staging-x86_64/PKGBUILD  |   35 +
 staging-x86_64/kdeedu-ktouch.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: kdeedu-ktouch/repos/staging-i686/PKGBUILD (from rev 253399, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 14:59:55 UTC (rev 253400)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-ktouch
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Touch Typing Tutor"
+url="http://kde.org/applications/education/ktouch/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz";)
+sha1sums=('ad6b40e9add9264d9b9e29ed9d89850729533e44')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
253399, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2015-12-07 14:59:55 UTC (rev 253400)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/PKGBUILD (from rev 253399, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 14:59:55 UTC (rev 253400)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-ktouch
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Touch Typing Tutor"
+url="http://kde.org/applications/education/ktouch/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz";)
+sha1sums=('ad6b40e9add9264d9b9e29ed9d89850729533e44')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
253399, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2015-12-07 14:59:55 UTC (rev 
253400)
@@ -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 kdenetwork-kppp/trunk (PKGBUILD)

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 15:59:37
  Author: bluewind
Revision: 253397

C++11 ABI rebuild

Modified:
  kdenetwork-kppp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:58:04 UTC (rev 253396)
+++ PKGBUILD2015-12-07 14:59:37 UTC (rev 253397)
@@ -4,7 +4,7 @@
 
 pkgname=kdenetwork-kppp
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Internet Dial-Up Tool'
 url='http://kde.org/applications/internet/kppp/'
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Allan McRae
Date: Monday, December 7, 2015 @ 16:07:40
  Author: allan
Revision: 253419

C++11 ABI rebuild

Modified:
  kdeadmin-ksystemlog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:07:14 UTC (rev 253418)
+++ PKGBUILD2015-12-07 15:07:40 UTC (rev 253419)
@@ -4,7 +4,7 @@
 
 pkgname=kdeadmin-ksystemlog
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc='System log viewer tool'
 url='http://kde.org/applications/system/ksystemlog/'
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 16:06:04
  Author: bluewind
Revision: 149943

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

Added:
  lxqt-runner/repos/community-staging-i686/
  lxqt-runner/repos/community-staging-i686/PKGBUILD
(from rev 149942, lxqt-runner/trunk/PKGBUILD)
  lxqt-runner/repos/community-staging-x86_64/
  lxqt-runner/repos/community-staging-x86_64/PKGBUILD
(from rev 149942, lxqt-runner/trunk/PKGBUILD)

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

Copied: lxqt-runner/repos/community-staging-i686/PKGBUILD (from rev 149942, 
lxqt-runner/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 15:06:04 UTC (rev 149943)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-runner
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="The LXQt application launcher"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+   "d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: lxqt-runner/repos/community-staging-x86_64/PKGBUILD (from rev 149942, 
lxqt-runner/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 15:06:04 UTC (rev 149943)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-runner
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="The LXQt application launcher"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+   "d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2015-12-07 Thread Allan McRae
Date: Monday, December 7, 2015 @ 16:08:35
  Author: allan
Revision: 253422

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

Added:
  kdeadmin-ksystemlog/repos/staging-i686/
  kdeadmin-ksystemlog/repos/staging-i686/PKGBUILD
(from rev 253419, kdeadmin-ksystemlog/trunk/PKGBUILD)
  kdeadmin-ksystemlog/repos/staging-i686/syslog-path.patch
(from rev 253419, kdeadmin-ksystemlog/trunk/syslog-path.patch)
  kdeadmin-ksystemlog/repos/staging-x86_64/
  kdeadmin-ksystemlog/repos/staging-x86_64/PKGBUILD
(from rev 253419, kdeadmin-ksystemlog/trunk/PKGBUILD)
  kdeadmin-ksystemlog/repos/staging-x86_64/syslog-path.patch
(from rev 253419, kdeadmin-ksystemlog/trunk/syslog-path.patch)

--+
 staging-i686/PKGBUILD|   38 +
 staging-i686/syslog-path.patch   |   11 ++
 staging-x86_64/PKGBUILD  |   38 +
 staging-x86_64/syslog-path.patch |   11 ++
 4 files changed, 98 insertions(+)

Copied: kdeadmin-ksystemlog/repos/staging-i686/PKGBUILD (from rev 253419, 
kdeadmin-ksystemlog/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:08:35 UTC (rev 253422)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeadmin-ksystemlog
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksystemlog-${pkgver}.tar.xz";
+'syslog-path.patch')
+sha1sums=('44cdc221b8e7f0927cf870c84ce01c5e924d6e1a'
+  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
+
+prepare() {
+  cd ksystemlog-${pkgver}
+  patch -p2 -i "${srcdir}"/syslog-path.patch
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ksystemlog-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeadmin-ksystemlog/repos/staging-i686/syslog-path.patch (from rev 
253419, kdeadmin-ksystemlog/trunk/syslog-path.patch)
===
--- staging-i686/syslog-path.patch  (rev 0)
+++ staging-i686/syslog-path.patch  2015-12-07 15:08:35 UTC (rev 253422)
@@ -0,0 +1,11 @@
+--- kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h~  
2011-01-27 14:24:29.84005 +0100
 kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h   
2011-01-27 14:24:53.80335 +0100
+@@ -39,7 +39,7 @@
+   SystemConfiguration() :
+   GenericLogModeConfiguration(
+   QLatin1String( SYSTEM_LOG_MODE_ID ),
+-  QStringList() << QLatin1String( 
"/var/log/syslog" ),
++  QStringList() << QLatin1String( 
"/var/log/messages.log" ),
+   QList() << INFORMATION_LOG_LEVEL_ID
+   ) {
+ 

Copied: kdeadmin-ksystemlog/repos/staging-x86_64/PKGBUILD (from rev 253419, 
kdeadmin-ksystemlog/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:08:35 UTC (rev 253422)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeadmin-ksystemlog
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksystemlog-${pkgver}.tar.xz";
+'syslog-path.patch')
+sha1sums=('44cdc221b8e7f0927cf870c84ce01c5e924d6e1a'
+  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
+
+prepare() {
+  cd ksystemlog-${pkgver}
+  patch -p2 -i "${srcdir}"/syslog-path.patch
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ksystemlog-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeadmin-ksystemlog/repos/staging-x86_64/syslog-path.patch (from rev 
253419, kdeadmin-ksystemlog/trunk/syslog-path.patch)
===
--- staging-x86_64/syslog-path.patch(rev 0)
+++ staging-x86_64/syslog-path.patch2015-12-07 15:08:35 UTC (re

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

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 16:08:21
  Author: bluewind
Revision: 253420

C++11 ABI rebuild

Modified:
  kdesdk-kcachegrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:07:40 UTC (rev 253419)
+++ PKGBUILD2015-12-07 15:08:21 UTC (rev 253420)
@@ -4,7 +4,7 @@
 
 pkgname=kdesdk-kcachegrind
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Visualization of Performance Profiling Data'
 url='http://kde.org/applications/development/kcachegrind/'
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Allan McRae
Date: Monday, December 7, 2015 @ 16:03:24
  Author: allan
Revision: 253410

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

Added:
  kdegames-klickety/repos/staging-i686/
  kdegames-klickety/repos/staging-i686/PKGBUILD
(from rev 253409, kdegames-klickety/trunk/PKGBUILD)
  kdegames-klickety/repos/staging-i686/kdegames-klickety.install
(from rev 253409, kdegames-klickety/trunk/kdegames-klickety.install)
  kdegames-klickety/repos/staging-x86_64/
  kdegames-klickety/repos/staging-x86_64/PKGBUILD
(from rev 253409, kdegames-klickety/trunk/PKGBUILD)
  kdegames-klickety/repos/staging-x86_64/kdegames-klickety.install
(from rev 253409, kdegames-klickety/trunk/kdegames-klickety.install)

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

Copied: kdegames-klickety/repos/staging-i686/PKGBUILD (from rev 253409, 
kdegames-klickety/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:03:24 UTC (rev 253410)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-klickety
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="An adaptation of the Clickomania game"
+url="http://kde.org/applications/games/klickety/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/klickety-${pkgver}.tar.xz";)
+sha1sums=('b38d8e1ff56346b10b39bc2abcb71e7a59bfac69')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../klickety-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-klickety/repos/staging-i686/kdegames-klickety.install (from 
rev 253409, kdegames-klickety/trunk/kdegames-klickety.install)
===
--- staging-i686/kdegames-klickety.install  (rev 0)
+++ staging-i686/kdegames-klickety.install  2015-12-07 15:03:24 UTC (rev 
253410)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-klickety/repos/staging-x86_64/PKGBUILD (from rev 253409, 
kdegames-klickety/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:03:24 UTC (rev 253410)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-klickety
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="An adaptation of the Clickomania game"
+url="http://kde.org/applications/games/klickety/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/klickety-${pkgver}.tar.xz";)
+sha1sums=('b38d8e1ff56346b10b39bc2abcb71e7a59bfac69')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../klickety-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-klickety/repos/staging-x86_64/kdegames-klickety.install (from 
rev 253409, kdegames-klickety/trunk/kdegames-klickety.install)
===
--- staging-x86_64/kdegames-klickety.install(rev 0)
+++ staging-x86_64/kdegames-klickety.install2015-12-07 15:03:24 UTC (rev 
253410)
@@ -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 skype/repos (5 files)

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 16:08:02
  Author: foutrelis
Revision: 149947

archrelease: copy trunk to community-staging-i686

Added:
  skype/repos/community-staging-i686/
  skype/repos/community-staging-i686/PERMISSION
(from rev 149946, skype/trunk/PERMISSION)
  skype/repos/community-staging-i686/PKGBUILD
(from rev 149946, skype/trunk/PKGBUILD)
  skype/repos/community-staging-i686/skype-wrapper
(from rev 149946, skype/trunk/skype-wrapper)
  skype/repos/community-staging-i686/skype.install
(from rev 149946, skype/trunk/skype.install)

---+
 PERMISSION|  192 
 PKGBUILD  |   76 ++
 skype-wrapper |   13 +++
 skype.install |   14 
 4 files changed, 295 insertions(+)

Copied: skype/repos/community-staging-i686/PERMISSION (from rev 149946, 
skype/trunk/PERMISSION)
===
--- community-staging-i686/PERMISSION   (rev 0)
+++ community-staging-i686/PERMISSION   2015-12-07 15:08:02 UTC (rev 149947)
@@ -0,0 +1,192 @@
+From - Wed Jun 15 15:48:34 2005
+X-Mozilla-Status: 0001
+X-Mozilla-Status2: 0080
+Message-ID: <42b031af.80...@juvepoland.com>
+Date: Wed, 15 Jun 2005 15:48:31 +0200
+From: Jaroslaw Swierczynski 
+User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
+X-Accept-Language: pl, en-us, en
+MIME-Version: 1.0
+To:  distribut...@skype.net
+Subject: Skype package for Arch Linux
+Content-Type: text/plain; charset=ISO-8859-2; format=flowed
+Content-Transfer-Encoding: 7bit
+
+Hello,
+
+I represent the community of Arch Linux distribution. I'm interested in 
+making package with Skype (ie. repacking original tarball to fit our FHS 
+and be installable by our package manager). I'd like to ask you 
+permission to do that. Thanks in advance.
+
+-- 
+Jaroslaw Swierczynski 
+
+From - Wed Jun 15 16:06:58 2005
+X-Account-Key: account2
+X-UIDL: 779b6ba26c3dd2cc551e4e7020af6398
+X-Mozilla-Status: 0213
+X-Mozilla-Status2: 
+Return-path: 
+Envelope-to: swier...@juvepoland.com
+Delivery-date: Wed, 15 Jun 2005 15:57:16 +0200
+Received: from [195.215.8.149] (helo=mail.skype.net)
+   by net1.hostbank.com.pl with esmtp (Exim 4.50)
+   id 1DiYOf-0004NF-8e
+   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:15 +0200
+Received: from localhost (localhost.localdomain [127.0.0.1])
+   by mail.skype.net (Postfix) with ESMTP id 661E94DFFD
+   for ; Wed, 15 Jun 2005 15:57:25 +0200 (CEST)
+Received: from jkaset41 (joltid-gw.joltid.org [195.50.194.24])
+   by mail.skype.net (Postfix) with ESMTP id E91A14DF4A
+   for ; Wed, 15 Jun 2005 15:57:24 +0200 (CEST)
+Message-ID: <016201c571ba$85381cb0$7100a8c0@jkaset41>
+From: "Jaanus Kase" 
+To: "Jaroslaw Swierczynski" 
+References: <42b031af.80...@juvepoland.com>
+Subject: Re: Skype package for Arch Linux
+Date: Wed, 15 Jun 2005 16:57:13 +0200
+MIME-Version: 1.0
+Content-Type: text/plain;
+   format=flowed;
+   charset="ISO-8859-2";
+   reply-type=response
+Content-Transfer-Encoding: 7bit
+X-Priority: 3
+X-MSMail-Priority: Normal
+X-Mailer: Microsoft Outlook Express 6.00.2900.2527
+X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
+X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at skype.net
+
+Hi,
+
+thanks for letting us know. Repacking original tarball is fine.
+
+
+-- 
+Information contained in this e-mail is confidential and proprietary.
+
+regards,
+Jaanus Kase, Skype
+jaanus.k...@skype.net
+Skype Name: terminuz
+
+
+- Original Message - 
+From: "Jaroslaw Swierczynski" 
+To: 
+Sent: Wednesday, June 15, 2005 3:48 PM
+Subject: Skype package for Arch Linux
+
+
+> Hello,
+> 
+> I represent the community of Arch Linux distribution. I'm interested in 
+> making package with Skype (ie. repacking original tarball to fit our FHS 
+> and be installable by our package manager). I'd like to ask you 
+> permission to do that. Thanks in advance.
+> 
+> -- 
+> Jaroslaw Swierczynski 
+>
+
+From - Wed Jun 15 16:29:37 2005
+X-Mozilla-Status: 0001
+X-Mozilla-Status2: 0080
+Message-ID: <42b03b4d.5060...@juvepoland.com>
+Date: Wed, 15 Jun 2005 16:29:33 +0200
+From: Jaroslaw Swierczynski 
+User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
+X-Accept-Language: pl, en-us, en
+MIME-Version: 1.0
+To: Jaanus Kase 
+Subject: Re: Skype package for Arch Linux
+References: <42b031af.80...@juvepoland.com> 
<016201c571ba$85381cb0$7100a8c0@jkaset41>
+In-Reply-To: <016201c571ba$85381cb0$7100a8c0@jkaset41>
+Content-Type: text/plain; charset=ISO-8859-2; format=flowed
+Content-Transfer-Encoding: 8bit
+
+Jaanus Kase napisał(a):
+> thanks for letting us know. Repacking original tarball is fine.
+
+Great! Thanks! Just to make sure you understand my intentions, here is 
+what the community will be provided with:
+
+http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/network/skype/?cvsroot=AUR
+ftp://ftp.archlinux.org/community/os/i686/skype-1.1.0.13-1.pkg.tar.gz

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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 16:07:46
  Author: fyan
Revision: 149946

C++11 ABI rebuild

Modified:
  kaudiocreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:07:16 UTC (rev 149945)
+++ PKGBUILD2015-12-07 15:07:46 UTC (rev 149946)
@@ -5,7 +5,7 @@
 
 pkgname=kaudiocreator
 pkgver=1.3
-pkgrel=5
+pkgrel=6
 pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from 
disk"
 arch=('i686' 'x86_64')
 url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645";


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:07:14
  Author: bpiotrowski
Revision: 253418

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 253417, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 253417, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 253417, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 253417, inkscape/trunk/install)

-+
 staging-i686/PKGBUILD   |   60 ++
 staging-i686/install|   13 +
 staging-x86_64/PKGBUILD |   60 ++
 staging-x86_64/install  |   13 +
 4 files changed, 146 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 253417, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:07:14 UTC (rev 253418)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=14
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("https://inkscape.org/en/gallery/item/3860/inkscape-0.91.tar.bz2";
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af2edd32ef9a')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   # FS#43744
+   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # glibmm 2.46 uses C++11 features
+   CXXFLAGS+=' -std=c++11'
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/staging-i686/install (from rev 253417, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-12-07 15:07:14 UTC (rev 253418)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 253417, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:07:14 UTC (rev 253418)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=14
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("https://inkscape.org/en/gallery/item/3860/inks

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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:07:02
  Author: bpiotrowski
Revision: 253417

C++11 ABI rebuild

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:04:13 UTC (rev 253416)
+++ PKGBUILD2015-12-07 15:07:02 UTC (rev 253417)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.91
-pkgrel=13
+pkgrel=14
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')


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

2015-12-07 Thread Antonio Rojas
Date: Monday, December 7, 2015 @ 16:02:21
  Author: arojas
Revision: 253408

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

Added:
  telepathy-kde-approver/repos/staging-i686/
  telepathy-kde-approver/repos/staging-i686/PKGBUILD
(from rev 253406, telepathy-kde-approver/trunk/PKGBUILD)
  telepathy-kde-approver/repos/staging-x86_64/
  telepathy-kde-approver/repos/staging-x86_64/PKGBUILD
(from rev 253406, telepathy-kde-approver/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: telepathy-kde-approver/repos/staging-i686/PKGBUILD (from rev 253406, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:02:21 UTC (rev 253408)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='KDE Channel Approver for Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt5' 'knotifications' 'kservice')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('c9f8073096da97bbccdd84e49e072786')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: telepathy-kde-approver/repos/staging-x86_64/PKGBUILD (from rev 253406, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:02:21 UTC (rev 253408)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='KDE Channel Approver for Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt5' 'knotifications' 'kservice')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('c9f8073096da97bbccdd84e49e072786')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 16:02:20
  Author: fyan
Revision: 253407

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

Added:
  kdegraphics-kolourpaint/repos/staging-i686/
  kdegraphics-kolourpaint/repos/staging-i686/PKGBUILD
(from rev 253403, kdegraphics-kolourpaint/trunk/PKGBUILD)
  kdegraphics-kolourpaint/repos/staging-i686/kdegraphics-kolourpaint.install
(from rev 253403, 
kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
  kdegraphics-kolourpaint/repos/staging-x86_64/
  kdegraphics-kolourpaint/repos/staging-x86_64/PKGBUILD
(from rev 253404, kdegraphics-kolourpaint/trunk/PKGBUILD)
  kdegraphics-kolourpaint/repos/staging-x86_64/kdegraphics-kolourpaint.install
(from rev 253404, 
kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)

+
 staging-i686/PKGBUILD  |   33 +++
 staging-i686/kdegraphics-kolourpaint.install   |   12 
 staging-x86_64/PKGBUILD|   33 +++
 staging-x86_64/kdegraphics-kolourpaint.install |   12 
 4 files changed, 90 insertions(+)

Copied: kdegraphics-kolourpaint/repos/staging-i686/PKGBUILD (from rev 253403, 
kdegraphics-kolourpaint/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:02:20 UTC (rev 253407)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kolourpaint
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
+sha1sums=('3b4ff9f98a15a6aaf5ccff885e2637804ddb388c')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kolourpaint-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
kdegraphics-kolourpaint/repos/staging-i686/kdegraphics-kolourpaint.install 
(from rev 253403, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
===
--- staging-i686/kdegraphics-kolourpaint.install
(rev 0)
+++ staging-i686/kdegraphics-kolourpaint.install2015-12-07 15:02:20 UTC 
(rev 253407)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-kolourpaint/repos/staging-x86_64/PKGBUILD (from rev 253404, 
kdegraphics-kolourpaint/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:02:20 UTC (rev 253407)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kolourpaint
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
+sha1sums=('3b4ff9f98a15a6aaf5ccff885e2637804ddb388c')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kolourpaint-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
kdegraphics-kolourpaint/repos/staging-x86_64/kdegraphics-kolourpaint.install 
(from rev 253404, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
===
--- staging-x86_64/kdegraphics-kolourpaint.install  
(rev 0)
+++ staging-x86_64/kdegraphics-kolourpaint.install  2015-12-07 15:02:20 UTC 
(rev 253407)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 16:04:07
  Author: bluewind
Revision: 253415

C++11 ABI rebuild

Modified:
  kdegames-kubrick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:03:55 UTC (rev 253414)
+++ PKGBUILD2015-12-07 15:04:07 UTC (rev 253415)
@@ -4,7 +4,7 @@
 
 pkgname=kdegames-kubrick
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Based on the famous Rubik's Cube"
 url="http://kde.org/applications/games/kubrick/";
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:07:04
  Author: bpiotrowski
Revision: 149944

C++11 ABI rebuild

Modified:
  skanlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:06:04 UTC (rev 149943)
+++ PKGBUILD2015-12-07 15:07:04 UTC (rev 149944)
@@ -5,7 +5,7 @@
 
 pkgname=skanlite
 pkgver=1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Image Scanning Application for KDE"
 arch=('i686' 'x86_64')
 url='http://www.kde.org/applications/graphics/skanlite'


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 16:05:00
  Author: foutrelis
Revision: 149940

C++11 ABI rebuild

Modified:
  skype/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:59:13 UTC (rev 149939)
+++ PKGBUILD2015-12-07 15:05:00 UTC (rev 149940)
@@ -6,7 +6,7 @@
 
 pkgname=skype
 pkgver=4.3.0.37
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 pkgdesc="P2P software for high-quality voice communication"
 url="http://www.skype.com/";


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:03:43
  Author: bpiotrowski
Revision: 253412

C++11 ABI rebuild

Modified:
  kdegraphics-kcolorchooser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:03:28 UTC (rev 253411)
+++ PKGBUILD2015-12-07 15:03:43 UTC (rev 253412)
@@ -4,7 +4,7 @@
 
 pkgname=kdegraphics-kcolorchooser
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Color Chooser"
 url="http://kde.org/applications/graphics/kcolorchooser/";
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 16:05:09
  Author: foutrelis
Revision: 149941

archrelease: copy trunk to multilib-staging-x86_64

Added:
  skype/repos/multilib-staging-x86_64/
  skype/repos/multilib-staging-x86_64/PERMISSION
(from rev 149940, skype/trunk/PERMISSION)
  skype/repos/multilib-staging-x86_64/PKGBUILD
(from rev 149940, skype/trunk/PKGBUILD)
  skype/repos/multilib-staging-x86_64/skype-wrapper
(from rev 149940, skype/trunk/skype-wrapper)
  skype/repos/multilib-staging-x86_64/skype.install
(from rev 149940, skype/trunk/skype.install)

---+
 PERMISSION|  192 
 PKGBUILD  |   76 ++
 skype-wrapper |   13 +++
 skype.install |   14 
 4 files changed, 295 insertions(+)

Copied: skype/repos/multilib-staging-x86_64/PERMISSION (from rev 149940, 
skype/trunk/PERMISSION)
===
--- multilib-staging-x86_64/PERMISSION  (rev 0)
+++ multilib-staging-x86_64/PERMISSION  2015-12-07 15:05:09 UTC (rev 149941)
@@ -0,0 +1,192 @@
+From - Wed Jun 15 15:48:34 2005
+X-Mozilla-Status: 0001
+X-Mozilla-Status2: 0080
+Message-ID: <42b031af.80...@juvepoland.com>
+Date: Wed, 15 Jun 2005 15:48:31 +0200
+From: Jaroslaw Swierczynski 
+User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
+X-Accept-Language: pl, en-us, en
+MIME-Version: 1.0
+To:  distribut...@skype.net
+Subject: Skype package for Arch Linux
+Content-Type: text/plain; charset=ISO-8859-2; format=flowed
+Content-Transfer-Encoding: 7bit
+
+Hello,
+
+I represent the community of Arch Linux distribution. I'm interested in 
+making package with Skype (ie. repacking original tarball to fit our FHS 
+and be installable by our package manager). I'd like to ask you 
+permission to do that. Thanks in advance.
+
+-- 
+Jaroslaw Swierczynski 
+
+From - Wed Jun 15 16:06:58 2005
+X-Account-Key: account2
+X-UIDL: 779b6ba26c3dd2cc551e4e7020af6398
+X-Mozilla-Status: 0213
+X-Mozilla-Status2: 
+Return-path: 
+Envelope-to: swier...@juvepoland.com
+Delivery-date: Wed, 15 Jun 2005 15:57:16 +0200
+Received: from [195.215.8.149] (helo=mail.skype.net)
+   by net1.hostbank.com.pl with esmtp (Exim 4.50)
+   id 1DiYOf-0004NF-8e
+   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:15 +0200
+Received: from localhost (localhost.localdomain [127.0.0.1])
+   by mail.skype.net (Postfix) with ESMTP id 661E94DFFD
+   for ; Wed, 15 Jun 2005 15:57:25 +0200 (CEST)
+Received: from jkaset41 (joltid-gw.joltid.org [195.50.194.24])
+   by mail.skype.net (Postfix) with ESMTP id E91A14DF4A
+   for ; Wed, 15 Jun 2005 15:57:24 +0200 (CEST)
+Message-ID: <016201c571ba$85381cb0$7100a8c0@jkaset41>
+From: "Jaanus Kase" 
+To: "Jaroslaw Swierczynski" 
+References: <42b031af.80...@juvepoland.com>
+Subject: Re: Skype package for Arch Linux
+Date: Wed, 15 Jun 2005 16:57:13 +0200
+MIME-Version: 1.0
+Content-Type: text/plain;
+   format=flowed;
+   charset="ISO-8859-2";
+   reply-type=response
+Content-Transfer-Encoding: 7bit
+X-Priority: 3
+X-MSMail-Priority: Normal
+X-Mailer: Microsoft Outlook Express 6.00.2900.2527
+X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
+X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at skype.net
+
+Hi,
+
+thanks for letting us know. Repacking original tarball is fine.
+
+
+-- 
+Information contained in this e-mail is confidential and proprietary.
+
+regards,
+Jaanus Kase, Skype
+jaanus.k...@skype.net
+Skype Name: terminuz
+
+
+- Original Message - 
+From: "Jaroslaw Swierczynski" 
+To: 
+Sent: Wednesday, June 15, 2005 3:48 PM
+Subject: Skype package for Arch Linux
+
+
+> Hello,
+> 
+> I represent the community of Arch Linux distribution. I'm interested in 
+> making package with Skype (ie. repacking original tarball to fit our FHS 
+> and be installable by our package manager). I'd like to ask you 
+> permission to do that. Thanks in advance.
+> 
+> -- 
+> Jaroslaw Swierczynski 
+>
+
+From - Wed Jun 15 16:29:37 2005
+X-Mozilla-Status: 0001
+X-Mozilla-Status2: 0080
+Message-ID: <42b03b4d.5060...@juvepoland.com>
+Date: Wed, 15 Jun 2005 16:29:33 +0200
+From: Jaroslaw Swierczynski 
+User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
+X-Accept-Language: pl, en-us, en
+MIME-Version: 1.0
+To: Jaanus Kase 
+Subject: Re: Skype package for Arch Linux
+References: <42b031af.80...@juvepoland.com> 
<016201c571ba$85381cb0$7100a8c0@jkaset41>
+In-Reply-To: <016201c571ba$85381cb0$7100a8c0@jkaset41>
+Content-Type: text/plain; charset=ISO-8859-2; format=flowed
+Content-Transfer-Encoding: 8bit
+
+Jaanus Kase napisał(a):
+> thanks for letting us know. Repacking original tarball is fine.
+
+Great! Thanks! Just to make sure you understand my intentions, here is 
+what the community will be provided with:
+
+http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/network/skype/?cvsroot=AUR
+ftp://ftp.archlinux.org/community/os/i686/skype-1.1.0.13-1.pkg.

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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 15:58:30
  Author: fyan
Revision: 149936

archrelease: copy trunk to multilib-staging-x86_64

Added:
  q4wine/repos/multilib-staging-x86_64/
  q4wine/repos/multilib-staging-x86_64/PKGBUILD
(from rev 149935, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-staging-x86_64/q4wine.desktop
(from rev 149935, q4wine/trunk/q4wine.desktop)

+
 PKGBUILD   |   42 ++
 q4wine.desktop |   18 ++
 2 files changed, 60 insertions(+)

Copied: q4wine/repos/multilib-staging-x86_64/PKGBUILD (from rev 149935, 
q4wine/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-12-07 14:58:30 UTC (rev 149936)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.1_r2
+pkgrel=2
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/";
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt4" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt4" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('56675d0a3494e0e91b235c8821e53961')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Copied: q4wine/repos/multilib-staging-x86_64/q4wine.desktop (from rev 149935, 
q4wine/trunk/q4wine.desktop)
===
--- multilib-staging-x86_64/q4wine.desktop  (rev 0)
+++ multilib-staging-x86_64/q4wine.desktop  2015-12-07 14:58:30 UTC (rev 
149936)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


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

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 16:04:13
  Author: bluewind
Revision: 253416

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

Added:
  kdegames-kubrick/repos/staging-i686/
  kdegames-kubrick/repos/staging-i686/PKGBUILD
(from rev 253415, kdegames-kubrick/trunk/PKGBUILD)
  kdegames-kubrick/repos/staging-i686/kdegames-kubrick.install
(from rev 253415, kdegames-kubrick/trunk/kdegames-kubrick.install)
  kdegames-kubrick/repos/staging-x86_64/
  kdegames-kubrick/repos/staging-x86_64/PKGBUILD
(from rev 253415, kdegames-kubrick/trunk/PKGBUILD)
  kdegames-kubrick/repos/staging-x86_64/kdegames-kubrick.install
(from rev 253415, kdegames-kubrick/trunk/kdegames-kubrick.install)

-+
 staging-i686/PKGBUILD   |   35 ++
 staging-i686/kdegames-kubrick.install   |   11 +
 staging-x86_64/PKGBUILD |   35 ++
 staging-x86_64/kdegames-kubrick.install |   11 +
 4 files changed, 92 insertions(+)

Copied: kdegames-kubrick/repos/staging-i686/PKGBUILD (from rev 253415, 
kdegames-kubrick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:04:13 UTC (rev 253416)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kubrick
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Based on the famous Rubik's Cube"
+url="http://kde.org/applications/games/kubrick/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'glu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz";)
+sha1sums=('4c41ad099abfe7f91eda0f6a3c6888bd8bed402c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kubrick-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-kubrick/repos/staging-i686/kdegames-kubrick.install (from rev 
253415, kdegames-kubrick/trunk/kdegames-kubrick.install)
===
--- staging-i686/kdegames-kubrick.install   (rev 0)
+++ staging-i686/kdegames-kubrick.install   2015-12-07 15:04:13 UTC (rev 
253416)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kubrick/repos/staging-x86_64/PKGBUILD (from rev 253415, 
kdegames-kubrick/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:04:13 UTC (rev 253416)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kubrick
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Based on the famous Rubik's Cube"
+url="http://kde.org/applications/games/kubrick/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'glu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz";)
+sha1sums=('4c41ad099abfe7f91eda0f6a3c6888bd8bed402c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kubrick-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-kubrick/repos/staging-x86_64/kdegames-kubrick.install (from 
rev 253415, kdegames-kubrick/trunk/kdegames-kubrick.install)
===
--- staging-x86_64/kdegames-kubrick.install (rev 0)
+++ staging-x86_64/kdegames-kubrick.install 2015-12-07 15:04:13 UTC (rev 
253416)
@@ -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 smb4k/repos (6 files)

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 16:03:55
  Author: fyan
Revision: 253414

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

Added:
  smb4k/repos/staging-i686/
  smb4k/repos/staging-i686/PKGBUILD
(from rev 253411, smb4k/trunk/PKGBUILD)
  smb4k/repos/staging-i686/smb4k.install
(from rev 253411, smb4k/trunk/smb4k.install)
  smb4k/repos/staging-x86_64/
  smb4k/repos/staging-x86_64/PKGBUILD
(from rev 253412, smb4k/trunk/PKGBUILD)
  smb4k/repos/staging-x86_64/smb4k.install
(from rev 253412, smb4k/trunk/smb4k.install)

--+
 staging-i686/PKGBUILD|   30 ++
 staging-i686/smb4k.install   |   11 +++
 staging-x86_64/PKGBUILD  |   30 ++
 staging-x86_64/smb4k.install |   11 +++
 4 files changed, 82 insertions(+)

Copied: smb4k/repos/staging-i686/PKGBUILD (from rev 253411, 
smb4k/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:03:55 UTC (rev 253414)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Emanuele Rampichini 
+
+pkgname=smb4k
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="A KDE program that browses samba shares"
+arch=('i686' 'x86_64')
+url="http://smb4k.sourceforge.net/";
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=smb4k.install
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('c6272a6e539d000ba7deaffe47daebae')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE
+  make VERBOSE=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: smb4k/repos/staging-i686/smb4k.install (from rev 253411, 
smb4k/trunk/smb4k.install)
===
--- staging-i686/smb4k.install  (rev 0)
+++ staging-i686/smb4k.install  2015-12-07 15:03:55 UTC (rev 253414)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: smb4k/repos/staging-x86_64/PKGBUILD (from rev 253412, 
smb4k/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:03:55 UTC (rev 253414)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Emanuele Rampichini 
+
+pkgname=smb4k
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="A KDE program that browses samba shares"
+arch=('i686' 'x86_64')
+url="http://smb4k.sourceforge.net/";
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=smb4k.install
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('c6272a6e539d000ba7deaffe47daebae')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE
+  make VERBOSE=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: smb4k/repos/staging-x86_64/smb4k.install (from rev 253412, 
smb4k/trunk/smb4k.install)
===
--- staging-x86_64/smb4k.install(rev 0)
+++ staging-x86_64/smb4k.install2015-12-07 15:03:55 UTC (rev 253414)
@@ -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 kdegraphics-kcolorchooser/repos (6 files)

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 16:03:54
  Author: bpiotrowski
Revision: 253413

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

Added:
  kdegraphics-kcolorchooser/repos/staging-i686/
  kdegraphics-kcolorchooser/repos/staging-i686/PKGBUILD
(from rev 253412, kdegraphics-kcolorchooser/trunk/PKGBUILD)
  kdegraphics-kcolorchooser/repos/staging-i686/kdegraphics-kcolorchooser.install
(from rev 253412, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
  kdegraphics-kcolorchooser/repos/staging-x86_64/
  kdegraphics-kcolorchooser/repos/staging-x86_64/PKGBUILD
(from rev 253412, kdegraphics-kcolorchooser/trunk/PKGBUILD)
  
kdegraphics-kcolorchooser/repos/staging-x86_64/kdegraphics-kcolorchooser.install
(from rev 253412, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)

--+
 staging-i686/PKGBUILD|   33 +
 staging-i686/kdegraphics-kcolorchooser.install   |   11 +++
 staging-x86_64/PKGBUILD  |   33 +
 staging-x86_64/kdegraphics-kcolorchooser.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: kdegraphics-kcolorchooser/repos/staging-i686/PKGBUILD (from rev 253412, 
kdegraphics-kcolorchooser/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:03:54 UTC (rev 253413)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kcolorchooser
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Color Chooser"
+url="http://kde.org/applications/graphics/kcolorchooser/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";)
+sha1sums=('b6e862a3ce364c5fa1c422100c555390bf737057')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kcolorchooser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
kdegraphics-kcolorchooser/repos/staging-i686/kdegraphics-kcolorchooser.install 
(from rev 253412, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
===
--- staging-i686/kdegraphics-kcolorchooser.install  
(rev 0)
+++ staging-i686/kdegraphics-kcolorchooser.install  2015-12-07 15:03:54 UTC 
(rev 253413)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-kcolorchooser/repos/staging-x86_64/PKGBUILD (from rev 
253412, kdegraphics-kcolorchooser/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:03:54 UTC (rev 253413)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kcolorchooser
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Color Chooser"
+url="http://kde.org/applications/graphics/kcolorchooser/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";)
+sha1sums=('b6e862a3ce364c5fa1c422100c555390bf737057')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kcolorchooser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
kdegraphics-kcolorchooser/repos/staging-x86_64/kdegraphics-kcolorchooser.install
 (from rev 253412, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
===
--- staging-x86_64/kdegraphics-kcolorchooser.install
(rev 0)
+++ staging-x86_64/kdegraphics-kcolorchooser.install2015-12-07 15:03:54 UTC 
(rev 253413)
@@ -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 smb4k/trunk (PKGBUILD)

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 16:03:28
  Author: fyan
Revision: 253411

C++11 ABI rebuild

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:03:24 UTC (rev 253410)
+++ PKGBUILD2015-12-07 15:03:28 UTC (rev 253411)
@@ -4,7 +4,7 @@
 
 pkgname=smb4k
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A KDE program that browses samba shares"
 arch=('i686' 'x86_64')
 url="http://smb4k.sourceforge.net/";


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

2015-12-07 Thread Allan McRae
Date: Monday, December 7, 2015 @ 16:02:23
  Author: allan
Revision: 253409

C++11 ABI rebuild

Modified:
  kdegames-klickety/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:02:21 UTC (rev 253408)
+++ PKGBUILD2015-12-07 15:02:23 UTC (rev 253409)
@@ -4,7 +4,7 @@
 
 pkgname=kdegames-klickety
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An adaptation of the Clickomania game"
 url="http://kde.org/applications/games/klickety/";
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Antonio Rojas
Date: Monday, December 7, 2015 @ 16:02:07
  Author: arojas
Revision: 253406

C++11 ABI rebuild

Modified:
  telepathy-kde-approver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:02:05 UTC (rev 253405)
+++ PKGBUILD2015-12-07 15:02:07 UTC (rev 253406)
@@ -6,7 +6,7 @@
 pkgname=telepathy-kde-approver
 _pkgname=ktp-approver
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Channel Approver for Telepathy'
 arch=('i686' 'x86_64')
 url='http://community.kde.org/Real-Time_Communication_and_Collaboration'


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

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 16:02:05
  Author: bluewind
Revision: 253405

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

Added:
  kdegames-kmahjongg/repos/staging-i686/
  kdegames-kmahjongg/repos/staging-i686/PKGBUILD
(from rev 253404, kdegames-kmahjongg/trunk/PKGBUILD)
  kdegames-kmahjongg/repos/staging-i686/kdegames-kmahjongg.install
(from rev 253404, kdegames-kmahjongg/trunk/kdegames-kmahjongg.install)
  kdegames-kmahjongg/repos/staging-x86_64/
  kdegames-kmahjongg/repos/staging-x86_64/PKGBUILD
(from rev 253404, kdegames-kmahjongg/trunk/PKGBUILD)
  kdegames-kmahjongg/repos/staging-x86_64/kdegames-kmahjongg.install
(from rev 253404, kdegames-kmahjongg/trunk/kdegames-kmahjongg.install)

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

Copied: kdegames-kmahjongg/repos/staging-i686/PKGBUILD (from rev 253404, 
kdegames-kmahjongg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:02:05 UTC (rev 253405)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kmahjongg
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="A tile matching game for one or two players"
+url="http://kde.org/applications/games/kmahjongg/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg4' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmahjongg-${pkgver}.tar.xz";)
+sha1sums=('832b2d83e4565c2464917e971b68ea15a3266a83')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kmahjongg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-kmahjongg/repos/staging-i686/kdegames-kmahjongg.install (from 
rev 253404, kdegames-kmahjongg/trunk/kdegames-kmahjongg.install)
===
--- staging-i686/kdegames-kmahjongg.install (rev 0)
+++ staging-i686/kdegames-kmahjongg.install 2015-12-07 15:02:05 UTC (rev 
253405)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kmahjongg/repos/staging-x86_64/PKGBUILD (from rev 253404, 
kdegames-kmahjongg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:02:05 UTC (rev 253405)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kmahjongg
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="A tile matching game for one or two players"
+url="http://kde.org/applications/games/kmahjongg/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg4' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmahjongg-${pkgver}.tar.xz";)
+sha1sums=('832b2d83e4565c2464917e971b68ea15a3266a83')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kmahjongg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-kmahjongg/repos/staging-x86_64/kdegames-kmahjongg.install 
(from rev 253404, kdegames-kmahjongg/trunk/kdegames-kmahjongg.install)
===
--- staging-x86_64/kdegames-kmahjongg.install   (rev 0)
+++ staging-x86_64/kdegames-kmahjongg.install   2015-12-07 15:02:05 UTC (rev 
253405)
@@ -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 kdegames-kmahjongg/trunk (PKGBUILD)

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 16:02:00
  Author: bluewind
Revision: 253404

C++11 ABI rebuild

Modified:
  kdegames-kmahjongg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:01:26 UTC (rev 253403)
+++ PKGBUILD2015-12-07 15:02:00 UTC (rev 253404)
@@ -4,7 +4,7 @@
 
 pkgname=kdegames-kmahjongg
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A tile matching game for one or two players"
 url="http://kde.org/applications/games/kmahjongg/";
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 16:01:26
  Author: fyan
Revision: 253403

C++11 ABI rebuild

Modified:
  kdegraphics-kolourpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:00:37 UTC (rev 253402)
+++ PKGBUILD2015-12-07 15:01:26 UTC (rev 253403)
@@ -4,7 +4,7 @@
 
 pkgname=kdegraphics-kolourpaint
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Paint Program"
 url="http://kde.org/applications/graphics/kolourpaint/";
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 16:00:37
  Author: foutrelis
Revision: 253402

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

Added:
  libkmahjongg/repos/staging-i686/
  libkmahjongg/repos/staging-i686/PKGBUILD
(from rev 253401, libkmahjongg/trunk/PKGBUILD)
  libkmahjongg/repos/staging-x86_64/
  libkmahjongg/repos/staging-x86_64/PKGBUILD
(from rev 253401, libkmahjongg/trunk/PKGBUILD)

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

Copied: libkmahjongg/repos/staging-i686/PKGBUILD (from rev 253401, 
libkmahjongg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:00:37 UTC (rev 253402)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkmahjongg
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
+url="https://projects.kde.org/projects/kde/kdegames/libmahjongg";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('4dd005297059be1ef4bbf423c2f0c65f2c89e432')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkmahjongg/repos/staging-x86_64/PKGBUILD (from rev 253401, 
libkmahjongg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:00:37 UTC (rev 253402)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkmahjongg
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
+url="https://projects.kde.org/projects/kde/kdegames/libmahjongg";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('4dd005297059be1ef4bbf423c2f0c65f2c89e432')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 16:00:27
  Author: foutrelis
Revision: 253401

C++11 ABI rebuild

Modified:
  libkmahjongg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:59:55 UTC (rev 253400)
+++ PKGBUILD2015-12-07 15:00:27 UTC (rev 253401)
@@ -4,7 +4,7 @@
 
 pkgname=libkmahjongg
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
 url="https://projects.kde.org/projects/kde/kdegames/libmahjongg";
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 15:59:45
  Author: bpiotrowski
Revision: 253399

C++11 ABI rebuild

Modified:
  kdeedu-ktouch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:59:43 UTC (rev 253398)
+++ PKGBUILD2015-12-07 14:59:45 UTC (rev 253399)
@@ -4,7 +4,7 @@
 
 pkgname=kdeedu-ktouch
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Touch Typing Tutor"
 url="http://kde.org/applications/education/ktouch/";
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 15:59:43
  Author: bluewind
Revision: 253398

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

Added:
  kdenetwork-kppp/repos/staging-i686/
  kdenetwork-kppp/repos/staging-i686/PKGBUILD
(from rev 253397, kdenetwork-kppp/trunk/PKGBUILD)
  kdenetwork-kppp/repos/staging-i686/kdenetwork-kppp.install
(from rev 253397, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
  kdenetwork-kppp/repos/staging-x86_64/
  kdenetwork-kppp/repos/staging-x86_64/PKGBUILD
(from rev 253397, kdenetwork-kppp/trunk/PKGBUILD)
  kdenetwork-kppp/repos/staging-x86_64/kdenetwork-kppp.install
(from rev 253397, kdenetwork-kppp/trunk/kdenetwork-kppp.install)

+
 staging-i686/PKGBUILD  |   32 +++
 staging-i686/kdenetwork-kppp.install   |   12 +++
 staging-x86_64/PKGBUILD|   32 +++
 staging-x86_64/kdenetwork-kppp.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdenetwork-kppp/repos/staging-i686/PKGBUILD (from rev 253397, 
kdenetwork-kppp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 14:59:43 UTC (rev 253398)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kppp
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz";)
+sha1sums=('d3446b57b415590fef6c34e7cec6c4c1028fb8ce')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kppp-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kppp/repos/staging-i686/kdenetwork-kppp.install (from rev 
253397, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===
--- staging-i686/kdenetwork-kppp.install(rev 0)
+++ staging-i686/kdenetwork-kppp.install2015-12-07 14:59:43 UTC (rev 
253398)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kppp/repos/staging-x86_64/PKGBUILD (from rev 253397, 
kdenetwork-kppp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 14:59:43 UTC (rev 253398)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kppp
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz";)
+sha1sums=('d3446b57b415590fef6c34e7cec6c4c1028fb8ce')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kppp-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kppp/repos/staging-x86_64/kdenetwork-kppp.install (from rev 
253397, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===
--- staging-x86_64/kdenetwork-kppp.install  (rev 0)
+++ staging-x86_64/kdenetwork-kppp.install  2015-12-07 14:59:43 UTC (rev 
253398)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 15:59:13
  Author: foutrelis
Revision: 149939

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

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

+
 community-staging-i686/PKGBUILD|   40 +++
 community-staging-i686/audex.install   |   12 +
 community-staging-x86_64/PKGBUILD  |   40 +++
 community-staging-x86_64/audex.install |   12 +
 4 files changed, 104 insertions(+)

Copied: audex/repos/community-staging-i686/PKGBUILD (from rev 149938, 
audex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 14:59:13 UTC (rev 149939)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: mightyjaym 
+# Contributor: moostik 
+
+pkgname=audex
+pkgver=0.79
+pkgrel=3
+pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php?content=77125";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+optdepends=('vorbis-tools: OGG encoder'
+   'faac: MP4/M4A/AAC encoder'
+   'flac: FLAC encoder'
+   'lame: MP3 encoder')
+install=${pkgname}.install
+source=("http://kde-apps.org/CONTENT/content-files/77125-${pkgname}-${pkgver}.tar.xz";)
+md5sums=('f7dea212961b90c83d061b0e0ca897c2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../  \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: audex/repos/community-staging-i686/audex.install (from rev 149938, 
audex/trunk/audex.install)
===
--- community-staging-i686/audex.install(rev 0)
+++ community-staging-i686/audex.install2015-12-07 14:59:13 UTC (rev 
149939)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: audex/repos/community-staging-x86_64/PKGBUILD (from rev 149938, 
audex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 14:59:13 UTC (rev 149939)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: mightyjaym 
+# Contributor: moostik 
+
+pkgname=audex
+pkgver=0.79
+pkgrel=3
+pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php?content=77125";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+optdepends=('vorbis-tools: OGG encoder'
+   'faac: MP4/M4A/AAC encoder'
+   'flac: FLAC encoder'
+   'lame: MP3 encoder')
+install=${pkgname}.install
+source=("http://kde-apps.org/CONTENT/content-files/77125-${pkgname}-${pkgver}.tar.xz";)
+md5sums=('f7dea212961b90c83d061b0e0ca897c2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../  \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: audex/repos/community-staging-x86_64/audex.install (from rev 149938, 
audex/trunk/audex.install)
===
--- community-staging-x86_64/audex.install  (rev 0)
+++ community-staging-x86_64/audex.install  2015-12-07 14:59:13 UTC (rev 
149939)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 15:58:52
  Author: fyan
Revision: 149937

archrelease: copy trunk to community-staging-i686

Added:
  q4wine/repos/community-staging-i686/
  q4wine/repos/community-staging-i686/PKGBUILD
(from rev 149936, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-staging-i686/q4wine.desktop
(from rev 149936, q4wine/trunk/q4wine.desktop)

+
 PKGBUILD   |   42 ++
 q4wine.desktop |   18 ++
 2 files changed, 60 insertions(+)

Copied: q4wine/repos/community-staging-i686/PKGBUILD (from rev 149936, 
q4wine/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 14:58:52 UTC (rev 149937)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.1_r2
+pkgrel=2
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/";
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt4" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt4" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('56675d0a3494e0e91b235c8821e53961')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Copied: q4wine/repos/community-staging-i686/q4wine.desktop (from rev 149936, 
q4wine/trunk/q4wine.desktop)
===
--- community-staging-i686/q4wine.desktop   (rev 0)
+++ community-staging-i686/q4wine.desktop   2015-12-07 14:58:52 UTC (rev 
149937)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 15:59:02
  Author: foutrelis
Revision: 149938

C++11 ABI rebuild

Modified:
  audex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:58:52 UTC (rev 149937)
+++ PKGBUILD2015-12-07 14:59:02 UTC (rev 149938)
@@ -6,7 +6,7 @@
 
 pkgname=audex
 pkgver=0.79
-pkgrel=2
+pkgrel=3
 pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php?content=77125";


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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 15:58:13
  Author: fyan
Revision: 149935

C++11 ABI rebuild

Modified:
  q4wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:57:54 UTC (rev 149934)
+++ PKGBUILD2015-12-07 14:58:13 UTC (rev 149935)
@@ -4,7 +4,7 @@
 
 pkgname=q4wine
 pkgver=1.1_r2
-pkgrel=1
+pkgrel=2
 pkgdesc="A Qt4 GUI for Wine"
 arch=("i686" "x86_64")
 url="http://sourceforge.net/projects/${pkgname}/";


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

2015-12-07 Thread Antonio Rojas
Date: Monday, December 7, 2015 @ 15:58:03
  Author: arojas
Revision: 253395

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

Added:
  kdegames-ksnakeduel/repos/staging-i686/
  kdegames-ksnakeduel/repos/staging-i686/PKGBUILD
(from rev 253393, kdegames-ksnakeduel/trunk/PKGBUILD)
  kdegames-ksnakeduel/repos/staging-i686/kdegames-ksnakeduel.install
(from rev 253393, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install)
  kdegames-ksnakeduel/repos/staging-x86_64/
  kdegames-ksnakeduel/repos/staging-x86_64/PKGBUILD
(from rev 253394, kdegames-ksnakeduel/trunk/PKGBUILD)
  kdegames-ksnakeduel/repos/staging-x86_64/kdegames-ksnakeduel.install
(from rev 253394, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install)

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

Copied: kdegames-ksnakeduel/repos/staging-i686/PKGBUILD (from rev 253393, 
kdegames-ksnakeduel/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 14:58:03 UTC (rev 253395)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-ksnakeduel
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="A simple snake duel game"
+url="http://kde.org/applications/games/ksnakeduel/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz";)
+sha1sums=('2f77c9d245a0cf32bbca6282fefbabd0ff496323')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ksnakeduel-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-ksnakeduel/repos/staging-i686/kdegames-ksnakeduel.install 
(from rev 253393, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install)
===
--- staging-i686/kdegames-ksnakeduel.install(rev 0)
+++ staging-i686/kdegames-ksnakeduel.install2015-12-07 14:58:03 UTC (rev 
253395)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-ksnakeduel/repos/staging-x86_64/PKGBUILD (from rev 253394, 
kdegames-ksnakeduel/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 14:58:03 UTC (rev 253395)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-ksnakeduel
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="A simple snake duel game"
+url="http://kde.org/applications/games/ksnakeduel/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz";)
+sha1sums=('2f77c9d245a0cf32bbca6282fefbabd0ff496323')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ksnakeduel-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-ksnakeduel/repos/staging-x86_64/kdegames-ksnakeduel.install 
(from rev 253394, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install)
===
--- staging-x86_64/kdegames-ksnakeduel.install  (rev 0)
+++ staging-x86_64/kdegames-ksnakeduel.install  2015-12-07 14:58:03 UTC (rev 
253395)
@@ -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 dssi-vst/repos (3 files)

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 15:57:54
  Author: foutrelis
Revision: 149934

archrelease: copy trunk to community-staging-i686

Added:
  dssi-vst/repos/community-staging-i686/
  dssi-vst/repos/community-staging-i686/PKGBUILD
(from rev 149933, dssi-vst/trunk/PKGBUILD)
  dssi-vst/repos/community-staging-i686/dssi-vst-winexec.patch
(from rev 149933, dssi-vst/trunk/dssi-vst-winexec.patch)

+
 PKGBUILD   |   46 ++
 dssi-vst-winexec.patch |   23 +++
 2 files changed, 69 insertions(+)

Copied: dssi-vst/repos/community-staging-i686/PKGBUILD (from rev 149933, 
dssi-vst/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 14:57:54 UTC (rev 149934)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Ray Rashif 
+
+pkgname=dssi-vst
+pkgver=0.9.2
+pkgrel=5
+pkgdesc="DSSI adapter/wrapper for win32 VST plug-ins"
+arch=('i686' 'x86_64')
+url="http://www.breakfastquay.com/dssi-vst/";
+license=('GPL')
+depends=('wine' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa')
+source=("http://code.breakfastquay.com/attachments/download/10/$pkgname-$pkgver.tar.bz2";
+   "$pkgname-winexec.patch")
+md5sums=('5c569200571de76dac18be4eb6fbd9c8'
+ '3e445482c8c5302de43be806f0c7506f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # fix executable extension issue
+  patch -p1 -i ../$pkgname-winexec.patch
+
+  # use CXXFLAGS in build
+  sed -i "/m32/! s/CXXFLAGS)/& $CXXFLAGS/" Makefile
+
+  # [x86_64] use /usr/lib32/dssi
+  if [[ $CARCH = x86_64 ]]; then
+sed -i '/\/dssi-vst/s|DSSIDIR|&32|' Makefile
+sed -i '/DSSI_PATH/s|\(/usr/lib\)\(/dssi\)|&:\132\2|' remotevstclient.cpp
+  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make BINDIR="$pkgdir/usr/bin" \
+   DSSIDIR="$pkgdir/usr/lib/dssi" \
+   DSSIDIR32="$pkgdir/usr/lib32/dssi" \
+   LADSPADIR="$pkgdir/usr/lib/ladspa" install
+}

Copied: dssi-vst/repos/community-staging-i686/dssi-vst-winexec.patch (from rev 
149933, dssi-vst/trunk/dssi-vst-winexec.patch)
===
--- community-staging-i686/dssi-vst-winexec.patch   
(rev 0)
+++ community-staging-i686/dssi-vst-winexec.patch   2015-12-07 14:57:54 UTC 
(rev 149934)
@@ -0,0 +1,23 @@
+Thanks to Fernando Lopez-Lezcano 
+Reviewed by speps 
+
+diff -aur dssi-vst-0.9.2/Makefile dssi-vst-0.9.2.patched/Makefile
+--- dssi-vst-0.9.2/Makefile2010-05-04 11:01:29.0 +0200
 dssi-vst-0.9.2.patched/Makefile2014-03-28 18:24:41.128287015 +0100
+@@ -38,12 +38,15 @@
+ all:  $(TARGETS)
+ 
+ install:  all
++  mkdir -p $(DSSIDIR)
+   mkdir -p $(DSSIDIR)/dssi-vst
+   mkdir -p $(LADSPADIR)
+   mkdir -p $(BINDIR)
+   install dssi-vst.so $(DSSIDIR)
+   install dssi-vst.so $(LADSPADIR)
+-  install dssi-vst-server.exe.so dssi-vst-server 
dssi-vst-scanner.exe.so dssi-vst-scanner dssi-vst_gui $(DSSIDIR)/dssi-vst
++  install dssi-vst-server.exe.so dssi-vst-scanner.exe.so 
dssi-vst_gui $(DSSIDIR)/dssi-vst
++  install dssi-vst-server.exe $(DSSIDIR)/dssi-vst/dssi-vst-server
++  install dssi-vst-scanner.exe 
$(DSSIDIR)/dssi-vst/dssi-vst-scanner
+   install vsthost $(BINDIR)
+ 
+ clean:


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

2015-12-07 Thread Antonio Rojas
Date: Monday, December 7, 2015 @ 15:57:52
  Author: arojas
Revision: 253393

C++11 ABI rebuild

Modified:
  kdegames-ksnakeduel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:57:20 UTC (rev 253392)
+++ PKGBUILD2015-12-07 14:57:52 UTC (rev 253393)
@@ -4,7 +4,7 @@
 
 pkgname=kdegames-ksnakeduel
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple snake duel game"
 url="http://kde.org/applications/games/ksnakeduel/";
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 15:57:35
  Author: foutrelis
Revision: 149932

C++11 ABI rebuild

Modified:
  dssi-vst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:57:28 UTC (rev 149931)
+++ PKGBUILD2015-12-07 14:57:35 UTC (rev 149932)
@@ -4,7 +4,7 @@
 
 pkgname=dssi-vst
 pkgver=0.9.2
-pkgrel=4
+pkgrel=5
 pkgdesc="DSSI adapter/wrapper for win32 VST plug-ins"
 arch=('i686' 'x86_64')
 url="http://www.breakfastquay.com/dssi-vst/";


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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 15:58:04
  Author: fyan
Revision: 253396

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

Added:
  kdegames-lskat/repos/staging-i686/
  kdegames-lskat/repos/staging-i686/PKGBUILD
(from rev 253390, kdegames-lskat/trunk/PKGBUILD)
  kdegames-lskat/repos/staging-i686/kdegames-lskat.install
(from rev 253391, kdegames-lskat/trunk/kdegames-lskat.install)
  kdegames-lskat/repos/staging-x86_64/
  kdegames-lskat/repos/staging-x86_64/PKGBUILD
(from rev 253392, kdegames-lskat/trunk/PKGBUILD)
  kdegames-lskat/repos/staging-x86_64/kdegames-lskat.install
(from rev 253392, kdegames-lskat/trunk/kdegames-lskat.install)

---+
 staging-i686/PKGBUILD |   32 
 staging-i686/kdegames-lskat.install   |   12 
 staging-x86_64/PKGBUILD   |   32 
 staging-x86_64/kdegames-lskat.install |   12 
 4 files changed, 88 insertions(+)

Copied: kdegames-lskat/repos/staging-i686/PKGBUILD (from rev 253390, 
kdegames-lskat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 14:58:04 UTC (rev 253396)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-lskat
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
+url="http://kde.org/applications/games/lskat/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/lskat-${pkgver}.tar.xz";)
+sha1sums=('f6086da3af2dacefa4a30476ddb1900c83d32f26')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../lskat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-lskat/repos/staging-i686/kdegames-lskat.install (from rev 
253391, kdegames-lskat/trunk/kdegames-lskat.install)
===
--- staging-i686/kdegames-lskat.install (rev 0)
+++ staging-i686/kdegames-lskat.install 2015-12-07 14:58:04 UTC (rev 253396)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-lskat/repos/staging-x86_64/PKGBUILD (from rev 253392, 
kdegames-lskat/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 14:58:04 UTC (rev 253396)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-lskat
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
+url="http://kde.org/applications/games/lskat/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/lskat-${pkgver}.tar.xz";)
+sha1sums=('f6086da3af2dacefa4a30476ddb1900c83d32f26')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../lskat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-lskat/repos/staging-x86_64/kdegames-lskat.install (from rev 
253392, kdegames-lskat/trunk/kdegames-lskat.install)
===
--- staging-x86_64/kdegames-lskat.install   (rev 0)
+++ staging-x86_64/kdegames-lskat.install   2015-12-07 14:58:04 UTC (rev 
253396)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-12-07 Thread Allan McRae
Date: Monday, December 7, 2015 @ 15:57:28
  Author: allan
Revision: 149931

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

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

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

Copied: amsynth/repos/community-staging-i686/PKGBUILD (from rev 149930, 
amsynth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 14:57:28 UTC (rev 149931)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Alessio Biancalana 
+
+pkgname=amsynth
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="http://amsynth.github.io/";
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+install="$pkgname.install"
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz";)
+md5sums=('254c393675adb7ff2d9e1ee1dc0ba1b1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # enable required C++11 support
+  export CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Copied: amsynth/repos/community-staging-i686/amsynth.install (from rev 149930, 
amsynth/trunk/amsynth.install)
===
--- community-staging-i686/amsynth.install  (rev 0)
+++ community-staging-i686/amsynth.install  2015-12-07 14:57:28 UTC (rev 
149931)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: amsynth/repos/community-staging-x86_64/PKGBUILD (from rev 149930, 
amsynth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 14:57:28 UTC (rev 149931)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Alessio Biancalana 
+
+pkgname=amsynth
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="http://amsynth.github.io/";
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+install="$pkgname.install"
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz";)
+md5sums=('254c393675adb7ff2d9e1ee1dc0ba1b1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # enable required C++11 support
+  export CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Copied: amsynth/repos/community-staging-x86_64/amsynth.install (from rev 
149930, amsynth/trunk/amsynth.install)
===
--- community-staging-x86_64/amsynth.install(rev 0)
+++ community-staging-x86_64/amsynth.install2015-12-07 14:57:28 UTC (rev 
149931)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in amarok/trunk (PKGBUILD taglib_version_detect.patch)

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 15:57:57
  Author: fyan
Revision: 253394

fix taglib version detect (https://bugs.kde.org/show_bug.cgi?id=351013)

Added:
  amarok/trunk/taglib_version_detect.patch
Modified:
  amarok/trunk/PKGBUILD

-+
 PKGBUILD|9 +++--
 taglib_version_detect.patch |   26 ++
 2 files changed, 33 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:57:52 UTC (rev 253393)
+++ PKGBUILD2015-12-07 14:57:57 UTC (rev 253394)
@@ -22,11 +22,16 @@
 "clamz: allow to download songs from Amazon.com"
 "gst-libav: MP3 codecs")
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
+taglib_version_detect.patch)
+sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937'
+  '8b2752a0fe78621bdb9ccdb763919ea265b52b06')
 
 prepare() {
   mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 ../taglib_version_detect.patch
 }
 
 build() {

Added: taglib_version_detect.patch
===
--- taglib_version_detect.patch (rev 0)
+++ taglib_version_detect.patch 2015-12-07 14:57:57 UTC (rev 253394)
@@ -0,0 +1,26 @@
+diff --git a/cmake/modules/FindTaglib.cmake b/cmake/modules/FindTaglib.cmake
+index 76b83ac..21a10a8 100644
+--- a/cmake/modules/FindTaglib.cmake
 b/cmake/modules/FindTaglib.cmake
+@@ -29,10 +29,10 @@ if(TAGLIBCONFIG_EXECUTABLE)
+ 
+   exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
+ 
+-  if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
++  if("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
+  message(STATUS "TagLib version too old: version searched 
:${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
+  set(TAGLIB_FOUND FALSE)
+-  else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
++  else("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
+ 
+  exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES)
+ 
+@@ -42,7 +42,7 @@ if(TAGLIBCONFIG_EXECUTABLE)
+ set(TAGLIB_FOUND TRUE)
+  endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS)
+  string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}")
+-  endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") 
++  endif("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) 
+   mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES)
+ 
+ else(TAGLIBCONFIG_EXECUTABLE)


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 15:57:45
  Author: foutrelis
Revision: 149933

archrelease: copy trunk to multilib-staging-x86_64

Added:
  dssi-vst/repos/multilib-staging-x86_64/
  dssi-vst/repos/multilib-staging-x86_64/PKGBUILD
(from rev 149932, dssi-vst/trunk/PKGBUILD)
  dssi-vst/repos/multilib-staging-x86_64/dssi-vst-winexec.patch
(from rev 149932, dssi-vst/trunk/dssi-vst-winexec.patch)

+
 PKGBUILD   |   46 ++
 dssi-vst-winexec.patch |   23 +++
 2 files changed, 69 insertions(+)

Copied: dssi-vst/repos/multilib-staging-x86_64/PKGBUILD (from rev 149932, 
dssi-vst/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-12-07 14:57:45 UTC (rev 149933)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Ray Rashif 
+
+pkgname=dssi-vst
+pkgver=0.9.2
+pkgrel=5
+pkgdesc="DSSI adapter/wrapper for win32 VST plug-ins"
+arch=('i686' 'x86_64')
+url="http://www.breakfastquay.com/dssi-vst/";
+license=('GPL')
+depends=('wine' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa')
+source=("http://code.breakfastquay.com/attachments/download/10/$pkgname-$pkgver.tar.bz2";
+   "$pkgname-winexec.patch")
+md5sums=('5c569200571de76dac18be4eb6fbd9c8'
+ '3e445482c8c5302de43be806f0c7506f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # fix executable extension issue
+  patch -p1 -i ../$pkgname-winexec.patch
+
+  # use CXXFLAGS in build
+  sed -i "/m32/! s/CXXFLAGS)/& $CXXFLAGS/" Makefile
+
+  # [x86_64] use /usr/lib32/dssi
+  if [[ $CARCH = x86_64 ]]; then
+sed -i '/\/dssi-vst/s|DSSIDIR|&32|' Makefile
+sed -i '/DSSI_PATH/s|\(/usr/lib\)\(/dssi\)|&:\132\2|' remotevstclient.cpp
+  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make BINDIR="$pkgdir/usr/bin" \
+   DSSIDIR="$pkgdir/usr/lib/dssi" \
+   DSSIDIR32="$pkgdir/usr/lib32/dssi" \
+   LADSPADIR="$pkgdir/usr/lib/ladspa" install
+}

Copied: dssi-vst/repos/multilib-staging-x86_64/dssi-vst-winexec.patch (from rev 
149932, dssi-vst/trunk/dssi-vst-winexec.patch)
===
--- multilib-staging-x86_64/dssi-vst-winexec.patch  
(rev 0)
+++ multilib-staging-x86_64/dssi-vst-winexec.patch  2015-12-07 14:57:45 UTC 
(rev 149933)
@@ -0,0 +1,23 @@
+Thanks to Fernando Lopez-Lezcano 
+Reviewed by speps 
+
+diff -aur dssi-vst-0.9.2/Makefile dssi-vst-0.9.2.patched/Makefile
+--- dssi-vst-0.9.2/Makefile2010-05-04 11:01:29.0 +0200
 dssi-vst-0.9.2.patched/Makefile2014-03-28 18:24:41.128287015 +0100
+@@ -38,12 +38,15 @@
+ all:  $(TARGETS)
+ 
+ install:  all
++  mkdir -p $(DSSIDIR)
+   mkdir -p $(DSSIDIR)/dssi-vst
+   mkdir -p $(LADSPADIR)
+   mkdir -p $(BINDIR)
+   install dssi-vst.so $(DSSIDIR)
+   install dssi-vst.so $(LADSPADIR)
+-  install dssi-vst-server.exe.so dssi-vst-server 
dssi-vst-scanner.exe.so dssi-vst-scanner dssi-vst_gui $(DSSIDIR)/dssi-vst
++  install dssi-vst-server.exe.so dssi-vst-scanner.exe.so 
dssi-vst_gui $(DSSIDIR)/dssi-vst
++  install dssi-vst-server.exe $(DSSIDIR)/dssi-vst/dssi-vst-server
++  install dssi-vst-scanner.exe 
$(DSSIDIR)/dssi-vst/dssi-vst-scanner
+   install vsthost $(BINDIR)
+ 
+ clean:


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 15:57:20
  Author: foutrelis
Revision: 253392

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

Added:
  kdemultimedia-mplayerthumbs/repos/staging-i686/
  kdemultimedia-mplayerthumbs/repos/staging-i686/PKGBUILD
(from rev 253391, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
  kdemultimedia-mplayerthumbs/repos/staging-x86_64/
  kdemultimedia-mplayerthumbs/repos/staging-x86_64/PKGBUILD
(from rev 253391, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)

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

Copied: kdemultimedia-mplayerthumbs/repos/staging-i686/PKGBUILD (from rev 
253391, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 14:57:20 UTC (rev 253392)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde-applications' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
+sha1sums=('0509cb1daf02f790797c820c6d7accffd9a0940e')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdemultimedia-mplayerthumbs/repos/staging-x86_64/PKGBUILD (from rev 
253391, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 14:57:20 UTC (rev 253392)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde-applications' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
+sha1sums=('0509cb1daf02f790797c820c6d7accffd9a0940e')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 15:57:11
  Author: foutrelis
Revision: 253391

C++11 ABI rebuild

Modified:
  kdemultimedia-mplayerthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:56:30 UTC (rev 253390)
+++ PKGBUILD2015-12-07 14:57:11 UTC (rev 253391)
@@ -4,7 +4,7 @@
 
 pkgname=kdemultimedia-mplayerthumbs
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="MPlayer based thumbnail generator for video files"
 url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 15:55:49
  Author: foutrelis
Revision: 149929

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

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

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

Copied: goocanvasmm/repos/community-staging-i686/PKGBUILD (from rev 149928, 
goocanvasmm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 14:55:49 UTC (rev 149929)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Laurent Meunier 
+
+pkgname=goocanvasmm
+pkgver=1.90.11
+pkgrel=2
+pkgdesc='C++ wrappers for goocanvas'
+arch=('i686' 'x86_64')
+url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/'
+license=('GPL')
+depends=('goocanvas' 'gtkmm3')
+source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
+sha256sums=('80ff11873ec0e73d9e38b0eb2ffb1586621f0b804093b990e49fdb546476ed6e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-documentation
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: goocanvasmm/repos/community-staging-x86_64/PKGBUILD (from rev 149928, 
goocanvasmm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 14:55:49 UTC (rev 149929)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Laurent Meunier 
+
+pkgname=goocanvasmm
+pkgver=1.90.11
+pkgrel=2
+pkgdesc='C++ wrappers for goocanvas'
+arch=('i686' 'x86_64')
+url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/'
+license=('GPL')
+depends=('goocanvas' 'gtkmm3')
+source=(http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/1.90/goocanvasmm-${pkgver}.tar.xz)
+sha256sums=('80ff11873ec0e73d9e38b0eb2ffb1586621f0b804093b990e49fdb546476ed6e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-documentation
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 15:56:30
  Author: fyan
Revision: 253390

C++11 ABI rebuild

Modified:
  kdegames-lskat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:55:04 UTC (rev 253389)
+++ PKGBUILD2015-12-07 14:56:30 UTC (rev 253390)
@@ -4,7 +4,7 @@
 
 pkgname=kdegames-lskat
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
 url="http://kde.org/applications/games/lskat/";
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Allan McRae
Date: Monday, December 7, 2015 @ 15:56:29
  Author: allan
Revision: 149930

C++11 ABI rebuild

Modified:
  amsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:55:49 UTC (rev 149929)
+++ PKGBUILD2015-12-07 14:56:29 UTC (rev 149930)
@@ -4,7 +4,7 @@
 
 pkgname=amsynth
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Analogue Modeling SYNTHesizer"
 arch=('i686' 'x86_64')
 url="http://amsynth.github.io/";


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 15:55:42
  Author: foutrelis
Revision: 149928

C++11 ABI rebuild

Modified:
  goocanvasmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:47:30 UTC (rev 149927)
+++ PKGBUILD2015-12-07 14:55:42 UTC (rev 149928)
@@ -6,7 +6,7 @@
 
 pkgname=goocanvasmm
 pkgver=1.90.11
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ wrappers for goocanvas'
 arch=('i686' 'x86_64')
 url='http://ftp.gnome.org/pub/gnome/sources/goocanvasmm/'


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 15:54:52
  Author: bpiotrowski
Revision: 253388

C++11 ABI rebuild

Modified:
  kdesdk-poxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:54:42 UTC (rev 253387)
+++ PKGBUILD2015-12-07 14:54:52 UTC (rev 253388)
@@ -4,7 +4,7 @@
 
 pkgname=kdesdk-poxml
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Translates DocBook XML files using gettext po files'
 url='https://projects.kde.org/projects/kde/kdesdk/poxml'
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Antonio Rojas
Date: Monday, December 7, 2015 @ 15:54:31
  Author: arojas
Revision: 253386

C++11 ABI rebuild

Modified:
  libcdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:54:14 UTC (rev 253385)
+++ PKGBUILD2015-12-07 14:54:31 UTC (rev 253386)
@@ -5,7 +5,7 @@
 
 pkgname=libcdr
 pkgver=0.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="CorelDraw file format importer library for LibreOffice"
 arch=('i686' 'x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr";


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

2015-12-07 Thread Antonio Rojas
Date: Monday, December 7, 2015 @ 15:54:42
  Author: arojas
Revision: 253387

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

Added:
  libcdr/repos/staging-i686/
  libcdr/repos/staging-i686/PKGBUILD
(from rev 253386, libcdr/trunk/PKGBUILD)
  libcdr/repos/staging-i686/boost159.patch
(from rev 253386, libcdr/trunk/boost159.patch)
  libcdr/repos/staging-x86_64/
  libcdr/repos/staging-x86_64/PKGBUILD
(from rev 253386, libcdr/trunk/PKGBUILD)
  libcdr/repos/staging-x86_64/boost159.patch
(from rev 253386, libcdr/trunk/boost159.patch)

---+
 staging-i686/PKGBUILD |   40 
 staging-i686/boost159.patch   |   11 +++
 staging-x86_64/PKGBUILD   |   40 
 staging-x86_64/boost159.patch |   11 +++
 4 files changed, 102 insertions(+)

Copied: libcdr/repos/staging-i686/PKGBUILD (from rev 253386, 
libcdr/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 14:54:42 UTC (rev 253387)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: megadriver 
+# Contributor: Luca Bennati 
+
+pkgname=libcdr
+pkgver=0.1.1
+pkgrel=4
+pkgdesc="CorelDraw file format importer library for LibreOffice"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr";
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'lcms2' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz
+boost159.patch)
+md5sums=('72ed4d2f900eac95061207d026d5324c'
+ 'dd38f0c2324920b577b9b5725a8fa3f2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../boost159.patch
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libcdr/repos/staging-i686/boost159.patch (from rev 253386, 
libcdr/trunk/boost159.patch)
===
--- staging-i686/boost159.patch (rev 0)
+++ staging-i686/boost159.patch 2015-12-07 14:54:42 UTC (rev 253387)
@@ -0,0 +1,11 @@
+diff -upr libcdr-0.1.1.orig/src/lib/Makefile.am 
libcdr-0.1.1/src/lib/Makefile.am
+--- libcdr-0.1.1.orig/src/lib/Makefile.am  2014-03-29 12:23:47.0 
+0200
 libcdr-0.1.1/src/lib/Makefile.am   2015-11-02 06:35:12.633076664 +0200
+@@ -14,6 +14,7 @@ libcdr_@CDR_MAJOR_VERSION@_@CDR_MINOR_VE
+ 
+ AM_CXXFLAGS = -I$(top_srcdir)/inc $(REVENGE_CFLAGS) $(LCMS2_CFLAGS) 
$(ZLIB_CFLAGS) $(ICU_CFLAGS) $(DEBUG_CXXFLAGS) -DLIBCDR_BUILD=1
+ 
++libcdr_@CDR_MAJOR_VERSION@_@CDR_MINOR_VERSION@_la_CPPFLAGS = 
-DBOOST_ERROR_CODE_HEADER_ONLY
+ libcdr_@CDR_MAJOR_VERSION@_@CDR_MINOR_VERSION@_la_LIBADD  = $(REVENGE_LIBS) 
$(LCMS2_LIBS) $(ZLIB_LIBS) $(ICU_LIBS) @LIBCDR_WIN32_RESOURCE@
+ libcdr_@CDR_MAJOR_VERSION@_@CDR_MINOR_VERSION@_la_DEPENDENCIES = 
@LIBCDR_WIN32_RESOURCE@
+ libcdr_@CDR_MAJOR_VERSION@_@CDR_MINOR_VERSION@_la_LDFLAGS = $(version_info) 
-export-dynamic -no-undefined

Copied: libcdr/repos/staging-x86_64/PKGBUILD (from rev 253386, 
libcdr/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 14:54:42 UTC (rev 253387)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: megadriver 
+# Contributor: Luca Bennati 
+
+pkgname=libcdr
+pkgver=0.1.1
+pkgrel=4
+pkgdesc="CorelDraw file format importer library for LibreOffice"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr";
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'lcms2' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz
+boost159.patch)
+md5sums=('72ed4d2f900eac95061207d026d5324c'
+ 'dd38f0c2324920b577b9b5725a8fa3f2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../boost159.patch
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libcdr/repos/staging-x86_64/boost159.patch (from rev 253386, 
libcdr/trunk/boost159.patch)
===
--- staging-x86_64/boost159.patch   (rev 0)
+++ staging-x86_64/boost159.patch   2015-12-07 14:54:42 UTC (rev 253387)
@@ -0,0 +1,11 @@
+diff -upr libcdr-0.1.1.orig/src/lib/Makefile.am 
libcdr-0.1.1/src/lib/Makefile.am
+--- libcdr-0.1.1.orig/src/lib/Makefile.am  2014-03-29 12:23:47.

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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 15:55:04
  Author: bpiotrowski
Revision: 253389

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

Added:
  kdesdk-poxml/repos/staging-i686/
  kdesdk-poxml/repos/staging-i686/PKGBUILD
(from rev 253388, kdesdk-poxml/trunk/PKGBUILD)
  kdesdk-poxml/repos/staging-x86_64/
  kdesdk-poxml/repos/staging-x86_64/PKGBUILD
(from rev 253388, kdesdk-poxml/trunk/PKGBUILD)

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

Copied: kdesdk-poxml/repos/staging-i686/PKGBUILD (from rev 253388, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 14:55:04 UTC (rev 253389)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-poxml
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz";)
+sha1sums=('0f932643634ece83d721425a65e65a2bffd4fb3a')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../poxml-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-poxml/repos/staging-x86_64/PKGBUILD (from rev 253388, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 14:55:04 UTC (rev 253389)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-poxml
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz";)
+sha1sums=('0f932643634ece83d721425a65e65a2bffd4fb3a')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../poxml-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 15:54:04
  Author: fyan
Revision: 253383

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

Added:
  kdeaccessibility-kmag/repos/staging-i686/
  kdeaccessibility-kmag/repos/staging-i686/PKGBUILD
(from rev 253382, kdeaccessibility-kmag/trunk/PKGBUILD)
  kdeaccessibility-kmag/repos/staging-i686/kdeaccessibility-kmag.install
(from rev 253382, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
  kdeaccessibility-kmag/repos/staging-x86_64/
  kdeaccessibility-kmag/repos/staging-x86_64/PKGBUILD
(from rev 253382, kdeaccessibility-kmag/trunk/PKGBUILD)
  kdeaccessibility-kmag/repos/staging-x86_64/kdeaccessibility-kmag.install
(from rev 253382, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)

--+
 staging-i686/PKGBUILD|   35 +
 staging-i686/kdeaccessibility-kmag.install   |   11 +++
 staging-x86_64/PKGBUILD  |   35 +
 staging-x86_64/kdeaccessibility-kmag.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdeaccessibility-kmag/repos/staging-i686/PKGBUILD (from rev 253382, 
kdeaccessibility-kmag/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 14:54:04 UTC (rev 253383)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmag
+pkgver=15.08.3
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz";)
+sha1sums=('252c255aeb3efca9083801a091664e8e17045ea6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdeaccessibility-kmag/repos/staging-i686/kdeaccessibility-kmag.install 
(from rev 253382, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
===
--- staging-i686/kdeaccessibility-kmag.install  (rev 0)
+++ staging-i686/kdeaccessibility-kmag.install  2015-12-07 14:54:04 UTC (rev 
253383)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-kmag/repos/staging-x86_64/PKGBUILD (from rev 253382, 
kdeaccessibility-kmag/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 14:54:04 UTC (rev 253383)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmag
+pkgver=15.08.3
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz";)
+sha1sums=('252c255aeb3efca9083801a091664e8e17045ea6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: 
kdeaccessibility-kmag/repos/staging-x86_64/kdeaccessibility-kmag.install (from 
rev 253382, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
===
--- staging-x86_64/kdeaccessibility-kmag.install
(rev 0)
+++ staging-x86_64/kdeaccessibility-kmag.install2015-12-07 14:54:04 UTC 
(rev 253383)
@@ -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 kdegraphics-ksnapshot/repos (6 files)

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 15:54:14
  Author: bpiotrowski
Revision: 253385

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

Added:
  kdegraphics-ksnapshot/repos/staging-i686/
  kdegraphics-ksnapshot/repos/staging-i686/PKGBUILD
(from rev 253384, kdegraphics-ksnapshot/trunk/PKGBUILD)
  kdegraphics-ksnapshot/repos/staging-i686/kdegraphics-ksnapshot.install
(from rev 253384, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
  kdegraphics-ksnapshot/repos/staging-x86_64/
  kdegraphics-ksnapshot/repos/staging-x86_64/PKGBUILD
(from rev 253384, kdegraphics-ksnapshot/trunk/PKGBUILD)
  kdegraphics-ksnapshot/repos/staging-x86_64/kdegraphics-ksnapshot.install
(from rev 253384, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)

--+
 staging-i686/PKGBUILD|   34 +
 staging-i686/kdegraphics-ksnapshot.install   |   12 
 staging-x86_64/PKGBUILD  |   34 +
 staging-x86_64/kdegraphics-ksnapshot.install |   12 
 4 files changed, 92 insertions(+)

Copied: kdegraphics-ksnapshot/repos/staging-i686/PKGBUILD (from rev 253384, 
kdegraphics-ksnapshot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 14:54:14 UTC (rev 253385)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksnapshot
+pkgver=15.08.3
+pkgrel=3
+pkgdesc="Screen Capture Program"
+url="http://kde.org/applications/graphics/ksnapshot/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'libkipi4')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
+sha1sums=('8f378502e598c52c944397744ad2453b7cd1e8dc')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegraphics-ksnapshot/repos/staging-i686/kdegraphics-ksnapshot.install 
(from rev 253384, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===
--- staging-i686/kdegraphics-ksnapshot.install  (rev 0)
+++ staging-i686/kdegraphics-ksnapshot.install  2015-12-07 14:54:14 UTC (rev 
253385)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-ksnapshot/repos/staging-x86_64/PKGBUILD (from rev 253384, 
kdegraphics-ksnapshot/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 14:54:14 UTC (rev 253385)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksnapshot
+pkgver=15.08.3
+pkgrel=3
+pkgdesc="Screen Capture Program"
+url="http://kde.org/applications/graphics/ksnapshot/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'libkipi4')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
+sha1sums=('8f378502e598c52c944397744ad2453b7cd1e8dc')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
kdegraphics-ksnapshot/repos/staging-x86_64/kdegraphics-ksnapshot.install (from 
rev 253384, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===
--- staging-x86_64/kdegraphics-ksnapshot.install
(rev 0)
+++ staging-x86_64/kdegraphics-ksnapshot.install2015-12-07 14:54:14 UTC 
(rev 253385)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 15:54:08
  Author: bpiotrowski
Revision: 253384

C++11 ABI rebuild

Modified:
  kdegraphics-ksnapshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:54:04 UTC (rev 253383)
+++ PKGBUILD2015-12-07 14:54:08 UTC (rev 253384)
@@ -4,7 +4,7 @@
 
 pkgname=kdegraphics-ksnapshot
 pkgver=15.08.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Screen Capture Program"
 url="http://kde.org/applications/graphics/ksnapshot/";
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 15:53:11
  Author: foutrelis
Revision: 253381

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

Added:
  kdeutils-kgpg/repos/staging-i686/
  kdeutils-kgpg/repos/staging-i686/PKGBUILD
(from rev 253380, kdeutils-kgpg/trunk/PKGBUILD)
  kdeutils-kgpg/repos/staging-i686/kdeutils-kgpg.install
(from rev 253380, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
  kdeutils-kgpg/repos/staging-x86_64/
  kdeutils-kgpg/repos/staging-x86_64/PKGBUILD
(from rev 253380, kdeutils-kgpg/trunk/PKGBUILD)
  kdeutils-kgpg/repos/staging-x86_64/kdeutils-kgpg.install
(from rev 253380, kdeutils-kgpg/trunk/kdeutils-kgpg.install)

--+
 staging-i686/PKGBUILD|   35 +
 staging-i686/kdeutils-kgpg.install   |   12 +++
 staging-x86_64/PKGBUILD  |   35 +
 staging-x86_64/kdeutils-kgpg.install |   12 +++
 4 files changed, 94 insertions(+)

Copied: kdeutils-kgpg/repos/staging-i686/PKGBUILD (from rev 253380, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 14:53:11 UTC (rev 253381)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kgpg
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kgpg-${pkgver}.tar.xz";)
+sha1sums=('804bdb7bd3c9ad51c2f7e7f288665e4a93faa7b5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kgpg/repos/staging-i686/kdeutils-kgpg.install (from rev 
253380, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- staging-i686/kdeutils-kgpg.install  (rev 0)
+++ staging-i686/kdeutils-kgpg.install  2015-12-07 14:53:11 UTC (rev 253381)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kgpg/repos/staging-x86_64/PKGBUILD (from rev 253380, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 14:53:11 UTC (rev 253381)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kgpg
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kgpg-${pkgver}.tar.xz";)
+sha1sums=('804bdb7bd3c9ad51c2f7e7f288665e4a93faa7b5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kgpg/repos/staging-x86_64/kdeutils-kgpg.install (from rev 
253380, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- staging-x86_64/kdeutils-kgpg.install(rev 0)
+++ staging-x86_64/kdeutils-kgpg.install2015-12-07 14:53:11 UTC (rev 
253381)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 15:53:02
  Author: foutrelis
Revision: 253380

C++11 ABI rebuild

Modified:
  kdeutils-kgpg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:26:20 UTC (rev 253379)
+++ PKGBUILD2015-12-07 14:53:02 UTC (rev 253380)
@@ -4,7 +4,7 @@
 
 pkgname=kdeutils-kgpg
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A GnuPG frontend'
 url='http://kde.org/applications/utilities/kgpg/'
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 15:53:16
  Author: fyan
Revision: 253382

C++11 ABI rebuild

Modified:
  kdeaccessibility-kmag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:53:11 UTC (rev 253381)
+++ PKGBUILD2015-12-07 14:53:16 UTC (rev 253382)
@@ -4,7 +4,7 @@
 
 pkgname=kdeaccessibility-kmag
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='Screen Magnifier'
 url='http://kde.org/applications/utilities/kmag/'


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

2015-12-07 Thread Allan McRae
Date: Monday, December 7, 2015 @ 15:47:30
  Author: allan
Revision: 149927

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

Added:
  gnuradio/repos/community-staging-i686/
  gnuradio/repos/community-staging-i686/21-fcd.rules
(from rev 149926, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 149926, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-i686/gnuradio-companion.install
(from rev 149926, gnuradio/trunk/gnuradio-companion.install)
  gnuradio/repos/community-staging-i686/gnuradio.install
(from rev 149926, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 149926, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 149926, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio-companion.install
(from rev 149926, gnuradio/trunk/gnuradio-companion.install)
  gnuradio/repos/community-staging-x86_64/gnuradio.install
(from rev 149926, gnuradio/trunk/gnuradio.install)

-+
 community-staging-i686/21-fcd.rules |9 +
 community-staging-i686/PKGBUILD |  104 ++
 community-staging-i686/gnuradio-companion.install   |   15 ++
 community-staging-i686/gnuradio.install |   53 +
 community-staging-x86_64/21-fcd.rules   |9 +
 community-staging-x86_64/PKGBUILD   |  104 ++
 community-staging-x86_64/gnuradio-companion.install |   15 ++
 community-staging-x86_64/gnuradio.install   |   53 +
 8 files changed, 362 insertions(+)

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 149926, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2015-12-07 14:47:30 UTC (rev 149927)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-i686/PKGBUILD (from rev 149926, 
gnuradio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 14:47:30 UTC (rev 149927)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+# Contributor: Jonatan Sastre 
+pkgbase=gnuradio
+pkgname=(gnuradio gnuradio-companion)
+pkgver=3.7.8.1
+pkgrel=2
+pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
+arch=('i686' 'x86_64')
+url="http://gnuradio.org";
+license=('GPL')
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53' 
'libusbx' 'portaudio' 'libuhd' 'zeromq')
+makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
+'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
+install=gnuradio.install
+
+# todo
+# split the gui components?
+# build doxygen docs?
+# gr-video-sdl ?
+# icons
+
+# comedilib: gr-comedi
+# zeroc-ice: gr-ctrlport
+# doxygen: C++ autogenerated documentation
+# python2-sphinx: Python autogenerated documentation
+
+# secret release directory
+#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz";
+source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz";
+"21-fcd.rules")
+md5sums=('961d5ba5089f409f0c9e5e5b7f6ee0f2'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/$pkgbase-$pkgver"
+  sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/freedesktop/CMakeLists.txt
+  sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
+  sed -i -e "s| sphinx-build$| sphinx-build2|" cmake/Modules/FindSphinx.cmake
+  msg "Starting build."
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DENABLE_GRC=ON \
+-DENABLE_GR_WXGUI=ON \
+-DENABLE_GR_QTGUI=ON \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  export PYTHON=python2
+  #make test
+}
+
+package_gnuradio() {
+  optdepends=('boost: gr_modtool'
+  'swig: gr_modtool'
+  'cmake: gr_modtool'
+  'pkgconfig: libuhd')
+ 

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

2015-12-07 Thread Allan McRae
Date: Monday, December 7, 2015 @ 15:45:59
  Author: allan
Revision: 149926

C++11 ABI rebuild

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:21:45 UTC (rev 149925)
+++ PKGBUILD2015-12-07 14:45:59 UTC (rev 149926)
@@ -5,7 +5,7 @@
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
 pkgver=3.7.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org";


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 15:26:09
  Author: foutrelis
Revision: 253378

C++11 ABI rebuild

Modified:
  avogadro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:20:38 UTC (rev 253377)
+++ PKGBUILD2015-12-07 14:26:09 UTC (rev 253378)
@@ -5,7 +5,7 @@
 
 pkgname=avogadro
 pkgver=1.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="An advanced molecular editor based on Qt"
 arch=('i686' 'x86_64')
 url="http://avogadro.openmolecules.net/wiki/Main_Page";


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 15:26:20
  Author: foutrelis
Revision: 253379

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

Added:
  avogadro/repos/staging-i686/
  avogadro/repos/staging-i686/PKGBUILD
(from rev 253378, avogadro/trunk/PKGBUILD)
  avogadro/repos/staging-i686/avogadro.install
(from rev 253378, avogadro/trunk/avogadro.install)
  avogadro/repos/staging-i686/boost153.patch
(from rev 253378, avogadro/trunk/boost153.patch)
  avogadro/repos/staging-x86_64/
  avogadro/repos/staging-x86_64/PKGBUILD
(from rev 253378, avogadro/trunk/PKGBUILD)
  avogadro/repos/staging-x86_64/avogadro.install
(from rev 253378, avogadro/trunk/avogadro.install)
  avogadro/repos/staging-x86_64/boost153.patch
(from rev 253378, avogadro/trunk/boost153.patch)

-+
 staging-i686/PKGBUILD   |   43 +++
 staging-i686/avogadro.install   |   11 ++
 staging-i686/boost153.patch |   60 ++
 staging-x86_64/PKGBUILD |   43 +++
 staging-x86_64/avogadro.install |   11 ++
 staging-x86_64/boost153.patch   |   60 ++
 6 files changed, 228 insertions(+)

Copied: avogadro/repos/staging-i686/PKGBUILD (from rev 253378, 
avogadro/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 14:26:20 UTC (rev 253379)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Nick B 
+
+pkgname=avogadro
+pkgver=1.1.1
+pkgrel=7
+pkgdesc="An advanced molecular editor based on Qt"
+arch=('i686' 'x86_64')
+url="http://avogadro.openmolecules.net/wiki/Main_Page";
+license=('GPL2')
+depends=('openbabel' 'python2-pyqt4' 'boost-libs' 'glew' 'python2-numpy')
+makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl' 'eigen2')
+install=avogadro.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'boost153.patch')
+md5sums=('1223bb18f50dccd2c60538aa90d58c7a'
+ 'aa2573f78d5dbd85b3cb79e08acde8ab')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/boost153.patch
+}
+
+build() {
+  cd build
+
+  export CXXFLAGS="$CXXFLAGS -lX11 -lopenbabel"
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DQT_MKSPECS_RELATIVE=share/qt4/mkspecs
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: avogadro/repos/staging-i686/avogadro.install (from rev 253378, 
avogadro/trunk/avogadro.install)
===
--- staging-i686/avogadro.install   (rev 0)
+++ staging-i686/avogadro.install   2015-12-07 14:26:20 UTC (rev 253379)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: avogadro/repos/staging-i686/boost153.patch (from rev 253378, 
avogadro/trunk/boost153.patch)
===
--- staging-i686/boost153.patch (rev 0)
+++ staging-i686/boost153.patch 2015-12-07 14:26:20 UTC (rev 253379)
@@ -0,0 +1,60 @@
+--- avogadro-1.1.0/libavogadro/src/pythonengine_p.h~   2013-03-29 
12:46:16.306165881 +
 avogadro-1.1.0/libavogadro/src/pythonengine_p.h2013-03-29 
12:45:43.123089622 +
+@@ -27,7 +27,9 @@
+ 
+ #include 
+ #include 
++#ifndef Q_MOC_RUN
+ #include 
++#endif
+ 
+ namespace Avogadro {
+ 
+--- avogadro-1.1.0/libavogadro/src/pythonextension_p.h~2013-03-29 
12:46:32.156043085 +
 avogadro-1.1.0/libavogadro/src/pythonextension_p.h 2013-03-29 
12:47:07.265771087 +
+@@ -29,7 +29,9 @@
+ #include 
+ #include 
+ #include 
++#ifndef Q_MOC_RUN
+ #include 
++#endif
+ 
+ #include 
+ #include 
+--- avogadro-1.1.0/libavogadro/src/pythontool_p.h~ 2013-03-29 
12:47:33.335569185 +
 avogadro-1.1.0/libavogadro/src/pythontool_p.h  2013-03-29 
12:47:50.732101147 +
+@@ -27,7 +27,9 @@
+ 
+ #include 
+ #include 
++#ifndef Q_MOC_RUN
+ #include 
++#endif
+ 
+ #include 
+ #include 
+--- avogadro-1.1.0/libavogadro/src/pythoninterpreter.h~2013-03-29 
12:50:46.550738652 +
 avogadro-1.1.0/libavogadro/src/pythoninterpreter.h 2013-03-29 
12:51:00.853961341 +
+@@ -26,7 +26,9 @@
+ #define PYTHONINTERPRETER_H
+ 
+ #include 
++#ifndef Q_MOC_RUN
+ #include 
++#endif
+ #include 
+ #include 
+ 
+--- avogadro-1.1.0/libavogadro/src/pythonscript.h~ 2013-03-29 
12:52:00.723488935 +
 avogadro-1.1.0/libavogadro/src/pythonscript.h  2013-03-29 
12:52:11.676745364 +
+@@ -27,7 +27,9 @@
+ #define PYTHONSCRIPT_H
+ 
+ #include 
++#ifndef Q_MOC_RUN
+ #include 
++#endif
+ 
+ #include "pythoner

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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 15:21:33
  Author: bpiotrowski
Revision: 149924

C++11 ABI rebuild

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:03:24 UTC (rev 149923)
+++ PKGBUILD2015-12-07 14:21:33 UTC (rev 149924)
@@ -7,7 +7,7 @@
 pkgbase=gmic
 pkgname=("gmic" "gimp-plugin-gmic" "zart")
 pkgver=1.6.7
-pkgrel=1
+pkgrel=2
 arch=("i686" "x86_64")
 url="http://gmic.eu/";
 license=("custom:CeCILL")


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 15:21:45
  Author: bpiotrowski
Revision: 149925

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

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

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

Copied: gmic/repos/community-staging-i686/PKGBUILD (from rev 149924, 
gmic/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 14:21:45 UTC (rev 149925)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=("gmic" "gimp-plugin-gmic" "zart")
+pkgver=1.6.7
+pkgrel=2
+arch=("i686" "x86_64")
+url="http://gmic.eu/";
+license=("custom:CeCILL")
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+source=("http://gmic.eu/files/source/gmic_$pkgver.tar.gz";)
+md5sums=('744fe03a742804bb377340553cb0fecc')
+
+prepare() {
+  cd "${srcdir}/gmic-${pkgver}"
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+}
+
+build() {
+  cd "${srcdir}/gmic-${pkgver}"
+  (cd zart && qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc="GREYC's Magic Image Converter: image processing framework"
+  depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
+  replaces=("greycstoration")
+
+  cd "${srcdir}/gmic-${pkgver}"
+  make -C src install DESTDIR="$pkgdir" USR="/usr"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
+  depends=("opencv" "fftw" "qt4")
+
+  cd "${srcdir}/gmic-${pkgver}"
+  install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc="Gimp plugin for the G'MIC image processing framework"
+  depends=("opencv" "gimp" "fftw")
+  replaces=("gimp-plugin-greycstoration" "gimp-plugin-gmic4gimp")
+
+  cd "${srcdir}/gmic-${pkgver}"
+  install -Dm755 src/gmic_gimp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: gmic/repos/community-staging-x86_64/PKGBUILD (from rev 149924, 
gmic/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 14:21:45 UTC (rev 149925)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=("gmic" "gimp-plugin-gmic" "zart")
+pkgver=1.6.7
+pkgrel=2
+arch=("i686" "x86_64")
+url="http://gmic.eu/";
+license=("custom:CeCILL")
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+source=("http://gmic.eu/files/source/gmic_$pkgver.tar.gz";)
+md5sums=('744fe03a742804bb377340553cb0fecc')
+
+prepare() {
+  cd "${srcdir}/gmic-${pkgver}"
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+}
+
+build() {
+  cd "${srcdir}/gmic-${pkgver}"
+  (cd zart && qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc="GREYC's Magic Image Converter: image processing framework"
+  depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
+  replaces=("greycstoration")
+
+  cd "${srcdir}/gmic-${pkgver}"
+  make -C src install DESTDIR="$pkgdir" USR="/usr"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
+  depends=("opencv" "fftw" "qt4")
+
+  cd "${srcdir}/gmic-${pkgver}"
+  install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc="Gimp plugin for the G'MIC image processing framework"
+  depends=("opencv" "gimp" "fftw")
+  replaces=("gimp-plugin-greycstoration" "gimp-plugin-gmic4gimp")
+
+  cd "${srcdir}/gmic-${pkgver}"
+  install -Dm755 src/

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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 15:20:38
  Author: fyan
Revision: 253377

workaround openbabel issue

Modified:
  avogadro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 14:08:34 UTC (rev 253376)
+++ PKGBUILD2015-12-07 14:20:38 UTC (rev 253377)
@@ -28,7 +28,7 @@
 build() {
   cd build
 
-  export CXXFLAGS="$CXXFLAGS -lX11"
+  export CXXFLAGS="$CXXFLAGS -lX11 -lopenbabel"
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \


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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 15:08:34
  Author: fyan
Revision: 253376

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

Added:
  python/repos/testing-i686/
  python/repos/testing-i686/PKGBUILD
(from rev 253375, python/trunk/PKGBUILD)
  python/repos/testing-i686/dont-make-libpython-readonly.patch
(from rev 253375, python/trunk/dont-make-libpython-readonly.patch)
  python/repos/testing-x86_64/
  python/repos/testing-x86_64/PKGBUILD
(from rev 253375, python/trunk/PKGBUILD)
  python/repos/testing-x86_64/dont-make-libpython-readonly.patch
(from rev 253375, python/trunk/dont-make-libpython-readonly.patch)

---+
 testing-i686/PKGBUILD |  113 
 testing-i686/dont-make-libpython-readonly.patch   |   13 ++
 testing-x86_64/PKGBUILD   |  113 
 testing-x86_64/dont-make-libpython-readonly.patch |   13 ++
 4 files changed, 252 insertions(+)

Copied: python/repos/testing-i686/PKGBUILD (from rev 253375, 
python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-07 14:08:34 UTC (rev 253376)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=python
+pkgver=3.5.1
+pkgrel=1
+_pybasever=3.5
+pkgdesc="Next generation of the python high-level scripting language"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.python.org/";
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
+checkdepends=('gdb' 'xorg-server-xvfb')
+optdepends=('python-setuptools'
+'python-pip'
+'sqlite'
+'mpdecimal: for decimal'
+'xz: for lzma'
+'tk: for tkinter')
+options=('!makeflags')
+provides=('python3')
+replaces=('python3')
+source=("http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz";
+dont-make-libpython-readonly.patch)
+sha1sums=('0186da436db76776196612b98bb9c2f76acfe90e'
+  'c22b24324b8e53326702de439c401d97927ee3f2')
+
+prepare() {
+  cd Python-${pkgver}
+
+  # FS#45809
+  patch -p1 -i ../dont-make-libpython-readonly.patch
+
+  # FS#23997
+  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, 
zlib, libffi, and libmpdec),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+  rm -r Modules/_decimal/libmpdec
+}
+
+build() {
+  cd Python-${pkgver}
+
+  # Disable bundled pip & setuptools
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-ipv6 \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \
+  --with-system-ffi \
+  --with-system-libmpdec \
+  --enable-loadable-sqlite-extensions \
+  --without-ensurepip
+
+  make EXTRA_CFLAGS="$CFLAGS"
+}
+
+check() {
+  # Failures:
+  # test_pathlib & test_posixpath: https://bugs.python.org/issue24950
+  # test_gdb
+  # test_distutils: because of our EXTRA_CFLAGS
+  # test_nntplib: downloading external files and failed
+
+  # Hacks:
+  # test_tk: xvfb-run
+  # test_unicode_file: LC_CTYPE=en_US.utf-8
+  # test_gdb: SHELL=/bin/sh
+
+  cd Python-${pkgver}
+  SHELL=/bin/sh \
+  LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
+  LC_CTYPE=en_US.utf-8 xvfb-run \
+"${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall || warning 
"Expected failure"
+}
+
+package() {
+  cd Python-${pkgver}
+  make DESTDIR="${pkgdir}" EXTRA_CFLAGS="$CFLAGS" install maninstall
+
+  # Why are these not done by default...
+  ln -s python3   "${pkgdir}"/usr/bin/python
+  ln -s python3-config"${pkgdir}"/usr/bin/python-config
+  ln -s idle3 "${pkgdir}"/usr/bin/idle
+  ln -s pydoc3"${pkgdir}"/usr/bin/pydoc
+  ln -s python${_pybasever}.1 "${pkgdir}"/usr/share/man/man1/python.1
+
+  # Fix FS#22552
+  ln -sf ../../libpython${_pybasever}m.so \
+
"${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}m/libpython${_pybasever}m.so"
+
+  # some useful "stuff" FS#46146
+  install -dm755 "${pkgdir}"/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
+  install -m755 Tools/i18n/{msgfmt,pygettext}.py 
"${pkgdir}"/usr/lib/python${_pybasever}/Tools/i18n/
+  install -m755 Tools/scripts/{README,*py} 
"${pkgdir}"/usr/lib/python${_pybasever}/Tools/scripts/
+
+  # Clean-up reference to build directory
+  sed -i "s|$srcdir/Python-${pkgver}:||" 
"$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile

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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 15:08:08
  Author: fyan
Revision: 253375

upgpkg: python 3.5.1-1

Modified:
  python/trunk/PKGBUILD
Deleted:
  python/trunk/issue25150.patch
  python/trunk/test_gdb-version-fix.patch

+
 PKGBUILD   |   27 ++
 issue25150.patch   |   78 ---
 test_gdb-version-fix.patch |   11 --
 3 files changed, 11 insertions(+), 105 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 13:34:44 UTC (rev 253374)
+++ PKGBUILD2015-12-07 14:08:08 UTC (rev 253375)
@@ -6,8 +6,8 @@
 # Contributor: Jason Chu 
 
 pkgname=python
-pkgver=3.5.0
-pkgrel=2
+pkgver=3.5.1
+pkgrel=1
 _pybasever=3.5
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('i686' 'x86_64')
@@ -26,26 +26,16 @@
 provides=('python3')
 replaces=('python3')
 
source=("http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz";
-test_gdb-version-fix.patch
-dont-make-libpython-readonly.patch
-issue25150.patch)
-sha1sums=('871a06df9ab70984b7398ac53047fe125c757a70'
-  'ab86515aff465385675e2e6e593f09596e0a8db0'
-  'c22b24324b8e53326702de439c401d97927ee3f2'
-  'bd068695d22931320069200f240c425096bb5011')
+dont-make-libpython-readonly.patch)
+sha1sums=('0186da436db76776196612b98bb9c2f76acfe90e'
+  'c22b24324b8e53326702de439c401d97927ee3f2')
 
 prepare() {
   cd Python-${pkgver}
 
-  # https://bugs.python.org/issue25096
-  patch -p1 -i ../test_gdb-version-fix.patch
-
   # FS#45809
   patch -p1 -i ../dont-make-libpython-readonly.patch
 
-  # https://bugs.python.org/issue25150
-  patch -p1 -i ../issue25150.patch
-
   # FS#23997
   sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
 
@@ -79,15 +69,20 @@
 check() {
   # Failures:
   # test_pathlib & test_posixpath: https://bugs.python.org/issue24950
+  # test_gdb
+  # test_distutils: because of our EXTRA_CFLAGS
+  # test_nntplib: downloading external files and failed
 
   # Hacks:
   # test_tk: xvfb-run
   # test_unicode_file: LC_CTYPE=en_US.utf-8
+  # test_gdb: SHELL=/bin/sh
 
   cd Python-${pkgver}
+  SHELL=/bin/sh \
   LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
   LC_CTYPE=en_US.utf-8 xvfb-run \
-"${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall || warning 
"Expected failure"
+"${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall || warning 
"Expected failure"
 }
 
 package() {

Deleted: issue25150.patch
===
--- issue25150.patch2015-12-07 13:34:44 UTC (rev 253374)
+++ issue25150.patch2015-12-07 14:08:08 UTC (rev 253375)
@@ -1,78 +0,0 @@
-
-# HG changeset patch
-# User Victor Stinner 
-# Date 1442581594 -7200
-# Node ID d4fcb362f7c66b25b22ddc0d27db0cc96acc727b
-# Parent  d04a0954e142f873adee88ec5bc1c1d81cd46bc4
-Issue #25150: Hide the private _Py_atomic_xxx symbols from the public
-Python.h header to fix a compilation error with OpenMP. PyThreadState_GET()
-becomes an alias to PyThreadState_Get() to avoid ABI incompatibilies.
-
-It is important that the _PyThreadState_Current variable is always accessed
-with the same implementation of pyatomic.h. Use the PyThreadState_Get()
-function so extension modules will all reuse the same implementation.
-
-diff --git a/Include/pyatomic.h b/Include/pyatomic.h
 a/Include/pyatomic.h
-+++ b/Include/pyatomic.h
-@@ -1,8 +1,6 @@
--/* Issue #23644:  is incompatible with C++, see:
--   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60932 */
--#if !defined(Py_LIMITED_API) && !defined(__cplusplus)
- #ifndef Py_ATOMIC_H
- #define Py_ATOMIC_H
-+#ifdef Py_BUILD_CORE
- 
- #include "dynamic_annotations.h"
- 
-@@ -248,5 +246,5 @@ static __inline__ void
- #define _Py_atomic_load_relaxed(ATOMIC_VAL) \
- _Py_atomic_load_explicit(ATOMIC_VAL, _Py_memory_order_relaxed)
- 
-+#endif  /* Py_BUILD_CORE */
- #endif  /* Py_ATOMIC_H */
--#endif  /* Py_LIMITED_API */
-diff --git a/Include/pystate.h b/Include/pystate.h
 a/Include/pystate.h
-+++ b/Include/pystate.h
-@@ -177,20 +177,13 @@ PyAPI_FUNC(int) PyThreadState_SetAsyncEx
- /* Variable and macro for in-line access to current thread state */
- 
- /* Assuming the current thread holds the GIL, this is the
--   PyThreadState for the current thread.
--
--   Issue #23644: pyatomic.h is incompatible with C++ (yet). Disable
--   PyThreadState_GET() optimization: declare it as an alias to
--   PyThreadState_Get(), as done for limited API. */
--#if !defined(Py_LIMITED_API) && !defined(__cplusplus)
-+   PyThreadState for the current thread. */
-+#ifdef Py_BUILD_CORE
- PyAPI_DATA(_Py_atomic_address) _PyThreadState_Current;
--#endif
--
--#if defined(Py_DEBUG) || defined(Py_LIMITED_API) || defined(__cplusplus)
--#define PyThreadState_GET() PyThreadState_Get()
-+#  define PyThreadState_GET() \
-+ 
((P

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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 15:02:58
  Author: fyan
Revision: 149922

C++11 ABI rebuild

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 13:58:07 UTC (rev 149921)
+++ PKGBUILD2015-12-07 14:02:58 UTC (rev 149922)
@@ -13,7 +13,7 @@
 pkgname=('kodi' 'kodi-eventclients')
 pkgver=15.2
 _codename=Isengard
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://kodi.tv";
 license=('GPL2')


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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 15:03:24
  Author: fyan
Revision: 149923

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

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

---+
 community-staging-i686/PKGBUILD   |  128 
 community-staging-i686/kodi.install   |   17 
 community-staging-x86_64/PKGBUILD |  128 
 community-staging-x86_64/kodi.install |   17 
 4 files changed, 290 insertions(+)

Copied: kodi/repos/community-staging-i686/PKGBUILD (from rev 149922, 
kodi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 14:03:24 UTC (rev 149923)
@@ -0,0 +1,128 @@
+# vim:set ts=2 sw=2 et:
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Brad Fanella 
+# Contributor: [vEX] 
+# Contributor: Zeqadious 
+# Contributor: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Maxime Gauduin 
+
+pkgbase=kodi
+pkgname=('kodi' 'kodi-eventclients')
+pkgver=15.2
+_codename=Isengard
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://kodi.tv";
+license=('GPL2')
+makedepends=(
+  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'git' 'glew'
+  'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
+  'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd'
+  'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
+  'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns'
+  'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2'
+  'sdl_image' 'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 
'upower'
+  'yajl' 'zip'
+)
+source=(
+  
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz";
+)
+sha256sums=('dd8aeb942e6de5d1488e243e1346cff3f6597e21b5131a3ba72ff5cc82037110')
+
+prepare() {
+  cd "$srcdir/xbmc-$pkgver-$_codename"
+
+  find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
"{}" +
+  sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
+   sed 's/python/python2/' -i tools/Linux/kodi.sh.in
+  sed 's/shell python/shell python2/' -i tools/EventClients/Makefile.in
+}
+
+build() {
+  cd "$srcdir/xbmc-$pkgver-$_codename"
+
+   # Bootstrapping
+  MAKEFLAGS=-j1 ./bootstrap
+
+  #./configure --help
+  #return 1
+
+  # Configuring XBMC
+  export PYTHON_VERSION=2  # external python v2
+  ./configure --prefix=/usr --exec-prefix=/usr \
+--disable-debug \
+--enable-optimizations \
+--enable-libbluray \
+--enable-shared-libraries \
+--with-lirc-device=/run/lirc/lircd \
+ac_cv_type__Bool=yes
+
+  # Now (finally) build
+  make
+}
+
+package_kodi() {
+  pkgdesc="A software media player and entertainment hub for digital media"
+
+  # depends expected for kodi plugins:
+  # 'python2-pillow' 'python2-pybluez' 'python2-simplejson'
+  # depends expeced in FEH.py
+  # 'mesa-demos' 'xorg-xdpyinfo'
+  depends=(
+'python2-pillow' 'python2-pybluez' 'python2-simplejson'
+'mesa-demos' 'xorg-xdpyinfo'
+'bluez-libs' 'fribidi' 'glew' 'hicolor-icon-theme' 'libass' 'libcdio'
+'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libpulse' 'libssh'
+'libva' 'libxrandr' 'libxslt' 'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml'
+'yajl'
+  )
+  optdepends=(
+'afpfs-ng: Apple shares support'
+'bluez: Blutooth support'
+'libnfs: NFS shares support'
+'libplist: AirPlay support'
+'libcec: Pulse-Eight USB-CEC adapter support'
+'lirc: Remote controller support'
+'pulseaudio: PulseAudio support'
+'shairplay: AirPlay support'
+'udisks: Automount external drives'
+'unrar: Archives support'
+'unzip: Archives support'
+'upower: Display battery level'
+'lsb-release: log distro information in crashlog'
+  )
+  install="kodi.install"
+  provides=('xbmc')
+  conflicts=('xbmc')
+  replaces=('xbmc')
+
+  cd "$srcdir/xbmc-$pkgver-$_codename"
+  # Running make install
+  make DESTDIR="$pkgdir" install
+
+  # We will no longer support the xbmc name
+  rm "$pkgdir/usr/share/xsessions/xbmc.desktop"
+  rm "$pkgdir/usr/bin/"xbmc{,-standalone}
+  # we will leave /usr/{include,lib,share}/xbmc for now
+
+  # Licenses
+   install -dm755 ${pkgdir}/usr/share/licenses/${pkg

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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 14:57:53
  Author: foutrelis
Revision: 149920

C++11 ABI rebuild

Modified:
  mythtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 13:54:43 UTC (rev 149919)
+++ PKGBUILD2015-12-07 13:57:53 UTC (rev 149920)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.27.5
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 14:58:07
  Author: foutrelis
Revision: 149921

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

Added:
  mythtv/repos/community-staging-i686/
  mythtv/repos/community-staging-i686/PKGBUILD
(from rev 149920, mythtv/trunk/PKGBUILD)
  
mythtv/repos/community-staging-i686/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
(from rev 149920, 
mythtv/trunk/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
  mythtv/repos/community-staging-i686/mythbackend.service
(from rev 149920, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-i686/mythtv.install
(from rev 149920, mythtv/trunk/mythtv.install)
  mythtv/repos/community-staging-x86_64/
  mythtv/repos/community-staging-x86_64/PKGBUILD
(from rev 149920, mythtv/trunk/PKGBUILD)
  
mythtv/repos/community-staging-x86_64/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
(from rev 149920, 
mythtv/trunk/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
  mythtv/repos/community-staging-x86_64/mythbackend.service
(from rev 149920, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-x86_64/mythtv.install
(from rev 149920, mythtv/trunk/mythtv.install)

-+
 community-staging-i686/PKGBUILD
 |   79 ++
 
community-staging-i686/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
   |   41 +
 community-staging-i686/mythbackend.service 
 |   15 +
 community-staging-i686/mythtv.install  
 |   22 ++
 community-staging-x86_64/PKGBUILD  
 |   79 ++
 
community-staging-x86_64/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
 |   41 +
 community-staging-x86_64/mythbackend.service   
 |   15 +
 community-staging-x86_64/mythtv.install
 |   22 ++
 8 files changed, 314 insertions(+)

Copied: mythtv/repos/community-staging-i686/PKGBUILD (from rev 149920, 
mythtv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 13:58:07 UTC (rev 149921)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+# Contributor: Giovanni Scafora 
+# Contributor: Juergen Hoetzel 
+# Contributor: 
+# Contributor: dorphell 
+
+pkgname=mythtv
+pkgver=0.27.5
+pkgrel=4
+epoch=1
+pkgdesc="A Homebrew PVR project"
+arch=('i686' 'x86_64')
+url="http://www.mythtv.org/";
+license=('GPL')
+depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
+ 'libgl' 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc' 
'mariadb-clients'
+ 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
+ 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber'
+ 'libx264' 'libvdpau')
+makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264' 'gdb')
+optdepends=('glew: for GPU commercial flagging'
+'libcec: for consumer electronics control capabilities'
+'libxml2: to read blu-ray metadata'
+'openssl: for AirTunes (RAOP) support'
+'udisks: detect changes to removable media'
+'xmltv: to download tv listings')
+conflicts=('myththemes' 'mythplugins-mythvideo')
+replaces=('myththemes' 'mythplugins-mythvideo')
+install='mythtv.install'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz";
+'mythbackend.service'
+'ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch'
+
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
+sha256sums=('7e625f94332effeadfba8e7ae7c98d44a83bfc25b7c59e39adce67dc2f4e1e1b'
+'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
+'277994aca5a6e40c1a90750859828817e0646bfb28142fdb34d5f9d3196c3f7a'
+'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+
+  patch -d external/FFmpeg -Np1 -i 
"$srcdir/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch"
+
+  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+  patch -Np2 -i "$srcdir/libcec-2-support.2.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+
+  ARCH="${CARCH/_/-}"
+  ./configure --prefix=/usr \
+  --cpu="$ARCH" \
+  --disable-altivec \
+  --disable-audio-jack \
+  --disable-ccache \
+  --disable-distcc \
+  --enable-libfftw3 \
+  --enable-libmp3lame \
+   

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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 14:54:43
  Author: fyan
Revision: 149919

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

Added:
  stuntrally/repos/community-staging-i686/
  stuntrally/repos/community-staging-i686/PKGBUILD
(from rev 149918, stuntrally/trunk/PKGBUILD)
  stuntrally/repos/community-staging-i686/stuntrally.install
(from rev 149918, stuntrally/trunk/stuntrally.install)
  stuntrally/repos/community-staging-x86_64/
  stuntrally/repos/community-staging-x86_64/PKGBUILD
(from rev 149917, stuntrally/trunk/PKGBUILD)
  stuntrally/repos/community-staging-x86_64/stuntrally.install
(from rev 149917, stuntrally/trunk/stuntrally.install)

-+
 community-staging-i686/PKGBUILD |   37 ++
 community-staging-i686/stuntrally.install   |   13 +
 community-staging-x86_64/PKGBUILD   |   37 ++
 community-staging-x86_64/stuntrally.install |   13 +
 4 files changed, 100 insertions(+)

Copied: stuntrally/repos/community-staging-i686/PKGBUILD (from rev 149918, 
stuntrally/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 13:54:43 UTC (rev 149919)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sven Schneider 
+# Contributor: Jason Melton 
+
+pkgname=stuntrally
+pkgver=2.6
+pkgrel=3
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://stuntrally.tuxfamily.org'
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data' 'bullet' 'openal')
+makedepends=('cmake' 'boost' 'git')
+install=stuntrally.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz";)
+sha256sums=('8cc309d27d26f78dcc596440547d68b5e41d02ef830df2d52d38611d45ebbaca')
+
+build() {
+  cd "$srcdir/stuntrally-$pkgver/"
+
+  rm -rf build
+  mkdir build && cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DSHARE_INSTALL="share/stuntrally"
+  make
+}
+
+package() {
+  cd "$srcdir/stuntrally-$pkgver/build/"
+
+  make DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir/usr/share/stuntrally/"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-staging-i686/stuntrally.install (from rev 
149918, stuntrally/trunk/stuntrally.install)
===
--- community-staging-i686/stuntrally.install   (rev 0)
+++ community-staging-i686/stuntrally.install   2015-12-07 13:54:43 UTC (rev 
149919)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-staging-x86_64/PKGBUILD (from rev 149917, 
stuntrally/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 13:54:43 UTC (rev 149919)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sven Schneider 
+# Contributor: Jason Melton 
+
+pkgname=stuntrally
+pkgver=2.6
+pkgrel=3
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://stuntrally.tuxfamily.org'
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data' 'bullet' 'openal')
+makedepends=('cmake' 'boost' 'git')
+install=stuntrally.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz";)
+sha256sums=('8cc309d27d26f78dcc596440547d68b5e41d02ef830df2d52d38611d45ebbaca')
+
+build() {
+  cd "$srcdir/stuntrally-$pkgver/"
+
+  rm -rf build
+  mkdir build && cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DSHARE_INSTALL="share/stuntrally"
+  make
+}
+
+package() {
+  cd "$srcdir/stuntrally-$pkgver/build/"
+
+  make DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir/usr/share/stuntrally/"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-staging-x86_64/stuntrally.install (from rev 
149917, stuntrally/trunk/stuntrally.install)
===
--- community-staging-x86_64/stuntrally.install (rev 0)
+++ community-staging-x86_64/stuntrally.install 2015-12-07 13:54:43 UTC (rev 
149919)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 14:54:10
  Author: foutrelis
Revision: 149918

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

Added:
  flightgear/repos/community-staging-i686/
  flightgear/repos/community-staging-i686/PKGBUILD
(from rev 149917, flightgear/trunk/PKGBUILD)
  flightgear/repos/community-staging-i686/explicitely-link-with-libX11.patch
(from rev 149917, flightgear/trunk/explicitely-link-with-libX11.patch)
  flightgear/repos/community-staging-x86_64/
  flightgear/repos/community-staging-x86_64/PKGBUILD
(from rev 149917, flightgear/trunk/PKGBUILD)
  flightgear/repos/community-staging-x86_64/explicitely-link-with-libX11.patch
(from rev 149917, flightgear/trunk/explicitely-link-with-libX11.patch)

-+
 community-staging-i686/PKGBUILD |   50 ++
 community-staging-i686/explicitely-link-with-libX11.patch   |   36 +++
 community-staging-x86_64/PKGBUILD   |   50 ++
 community-staging-x86_64/explicitely-link-with-libX11.patch |   36 +++
 4 files changed, 172 insertions(+)

Copied: flightgear/repos/community-staging-i686/PKGBUILD (from rev 149917, 
flightgear/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 13:54:10 UTC (rev 149918)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear
+pkgver=3.4.0
+pkgrel=3
+pkgdesc="An open-source, multi-platform flight simulator"
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
+license=("GPL")
+url="http://www.flightgear.org";
+options=('!makeflags')
+#source=("$pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver";)
+#source=("ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2";)
+source=("http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2";
+"explicitely-link-with-libX11.patch")
+md5sums=('0a6f4c27baf64f3e7d58fd44612118df'
+ 'fc264184d88afdc12c669f1eabb5bbea')
+
+prepare() {
+  cd $srcdir/flightgear-$pkgver
+  patch -Np1 -i ../explicitely-link-with-libX11.patch
+}
+
+build() {
+  cd $srcdir/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd $srcdir/flightgear-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
+  ln -sf flightgear $pkgdir/usr/share/FlightGear
+}

Copied: 
flightgear/repos/community-staging-i686/explicitely-link-with-libX11.patch 
(from rev 149917, flightgear/trunk/explicitely-link-with-libX11.patch)
===
--- community-staging-i686/explicitely-link-with-libX11.patch   
(rev 0)
+++ community-staging-i686/explicitely-link-with-libX11.patch   2015-12-07 
13:54:10 UTC (rev 149918)
@@ -0,0 +1,36 @@
+From 04ca64edc46cfb54ecff5bddf12370b2c7a0f192 Mon Sep 17 00:00:00 2001
+From: Fabrice Bellet 
+Date: Tue, 17 Feb 2015 22:49:50 +0100
+Subject: [PATCH] explicitely link with libX11
+
+---
+ src/Main/CMakeLists.txt   | 1 +
+ utils/fgviewer/CMakeLists.txt | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/src/Main/CMakeLists.txt b/src/Main/CMakeLists.txt
+index 12c0961..78c4163 100644
+--- a/src/Main/CMakeLists.txt
 b/src/Main/CMakeLists.txt
+@@ -142,6 +142,7 @@ target_link_libraries(fgfs
+   ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
+   ${SIMGEAR_SCENE_LIBRARY_DEPENDENCIES}
+   ${PLATFORM_LIBS}
++${X11_X11_LIB}
+ )
+ 
+ if(ENABLE_FLITE)
+diff --git a/utils/fgviewer/CMakeLists.txt b/utils/fgviewer/CMakeLists.txt
+index 165be74..065b8f1 100644
+--- a/utils/fgviewer/CMakeLists.txt
 b/utils/fgviewer/CMakeLists.txt
+@@ -48,5 +48,6 @@ target_link_libraries(fgviewer
+   ${OPENGL_LIBRARIES}
+   ${FGVIEWER_RTI_LIBRARIES}
+ ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
++${X11_X11_LIB}
+ )
+ install(TARGETS fgviewer RUNTIME DESTINATION bin)
+-- 
+2.1.0
+

Copied: flightgear/repos/community-

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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 14:54:01
  Author: foutrelis
Revision: 149917

C++11 ABI rebuild

Modified:
  flightgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 13:53:52 UTC (rev 149916)
+++ PKGBUILD2015-12-07 13:54:01 UTC (rev 149917)
@@ -5,7 +5,7 @@
 
 pkgname=flightgear
 pkgver=3.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An open-source, multi-platform flight simulator"
 arch=(i686 x86_64)
 depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')


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

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 14:53:52
  Author: fyan
Revision: 149916

C++11 ABI rebuild

Modified:
  stuntrally/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 13:52:10 UTC (rev 149915)
+++ PKGBUILD2015-12-07 13:53:52 UTC (rev 149916)
@@ -5,7 +5,7 @@
 
 pkgname=stuntrally
 pkgver=2.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Stunt Rally game with track editor, based on VDrift'
 arch=('x86_64' 'i686')
 license=('GPL3')


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

2015-12-07 Thread Antonio Rojas
Date: Monday, December 7, 2015 @ 14:51:58
  Author: arojas
Revision: 149912

archrelease: copy trunk to multilib-staging-x86_64

Added:
  zsnes/repos/multilib-staging-x86_64/
  zsnes/repos/multilib-staging-x86_64/PKGBUILD
(from rev 149911, zsnes/trunk/PKGBUILD)
  zsnes/repos/multilib-staging-x86_64/zsnes-1.51-libpng15.patch
(from rev 149911, zsnes/trunk/zsnes-1.51-libpng15.patch)
  zsnes/repos/multilib-staging-x86_64/zsnes.patch
(from rev 149911, zsnes/trunk/zsnes.patch)
  zsnes/repos/multilib-staging-x86_64/zsnes.png
(from rev 149911, zsnes/trunk/zsnes.png)

---+
 PKGBUILD  |   77 ++
 zsnes-1.51-libpng15.patch |   12 ++
 zsnes.patch   |   80 
 3 files changed, 169 insertions(+)

Copied: zsnes/repos/multilib-staging-x86_64/PKGBUILD (from rev 149911, 
zsnes/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-12-07 13:51:58 UTC (rev 149912)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frank Tetzel 
+# Contributor: Hugo Doria 
+# Contributor: Aurelien Foret 
+
+pkgname=zsnes
+pkgver=1.51
+pkgrel=19
+pkgdesc="Super Nintendo emulator"
+url="http://www.zsnes.com/";
+arch=('i686' 'x86_64')
+license=('GPL')
+options=(!buildflags)
+
+if [[ $CARCH == "x86_64" ]]; then
+  depends=('lib32-gcc-libs' 'lib32-sdl' 'lib32-libpng>=1.5.0' 'lib32-libgl' 
'lib32-ncurses')
+  optdepends=('lib32-alsa-lib: sound support')
+  makedepends=('nasm' 'gcc-multilib' 'gendesk' 'mesa')
+else
+  depends=('gcc-libs' 'sdl' 'libpng>=1.5.0' 'libgl' 'ncurses')
+  optdepends=('alsa-lib: sound support')
+  makedepends=('nasm' 'gcc' 'gendesk' 'mesa')
+fi
+
+source=(http://downloads.sourceforge.net/project/zsnes/zsnes/ZSNES%20v1.51/zsnes151src.tar.bz2
+zsnes.patch
+zsnes-1.51-libpng15.patch
+zsnes.png)
+md5sums=('7071186bf80632ae88a153239498d8c9'
+ 'fd13769c13de49601a234b46fb802a75'
+ 'ea82b4dbf31c87dbcc6c67d02ddfb299'
+ 'b5260c02adfc3b7ff725041214b00bfd')
+
+prepare() {
+  cd "$srcdir/${pkgname}_1_51"
+
+  patch -p1 -i ../zsnes.patch
+  patch -p0 -i ../zsnes-1.51-libpng15.patch
+}
+
+build() {
+  cd "$srcdir/${pkgname}_1_51/src"
+
+  if [ $CARCH == "x86_64" ]; then
+export CC="gcc -m32"
+export CXX="g++ -m32"
+  fi
+
+  ./configure \
+--prefix=/usr \
+--enable-release \
+x_libraries=/usr/lib \
+force_arch=i686
+
+  make
+}
+
+package() {
+  cd "$srcdir"
+
+  gendesk "$startdir/PKGBUILD"
+
+  cd "${pkgname}_1_51/src"
+
+  make DESTDIR=${pkgdir} install
+
+  # adding --mandir= to autoconf line fails
+  install -dm755 ${pkgdir}/usr/share
+
+  install -Dm644 ${srcdir}/zsnes.desktop 
${pkgdir}/usr/share/applications/zsnes.desktop
+  install -Dm644 ${srcdir}/zsnes.png ${pkgdir}/usr/share/pixmaps/zsnes.png
+
+  mv ${pkgdir}/usr/man ${pkgdir}/usr/share
+}
+
+# vim:set ts=2 sw=2 et:

Copied: zsnes/repos/multilib-staging-x86_64/zsnes-1.51-libpng15.patch (from rev 
149911, zsnes/trunk/zsnes-1.51-libpng15.patch)
===
--- multilib-staging-x86_64/zsnes-1.51-libpng15.patch   
(rev 0)
+++ multilib-staging-x86_64/zsnes-1.51-libpng15.patch   2015-12-07 13:51:58 UTC 
(rev 149912)
@@ -0,0 +1,12 @@
+Use existing png_set_IHDR() and stop accessing PNG structure members directly
+
+--- src/zip/zpng.c
 src/zip/zpng.c
+@@ -129,7 +129,6 @@
+ png_set_IHDR(png_ptr, info_ptr, width, height, 8,
+  PNG_COLOR_TYPE_RGB, PNG_INTERLACE_NONE,
+  PNG_COMPRESSION_TYPE_DEFAULT, PNG_FILTER_TYPE_DEFAULT);
+-info_ptr->color_type = PNG_COLOR_TYPE_RGB;
+ 
+ //Allocate an array of scanline pointers
+ row_pointers = (png_bytep*)malloc(height*sizeof(png_bytep));

Copied: zsnes/repos/multilib-staging-x86_64/zsnes.patch (from rev 149911, 
zsnes/trunk/zsnes.patch)
===
--- multilib-staging-x86_64/zsnes.patch (rev 0)
+++ multilib-staging-x86_64/zsnes.patch 2015-12-07 13:51:58 UTC (rev 149912)
@@ -0,0 +1,80 @@
+diff -aur zsnes_1_51//src/Makefile.in zsnes_1_51_new//src/Makefile.in
+--- zsnes_1_51//src/Makefile.in2007-01-24 21:54:12.0 +0100
 zsnes_1_51_new//src/Makefile.in2010-09-06 00:03:04.715810431 +0200
+@@ -95,7 +95,7 @@
+ %.o: %.cpp
+   @CXX@ @CXXFLAGS@ -o $@ -c $<
+ %.o %.h: %.psr $(PSR)
+-  ./$(PSR) @PSRFLAGS@ -gcc @CC@ -compile -flags "@CFLAGS@ -O1" -cheader 
$*.h -fname $* $*.o $<
++  ./$(PSR) @PSRFLAGS@ -gcc "@CC@" -compile -flags "@CFLAGS@ -O1 
-D_FORTIFY_SOURCE=0" -cheader $*.h -fname $* $*.o $<
+ 
+ default: main
+ all: main tools
+@@ -133,7 +133,7 @@
+ 
+ include makefile.dep
+ makefile.dep: $(TOOL_D)/

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

2015-12-07 Thread Antonio Rojas
Date: Monday, December 7, 2015 @ 14:52:09
  Author: arojas
Revision: 149914

archrelease: copy trunk to community-staging-i686

Added:
  zsnes/repos/community-staging-i686/
  zsnes/repos/community-staging-i686/PKGBUILD
(from rev 149912, zsnes/trunk/PKGBUILD)
  zsnes/repos/community-staging-i686/zsnes-1.51-libpng15.patch
(from rev 149913, zsnes/trunk/zsnes-1.51-libpng15.patch)
  zsnes/repos/community-staging-i686/zsnes.patch
(from rev 149913, zsnes/trunk/zsnes.patch)
  zsnes/repos/community-staging-i686/zsnes.png
(from rev 149913, zsnes/trunk/zsnes.png)

---+
 PKGBUILD  |   77 ++
 zsnes-1.51-libpng15.patch |   12 ++
 zsnes.patch   |   80 
 3 files changed, 169 insertions(+)

Copied: zsnes/repos/community-staging-i686/PKGBUILD (from rev 149912, 
zsnes/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 13:52:09 UTC (rev 149914)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frank Tetzel 
+# Contributor: Hugo Doria 
+# Contributor: Aurelien Foret 
+
+pkgname=zsnes
+pkgver=1.51
+pkgrel=19
+pkgdesc="Super Nintendo emulator"
+url="http://www.zsnes.com/";
+arch=('i686' 'x86_64')
+license=('GPL')
+options=(!buildflags)
+
+if [[ $CARCH == "x86_64" ]]; then
+  depends=('lib32-gcc-libs' 'lib32-sdl' 'lib32-libpng>=1.5.0' 'lib32-libgl' 
'lib32-ncurses')
+  optdepends=('lib32-alsa-lib: sound support')
+  makedepends=('nasm' 'gcc-multilib' 'gendesk' 'mesa')
+else
+  depends=('gcc-libs' 'sdl' 'libpng>=1.5.0' 'libgl' 'ncurses')
+  optdepends=('alsa-lib: sound support')
+  makedepends=('nasm' 'gcc' 'gendesk' 'mesa')
+fi
+
+source=(http://downloads.sourceforge.net/project/zsnes/zsnes/ZSNES%20v1.51/zsnes151src.tar.bz2
+zsnes.patch
+zsnes-1.51-libpng15.patch
+zsnes.png)
+md5sums=('7071186bf80632ae88a153239498d8c9'
+ 'fd13769c13de49601a234b46fb802a75'
+ 'ea82b4dbf31c87dbcc6c67d02ddfb299'
+ 'b5260c02adfc3b7ff725041214b00bfd')
+
+prepare() {
+  cd "$srcdir/${pkgname}_1_51"
+
+  patch -p1 -i ../zsnes.patch
+  patch -p0 -i ../zsnes-1.51-libpng15.patch
+}
+
+build() {
+  cd "$srcdir/${pkgname}_1_51/src"
+
+  if [ $CARCH == "x86_64" ]; then
+export CC="gcc -m32"
+export CXX="g++ -m32"
+  fi
+
+  ./configure \
+--prefix=/usr \
+--enable-release \
+x_libraries=/usr/lib \
+force_arch=i686
+
+  make
+}
+
+package() {
+  cd "$srcdir"
+
+  gendesk "$startdir/PKGBUILD"
+
+  cd "${pkgname}_1_51/src"
+
+  make DESTDIR=${pkgdir} install
+
+  # adding --mandir= to autoconf line fails
+  install -dm755 ${pkgdir}/usr/share
+
+  install -Dm644 ${srcdir}/zsnes.desktop 
${pkgdir}/usr/share/applications/zsnes.desktop
+  install -Dm644 ${srcdir}/zsnes.png ${pkgdir}/usr/share/pixmaps/zsnes.png
+
+  mv ${pkgdir}/usr/man ${pkgdir}/usr/share
+}
+
+# vim:set ts=2 sw=2 et:

Copied: zsnes/repos/community-staging-i686/zsnes-1.51-libpng15.patch (from rev 
149913, zsnes/trunk/zsnes-1.51-libpng15.patch)
===
--- community-staging-i686/zsnes-1.51-libpng15.patch
(rev 0)
+++ community-staging-i686/zsnes-1.51-libpng15.patch2015-12-07 13:52:09 UTC 
(rev 149914)
@@ -0,0 +1,12 @@
+Use existing png_set_IHDR() and stop accessing PNG structure members directly
+
+--- src/zip/zpng.c
 src/zip/zpng.c
+@@ -129,7 +129,6 @@
+ png_set_IHDR(png_ptr, info_ptr, width, height, 8,
+  PNG_COLOR_TYPE_RGB, PNG_INTERLACE_NONE,
+  PNG_COMPRESSION_TYPE_DEFAULT, PNG_FILTER_TYPE_DEFAULT);
+-info_ptr->color_type = PNG_COLOR_TYPE_RGB;
+ 
+ //Allocate an array of scanline pointers
+ row_pointers = (png_bytep*)malloc(height*sizeof(png_bytep));

Copied: zsnes/repos/community-staging-i686/zsnes.patch (from rev 149913, 
zsnes/trunk/zsnes.patch)
===
--- community-staging-i686/zsnes.patch  (rev 0)
+++ community-staging-i686/zsnes.patch  2015-12-07 13:52:09 UTC (rev 149914)
@@ -0,0 +1,80 @@
+diff -aur zsnes_1_51//src/Makefile.in zsnes_1_51_new//src/Makefile.in
+--- zsnes_1_51//src/Makefile.in2007-01-24 21:54:12.0 +0100
 zsnes_1_51_new//src/Makefile.in2010-09-06 00:03:04.715810431 +0200
+@@ -95,7 +95,7 @@
+ %.o: %.cpp
+   @CXX@ @CXXFLAGS@ -o $@ -c $<
+ %.o %.h: %.psr $(PSR)
+-  ./$(PSR) @PSRFLAGS@ -gcc @CC@ -compile -flags "@CFLAGS@ -O1" -cheader 
$*.h -fname $* $*.o $<
++  ./$(PSR) @PSRFLAGS@ -gcc "@CC@" -compile -flags "@CFLAGS@ -O1 
-D_FORTIFY_SOURCE=0" -cheader $*.h -fname $* $*.o $<
+ 
+ default: main
+ all: main tools
+@@ -133,7 +133,7 @@
+ 
+ include makefile.dep
+ makefile.dep: $(TOOL_D)/depbuild 

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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 14:52:10
  Author: bpiotrowski
Revision: 149915

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

Added:
  sonic-visualiser/repos/community-staging-i686/
  sonic-visualiser/repos/community-staging-i686/PKGBUILD
(from rev 149913, sonic-visualiser/trunk/PKGBUILD)
  sonic-visualiser/repos/community-staging-i686/sonic-visualiser.install
(from rev 149913, sonic-visualiser/trunk/sonic-visualiser.install)
  sonic-visualiser/repos/community-staging-x86_64/
  sonic-visualiser/repos/community-staging-x86_64/PKGBUILD
(from rev 149913, sonic-visualiser/trunk/PKGBUILD)
  sonic-visualiser/repos/community-staging-x86_64/sonic-visualiser.install
(from rev 149913, sonic-visualiser/trunk/sonic-visualiser.install)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-i686/sonic-visualiser.install   |   12 
 community-staging-x86_64/PKGBUILD |   51 
 community-staging-x86_64/sonic-visualiser.install |   12 
 4 files changed, 126 insertions(+)

Copied: sonic-visualiser/repos/community-staging-i686/PKGBUILD (from rev 
149913, sonic-visualiser/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 13:52:10 UTC (rev 149915)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Orivej Desh 
+
+pkgname=sonic-visualiser
+pkgver=2.5
+pkgrel=2
+pkgdesc="A viewer and analyser of music audio files."
+arch=('i686' 'x86_64')
+url="http://www.sonicvisualiser.org/";
+license=('GPL')
+depends=('desktop-file-utils' 'libfishsound' 'libid3tag' 'liblo' 'liblrdf' 
'libmad'
+ 'liboggz' 'libpulse' 'portaudio' 'qt5-base' 'rubberband' 'sord' 
'hicolor-icon-theme')
+install="$pkgname.install"
+options=('!makeflags')
+source=("http://code.soundsoftware.ac.uk/attachments/download/1675/$pkgname-$pkgver.tar.gz";)
+md5sums=('bb79007d4c57391b361cbc51304e1ce2')
+
+build() {
+  cd $pkgname-$pkgver
+  sh bootstrap.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # bin
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+
+  # desktop file
+  install -d "$pkgdir/usr/share/applications"
+  install -Dm644 *.desktop "$pkgdir/usr/share/applications"
+
+  # icons
+  for _s in 16 22 24 32 48 64 128; do
+install -Dm644 icons/sv-${_s}x${_s}.png \
+"$pkgdir/usr/share/icons/hicolor/${_s}x${_s}/apps/sv-icon.png"
+  done
+  install -Dm644 icons/sv-icon.svg \
+  "$pkgdir/usr/share/icons/hicolor/scalable/apps/sv-icon.svg"
+
+  # samples
+  install -d "$pkgdir/usr/share/$pkgname/samples"
+  install -Dm644 samples/* "$pkgdir/usr/share/$pkgname/samples"
+
+  # templates
+  install -d "$pkgdir/usr/share/$pkgname/templates"
+  install -Dm644 templates/* "$pkgdir/usr/share/$pkgname/templates"
+}

Copied: sonic-visualiser/repos/community-staging-i686/sonic-visualiser.install 
(from rev 149913, sonic-visualiser/trunk/sonic-visualiser.install)
===
--- community-staging-i686/sonic-visualiser.install 
(rev 0)
+++ community-staging-i686/sonic-visualiser.install 2015-12-07 13:52:10 UTC 
(rev 149915)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: sonic-visualiser/repos/community-staging-x86_64/PKGBUILD (from rev 
149913, sonic-visualiser/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 13:52:10 UTC (rev 149915)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Orivej Desh 
+
+pkgname=sonic-visualiser
+pkgver=2.5
+pkgrel=2
+pkgdesc="A viewer and analyser of music audio files."
+arch=('i686' 'x86_64')
+url="http://www.sonicvisualiser.org/";
+license=('GPL')
+depends=('desktop-file-utils' 'libfishsound' 'libid3tag' 'liblo' 'liblrdf' 
'libmad'
+ 'liboggz' 'libpulse' 'portaudio' 'qt5-base' 'rubberband' 'sord' 
'hicolor-icon-theme')
+install="$pkgname.install"
+options=('!makeflags')
+source=("http://code.soundsoftware.ac.uk/attachments/download/1675/$pkgname-$pkgver.tar.gz";)
+md5sums=('bb79007d4c57391b361cbc51304e1ce2')
+
+build() {
+  cd $pkgname-$pkgver
+  sh bootstrap.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # bin
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+
+  # desktop file
+  install -d "$pkgdir/usr/share/applications"
+  install -Dm644 *.desktop "$pkgdir/usr/share/applications"
+
+  # icons
+  for _s in 16 22 24 32 48 64 128; do
+install -Dm64

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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 14:52:03
  Author: bpiotrowski
Revision: 149913

C++11 ABI rebuild

Modified:
  sonic-visualiser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 13:51:58 UTC (rev 149912)
+++ PKGBUILD2015-12-07 13:52:03 UTC (rev 149913)
@@ -4,7 +4,7 @@
 
 pkgname=sonic-visualiser
 pkgver=2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A viewer and analyser of music audio files."
 arch=('i686' 'x86_64')
 url="http://www.sonicvisualiser.org/";


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

2015-12-07 Thread Antonio Rojas
Date: Monday, December 7, 2015 @ 14:51:48
  Author: arojas
Revision: 149911

C++11 ABI rebuild

Modified:
  zsnes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 13:46:20 UTC (rev 149910)
+++ PKGBUILD2015-12-07 13:51:48 UTC (rev 149911)
@@ -6,7 +6,7 @@
 
 pkgname=zsnes
 pkgver=1.51
-pkgrel=18
+pkgrel=19
 pkgdesc="Super Nintendo emulator"
 url="http://www.zsnes.com/";
 arch=('i686' 'x86_64')


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

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 14:46:20
  Author: bluewind
Revision: 149910

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

Added:
  deepin-desktop/repos/community-staging-i686/
  deepin-desktop/repos/community-staging-i686/PKGBUILD
(from rev 149909, deepin-desktop/trunk/PKGBUILD)
  deepin-desktop/repos/community-staging-x86_64/
  deepin-desktop/repos/community-staging-x86_64/PKGBUILD
(from rev 149909, deepin-desktop/trunk/PKGBUILD)

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

Copied: deepin-desktop/repos/community-staging-i686/PKGBUILD (from rev 149909, 
deepin-desktop/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 13:46:20 UTC (rev 149910)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop
+pkgver=2.90.1.20151203
+_commit=80c9169ce0201fb259dd5aea323ad53203fb66b3
+pkgrel=2
+pkgdesc='Deepin desktop-environment - Desktop module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-desktop";
+license=('GPL3')
+depends=('deepin-file-manager' 'deepin-nautilus-properties' 'gsettings-qt'
+ 'deepin-daemon' 'libdui' 'startdde' 'deepin-dock' 'gtk2' 'qt5-svg'
+ 'qt5-x11extras')
+makedepends=('git')
+conflicts=('dde-desktop')
+replaces=('dde-desktop')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-desktop.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-desktop
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-desktop
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-desktop/repos/community-staging-x86_64/PKGBUILD (from rev 
149909, deepin-desktop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 13:46:20 UTC (rev 149910)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop
+pkgver=2.90.1.20151203
+_commit=80c9169ce0201fb259dd5aea323ad53203fb66b3
+pkgrel=2
+pkgdesc='Deepin desktop-environment - Desktop module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-desktop";
+license=('GPL3')
+depends=('deepin-file-manager' 'deepin-nautilus-properties' 'gsettings-qt'
+ 'deepin-daemon' 'libdui' 'startdde' 'deepin-dock' 'gtk2' 'qt5-svg'
+ 'qt5-x11extras')
+makedepends=('git')
+conflicts=('dde-desktop')
+replaces=('dde-desktop')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-desktop.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-desktop
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-desktop
+  make INSTALL_ROOT="${pkgdir}" install
+}


<    1   2   3   4   5   6   7   8   >